@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+Thai:wght@600;700;800&display=swap');
html {
  scroll-behavior: smooth;
}
main {
  margin: 0 auto -80px;
}
.page_container{
  padding-bottom: 60px;
  background-color: #dbd7d4;	
}
section {
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  color: #333;
}
section p {
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 11.3px;
}
.headbx {
  max-width: 1100px;
  margin: 100px auto 0;
  padding-bottom: 30px;
}
.headbxsub {
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 0;
  background-color: #dbd7d4;
  text-align: center;
}
.headbxsub h3 {
  font-weight: 600;
  line-height: 2.0em;
  margin-bottom: 50px;
}
.headbxsub p {
  line-height: 2.6em;
  margin-bottom: 15px;
}
.navibx {
  max-width: 500px;
  margin: 0 auto;
  background-color: #dbd7d4;
}
.navibx ul{
  width: 80%;
  margin: 0 auto;
}
.navibx ul li{
  width: 100%;
  padding: 2%;
  background-color: #e7e3e2;
  margin-bottom: 7%;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;	
  position: relative;
}
.navibx ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #505050;
  border-right: solid 1px #505050;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 7%;
  margin-top: -4px;
}
.navibx ul li a{
  display: block;
  font-size: 1.5rem;
  margin-left: 2%;
  color: #505050;
  font-weight: bold;
  text-decoration: none;
}
.navibx ul li a:hover{
  opacity: 0.8;
}
.navibx ul li a span{
  margin-left: 20px;
  font-size: 1.2rem;
  font-weight: normal;
}
a.lnk-btn{
  display: block;
  width: 80%;
  margin: 30px auto 0;
  padding: 12px 30px 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #6ecad9;
  text-align: center;
  position: relative;
  border: 1px solid #6ecad9;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;	
  font-size: 1.2rem;
  color: #FFF;
}
a.lnk-btn::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7%;
  margin-top: -4px;
}
a.lnk-btn:hover{
  opacity: 0.8;
}
.subheadbx {
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 0 0;
  background-color: #dbd7d4;
}
.subheadbx h4{
  margin: 0 0 7% 7%;
  color: #505050;
}
.subheadbx h4 span{
  display: block;
  font-size: 3.8rem;
  font-weight: 500;	
}
.subheadbx img{
  width: 90%;
}
.subheadbx p{
  line-height: 2.6em;
  margin: 7% 7% 0;
}

.txtrbx,
.txtlbx {
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 0 0;
  background-color: #dbd7d4;
  color: #505050;
}
.txtrbx h4 {
  text-align: right;
  margin:0 20px 20px 0;
  font-size: 2.0rem;
  font-weight: 600;
}
.txtrbx h4 span{
  font-size: 1.0rem;
  margin-right: 20px;
}
.txtlbx h4 {
  margin:0 0 20px 20px;
  font-size: 2.0rem;
  font-weight: 600;
}
.txtlbx h4 span {
  font-size: 1.0rem;
  margin-left: 20px;
}
.animated-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
}
.animated-heading .en {
  margin: 0!important;
  font-size: 2.0rem;
  font-weight: 600;
}
.animated-heading .ja {
  font-size: 1.0rem;
  margin: 5px 0 0 0!important;
}
.animated-heading .line {
  flex-grow: 1;
  height: 1px;
  background: #505050;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 2s ease;
}
.animated-heading .line2 {
  flex-grow: 1;
  height: 1px;
  background: #505050;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 2s ease;
}
/* active01（ふわっと表示後）になったら線が伸びる */
.animated-heading.active01 .line,
.animated-heading.active01 .line2 {
  transform: scaleX(1);
}


.txtrbx p{
  margin-right: 20px;
  text-align: right;
}
.txtlbx p{
  margin-left: 20px;
  text-align: left;
}
.txtrbx ul.fingerinfo,
.txtlbx ul.fingerinfo {
}
.txtrbx ul.fingerinfo li,
.txtlbx ul.fingerinfo li {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px 20px 0;
}
.txtrbx ul.fingerinfo li div:first-child,
.txtlbx ul.fingerinfo li div:first-child {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;	
  border-radius: 50%;
  background-color: #e7e3e2;
  display: inline-grid;
  margin-right: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  padding-top: 0;	
}
.txtrbx ul.fingerinfo li div,
.txtlbx ul.fingerinfo li div {
  width: 73%;
  padding-top: 7px;	
}
.txtrbx ul.fingerinfo li div h5,
.txtlbx ul.fingerinfo li div h5 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 600;
}
.txtrbx ul.fingerinfo li div p,
.txtlbx ul.fingerinfo li div p {
  margin: 0!important;
  text-align: left;
}
.txtlbx figure {
  width: 90%;
  margin: 0 auto;
}
.txtlbx dl {
  display: flex;
  flex-wrap: nowrap;
  margin: 40px 20px;
}
.txtlbx dl dt{
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.txtlbx dl dd{
  width: 73%;
  font-size: 11.3px;
  line-height: 1.8em;
}
.txtlbx h6{
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}
.txtlbx ul.recommendation{
  width: 80%;
  margin: 30px auto 0;
}
.txtlbx ul.recommendation li{
  width: 100%;
  padding: 2% 2% 2% 14%;
  background-color: #e7e3e2;
  margin-bottom: 4%;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;	
  position: relative;
  font-size: 1.2rem;
  font-weight: normal;
}
.txtlbx ul.recommendation li:last-child{
  margin-bottom: 0;
}
.txtlbx ul.recommendation li::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #505050;
  border-right: solid 1px #505050;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7%;
  margin-top: -4px;
}

/* slide */
.itmslidebx {
  position: relative;
  min-height: 610px;
  padding-top: 60px;
  background-color: #dbd7d4;
}
.itmslidebx h2{
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .itmslidebx {
    min-height: 510px;
    height: auto;
    background-color: #dbd7d4;
  }
}
.itmslidebx .itmslide {
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 835px) {
  .itmslidebx .itmslide .splide__track {
    width: 1100px;
    margin: 0 auto;
  }
}
.itmslidebx .itmslide .splide__track .splide__arrows {
  position: relative;
  margin-top: 40px;
  top: 10px;
}
.itmslidebx .itmslide .splide__track .splide__arrows button {
  background: none !important;
  width: 0.8em;
}
.itmslidebx .itmslide .splide__track .splide__arrows button.splide__arrow--next {
  right: 10em;
}
@media print, screen and (min-width: 835px) {
  .itmslidebx .itmslide .splide__track .splide__arrows button.splide__arrow--next {
    right: 33em;
  }
}
.itmslidebx .itmslide .splide__track .splide__arrows button.splide__arrow--prev {
  left: 10em;
}
@media print, screen and (min-width: 835px) {
  .itmslidebx .itmslide .splide__track .splide__arrows button.splide__arrow--prev {
    left: 33em;
  }
}
.itmslidebx .itmslide .splide__track .numbx {
  text-align: center;
}
.itmslidebx .itmslide .splide__track .splide__list li {
  padding: 10px;
  position: relative;
}
@media print, screen and (min-width: 835px) {
  .itmslidebx .itmslide .splide__track .splide__list li {
    width: 25%;
    padding: 1%;
    position: relative;
  }
}
.itmslidebx .itmslide .splide__track .splide__list li img {
  width: 100%;
  height: auto;
}
.itmslidebx .itmslide .splide__track .splide__list li a {
  text-decoration: none;
}
.itmslidebx .itmslide .splide__track .splide__list li a i {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  width: 80px;
  padding: 0.5em;
  position: absolute;
  top: 80px;
  right: 0;
  text-align: center;
  font-style: normal;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #de2d15;
}
.itmslidebx .itmslide .splide__track .splide__list li a div {
  margin-bottom: 10px;
}
.itmslidebx .itmslide .splide__track .splide__list li a p {
  font-size: 0.9em;
  overflow-wrap: break-word;
}
.itmslidebx .itmslide .splide__track .splide__list li a p.item__rank {
  text-decoration-line: underline;
}
.itmslidebx .itmslide .splide__track .splide__list li a p.item__price span {
  color: #de2d15;
}
/* slide */
a.lnk-btn2{
  display: block;
  width: 27%;
  padding: 12px 30px 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #6ecad9;
  text-align: center;
  border: 1px solid #6ecad9;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;	
  font-size: 1.2rem;
  color: #FFF;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 20px;	
}
a.lnk-btn2::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7%;
  margin-top: -4px;
}
a.lnk-btn2:hover{
  opacity: 0.8;
}

.cont03bx {
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 0 0;
  background-color: #dbd7d4;
}
.cont03bx h4{
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 7% 7%;
  color: #505050;
}
.cont03bx h4 span{
  font-size: 2.0rem;
  margin-right: 2%;
}
.cont03bx p{
  margin: 0 0 7% 7%;
}
.cont03bx ul{
  width: 88%;
  margin: 0 auto;
}
.cont03bx ul li{
  margin-bottom: 15%;
}
.cont03bx ul li:last-child{
  margin-bottom: 0;
}
.cont03bx ul li img{}
.cont03bx ul li p{
  margin: 7% 0 0 0!important;
  line-height: 2.6em;
}
.cont03bx ul li p span{
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}
.cont03bx ul li a.lnk-btn2{
  display: block;
  width: 96%;
  margin: 30px auto 0;
  padding: 12px 30px 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #6ecad9;
  text-align: center;
  position: relative;
  border: 1px solid #6ecad9;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;	
  font-size: 1.2rem;
  color: #FFF;
}
.cont03bx ul li a.lnk-btn2::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7%;
  margin-top: -4px;
}
.cont03bx ul li a.lnk-btn2:hover{
  opacity: 0.8;
}



.toggle {
  display: none;
}
.Label {
  display: block;
  padding: 0 0 0.1em;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}
.Label a{
  text-decoration: none;
}
.Label::before,
.Label::after{
  content: "";
  position: absolute;
  border: 1px solid #333;
  width: 8px;
  top: 5px;
  left: 215px;
}
.Label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  line-height: 1;
}
.content {
  height: 0;
  margin-bottom:10px;
  padding:0 10px;
  overflow: hidden;
}
.content p{
  margin-bottom: 15px;
}
.content li a{
  font-size: 0.8em;
}
.toggle:checked + .Label + .content {
  height: auto;
  transition: all .3s;
  margin: 10px 0 15px;
  line-height: 1.5;
}
.toggle:checked + .Label::after {
  display: none;
  transition: all .3s;
}
.infobx ul li:nth-child(5){
  margin-bottom: 2.5%;
}	
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.leeepbx{
  width: 1100px;
  margin: 0 auto;	
}
.giftbx {
  max-width: 500px;
  width: 100%;
  text-align: center;
  background-color: #dbd7d4;
}
.giftbx h4 {
  display: block;
  line-height: 1;
  padding: 20px 20px 0 20px;
  color: #505050;
}
.giftbx h4 span{
  display: block;
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.giftbx p {
  line-height: 2.6em;
  margin: 0 7%;
  letter-spacing: 0.05em;
}
.giftbx img {
  width: 70%;
  margin: 20px 0;
}
.shoplistbx{
  max-width: 500px;
  width: 100%;
  padding: 100px 10px;
  text-align: center;
  background-color: #dbd7d4;
}
.shoplistbx h4 {
  line-height: 1;
  padding: 20px 20px 0 20px;
  color: #505050;
}
.shoplistbx h4 span{
  display: block;
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.tab-content {
  width: 100%;
  margin-top: 3%;
  display: none;
}
.tab-switch:checked+.tab-label+.tab-content {
  display: block;
}
.tab-switch {
  display: none;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 500px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
.title {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight:600;
  padding: 3% 3% 3% 5%;
  transition: all .5s ease;
  text-align: left;
  border-bottom: 1px solid;
}
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #333;
}
.title::before {
  top: 48%;
  right: 5%;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 5%;
  transform: rotate(90deg);
}
.title.close::before {
}
.title.close::after {
  display: none;
}
.box {
  display: none;
  padding: 3% 3% 3% 5%;
}
.box dt,
.box dd{
  min-height: 40px;
  padding: 4% 0;
  border-bottom: 1px solid #f0f0f0;
}
.box dd a{
  font-size: 12px;	
  text-decoration: none;
  color: #505050;
  display: block;
  position: relative;
}
.box dd a:after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 44%;
  right: 3%;
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snsbx {
  max-width: 500px;
  width: 100%;
  background-color: #dbd7d4;
  padding: 0 0 100px;
}
.snsbx h4 {
  display: block;
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 20px 20px 0 20px;
  color: #505050;	
}
.snsbx ul {
  width: 30%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.snsbx ul li {
  width: 32%;
  padding: 6%;
  margin-bottom: 20px;
}
.snsbx ul li a {
  display: block;
  padding: 1.5% 2.5% 1.5% 1.5%;
}
.snsbx ul li:hover {
  opacity: 0.8;
}
#pagetitle {
  margin: 30px 0;
}
#pagetitle span {
  line-height: 1.3em;
}
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.animation01 {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 0;
  transition: 1.5s;
  visibility: hidden;
  transform: scale(0.96, 0.96);
}
.active01 {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}
.tpscroll {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
.tpscroll::before {
  display: block;
  content: '';
  border-bottom: solid 1px #505050;
  border-left: solid 1px #505050;
  width: 14px;
  height: 14px;
  transform: rotate(135deg);
  margin: 0 auto 10px;
}
.tpscroll:hover::before {
  border-bottom: solid 1px #00A5CB;
  border-left: solid 1px #00A5CB;
}
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #AAA;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.3s ease;
  z-index: 99;
}
#page_top::before {
  content: '';
  border-bottom: solid 2px #FFF;
  border-left: solid 2px #FFF;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  position: absolute;
  right: 14px;
  bottom: 12px;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
a.anclnk{
  display: block;
  padding-top: 1px;
  margin-top: -1px;
}	

@media screen and (min-width:1281px) and (max-width:1600px) {
}
@media screen and (min-width:835px) and (max-width:1280px) {
}
@media screen and (min-width:835px) and (max-width:1100px) {
}
@media only screen and (max-width:834px) {
  section p {
    font-size: 8px;
  }	
  main{
	margin: 0 auto;
  }
  .headbx {
  	max-width: 100%;
    margin: 60px auto 0;
  }
  .navibx ul,
  a.lnk-btn{
    width: 88%;
  }
  .navibx ul li a span {
    font-size: 1rem;
  }
  .txtlbx dl dd {
    font-size: 8px;
    line-height: 2.4em;
  }
  .txtlbx ul.recommendation {
    width: 88%;
  }	
  .txtlbx ul.recommendation li {
    padding: 3% 2% 2% 14%;
    font-size: 1rem;
  }	
  a.lnk-btn2 {
    width: 88%;
    bottom: 20px;
  }	
  .cont03bx ul li a.lnk-btn2 {
    margin: 50px auto 0;
    font-size: 1rem;
  }	
  .subheadbx {
    max-width: 100%;
  }	
  .subheadbx h5{
    font-size: 1.4rem;
    top: 50%;
  }		
  .Label {
    font-size: 10px;
  }
  .Label::before,
  .Label::after{
    top: 3px;
    left: 48%;
  }
  .content {
    height: 0;
    margin-bottom:10px;
    padding:0 0 0 10px;
    overflow: hidden;
  }
  .content li a{
    font-size: 0.8em;
  }
  .toggle:checked + .Label + .content {
    height: auto;
    transition: all .3s;
  }
  .toggle:checked + .Label::after {
    display: none;
    transition: all .3s;
  }
  .infobx ul li:nth-child(5){
    margin-bottom: 2.5%;
  }
  .giftbx img{
    width: 80%;
  }
  .shoplistbx {
    padding: 100px 10%;
  }	
  a.anclnk{
	display: block;
	padding-top: 50px;
	margin-top: -50px;
  }
  .leeepbx{
    width: 100%;
  }	
  .tpscroll {
    margin: 0 auto 100px;
  }	
  .br-pc {
	display: block;
  }
  .br-sp {
	display: none;
  }
	
}
