@charset "UTF-8";
/* Scss Document */
/*--  font定義  --*/
/*--  color定義  --*/
/*--  ブレイクポイント定義  --*/
html {
  font-size: 62.5%;
  /*16px × 62.5%=10px*/
  overflow: auto; }

body {
  color: #333;
  line-height: 1.7;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  max-width: 100%;
  heigt: auto;
  overflow: hidden;
  text-align: justify;
  margin: 0 auto; }
  @media (max-width: 767px) {
    body {
      line-height: 2; } }

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

a {
  color: #333; }

a:visited {
  color: none; }

/*:not(.activity-item-a)*/
a:hover {
  opacity: 0.5;
  transition: .5s; }
  @media (max-width: 1024px) {
    a:hover {
      opacity: 1; } }

small {
  display: block;
  font-size: 1.2rem; }

/*ｰｰｰｰｰｰｰｰサイトcolorｰｰｰｰｰｰｰｰ*/
.cl-main {
  color: #a38a45; }

.cl-accent {
  color: #990014; }

.cl-fff {
  color: #fff; }

.bgc-main {
  background-color: #a38a45; }

.bgc-accent {
  background-color: #990014; }

.bgc-gray {
  background-color: #e4e1dc; }

.bgc-white {
  background-color: #fff; }

/*端末ごとの表示非表示*/
.pc_none {
  display: none; }
  @media (max-width: 1024px) {
    .pc_none {
      display: block; } }

@media (max-width: 1024px) {
  .tb_none {
    display: none; } }
@media (max-width: 767px) {
  .tb_none {
    display: block; } }

@media (max-width: 767px) {
  .sp_none {
    display: none; } }

.sp_s {
  display: block; }

.inner {
  margin: 0 auto;
  padding-left: 6%;
  padding-right: 6%; }
  .inner__1260 {
    max-width: 1260px; }
  .inner__1060 {
    max-width: 1060px; }
  .inner__960 {
    max-width: 960px; }

.flex {
  display: flex; }
  @media (max-width: 767px) {
    .flex {
      display: block; } }

@media (max-width: 767px) {
  .sp_flex {
    display: flex; } }

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

.text-bold {
  font-weight: bold; }

/*-----------ボタン-----------*/
/*ｰｰｰｰｰｰｰｰsection titleｰｰｰｰｰｰｰｰ*/
.sec-tit {
  text-align: center;
  margin-bottom: 40px; }
  .sec-tit__en {
    display: inline-block;
    font-family: "Libre Baskerville", serif;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 16px; }
    .sec-tit__en--white {
      color: #fff; }
    @media (max-width: 767px) {
      .sec-tit__en {
        line-height: 1.2; } }
    .sec-tit__en--c:before {
      content: url(../img/deco_sectit_c.svg);
      position: absolute;
      top: 50%;
      left: -24px;
      display: inline-block;
      width: 48px;
      transform: translateY(-50%);
      z-index: -1; }
    .sec-tit__en--cs:before {
      content: url(../img/deco_sectit_c.svg);
      position: absolute;
      top: 50%;
      left: -24px;
      display: inline-block;
      width: 48px;
      transform: translateY(-50%);
      z-index: -1; }
      @media (max-width: 320px) {
        .sec-tit__en--cs:before {
          top: -140%;
          left: 36px; } }
    .sec-tit__en--c-b:before {
      content: url(../img/deco_sectit_c-b.svg);
      position: absolute;
      top: 50%;
      left: -24px;
      display: inline-block;
      width: 48px;
      transform: translateY(-50%);
      z-index: -1; }
    .sec-tit__en--p:before {
      content: url(../img/deco_sectit_p.svg);
      position: absolute;
      top: 50%;
      left: -40px;
      display: inline-block;
      width: 48px;
      transform: translateY(-50%);
      z-index: -1; }
      @media (max-width: 320px) {
        .sec-tit__en--p:before {
          top: -160%;
          left: 33px; } }
  .sec-tit__ja {
    display: block;
    color: #990014;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1; }
    .sec-tit__ja--white {
      color: #fff; }

/*タイトル装飾のレイヤー調整*/
.sec-wrap {
  position: relative;
  z-index: 0; }

/*--------------------

header

---------------------*/
.bg_brack {
  position: relative;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
  width: 100%;
  padding: 16px; }
  @media (max-width: 767px) {
    .bg_brack {
      padding: 0; } }

.logo {
  width: 140px;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 10;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all; }
  @media (max-width: 1024px) {
    .logo {
      width: 120px;
      left: 40px; } }
  .logo--pc {
    border: 1px solid #fff;
    padding: 10px;
    margin-top: -12px; }

.logo__scroll {
  width: 88px;
  left: 6%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all; }

.tel {
  color: #fff;
  justify-content: flex-end;
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    .tel {
      justify-content: center;
      margin-bottom: 40px; } }
  @media (max-width: 320px) {
    .tel {
      display: block;
      margin-left: 70px; } }
  @media (max-width: 767px) {
    .tel__dt {
      margin-bottom: 8px; } }
  .tel__dt::after {
    content: "|";
    margin: 0 16px; }
    @media (max-width: 320px) {
      .tel__dt::after {
        display: none; } }
  .tel__dd {
    position: relative;
    margin-left: 12px; }
    .tel__dd::before {
      content: url(../img/icon_tel.svg);
      position: absolute;
      top: -2px;
      left: -12px;
      display: inline-block;
      width: 9px; }
    .tel__dd a {
      color: #fff; }

.gnav__list {
  justify-content: flex-end;
  align-items: center; }
.gnav__item {
  font-size: 1.2rem;
  margin-left: 32px; }
  @media (max-width: 1024px) {
    .gnav__item {
      margin-left: 16px; } }
  .gnav__item a {
    color: #fff; }
  .gnav__item--gold a {
    display: block;
    line-height: 1;
    padding: 10px 16px;
    background-color: #c49942; }
  @media (max-width: 767px) {
    .gnav__item {
      text-align: center;
      margin-left: 0;
      margin-bottom: 16px; } }

/* hamburger　menu */
@media (max-width: 767px) {
  .navigation {
    display: none;
    position: static;
    padding-top: 80px;
    padding-bottom: 40px; } }
.btn-trigger {
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
  width: 40px;
  padding: 0;
  border: none;
  white-space: nowrap; }

use {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all; }

.btn-trigger.active use:nth-of-type(1) {
  -webkit-transform: translateY(30px) rotate(-45deg);
  transform: translateY(30px) rotate(-45deg); }

.btn-trigger.active use:nth-of-type(2) {
  opacity: 0; }

.btn-trigger.active use:nth-of-type(3) {
  -webkit-transform: translateX(35px) translateY(-15px) rotate(45deg);
  transform: translateX(35px) translateY(-15px) rotate(45deg); }

/*--------------------

Main

---------------------*/
.mv {
  position: relative; }
  .mv__title {
    color: #fff;
    font-size: 3.2rem;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 20px black, 1px 1px 20px black, 1px 1px 20px black; }
    @media (max-width: 767px) {
      .mv__title {
        font-size: 2.2rem;
        top: 50%;
        left: 6%;
        transform: translateY(-50%); } }

/*--------------------

concept

---------------------*/
/*上部*/
.concept-top {
  text-align: center;
  background-image: url("../img/bg_concept.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .concept-top {
      text-align: left; } }
  .concept-top__copy {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .concept-top__copy {
        text-align: center;
        line-height: 1.3; } }
  .concept-top__text--mb {
    margin-bottom: 20px; }

/*下部*/
.concept-bottom {
  padding-top: 64px; }
  @media (max-width: 767px) {
    .concept-bottom {
      padding-top: 40px; } }
  .concept-bottom__title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 40px; }

.card-folder {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -56px;
  margin-left: -32px; }
  @media (max-width: 767px) {
    .card-folder {
      margin-left: 0; } }

.card {
  width: 45%;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 56px;
  margin-left: 32px; }
  @media (max-width: 767px) {
    .card {
      width: 100%;
      margin-bottom: 32px;
      margin-left: 0; } }
  .card__img {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .card__img {
        margin-bottom: 16px; } }
  .card__title {
    color: #a38a45;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .card__title {
        margin-bottom: 8px; } }
    .card__title-en {
      text-transform: uppercase;
      line-height: 1;
      font-size: 2.2rem; }
    .card__title-ja {
      font-size: 1.3rem; }
  .card__text {
    line-height: 1.5; }

/*--------------------

セレモニースタイル ceremony

---------------------*/
.ceremony {
  padding-top: 120px;
  padding-bottom: 64px; }
  @media (max-width: 767px) {
    .ceremony {
      padding-bottom: 40px; } }
  .ceremony__description {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 32px; }

.style-folder {
  margin-bottom: 56px; }
  @media (max-width: 767px) {
    .style-folder {
      margin-bottom: 40px; } }

.style {
  background-image: url("../img/bg_ceremony.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: -300px; }
  @media (max-width: 1024px) {
    .style {
      background-position: -400px;
      background-size: 130%; } }
  @media (max-width: 767px) {
    .style {
      background-size: 680px auto;
      margin-bottom: 24px;
      background-position: -300px 130px; } }
  .style--none {
    background-image: none; }
  .style__flex {
    justify-content: center;
    align-items: center; }
    .style__flex--reverse {
      flex-direction: row-reverse;
      background: none; }
  .style__img {
    display: block;
    max-width: 424px;
    margin-right: 56px; }
    @media (max-width: 1024px) {
      .style__img {
        max-width: 352px;
        margin-right: 32px; } }
    @media (max-width: 767px) {
      .style__img {
        max-width: 100%;
        margin-bottom: 24px;
        margin-right: 0; } }
    .style__img--reverse {
      margin-right: 0;
      margin-left: 56px; }
      @media (max-width: 767px) {
        .style__img--reverse {
          margin-left: 0; } }
  .style__wrap {
    max-width: 448px; }
  .style__title-wrap {
    position: relative;
    margin-bottom: 56px; }
    .style__title-wrap::before {
      content: " ";
      display: inline-block;
      position: absolute;
      bottom: -62px;
      left: -12px;
      width: 385px;
      height: 80px;
      background-image: url("../img/bg_brush.png");
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .style__title-wrap::before {
          width: 110%; } }
  .style__title {
    display: block;
    color: #a38a45;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .style__title {
        font-size: 2.8rem;
        text-align: center; } }
  .style__description {
    display: block;
    color: #a38a45;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1; }

/*ランキング*/
.ranking {
  width: 545px; }
  @media (max-width: 1024px) {
    .ranking {
      width: 464px; } }
  @media (max-width: 767px) {
    .ranking {
      width: 100%; } }

/*--------------------
 
CMムービー  cm

---------------------*/
.cm {
  background-color: rgba(0, 0, 0, 0.85);
  padding-top: 80px; }
  @media (max-width: 767px) {
    .cm {
      padding-top: 56px; } }

.video {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: auto; }
  .video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 768px;
    height: 432px; }
    @media (max-width: 1024px) {
      .video iframe {
        width: 100%;
        height: 100%; } }

.video iframe {
  width: 100%;
  height: 100%; }

/*--------------------

 フォトギャラリー  foto

---------------------*/
.foto {
  padding-top: 80px;
  background-color: rgba(0, 0, 0, 0.85); }
  @media (max-width: 767px) {
    .foto {
      padding-top: 56px; } }

#container1, #container2 {
  display: -ms-grid;
  display: grid;
  /*-ms-grid-rows: 1.368421fr 12px 0.631578fr;
  grid-template-rows: 1.368421fr 0.631578fr;*/
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.01vw;
  /*12÷1062px＋(6%×2%)*/
  padding-bottom: 1.01vw;
  /*12÷1062px=0.011299*/ }
  @media (min-width: 1411px) {
    #container1, #container2 {
      /*1260+(1260×12％)=1411*/
      grid-gap: 12px;
      padding-bottom: 12px; } }
  @media (max-width: 767px) {
    #container1, #container2 {
      grid-gap: 1.01vw;
      /*12÷1062px＋(6%×2)*/
      padding-bottom: 1.01vw; } }

.photo1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2; }

.photo2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 2 / 4; }

.photo3 {
  -ms-grid-row: 3;
  grid-row: 2 / 3;
  -ms-grid-column: 3;
  grid-column: 2 / 3; }

.photo4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 2 / 3;
  -ms-grid-column: 5;
  grid-column: 3 / 4; }

.photo5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 3; }

.photo6 {
  -ms-grid-row: 3;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2; }

.photo7 {
  -ms-grid-row: 3;
  grid-row: 2 / 3;
  -ms-grid-column: 3;
  grid-column: 2 / 3; }

.photo8 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 3;
  -ms-grid-column: 5;
  grid-column: 3 / 4; }

/*--------------------

お問い合わせ・資料請求 contact 

---------------------*/
/*--------------------

article

---------------------*/
.article {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .article {
      padding-top: 56px;
      padding-bottom: 56px; } }
  .article__bg {
    background-image: url("../img/bg_article.jpg");
    background-size: cover;
    background-position: bottom; }
  .article__title {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .article__title {
        font-size: 2.1rem; } }
  .article__text {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .article__text {
        line-height: 1.4; } }
  .article__link-flex {
    justify-content: center;
    margin-left: -16px; }
  .article__link {
    display: inline-block;
    color: #fff;
    line-height: 1;
    background-color: #c49942;
    padding: 16px;
    margin-left: 16px; }
    @media (max-width: 767px) {
      .article__link {
        width: 240px;
        margin-bottom: 16px; } }

/*--------------------

footer

---------------------*/
.footer {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }

.footer small {
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 8px; }

.logo-mph {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  display: block;
  width: 172px; }
  @media (max-width: 1024px) {
    .logo-mph {
      position: static;
      margin: auto;
      margin-top: 16px; } }

/*--------------------

fadein

---------------------*/
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fadein {
  opacity: 0;
  transform: translate(0, 32px);
  transition: all 1.5s; }
