/* common
-------------------- */
h1,h2,h3,h4,h5,p{
  text-align: justify;
  text-justify: distribute;
  line-height: 1.5;
}
.m_ttl_en {
  font-family: "Poppins", sans-serif;
}
#contents,.fs-l-main{
  position: relative;
  width: 1200px;
  margin: 0 auto 5%;
}
#breadcrumb,
#bread,
.fs-c-breadcrumb__list{
  margin: 1.5% auto 3.5%;
}
#bread .fs-c-breadcrumb__list{
  margin: 0 auto 1%;;
}
.flex{
  display: flex;
}

.fs-l-pageMain {
  width: 100%;
}

@media screen and (max-width: 1230px) {
  #contents,.fs-l-main{
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #contents,.fs-l-main{
    margin: 0 auto 15%;
  }
  #breadcrumb,
  #bread,
  .fs-c-breadcrumb__list{
    margin: 1.5% auto 5%;
  }
}

/* itemdetail
-------------------- */
.itemdetail{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
.itemThumb-wrap{
  width: 584px;
}

/* slide */
.itemThumb-main {
  position: relative;
  width: 100%;
  height: 584px;
  margin: 0 0 1%;
  padding: 0;
}
.itemThumb-main .item {
  position: relative;
  height: 100%;
}
.itemThumb-main .item::before {
  display: block;
  padding-top: 39%;
  content: "";
  position: relative;
  overflow: hidden;
}
.itemThumb-main .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.itemThumb-main > .slick-list,
.itemThumb-main > .slick-list > .slick-track,
.itemThumb-main > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.itemThumb-wrap .slick-arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: rgba(0,0,0,0.25);
  z-index: 10;
  cursor: pointer;
}
.itemThumb-wrap .slick-arrow:hover{
  opacity: 0.7;
}
.itemThumb-wrap .slick-prev.slick-arrow{
  left: 0;
}
.itemThumb-wrap .slick-next.slick-arrow{
  right: 0;
}
.itemThumb-wrap .slick-arrow:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
}
.itemThumb-wrap .slick-prev.slick-arrow:after{
  left: 45%;
  transform: rotate(-135deg);
}
.itemThumb-wrap .slick-next.slick-arrow:after{
  left: 30%;
  transform: rotate(45deg);
}

/* itemThumb */
.itemThumb {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.itemThumb .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}
.itemThumb .item:nth-child(5n){
  margin: 0 0 1% 0;
}
.itemThumb .item::before {
  display: block;
  padding-top: 70%;
  content: "";
}
.itemThumb .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.itemThumb .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}

.itemOutline{
  width: 534px;
}
.itemOutline .ico_itemType,
.itemOutline .fs-c-productMark{
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.itemOutline .fs-c-productMark li {
  margin-bottom: 4px;
}
.itemOutline .ico_itemType li,
.itemOutline .fs-c-productMark li span.new,
.itemOutline .fs-c-productMark li span.sale,
.itemOutline .fs-c-productMark li span.mark_gray,
.itemOutline .fs-c-productMark li span.mark_red{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding: 0 1em;
  margin: 0 1em 0 0;
  font-size: 1.2rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  border-radius: 2px;
}
.itemOutline .ico_itemType li.new,
.itemOutline .fs-c-productMark li span.new,
.itemOutline .fs-c-productMark li span.mark_gray{
  background: #58534E;
}
.itemOutline .ico_itemType li.sale,
.itemOutline .fs-c-productMark li span.sale,
.itemOutline .fs-c-productMark li span.mark_red{
  background: #991017;
}
.itemOutline .product_name,
.fs-c-productNameHeading{
  margin-bottom: 0.5em;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.itemOutline .hinban,
.itemOutline .fs-c-productNumber{
  margin-bottom: 1em;
  font-size: 1.3rem;
  color: #ccc;
  font-family: "Poppins", sans-serif;
}
.itemOutline .price,
.itemOutline .fs-c-productPrice{
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
}
.itemOutline .fs-c-productPrice.fs-c-productPrice--listed{
  margin-bottom: .1em;
}
.itemOutline .fs-c-productPrice.fs-c-productPrice--listed .fs-c-price {
  font-size: 1.8rem;
  text-decoration: line-through;
}
.fs-c-productPrice__addon--listed {
  margin-left: .5em;
}
.itemOutline .price span{
  font-size: 1.4rem;
}
.itemOutline .coment{
  margin-bottom: 5%;
}
.itemOutline .coment p{
  font-size: 1.5rem;
  line-height: 1.6;
}
.itemOutline .flex{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}
.itemOutline .count{
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.itemOutline .count span{
  width: 3em;
}
.fs-c-productQuantity__quantity {
  margin-bottom: 15px;
}
.fs-c-productQuantity__quantity::before {
  content: "数量";
  display: inline-block;
}

.itemOutline .count input,
.fs-c-productQuantityAndWishlist__quantity select,
.fs-c-productQuantityAndWishlist__quantity input,
.fs-c-productQuantity__quantity select,
.fs-c-productQuantity__quantity input{
  width: 4em;
  padding: 0.2em 1.2em;
  margin-left: 1em;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  text-align: right;
  border: 1px solid #707070;
  border-radius: 4px;
}
.fs-c-productQuantityAndWishlist__quantity:before {
  content: "数量";
  display: inline-block;
}
.itemOutline .fs-c-button--plain {
  color: #58534E;
  background: none;
  padding: 0;
}
.fs-c-quantity {
  max-width: none;
}
.fs-c-button--inquiryAboutProduct .fs-c-button__label:before {
  content: url(https://fsswf.itembox.design/item/img/product_single/icon_contact.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.itemOutline .favo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 2.5em;
  font-size: 1.3rem;
  color: #991017;
  border: 1px solid #991017;
  border-radius: 4px;
}
.fs-c-button--particular{
  background: #fff;
  height: 2.5em;
  font-size: 1.3rem;
  color: #991017;
  border: 1px solid #991017;
  border-radius: 4px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: center;
}
.fs-c-button--particular:hover {
  color: #991017;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  margin: 0 8px 0 0;
}
.fs-c-featuredProduct .fs-c-button--particular {
  width: 30%;
  align-items: center;
}
.fs-c-buttonContainer {
  width: 100%;
}
.itemOutline .favo img{
  margin-right: 0.5em;
}
.itemOutline .btn_cart,
.fs-c-productActionButton {
  margin-bottom: 3%;
}
.itemOutline .btn_cart a,
.itemOutline .fs-c-button--addToCart--detail{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4em;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  background: #991017;
  border-radius: 4px;
  border: none;
}
.itemOutline .btn_cart a img{
  margin-right: 0.5em;
}
.itemOutline .btn_mail{
  margin-bottom: 5%;
}
.itemOutline .btn_mail a,
.fs-c-button--subscribeToArrivalNotice--detail{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.5em;
  font-size: 1.5rem;
  color: #fff;
  background: #58534E;
  border-radius: 4px;
  max-width: none;
}
.fs-c-button--subscribeToArrivalNotice--detail .fs-c-button__label:before {
  content: url(https://fsswf.itembox.design/item/img/product_single/icon_mail.svg);
  display: inline-block;
  margin-right: 8px;
}
.itemOutline .btn_mail a img{
  margin-right: 0.5em;
}
.itemOutline .sns_area{
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}
.itemOutline .sns_area p{
  margin: 0 1em 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.itemOutline .sns_area p:first-child {
  margin-right: 2em;
}
.itemOutline .sns_area p a{
  display: block;
}
.itemOutline p a,
.itemOutline button{
  font-size: 1.4rem;
}
.itemOutline p a img{
  margin-right: 0.5em;
}
.itemOutline p a:hover img{
  opacity: 0.7;
}

.fs-c-productNotice--outOfStock {
  padding: 5%;
  margin-bottom: 3%;
}

.fs-c-productMainImage__image img {
  object-fit: scale-down;
}
@media screen and (min-width: 1230px){
  .itemThumb .item {
    width: 112px;
    height: 112px;
    margin: 0 6px 6px 0;
  }
}

@media screen and (max-width: 1230px) {
  .itemThumb-wrap{
    width: 44vw;
  }
  .itemOutline{
    width: 42vw;
  }
  .itemThumb-main {
    height: 44vw;
  }
  .itemThumb .item {
    width: 8.4vw;
    height: 8.4vw;
    margin: 0 0.5vw 0.5vw 0;
  }
}
.fs-c-productThumbnail__image {
  margin: .5%;
  flex-basis: 19%;
  min-width: 19%;
}
@media screen and (max-width: 1060px) {
  .itemOutline .favo{
    width: 60%;
  }
  .itemOutline .count input,
  .fs-c-productQuantityAndWishlist__quantity select,
  .fs-c-productQuantityAndWishlist__quantity input,
  .fs-c-productQuantity__quantity select,
  .fs-c-productQuantity__quantity input{
    padding: 0.2em 1em;
    margin-left: 0.5em
  }
}

@media screen and (max-width: 767px) {
  .itemdetail{
    display: block;
  }
  .itemThumb-wrap, .itemOutline{
    width: 100%;
  }
  .itemThumb-wrap{
    margin-bottom: 5%
  }
  .itemThumb-main{
    width: 90vw;
    height: 90vw;
    margin: 0 0 5%;
  }
  .itemThumb .item{
    width: 17.2vw;
    height: 17.2vw;
    margin: 0 1vw 1vw 0;
  }
  .itemOutline .product_name{
    margin-bottom: 0.2em;
  }
  .itemOutline .hinban{
    margin-bottom: 0.5em
  }
  .itemOutline .price{
    font-size: 3rem;
  }
  .itemOutline .sns_area p{
    margin: 0 1em 0 0;
  }
  .itemOutline .sns_area p:first-child{
    margin: 0 2em 0 0;
  }
  .itemOutline .count input,
  .fs-c-productQuantityAndWishlist__quantity select,
  .fs-c-productQuantityAndWishlist__quantity input,
  .fs-c-productQuantity__quantity select,
  .fs-c-productQuantity__quantity input{
    height: 32px;
    padding: 0 1.5em;
  }
  .itemOutline p a{
    font-size: 1.3rem;
  }
  .itemOutline .favo{
    height: 32px;
  }
}

.fs-c-variationCart--withImage .fs-c-variationCart__wishlist {
  order: 4;
}
.fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
  order: 3;
}

.fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 200px 4em;
  grid-template-columns: auto 1fr 200px 4em;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "";
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
  width: 20px;
  height: 20px;
  background: url(https://fsswf.itembox.design/item/img/product_single/icon_favo.svg) center center no-repeat;
  background-size: contain;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  position: relative;
  top: 50%;
  transform: translate(0,-50%);
}

/* 商品詳細画像 */
.fs-c-productCarouselMainImage__image > img {
  max-width: 584px;
  max-height: 584px;
  width: 584px;
  height: 584px;
  object-fit: contain;
}
.fs-c-productCarouselMainImage__thumbnailList {
  flex-wrap: wrap;
  overflow-x: auto;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: calc(20% - 4px);
  margin: 0 5px 5px 0;
}
.fs-c-productCarouselMainImage__thumbnailList > li:nth-child(5n) {
  margin-right: 0;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border-color: #991017;
}
.fs-c-productCarouselMainImage__thumbnail__img {
  width: 100%;
  height: auto;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
  display: none;
}
@media screen and (max-width: 767px) {
  .fs-c-productCarouselMainImage__image > img {
    max-width: 95vw;
    max-height: 95vw;
    width: 95vw;
    height: 95vw;
  }
}

/* description
-------------------- */
.description,
.fs-c-featuredProduct{
  border-bottom: 1px solid #CCC;
}
.fs-c-featuredProduct {
  padding-bottom: 3%;
}
.fs-c-featuredProduct .fs-c-productName__name{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  min-height: 3.2em;
}
.description .description_content_in{
  margin-top: 1%;
  margin-bottom: 5%;
}
.description .description_content_in:last-child{
  margin-bottom: 8%;
}
.description .description_content h2{
  position: relative;
  padding: 1em 0 1em 0.5em;
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #CCC;
}

/*
.description .description_content h2:after{
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  transform: rotate(-45deg);
}
.description .description_content h2.active:after{
  transform: rotate(135deg);
}
*/

.description .description_content .flex{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
.description .description_content .section{
  margin-bottom: 5%;
}
.description .description_content .flex .photo p:not(:first-child) {
  margin-top: 1em;
}

.description .description_content .txt{
  width: 46%;
  margin-left: 2%;
}
.description .description_content .text_image {
  margin: 0 4% 0 2%;
}
.description .description_content .txt h3,
.description .description_content .text_image h3{
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
}
.description .description_content .txt p,
.description .description_content .text_image p{
  font-size: 1.5rem;
  line-height: 2.1;
}
.description .description_content .photo{
  width: 36.7%;
  margin: 0 4% 0 0;
}
.description .description_content .text_image .photo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2%;
}
.description .description_content .text_image .photo p {
  flex: 1;
  text-align: center;
  max-width: 49%;
}
.description .description_content .movie{
  width: 70%;
  margin-left: 2%;
}
.description .description_content .movie iframe {
  width: 100%;
}
.description .description_content .btn_pdf{
  margin-left: 2%;
}
.description .description_content .btn_pdf a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 4.8em;
  font-size: 1.4rem;
  color: #58534E;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
  background: #E3E3E3;
  border-radius: 8px;
}
.description .description_content .btn_pdf a img{
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .description .description_content .movie iframe {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .description .description_content h2:after{
    transform: rotate(135deg);
  }
  .description .description_content h2.active:after{
    transform: rotate(-45deg);
  }
  .description .description_content .flex{
    display: block;
  }
  .description .description_content .txt{
    width: 100%;
    margin-bottom: 5%
  }
  .description .description_content .photo{
    width: 100%;
    margin-bottom: 5%
  }
  .description .description_content h2{
    padding: 1em 0 1em;
  }
  .description .description_content .txt{
    margin-left: 0;
  }
  .description .description_content .movie{
    width: 100%;
    margin-left: 0;
  }
  .description .description_content .btn_pdf{
    margin-left: 0;
  }
  .description .description_content .btn_pdf a{
    width: 80%;
  }
}


/* recommend
-------------------- */
.recommend{
  margin: 6% 0;
}
.recommend h2{
  font-size: 3rem;
  color: #58534E;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
.recommend h2 + p{
  margin-bottom: 2em;
  font-size: 1.5rem;
}
.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  margin: 0 10px;
}

.slick-dots li button {
  text-indent: 100%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  overflow: hidden;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #991017!important;
}

.slide_list .slick-arrow {
  position: absolute;
  bottom: 9px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  cursor: pointer;
}

.ie11 .slide_list .slick-arrow {
  bottom: -2px;
}

.slide_list .slick_prev {
  left:calc(50% - 98px);
  transform: translateX(-50%) rotate(135deg);
}

.slide_list .slick_next {
  right:calc(50% - 98px);
  transform: translateX(50%) rotate(-45deg);
}

.recommend .slide02_list .item {
  margin: 0 .383435582%;
}

.recommend .slide02_list a {
  display: block;
}

.recommend .slide02_list .image {
  overflow: hidden;
}

.recommend .slide02_list .image img {
  width: 100%;
  object-fit: scale-down;
  transition: .3s;
}

.recommend .slide02_list .sttl {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.recommend .slide02_list .price {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 15px;
}

.recommend .slide02_list .slick-dots {
  margin-top: 57px;
}

@media screen and (min-width: 768px) {
  .recommend .slide02_list a:hover {
    opacity: 1;
  }
  .recommend .slide02_list a:hover img {
    transform: scale(1.1);
  }
  .recommend .slide02_list .image img {
    height: 257px;
  }
}

@media screen and (max-width: 767px) {
  .recommend .slide02_list .item {
    margin: 0;
    padding: 0 2.336448598vw;
    width: 43.925233644vw;
  }
  .recommend .slide02_list .item img {
    width: 100%;
  }
  .recommend .slide02_list .sttl {
    line-height: 1.5;
    margin-top: 1.401869158vw;
  }
  .recommend .slide02_list .price {
    margin-top: 2.803738317vw;
  }
  .recommend .slide02_list .slick-dots {
    margin-top: 57px;
    margin-bottom: 8%
  }
  .recommend .slide02_list .image img {
    height: 147px;
  }
}

/* related
-------------------- */
.related h2,
.insta_title,
h2.fs-c-featuredProduct__title{
  position: relative;
  padding: 1em 0 1em 0.5em;
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #CCC;
}
.insta_title,
h2.fs-c-featuredProduct__title{
  border-top: none;
}
h2.fs-c-featuredProduct__title{
  border-bottom: none;
  color: #58534E;
}
.related h2:after{
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  transform: rotate(-45deg);
}
.related h2.active:after{
  transform: rotate(135deg);
}
.related article{
  display: flex;
  flex-wrap: wrap;
  margin-left: 2%;
}
.related .article_list{
  width: 26.3%;
  margin-right: 3%;
  margin-bottom: 5%;
}
.related .article_list a{
  display: block;
}
.related .article_list:nth-child(3n){
  margin-right: 0;
}
.related .article_list .thumbnail{
  position: relative;
  margin-bottom: 3%;
  overflow: hidden;
}
.related .article_list .thumbnail::before {
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}
.related .article_list .thumbnail img{
  width: 100%;
  transition: .3s;
}
.related .article_list .info{
  display: flex;
  align-items: center;
  margin-bottom: 3%;
}
.related .article_list .date{
  margin-right: 1em;
  font-size: 1.3rem;
  color: #969696;
  letter-spacing: 0.05em;
}
.related .article_list .cat{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0.8em;
  font-size: 1.1rem;
  color: #fff;
  background: #58534E;
  border-radius: 10px;
}
.related .article_list .article_title{
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.related .article_list .txt p{
  font-size: 1.4rem;
  line-height: 2;
}

.related .article_list .article_title span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.related .article_list .article_title span::before {
  content:"";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 1px;
  background: #58534E;
  transition: .3s;
}

@media screen and (min-width: 767px) {
  .related .article_list a:hover{
    opacity: 1
  }
  .related .article_list a:hover .article_title span::before {
    width: 100%;
  }
  .related .article_list a:hover .thumbnail img{
    transform: scale(1.1);
  }
  .related .article_list a:hover .thumbnail::before {
    opacity: .2;
  }
}

@media screen and (max-width: 767px) {
  .related{
    margin-top: 15%;
  }
  .related h2,
  .insta_title{
    font-size: 1.8rem;
  }
  .related h2:after{
    transform: rotate(135deg);
  }
  .related h2.active:after{
    transform: rotate(-45deg);
  }
  .related .list_title{
    font-size: 2.4rem;
  }
  .related article{
    display: none;
  }
  .related .article_list{
    max-width: none;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
  }
  .related .article_list:last-child{
    border-bottom: none;
  }
  .related .article_list a{
    display: flex;
    justify-content: space-between;
    max-width: none;
    width: 100%;
    padding-bottom: 5%;
  }
  .related .article_list .thumbnail{
    width: 45%;
    margin-bottom: 0
  }
  .related .article_list .right{
    width: 50%;
  }
  .related .article_list .info{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .related .article_list .date{
    margin-bottom: 0.5em;
    font-size: 1.2rem;
  }
  .related .article_list .cat{
    margin-bottom: 0.5em;
  }
  .related .article_list .article_title{
    font-size: 1.4rem;
  }
}

/* insta
-------------------- */
.insta{
  margin-bottom: 5%;
  border-bottom: 1px solid #CCC;
}
.insta h2{
  position: relative;
  padding: 1em 0 1em 0.5em;
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #CCC;
  cursor: pointer;
}
.insta h2:after{
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  transform: rotate(-45deg);
}
.insta h2.active:after{
  transform: rotate(135deg);
}
.insta ul{
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  padding-bottom: 10%;
  margin-left: 2%;
}
.insta ul li{
  width: 232px;
  height: 232px;
  margin: 0 0.5% 1%;
}
.insta ul li:nth-child(4n){
  margin: 0 0 1%;
}

@media screen and (max-width: 1230px) {
  .insta ul li{
    width: 18vw;
    height: 18vw;
    margin: 0 0.5% 1%;
  }
}

@media screen and (max-width: 767px){
  .insta{
    margin-bottom: 10%;
    border-bottom: none;
  }
  .insta h2{
    font-size: 1.8rem;
    border-bottom: 1px solid #CCC;
  }
  .insta h2.active{
    border-bottom: none;
  }
  .insta h2:after{
    transform: rotate(135deg);
  }
  .insta h2.active:after{
    transform: rotate(-45deg);
  }
  .insta .list_title{
    font-size: 2.4rem;
  }
  .insta ul{
    display: none;
    width: 100%;
    padding-bottom: 0;
    margin-left: 0
  }
  .insta h2.active + ul{
    display: flex !important;
  }
  .insta ul li{
    width: 44vw;
    height: 44vw;
    margin: 0 2% 2% 0;
  }
  .insta ul li:nth-child(2n){
    margin: 0 0 2%;
  }
}

/* review
-------------------- */
.review h2{
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-size: 3rem;
  color: #58534E;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #58534E;
}
.review h2 span{
  margin-left: 1em;
  font-size: 1.5rem;
  font-weight: normal;
}

/*
.review h2:after{
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  transform: rotate(-45deg);
}
.review h2.active:after{
  transform: rotate(135deg);
}
*/

.review .review_in > p{
  padding-left: 2%;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.review .review_in .flex{
  display: flex;
  align-items: flex-end;
  padding-left: 2%;
  padding-bottom: 1%;
  margin-bottom: 1%;
  border-bottom: 1px solid #E0E0E0;
}
.review .review_in .star{
  margin-right: 1em;
  margin-bottom: 0.3em;
  font-size: 1.5rem;
  color: #F2C402;
  letter-spacing: 0.5em;
}
.review .review_in .evaluation{
  margin-right: 1em;
  font-size: 2rem;
  color: #111;
  letter-spacing: 0.1em;
}
.review .review_in .total{
  font-size: 1.5rem;
  color: #111;
  letter-spacing: 0.1em;
}
.review .review_in .voice{
  padding: 0 0 4%;
  margin: 4% 2% 0;
  border-bottom: 1px solid #E0E0E0;
}
.review .review_in .flex + .voice{
  padding-top: 4%;
  margin: 0 2%;
}
.review .review_in .voice .parson{
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.review .review_in .voice .parson .name{
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.review .review_in .voice .parson .who{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  padding: 0.2em 2em;
  margin: 0 1.5em 0 0;
  font-size: 1.2rem;
  color: #fff;
  background: #7B7B7B;
  border-radius: 14px;
}
.review .review_in .voice .parson .age{
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.review .review_in .date{
  margin-bottom: 1em;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.review .review_in .txt{
  margin-top: 1%;
}
.review .review_in .txt p{
  font-size: 1.5rem;
  line-height: 2.1;
}
.review .review_in .btn{
  display: flex;
  align-items: center;
  padding-left: 2%;
  margin-top: 1%;
}
.review .review_in .btn p{
  margin-right: 3%;
}
.review .review_in .btn p a{
  font-size: 1.4rem;
}
.review .review_in .btn p a img{
  margin-right: 0.5em;
}
.review .review_in .btn p a:hover img{
  opacity: 0.7;
}

@media screen and (max-width: 767px){
  .review h2:after{
    transform: rotate(135deg);
  }
  .review h2.active:after{
    transform: rotate(-45deg);
  }
  .review .review_in{
    display: none;
  }
  .review .review_in > p{
    padding-left: 0
  }
  .review .review_in .flex{
    padding-left: 0
  }
  .review .review_in .voice{
    padding: 0 0 8%;
    margin: 8% 0 0;
  }
  .review .review_in .flex + .voice{
    padding-top: 8%;
  }
  .review .review_in .btn{
    padding-left: 0;
    margin-top: 6%;
  }

  .history{
    padding-top: 10%;
    border-top: 1px solid #E0E0E0;
  }
  .m_btn_link{
    padding: 15px 0 13px;
  }
}




















