@charset "UTF-8";
/* CSS Document*/

.main-content {
  line-height: 1.7;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
}

.main-content a,
.main-content a img {
  transition: 0.3s;
}

.lead {
  font-size: 1.2em;
}

.lead li p + p {
  margin-top: 1em;
}

.lead li p span {
  font-size: 0.9em;
}

.main-container {
  /* font-family: "Quicksand", sans-serif, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif; */
  font-weight: 500;
}



.first-read-layout {
  margin: 24px auto;
}

/*title*/

.title img {
  margin: 0 auto 24px;
}

/* title */
.title_box {
  width: 100%;
}

.title {
  background-position: center left;
  background-repeat: no-repeat;
  background-color: #1d2959;
}

.title h1 {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.title_area {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.title_area img {
  width: 1000px;
  margin: 0 auto;
  aspect-ratio: 5/2;
  vertical-align: bottom;
}

.ttl_read {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 2em;
  padding: 30px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.navi {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

.navi ul {
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  padding: 16px 0 8px;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 42px;
  column-gap: 42px;
}

.navi ul li {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  border-bottom: solid 3px #fff;
  text-align: center;
}

.navi ul li a {
 font-family: "Lato", sans-serif;
  color: #888;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
}

.navi ul li a img {
  width: 100%;
  aspect-ratio: 2/3;
}

.navi ul > li a::after {
    content: url(anchor.svg);
    display: block;
}

.content-movie-wrapper {
  padding: 50px 0 20px;
  background-color: #bab688;
}

.center-desc-box {
  margin: 30px 5% auto;
}


/* section */
.sec-about {
  background-color: #4b6fb2;
  padding: 48px 0;
}

.sec-detail {
  background-color: #6586c2;
  padding: 48px 0;
}

  .sec-lineup {
  padding: 48px 0;
}

.content-inner-box {
  margin: 0 auto 32px;
  width: 1000px;
  box-sizing: border-box;
  /* background-color: #fff; */
}

.main-img {
  border: 20px solid #fff;
}

/* style-box */
.style-box {
  /* background: #fff; */
  box-sizing: border-box;
  /* margin: auto; */
}


.item-list {
  padding: 12px 24px 12px;
}

.item-list li {
  padding: 2px;
  margin-bottom: 8px;
}

.item-list li::after {
  content: "";
  clear: both;
  display: block;
}

.item-list li a {
  box-sizing: border-box;
  font-size: 12px;
  display: block;
  position: relative;
}

.item-list_thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  float: left;
  border: 1px solid #f4f4f4;
}

.item-list_thumb img {
  width: 100%;
  aspect-ratio: 5/6;
}

.item-list-credit::after {
  display: inline-block;
  font-size: 10px;
  content: "Check";
  color: #cc6d00;
  padding: 3px 3px;
  border-radius: 2px;
  margin-left: 4px;
}

.no-after .item-list-credit::after {
  content: none;
}

.headline {
  font-size: 26px;
  font-family: "Lato", sans-serif;
  text-align: center;
  margin-bottom: 1em;
  position: relative;
}

.headline::before {
  position: absolute;
  display: block;
  content: "";
  border: solid 1px #424242;
  width: 20px;
  top: 50%;
  left: 41%;
}

.headline::after {
  position: absolute;
  display: block;
  content: "";
  border: solid 1px #424242;
  width: 20px;
  top: 50%;
  right: 41.5%;
}

.headline.narrow::before {
  left: 43%;
}

.headline.narrow::after {
  right: 43.5%;
}

.headline span {
  display: block;
  font-size: 0.6em;
}

.headline-desc {
  font-size: 14px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6;
}

.sub-head {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center; 
  font-size: 16px;
}

.sub-head:before,
.sub-head:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.sub-head:before {
    margin-right: .5rem;
}

.sub-head:after {
    margin-left: .5rem;
}

.item-txt-box-title {
  font-size: 20px;
  margin: 0 auto;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.item-txt-box-item {
  font-size: 14px;
  margin: 0 auto;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.item-txt-box h3 {
  font-size: 20px;
  margin: 16px auto;
}

/* .content-inner-box.content-pickup {
  background-color: #f7f4f3;
  position: relative;
} */

.headline-desc-layout {
  padding-bottom: 16px;
}


/* item-txt MAIN */
.style-box .item-txt-box {
  text-align: left;
}

.item-txt-box a {
  margin: 10px auto 0;
  /* width: 300px; */
  font-size: 14px;
  display: block;
}

.style-box .item-price {
  display: block;
}

.style-box .item-price {
  display: block;
}

.style-box .item-price::after {
  content: "check";
  background-color: #3e3e3e;
  color: #fff;
  font-size: 11px;
  margin-left: 8px;
  padding: 6px 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  font-weight: bold;
  border-radius: 4px;
}

.content-headline {
  font-size: 28px;
}

/* ショップリスト */
.shop-list-title {
  text-align: center;
  font-size: 28px;
  margin: 20px;
}

/* ショップリストここまで */

.m-link-archive .m-link-archive-case a .m-link-archive-img img {
  aspect-ratio: 16/15;
}

.layoutbox {
  text-align: left;
}

.column-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-end {
  width: calc(100% - 8px);
  margin: 0 4px 56px;
}

/* スライダー */
.l-slider,
.l-slider-center {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 20px;
}

.l-slider-img {
  width: 100%;
  position: relative;
}

.l-slider-desc {
  width: 100%;
  padding: 0 2% 0 2%;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.l-slider-comment p:first-child {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 18px;
  color: #616161;
  line-height: 1.5;
}

.l-slider-wrapper {
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: calc((100% / 2) - 8px);
  margin: 0 4px 10px;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}

.l-slider-comment-s {
  padding-bottom: 1em;
  font-size: 14px;
}

.l-slider-comment-ss {
  font-size: 12px;
  padding-bottom: 24px;
}

.l-slider-desc p > .setup-line {
  background: linear-gradient(transparent 80%, #ecf3b9 0%) !important;
}

.l-slider-desc a {
  align-self: flex-end;
}

.l-slider-row .l-slider-desc {
  width: calc(100% - 24px);
  background-color: #fff;
  margin: 0 12px 32px;
  padding: 20px;
}

.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 {
  width: 100%;
  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;
  text-align: center;
  font-size: 0;
  background-color: #e3e0dd;
}

.slider-contents img {
  width: 100%;
  aspect-ratio: 5/6;
}

.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 {
  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;
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 24px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

/* series item list */


.content-title {
  color: #8ea7cd;
  /* background: linear-gradient(180deg, #c1a57d 0%, #dfc9a9 100%);
  background: -webkit-linear-gradient(-90deg, #c1a57d 0%, #dfc9a9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;   */
  font-family: "Lato", sans-serif;
  font-size: 42px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}


.content-btn {
  display: block;
  padding: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #45423f;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: auto;
}

/* .item-box-txt .content-btn {
  margin: 20px auto;
} */

a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 8px 25px;
  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;
}

.content-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.button-sandp {
  position: absolute;
  display: block;
  background-image: url(../esw250709_hirofu/icon_pause.svg);
  background-size: 24px;
  width: 24px;
  height: 24px;
  right: 2%;
  bottom: 5px;
  z-index: 2;
}

.button-sandp.paused {
  background-image: url(../esw250709_hirofu/icon_start.svg);
}

@media screen and (min-width: 640px) {


.navi ul {
  width: 1000px;  
  -moz-column-gap: 50px;
  column-gap: 50px;
}


.navi ul li a {
  font-size: 24px;
}  

  .tfslive_box a:hover {
    opacity: 0.7;
  }

  .block-end {
    width: 1000px;
    margin: 0 auto 56px;
  }

  .content-inner-box {
    /* padding: 20px 30px 20px 20px; */
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .content-movie-wrapper {
    width: 420px;
    margin: 0 auto;
  }

  .slider-contents-main {
    /*width: 460px;*/
    margin: auto;
  }

  .l-slider-wrapper {
    width: calc((100% / 4) - 8px);
    margin: 0 4px;
  }

  .l-slider-center {
    width: 450px;
    margin: 0 auto;
    padding: 40px 0 40px;
  }

  .l-slider-row {
    display: flex;
  }  

  .l-slider-row .l-slider-img {
    width: 45%;
  }

  .l-slider-row.l-slider-reverse {
    flex-direction: row-reverse;
  }

  .l-slider-center .l-slider-img {
    width: 100%;
  }

  .l-slider-desc {

    padding: 16px 2% 0 2%;
  }

  .l-slider-row .l-slider-desc {
    background-color: #fff;
    margin: 0;
    /* margin: 0 0 32px; */
    padding: 40px;
  }

  .l-slider-desc > .style-index {
    font-size: 40px;
    margin-bottom: 8px;
  }

  /* 追加 */

  .content-pickup {
    margin-bottom: 20px;
    /* padding: 40px; */
    width: auto;
    position: relative;
  }

  .center-desc-box {
    margin: 30px 0 0;
  }

  .content-movie-wrapper {
    padding: 40px 0 10px;
  }
  .spacer {
    display: block;
    width: 100%;
  }
}

/* end media */

@media screen and (max-width: 640px) {
  /*-------*/
  /* S M P */
  /*-------*/

  /* SMP title*/

  .title_area img {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 16/15;
  }

  .navi {
    width: 100%;
  }

  .navi ul {
    width: 100%;
    justify-content: center;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }

  .navi ul li {
    width: 27%;
    padding-right: 0px;
  }

  /* SMP section */
  /* .content-outer-box {
    padding: 60px 0 0;
    width: 100%;
  } */

  .content-inner-box {
    margin: 0 auto;
    width: 100%;
  }

  .content-inner-box.content-pickup {
    margin: 0 auto;
    padding: 10px 0;
  }

  .content-inner-box > img {
    width: 100%;
  }

  .content-iframe-wrapper {
    width: 100%;
  }

  .ttl_read {
    padding: 20px 12px;
    width: initial;
    text-align: justify;
    line-height: 1.7;
  }

  /* SMP style-box */
  .style-box {
    background: inherit;
    height: auto;
    padding: 0;
    width: 100%;
  }

  .l-slider-desc > .style-index {
    display: none;
  }

  .l-slider-comment p:first-child {
    font-size: 20px;
  }

  .l-slider-desc p:first-child span {
    font-size: 22px;
  }

  .slider-contents-main {
    width: 94%;
  }

  /* SMP item-txt MAIN */

  .style-box .item-sub {
    font-size: 16px;
  }

  .content-headline {
    font-size: 20px;
  }
  .headline::before {
    left: 26%;
  }

  .headline::after {
    right: 26.5%;
  }

  .headline.narrow::before {
    left: 33%;
  }

  .headline.narrow::after {
    right: 33.5%;
  }

  .button-sandp {
    width: 24px;
    height: 24px;
  }

  .column-block {
    justify-content: flex-start;
  }
}

/* end media */
