@media screen and (min-width: 769px) {
  html {
    font-size: 0.782vw;
  }
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3rem;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img[src$="_pc.png"], img[src$="_pc.jpg"] {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  img[src$="_sp.png"], img[src$="_sp.jpg"] {
    display: none !important;
  }
}

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

h1, h2, h3, h4, h5, p, dl, dt, dd, ul, ol, li, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

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

.wrapper {
  display: grid;
  min-height: 100vh;
  grid-template-rows: 1fr auto;
}

.header {
  background-color: #fff;
}
.header_inner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .header_inner {
    width: 96rem;
    height: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    width: 66rem;
    height: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .header_logo {
    width: 20.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 13.7rem;
    height: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .header_bnr {
    width: 11.3rem;
  }
}
@media screen and (max-width: 768px) {
  .header_bnr {
    width: 12.6rem;
    height: 6rem;
  }
}

.kv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .kv {
    height: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: 125rem;
  }
}
@media screen and (min-width: 1281px) {
  .kv {
    height: 50.782vw;
  }
}
.kv_bg {
  opacity: 0;
  transform: scale(0.95);
}
.kv_bg.is-kv {
  opacity: 1;
  transform: scale(1);
  transition: ease-out 1.5s all;
}
.kv_ttl {
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: 1s ease-out 0.8s all;
}
@media screen and (min-width: 769px) {
  .kv_ttl {
    width: 69.9rem;
    top: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -webkit-transition: 1s ease-out 0.8s all;
  }
}
@media screen and (max-width: 768px) {
  .kv_ttl {
    width: 68.2rem;
    top: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -webkit-transition: 0.8s ease-out 0.8s all;
  }
}
@media screen and (min-width: 1281px) {
  .kv_ttl {
    width: 54.61vw;
  }
}
.kv_ttl.is-ttl {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .kv_ttl.is-ttl {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .kv_ttl.is-ttl {
    transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
  }
}

.main_inner {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .main_inner {
    width: 88rem;
  }
}
@media screen and (max-width: 768px) {
  .main_inner {
    width: 64rem;
  }
}

.cover {
  width: 100%;
  background: url(../img/campaign-bg_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 100%;
  position: absolute;
  z-index: 0;
  margin-top: -8rem;
  -webkit-clip-path: inset(0% 0% 100% 0);
  transition: all cubic-bezier(0.25, 0.1, 0.64, 0.64) 10s;
}
@media screen and (min-width: 769px) {
  .cover {
    height: 314rem;
  }
}
@media screen and (max-width: 768px) {
  .cover {
    height: 725rem;
  }
}
.cover.is-active {
  -webkit-clip-path: inset(0% 0% 0% 0);
  z-index: 0;
}

.campaign {
  z-index: -2;
  margin-top: -1rem;
}
@media screen and (min-width: 769px) {
  .campaign {
    background: linear-gradient(180deg, rgb(254, 245, 247) 0%, rgb(247, 225, 229) 19.69%, rgb(241, 205, 209) 47%, rgb(236, 192, 198) 73.97%, rgb(235, 188, 194) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0 10rem;
    height: 314rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign {
    background: url(../img/campaign-bg_sp.png), linear-gradient(180deg, rgb(254, 245, 247) 0%, rgb(247, 225, 229) 19.69%, rgb(241, 205, 209) 47%, rgb(236, 192, 198) 73.97%, rgb(235, 188, 194) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
    height: 725rem;
  }
}
.campaign .main_inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.campaign_ttl {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .campaign_ttl {
    width: 68rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_product {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_product {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box {
    margin-top: 9.5rem;
  }
}
.campaign_box::after {
  content: "";
  border: 2px solid #c2a359;
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .campaign_box::after {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
    top: 0.4rem;
    left: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box::after {
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0.5rem;
  }
}
.campaign_box.blue {
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .campaign_box.blue {
    background-image: url(../img/campaign_box-top-w01_pc.png);
    height: 148.7rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box.blue {
    background-image: url(../img/campaign_box-top-w01_sp.png);
    height: 445.45rem;
  }
}
.campaign_box.red {
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .campaign_box.red {
    background-image: url(../img/campaign_box-top-w02_pc.png);
    height: 70.8rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box.red {
    background-image: url(../img/campaign_box-top-w02_sp.png);
    height: 137.1rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-pcColum {
    display: flex;
    justify-content: space-between;
  }
}
.campaign_box-top {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .campaign_box-top {
    font-size: 3.5rem;
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-top {
    font-size: 4.8rem;
    height: 26rem;
    flex-direction: column;
  }
}
.campaign_box-top::after {
  content: "";
  position: absolute;
  top: -1rem;
  transform: translate(-50% -50%);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 6;
}
@media screen and (min-width: 769px) {
  .campaign_box-top::after {
    width: 10.2rem;
    height: 8.6rem;
    right: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-top::after {
    width: 15.2rem;
    height: 12.9rem;
    right: 1.7rem;
  }
}
.campaign_box-top.blue {
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .campaign_box-top.blue {
    background-image: url(../img/campaign_box-top-blue_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-top.blue {
    background-image: url(../img/campaign_box-top-blue_sp.png);
  }
}
.campaign_box-top.blue::after {
  background-image: url(../img/icon-100-blue.png);
}
.campaign_box-top.red {
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .campaign_box-top.red {
    background-image: url(../img/campaign_box-top-red_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-top.red {
    background-image: url(../img/campaign_box-top-red_sp.png);
  }
}
.campaign_box-top.red::after {
  background-image: url(../img/icon-100-red.png);
}
@media screen and (min-width: 769px) {
  .campaign_box-topIcon {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-topIcon {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-topIcon.my {
    width: 14.5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-topIcon.my {
    width: 24.6rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-topIcon.tw {
    width: 7.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-topIcon.tw {
    width: 10.1rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-bottom {
    padding: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-bottom {
    padding: 5rem 4rem;
  }
}
.campaign_box-in .ttl {
  display: flex;
  align-items: center;
  position: relative;
}
.campaign_box-in .ttl.blue {
  color: #1d2088;
}
.campaign_box-in .ttl.red {
  color: #c30d23;
}
.campaign_box-in .ttl_abcd {
  border-right: solid 1px #c2a359;
}
@media screen and (min-width: 769px) {
  .campaign_box-in .ttl_abcd {
    width: 10.6rem;
    padding-right: 3rem;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-in .ttl_abcd {
    width: 7.5rem;
    padding-right: 3rem;
    margin-right: 2rem;
  }
}
.campaign_box-in .ttl_txt {
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .campaign_box-in .ttl_txt {
    font-size: 3rem;
    line-height: 1.234em;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-in .ttl_txt {
    font-size: 4.8rem;
    line-height: 1.209em;
    letter-spacing: -0.01em;
  }
}
.campaign_box-in .ttl_circle {
  position: absolute;
  top: -1rem;
  right: 0;
}
@media screen and (min-width: 769px) {
  .campaign_box-in .ttl_circle {
    width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-in .ttl_circle {
    top: 14rem;
    width: 16.5rem;
  }
}
.campaign_box-in .block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .campaign_box-in .block {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-in .block_item {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-in .block_item {
    padding-top: 3rem;
    line-height: 1.6em;
  }
}
.campaign_box-in .block .sub_ttl {
  color: #1d2088;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .campaign_box-in .block .sub_ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-in .block .sub_ttl {
    font-size: 3.8rem;
  }
}
.campaign_box-in .block .sub_txt {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .campaign_box-in .block .sub_txt {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-in .block .sub_txt {
    padding-top: 2.5rem;
    font-size: 2.6rem;
    font-feature-settings: "palt";
  }
}
.campaign_box-in .block .sub {
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 769px) {
  .campaign_box-in .block .sub {
    padding-top: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-in .block .sub {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-in figure {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-in figure {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box .border-pc {
    border-top: solid 1px #1d2088;
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box .border-sp {
    border-top: solid 1px #1d2088;
    margin-top: 6rem;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-a figure {
    width: 31.9rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-b {
    width: 39rem;
    border-right: solid 1px #1d2088;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-b .ttl_abcd {
    width: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-b figure {
    width: 35rem;
  }
}
.campaign_box-b .block {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .campaign_box-b .ttl_circle {
    top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-b .ttl_circle {
    top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-c {
    width: 35rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-c .ttl_abcd {
    width: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-c figure {
    width: 15.1rem;
    padding-top: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-c figure {
    margin: auto;
    width: 28.2rem;
  }
}
.campaign_box-c .block {
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .campaign_box-c .ttl_circle {
    top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-c .ttl_circle {
    top: 8rem;
  }
}
.campaign_box-d {
  position: relative;
}
@media screen and (min-width: 769px) {
  .campaign_box-d .ttl_abcd {
    width: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-d figure {
    position: absolute;
    top: 2rem;
    right: 0;
    width: 37rem;
  }
}
@media screen and (min-width: 769px) {
  .campaign_box-d .ttl_circle {
    top: 5.5rem;
    right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box-d .ttl_circle {
    top: 8rem;
  }
}
.campaign_present {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .campaign_present {
    flex-direction: column;
  }
}
.campaign_present-red {
  font-weight: 600;
  color: #c30d23;
}
@media screen and (min-width: 769px) {
  .campaign_present-red {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .campaign_present-red {
    line-height: 1.834em;
  }
}
.campaign_present-black {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .campaign_present-black {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_present-black {
    font-size: 3.6rem;
    line-height: 1.834em;
  }
}
@media screen and (min-width: 769px) {
  .campaign_present > figure {
    width: 1.5rem;
    margin-left: 2rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_present > figure {
    width: 56rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.campaign_present_img {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .campaign_present_img {
    width: 56.1rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .campaign_present_img {
    width: 55.6rem;
    margin-top: 4rem;
  }
}

.a {
  display: inline-block;
  width: 200px;
  height: 100px;
  background: #1d2088;
  background: linear-gradient(135deg, transparent 2rem, #1d2088 0) top left, linear-gradient(-135deg, transparent 2rem, #1d2088 0) top right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.list_txt {
  font-weight: 600;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .list_txt {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .list_txt {
    padding-top: 3.5rem;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
.list > li {
  padding-left: 1em;
  position: relative;
}
.list > li::before {
  content: "";
  width: 0.867em;
  height: 0.867em;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.334em;
  left: 0;
}

.product {
  margin-top: -1rem;
  background-image: url(../img/product_bg.png);
  background-size: 100%;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .product {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 7.5rem 0;
    background-size: 170.667%;
    background-position: center;
  }
}
.product_ttl > figure {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .product_ttl > figure {
    width: 52.7rem;
  }
}
@media screen and (max-width: 768px) {
  .product_ttl > figure {
    width: 52.7rem;
  }
}
.product_box {
  display: inline-block;
  height: auto;
  width: 100%;
  background: #fff;
  background: linear-gradient(135deg, transparent 2rem, #fff 0) top left, linear-gradient(-135deg, transparent 2rem, #fff 0) top right, linear-gradient(-45deg, transparent 15px, #fff 0) bottom right, linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 10px rgba(194, 163, 89, 0.3));
  position: relative;
}
@media screen and (min-width: 769px) {
  .product_box {
    padding: 5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_box {
    padding: 5rem 4rem;
    margin-top: 5rem;
  }
}
.product_box::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.product_box > p {
  font-weight: 600;
  font-feature-settings: "palt";
  text-align: center;
}
.product_box_ttl {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .product_box_ttl.pt01 {
    width: 43.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_box_ttl.pt01 {
    width: 56rem;
  }
}
@media screen and (min-width: 769px) {
  .product_box_ttl.pt02 {
    width: 37.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_box_ttl.pt02 {
    width: 48rem;
  }
}
@media screen and (min-width: 769px) {
  .product_box_ttl.pt03 {
    width: 47.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_box_ttl.pt03 {
    width: 56rem;
  }
}
@media screen and (min-width: 769px) {
  .product_box_ttl.pt04 {
    width: 35.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_box_ttl.pt04 {
    width: 48rem;
  }
}
@media screen and (min-width: 769px) {
  .product_box_subTtl {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_box_subTtl {
    white-space: nowrap;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    align-items: flex-end;
    justify-content: center;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items {
    padding-top: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.product_items.center {
  display: flex;
  justify-content: center;
}
.product_items.center > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product_items > li + li {
    padding-top: 5rem;
  }
}
.product_items figure {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .product_items figure.ga {
    width: 20.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.ga {
    width: 28.3rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.ea {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.ea {
    width: 40.7rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.sp {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.sp {
    width: 37.5rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.sa {
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.sa {
    width: 33.3rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.gf {
    width: 14.2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.gf {
    width: 29.4rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.st {
    width: 14.5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.st {
    width: 26.3rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.r100 {
    width: 13.5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.r100 {
    width: 19rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.bara {
    width: 51.9rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.bara {
    width: 46.8rem;
    margin-right: -5rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.oku {
    width: 19.5rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.oku {
    width: 27.3rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.eki {
    width: 15.1rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.eki {
    width: 21.1rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.katu {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.katu {
    width: 23.8rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items figure.bai {
    width: 15.6rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.bai {
    width: 23.4rem;
  }
}
@media screen and (min-width: 769px) {
  .product_items .btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items .btn {
    margin-top: 3.5rem;
  }
}

.other {
  background-image: url(../img/other-bg.png);
  background-size: 100%;
  background-repeat: repeat;
}
@media screen and (min-width: 769px) {
  .other {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .other {
    padding: 7.5rem 0;
    background-size: 170.667%;
    background-position: center;
  }
}
.other_box {
  display: inline-block;
  height: auto;
  width: 100%;
  background: #fff;
  background: linear-gradient(135deg, transparent 2rem, #fff 0) top left, linear-gradient(-135deg, transparent 2rem, #fff 0) top right, linear-gradient(-45deg, transparent 15px, #fff 0) bottom right, linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.other_box::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .other_box + .other_box {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .other_box + .other_box {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .other_box_ttl {
    margin-top: -14rem;
  }
}
@media screen and (max-width: 768px) {
  .other_box_ttl {
    margin-top: -12rem;
  }
}
.other_box_ttl > figure {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .other_box_ttl > figure {
    margin-top: 2rem;
    width: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .other_box_ttl > figure {
    margin-top: 2.5rem;
    width: 56rem;
  }
}
.other_box_items {
  display: grid;
}
@media screen and (min-width: 769px) {
  .other_box_items {
    margin-top: 4.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .other_box_items {
    margin-top: 4rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .other_box_items.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .other_box_items.flex > li {
    width: 26.3rem;
  }
}
@media screen and (min-width: 769px) {
  .other_box_txt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .other_box_txt {
    margin-top: 3rem;
    text-align: center;
  }
}
.other_box_txt.center {
  text-align: center;
  font-feature-settings: "palt";
}
.other_cal {
  display: inline-block;
  height: auto;
  width: 100%;
  background: #fff;
  background: linear-gradient(135deg, transparent 2rem, #fff 0) top left, linear-gradient(-135deg, transparent 2rem, #fff 0) top right, linear-gradient(-45deg, transparent 15px, #fff 0) bottom right, linear-gradient(45deg, transparent 15px, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 1px rgb(194, 163, 89));
  height: 25.5rem;
  position: relative;
  position: relative;
}
@media screen and (min-width: 769px) {
  .other_cal {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .other_cal.cal02 {
    height: 32.7rem;
  }
}
.other_cal::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.other_cal::after {
  content: "";
  background-color: #fff;
  width: 5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.other_cal_top {
  position: relative;
}
@media screen and (min-width: 769px) {
  .other_cal_top {
    display: inline-block;
    height: auto;
    width: 100%;
    background: #c2a359;
    background: linear-gradient(135deg, transparent 2rem, #c2a359 0) top left, linear-gradient(-135deg, transparent 2rem, #c2a359 0) top right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 2rem 0 4rem;
    height: 13.4rem;
  }
}
.other_cal_top::after {
  content: "";
  background-color: #c2a359;
  width: 5rem;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .other_cal_top > .top-p {
    text-align: center;
    color: #fff;
    position: relative;
  }
  .other_cal_top > .top-p:after {
    content: "";
    background-image: url(../img/icon-modal-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6rem;
    height: 2.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
  }
}
.other_rotaBox {
  display: inline-block;
  height: auto;
  width: 100%;
  background: #f9f6ee;
  background: linear-gradient(135deg, transparent 2rem, #f9f6ee 0) top left, linear-gradient(-135deg, transparent 2rem, #f9f6ee 0) top right, linear-gradient(-45deg, transparent 15px, #f9f6ee 0) bottom right, linear-gradient(45deg, transparent 15px, #f9f6ee 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 769px) {
  .other_rotaBox {
    padding: 6rem;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .other_rotaBox {
    padding: 17rem 4rem 7rem;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 769px) {
  .other_rotaBox + .other_rotaBox {
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .other_rotaBox + .other_rotaBox {
    margin-top: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .other_rotaBox_outer {
    padding: 0 1.5rem;
  }
}
.other_rotaBox::before {
  content: "";
  background-image: url(../img/rota-icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1rem;
}
@media screen and (min-width: 769px) {
  .other_rotaBox::before {
    width: 22.8rem;
    height: 22.8rem;
    left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .other_rotaBox::before {
    width: 27.7rem;
    height: 13.6rem;
    left: 3.7rem;
  }
}
.other_rotaBox.next {
  padding: 0;
}
.other_rotaBox.next::before {
  background-image: url(../img/rota-icon02.png);
}
.other_rotaBox-plus {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .other_rotaBox-plus {
    width: 11.8rem;
    bottom: -8rem;
  }
}
@media screen and (max-width: 768px) {
  .other_rotaBox-plus {
    width: 17.7rem;
    bottom: -17.7rem;
  }
}
.other_rotaBox_img01 {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .other_rotaBox_img01 {
    width: 22.6rem;
  }
}
.other_rotaBox_img02 {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .other_rotaBox_img02 {
    width: 67.5rem;
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .other_rotaBox_img02 {
    width: 101.2rem;
  }
}
@media screen and (min-width: 769px) {
  .other_rotaBox_acc {
    padding-top: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .other_rotaBox_acc {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .other_calendar {
    margin: auto;
    margin-top: 5rem;
    width: 53.5rem;
  }
}
@media screen and (max-width: 768px) {
  .other_calendar figure {
    margin: auto;
    padding-bottom: 3.5rem;
    width: 135rem;
  }
}
@media screen and (min-width: 769px) {
  .other_movie_ttl {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .other_movie_ttl {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 769px) {
  .cal_item {
    width: 100%;
    padding: 1.5rem;
    margin: 2.7rem auto;
  }
}
@media screen and (min-width: 769px) {
  .cal_item > figure {
    margin: auto;
    width: 65.9rem;
  }
}

@media screen and (min-width: 769px) {
  .acc_ttl {
    cursor: pointer;
  }
}
.acc_item {
  display: none;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .acc_item {
    width: 75.2rem;
  }
}
.acc_item .btn {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .acc_item .btn {
    bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .acc_item .btn {
    bottom: 3.5rem;
  }
}
.acc_item.is-acc .btn {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .acc + .acc {
    padding-top: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .acc + .acc {
    padding-top: 6rem;
  }
}

.bnr {
  position: relative;
}
@media screen and (min-width: 769px) {
  .bnr {
    padding: 5.5rem 0 11rem;
  }
}
@media screen and (max-width: 768px) {
  .bnr {
    padding: 3.4rem 0 10.8rem;
  }
}
.bnr figure img {
  transition: 0.3s;
}
.bnr figure img:hover {
  filter: brightness(95%);
}

.footer {
  text-align: center;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-bottom: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    border-top: solid 1.2rem #a6221d;
    padding-bottom: 7.5rem;
  }
}
.footer_nav {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .footer_nav {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav {
    padding-top: 6.8rem;
    flex-wrap: wrap;
  }
}
.footer_nav > li {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .footer_nav > li {
    padding: 0 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav > li {
    margin-top: 2.3rem;
    padding: 0 1rem;
    font-size: 2.8rem;
  }
}
.footer_nav > li:not(:first-child) {
  border-left: solid 1px;
}
.footer_logo {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer_logo {
    padding-top: 2.5rem;
    width: 13.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    padding-top: 5rem;
    width: 28.5rem;
  }
}
@media screen and (min-width: 769px) {
  .footer small {
    padding-top: 1.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer small {
    padding-top: 2.3rem;
    font-size: 2.3rem;
  }
}

.top-btn {
  display: none;
  position: fixed;
  width: 45px;
  z-index: 50;
}
@media screen and (min-width: 769px) {
  .top-btn {
    bottom: 2.5rem;
    right: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .top-btn {
    right: 5.3rem;
    bottom: 2.5rem;
    width: 7rem;
  }
}
.top-btn.is-active {
  display: block;
}
.top-btn.is-fixed {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .top-btn.is-fixed {
    bottom: 0rem;
    right: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .top-btn {
    right: 5.3rem;
    bottom: 5rem;
    width: 7rem;
  }
  .top-btn.is-fixed {
    bottom: 0rem;
    right: 5.3rem;
  }
}

@media screen and (min-width: 769px) {
  .border_inner {
    padding: 7rem 5.3rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .border_inner {
    padding: 4.3rem 3.3rem 2.3rem;
  }
}
.border-bold {
  border-right: solid 1.5px #cfb87f;
  border-left: solid 1.5px #cfb87f;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .border-bold {
    width: 85rem;
    padding: 0.1rem 0;
    margin: 14rem auto 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .border-bold {
    width: 61rem;
    padding: 0.1rem 0;
    margin: 14rem auto 3.7rem;
  }
}
.border-bold::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .border-bold::before {
    background-image: url(../img/otherbox-top_pc.png);
    width: 88rem;
    height: 14.1rem;
    top: -14rem;
  }
}
@media screen and (max-width: 768px) {
  .border-bold::before {
    background-image: url(../img/otherbox-top_sp.png);
    width: 64rem;
    height: 12.4rem;
    top: -13rem;
  }
}
.border-bold::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .border-bold::after {
    background-image: url(../img/otherbox-bottom_pc.png);
    width: 88rem;
    height: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .border-bold::after {
    background-image: url(../img/otherbox-bottom_sp.png);
    width: 64rem;
    height: 2.8rem;
  }
}
.border-nomal {
  border-right: solid 1px #cfb87f;
  border-left: solid 1px #cfb87f;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .border-nomal {
    width: 85.9rem;
    margin: 2rem -0.5rem 2rem -0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .border-nomal {
    width: 61.8rem;
    margin: 2rem -0.5rem 2rem -0.6rem;
  }
}

.f {
  position: absolute;
}
.f_pc_left01 {
  width: 45.6rem;
  top: 27.9rem;
  left: -20.6rem;
}
.f_pc_left02 {
  width: 36.3rem;
  top: 114rem;
  left: -20rem;
}
.f_pc_left03 {
  width: 24.6rem;
  top: 185.6rem;
  left: -8.9rem;
}
.f_pc_left04 {
  width: 76.7rem;
  top: 223.2rem;
  left: -26.9rem;
}
.f_pc_left05 {
  width: 46.7rem;
  top: 314.7rem;
  left: -23rem;
}
.f_pc_left06 {
  width: 68.8rem;
  top: 369.3rem;
  left: -16.3rem;
}
.f_pc_right01 {
  width: 24.5rem;
  top: 17.8rem;
  right: -6.8rem;
}
.f_pc_right02 {
  width: 46rem;
  top: 51.6rem;
  right: -22.1rem;
}
.f_pc_right03 {
  width: 56.5rem;
  top: 131.2rem;
  right: -32.5rem;
}
.f_pc_right04 {
  width: 53.8rem;
  top: 213.6rem;
  right: -21rem;
}
.f_pc_right05 {
  width: 37.6rem;
  top: 303.2rem;
  right: -12.5rem;
}
.f_pc_right06 {
  width: 42.4rem;
  top: 361.8rem;
  right: -8.4rem;
}
.f_sp_left {
  width: 50rem;
  top: 37.9rem;
  left: -17.3rem;
}
.f_sp_left img {
  width: 100%;
}
.f_sp_right {
  width: 45.8rem;
  top: 18.2rem;
  right: -22.8rem;
}
.f_sp_right img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .scroll {
    width: 112.5rem;
    margin: auto;
    padding: 17rem 5rem 7rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .js-scrollble {
    padding-bottom: 3rem;
  }
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 207px);
  box-sizing: border-box;
  width: 414px;
  height: 90px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.txt_min {
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: -0.01em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .txt_min {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .txt_min {
    margin-top: 2.5rem;
    font-size: 2.2rem;
    white-space: nowrap;
  }
}
.txt_tsuku {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .txt_tsuku {
    margin-top: 2.5rem;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .txt_tsuku {
    margin-top: 3rem;
    font-size: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .txt_tsuku-boxTtl {
    margin-top: 0;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .txt_tsuku-boxTtl {
    margin-top: 0;
    font-size: 5rem;
  }
}

.btn {
  border-radius: 55px;
  color: #fff;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 769px) {
  .btn {
    font-size: 3rem;
    width: 65rem;
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 3.5rem;
    width: 65rem;
    height: 12rem;
  }
}
.btn > a {
  transition-delay: 0s;
  transition: 0.5 ease 0s;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .btn::after {
    right: 0.334em;
    border-top: 0.417em solid transparent;
    border-bottom: 0.417em solid transparent;
    border-left: 0.667em solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .btn::after {
    right: 0.286em;
    border-top: 0.358em solid transparent;
    border-bottom: 0.358em solid transparent;
    border-left: 0.572em solid #fff;
  }
}
.btn.blue {
  background-color: #1d2088;
  border: solid 1px #1d2088;
  transition: 0.5s;
}
.btn.red {
  background-color: #c30d23;
  border: solid 1px #c30d23;
  transition: 0.5s;
}
.btn.gold {
  border: solid 1px #c2a359;
  background-color: #fff;
  color: #c2a359;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .btn.gold {
    font-size: 2.2rem;
    line-height: 1.273em;
    width: 67rem;
    height: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .btn.gold {
    font-size: 3.2rem;
    line-height: 1.313em;
    width: 46.2rem;
    height: 16.5rem;
    border-radius: 100px;
  }
}
@media screen and (min-width: 769px) {
  .btn.gold::after {
    border-top: 0.614em solid transparent;
    border-bottom: 0.614em solid transparent;
    border-left: 0.91em solid #c2a359;
  }
}
@media screen and (max-width: 768px) {
  .btn.gold::after {
    border-top: 0.625em solid transparent;
    border-bottom: 0.625em solid transparent;
    border-left: 0.938em solid #c2a359;
  }
}
.btn.gold.square {
  border: solid 1px #c2a359;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .btn.gold.square {
    font-size: 1.6rem;
    width: 23rem;
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn.gold.square {
    font-size: 3rem;
    width: 35rem;
    height: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .btn.gold.square::after {
    border-top: 0.407em solid transparent;
    border-bottom: 0.407em solid transparent;
    border-left: 0.625em solid #c2a359;
  }
}
@media screen and (max-width: 768px) {
  .btn.gold.square::after {
    border-top: 0.367em solid transparent;
    border-bottom: 0.367em solid transparent;
    border-left: 0.567em solid #c2a359;
  }
}
.btn:hover.blue {
  background-color: #fff;
  border-color: #1d2088;
  color: #1d2088;
}
.btn:hover.blue::after {
  border-left-color: #1d2088;
}
.btn:hover.red {
  background-color: #fff;
  border-color: #c30d23;
  color: #c30d23;
}
.btn:hover.red::after {
  border-left-color: #c30d23;
}
@media screen and (min-width: 769px) {
  .btn:hover.gold {
    background-color: #c2a359;
    border-style: solid;
    border-color: #fff;
    color: #fff;
  }
  .btn:hover.gold::after {
    border-left-color: #fff;
  }
}
.btn_outer {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .btn_outer {
    padding-top: 4.5rem;
    width: 88rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_outer {
    padding-top: 5.5rem;
    width: 65rem;
  }
}

.js-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transition: width 1s ease;
}
.js-btn > a {
  transition: 0.5s ease 0;
}
.js-btn::after {
  transition: 0.3s ease 0.2s;
}

.is-btn {
  border-radius: 50%;
  transition: ease 1s;
}
@media screen and (min-width: 769px) {
  .is-btn {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .is-btn {
    width: 12rem;
  }
}
.is-btn.blue {
  color: #1d2088;
}
.is-btn.blue::after {
  border-left: 0.667em solid #1d2088;
}
.is-btn.red {
  color: #c30d23;
}
.is-btn.red::after {
  border-left: 0.667em solid #c30d23;
}

.js-scroll-anim {
  opacity: 0;
  transform: translateY(200px);
}
.js-scroll-anim.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-scroll-anim-ttl {
  opacity: 0;
  transform: translateY(-50px);
}
.js-scroll-anim-ttl.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-scroll-anim-left {
  transform: translate(-200%, 0);
}
.js-scroll-anim-left.is-active {
  transform: translate(0, 0);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-scroll-anim-right {
  transform: translate(200%, 0);
}
.js-scroll-anim-right.is-active {
  transform: translate(0, 0);
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-fadein {
  opacity: 0;
  transition: ease-out 0.9s all;
  transform: translateY(60px);
}
.js-fadein.is-fadein {
  opacity: 1;
  transform: translateY(0px);
}

.js-fadein {
  opacity: 0;
  transition: ease-out 0.9s all;
  transform: translateY(60px);
}
.js-fadein.is-fadein {
  opacity: 1;
  transform: translateY(0px);
}

.js-ttl {
  opacity: 0;
}

.js-kv {
  opacity: 0;
}

.modal_btn {
  cursor: pointer;
}
.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal_bg {
  background-color: rgba(30, 24, 21, 0.5);
  height: 100%;
  width: 100%;
}
.modal_inner {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .modal_inner {
    padding: 12rem 5rem;
    width: 100rem;
  }
}
@media screen and (min-width: 769px) {
  .modal_item > p {
    font-size: 2.5rem;
    padding: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .modal_item > iframe {
    width: 100rem;
  }
}
.modal_close {
  cursor: pointer;
  position: absolute;
  right: 5rem;
  top: 1rem;
}
.modal_close > p {
  font-size: 5rem;
}

.movie_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .movie_list {
    width: 72rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .movie_list {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .movie_item {
    width: 34.5rem;
  }
}
@media screen and (min-width: 769px) {
  .movie_item:nth-child(2n) {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .movie_item:nth-child(n+3) {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .movie_item.wide {
    width: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .movie_item + .movie_item {
    margin-top: 5.5rem;
  }
}
.movie_ttl {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .movie_ttl {
    margin-top: 2.3rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .movie_ttl {
    margin-top: 4rem;
    font-size: 3rem;
  }
}
.movie_yt {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .movie_yt {
    width: 34.5rem;
    margin: auto;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(35, 24, 21, 0.7);
  z-index: 1000;
}
.modal.is-active {
  display: block;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .modal__container {
    width: 88rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__container {
    width: 64rem;
  }
}
.modal__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__ttl {
  margin-bottom: 0.8rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .modal__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__ttl {
    font-size: 3rem;
  }
}
.modal__close {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal__close {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__close {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.modal__close-line {
  position: absolute;
  display: block;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .modal__close-line {
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__close-line {
    height: 0.3rem;
  }
}
.modal__close-line:first-of-type {
  transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .modal__close-line:first-of-type {
    top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__close-line:first-of-type {
    top: 0.3rem;
  }
}
.modal__close-line:last-of-type {
  transform: rotate(-135deg);
}
@media screen and (min-width: 769px) {
  .modal__close-line:last-of-type {
    bottom: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal__close-line:last-of-type {
    bottom: 3.6rem;
  }
}
.modal__body {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

body.is-active {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .product_items figure.bara {
    width: 38rem;
  }
  .product_items figure.bara2 {
    width: 30rem;
  }
  .f_pc_left04 {
    width: 58.7rem;
    top: 208.2rem;
    left: -26.9rem;
  }
  .f_pc_right04 {
    width: 48.3rem;
    top: 213.5rem;
    right: -21rem;
  }
}
@media screen and (max-width: 768px) {
  .product_items figure.bara2 {
    width: 27.3rem;
  }
  .f_sp_left {
    width: 52.5rem;
    top: 55.9rem;
    left: -17.3rem;
  }
}
ul.product_items li button a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}