@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

caption, th {
  text-align: left;
}

img, a img {
  border: 0;
}

img {
  vertical-align: bottom;
}

ol, ul {
  list-style-type: none;
}

figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.4;
}

div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote {
  line-height: 1.7;
}

address {
  font-style: normal;
}

.br_only-sp {
  display: none;
}

/* -------- For Mobile -------- */
@media screen and (max-width: 768px) {
  .br_only-pc {
    display: none;
  }
  .br_only-sp {
    display: block;
  }
}
/* ========= link ========= */
a {
  color: #191919;
  text-decoration: none;
  outline: none;
}

/* ====================================================
Color
==================================================== */
/* ====================================================
MODULE
==================================================== */
.fw__bd {
  font-weight: 700 !important;
  font-weight: bold;
}

.t_c {
  text-align: center;
}
.t_r {
  text-align: right;
}
.t_l {
  text-align: left;
}

.v_md {
  vertical-align: middle;
}
.v_top {
  vertical-align: top;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

.nowrap {
  white-space: nowrap;
}

/* ====================================================
Media Quary
==================================================== */
/* ====================================================
font
==================================================== */
/* ====================================================
layout & styles
==================================================== */
#benoitnihant {
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #121212;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #benoitnihant {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #benoitnihant .pcShow {
    display: none;
  }
}

#benoitnihant .spShow {
  display: none;
}
@media screen and (max-width: 768px) {
  #benoitnihant .spShow {
    display: block;
  }
}

/* ===============================================
============== */
#benoitnihant {
  /* ====================================================
  ==================================================== */
  /*============================
  #why
  ============================*/
  /*============================
  #about
  ============================*/
  /*============================
  #information
  ============================*/
  /*============================
  #topics
  ============================*/
  /*============================
  .slider
  ============================*/
  /*============================
  #movie
  ============================*/
  /*============================
  #shop
  ============================*/
}
#benoitnihant .text {
  line-height: 250%;
}
@media screen and (max-width: 768px) {
  #benoitnihant .text {
    line-height: 230%;
  }
}
#benoitnihant .c-contents {
  margin: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #benoitnihant .c-contents {
    margin: 80px 0;
  }
}
#benoitnihant .c-bgGreeen {
  padding: 100px 0;
  background-color: #1A7586;
}
@media screen and (max-width: 768px) {
  #benoitnihant .c-bgGreeen {
    padding: 60px 0;
  }
}
#benoitnihant .c-bgBgeige {
  padding: 100px 0;
  background-color: #F7F6F3;
}
@media screen and (max-width: 768px) {
  #benoitnihant .c-bgBgeige {
    padding: 60px 0;
  }
}
#benoitnihant .c-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  #benoitnihant .c-inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  #benoitnihant .c-inner {
    padding: 0 20px;
  }
}
#benoitnihant .article__title {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #benoitnihant .article__title {
    margin-bottom: 30px;
  }
}
#benoitnihant .article__title__big {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: block;
  font-size: 4.4rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #benoitnihant .article__title__big {
    font-size: 3rem;
  }
}
#benoitnihant .article__title__small {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: #1A7586;
}
@media screen and (max-width: 768px) {
  #benoitnihant .article__title__small {
    font-size: 1.4rem;
  }
}
#benoitnihant .article__title.jpBig .article__title__small {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 1.7rem;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 768px) {
  #benoitnihant .article__title.jpBig .article__title__small {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
#benoitnihant .article__title.jpBig .article__title__big {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #benoitnihant .article__title.jpBig .article__title__big {
    font-size: 2.4rem;
  }
}
#benoitnihant .article__title.left {
  text-align: left;
}
#benoitnihant .article__title.left .article__title__small {
  position: relative;
  padding-left: 35px;
}
#benoitnihant .article__title.left .article__title__small:before {
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #1A7586;
  position: absolute;
}
#benoitnihant .c-btn {
  margin-top: 45px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #benoitnihant .c-btn {
    margin-top: 40px;
    width: 100%;
  }
}
#benoitnihant .c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #40220F;
  padding: 10px 30px;
  text-align: left;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
  min-width: 335px;
  min-height: 68px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #benoitnihant .c-btn a {
    padding: 5px 15px;
    min-width: 280px;
    width: 100%;
    min-height: 68px;
    font-size: 1.5rem;
  }
}
#benoitnihant .c-btn a:before, #benoitnihant .c-btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.5px;
  height: 8px;
  background-color: #E4CE67;
  margin-top: 3px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
#benoitnihant .c-btn a:after {
  margin-top: -2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#benoitnihant .c-btn a:hover {
  background: none;
  color: #40220F;
  border-color: #40220F;
}
#benoitnihant .c-btn a:hover:before, #benoitnihant .c-btn a:hover:after {
  right: 15px;
  background: #40220F;
}
#benoitnihant header.benoitnihant__header {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#benoitnihant header.benoitnihant__header .benoitnihant__header__wrap .benoitnihant__header__logo a {
  display: block;
}
#benoitnihant header.benoitnihant__header .benoitnihant__header__wrap .benoitnihant__header__logo a img {
  width: 167px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #benoitnihant header.benoitnihant__header .benoitnihant__header__wrap .benoitnihant__header__logo a img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  #benoitnihant header.benoitnihant__header .benoitnihant__header__wrap .benoitnihant__header__logo a img {
    width: 84px;
  }
}
#benoitnihant .main-img {
  position: relative;
}
#benoitnihant .main-img .main-img__wrap .main-img__block picture {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.loaded #benoitnihant .main-img .main-img__wrap .main-img__block picture {
  opacity: 1;
}
#benoitnihant .main-img .main-img__wrap .main-img__block picture img {
  width: 100%;
  height: auto;
}
#benoitnihant .main-img .main-img__wrap .main-img__block .main-img__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  max-width: 803px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.loaded #benoitnihant .main-img .main-img__wrap .main-img__block .main-img__title {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #benoitnihant .main-img .main-img__wrap .main-img__block .main-img__title {
    width: 100%;
  }
}
#benoitnihant .main-img .main-img__wrap .main-img__block .main-img__title img {
  width: 100%;
  height: auto;
}
#benoitnihant #why {
  position: relative;
  margin-top: 35px;
  margin-bottom: 140px;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #why {
    margin-top: -20px;
    margin-bottom: 80px;
    padding-top: 80px;
  }
}
#benoitnihant #why:before {
  content: "";
  position: absolute;
  margin-top: 100px;
  top: -3.3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  height: 200px;
  background: url(../images/why_bg_txt.svg) 50% 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #benoitnihant #why:before {
    top: calc(-3.3vw - 20px);
  }
}
#benoitnihant #why .article__title .article__title__big {
  font-size: 4.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  #benoitnihant #why .article__title .article__title__big {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  #benoitnihant #why .article__title .article__title__big {
    font-size: 2.4rem;
  }
}
#benoitnihant #why .text {
  text-align: center;
  line-height: 290%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #benoitnihant #why .text {
    text-align: left;
    line-height: 230%;
  }
}
#benoitnihant #about {
  margin-bottom: 0;
  position: relative;
}
#benoitnihant #about .c-inner {
  z-index: 1;
}
#benoitnihant #about:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -70px;
  width: 363px;
  height: 580px;
  background: url(../images/bg_img_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about:before {
    display: none;
  }
}
#benoitnihant #about:after {
  content: "";
  position: absolute;
  bottom: -300px;
  right: -70px;
  width: 510px;
  height: 800px;
  background: url(../images/bg_img_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about:after {
    bottom: initial;
    width: 250px;
    height: 430px;
    top: 46%;
  }
}
#benoitnihant #about .about__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.89%;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about .about__cover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
  }
}
#benoitnihant #about .about__cover .about__cover__box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about .about__cover .about__cover__box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#benoitnihant #about .about__cover .about__cover__box .article__title {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about .about__cover .about__cover__box .article__title {
    margin-bottom: 30px;
  }
}
#benoitnihant #about .about__cover .about__cover__box .article__title .article__title__small {
  color: #fff;
}
#benoitnihant #about .about__cover .about__cover__box .article__title .article__title__small:before {
  background-color: #fff;
}
#benoitnihant #about .about__cover .about__cover__box .article__title .about__cat {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  line-height: 1.1;
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about .about__cover .about__cover__box .article__title .about__cat {
    font-size: 1.4rem;
  }
}
#benoitnihant #about .about__cover .about__cover__box .article__title .article__title__big {
  margin-top: 15px;
}
#benoitnihant #about .about__cover .about__cover__box .article__title .article__title__big em:nth-of-type(1) {
  display: inline-block;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about .about__cover .about__cover__box .article__title .article__title__big em:nth-of-type(1) {
    padding-right: 15px;
  }
}
#benoitnihant #about .about__cover .about__cover__box .article__title .article__title__big em:nth-of-type(2) {
  font-size: 1.8rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about .about__cover .about__cover__box .article__title .article__title__big em:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
#benoitnihant #about .about__cover .about__cover__box .text {
  width: 100%;
}
#benoitnihant #about .about__cover picture {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  #benoitnihant #about .about__cover picture {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#benoitnihant #information {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #benoitnihant #information {
    padding-bottom: 70px;
  }
}
#benoitnihant #information .information__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.89%;
}
@media screen and (max-width: 768px) {
  #benoitnihant #information .information__cover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px;
  }
}
#benoitnihant #information .information__cover .information__cover__box {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #benoitnihant #information .information__cover .information__cover__box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#benoitnihant #information .information__cover .information__cover__box .article__title {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #information .information__cover .information__cover__box .article__title {
    margin-bottom: 30px;
  }
}
#benoitnihant #information .information__cover picture {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  #benoitnihant #information .information__cover picture {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#benoitnihant #topics {
  position: relative;
  margin-top: -70px;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #topics {
    margin-top: -90px;
    padding-bottom: 30px;
  }
}
#benoitnihant #topics:before {
  content: "";
  position: absolute;
  margin-top: 100px;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  max-width: 693px;
  height: 160px;
  background: url(../images/topics_bg_txt.svg) 50% 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #benoitnihant #topics:before {
    top: -3.3vw;
  }
}
#benoitnihant #topics .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #benoitnihant #topics .text {
    text-align: left;
  }
}
#benoitnihant #topics .topics__cover {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #topics .topics__cover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px;
  }
}
#benoitnihant #topics .topics__cover .item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  #benoitnihant #topics .topics__cover .item {
    width: 100%;
  }
}
#benoitnihant #topics .topics__cover .item .ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 3rem;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #topics .topics__cover .item .ttl {
    font-size: 2.4rem;
    margin-top: 35px;
  }
}
#benoitnihant #topics .topics__cover .item .text {
  margin-top: 35px;
  text-align: left;
}
#benoitnihant #topics .topics__cover .item .text .cap {
  vertical-align: super;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  #benoitnihant #topics .topics__cover .item .text {
    margin-top: 25px;
  }
}
#benoitnihant #topics .topics__cover .item .caption {
  font-size: 1.3rem;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #topics .topics__cover .item .caption {
    font-size: 1.1rem;
  }
}
#benoitnihant .slider {
  width: 100%;
}
#benoitnihant .slider img {
  width: 100%;
  height: auto;
}
#benoitnihant .slider .swiper-pagination {
  width: auto;
  right: 10px;
  left: initial;
}
#benoitnihant .slider .swiper-pagination-bullet {
  background-color: #ddd !important;
  opacity: 1 !important;
}
#benoitnihant .slider .swiper-pagination-bullet-active {
  background-color: #666 !important;
  opacity: 1 !important;
}
#benoitnihant #movie {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #movie {
    padding-top: 60px;
  }
}
#benoitnihant #movie:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 488px;
  background: #1A7586;
}
@media screen and (max-width: 768px) {
  #benoitnihant #movie:before {
    height: calc((100vw - 40px) / 16 * 9 * 1.4);
    max-height: 290px;
    min-height: 220px;
  }
}
#benoitnihant #movie .movie__bg:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0px;
  width: 363px;
  height: 526px;
  background: url(../images/bg_img_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #benoitnihant #movie .movie__bg:before {
    display: none;
  }
}
#benoitnihant #movie .movie__bg:after {
  content: "";
  position: absolute;
  bottom: 270px;
  right: -70px;
  width: 360px;
  height: 560px;
  background: url(../images/bg_img_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #benoitnihant #movie .movie__bg:after {
    display: none;
  }
}
#benoitnihant #movie .article__title .article__title__small {
  color: #fff;
}
#benoitnihant #movie .article__title .article__title__big {
  color: #fff;
}
#benoitnihant #movie .movie__movie {
  width: 100%;
}
#benoitnihant #movie .movie__movie video {
  width: 100%;
  cursor: pointer;
}
#benoitnihant #movie .movie__text {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #benoitnihant #movie .movie__text {
    text-align: left;
    margin-top: 40px;
  }
}
#benoitnihant #shop {
  margin-bottom: 0;
}
#benoitnihant #shop .shop__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 1024px) {
  #benoitnihant #shop .shop__cover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #benoitnihant #shop .shop__cover {
    gap: 60px;
  }
}
#benoitnihant #shop .shop__cover .item {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}
@media screen and (max-width: 1024px) {
  #benoitnihant #shop .shop__cover .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#benoitnihant #shop .shop__cover .item.map {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
@media screen and (max-width: 1024px) {
  #benoitnihant #shop .shop__cover .item.map {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#benoitnihant #shop .shop__cover .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  #benoitnihant #shop .shop__cover .item dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  #benoitnihant #shop .shop__cover .item dl {
    padding: 15px;
    gap: 6px;
  }
}
#benoitnihant #shop .shop__cover .item dl:first-of-type {
  border-top: 1px solid #ccc;
}
#benoitnihant #shop .shop__cover .item dl dt {
  font-size: 1.5rem;
  width: 7.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #benoitnihant #shop .shop__cover .item dl dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  #benoitnihant #shop .shop__cover .item dl dt {
    font-size: 1.4rem;
  }
}
#benoitnihant #shop .shop__cover .item dl dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #benoitnihant #shop .shop__cover .item dl dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  #benoitnihant #shop .shop__cover .item dl dd {
    font-size: 1.4rem;
    letter-spacing: 0.02rem;
  }
}
#benoitnihant #shop .shop__cover .item dl dd .caption {
  font-size: 90%;
}
#benoitnihant #shop .shop__cover .item figure {
  max-width: 700px;
  margin: 0 auto;
}
#benoitnihant #shop .shop__cover .item figure img {
  width: 100%;
  height: auto;
}
#benoitnihant #shop .shop__bnCover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 884px;
  gap: 35px;
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  #benoitnihant #shop .shop__bnCover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
  }
}
#benoitnihant #shop .shop__bnCover li {
  max-width: 400px;
  margin: 0 auto;
}
#benoitnihant #shop .shop__bnCover li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#benoitnihant #shop .shop__bnCover li a img {
  width: 100%;
  height: auto;
}
#benoitnihant #shop .shop__bnCover li a:hover {
  opacity: 0.7;
}
#benoitnihant footer.footer {
  background-color: #1A7586;
  text-align: center;
  padding: 10px;
}
#benoitnihant footer.footer .footer__copyright {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #benoitnihant footer.footer .footer__copyright {
    font-size: 11px;
  }
}
#benoitnihant #aaaa main {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #aaaa main {
    padding-top: 50px;
  }
}
#benoitnihant #aaaa .article__title {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #benoitnihant #aaaa .article__title {
    margin-bottom: 3rem;
  }
}
#benoitnihant #aaaa .article__title .article__title__big {
  display: block;
  font-size: 4.2rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #benoitnihant #aaaa .article__title .article__title__big {
    font-size: 2.6rem;
  }
}
#benoitnihant #aaaa .article__title .article__title__small {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #benoitnihant #aaaa .article__title .article__title__small {
    font-size: 1.4rem;
  }
}
#benoitnihant #aaaa .list {
  margin-bottom: 100px;
}
#benoitnihant #aaaa .list:not(:first-child) {
  padding-top: 100px;
  border-top: 1px solid #eee;
}
#benoitnihant #aaaa .list .lineup__cover {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px 4.4%;
}
@media screen and (max-width: 1184px) {
  #benoitnihant #aaaa .list .lineup__cover {
    padding: 0 22px;
  }
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item {
  width: 47.8%;
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__img img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info {
  margin: -50px 25px 0;
  background: #fff;
  position: relative;
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl, #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info p {
  padding-left: 20px;
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl {
  padding-top: 17px;
  padding-bottom: 14px;
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl:before, #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1px;
  height: 10px;
  background-color: #5C5C5C;
  margin-top: 5px;
  -webkit-transition: right 0.3s, background 0.25s;
  transition: right 0.3s, background 0.25s;
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl:after {
  margin-top: -2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item a:hover .lineup__img img {
  opacity: 0.75;
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item a:hover .lineup__ttl {
  opacity: 0.7;
}
#benoitnihant #aaaa .list .lineup__cover .lineup__item a:hover .lineup__ttl:before, #benoitnihant #aaaa .list .lineup__cover .lineup__item a:hover .lineup__ttl:after {
  right: 15px;
  background: #045fa3;
}
#benoitnihant #aaaa .list#backnumber .lineup__cover {
  gap: 60px 4.4%;
}
#benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item {
  width: 30.4%;
}
#benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info {
  margin: 0;
}
#benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info .lineup__ttl, #benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info p {
  padding-left: 0;
  padding-right: 0;
}
#benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info .lineup__ttl {
  font-size: 1.8rem;
}
#benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info .lineup__ttl:before, #benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info .lineup__ttl:after {
  display: none;
}
#benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info p.lineup__time {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #666;
}
@media screen and (max-width: 768px) {
  #benoitnihant #aaaa .list {
    margin-bottom: 80px;
  }
  #benoitnihant #aaaa .list:not(:first-child) {
    padding-top: 80px;
  }
  #benoitnihant #aaaa .list .lineup__cover {
    display: block;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item {
    width: 100%;
    margin-bottom: 40px;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info {
    margin: -50px 15px 0;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl, #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info p {
    padding-left: 15px;
    padding-right: 15px;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl {
    padding-top: 12px;
    padding-bottom: 14px;
    font-size: 1.8rem;
    padding-right: 25px;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl:before, #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl:after {
    height: 8px;
    margin-top: 5px;
    right: 15px;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item .lineup__info .lineup__ttl:after {
    margin-top: 0px;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item a:hover .lineup__img img {
    opacity: 1;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item a:hover .lineup__ttl {
    opacity: 1;
  }
  #benoitnihant #aaaa .list .lineup__cover .lineup__item a:hover .lineup__ttl:before, #benoitnihant #aaaa .list .lineup__cover .lineup__item a:hover .lineup__ttl:after {
    right: 20px;
    background: #5C5C5C;
  }
  #benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item {
    width: 100%;
  }
  #benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info {
    margin: 0;
  }
  #benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info .lineup__ttl {
    font-size: 1.6rem;
  }
  #benoitnihant #aaaa .list#backnumber .lineup__cover .lineup__item .lineup__info p.lineup__time {
    font-size: 1.1rem;
  }
}