@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: 40px 14px 20px;
}

.style-bg1 {
 background-color: #dcefed;
 background: linear-gradient(to bottom, #dcefed 96%, #f0eedc);
}

.style-bg2 {
 background-color: #f0eedc;
 background: linear-gradient(to bottom, #f0eedc 96%, #ffe7e1);
}

.style-bg3 {
 background-color: #ffe7e1;
}

.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: 48%;
  margin: 0 4px 8px;
  text-align: center;
  position: relative;
}

.navi li span {
  font-size: 1.4em;
  margin-right: 2px;
}

.navi ul li a {
  /* color: #fff; */
  font-family: "Amiri", serif;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  width: 100%;
  line-height: 1.3;
  /* background-color: #6b7a8a; */
  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: 27%;
  /* transform: translateY(-50%); */
  width: 22px;
  height: 12px;
}

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

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

.underline1 span{
    background: linear-gradient(transparent 75%, #b2e0db 0%);
}

.underline2 span{
    background: linear-gradient(transparent 75%, #dfdbb4 0%);
}

.underline3 span{
    background: linear-gradient(transparent 75%, #fad0c4 0%);
}

.reccomend-rectangle {
  background-color: #777;
  color: #fff;
  padding: 6px 12px;
  border-radius: 9999px;
  margin-right: 8px;
}

/* ばんざい */
.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%;
}

.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: "Amiri", serif;
}

.contents-header-txt {
  font-size: 15px;
  margin-bottom: 1em;
  line-height: 1.7;
}

.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: "Amiri", 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: "Amiri", 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;
}

.m-item-list p::after {
    display: inline-block;
    font-size: 10px;
    content: "Check";
    color: #cc6d00;
    padding: 3px 3px;
    border-radius: 2px;
    margin-left: 4px;
}


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


.section-ttl,
.section-ttl2,
.section-ttl3,
.section-ttl4 {
  text-align: center;
  font-family: "Amiri", serif;
  font-weight: normal;
  color: #212121;
  font-size: 30px;
  margin: 0 auto 24px;
  line-height: 1;
  z-index: 1;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

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

.section-ttl3 span {
  display: block;
  font-size: 14px;
  margin-top: 26px;
}

.section-ttl img {
  width: 200px;
  height: auto;
}

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

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

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

.section-ttl4::after {
    display: block;
    content: url(./category.svg);
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    width: 54%;
}
*/

.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: "Amiri", 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;
  font-weight: bold;
}
.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;
  font-weight: bold;
}

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

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



@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;
    justify-content: center;
  }


  .navi ul li {
    width: 30%;
  }

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


  .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 ttl"
      "img desc"
      "img desc-txt"
      "img items"
      "img ."
      "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: "ttl img" "desc img" "desc-txt img" "items img" ". 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: 40px;
    font-family: "Amiri", serif;
    line-height: .8;
    margin-top: 160px;
    margin-bottom: 16px;
  }


 .style-index-ttl {
    font-size: 28px;
}

  .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: "Amiri", 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: 20px auto 32px;
}

.navi ul {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    justify-content: space-evenly;
}

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

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


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

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

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

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

.style-index {
  font-size: 40px;
  font-family: "Amiri", serif;
  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;
}

.left-head {
  width: auto;
}

.balloon-container {
  order: -1;
}

.style-index {
  order: -1;
}

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

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

.section-ttl::after {
    width: initial;
    bottom: -6px;
}

.navi ul li::after {
    width: 11px;
    height: 6px;
}

.section-ttl,.section-ttl4 {
    font-size: 24px;
}

}