@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.7;}
iframe{width: 100%;}
.fc,h2 { font-family: "M PLUS Rounded 1c", sans-serif; font-weight: 700; font-style: normal;
}

body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#header {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 70px;
    top: 0;
    padding: 10px;
    display: flex;
    align-items: center;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo img {
    width: 180px;
}
@media screen and (max-width:1200px) {

#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
    margin-top: 70px;
    border-top: 1px solid #9886ea;
}
#g-nav.panelactive{
    right: 0;
}

#g-nav ul {
    position: absolute;
    z-index: 999;
    padding: 0;
    margin: 0;
    width: 100%;
}

#g-nav li{
	list-style: none;
}
    #g-nav li a {
        color: #000;
        text-decoration: none;
        padding: 20px 25px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
        border-bottom: 1px solid #9886ea;
        position: relative;
    }
    #g-nav li a::after {
        content: "";
        display: block;
        border-left: 4px solid #9886ea;
        border-bottom: 4px solid #9886ea;
        width: 15px;
        height: 15px;
        transform: rotate(225deg);
        position: absolute;
        top: 25px;
        right: 30px;
    }

.openbtn{
	position:fixed;
    z-index: 9999;
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
.openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #9886ea;
        width: 45%;
    }
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
}
section {
    padding: 2rem 0;
}
h2 {
    color: #9886ea;
    margin-bottom: 2rem;
    text-align: center;
}
h2.en {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.4;
}
h2 small {
    font-size: 16px;
    display: block;
}
#mainvisual {
    margin-top: 70px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#mainvisual,#mainvisual::after {
    height: 31vh;
}

#mainvisual::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}
#about h2 {
    background: linear-gradient(90deg, #7fd9ff 0%, #c97fff 80%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 4px;
    font-size: 20px;
    text-align: left;
    padding-bottom: 10px;
}
#about h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1rem;
}
ol.howtolist {
    margin: 0;
    padding: 0;
}
ol.howtolist li {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    list-style-type: none;
}
ol.howtolist li h4 {
    color: #9886ea;
    font-weight: bold;
    font-size: 20px;
}
ol.howtolist li figure {
    text-align: center;
    padding: 1rem;
    margin: 0;
}
ol.howtolist li h4 span {
    background: #9886ea;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px;
    margin-right: 10px;
}
a.link-btn {
    display: block;
    background: linear-gradient(90deg, #7fd9ff 0%, #c97fff 30%);
    background-size: 200% auto;
    background-position: 0% 50%;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: 3px solid #fff;
    border-radius: 80px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: background-position 0.5s ease;
    margin: 1.5rem auto 0;
    width: 300px;
}
a.link-btn:hover {
    background-position: 100% 50%;
    opacity: 1;
    transition: 0.5s;
}

@media screen and (max-width:760px) {
    #about a.link-btn{
    width: 100%;
    }
}
a.link-btn.blank::after {
    content: "";
    background-image: url(../img/ico-link.png);
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
#ranking {
    background-image: url(../img/bg-ranking.jpg);
    color: #fff;
}
#ranking h2 {
    color: #fff;
}
#ranking h2::before,#news h2::before,.dectop::before {
    content: "";
    background-image: url(../img/deco-ttl1.png);
    width: 65px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
ul.ranking-slider {
    padding: 0;
    margin: 0 auto;
    width: 90%;
}
ul.ranking-slider li {
    margin: 0 10px;
    position: relative;
}
ul.ranking-slider li a {
    background: #fff;
    display: block;
    padding: 2rem 1rem 1rem;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    height: 370px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
ul.ranking-slider li span {
    background-image: url(../img/ico-rank1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}
ul.ranking-slider li span.rank2{
    background-image: url(../img/ico-rank2.png);
}
ul.ranking-slider li span.rank3{
    background-image: url(../img/ico-rank3.png);
}
ul.ranking-slider li span.rank4,ul.ranking-slider li span.rank5,ul.ranking-slider li span.rank6,ul.ranking-slider li span.rank7,ul.ranking-slider li span.rank8,ul.ranking-slider li span.rank9,ul.ranking-slider li span.rank10{
    background-image: url(../img/ico-rank4.png);
}
 ul.ranking-slider li a figure {
    overflow: hidden;
}
ul.ranking-slider li a figure img{
    object-fit: contain;
    width: 100%;
    height: 200px;
    transition: 0.5s;
}
/* ul.ranking-slider li a:hover img {
    transform: scale(1.2);
    transition: 0.5s;
} */
ul.ranking-slider li a:hover{
    opacity: 1;
}
ul.ranking-slider li a h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 15px;
    width: 15px;
}
.slick-prev {
    left: -3.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right: -3.5%;
    transform: rotate(45deg);
}
/* .slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -30px 0 0 0;
    padding: 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 10px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}

.slick-dots .slick-active button{
    background:#003891;
}

  .slick-dots > li:first-child:last-child {
    display: none;
} */

.tag {
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.tag p {
    background: #9b86ea;
    color: #fff;
    padding: 0px 15px;
    font-size: 14px;
    border-radius: 30px;
    margin: 0 3px 1rem;
}
.tag p.isazawa{
    background: #0ec1b8;
}

#news {
    background-image: url(../img/bg-news-top.png), url(../img/bg-news-bottom.png);
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding-bottom: 7rem;
}
#news h2::before,.dectop.ttl2::before {
    background-image: url(../img/deco-ttl2.png);
 }
 ul.news-list {
    padding: 0 1rem;
    margin: 0;
    position: relative;
}

ul.news-list li {
    list-style-type: none;
    margin-bottom: 1rem;
    font-weight: bold;
}

ul.news-list li a {
    padding: 1rem;
    background: #fff;
    display: block;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    height: 350px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
ul.news-list li a figure{
    margin: 0;
    overflow: hidden;
}
ul.news-list li a figure img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    transition: 0.5s;
}
ul.news-list li a:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
ul.news-list li a:hover{
    opacity: 1;
}
ul.news-list li a p {
    text-align: end;
    margin: 8px 0;
}
ul.news-list li a h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
ul.news-list::after {
    content: "";
    background: #efeee6;
    display: block;
    height: 103%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 100px;
    border-radius: 10px;
}
#challenge {
    background-image: url(../img/bg-challenge.png);
    background-position: center;
    background-size: cover;
}
#challenge .container,#ambassador .container {
    background: #fff;
    padding: 2rem 1rem;
    width: 90%;
    border-radius: 10px;
}
#challenge .container h2,#ambassador .container h2 {
    color: #3ec6dd;
    font-size: 22px;
}
#challenge .container h2::before ,
#challenge .container h2::after,
#ambassador .container h2::before ,
#ambassador .container h2::after {
    content: "";
    background-image: url(../img/ico-ttl-l1.png);
    display: inline-block;
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: bottom;
    margin-right: 3px;
}
#challenge .container h2::after {
    background-image: url(../img/ico-ttl-r1.png);
    margin-left: 0;
    margin-left: 3px;
}
#challenge .col-lg-7 img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}
#challenge h3 {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    font-size: 18px;
    margin: 1rem 0;
    padding: 10px 0;
    font-weight: bold;
}
.profile figure {
    float: left;
    margin: 0;
    margin-right: 5px;
}
.profile figure img {
    object-fit: cover;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
#challenge a.link-btn {
    background: #fff;
    color: #3ec6dd;
    border: 3px solid;
    transition: 0.5s;
}
#challenge a.link-btn:hover {
    background: #3ec6dd;
    color: #fff;
    transition: 0.5s;
}
p.nextheme {
    background: #e9f9ff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 2rem;
    font-size: 18px;
}
p.nextheme span {
    margin-bottom: 6px;
    background: #8fddef;
    padding: 3px 20px;
    border-radius: 10px;
    margin-right: 10px;
    display: block;
    width: fit-content;
}
#ambassador .container {
    background: #e6e1ff;
}
#ambassador .container h2{
    color: #9b86ea;
    position: relative;
}
#ambassador .container h2::before, #ambassador .container h2::after {
    position: absolute;
    top: 14px;
}
#ambassador .container h2::before{
    background-image: url(../img/ico-ttl-l2.png);
    left: 30px;
}
#ambassador .container h2::after {
    background-image: url(../img/ico-ttl-r2.png);
    right: 24px;
}
#ambassador .row {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    padding: 2rem 0;
    margin: 0;
    position: relative;
}
#ambassador p.lead {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: -18px;
    background: #e6e1ff;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
}
ul.ambalist {
    padding: 0;
}
ul.ambalist li {
    list-style-type: none;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: #9b86ea;
    display: flex;
    align-items: baseline;
}
ul.ambalist li::before{
    content: "";
    background-image: url(../img/ico-check.png);
    width: 15px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
}
#map {
    background: #efeee6;
    padding-bottom: 0;
}
#map h2 {
    margin-bottom: 1rem;
}
#map .col-sm-6.nagai {
    background: #9b86ea;
    padding: 2rem 1rem;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: bold;
}
#map .col-sm-6.isazawa {
    background: #0ec1b8;
    padding: 2rem 1rem;
    color: #fff;
    font-weight: bold;
}
.map iframe {
    height: 230px;
}
#footer-nav {
    background: #efeee6;
    padding: 1rem 0;
}
ul.f-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.f-nav li {
    list-style-type: none;
    width: 50%;
}

ul.f-nav li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}

ul.f-nav li a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #9886ea;
    border-radius: 50%;
    margin-right: 2px;
}
#footer-bottom strong {
    font-size: 18px;
}

#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (min-width:760px) {
    #about h2, #about h3 {
    font-size: 22px;
}
section {
    padding: 3rem 0;
}
ol.howtolist li {
    width: 48%;
    margin: 0;
}

ol.howtolist {
    gap: 1em;
}
#about a.link-btn {
    width: 400px;
}
ul.news-list li {
    width: 48%;
    margin: 0;
}

ul.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
#challenge .col-lg-7 img {
    height: 380px;
}
#ambassador .container h2::before, #ambassador .container h2::after {
    top: 0;
}
#ambassador .container h2::before {
    left: 140px;
}
#ambassador .container h2::after {
    right: 135px;
}
#ambassador p.lead, #ambassador p.fw-bold.mb-0 {
    font-size: 20px;
    text-align: center;
}
#map .col-sm-6 .store {
    height: 220px;
}
    #map .col-sm-6.nagai {
        border-bottom: none;
        border-right: 1px solid;
    }
    ul.f-nav {
    justify-content: center;
    margin: 0 auto;
}
    ul.f-nav li {
    width: 33%;
}
#footer-bottom {
    padding: 3rem 0 2rem;
}
}

@media screen and (min-width:1200px) {
#header {
    justify-content: space-between;
}
#g-nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
#g-nav ul li {
    list-style-type: none;
}
#g-nav ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding-left: 2rem;
    position: relative;
}
#g-nav ul li a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #9886ea;
    border-radius: 50%;
    margin-right: 3px;
}
#mainvisual, #mainvisual::after {
    height: 100vh;
}
section {
    padding: 5rem 0;
}
#about h2, #about h3 {
    font-size: 25px;
    width: fit-content;
}
#about h2 {
    margin: 0 auto 3rem;
}
ol.howtolist li h4 {
    font-size: 25px;
}
ol.howtolist li h4 span {
    width: 40px;
    height: 40px;
    padding: 5px;
}
ol.howtolist li {
        width: 23.9%;
}
a.link-btn {
    margin-top: 2rem;
    width: 400px;
    font-size: 18px;
}
#about a.link-btn {
        width: 500px;
}
h2.en {
    font-size: 50px;
}
h2 small {
    font-size: 20px;
}
#ranking h2::before, #news h2::before,.dectop::before {
    width: 110px;
    height: 52px;
}
ul.news-list li {
    width: 23.8%;
}
ul.news-list li a figure img {
    height: 150px;
}
ul.news-list li a {
    height: 320px;
}
ul.news-list::after{
    height: 115%;
}
#news {
    padding-bottom: 12rem;
}
#challenge .container h2, #ambassador .container h2 {
    font-size: 35px;
}
#challenge .container, #ambassador .container {
    padding: 3rem;
}

#challenge .container h2::before, #challenge .container h2::after, #ambassador .container h2::before, #ambassador .container h2::after {
    width: 50px;
    height: 50px;
}
#challenge .container h2::after {
    margin-left: 10px;
}
#challenge h3 {
    margin-top: 0;
    font-size: 25px;
}
#challenge .col-lg-7 img {
        height: 440px;
    }
#challenge a.link-btn {
    width: 330px;
}
p.nextheme {
    display: flex;
    align-items: center;
    padding: 15px 20px;
}
p.nextheme span {
    margin-bottom: 0;
}
#ambassador .container h2::before, #ambassador .container h2::after {
    position: relative;
    left: auto;
    right: auto;
}
#ambassador .container h2::after {
    margin-left: 10px;
}
    #ambassador p.lead, #ambassador p.fw-bold.mb-0 {
        font-size: 25px;
        top: -25px;
}
#ambassador .row {
    padding: 4rem 0 3rem;
}
ul.ambalist li {
    font-size: 22px;
    margin-bottom: 20px;
}
ul.ambalist li::before {
    width: 20px;
    height: 16px;
}
#map .col-sm-6.isazawa, #map .col-sm-6.nagai {
    padding: 2rem;
}
#map .col-sm-6 .store img {
    width: 85%;
}
#map dl {
    display: flex;
}
#map dt {
    width: 80px;
}
#map .col-sm-6 .store {
    height: 200px;
}
.map iframe {
    height: 360px;
}
#footer-nav {
    padding: 2rem 0;
}
ul.f-nav li {
    width: auto;
    padding: 0 25px;
}
#footer-bottom .row {
    max-width: 800px;
    margin: 0 auto !important;
}
#footer-bottom strong {
    font-size: 21px;
}
#footer-bottom .row p {
    font-size: 18px;
}
}

@media screen and (min-width:1400px) {
.container {
    max-width: 1200px;
}
h2.en {
    font-size: 60px;
}
#g-nav ul li a {
    font-size: 18px;
}
#about h2, #about h3 {
    font-size: 30px;
}
ul.ranking-slider {
    width: 100%;
}
ul.ranking-slider li a {
    padding: 2rem 2rem 0rem;
    height: 380px;
}
ul.ranking-slider li a h3 {
    font-size: 18px;
}
ul.ranking-slider li span {
    width: 50px;
    height: 54px;
    font-size: 22px;
}
.slick-prev, .slick-next {
    height: 20px;
    width: 20px;
}
.slick-next {
    right: -1.5%;
}
.slick-prev {
    left: -1.5%;
}
#news {
    padding: 9rem 0 13rem;
}
ul.news-list::after {
    width: 103%;
    left: -1.5%;
}
ul.news-list li a figure img {
    height: 170px;
}
ul.news-list li a {
    height: 330px;
}
#challenge .container h2, #ambassador .container h2 {
    font-size: 40px;
}
p.nextheme {
    font-size: 20px;
}
#ambassador .row {
    margin-top: 3rem;
}
#map .col-sm-6.isazawa, #map .col-sm-6.nagai {
    padding: 3rem;
}
#map .col-sm-6 .store {
    height: 230px;
    font-size: 20px;
}
    .map iframe {
    height: 430px;
}
ul.f-nav li a {
    font-size: 18px;
}
#footer-bottom strong {
    font-size: 25px;
}
    #footer-bottom .row {
    max-width: 915px;
}
}
@media screen and (min-width:1600px) {
.container {
    max-width: 1400px;
}
section {
    padding: 7rem 0;
}
ul.ranking-slider li a figure img {
    height: 280px;
}
ul.ranking-slider li a {
        height: 470px;
}
ul.ranking-slider li {
    margin: 0 15px;
}
    ul.ranking-slider li a h3 {
    font-size: 20px;
}
h2.en {
    font-size: 70px;
}
#news {
    padding: 12rem 0 15rem;
}
ul.news-list {
    padding: 0;
    justify-content: center;
}
ul.news-list li a figure img {
    height: 210px;
}
    ul.news-list li a {
    height: 370px;
}
#challenge .container h2, #ambassador .container h2 {
    font-size: 45px;
}
#challenge h3 {
    font-size: 30px;
    line-height: 1.8;
}
.profile p {
    font-size: 18px;
}
.profile figure {
    margin-right: 10px;
}
.profile figure img {
    width: 140px;
    height: 140px;
}
#challenge .col-lg-7 img {
    height: 570px;
}
    p.nextheme {
    font-size: 22px;
}
#ambassador p.lead, #ambassador p.fw-bold.mb-0 {
    font-size: 30px;
    top: -30px;
}
ul.ambalist li {
    font-size: 24px;
    padding: 20px;
}
#map .col-sm-6 .store {
    height: 280px;
    font-size: 22px;
}
#map dt {
    width: 110px;
}
#map .col-sm-6.isazawa, #map .col-sm-6.nagai {
    padding: 4rem 5rem;
}
.map iframe {
    height: 540px;
}
}

/* page */
#page_header {
    padding-top: 8rem;
    margin-top: 70px;
    position: relative;
    background-size: cover;
}

#page_header h1 {
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    top: 39%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 25px;
}
.page-id-34 #page_header h1{
    top: 27%;    
}
.wp-block-group__inner-container{
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin: 0 auto;
}
#amb1{
    position: relative;
}
#amb1::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 45px solid transparent;
    border-left: 45px solid transparent;
    border-top: 25px solid #ffffff;
    border-bottom: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}
#amb2 {
    background-image: url(../img/bg-ambassador.png);
    background-position: top;
    background-size: cover;
}
#amb2 .wp-block-column {
    background: #fff;
    padding: 2rem 1rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#amb2 .wp-block-column h3 {
    color: #9886ea;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#amb2 .wp-block-column h3 span {
    background: #9886ea;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 52px;
    display: inline-block;
    margin-right: 10px;
}
.dectop::before {
    margin-bottom: 10px;
}
#amb3 {
    background-image: url(../img/bg-ranking.jpg);
    color: #fff;
}
#amb3 h2{
    color: #fff;
}
#amb3 li {
    margin-bottom: 1rem;
}
@media screen and (min-width:760px) {
#page_header {
    padding-top: 10rem;
}
#page_header h1 ,.page-id-34 #page_header h1{
    top: 42%;
    font-size: 30px;
}
.wp-block-group__inner-container{
    max-width: 720px;
}

}
@media screen and (min-width:1200px) {
#page_header {
    padding-top: 15rem;
}
#page_header h1,.page-id-34 #page_header h1 {
    font-size: 45px;
}
.wp-block-group__inner-container{
    max-width: 1140px;
}
#amb2 .wp-block-column img {
    object-fit: contain;
    width: 100%;
    height: 130px;
}
#amb2 .wp-block-column h3 {
    font-size: 30px;
    margin-bottom: 2rem;
    padding-left: 2rem;
    }
#amb3 li {
    margin-bottom: 1rem;
    line-height: 3.5;
    margin: 0 auto;
    width: 580px;
}
}
@media screen and (min-width:1400px) {
#page_header {
    padding-top: 18rem;
}
#page_header h1,.page-id-34 #page_header h1  {
    font-size: 55px;
}
.wp-block-group__inner-container{
    max-width: 1200px;
}
#amb2 .wp-block-group__inner-container {
    max-width: 1300px;
}

}
@media screen and (min-width:1600px) {
.wp-block-group__inner-container,#amb2 .wp-block-group__inner-container{
    max-width: 1400px;
}
#amb2 .wp-block-column h3 {
    font-size: 26px;
}
#amb2 .wp-block-column {
    padding-left: 2rem;
}
}


/* archive */
.archive ul.news-list::after{
    display: none;
}
span.pages {
    display: none;
}
.pnavi {
    margin: 2rem auto;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px!important;
    border: 1px solid #9886ea!important;
    color: #9886ea;
}
.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #9886ea;
    border-color: #9886ea!important;
}
/* single */
.single #page-content {
    padding: 2rem 0;
}
.post-inner {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 2rem 1rem;
    border-radius: 10px;
}
.post-inner h2 {
    text-align: left;
    margin-bottom: 1rem;
}
.post-inner h3{
    color: #9886ea;
    font-weight: bold;
    margin-top: 2rem;
}
img.thumbnail-img {
    margin-bottom: 2rem;
    width: 100%;
}
.entry-pager {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.back a, .next a {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: block;
  text-align: center;
  color: #000;
}
.back a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #9886ea;
  border-bottom: 3px solid #9886ea;
  transform: rotate(45deg);
  margin-right: 10px;
}
.next a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: 3px solid #9886ea;
  border-bottom: 3px solid #9886ea;
  transform: rotate(-135deg);
  margin-left: 10px;
}
.archive #challenge {
    background: #FFF;
}
@media screen and (min-width:760px) {
    .post-inner {
    padding: 4rem;
}
.single #page-content {
    padding: 4rem 0;
}
}
@media screen and (min-width:1200px) {
.archive #challenge .col-lg-7 {
    width: 30%;
}
.archive #challenge .col-lg-5 {
    width: 70%;
    position: relative;
}
.archive #challenge .col-lg-7 img {
    height: 240px;
}
.archive #challenge p.date.m-0.text-end {
    position: absolute;
    right: 15px;
}
}

/* form */
.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
    background-color: #9886ea;
}
.wp-block-snow-monkey-forms-item {
    border-top: 1px solid #eee;
}
.smf-item__col.smf-item__col--label {
    padding-bottom: 10px;
    font-weight: bold;
}
span.smf-item__label__text strong {
    background: red;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    padding: 0px 3px;
}
.smf-action .smf-button-control__control {
    background: #9886ea;
    color: #fff;
    font-weight: bold;
    padding: 15px 35px;
}
/* .smf-action .smf-button-control:nth-of-type(1) .smf-button-control__control {
    background: #999;
} */

.wp-block-group.nagaicoin {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
@media screen and (min-width:1200px) {
.smf-form.smf-form--simple-table {
    max-width: 85%;
    margin: 3rem auto 0;
}
.smf-form--simple-table .smf-item {
    padding: 2rem;
}
.wp-block-group.nagaicoin {
    flex-wrap: nowrap;
}
.wp-block-group.nagaicoin h2 {
    width: 730px;
}
.wp-block-group.nagaicoin img {
    width: 100%;
    height: 170px;
}
}
