@charset "UTF-8";

/* CSS Document */


.ctt_ttl_main {
  width: 100%;
  margin: 0;
  font-size: 10px;

}

.ctt_ttl_main img {
  width: 100%;
  margin: 0 auto;
}


.ctt_ttl_main p {
  color: #424242;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.main_box_moji_ttl {
  padding: 20px;
}

/* .main_box_banner {
  background-color: #e7fdfb;
} */


.main_box_banner img {
  width: 100%;
  aspect-ratio: 64/30;
}  

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 12px;
  text-align: center;
}

.navi ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.navi ul li {
  display: inline-block;
  width: 44%;
  margin: 0 2% 8px;
  text-align: center;
  position: relative;
}

.navi li span {
  display: block;
  font-size: 0.6em;
}

.navi ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  width: 100%;
  line-height: 1.3;
  background-color: #8a7e73;
  padding: 10px 0;
  border-radius: 4px;
}

.navi ul li a img {
  width: 100%;
}


.navi ul li::after {
  content: url(./anchor.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

 .style-index-ttl {
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

/* ばんざい */
.banzai {
  align-items: center;
  display: flex;
  justify-content: center;
}

.banzai::before {
  margin-right: 6px;
  transform: rotate(60deg);
}

.banzai::after {
  margin-left: 6px;
  transform: rotate(-60deg);
}

.banzai::before, .banzai::after {
  background-color: #424242;
  content: "";
  height: 1px;
  width: 12px;
}

.s-banner-area img {
  max-width: 100%;
}

/*吹き出し*/
.balloon-1 {
    position: relative;
    width: 90px;
    height: 90px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 860.57 798.11'%3E%3Cg id='cloud'%3E%3Cpath fill='%23fff' d='M68.72,402.19c-61.94-77.37-49.42-190.31,27.95-252.24,77.37-61.94,190.31-49.42,252.24,27.95C358.25,70.73,452.7-8.59,559.88.75c107.18,9.34,186.49,103.79,177.16,210.96h0c105.2,47.04,152.35,170.45,105.32,275.65-47.04,105.2-170.45,152.35-275.65,105.32h0c13.28,99.28-56.43,190.52-155.7,203.81-99.28,13.28-190.52-56.43-203.81-155.7h0c-65.88,38.24-150.29,15.83-188.53-50.06-38.24-65.88-15.83-150.29,50.06-188.53Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2px 14px 0;
    text-align: center;
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
    margin-bottom: 18px;
    margin-left: 24px;
    font-weight: bold;
}

.balloon-1:before {
    content: "";
    position: absolute;
    left: -16px;
    width: 10px;
    height: 9px;
    bottom: -10px;
    background: #fff;
    border-radius: 50%;
}

.balloon-1:after {
    content: "";
    position: absolute;
    left: -3px;
    width: 16px;
    height: 15px;
    bottom: -2px;
    background: #fff;
    border-radius: 50%;
}

.balloon-txt {
    display: inline;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 2px;
    line-height: 2;
}

.straight {
    border-bottom: 2px solid #9cd9df;
}

.wave {
    border-bottom: 2px solid #efc1bb;
}

.natural {
    border-bottom: 2px solid #f0cdb3;
}

.contents-header {
  overflow: hidden;
  margin: 0 6px 32px;
  padding-top: 32px;
  text-align: center;
}

.contents-header figure {
  width: 50vw;
  margin: 0 auto 8px;
  position: relative;
}

.contents-header figure img {
  width: 100%;
}

.contents-header figure span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 32px;
  font-family: "Lora", serif;
}

.contents-header-txt {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}

.item-box {
  display: block;
  margin-bottom: 60px;
  background-color: #fff;

}

.item-box-image {
  width: 100%;
  position: relative;
  aspect-ratio: 56/46;
}
.item-box-image .pickup-icn {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 34vw;
  max-width: 150px;
}

.item-box-image img {
  width: 100%;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  /*position: relative;
  top: -12px;
  left: -12px;*/
}

.item-box-txt h2 {
  font-family: "Lora", serif;  
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #424242 solid 1px;
}

.item-box-txt {
  padding: 10px 40px 30px;
}
.item-box-txt .restock {
  font-family: "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���C���I", Meiryo, sans-serif;;
  position: relative;
  font-size: 12px;
  top: 1px;
  left: 4px;
  color: #7f7f7f;  
}

.item-box-txt p {
  text-align: justify;
  font-size: 14px;
}

.item-box-txt a {
  vertical-align: middle;

}

.item-box-txt a:hover {
  opacity: 0.7;

}


.item-box-txt h2 a::after {
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  position: relative;
  margin-left: 4px;
  top: -3px;
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "���S�V�b�N" , "Yu Gothic" , "���S�V�b�N��" , "YuGothic" , "�q���M�m�p�S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "���C���I" , Meiryo , "�l�r �o�S�V�b�N" , "MS PGothic" , sans-serif;
}


.credit a::after {
  display: block;
  float: right;
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  margin-left: 4px;
  margin-top: -2px;  
}

.section-wrapper {
  padding: 20px 0 0;
}


.l-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 32px;
}



.l-slider-img {
  width: 100%;
  margin-bottom: 20px;
}

.l-slider-desc {
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}



.l-slider-comment p:first-child,
.l-slider-comment2 p:first-child,
.l-slider-comment3 p:first-child {
  font-family: "Lora", serif;
  font-size: 24px;  
  color: #464646;  
  line-height: 1.6;
  margin-bottom: 16px;
}

.l-slider-desc p:first-child {
  margin-bottom: 16px;
  letter-spacing: 1px;

}

/* .contents-wrapper-sp p:first-child span {
  background: linear-gradient(transparent 80%, #9bf2e7 0%);
} */


/*.l-slider-comment p:first-child span {
  background: linear-gradient(transparent 80%, #aeefe9 0%);
}*/

.l-slider-comment2 p:first-child span {
  background: linear-gradient(transparent 80%, #f5dac3 0%);
}

.l-slider-comment3 p:first-child span {
  background: linear-gradient(transparent 80%, #d0cbf0 0%);
}

.l-slider-desc p:last-child {
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;

}

.l-slider-desc>div {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 1.7;
}



.m-item-list li {
  overflow: hidden;
  margin-bottom: 8px;
}

.m-item-list li a {
  display: block;
  overflow: hidden;
}

.m-item-list-thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  float: left;
  border: 1px solid #f4f4f4;
}

.m-item-list-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
}

.l-slider-desc p > .setup-line {
  background:linear-gradient(transparent 80%, #ecf3b9 0%)!important;
}


/* ����������������X���C�_�[�������� */

.slider-contents-main {
  /* �ǉ� */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.slider-contents-main-wrapper {
  /* wrapper�̃T�C�Y�𒲐� */
  width: 100%;
  /*height: 300px;*/
  /* ��������ǉ� */
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  /* �X���C�h�̃T�C�Y�𒲐��A���g�̃e�L�X�g�z�u�����A�w�i�F */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 300px;*/
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;

}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
}

/*
  .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
   background: #333 !important;
  }

  .swiper-pagination-bullet:first-child {
    margin: 0 !important;
  }
*/
.slider-contents img {
  width: 100%;
  aspect-ratio: 60/77;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.slider-contents-btn-prev {
  background: url(/assets/frontend/btn-slide-index-sub-left-pc-993030c95064bb5970fe2ee021f4f20088a5a434a5556cc39db6bbbd0056ffa8.png) 10px center no-repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-btn-next {
  background: url(/assets/frontend/btn-slide-index-sub-right-pc-00ae0e2505d296a4471e6d026568abd868948f213fb08862542cf4e361aef88e.png) 28px center no-repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 1px solid #9E9E9E;
  box-sizing: border-box;
  opacity: 1;
  cursor: pointer;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}

.section-ttl,
.section-ttl2,
.section-ttl3 {
  text-align: center;
  font-family: "Lora", serif;
  font-weight: normal;
  color: #212121;
  font-size: 42px;
  margin: 0 auto 24px;
  line-height: 1;
  color: #464646;
  z-index: 1;
  position: relative;
}


.section-ttl::after {
    display: block;
    content: url(./pen1.svg);
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    width: 30%;
}

.section-ttl span,
.section-ttl2 span,
.section-ttl3 span {
  display: block;
  font-size: 14px;
  margin-top: 21px;
}

.section-ttl2::after {
    display: block;
    content: url(./pen2.svg);
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    width: 30%;
}

.section-ttl3::after {
  display: block;
  content: url(./pen3.svg);
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  width: 30%;
}

.l-scrolldown {
  width: 100px;
  margin: 0 auto 16px;
}

.l-scrolldown img {
  width: 100%;
}

.con2{
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto ;
  padding-bottom: 40px;
}
.con2 img{
  width: 124px;
}
.left-head {
  width: 1000px;
  margin: 20px auto;
  text-align: center;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-weight: normal;
  color: #333333;
  font-size: 20px;
}

.center-head {
    font-size: 30px;
    margin: 20px auto 30px;
    font-family: "Lora", serif;

}

.con2 h3::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #9e9e9e;
}

.con2 h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #9e9e9e;
}
.con2 ul{
  display: flex;
  flex-wrap: wrap;    
  overflow: hidden;
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
.con2 ul li {
  display: flex;
  overflow: hidden;
  width: 23%;
  margin: 0 20px 40px 0 ;
}

.con2 ul li a{
  color: #000;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.con2 ul li img{
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
  margin-bottom: 8px;
}


.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
}
.item-box-txt .content-btn {
  margin: 20px auto;
}
a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 6px 24px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-left: auto;
}

.con_come {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    padding: 0px 0;
}

.content-btn:hover {
  opacity: 0.7;
}

/* �g�b�v�A���J�[���X���C�_�[�ɉB��Ă��܂��̂���� */
#m-page-top {
  z-index: 2;
}

@media screen and (min-width: 640px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }

.main_box_banner img {
    width: 1000px;
    height: 380px;
}  

  .ctt_ttl_main {
    display: block;
    margin: 0 auto 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .ctt_ttl_main img {
    margin: 0 auto;
    vertical-align: bottom;
  }

  .ctt_ttl_main p {
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }

  .navi {
    width: 1000px;
    margin: 32px auto;
  }
  
  .navi ul {
    display: flex;
  }


  .navi ul li {
    width: 30%;
  }

  .navi ul li a {
    font-size: 18px;
  }


  .contents-header {
    width: 800px;
    padding-top: 32px;
    margin: 0px auto 32px;
  }

  .contents-header figure {
    width: 240px;
    float: left;
    margin: 0;
  }

  .contents-header figure span {
    font-size: 42px;
  }


  .contents-header figure img {
    width: 240px;
  }

  .credit a {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
  }

  .item-box {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
  
  }

  .item-box-image {
    width: 480px;
    position: relative;
    padding: 30px 0 30px 30px;  
  }

  .item-box-txt {
    padding: 60px 60px 60px 40px;
    flex:1;
  }

  .balloon-container {
    width: 380px;
  }

  .slider-contents-main {
    width: 460px;
    margin: auto;
  }

  .l-slider {
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-template-rows: repeat(6,auto);
    grid-template-areas: "img balloon"
      "img ttl"
      "img desc"
      "img desc-txt"
      "img items"
      "img .";
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 72px;
    justify-content: center;
    align-items: center;
    width: 1000px;
}

  .l-slider-reverse {
    grid-template-areas: ". img" "ttl img" "desc img"  "desc-txt img" "items img" ". img";
    -moz-column-gap: 0;
    column-gap: 40px;
  }

  .l-slider-comment-txt {
    font-size: 14px;
    grid-area: desc-txt;
    width: 400px;
  }

  .style-index {
    grid-area: ttl;
    font-size: 70px;
    font-family: "Lovers Quarrel", cursive;
    line-height: .8;
    margin-top: 16px;
  }

.style-index-txt {
    margin-bottom: 24px;
}

  .l-slider-comment,
  .l-slider-comment2,
  .l-slider-comment3 {
    grid-area: desc;
    width: 400px;
    font-size: 14px;
  }

  .m-item-list{
    grid-area: items;
  }


  .l-slider-img {
    grid-area: img;
    width: 50%;
  }

  .l-slider-desc {
    width: 40%;
    padding: 16px 2% 20px 2%;
  }

  .con2 ul li a:hover,
  .credit a:hover,
  .m-item-list a:hover,
  .navi li a:hover {
    opacity: .7;
  }


  .m-link-archive-img img:hover {
    opacity: 0.8;
  }
  .item-box-image .pickup-icn {
    top: 40px;
    left: 40px;
    width: 140px;
  }

  .l-slider-desc>.style-index {
    font-size: 40px;
    font-family: "Lora", serif;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 640px) {
.con2 h2 {
  width: 100%;
}
.con2 h2 img{
  width: 124px;
}
.con2 ul{
  width: 100%;
  margin: 0 auto;
}
.con2 ul li a{
  font-size: 11px;
}
.con2 ul li{
  width: 46% !important;
  margin: 0 auto 20px;
  float: left;
}

.con2 ul li img{
  width: 100%;
}

.l-slider-desc>.style-index {
  display: none;
}

.main_box_banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 32/25;
  vertical-align: bottom;
}

.navi {
    margin: 32px auto;
}

.navi ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.navi ul li {
  width: 90%;
  text-align: center;
  margin: 0;
}

.navi ul li a {
  font-size: 17px;
  padding: 12px 0;
}

.navi li span {
  display: inline-block;
  font-size: 0.7em;
  vertical-align: middle;
  margin: 0 0 2px 8px;
}

.contents-header {
  margin: 0 6px 16px;
}

.contents-header-txt {
  font-size: 14px;
  text-align: left;
}


/* .contents-wrapper-sp {
  display: flex;
  flex-direction: column;
} */

.l-slider {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.style-index {
  font-size: 70px;
  font-family: "Lovers Quarrel", cursive;
  line-height: 0.5;
  margin-top: 16px;
}

.l-slider-comment p:first-child, .l-slider-comment2 p:first-child,.l-slider-comment3 p:first-child {
  font-size: 22px;
  margin-bottom: 0;
}

.l-slider-comment, .l-slider-comment2, .l-slider-comment3 {
  font-size: 14px;
}

.section-ttl::after {
  width: 60%;
}

.section-ttl2::after {
  width: 60%;
  bottom: 25px;
}

.section-ttl3::after {
  width: 60%;
}

.left-head {
  width: auto;
}

.balloon-container {
  order: -1;
}

.style-index {
  order: -1;
}

.l-slider-comment {
  order: -1;
}

.l-slider-comment-txt {
  font-size: 14px;
}

.l-slider-img {
  margin-bottom: 0;
}

}