@charset "UTF-8";

/* CSS Document */


.ctt_ttl_main {
  width: 100%;
  margin: 0;
  font-size: 10px;
  background: linear-gradient(90deg, #e2e2e2 0%, #e2e2e2 50%, #bcbcbc 50%, #bcbcbc 100%);
}

.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;
}  


.heading-serif {
   font-family: "Noto Serif JP", serif;
   font-size: 28px;
   margin-bottom: 1em;
   text-align: center;
}

.subheading-serif {
   font-family: "Noto Serif JP", serif;
   font-size: 26px;
   margin-bottom: 1em;
}



.line-up-head {
     font-family: "Noto Serif JP", serif;
   font-size: 26px;
}

.section-lead {
  text-align: justify;
}

.section-lead p {
   font-family: "Noto Serif JP", serif;  
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 16px;
}

.section-cashmere,
.section-washmere {
  text-align: justify;
  color: #fff;
  padding: 0 20px;
}

.section-howto {
    text-align: justify;
}

.section-howto  {
  position: relative;
  background: #E7F4F5;
  font-size: 14px;
}

.section-howto::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 73px 73px 0 73px;
  border-color: #E7F4F5 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}

.section-washmere p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.8;
}

.cashmere-goat-bg {
  background-image: url(cashmere_goat.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.washmere-bg {
  background-image: url(washmere_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cashmere-compare {
  text-align: center;
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: 40px;
  width: 100%;
  margin: 0 auto 10px;
}

.cashmere-compare-name {
  margin-bottom: 8px;
}

.cashmere-compare img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto 8px;
  aspect-ratio: 1/1;
}

.cashmere-compare tbody tr:first-child th,
.cashmere-compare tbody tr:first-child td {
  background-color: transparent;
}

.cashmere-compare th,
.cashmere-compare td {
  vertical-align: middle;
   border: none; 
   padding: 10px 0; 
   font-size: 15px;
}

.cashmere-compare tr td:first-child {
  background-color: #FFF8BC;
}


.cashmere-compare tr td:last-child {
  background-color: #efefef;
}

.cashmere-compare tr th {
  background-color: #86827A;
  color: #fff;
}

.cashmere-compare tr td {
  width: 40%;
}

.cashmere-compare-txt {
  padding: 20px;
  border: #C4BEB4 4px solid;
  box-sizing: border-box;
  font-size: 15px;
}

.section-cashmere p {
   font-family: "Noto Serif JP", serif;  
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 16px;
}

.cashmere-detail-box-group {
  padding-top: 40px;
}

.cashmere-detail-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.cashmere-detail-num {
  font-size: 58px;
  color: #a7a7a7;
}

.cashmere-detail-txt h4 {
  line-height: 1.4;
   font-family: "Noto Serif JP", serif;
   font-size: 24px;
   margin-bottom: 1em;  
}

.cashmere-detail-txt {
  font-size: 15px;
  line-height: 1.8;
}

.cashmere-detail-link {
  display: block;
  margin-top: 1em;
  text-decoration: underline;
}

.cashmere-detail-img img {
  width: 100%;
}

.washmere-logo {
  margin: 0 8px;
}

.washmere-logo img {
  max-width: 240px;
  width: 100%;
  background-color: #fff;
  vertical-align: middle;
  padding: 2px;
  margin-bottom: 6px;
  box-sizing: border-box;
}

.wash-flow {
  margin: 40px 0;
}


.wash-flow-label-wrapper {
  overflow: hidden;
}

 .wash-flow-label {
  color: #fff;
  padding: 12px 30px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
 }

 .wash-flow li {
  margin-bottom: 60px;
  position: relative;
 }

  .wash-flow li:last-child {
  margin-bottom: 20px;

} 

  .wash-flow li:first-child:after,
  .wash-flow li:nth-child(2):after{
      content: '';
      position: absolute;
      bottom: -72px;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-top: 40px solid #cee8ea; /* 好みで高さ色を変えてください */
      border-left: 20vw solid transparent;
      border-right: 20vw solid transparent;
  }
  

 .wash-flow-list-inner {
  background-color: #fff;  
  padding: 20px 20px 20px;
 }

.wash-flow li:first-child .wash-flow-label {
  background-color: #71A5A9;
}

.wash-flow li:nth-child(2) .wash-flow-label {
  background-color: #5A999E;
}

.wash-flow li:last-child .wash-flow-label {
  background-color: #438E94;
}

.wash-flow-txt {
  text-align: justify;
  font-size: 15px;
}

.wash-flow-img {
  max-width: 120px;
  margin: 0 auto 20px;
}

.wash-flow-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.s-banner-area img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 5/2;
}

.s-banner-area a {
  display: block;
}

.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 .txt-point {
  background: linear-gradient(transparent 75%, #a9d3d7 75%);

}

.contents-header-question {
  font-size: 2em;
  color: #8bbabe;
  display: block;
  text-align: center;
}

.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;
}



.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: 60px 0 60px;
}

.sml_ttl_box_underbtn2 {
  display: block;
  overflow: hidden;
  padding: 0 0 80px 0;
  position: relative;
}

.sml_ttl_box_underbtn2 a {
  display: block;
  overflow: hidden;
  width: 300px;
  margin: 10px auto;
  text-align: center;
  background-color: #45423f;
  color: #fff;
  border-radius: 4px;
}

.btn-box {
  width: 100%;
  margin: 0 auto;
}

  .btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }

.content-btn-la {
    background-color: #45423f;
    color: #fff;
    box-sizing: border-box;
    padding: 12px 2em;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;      
}

.content-btn-la-w {
    border: 1px solid #45423f;
    background: #fff;
    color: #616161;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 2em;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    display: block;
    text-align: center;
}


.button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}


.button-icon::before{
  content:'';
  background-image: url("../ema_cashmere/btn_icon.svg");
  display: block;
  width:25px;
  height:25px;
  margin-right: 6px;
  background-size: cover;
}



.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-size: 24px;  
  color: #464646;  
  line-height: 1.6;
  margin: 8px 0 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のサイズを調整 */
  width: 100%;
  /*height: 300px;*/
  /* ここから追加 */
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slider-contents {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  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;
}

.slider-contents img {
  width: 100%;
}

.slider-contents img.ar56 {
  aspect-ratio: 5/6;
}

.slider-contents img.ar-lineup {
  aspect-ratio: 25/27;
}


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

.slider-contents-btn-prev {
  background: url(../esw250919_edit/arrow_back.svg) 10px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-btn-next {
  background: url(../esw250919_edit/arrow_forward.svg) 28px center no-repeat;
  width: 55px;
  height: 55px;
  background-size: 19px auto;
  z-index: 2;
  cursor: pointer;
  position: static;
  margin-top: 0;
}

.slider-contents-main .swiper-pagination .swiper-pagination-bullet,
.slider-contents-main2 .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,
.slider-contents-main2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #9E9E9E;
  opacity: 1;
}


.button-sandp {
  display: block;
  background-image: url(../ema_cashmere/icon_pause.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  z-index: 2;
}

.button-sandp.paused {
  background-image: url(../ema_cashmere/icon_start.svg);
}

.swiper-command-wrapper {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-link {
  display: block;
}

.slide-lineup {
  background-color: #fff;
  box-sizing: border-box;
}

.slide-lineup .slider-link {
  padding: 12px 10px 6px;

}

.line-up-txt {
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  font-size: 14px;
  letter-spacing: -.5px;
}

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

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


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

}

.item-credit {
  margin-top: 4px;
  text-align: left;
}

.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;
}

.check-btn {
  margin-top: 8px;
}

.check-btn span {
  display: inline-block;
  width: 70%;
  background-color: #3e3e3e;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
}

.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) {

.heading-serif {
   font-size: 36px;

}

.subheading-serif {
   font-size: 30px;
}

  .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;
  }

  .section-lead {
    text-align: center;
  }

  .section-cashmere,
  .section-washmere {
    text-align: center;
  }

  .section-howto {
      text-align: center;
  }

  .cashmere-compare {
    width: 620px;
    margin: 0 auto 10px;
  }

  .cashmere-compare-txt {
    width: 620px;
    margin: 0 auto;
    text-align: center;
  }

  .cashmere-detail-link:hover {
    text-decoration: none;
  }

  .cashmere-detail-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
  }

  .cashmere-detail-box.reverse {
    flex-direction: row-reverse;
  }

  .cashmere-detail-img {
    width: 460px;
  }

  .cashmere-detail-txt {
    flex: 1;
  }

  .wash-flow {
    display: flex;
    gap:10px;
  }
  

  .wash-flow-list {
    flex: 1;

  }

  .wash-flow li {
    margin-bottom: 0;
  }
    

  .wash-flow li:first-child:after,
  .wash-flow li:nth-child(2):after {
    content: none;
  }

 .wash-flow-label {
  color: #fff;
  position: relative;
  padding: 12px 30px;
  margin: 0 16px 0 0;
  font-size: 18px;
  font-weight: bold;
 }

 .wash-flow-label::after{
  content: "";
  position: absolute;
  top: -6px;
  right: -30px;
  border-width: 32px 15px;
  border-style: solid;
}

.wash-flow li:first-child .wash-flow-label::after {
    border-color: transparent transparent transparent #71A5A9 ;
}

.wash-flow li:nth-child(2) .wash-flow-label::after {
  border-color: transparent transparent transparent #5A999E ;
}

.wash-flow li:last-child .wash-flow-label::after {
  border-color: transparent transparent transparent #438E94 ;
}


.wash-flow-list-inner {
  margin-top: 10px;
}

.s-banner-area {
  width: 800px;
  margin: 40px auto;
  }

  .staff-group-head img {
  max-width: 360px;
}

  .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;
  
  }




  .btn-box {
        max-width: 300px;
  }

  .btn-group {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
  }

  .content-btn-la-w:hover {
    background: #EEE;
  }  

  .btn-group li {
    width: 320px;
  }

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

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

  .l-slider {
    margin-bottom: 32px;
    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: 50px;
    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 {
    width: 100%;
  }

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

  .slider-link:hover,
  .credit a:hover,
  .m-item-list a:hover,
  .button-icon:hover,
  .s-banner-area 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;
    margin-bottom: 8px;
  }

}

@media screen and (max-width: 640px) {


  .sml_ttl_box_underbtn2 {
    width: 100%;
    padding: 0 0 50px 0;
  }

  .sml_ttl_box_underbtn2 a {
    width: 90%;
    margin: 32px auto;
  }


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

.main_box_banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 32/24;
  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: 15px;
  text-align: left;
  padding: 16px 6px;  
}


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

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

.style-index {
  font-size: 36px;
  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;
}

.style-index {
  order: -1;
}

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

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

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

}