@charset "utf-8";

html.wf-active {
  visibility: visible;
}

.relative {
  position: relative;
}

.relative img.opc {
  opacity: 0.3;
}


.opc-50 {
  opacity: 0.5;
}

.opc-70 {
  opacity: 0.7;
}

.absolute {
  position: absolute;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.absolute_a_11 {
  position: absolute;
  width: 60%;
  bottom: 0%;
  transform: translate(-50%, 0);
}

.absolute_a_12 {
  position: absolute;
  width: 50%;
  bottom: 10%;
  transform: translate(-50%, 0);
}


.absolute_a_51 {
  position: absolute;
  width: 60%;
  right: 0%;
  top: 0%;
}

.absolute_a_52 {
  position: absolute;
  width: 50%;
  left: 0%;
  bottom: 0%;
}

@media screen and (max-width: 767px) {
  .relative_a_1 {
    padding-bottom: 90%;
  }

  .relative_a_5 {
    /*background-color: #efbdbd;*/
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 768px) {
  .relative_a_1 {
    min-height: 800px;
  }

  .relative_a_5 {
    /*background-color: #efbdbd;*/
    min-height: 1000px;
  }
}

.shadow {
  filter: drop-shadow(2px 2px 2px #3d3535);
}

.shine {
  filter: drop-shadow(2px 2px 2px #f7f7f7);
}

.bg_0 {
  padding: 10px 0;
  background-color: #fff9e9;
}

.bg_1 {
  max-width: 95%;
  border: solid 5px #1f0606;
}

.bg_2 {
  background: #ffffff;
}

.fade_up,
.fade_down,
.fade_right,
.fade_left {
  opacity: 0;
  transition: all 1500ms;
}

.fade_up.scrollin,
.fade_down.scrollin,
.fade_right.scrollin,
.fade_left.scrollin {
  opacity: 1;
  transform: translate(0, 0px);
}

.fade_up {
  transform: translate(0, -100px);
}

.fade_down {
  transform: translate(0, 100px);
}

.fade_right {
  transform: translate(100px, 0);
}

.fade_left {
  transform: translate(-100px, 0);
}

.main_top img {
  vertical-align: bottom;
}

.item_m_1 {
  margin: 0 0 0 auto;
}

.item_m_2 {
  margin: 0 auto 0 0;
}

p.theme {
  font-family: 'Noto Serif JP', serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
}

.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.spc_btm {
  display: block;
  margin: 0 auto 5% auto;
}

p.season-ttl {
  color: #1f0606;
  font-family: "abril-display", serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-style: normal;
}

p.season-i {
  color: #1f0606;
  font-family: "abril-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  line-height: 2;
}

p.season-ttl_2 {
  color: #1f0606;
  font-family: "abril-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}

p.season-i_2 {
  color: #1f0606;
  font-family: "abril-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  line-height: 2;
}

.main_top {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main_top {
    position: relative;
    width: 100vw !important;
    margin: 90px calc(50% - 50vw);
  }

  .bg_0 {
    padding: 2rem 0;
  }

  .bg_1 {
    max-width: 95%;
    border: solid 2px #706c6b;
  }

  .bg_2 {
    background: #ffffff;
    padding-top: 1.5rem;
  }

  .waku {
    border: solid 5px #1f0606;
  }

  span.cmg {
    font-size: 10px;
    font-family: 'Noto Sans JP', sans-serif;
  }

  p.season-i {
    font-size: 15px;
  }

  p.season-i_2 {
    font-size: 16px;
  }

  p.season-ttl {
    font-size: 32px;
    margin: 10% 0 0 0;
  }

  p.season-ttl_2 {
    font-size: 30px;
    margin: 10% 0 0 0;
  }

  p.theme {
    font-size: 11px;
  }

  .box {
    margin: 0 0 30% 0;
  }

  .box_1 {
    margin: 10% 0 0 0;
  }

  .box_2 {
    margin: 10% 0 10% 0;
  }

  .box_3 {
    margin: 0 0 10% 0;
  }

  .w500 {
    max-width: 80%;
  }

  /* タッチで拡大 */
  .brand_box {
    width: 300px;
    max-width: 100%;
    overflow: hidden;
  }

  .brand_box img {
    transition: 1s all;
  }

  .brand_box img:active {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }

  .spc_btm {
    display: block;
    margin: 0 auto 10% auto;
  }

  .w700-sp {
    max-width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .bg_0 {
    padding: 10rem 0;
  }

  .bg_1 {
    width: 880px;
    border: solid 4px #706c6b;
  }

  .bg_2 {
    background: #ffffff;
    padding-top: 1.5rem;
  }

  .waku {
    border: solid 10px #1f0606;
  }

  span.cmg {
    font-size: 13px;
    font-family: 'Noto Sans JP',
      sans-serif;
  }

  p.theme {
    font-size: 16px;
  }

  p.season-i {
    font-size: 25px;
  }

  p.season-i_2 {
    font-size: 25px;
  }

  p.season-ttl {
    font-size: 40px;
    margin: 5% 0 0 0;
  }

  p.season-ttl_2 {
    font-size: 40px;
    margin: 5% 0 0 0;
  }

  .box {
    margin: 0 0 20% 0;
  }

  .box_1 {
    margin: 5% 0 0 0;
  }

  .box_2 {
    margin: 5% 0 5% 0;
  }

  .box_3 {
    margin: 0 0 10% 0;
  }

  /* ホバー拡大 */
  .brand_box {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .brand_box img {
    transition: 1s all;
  }

  .brand_box img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }

  .mask {
    display: block;
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
  }

  .spc_btm {
    display: block;
    margin: 0 auto 5% auto;
  }
}
