@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

/* 汎用 */

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

html,
body,
ul,
h1,
h2,
h3,
h4,
h5,
p,
a,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.6rem;
  background: #fff;
}

.l-content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width:769px) {
  .l-content {
    width: 1060px;
    max-width: 100%;
    padding: 0 40px;
  }
}

.l-panel {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1260px) {
  .l-panel {
    width: 980px;
    max-width: 100%;
  }
}


/* 汎用テキスト */
.p-text.-t01 {
  font-family: "Shippori Mincho","Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: calc(28/16);
  font-weight: 600;
}

.p-text.-t02 {
	font-family: "Shippori Mincho","Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 12px;
  line-height: calc(26/12);
  font-weight: 400;
}

.p-text.-t03 {
  font-family: "Shippori Mincho","Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: calc(30/16);
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.01em;
}

.p-fz.-px8 {
  font-size: 8px;
}

.p-fz.-px10 {
  font-size: 10px;
}
.p-fz.-px11 {
  font-size: 11px;
}
.p-fz.-px12 {
  font-size: 12px;
}
.p-fz.-px13 {
  font-size: 13px;
}
.p-fz.-px20 {
  font-size: 20px;
}

.p-fc.-wh {
  color: rgba(255, 255, 255, 1);
}
.p-fc.-bk {
  color: rgba(0, 0, 0, 1);
}
.p-fc.-red {
  color: rgba(216, 12, 24, 1);
}
.p-fc.-gold {
  color: rgba(221, 203, 127, 1);
}

.p-ta.-left {
  text-align: left;
}
.p-ta.-center {
  text-align: center;
}
.p-ta.-right {
  text-align: right;
}
.p-ta.-justify {
  text-align: justify;
}

.p-va.-top {
  vertical-align: top;
}
.p-va.-middle {
  vertical-align: middle;
}
.p-va.-baseline {
  vertical-align: baseline;
}
.p-va.-bottom {
  vertical-align: bottom;
}

.p-fw.-medium {
  font-weight: 500;
}
.p-fw.-semibold {
  font-weight: 600;
}
.p-fw.-bold {
  font-weight: 700;
}
/* 汎用テキスト */

/* letter-spacing */
.p-ls.-ffspalt {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
/* 句読点、かっこを半分にする */
.p-ls.-lsmdot {
  letter-spacing: -0.5em;
}
/* letter-spacing */


/* 汎用リスト */
/* 汎用リスト */

/* 汎用リンク */
.p-link.-link01 {
  border-bottom: 1px solid rgba(216, 12, 24, 1);
  color: rgba(216, 12, 24, 1);
}
/* 汎用リンク */

/* 汎用ボックス */
.p-box.-box01 {
  width: 100%;
  background: rgba(26, 29, 36, 0.4);
  display: grid;
  padding: 20px;
}
@media screen and (min-width:769px) {
  .p-box.-box01 {
    grid-template-columns: repeat(2, 1fr);
    padding: 34px 40px 40px;
  }
}
@media screen and (min-width:769px) {
  .p-box.-box01 {
    gap: 0 40px;
  }
}

.p-box.-box02 {
  width: 100%;
  background: rgba(26, 29, 36, 0.4);
  display: flex;
  flex-direction: column;
  padding: 20px;
  row-gap: 20px;
}
@media screen and (min-width:769px) {
  .p-box.-box02 {
    padding: 33px 40px 40px;
    row-gap: 30px;
  }
}

.p-box.-column-reverse {
  flex-direction: column-reverse;
}

/* 汎用ボックス */


.prm110v {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.bg-blue {
  position: relative;
  background: linear-gradient(90deg, #363f43, #20292e);
  z-index: 1;
}

.bg-blue::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url(/.resources/webresources/cpn/24prm110v/images/bg-dot.png) repeat-y center / contain;
  z-index: -1;
}

.prm110v h1,
.prm110v h2,
.prm110v h3,
.prm110v h4,
.prm110v h5{
  font-weight: 700;
}
/* 汎用テキスト */

/* 汎用margin */
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb15_half {
  margin-bottom: 10px;
}
.u-mb18 {
  margin-bottom: 18px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb20_half {
  margin-bottom: 10px;
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb30_half {
  margin-bottom: 15px;
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mb35_half {
  margin-bottom: 20px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb40_half {
  margin-bottom: 20px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb50_half {
  margin-bottom: 25px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb60_half {
  margin-bottom: 30px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb80_half {
  margin-bottom: 40px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mb100_half {
  margin-bottom: 50px;
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mb120_half {
  margin-bottom: 60px;
}
.u-mb140_half {
  margin-bottom: 70px;
}
.u-mb160_half {
  margin-bottom: 80px;
}
.u-mb180_half {
  margin-bottom: 90px;
}
.u-mb240_half {
  margin-bottom: 120px;
}
@media screen and (min-width:769px){
  .u-mb15_half {
    margin-bottom: 15px;
  }
  .u-mb20_half {
    margin-bottom: 20px;
  }
  .u-mb30_half {
    margin-bottom: 30px;
  }
  .u-mb35_half {
    margin-bottom: 35px;
  }
  .u-mb40_half {
    margin-bottom: 40px;
  }
  .u-mb50_half {
    margin-bottom: 50px;
  }
  .u-mb60_half {
    margin-bottom: 60px;
  }
  .u-mb80_half {
    margin-bottom: 80px;
  }
  .u-mb100_half {
    margin-bottom: 100px;
  }
  .u-mb120_half {
    margin-bottom: 120px;
  }
  .u-mb140_half {
    margin-bottom: 140px;
  }
  .u-mb160_half {
    margin-bottom: 160px;
  }
  .u-mb180_half {
    margin-bottom: 180px;
  }
  .u-mb240_half {
    margin-bottom: 240px;
  }
}
/* 汎用margin */

/* 汎用padding */
.u-pt5 {
  padding-top: 5px;
}
.u-pb5 {
  padding-bottom: 5px;
}
.u-py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.u-py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.u-py20_half {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width:769px){
  .u-py20_half {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* 汎用padding */

/* 汎用ボタン */
.p-btn {
  cursor: pointer;
}

/* ボタンを無効にする */
.p-btn.-disable {
  pointer-events: none;
}

/* 汎用ボタン */


/* 個別指定 */
#content {
  margin: -12px auto 0;
  min-width: 100% !important;
  max-width: 100%;
  min-height: 30px;
  color: #000;
  overflow: hidden;
}
@media screen and (min-width:769px) {
  #content {
    margin: -28px auto 0;
  }
  #content.-noscroll {
    margin-top: 78px;
  }
}
@media screen and (min-width:769px) {
  #content {
    margin: -28px auto 0;
  }
  #content.-noscroll {
    margin-top: 78px;
  }
}
@media screen and (min-width:1024px) {
  #content {
    margin: -28px auto 0;
  }
  #content.-noscroll {
    margin-top: -28px;
  }
}
@media screen and (min-width:1366px) {
  #content {
    /* margin: -28px auto 0; */
  }
}
@media screen and (min-width:1400px) {
  #content.-noscroll {
    margin-top: -12px;
  }
}

.prm110v .prm110v_inner {
  max-width: 1180px;
  margin: 0 auto;
}

.prm110v img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.prm110v p.note {
  text-indent: -1em;
  padding-left: 1em;
}

.prm110v a {
  color: #2ea7e0;
}

.prm110v .tac {
  text-align: center;
}

.mv {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .mv_inner {
     background: linear-gradient(180deg,rgba(31, 34, 36, 0.7) 70%, transparent);
     padding-top: 50px;
  }
}

.mv-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .mv-wrap {
    align-items: start;
    margin-inline: auto;
    padding: 0 5%;
    flex-direction: row;
    opacity: 0; /* 初期は非表示 */
    transform: scale(0.9); /* 少し縮小 */
    gap: 0 30px
  }
}
@media screen and (min-width: 1300px) {
  .mv-wrap {
    padding: 0 7.143%;
  }
}

.mv-wrap_ttl {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .mv-wrap_ttl {
    max-width: calc((695/1200)*100%);
    margin: 0;
    display: flex;
    position: relative;
  }
}

.mv-btm-ttl {
  width: 90%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .mv-btm-ttl {
    max-width: 1360px;
    width: 100%;
    margin-top: 50px;
  }
}

.mv-btm-ttl img {
  max-width: 751px;
  width: 100%;
}


/* lineup */
.p-lineup-wrap {
  display: flex;
  justify-content: center;
  gap: 0 7%;
}
@media screen and (min-width: 769px) {
  .p-lineup-wrap {
     gap: 0 60px;
  }
}

.p-lineup-item .p-lineup-item_ttl {
  height: 14px;
  text-align: center;
  margin-bottom: 15px;
}

.p-lineup-item .p-lineup-item_ttl img {
  height: inherit;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-lineup-item_ttl img {
     height: 1nherit;
  }
}

.p-lineup-item_img {
  aspect-ratio: 460/282;
  overflow: hidden;
}

.p-lineup-itme_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-register-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px 0;
}
@media screen and (min-width: 850px) {
  .p-register-wrap {
     flex-direction: row;
     gap: 0 53px;
  }
}

.p-register-txt {
  font-family: "Shippori Mincho","Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: calc(30/24);
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-register-txt {
      font-size: 24px;
  }
}

.p-register-txt:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  top: -15px;
  left: 0;
  background-color: #f2de8c;
}

.p-register-btn {
  background: #1a1d24;
  border: 1px solid #848484;
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.p-register-btn:hover {
  border-color: #848484;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-register-btn:hover {
      border-color: #fff;
  }
}

.p-register-btn p {
  font-family: "Shippori Mincho","Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding-bottom: 4px;
}

.p-register-note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}


/* wine gift & home party */
.p-detailbox01 .wrap {
  display: grid;
  background: rgba(26, 29, 36, 0.4);
  border: 1px solid #f2de8c;
  padding: 15px 20px 40px;
}
@media screen and (min-width: 769px) {
  .p-detailbox01 .wrap {
    padding: 30px 20px 40px;
  }
}
@media screen and (min-width: 1061px) {
  .p-detailbox01 .wrap {
    padding: 30px 40px 90px;
  }
}
.p-detailbox01 h3 .wine-ttl_img {
  max-width: 529px;
  width: 100%;
}
.p-detailbox01 h3 .party-ttl_img {
  max-width: 621px;
  width: 100%;
}

.wine_container {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (min-width: 769px) {
  .wine_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 60px;
  }
}

.p-detailbox01 .wrap .wrap-content {
  border-top: 2px solid #f2de8c;
  display: block;
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  .p-detailbox01 .wrap .wrap-content {
    border-top: none;
    border-left: 2px solid #f2de8c;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    align-items: center;
    padding: 0;
    width: calc((415/900)*100%);
  }
}

/*.p-detailbox01 .wrap .wrap-grid {*/
/*  padding: 30px 40px;*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, auto)*/
/*}*/


.p-detailbox01 .wrap .wrap-grid2 {
  padding: 20px 18px 40px;
  display: grid;
}
@media screen and (min-width: 600px) {
  .p-detailbox01 .wrap .wrap-grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .p-detailbox01 .wrap .wrap-grid2 {
    padding: 20px 18px;
    grid-template-columns: auto 30%;
    width: calc((485/900)*100%);
  }
}

.party_title {
  max-width: 440px;
  width: 100%;
  grid-column: 1/3;
  margin-top: 25px;
}
.party_title img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .party_title {
     grid-column: 1/2;
  }
}

.wine_gift_title {
  max-width: 506px;
  width: 100%;
  grid-column: 1/3;
  margin-top: 15px;
}
.wine_gift_title img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .wine_gift_title {
     grid-column: 1/2;
  }
}

.party_subtitle {
  grid-column: 1/3;
  margin-top: 15px;
}

.wine_gift_subtitle {
  grid-column: 1/3;
  margin-top: 15px;
}

.party_lead {
  grid-column: 1/3;
}

.wine_gift_lead {
  grid-column: 1/3;
}

.kenzo_estate_logo,
.living-auberge_logo {
  display: flex;
  max-width: 240px;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  background-color: #1a1d24;
  grid-column: 1/3;
  grid-row: 3/4;
  margin-inline: auto;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .kenzo_estate_logo,
  .living-auberge_logo {
     max-width: 240px;
     height: 80px;
     grid-column: 2/3;
     grid-row: 1/2;
     margin-inline: unset;
     margin-left: auto;
     margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .kenzo_estate_logo,
  .living-auberge_logo {
     max-width: 340px;
     height: 120px;
  }
}

.kenzo_estate_logo a,
.living-auberge_logo a {
  display: block;
}
.kenzo_estate_logo a img,
.living-auberge_logo a img {
  vertical-align: baseline;
}

.kenzo_estate_logo a img {
  max-width: 218px;
  width: 100%;
}
.living-auberge_logo a img {
  max-width: 161px;
  width: 100%
}

.party_img02 {
  width: 100%;
  grid-column: 1/3;
}

.wine_img02 {
  max-width: 630px;
  width: 100%;
  grid-column: 1/3;
  margin-inline: auto;
}


.detail-list {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  grid-column: 1/3;
}

.wine_sommelier {
  max-width: 100%;
  width: 100%;
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  .wine_sommelier {
    width: 100%;
    margin: 0;
  }
}

.party_img01 {
  max-width: 100%;
  width: 100%;
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  .party_img01 {
    width: 100%;
    margin: 0;
  }
}

.party_plan {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  grid-column: 1/3;
}
.party_plan p {
  line-height: calc(30/16);
}

.party_plan p:not(:last-of-type) {
  margin-bottom: 10px;
}
.party_plan p span {
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
}


.detail-list p:nth-of-type(odd) {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
}

.detail-list p:first-of-type {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.detail-list p:last-of-type {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
}

.-box01 .wrap-content-img {
  width: 100%;
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (min-width: 940px) {
  .p-box.-box01 .wrap-content-img {
      grid-column: 2/3;
      grid-row: 1/3;
  }
}

.-box01 .wrap-content-text {
  width: 100%;
  grid-column: 1/3;
  grid-row: 2/3;
  margin-bottom: 20px;
}
@media screen and (min-width: 940px) {
  .p-box.-box01 .wrap-content-text {
      grid-column: 1/2;
      grid-row: 2/3;
      margin-bottom: 0;
  }
}

.wrap-content .content-text_ttl {
  display: flex;
  flex-direction: column;
  align-items: start;
  grid-column: 1/3;
}
@media screen and (min-width: 650px) {
  .wrap-content .content-text_ttl {
      flex-direction: row;
      align-items: center;
  }
}
@media screen and (min-width: 940px) {
  .wrap-content .content-text_ttl {
      grid-column: 1/2
  }
}

.wrap-content .content-text_ttl img {
  max-width: 142px;
  width: 100%;
}

.wrap-content .partner {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: 1.5em;
}

.wrap-content .detailbox01.-note {
  font-size: 11px;
  margin-right: 1rem;
}


/* home party */

.p-box.-box02 .wrap-content-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .p-box.-box02 .wrap-content-img {
    grid-template-columns: repeat(4, 1fr);
  }
}

.party-content .wrap-content-text {
  max-width: 100%;
  width: 100%;
}

/* banner */
.banner p {
  font-family: "Shippori Mincho","Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

.bnr-img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
.bnr-img {
  max-width: calc((675/920)*100%);
  margin-inline: auto;    
}
}
@media screen and (min-width: 769px) {
  .bnr-img {
    max-width: 675px;
  }
}

/* request */
.p-request p {
  font-family: "Shippori Mincho","Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-request p {
      font-size: 22px;
  }
}

.p-request p a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}


/* loading */
/*.loading {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: #000;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  z-index: 9999;*/
/*  animation: fadeOut 1s ease-out forwards 3s;*/
/*}*/

/*@keyframes fadeOut {*/
/*  0% {*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    opacity: 0;*/
/*  }*/
/*}*/

/* loading item */
/* .loading-img {
  width: 100%;
  height: auto;
  top: 20%;
  position: absolute;
  transform: scale(1.5) rotate(140deg);
  animation: loadingAnimation 2s cubic-bezier(.8,0,.3,1) forwards;
} */

/* loading animation */
/* @keyframes loadingAnimation {
  0% {
    transform: scale(1.5) rotate(140deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  95% {
    transform: scale(0.5) rotate(320deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.5) rotate(320deg);
    opacity: 0;
  }
} */


/* breadcrumb-wrap 非表示 */
.breadcrumb-wrap.desktop-only.floating {
    z-index: -1;
    display: none;
}

/* header footer */
#container {
  margin-top: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  #container {
      margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #container {
      margin-top: 80px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1599px) {
  #container {
      margin-top: 95px;
  }
}
@media screen and (min-width: 1600px) {
  #container {
      margin-top: 100px;
  }
}

#content {
  margin: 0 auto 0;
  min-width: 100% !important;
  max-width: 100%;
  min-height: 30px;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width:769px){
  #content {
    margin: 0 auto 0;
  }
  #content.-noscroll {
    margin-top: 0;
  }
}
@media screen and (min-width:1024px){
  #content {
    margin: 0 auto 0;
  }
  #content.-noscroll {
    margin-top: 0;
  }
}
@media screen and (max-width: 1366px){
  #content {
    margin: 0 auto 0;
  }
}
@media screen and (min-width: 1367px) {
  #content {
    margin: 0 auto 0;
  }
}
@media screen and (min-width:1400px) {
  #content.-noscroll {
    margin-top: 0;
  }
}

.bg-black {
  background: #000000;
  padding: 100px 0 60px;
}

.foot_block{
  margin: 100px auto 0;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.contact > p {
  color: rgba(255, 255, 255, 1);
}

.contact h2{
  height: auto;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 18px 0;
  margin-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow: none;
  color: rgba(255, 255, 255, 1);
}

.contact h3{
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}

.contact h3.line{
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}

.contact table{
  width: 100%;
  margin-bottom: 10px;
  border-collapse:  collapse;
}

.contact table a{
  text-decoration: underline;
}

.contact th,
.contact td{
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  padding: 12px 20px;
  border: 1px solid rgba(194, 194, 194, 1);
  box-sizing: border-box;
}

.contact th{
  width: 385px;
  background: rgba(51, 51, 51, 1);;
  text-align: center;
}

.contact td li{
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.prm110v .logo_box{
  margin-top: 50px;
}

.prm110v .logo {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
  justify-content: center;
  gap: 10px 20px;
}

.prm110v .logo a {
  display: inline-block;
  width: calc( (100% / 2) - (20px / 2) ) !important;
}
@media screen and (min-width:769px){
  .prm110v .logo {
    gap: 20px 20px;
  }
  .prm110v .logo a {
    width: calc( (100% / 3) - (20px / 3 * 2) ) !important;
  }
}

.prm110v  .logo img {
  border: 1px solid #00412e;
}

.prm110v  .logo_box > p{
  text-align: center;
  font-size: 16px;
}

.prm110v .logo_box h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}


.prm110v .link_box{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-left: -15px;
  margin-right: -15px;
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.prm110v .link_box li{
  width: calc( (100% / 3) - (10px / 3 * 2) );
  height: 100px;
  text-align: center;
}

.prm110v .link_box li a{
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.5;
  text-decoration: none;
  color: #FFF;
  background: rgba(15, 68, 45, 1);
  padding-top: 23px;
  box-sizing: border-box;
  display: block
}

.prm110v .link_box li a span{
  font-size: 16px;
  display: block;
}

.sp{
  display: none;
}

.pc{
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  .sp{
    display: block !important;
  }

  .pc{
    display: none !important;
    margin: 0;
  }

  #content {
    margin: 0 auto 0;
    min-width: 100% !important;
    max-width: 100%;
    min-height: 30px;
    color: #ffffff;
    overflow: hidden;
  }
  @media screen and (min-width:769px){
    #content {
      margin: 0 auto 0;
    }
    #content.-noscroll {
      margin-top: 0;
    }
  }
  @media screen and (min-width:1024px){
    #content {
      margin: 0 auto 0;
    }
    #content.-noscroll {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 1366px){
    #content {
      margin: 0 auto 0;
    }
  }
  @media screen and (min-width: 1367px) {
    #content {
      margin: 0 auto 0;
    }
  }
  @media screen and (min-width:1400px) {
    #content.-noscroll {
      margin-top: 0;
    }
  }


  .prm110v {
    overflow: hidden;
    font-size: 3.5vw;
  }

  .prm110v a:hover{
    opacity: 1;
  }

  .prm110v img{
    width: 100%;
    height: auto;
  }

  .prm110v .tac{
    text-align: left;
  }

  .prm110v p.note{
    font-size: 3vw;
    line-height: 1.5;
  }

  .prm110v .prm110v_inner{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }


  .foot_block{
    width: 100%;
    margin: 10vw auto;
    padding: 0 6vw;
    box-sizing: border-box;
  }

  .prm110v .contact h3{
    font-size: 3.3vw;
    line-height: 1.6;
    margin-bottom: 4vw;
  }

  .contact h2{
    height: auto;
    font-size: 3.8vw;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    padding: 3vw 0;
    margin-bottom: 5vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow: none;
  }

  .prm110v  h3.line{
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5vw;
    padding: 2vw 0;
  }

  .prm110v  .contact table{
    width: 100%;
    margin-bottom: 10px;
    border-collapse:  collapse;
  }

  .prm110v  .contact th,
  .prm110v  .contact td{
    font-size: 3vw;
    line-height: 1.3;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 2vw 4vw;
    display: block;
    margin-top: -1px;
    background: #FFF;
  }

  .prm110v  .contact th{
    width: 100%;
    background: #efefef;
  }

  .prm110v  .contact td ul{
    text-align: left;
    margin-top: 2vw;
  }

  .prm110v  .contact td ul li{
    font-size: 2.5vw;
    font-weight: normal;
  }

  .prm110v .logo{
    width: 100%;
    height: auto;
    padding: 0 2vw;
    margin: 0 auto 3vw;
    justify-content: space-between;
  }

  .prm110v .logo a{
    width: 48%;
    display: block;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .prm110v .logo img{
    border: 1px solid #00412e;
    box-sizing: border-box;
  }

  .prm110v .logo_box{
    width: 100%;
    padding: 0;
    margin-top: 5vw;
    box-sizing: border-box;
  }
  .prm110v .logo_box > p{
    text-align: left;
    font-size: 3vw;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 4vw;
  }

  .prm110v .logo_box h3{
    font-size: 3.8vw;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
    margin-bottom: 2vw;
    margin-top: 0;
  }

  .prm110v .link_box{
    margin-top: 8vw;
    display: block;
  }

  .prm110v .link_box li{
    width: 100%;
    height: auto;
  }

  .prm110v .link_box li + li{
    margin-top: 2vw;
  }

  .prm110v .link_box li a{
    font-size: 4vw;
    line-height: 1.5;
    padding: 3vw 0;
    box-sizing: border-box;
    display: block
  }

  .prm110v .link_box li a span{
    font-size: 3.5vw;
    display: block;
  }
}


/* アニメーション指定 */
.js-fadeIn {
  opacity : 0;
}
.js-fadeIn30 {
  opacity : 0;
}
.js-fadeInSlow {
  opacity : 0;
}
.js-fadeInSlideUp {
  opacity : 0;
  transform : translate(0, 20px);
}
.js-fadeInBlur {
  opacity : 0;
  filter: blur(5px);
}
.js-drawUnderline span::after {
  width: 0;
}

.e-fadeIn {
  animation: 2s ease-in-out 0s both 1 fadeIn;
}
.e-fadeIn30 {
  animation: 3s ease-in-out 0s both 1 fadeIn;
}
.e-fadeInSlow {
  animation: 3s ease-in-out 2s both 1 fadeIn;
}
.e-fadeInSlideUp {
  animation: 2s ease-in-out 0s both 1 fadeInSlideUp20;
}
.e-fadeInBlur {
  animation: 2s ease-in-out 0s both 1 fadeInBlur;
}

.e-drawUnderline span::after {
  animation: 0.5s ease 0s both 1 drawUnderline;
}

.product::before {
  opacity: 0; /* 初期状態では非表示にするため */
}
.e-fadeInProductBefore::before {
  animation: 3s ease-in-out 0s both 1 fadeIn;
}


.e-mv-bg {
  animation: 4s ease 0.1s both 1 animeMvBg;
}
.e-mv-txt2 {
  animation: 2s ease 3.7s both 1 fadeInZoomCentered;
}
.e-mv-txt3 {
  animation: 2s ease 3.7s both 1 fadeIn;
}

/* フェードイン */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* フェードイン＆スライドアップ */
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSlideUp20 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInSlideUp30 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* フェードイン＆スライドアップ(中央寄せ対応) */
@keyframes fadeInSlideUpCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInSlideUpCentered20 {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInSlideUpCentered30 {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* フェードイン＆スライドライト(中央寄せ対応) */
@keyframes fadeInSlideRightCentered {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 10px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}
@keyframes fadeInSlideRightCentered20 {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 20px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}
@keyframes fadeInSlideRightCentered30 {
  0% {
    opacity: 0;
    transform: translate(calc(-50% - 30px), 0);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50%), 0);
  }
}

/* フェードイン＆スライドアップ＆拡大(中央寄せ対応) */
@keyframes fadeInSlideUpZoomCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px) scale(0.925);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードイン＆拡大(中央寄せ対応) */
@keyframes fadeInZoomCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.925);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードイン＆縮小(中央寄せ対応) */
@keyframes fadeInZoomOutCentered {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.075);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードイン＆縮小(中央寄せ対応・MV背景専用) */
@keyframes animeMvBg {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1.15);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

/* フェードイン＆ブラー */
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/* アンダーラインを引く */
@keyframes drawUnderline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



.mv-txt_only {

}
@media screen and (min-width: 1025px) {
  .mv-txt_only {
    display: block;
  }
}

.mv-img_border {
    display: none;
}
@media screen and (min-width: 1025px) {
    .mv-img_border {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        transform-origin: right center;
        transform: scale(0.9);
    }
}


@keyframes fadeLine {
  0% {
    top: 200px;
    transform: scale(1.4);
  }
  100% {
    top: 0;
    transform: scale(1);
  }
}

.mv-wrap_img img {
  width: 100%;
}


.mv-wrap_img {
  width: 90%;
  max-width: 337px;
}
@media screen and (min-width: 769px) {
  .mv-wrap_img {
    max-width: 400px;
  }
}

@media screen and (min-width: 1025px) {
  .mv-wrap_img {
    max-width: calc((440/1200)*100%);
  }
}

.mv-wrap_img img {
  width: 100%;
}




/* ローディング全体の背景マスク */
#js-loading__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}



/* ロゴ画像のマスクアニメーション */
@keyframes maskImg {
  0% {
    mask-position: 200% 0%; /* マスクが右側に位置 */
    opacity: 0;
  }
  100% {
    mask-position: -200% 0%; /*左側に移動 */
    opacity: 0;
  }
}

#logo-img1 {
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-size: 200% 100%;
  -webkit-mask-size: 200% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 200% 0%;
  -webkit-mask-position: 200% 0%;
  opacity: 0; /* 初期状態は非表示 */
  animation: none; /* 初期状態はアニメーションなし */
  width: 220px;
}
@media screen and (min-width: 769px) {
    #logo-img1 {
        width: 100%;
        min-width: 274px;
    }
}
#logo-animation {
    display: flex;
    justify-content: center;
    align-items: center;
}


.g-nav-fixed.active {
    height: 0 !important;
}