@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 1.875rem);
            transform: translate(0, 1.875rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
:root {
  --color-txt: #231815;
  --color-txt_04: rgba(35, 24, 21, 0.4);
  --color-black: #000;
  --color-black_01: rgba(0, 0, 0, 0.1);
  --max-width-size: setting.px-cov(1600);
}

:lang(ja) .js-text_anim_original {
  display: none !important;
}

:lang(ja) .js-text_anim_clone {
  display: inline !important;
}

.c__fill-brown {
  fill: var(--color-txt, #231815);
}

.c__fill-w {
  fill: #fff;
}

.c__fill-rule {
  fill-rule: evenodd;
}

#container .c__col-green {
  color: var(--color-black, #000) !important;
}
#container .c__col-w {
  color: #fff !important;
}
#container .c__fz-18 {
  font-size: 1rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-18 {
    font-size: 1.125rem !important;
  }
}
#container .c__fz-16 {
  font-size: 1rem !important;
}
#container .c__fz-14 {
  font-size: 0.875rem !important;
}
#container .c__fz-12 {
  font-size: 0.75rem !important;
}
#container .c__fz-24 {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 820px) {
  #container .c__fz-24 {
    font-size: 1.5rem !important;
  }
}
#container .c__fz-28 {
  font-size: 1.75rem !important;
}
#container .c__tetal-center {
  text-align: center !important;
}
#container .c__mt-0 {
  margin-top: 0rem !important;
}
#container .c__mt-120 {
  margin-top: 7.5rem !important;
}
#container .c__mt-30 {
  margin-top: 1.875rem !important;
}
#container .c__anim-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-animation: fadeIn2 0.4s 1 1s ease both;
          animation: fadeIn2 0.4s 1 1s ease both;
}
#container .c__dis-none {
  display: none !important;
}
#container .content [class^=parts__btn] {
  margin: 3.75rem auto 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] {
    margin: 3.75rem auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}
#container .content [class^=parts__btn] .parts__btn__a {
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
  min-width: 13.75rem;
  padding: 1rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-txt, #231815);
  position: relative;
  display: inline-block;
  border: solid 1px var(--color-txt, #231815);
  border-radius: 2.75rem;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] .parts__btn__a {
    min-width: 15.375rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.5rem;
    min-width: 19.375rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 950px) {
  #container .content [class^=parts__btn] .parts__btn__a {
    min-width: auto;
  }
}
#container .content [class^=parts__btn] .parts__btn__a:link, #container .content [class^=parts__btn] .parts__btn__a:visited {
  color: var(--color-txt, #231815);
}
#container .content [class^=parts__btn] .parts__btn__a:hover {
  background: transparent;
  color: #fff !important;
  -webkit-transition: all 0.4s ease 0s, color 0.4s ease 0.4s;
  transition: all 0.4s ease 0s, color 0.4s ease 0.4s;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] .parts__btn__a:hover {
    opacity: 1;
  }
}
#container .content [class^=parts__btn] .parts__btn__a:hover::before {
  bottom: -600%;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s, bottom 1.2s ease-in 0s;
  transition: all 0.4s ease 0s, bottom 1.2s ease-in 0s;
}
#container .content [class^=parts__btn] .parts__btn__a::before {
  position: absolute;
  bottom: -750%;
  left: 50%;
  border-radius: 50% 70%/50% 70%;
  width: 200%;
  height: 800%;
  content: "";
  background-color: var(--color-txt);
  -webkit-animation: wave linear 2s infinite;
          animation: wave linear 2s infinite;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
  transition: all 0.4s ease 0s, bottom 0.4s ease-in 0s, opacity 0.2s ease 0.2s;
}
#container .content [class^=parts__btn] + .parts__btn__a {
  margin-top: 1.875rem;
}
@media screen and (min-width: 820px) {
  #container .content [class^=parts__btn] + .parts__btn__a {
    margin-top: 0;
  }
}
#container .content .parts__btn-b .parts__btn__a {
  background: var(--color-txt_04, rgba(35, 24, 21, 0.4));
  color: #fff;
  border: solid 1px #fff;
  font-weight: 500;
}
#container .content .parts__btn-b .parts__btn__a:hover {
  color: var(--color-txt) !important;
}
#container .content .parts__btn-b .parts__btn__a:link, #container .content .parts__btn-b .parts__btn__a:visited {
  color: #fff;
}
#container .content .parts__btn-b .parts__btn__a::before {
  background: #fff;
}
#container .content .js-text_anim .js-text_anim_original {
  display: inline;
}
#container .content .js-text_anim .js-text_anim_clone {
  display: none;
}
#container .content .js-text_anim .js-text_anim_clone span {
  display: inline-block;
  opacity: 0;
}
#container .content .is-animated .js-text_anim .js-text_anim_clone span {
  -webkit-animation: drop-in 1s ease 1.2s forwards;
          animation: drop-in 1s ease 1.2s forwards;
}
#container .content .parts__cap {
  padding: 0 0 0 1em;
  text-indent: -1em;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content .parts__cap {
    font-size: 0.875rem;
  }
}
#container .content .parts__tab {
  margin: 2.5rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-animation: fadeIn 0.8s 1 0.8s ease both;
          animation: fadeIn 0.8s 1 0.8s ease both;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab {
    width: 92.5%;
    margin: 3.75rem auto 0;
  }
}
#container .content .parts__tab.is-b li {
  background: rgba(255, 255, 255, 0.8);
}
#container .content .parts__tab.is-b li.is-opened {
  background: rgba(0, 0, 0, 0.8);
}
#container .content .parts__tab.is-b li.is-opened .content__svg {
  fill: #fff;
}
#container .content .parts__tab.is-b li.is-opened .content__span {
  color: #fff;
  font-weight: 500;
}
#container .content .parts__tab.is-b li .content__svg {
  fill: var(--color-txt);
}
#container .content .parts__tab.is-b li .content__span {
  color: var(--color-txt);
  font-weight: 700;
}
#container .content .parts__tab li {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 1.25rem 0.75rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab li {
    padding: 1.75rem 1.5rem 1.25rem;
  }
}
#container .content .parts__tab li.is-opened {
  padding-top: 1.875rem;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab li.is-opened {
    padding-top: 3rem;
  }
}
#container .content .parts__tab li.is-opened .content__svg {
  fill: var(--color-txt);
}
#container .content .parts__tab li.is-opened .content__span {
  color: var(--color-txt);
  font-weight: 700;
}
#container .content .parts__tab li .content__svg {
  fill: #fff;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 20px;
  max-width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab li .content__svg {
    height: 24px;
  }
}
#container .content .parts__tab li .content__span {
  color: #fff;
  display: block;
  font-weight: 500;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab li .content__span {
    font-size: 1.125rem;
  }
}
#container .content .parts__tab + .content__section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#container .content .parts__tab + .content__section + .parts__tab {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 3.75rem;
}
#container .content .parts__tab + .content__section + .parts__tab li.is-opened {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab + .content__section + .parts__tab li.is-opened {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }
}
#container .content .parts__tab__cont {
  display: none;
}
#container .content .parts__tab__cont.is-opened {
  display: block;
}
#container .content .parts__tab__cont .content__section__wrap:first-child,
#container .content .parts__tab__cont .content__section__img-txt:first-child {
  padding-top: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__tab__cont .content__section__wrap:first-child,
  #container .content .parts__tab__cont .content__section__img-txt:first-child {
    padding-top: 2.5rem;
  }
}
#container .content .parts__menu-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px var(--color-txt);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list {
    width: calc(50% - 1.875rem);
    gap: 0 0.75rem;
  }
}
#container .content .parts__menu-list.is-2size dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#container .content .parts__menu-list.is-2size dd::before {
  content: none;
}
#container .content .parts__menu-list.is-2size dd .content__span {
  position: relative;
  display: block;
  padding: 0 0 0 1.25rem;
  text-align: right;
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list.is-2size dd .content__span {
    padding: 0 0 0 1.75rem;
  }
}
#container .content .parts__menu-list.is-2size dd .content__span::before {
  content: "¥";
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list.is-2size dd .content__span::before {
    font-size: 2rem;
  }
}
#container .content .parts__menu-list.is-2size dd .content__span::after {
  font-size: 0rem;
  color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: absolute;
  top: calc(0.125rem + 50%);
  left: 0;
  -webkit-transform: scale(0.8333, 1) translate(0, -50%);
          transform: scale(0.8333, 1) translate(0, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list.is-2size dd .content__span::after {
    width: 1.75rem;
    height: 1.75rem;
  }
}
#container .content .parts__menu-list.is-2size dd .content__span.is-r::after {
  content: "レギュラー";
  background: url(/img/drink_food/ico_R.svg);
  background-size: contain;
}
#container .content .parts__menu-list.is-2size dd .content__span.is-l::after {
  content: "ラージ";
  background: url(/img/drink_food/ico_L.svg);
  background-size: contain;
}
#container .content .parts__menu-list dt {
  line-height: 1.2;
  padding: 1.25rem 0 1.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list dt {
    padding: 0.25rem 0 0.75rem;
    font-size: 1.5rem;
  }
}
#container .content .parts__menu-list dt .content__span {
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list dt .content__span {
    font-size: 1.125rem;
  }
}
#container .content .parts__menu-list dd {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
  line-height: 1.2;
  -webkit-transform: scale(1.2, 1);
          transform: scale(1.2, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  padding: 1rem 0 1rem 0.5rem;
  font-weight: 800;
  font-size: 1.5rem;
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list dd {
    font-size: 2.25rem;
    padding: 0 0 0.25rem 0.75rem;
  }
}
#container .content .parts__menu-list dd::before {
  content: "¥";
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list dd::before {
    font-size: 2rem;
  }
}
@media screen and (min-width: 820px) {
  #container .content .parts__menu-list + .parts__menu-list {
    margin-top: 1.125rem;
  }
}
#container .content .is-b .parts__menu-list {
  border-bottom: solid 1px #fff;
}
#container .content .is-b .parts__menu-list dd {
  font-weight: 700;
}
#container .content .parts__pc-only {
  display: none;
}
@media screen and (min-width: 820px) {
  #container .content .parts__pc-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 820px) {
  #container .content .parts__sp-only {
    display: none !important;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
            transform: translate(-50%, 0) rotate(360deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(0deg);
            transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
            transform: translate(-50%, 0) rotate(360deg);
  }
}
@-webkit-keyframes drop-in {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #dff5ff;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes drop-in {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #dff5ff;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

body.is-opened {
  overflow: hidden;
}

#container {
  color: var(--color-txt, #231815);
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", serif;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
}
@media screen and (min-width: 820px) {
  #container {
    font-size: 1rem;
  }
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container::before {
  content: "";
  background: url(/img/bk_sp.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 820px) {
  #container::before {
    background: url(/img/bk.jpg);
    background-size: cover;
  }
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 820px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container a:link, #container a:visited {
  color: var(--color-txt, #231815);
}
#container .content__sns {
  width: 2.5rem;
  height: 2.5rem;
}
#container .content__sns.is-x {
  background: var(--color-black);
  padding: 0.125rem;
  border-radius: 0.25rem;
}
#container .content__sns .content__img {
  width: 100%;
  height: auto;
}
#container #header_parts {
  position: fixed;
  width: 100%;
  z-index: 100;
  pointer-events: none;
}
#container #header_parts.is-opened .head * {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#container #header_parts.is-opened .head .head__head .head__head__ico__l {
  position: relative;
}
#container #header_parts.is-opened .head .head__head .head__head__ico__l span {
  width: 3.125rem;
  top: 1.875rem;
  -webkit-transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
          transform: translate(-50%, 0) rotate(45deg) scaleY(0.5);
}
@media screen and (min-width: 820px) {
  #container #header_parts.is-opened .head .head__head .head__head__ico__l span {
    width: 3.75rem;
    top: 2.5rem;
  }
}
#container #header_parts.is-opened .head .head__head .head__head__ico__l span:nth-child(2) {
  top: 1.875rem;
  -webkit-transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
          transform: translate(-50%, 0) rotate(-45deg) scaleY(0.5);
}
@media screen and (min-width: 820px) {
  #container #header_parts.is-opened .head .head__head .head__head__ico__l span:nth-child(2) {
    top: 2.5rem;
  }
}
#container #header_parts.is-opened .head .head__menu {
  height: 100vh;
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, -webkit-transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s;
  opacity: 1;
  z-index: 100;
}
@media screen and (min-width: 820px) {
  #container #header_parts.is-opened .head .head__menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#container #header_parts.is-opened .head .head__menu * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container #header_parts.is-opened .head .head__menu .head__menu__ul {
  opacity: 1;
}
#container #header_parts .head {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#container #header_parts .head * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head a:hover {
    opacity: 0.7;
  }
}
#container #header_parts .head .head__head {
  background: url(/img/ico_logo-bk.svg) no-repeat;
  background-size: 6.875rem auto;
  background-position: top left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-txt, #231815);
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head {
    padding: 0;
    background-size: 8.75rem auto;
  }
}
#container #header_parts .head .head__head__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 0.4375rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: var(--color-txt, #231815);
  width: 5rem;
  margin: 1.625rem 0 0 0.6875rem;
  pointer-events: auto;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ttl {
    margin: 1.875rem 0 0 0.9375rem;
    width: 6.25rem;
  }
}
#container #header_parts .head .head__head__ttl:hover {
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ttl:hover .head__logo use {
    opacity: 0.7;
  }
}
#container #header_parts .head .head__head__ttl .head__logo {
  height: auto;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 5rem;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ttl .head__logo {
    width: 6.25rem;
  }
}
#container #header_parts .head .head__head__ico {
  background: var(--color-txt, #231815);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  border-radius: 2.5rem;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ico {
    top: 1.875rem;
    right: 1.875rem;
  }
}
#container #header_parts .head .head__head__ico .head__head__ico__l {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ico .head__head__ico__l {
    width: 5rem;
    height: 5rem;
  }
}
#container #header_parts .head .head__head__ico .head__head__ico__l span {
  font-size: 0;
  line-height: 0;
  background: #fff;
  width: 3.125rem;
  height: 0.125rem;
  left: 50%;
  top: 1.3125rem;
  -webkit-transform: translate(-50%, 0) scaleY(0.5);
          transform: translate(-50%, 0) scaleY(0.5);
  position: absolute;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ico .head__head__ico__l span {
    width: 3.75rem;
    top: 1.8125rem;
  }
}
#container #header_parts .head .head__head__ico .head__head__ico__l span:nth-child(2) {
  top: 2.3125rem;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__head__ico .head__head__ico__l span:nth-child(2) {
    top: 3.0625rem;
  }
}
#container #header_parts .head .head__menu {
  background: #fff;
  width: 100%;
  max-width: 56.25rem;
  height: 0;
  padding: 3.75rem 1.25rem 0;
  color: #fff;
  opacity: 0;
  z-index: -100;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto;
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, -webkit-transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 0.6s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.75rem 3.75rem 0;
    -webkit-transform: translateX(56.25rem);
            transform: translateX(56.25rem);
  }
}
#container #header_parts .head .head__menu .head__menu__ul {
  width: 100%;
  padding: 0 0 2.5rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s, opacity 0s ease 0s;
  transition: all 0.4s ease 0s, opacity 0s ease 0s;
  line-height: 1.6;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__ul {
    padding: 2.5rem 0 5rem;
  }
}
#container #header_parts .head .head__menu .head__menu__ul li {
  color: var(--color-txt, #231815);
  margin: 1.875rem auto 0;
  border-bottom: solid 1px #fff;
  text-align: center;
  font-weight: 500;
}
#container #header_parts .head .head__menu .head__menu__ul a {
  color: var(--color-txt, #231815);
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__ul a {
    font-size: 1.125rem;
  }
}
#container #header_parts .head .head__menu .head__menu__ul a:link, #container #header_parts .head .head__menu .head__menu__ul a:visited {
  color: var(--color-txt, #231815);
}
#container #header_parts .head .head__menu .head__menu__p {
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 2rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__p {
    font-size: 1rem;
    padding: 3.75rem 1.25rem;
  }
}
#container #header_parts .head .head__menu .head__menu__p::before {
  content: "";
  width: calc(100% + 2.5rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  background: var(--color-txt, #231815);
  opacity: 0.9;
  z-index: -1;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__p::before {
    width: calc(200% + 7.5rem);
    right: -3.75rem;
    left: auto;
  }
}
#container #header_parts .head .head__menu .head__menu__p span {
  font-size: 0.75rem;
  margin-top: 1.5rem;
  display: block;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__p span {
    font-size: 0.875rem;
  }
}
#container #header_parts .head .head__menu .content__svg {
  height: 1.25rem;
  width: auto;
  display: block;
  margin: 0 auto 0.3125rem;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .content__svg {
    height: 1.5rem;
  }
}
#container #header_parts .head .head__menu .content__svg use {
  color: var(--color-txt, #231815);
}
#container #header_parts .head .head__menu .head__menu__box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    max-width: 28.125rem;
    padding-bottom: 3.75rem;
  }
}
#container #header_parts .head .head__menu .head__menu__box::before {
  content: "";
  background: var(--color-txt);
  width: calc(100% + 2.5rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: -1.25rem;
  display: block;
  z-index: -1;
  opacity: 0.9;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__box::before {
    content: none;
  }
}
#container #header_parts .head .head__menu .head__menu__box.is-order {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__box.is-order {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
  }
}
#container #header_parts .head .head__menu .head__menu__box.is-order::before {
  content: none;
}
#container #header_parts .head .head__menu .head__menu__box .header__img {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__box .header__img {
    display: block;
  }
}
#container #header_parts .head .head__menu .head__menu__box .header__map {
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container #header_parts .head .head__menu .head__menu__box .header__map {
    min-height: 25rem;
  }
}
#container.is-loded .content__loading {
  opacity: 0;
  z-index: -10;
  height: 0;
}
#container.is-loded .content__loading .content__loading__logo,
#container.is-loded .content__loading p {
  -webkit-animation: none;
          animation: none;
}
#container .content__loading {
  background: #191919;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s, z-index 0.1s ease 0.8s, opacity 0.8s ease 0s, height 0.1s ease 0.8s;
  transition: all 0.4s ease 0s, z-index 0.1s ease 0.8s, opacity 0.8s ease 0s, height 0.1s ease 0.8s;
}
#container .content__loading .content__loading__logo {
  width: 6.25rem;
  height: auto;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: content__rote 4s infinite 0s linear both;
          animation: content__rote 4s infinite 0s linear both;
  -webkit-transform-origin: center;
          transform-origin: center;
  color: #fff;
}
#container .content__loading p {
  display: block;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 1.875rem));
          transform: translate(-50%, calc(-50% + 1.875rem));
  -webkit-animation: content__load-p 8s infinite 0s linear both;
          animation: content__load-p 8s infinite 0s linear both;
  color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
  margin: 0;
}
#container .content__translate {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 1.875rem;
  right: 6.25rem;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 102;
  pointer-events: auto;
}
@media screen and (min-width: 820px) {
  #container .content__translate {
    top: 3.125rem;
    right: 8.75rem;
  }
}
#container .content__translate.is-rand {
  top: 1.25rem;
  right: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content__translate.is-rand {
    top: 1.875rem;
    right: 1.875rem;
  }
}
#container .foot {
  background: var(--color-black, #000);
  padding: 3rem 3rem 2.375rem;
  color: #fff;
  font-weight: 400;
  padding: 2.5rem 1.25rem 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .foot {
    overflow: hidden;
    padding: 3.125rem 3.75rem 0;
  }
}
#container .foot .foot__logo {
  background: var(--color-black);
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 0.625rem;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__logo {
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 820px) {
  #container .foot .foot__logo:hover {
    opacity: 0.7;
  }
}
#container .foot .foot__logo .content__svg {
  width: 5rem;
  height: auto;
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__logo .content__svg {
    width: 9.375rem;
    padding: 0;
    border-radius: 0;
  }
}
#container .foot .foot__menu {
  margin: 3.25rem 0 0;
  width: 100%;
  max-width: var(--max-width-size);
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 2.5rem;
  }
}
#container .foot .foot__menu .foot__menu__ul {
  width: 100%;
  padding: 0 0 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.5rem 0;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu .foot__menu__ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.5rem 5.6737588652%;
    padding: 0 0 2.25rem;
    margin: 1.25rem 0 4.6875rem;
    width: calc(100% - 11.875rem);
  }
}
#container .foot .foot__menu .foot__menu__ul li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu .foot__menu__ul li {
    width: auto;
    min-width: 3.75rem;
  }
}
#container .foot .foot__menu .foot__menu__ul li.is-sns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu .foot__menu__ul li.is-sns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
  }
}
#container .foot .foot__menu .foot__menu__ul li .content__svg {
  display: block;
  margin-bottom: 0.25rem;
  height: 0.875rem;
  width: auto;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu .foot__menu__ul li .content__svg {
    height: 1.125rem;
    margin-bottom: 0.375rem;
  }
}
@media screen and (min-width: 820px) {
  #container .foot .foot__menu a:hover {
    opacity: 0.7;
  }
}
#container .foot .foot__menu a:link, #container .foot .foot__menu a:visited {
  color: #fff;
}
#container .foot .foot__sub-menu__ul {
  padding: 0;
  margin: 1.25rem auto 0;
  width: 100%;
  max-width: var(--max-width-size);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.25rem 0;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__sub-menu__ul {
    margin: -3.125rem auto 0;
    padding: 0 11.875rem;
    gap: 1.25rem 4.2553191489%;
  }
}
#container .foot .foot__sub-menu__ul li {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__sub-menu__ul li {
    width: auto;
  }
}
#container .foot .foot__sub-menu__ul a {
  color: #fff;
  line-height: 1.4;
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__sub-menu__ul a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 820px) {
  #container .foot .foot__sub-menu__ul a:hover {
    opacity: 0.7;
  }
}
#container .foot .foot__sub-menu__ul a:link, #container .foot .foot__sub-menu__ul a:visited {
  color: #fff;
}
#container .foot .foot__p {
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__p {
    margin: 1.5rem 0 0;
    font-size: 0.875rem;
  }
}
#container .foot .foot__p + .foot__p {
  margin-top: 0.75rem;
  font-size: 0.625rem;
}
@media screen and (min-width: 820px) {
  #container .foot .foot__p + .foot__p {
    margin-top: 1rem;
    font-size: 0.875rem;
  }
}
#container .foot .foot__copyright {
  background: #fff;
  margin: 2.5rem -1.25rem 0;
  padding: 0.625rem 1.25rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  color: var(--color-txt);
}
@media screen and (min-width: 820px) {
  #container .foot .foot__copyright {
    font-size: 0.875rem;
    margin: 2.5rem -3.75rem 0;
  }
}
#container .content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#container .content h2 {
  margin: 7.5rem auto 0;
  font-size: 1.125rem;
  color: var(--color-txt, #231815);
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 820px) {
  #container .content h2 {
    font-size: 2rem;
  }
}
#container .content h2 .content__span {
  margin-top: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 820px) {
  #container .content h2 .content__span {
    font-size: 2rem;
  }
}
#container .content h2 .content__svg {
  width: auto;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 820px) {
  #container .content h2 .content__svg {
    height: 2.25rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 950px) {
  #container .content h2 .content__svg {
    height: 1.75rem;
  }
}
#container .content h3 {
  margin: 1.875rem auto 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-txt, #231815);
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
}
#container .content h3:first-child {
  margin-top: 7.5rem;
}
#container .content .content__p,
#container .content p {
  margin: 0.9375rem auto 0;
}
#container .content .content__img,
#container .content img {
  height: auto;
  max-width: 100%;
  margin: 0 auto 0;
  display: block;
  max-block-size: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 819px) {
  #container .content .content__img,
  #container .content img {
    width: 100%;
  }
}
#container .content .content__ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#container .content .content__dl {
  border-bottom: solid 1px var(--color-txt);
}
#container .content .content__dl h3 {
  margin-top: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__dl h3 {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
}
#container .content .content__dl dd .content__ul:first-child,
#container .content .content__dl dd p:first-child {
  margin-top: 0;
}
#container .content .content__head {
  background: #fff;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 820px) {
  #container .content .content__head {
    height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#container .content .content__head .content__section__logo {
  width: 8.75rem;
  height: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: -4.375rem;
  left: 1.25rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 10;
  -webkit-animation: content__content__ico_move_sp 1.2s 1 0.4s ease both;
          animation: content__content__ico_move_sp 1.2s 1 0.4s ease both;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__section__logo {
    width: 11.25%;
    max-width: 11.25rem;
    min-width: 8.75rem;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-animation: content__content__ico_move 1.2s 1 0.4s ease both;
            animation: content__content__ico_move 1.2s 1 0.4s ease both;
  }
}
#container .content .content__head .content__section__pic {
  overflow: hidden;
  display: block;
  position: relative;
}
#container .content .content__head .content__section__pic-box {
  width: 100%;
  overflow: visible;
  display: block;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 28.125rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__section__pic-box {
    height: 100%;
    width: 75%;
    max-width: calc(100% - 25rem);
  }
}
#container .content .content__head .content__section__pic-box .content__section__pic {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__section__pic-box .content__section__pic {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#container .content .content__head .content__section__pic-box .content__section__pic .content__img {
  -webkit-animation: content__content__MV_move_sp 1.2s 1 0.4s ease both;
          animation: content__content__MV_move_sp 1.2s 1 0.4s ease both;
  width: 100%;
  height: calc(100% + 3.125rem);
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__section__pic-box .content__section__pic .content__img {
    -webkit-animation: content__content__MV_move 1.2s 1 0.4s ease both;
            animation: content__content__MV_move 1.2s 1 0.4s ease both;
    height: calc(100% + 6.25rem);
  }
}
#container .content .content__head .content__section__pic-box .content__section__pic-p {
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  position: absolute;
  left: 11.25rem;
  bottom: 0.75rem;
  text-align: left;
  width: calc(100% - 12.5rem);
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: fadeIn 1.2s 1 0.8s ease both;
          animation: fadeIn 1.2s 1 0.8s ease both;
}
@media screen and (min-width: 820px) {
  #container .content .content__head .content__section__pic-box .content__section__pic-p {
    width: 100%;
    text-align: right;
    font-size: 1.125rem;
    left: auto;
    right: 1.25rem;
  }
}
#container .content .content__head .content__img {
  width: 100vw;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
#container .content .content__head h1 {
  width: 100%;
  padding: 2.5rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content .content__head h1 {
    padding: 4.375rem 3.75rem 4.375rem 1.875rem;
  }
}
#container .content .content__head h1 .content__svg {
  width: auto;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 820px) {
  #container .content .content__head h1 .content__svg {
    height: 2.25rem;
  }
}
#container .content .content__head h1 .content__span {
  margin-top: 0.5rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__head h1 .content__span {
    font-size: 2rem;
  }
}
#container .content .content__section {
  margin: 2.5rem auto 3.75rem;
  position: relative;
  overflow: visible;
  padding: 0 0 6.5625rem;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 1 0.8s ease both;
          animation: fadeIn 0.8s 1 0.8s ease both;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content .content__section {
    width: 92.5%;
    margin: 3.75rem auto 3.75rem;
  }
}
#container .content .content__section.is-w {
  background: rgba(255, 255, 255, 0.8);
}
#container .content .content__section.is-b {
  background: rgba(0, 0, 0, 0.8);
}
#container .content .content__section.is-b * {
  color: #fff;
  font-weight: 500;
}
#container .content .content__section .is-animated .content__section__img-txt.is-r .content__section__wrap__ph {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__section .is-animated .content__section__img-txt.is-r .content__section__wrap__ph .content__img {
  -webkit-transform: translate(-3.125rem, 0);
          transform: translate(-3.125rem, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .is-animated .content__section__img-txt.is-r .content__section__wrap__ph .content__img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .content__section .is-animated .content__section__img-txt.is-l .content__section__wrap__ph {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .is-animated .content__section__img-txt.is-l .content__section__wrap__ph {
    -webkit-transform: translate(-3.75vw, 0);
            transform: translate(-3.75vw, 0);
  }
}
#container .content .content__section .is-animated .content__section__img-txt.is-l .content__section__wrap__ph .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .is-animated .content__section__img-txt.is-l .content__section__wrap__ph .content__img {
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
  }
}
#container .content .content__section .content__section__wrap {
  margin: 0 auto;
  overflow: visible;
  padding: 3.75rem 1.25rem 3.75rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap {
    padding: 5rem 4.0540540541% 3.75rem;
  }
}
#container .content .content__section .content__section__wrap + .content__section__wrap {
  padding-top: 0;
  margin-top: -3.75rem;
}
#container .content .content__section .content__section__wrap.is-txt-flat, #container .content .content__section .content__section__wrap.is-txt-l, #container .content .content__section .content__section__wrap.is-txt-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-txt-flat, #container .content .content__section .content__section__wrap.is-txt-l, #container .content .content__section .content__section__wrap.is-txt-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 3.75rem;
  }
}
#container .content .content__section .content__section__wrap.is-txt-flat .content__section__wrap__ph, #container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph, #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph {
  width: calc(100% + 1.25rem);
  display: inline-block;
  overflow: visible;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-txt-flat .content__section__wrap__ph, #container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph, #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph {
    width: calc(50% - 1.875rem);
  }
}
#container .content .content__section .content__section__wrap.is-txt-flat .content__section__wrap__ph .content__section__pic, #container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph .content__section__pic, #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph .content__section__pic {
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-txt-flat .content__section__wrap__ph .content__section__pic, #container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph .content__section__pic, #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph .content__section__pic {
    width: calc(50vw - 1.875rem);
    -webkit-transform: translate(-7.5vw, 0);
            transform: translate(-7.5vw, 0);
  }
}
#container .content .content__section .content__section__wrap.is-txt-flat .content__section__wrap__ph .content__section__pic .content__img, #container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph .content__section__pic .content__img, #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph .content__section__pic .content__img {
  width: calc(100% + 3.125rem);
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 4.8s ease 0.8s;
  transition: all 0.4s ease 0s, -webkit-transform 4.8s ease 0.8s;
  transition: all 0.4s ease 0s, transform 4.8s ease 0.8s;
  transition: all 0.4s ease 0s, transform 4.8s ease 0.8s, -webkit-transform 4.8s ease 0.8s;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-txt-flat .content__section__wrap__ph .content__section__pic .content__img, #container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph .content__section__pic .content__img, #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph .content__section__pic .content__img {
    width: calc(100% + 3.125rem);
  }
}
#container .content .content__section .content__section__wrap.is-txt-flat .content__section__wrap__ph + p, #container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph + p, #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph + p {
  margin-top: 2.5rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-txt-flat .content__section__wrap__ph + p, #container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph + p, #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph + p {
    margin-top: 0;
  }
}
#container .content .content__section .content__section__wrap.is-txt-flat {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph .content__section__pic {
  -webkit-transform: translate(-100vw, 0);
          transform: translate(-100vw, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph .content__section__pic {
    -webkit-transform: translate(calc(-7.5vw - 50%), 0);
            transform: translate(calc(-7.5vw - 50%), 0);
  }
}
#container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph .content__section__pic .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph.is-animated .content__section__pic {
  opacity: 1;
  -webkit-transform: translate(-1.25rem, 0);
          transform: translate(-1.25rem, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph.is-animated .content__section__pic {
    -webkit-transform: translate(-7.5vw, 0);
            transform: translate(-7.5vw, 0);
  }
}
#container .content .content__section .content__section__wrap.is-txt-r .content__section__wrap__ph.is-animated .content__section__pic .content__img {
  -webkit-transform: translate(-3.125rem, 0);
          transform: translate(-3.125rem, 0);
}
#container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph .content__section__pic {
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
}
#container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph .content__section__pic .content__img {
  -webkit-transform: translate(-3.125rem, 0);
          transform: translate(-3.125rem, 0);
}
#container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph.is-animated .content__section__pic {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__section .content__section__wrap.is-txt-l .content__section__wrap__ph.is-animated .content__section__pic .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__section .content__section__wrap.is-animated.is-txt-r .content__section__wrap__ph .content__section__pic {
  opacity: 1;
  -webkit-transform: translate(-1.25rem, 0);
          transform: translate(-1.25rem, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap.is-animated.is-txt-r .content__section__wrap__ph .content__section__pic {
    -webkit-transform: translate(-7.5vw, 0);
            transform: translate(-7.5vw, 0);
  }
}
#container .content .content__section .content__section__wrap.is-animated.is-txt-r .content__section__wrap__ph .content__section__pic .content__img {
  -webkit-transform: translate(-3.125rem, 0);
          transform: translate(-3.125rem, 0);
}
#container .content .content__section .content__section__wrap.is-animated.is-txt-l .content__section__wrap__ph .content__section__pic {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__section .content__section__wrap.is-animated.is-txt-l .content__section__wrap__ph .content__section__pic .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__section .content__section__wrap .content__section__wrap__box {
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__wrap .content__section__wrap__box {
    width: calc(50% - 1.875rem);
  }
}
#container .content .content__section .content__section__wrap .content__section__wrap__box .parts__menu-list {
  width: 100%;
}
#container .content .content__section .content__section__pic.is-w {
  width: 100%;
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__section__img-txt {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
#container .content .content__section .content__section__img-txt.is-anim-r {
  -webkit-animation: content__content__section__img-r 2.4s 1 0s ease both;
          animation: content__content__section__img-r 2.4s 1 0s ease both;
  opacity: 1;
}
#container .content .content__section .content__section__img-txt.is-anim-l {
  -webkit-animation: content__content__section__img-l 2.4s 1 0s ease both;
          animation: content__content__section__img-l 2.4s 1 0s ease both;
  opacity: 1;
}
#container .content .content__section .content__section__img-txt.is-r .content__section__wrap__ph, #container .content .content__section .content__section__img-txt.is-l .content__section__wrap__ph {
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, transform 0.8s ease 0s;
  transition: all 0.4s ease 0s, transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt.is-r .content__section__wrap__ph, #container .content .content__section .content__section__img-txt.is-l .content__section__wrap__ph {
    width: 96.25vw;
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}
#container .content .content__section .content__section__img-txt.is-r .content__section__wrap__ph {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt.is-r .content__section__wrap__ph {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__section__img-txt.is-r .content__section__wrap__ph {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .content__section .content__section__img-txt.is-r .content__section__wrap__ph .content__section__pic {
  right: 0;
  left: auto;
}
#container .content .content__section .content__section__img-txt.is-r .content__section__wrap__ph .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt.is-r .content__section__wrap__ph .content__img {
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
  }
}
#container .content .content__section .content__section__img-txt.is-l .content__section__wrap__ph {
  -webkit-transform: translate(-100vw, 0);
          transform: translate(-100vw, 0);
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__section__img-txt.is-l .content__section__wrap__ph {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .content__section .content__section__img-txt.is-l .content__section__wrap__ph .content__section__pic {
  left: 0;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt.is-l .content__section__wrap__ph .content__img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .content__section .content__section__img-txt.is-animated.is-r .content__section__wrap__ph {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__section .content__section__img-txt.is-animated.is-r .content__section__wrap__ph .content__img {
  -webkit-transform: translate(-3.125rem, 0);
          transform: translate(-3.125rem, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt.is-animated.is-r .content__section__wrap__ph .content__img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .content__section .content__section__img-txt.is-animated.is-l .content__section__wrap__ph {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt.is-animated.is-l .content__section__wrap__ph {
    -webkit-transform: translate(-3.75vw, 0);
            transform: translate(-3.75vw, 0);
  }
}
#container .content .content__section .content__section__img-txt.is-animated.is-l .content__section__wrap__ph .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt.is-animated.is-l .content__section__wrap__ph .content__img {
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
  }
}
#container .content .content__section .content__section__img-txt .content__section__wrap__ph {
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  padding: 3.75rem 1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  min-height: 31.25rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt .content__section__wrap__ph {
    min-height: 50rem;
    padding: 3.75rem;
    width: 92.5vw;
  }
}
@media screen and (max-width: 819px) {
  #container .content .content__section .content__section__img-txt .content__section__wrap__ph {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#container .content .content__section .content__section__img-txt .content__section__wrap__ph h2 {
  margin-top: 0;
}
#container .content .content__section .content__section__img-txt .content__section__wrap__ph p {
  font-size: 1.125rem;
  position: absolute;
  z-index: 1;
  line-height: 2.5;
  margin: 0;
}
#container .content .content__section .content__section__img-txt .content__section__wrap__ph p + p {
  margin-top: 2.5rem;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt .content__section__wrap__ph p + p {
    margin-top: 3.125rem;
  }
}
#container .content .content__section .content__section__img-txt .content__section__wrap__ph .content__section__pic {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#container .content .content__section .content__section__img-txt .content__section__wrap__ph .content__img {
  max-width: none;
  width: calc(100% + 3.125rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-3.125rem, 0);
          transform: translate(-3.125rem, 0);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 4s ease 0s;
  transition: all 0.4s ease 0s, -webkit-transform 4s ease 0s;
  transition: all 0.4s ease 0s, transform 4s ease 0s;
  transition: all 0.4s ease 0s, transform 4s ease 0s, -webkit-transform 4s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content .content__section .content__section__img-txt .content__section__wrap__ph .content__img {
    width: calc(100% + 6.25rem);
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
    height: 100%;
  }
}
#container .content__svg-box {
  display: none !important;
}
#container .content.content__top {
  display: block;
  padding: 0;
  margin: 0 auto;
}
#container .content.content__top .content__head {
  width: 100vw;
  opacity: 1;
  overflow: visible;
  background: transparent;
  display: block;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head {
    height: auto;
  }
}
#container .content.content__top .content__head.is-animated h1 .content__head__logo .path_maru {
  -webkit-animation: content__top__head 16s infinite 0s linear both;
          animation: content__top__head 16s infinite 0s linear both;
}
#container .content.content__top .content__head.is-animated h1 .content__head__logo .path_yuge {
  -webkit-animation: content__top__head_02 8s infinite 8s linear both;
          animation: content__top__head_02 8s infinite 8s linear both;
}
#container .content.content__top .content__head.is-animated h1 .content__head__logo .path_tabacco {
  -webkit-animation: content__top__head_03 8s infinite 8.4s linear both;
          animation: content__top__head_03 8s infinite 8.4s linear both;
}
#container .content.content__top .content__head.is-animated .content__head__news {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
#container .content.content__top .content__head.is-animated .content__head__news .js-text_anim .js-text_anim_original {
  background: rgba(0, 0, 0, 0.4);
}
#container .content.content__top .content__head.is-animated .content__head__news .js-text_anim .js-text_anim_clone span {
  background: rgba(0, 0, 0, 0.4);
  -webkit-animation: drop-in 1s ease 1.6s forwards;
          animation: drop-in 1s ease 1.6s forwards;
}
#container .content.content__top .content__head.is-animated .content__head__imadake {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-animation: fadeIn 0.4s 1 0s ease both;
          animation: fadeIn 0.4s 1 0s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head.is-animated .content__head__imadake {
    -webkit-animation: fadeIn 0.8s 1 1.2s ease both;
            animation: fadeIn 0.8s 1 1.2s ease both;
    -webkit-transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 1.4s;
    transition: all 0.4s ease 0s, -webkit-transform 0.8s ease 1.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 1.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 1.4s, -webkit-transform 0.8s ease 1.4s;
  }
}
#container .content.content__top .content__head.is-animated .content__section__pic {
  max-width: none;
}
#container .content.content__top .content__head.is-animated .content__section__pic .content__img {
  -webkit-animation: fadeIn 2s 1 0s ease both;
          animation: fadeIn 2s 1 0s ease both;
}
#container .content.content__top .content__head h1 {
  position: absolute;
  padding: 0;
  top: 50vh;
  top: 50dvh;
  left: 48.4615384615vw;
  line-height: 1;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head h1 {
    top: 58vh;
    top: 58dvh;
    left: 61.5625vw;
  }
}
#container .content.content__top .content__head h1 .content__span {
  opacity: 0;
  display: none;
}
#container .content.content__top .content__head h1 .content__head__logo {
  min-width: 7.5rem;
  width: 15vh;
  width: 15dvh;
  height: auto;
  color: #fff;
  position: relative;
  overflow: visible;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head h1 .content__head__logo {
    max-width: none;
    width: 17.3684210526vh;
    width: 17.3684210526dvh;
  }
}
#container .content.content__top .content__head h1 .content__head__logo .path_maru {
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
}
#container .content.content__top .content__head h1 .content__head__logo .path_yuge {
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
}
#container .content.content__top .content__head h1 .content__head__logo .path_tabacco {
  -webkit-transform-origin: center;
          transform-origin: center;
  display: block;
}
#container .content.content__top .content__head .content__section__pic {
  background: var(--color-black);
  width: 100%;
  height: calc(100vh - 3.75rem);
  height: calc(100dvh - 3.75rem);
  margin-top: 3.75rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head .content__section__pic {
    height: 100vh;
    height: 100dvh;
    min-height: 50rem;
    margin-top: 0;
  }
}
#container .content.content__top .content__head .content__section__pic .content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
#container .content.content__top .content__head .content__head__news {
  background: #616261;
  max-width: 31.25rem;
  width: 64.1025641026vw;
  height: 21.875rem;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: -3.75rem;
  left: 0;
  opacity: 0;
  -webkit-filter: blur(0.375rem);
          filter: blur(0.375rem);
  -webkit-transition: all 0.4s ease 0s, opacity 1.2s ease-in-out 0.8s, -webkit-filter 1.2s ease-in-out 1s;
  transition: all 0.4s ease 0s, opacity 1.2s ease-in-out 0.8s, -webkit-filter 1.2s ease-in-out 1s;
  transition: all 0.4s ease 0s, filter 1.2s ease-in-out 1s, opacity 1.2s ease-in-out 0.8s;
  transition: all 0.4s ease 0s, filter 1.2s ease-in-out 1s, opacity 1.2s ease-in-out 0.8s, -webkit-filter 1.2s ease-in-out 1s;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head .content__head__news {
    top: auto;
    bottom: -7.1875rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 43.75rem;
    width: 31.25vw;
    min-width: 25rem;
  }
}
#container .content.content__top .content__head .content__head__news .content__img {
  height: 150%;
  max-width: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  -o-object-position: center left;
     object-position: center left;
  height: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head .content__head__news .content__img {
    width: 100%;
    -o-object-position: top 10% right;
       object-position: top 10% right;
  }
}
#container .content.content__top .content__head .content__head__news p {
  width: 100%;
  padding: 1.25rem 10.2564102564vw 2.5rem;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  z-index: 1;
  display: block;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head .content__head__news p {
    padding: 12% 1.25rem 12% 3.75rem;
    margin: 0 auto;
    font-size: 1.75rem;
    color: var(--color-txt);
  }
}
#container .content.content__top .content__head .content__head__imadake {
  width: 47.4358974359vw;
  -webkit-transform: translate(0, -20vh);
          transform: translate(0, -20vh);
  -webkit-transform: translate(0, -20dvh);
          transform: translate(0, -20dvh);
  bottom: 2.5rem;
  left: 1.875rem;
  height: auto;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__head .content__head__imadake {
    min-width: 15rem;
    width: 24.6875vw;
    bottom: 33.4375rem;
    left: 21.875vw;
  }
}
#container .content.content__top .content__head .content__head__imadake .content__img {
  width: 100%;
  height: auto;
  min-height: auto;
}
#container .content.content__top .content__section {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  max-width: var(--max-width-size);
  overflow: visible;
  -webkit-animation: none;
          animation: none;
  max-width: none;
  width: auto;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section {
    min-height: 100vh;
    min-height: 100dvh;
    margin: 9.375rem auto 0;
    display: flow-root;
  }
}
#container .content.content__top .content__section.is-animated .content__section__logo {
  z-index: 10;
  -webkit-animation: content__top__ico_move_sp 1.2s 1 0.4s ease both;
          animation: content__top__ico_move_sp 1.2s 1 0.4s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.is-animated .content__section__logo {
    top: 50%;
    -webkit-animation: content__top__ico_move 1.2s 1 0.4s ease both;
            animation: content__top__ico_move 1.2s 1 0.4s ease both;
  }
}
#container .content.content__top .content__section.is-animated .content__section__wrap {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
#container .content.content__top .content__section.is-animated .content__section__wrap h2 {
  -webkit-animation: fadeIn 0.8s 1 0.8s ease both;
          animation: fadeIn 0.8s 1 0.8s ease both;
}
#container .content.content__top .content__section.is-animated .content__section__wrap p {
  -webkit-animation: fadeIn 0.8s 1 0.8s ease both;
          animation: fadeIn 0.8s 1 0.8s ease both;
}
#container .content.content__top .content__section.is-animated .content__section__pic {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  opacity: 1;
}
#container .content.content__top .content__section .content__section__logo {
  width: 8.75rem;
  height: auto;
  display: block;
  position: absolute;
  top: 23.75rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section .content__section__logo {
    width: 11.25%;
    max-width: 11.25rem;
    min-width: 8.75rem;
    top: 25vh;
    top: 25dvh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#container .content.content__top .content__section .content__section__pic {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  height: 28.125rem;
  width: 100vw;
  overflow: hidden;
  display: block;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section .content__section__pic {
    width: 50%;
    height: 90vh;
    height: 90dvh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: all 0.4s ease 0s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
  }
}
#container .content.content__top .content__section .content__section__pic .content__section__img {
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section .content__section__pic .content__section__img {
    height: 100%;
  }
}
#container .content.content__top .content__section .content__section__wrap {
  position: relative;
  overflow: visible;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  padding: 5.625rem 1.25rem 5rem;
  width: auto;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section .content__section__wrap {
    min-height: 90vh;
    min-height: 90dvh;
    width: 50%;
    padding: 5rem 3.75% 3.75rem;
  }
}
#container .content.content__top .content__section .content__section__wrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section .content__section__wrap::before {
    width: calc(100vw - 3.8961038961%);
  }
}
#container .content.content__top .content__section .content__section__wrap h2 {
  margin: 0;
  opacity: 0;
}
#container .content.content__top .content__section .content__section__wrap h2 .content__svg {
  display: block;
}
#container .content.content__top .content__section .content__section__wrap p {
  line-height: 2.4;
  opacity: 0;
  margin-top: 2rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section .content__section__wrap p {
    margin-top: 3.75rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 950px) {
  #container .content.content__top .content__section .content__section__wrap p {
    font-size: 1rem;
  }
}
#container .content.content__top .content__section.content__news {
  height: auto;
  min-height: auto;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news {
    margin-top: 8.125rem;
    padding: 0 3.75%;
  }
}
#container .content.content__top .content__section.content__news .content__section__wrap {
  max-width: 100rem;
  padding: 3.75rem 1.25rem 2.5rem;
  margin-top: 3.75rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news .content__section__wrap {
    margin-top: 0;
    padding: 0 0 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#container .content.content__top .content__section.content__news .content__section__wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news .content__section__wrap::before {
    height: calc(100% - 4.375rem);
  }
}
#container .content.content__top .content__section.content__news .content__section__wrap h2 {
  text-align: center;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news .content__section__wrap h2 {
    text-align: left;
  }
}
#container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.625rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem auto 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box {
    margin: 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 0 0.625rem;
    max-width: 81.25rem;
    width: calc(100% - 12.5rem);
  }
}
#container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  width: calc(50% - 0.3125rem);
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr {
    width: calc((100% - 1.875rem) / 4);
  }
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr:hover {
    opacity: 1;
    -webkit-transform: translate(0, -1rem);
            transform: translate(0, -1rem);
  }
}
#container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr p {
  background: var(--color-black, #000);
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  padding: 1.25rem 0.625rem;
  opacity: 1;
  -webkit-animation: none;
          animation: none;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr p {
    font-size: 1rem;
    padding: 1.25rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 950px) {
  #container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr p {
    font-size: 0.875rem;
  }
}
#container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr .content__img {
  width: 100%;
  max-width: none;
}
#container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr .content__span {
  text-align: right;
  font-size: 0.625rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__news .content__section__wrap .content__news__bnr-box .content__news__bnr .content__span {
    font-size: 0.75rem;
  }
}
#container .content.content__top .content__section.content__about.is-animated .content__slide {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content.content__top .content__section.content__about.is-animated .content__section__logo {
  z-index: 5;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about.is-animated .content__section__logo {
    top: 45vh;
    top: 45dvh;
  }
}
#container .content.content__top .content__section.content__about.is-animated .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 4s ease-in-out 0s;
  transition: all 0.4s ease 0s, -webkit-transform 4s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 4s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 4s ease-in-out 0s, -webkit-transform 4s ease-in-out 0s;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about.is-animated .content__img {
    -webkit-transition: all 0.4s ease 0s, -webkit-transform 4s ease-in-out 0.4s;
    transition: all 0.4s ease 0s, -webkit-transform 4s ease-in-out 0.4s;
    transition: all 0.4s ease 0s, transform 4s ease-in-out 0.4s;
    transition: all 0.4s ease 0s, transform 4s ease-in-out 0.4s, -webkit-transform 4s ease-in-out 0.4s;
  }
}
#container .content.content__top .content__section.content__about.is-animated .content__section__wrap::after {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease 0s, background-color 2s ease 0.4s;
  transition: all 0.4s ease 0s, background-color 2s ease 0.4s;
}
#container .content.content__top .content__section.content__about.is-animated .content__section__wrap .js-text_anim .js-text_anim_clone span {
  -webkit-animation: drop-in 1s ease 0.2s forwards;
          animation: drop-in 1s ease 0.2s forwards;
}
#container .content.content__top .content__section.content__about.is-animated .content__section__pic2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s, opacity 6s ease 4.8s;
  transition: all 0.4s ease 0s, opacity 6s ease 4.8s;
}
#container .content.content__top .content__section.content__about p,
#container .content.content__top .content__section.content__about .content__svg,
#container .content.content__top .content__section.content__about .content__span {
  color: #fff;
}
#container .content.content__top .content__section.content__about .content__slide {
  width: 100%;
  height: 28.125rem;
  z-index: 5;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__slide {
    width: 50%;
    height: 90vh;
    height: 90dvh;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: all 0.4s ease 0s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    left: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
#container .content.content__top .content__section.content__about .content__slide .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#container .content.content__top .content__section.content__about .content__slide .swiper-wrapper .swiper-slide {
  position: relative;
}
#container .content.content__top .content__section.content__about .content__slide .swiper-wrapper .swiper-slide .content__section__pic {
  position: relative;
}
#container .content.content__top .content__section.content__about .content__slide .swiper-wrapper .swiper-slide .content__img {
  left: auto;
  right: 0;
  width: 100%;
  height: calc(100% + 3.125rem);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  position: absolute;
  -webkit-transform: translate(0, -3.125rem);
          transform: translate(0, -3.125rem);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 4.6s ease 0s;
  transition: all 0.4s ease 0s, -webkit-transform 4.6s ease 0s;
  transition: all 0.4s ease 0s, transform 4.6s ease 0s;
  transition: all 0.4s ease 0s, transform 4.6s ease 0s, -webkit-transform 4.6s ease 0s;
}
#container .content.content__top .content__section.content__about .content__slide .swiper-wrapper .swiper-slide.swiper-slide-active .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content.content__top .content__section.content__about .content__slide .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  padding: 0 1.25rem 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__slide .swiper-pagination {
    gap: 1rem;
    padding: 0 3.75rem 0.75rem;
  }
}
#container .content.content__top .content__section.content__about .content__slide .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__slide .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
#container .content.content__top .content__section.content__about .content__slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-txt);
}
#container .content.content__top .content__section.content__about .content__slide .content__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#container .content.content__top .content__section.content__about .content__section__pic {
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__section__pic {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
#container .content.content__top .content__section.content__about .content__section__wrap {
  z-index: 1;
  background: #515558;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__section__wrap {
    padding: 7.5rem 3.75% 6.25rem calc(46.25% + 6.25rem);
    margin-left: 3.75%;
    margin-top: 10vh;
    margin-top: 10dvh;
    width: 96.25%;
  }
}
#container .content.content__top .content__section.content__about .content__section__wrap::before {
  background: url(/img/top_bk_01_sp.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__section__wrap::before {
    background: url(/img/top_bk_01.png) no-repeat;
    background-size: 100% auto;
  }
}
#container .content.content__top .content__section.content__about .content__section__wrap::after {
  background: rgb(0, 0, 0);
  content: "";
  width: 100vw;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__section__wrap::after {
    width: calc(100vw - 3.8961038961%);
  }
}
#container .content.content__top .content__section.content__about .content__section__wrap h2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#container .content.content__top .content__section.content__about .content__section__wrap h2 .content__span {
  font-weight: 500;
}
#container .content.content__top .content__section.content__about .content__section__wrap p {
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__section__wrap p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 950px) {
  #container .content.content__top .content__section.content__about .content__section__wrap p {
    font-size: 1rem;
  }
}
#container .content.content__top .content__section.content__about .content__section__wrap .js-text_anim {
  font-weight: 500;
  z-index: 1;
  position: relative;
}
#container .content.content__top .content__section.content__about .content__section__wrap [class^=parts__btn] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}
#container .content.content__top .content__section.content__about .content__section__pic2 {
  position: absolute;
  display: block;
  overflow: visible;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  width: 100vw;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__section__pic2 {
    min-height: 31.25rem;
    width: calc(100vw - 3.75rem);
  }
}
#container .content.content__top .content__section.content__about .content__section__pic2 .content__img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__about .content__section__pic2 .content__img {
    min-height: 31.25rem;
    width: 100%;
  }
}
#container .content.content__top .content__section.content__drink_food .content__slide {
  width: 100%;
  height: 28.125rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__slide {
    width: 50%;
    height: 90vh;
    height: 90dvh;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: all 0.4s ease 0s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
    right: 0;
    margin-top: 10vh;
    margin-top: 10dvh;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    z-index: 1;
  }
}
#container .content.content__top .content__section.content__drink_food .content__slide .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#container .content.content__top .content__section.content__drink_food .content__slide .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-animation: content__top__food 6s 1 0s ease both;
          animation: content__top__food 6s 1 0s ease both;
}
#container .content.content__top .content__section.content__drink_food .content__slide .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  padding: 0 1.25rem 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__slide .swiper-pagination {
    gap: 1rem;
    padding: 0 3.75rem 0.75rem;
  }
}
#container .content.content__top .content__section.content__drink_food .content__slide .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__slide .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
#container .content.content__top .content__section.content__drink_food .content__slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-txt);
}
#container .content.content__top .content__section.content__drink_food .content__slide .content__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#container .content.content__top .content__section.content__drink_food .content__section__pic {
  width: 100%;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__pic {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
#container .content.content__top .content__section.content__drink_food.is-animated .content__slide {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content.content__top .content__section.content__drink_food.is-animated .content__section__logo {
  z-index: 5;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food.is-animated .content__section__logo {
    top: 55vh;
    top: 55dvh;
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap {
    min-height: calc(100vh + 2.5rem);
    min-height: calc(100dvh + 2.5rem);
    padding: 7.5rem calc(46.25% + 6.25rem) 3.75rem 3.75%;
    margin-right: 3.75%;
    width: 96.25%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap.is-other {
  margin-top: 0;
  padding: 0 1.25rem 3.75rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap.is-other {
    min-height: 90vh;
    min-height: 90dvh;
    padding: 0 3.75% 6.25rem;
    margin-right: 3.75%;
    margin-top: 0;
    width: 96.25%;
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap::before {
  background: rgba(255, 255, 255, 0.8);
  left: auto;
  right: 0;
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap h2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap p {
  text-align: right;
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap [class^=parts__btn] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__box {
    width: 67.7419354839%;
  }
}
@media screen and (max-width: 1400px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__box {
    width: 100%;
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem 0.625rem;
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 10rem;
  opacity: 0.4;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_01 {
    margin-top: 2.5rem;
    width: 32.2580645161%;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
  }
}
@media screen and (min-width: 820px) and (max-width: 950px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_01 {
    display: none;
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_01 li {
  width: 100%;
  padding: 100% 0 0;
  height: 0;
  position: relative;
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_01 .content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 {
  width: calc(100% + 2.5rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.25rem 0.625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 {
    width: 100%;
    margin: 0 auto;
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 li {
  width: calc(50% - 0.3125rem);
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 li {
    width: calc((100% - 1.25rem) / 3);
    padding: 0;
    height: auto;
  }
}
@media screen and (max-width: 819px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 li:nth-child(odd) p {
    padding: 0 0 0 0.625rem;
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 p {
  text-align: left;
  line-height: 1.6;
  margin: 0.5rem 0 0;
  padding: 0 0.625rem 0 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 p {
    font-size: 1rem;
    margin: 0.625rem 0 0;
    line-height: 2;
    padding: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 950px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 p {
    font-size: 0.875rem;
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 .content__img {
  width: 100%;
  max-width: none;
  position: relative;
  height: auto;
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 .is-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0 1.25rem 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 .is-last {
    padding: 2.5rem 0 2.5rem 2.5rem;
  }
}
#container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 .is-last p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__drink_food .content__section__wrap .content__drink_food__ul_02 .is-last p {
    font-size: 1.75rem;
    line-height: 1.6;
  }
}
#container .content.content__top .content__section.content__tabacco.is-animated .content__section__logo {
  z-index: 5;
  opacity: 1;
  top: 12.1875rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__tabacco.is-animated .content__section__logo {
    top: 45vh;
    top: 45dvh;
  }
}
#container .content.content__top .content__section.content__tabacco.is-animated .content__section__img-box {
  -webkit-animation: content__top__tabacco_bk_sp 1.2s 1 0.4s ease both;
          animation: content__top__tabacco_bk_sp 1.2s 1 0.4s ease both;
  background-color: #000;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  opacity: 1;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__tabacco.is-animated .content__section__img-box {
    -webkit-animation: none;
            animation: none;
    background-color: #fff;
  }
}
#container .content.content__top .content__section.content__tabacco p,
#container .content.content__top .content__section.content__tabacco .content__svg,
#container .content.content__top .content__section.content__tabacco .content__span {
  color: #fff;
}
#container .content.content__top .content__section.content__tabacco .content__section__img-box {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  height: 28.125rem;
  width: 100vw;
  background-color: #fff;
  overflow: visible;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__tabacco .content__section__img-box {
    background-color: #000;
    width: 50%;
    height: 90vh;
    height: 90dvh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: all 0.4s ease 0s, opacity 0.4s ease 0.4s, background-color 1.2s ease 0.8s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, opacity 0.4s ease 0.4s, background-color 1.2s ease 0.8s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.4s, background-color 1.2s ease 0.8s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.4s, background-color 1.2s ease 0.8s, -webkit-transform 0.8s ease 0.4s;
  }
}
#container .content.content__top .content__section.content__tabacco .content__section__img-box .content__section__pic {
  height: 28.125rem;
  width: 50vw;
  margin: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all 0.4s ease 0s, opacity 1.2s ease 0s, -webkit-transform 2.4s ease 0s;
  transition: all 0.4s ease 0s, opacity 1.2s ease 0s, -webkit-transform 2.4s ease 0s;
  transition: all 0.4s ease 0s, transform 2.4s ease 0s, opacity 1.2s ease 0s;
  transition: all 0.4s ease 0s, transform 2.4s ease 0s, opacity 1.2s ease 0s, -webkit-transform 2.4s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__tabacco .content__section__img-box .content__section__pic {
    width: 100%;
    height: 45vh;
    height: 45dvh;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: all 0.4s ease 0s, opacity 2s ease 0.8s, -webkit-transform 4s ease 0.8s;
    transition: all 0.4s ease 0s, opacity 2s ease 0.8s, -webkit-transform 4s ease 0.8s;
    transition: all 0.4s ease 0s, transform 4s ease 0.8s, opacity 2s ease 0.8s;
    transition: all 0.4s ease 0s, transform 4s ease 0.8s, opacity 2s ease 0.8s, -webkit-transform 4s ease 0.8s;
  }
}
#container .content.content__top .content__section.content__tabacco .content__section__img-box .content__section__pic.is-02 {
  top: auto;
  bottom: -3.75rem;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  right: 0;
  left: auto;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__tabacco .content__section__img-box .content__section__pic.is-02 {
    bottom: 0;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__tabacco .content__section__wrap {
    padding: 7.5rem 3.75% 6.25rem calc(46.25% + 6.25rem);
    margin-left: 3.75%;
    margin-top: 10vh;
    margin-top: 10dvh;
    width: 96.25%;
  }
}
#container .content.content__top .content__section.content__tabacco .content__section__wrap::before {
  background: rgba(0, 0, 0, 0.8);
  mix-blend-mode: multiply;
}
#container .content.content__top .content__section.content__tabacco .content__section__wrap h2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#container .content.content__top .content__section.content__tabacco .content__section__wrap h2 .content__span {
  font-weight: 500;
}
#container .content.content__top .content__section.content__tabacco .content__section__wrap p {
  font-weight: 500;
}
#container .content.content__top .content__section.content__tabacco .content__section__wrap [class^=parts__btn] {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 819px) {
  #container .content.content__top .content__section.content__recruit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#container .content.content__top .content__section.content__recruit.is-animated .content__section__logo {
  opacity: 1;
  top: auto;
  bottom: 19.375rem;
  -webkit-animation: content__top__ico_move 1.2s 1 0s ease both;
          animation: content__top__ico_move 1.2s 1 0s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__recruit.is-animated .content__section__logo {
    top: 50%;
    bottom: auto;
  }
}
#container .content.content__top .content__section.content__recruit.is-animated .content__section__pic {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__recruit.is-animated .content__section__pic {
    -webkit-transform: translate(calc(-50% - 1.875rem), 0) !important;
            transform: translate(calc(-50% - 1.875rem), 0) !important;
  }
}
#container .content.content__top .content__section.content__recruit.is-animated .content__section__pic .content__section__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 4s ease-in-out 0s;
  transition: all 0.4s ease 0s, -webkit-transform 4s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 4s ease-in-out 0s;
  transition: all 0.4s ease 0s, transform 4s ease-in-out 0s, -webkit-transform 4s ease-in-out 0s;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__recruit.is-animated .content__section__pic .content__section__img {
    -webkit-transition: all 0.4s ease 0s, -webkit-transform 4s ease-in-out 0.4s;
    transition: all 0.4s ease 0s, -webkit-transform 4s ease-in-out 0.4s;
    transition: all 0.4s ease 0s, transform 4s ease-in-out 0.4s;
    transition: all 0.4s ease 0s, transform 4s ease-in-out 0.4s, -webkit-transform 4s ease-in-out 0.4s;
  }
}
@media screen and (max-width: 819px) {
  #container .content.content__top .content__section.content__recruit.is-animated .content__section__wrap {
    width: 100%;
  }
}
#container .content.content__top .content__section.content__recruit.is-animated .content__section__wrap .content__section__wrap__bk {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 0.2;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 1.6s ease 0.4s;
  transition: all 1.6s ease 0.4s;
}
#container .content.content__top .content__section.content__recruit .content__section__pic {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__recruit .content__section__pic {
    width: calc(100vw - 3.8961038961%);
    min-height: 100vh;
    min-height: 100dvh;
    left: 50%;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    -webkit-transition: all 0.4s ease 0s, opacity 0.4s ease 0.8s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, opacity 0.4s ease 0.8s, -webkit-transform 0.8s ease 0.4s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.8s;
    transition: all 0.4s ease 0s, transform 0.8s ease 0.4s, opacity 0.4s ease 0.8s, -webkit-transform 0.8s ease 0.4s;
    max-width: none;
  }
}
#container .content.content__top .content__section.content__recruit .content__section__pic .content__section__img {
  width: calc(100vw + 6.25rem);
  height: 28.125rem;
  -webkit-transform: translate(-6.25rem, 0);
          transform: translate(-6.25rem, 0);
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__recruit .content__section__pic .content__section__img {
    width: 100%;
    height: calc(100vh + 12.5rem);
    height: calc(100dvh + 12.5rem);
    top: 12.5rem;
    -webkit-transform: translate(0, -12.5rem);
            transform: translate(0, -12.5rem);
  }
}
#container .content.content__top .content__section.content__recruit .content__section__wrap {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__recruit .content__section__wrap {
    width: 50%;
    min-height: calc(100vh - 75%);
    min-height: calc(100dvh - 75%);
    padding: 7.5rem 7.5% 6.25rem 3.75%;
    margin: 0;
    margin-top: 3.75rem;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
#container .content.content__top .content__section.content__recruit .content__section__wrap::before {
  content: none;
}
#container .content.content__top .content__section.content__recruit .content__section__wrap h2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#container .content.content__top .content__section.content__recruit .content__section__wrap p {
  text-align: right;
}
#container .content.content__top .content__section.content__recruit .content__section__wrap [class^=parts__btn] {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#container .content.content__top .content__section.content__recruit .content__section__wrap .content__section__wrap__bk {
  width: 79.4871794872vw;
  height: auto;
  position: absolute;
  z-index: -1;
  top: -3.75rem;
  left: -9.7435897436vw;
  -webkit-filter: blur(0.75rem);
          filter: blur(0.75rem);
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__recruit .content__section__wrap .content__section__wrap__bk {
    width: 55%;
    bottom: -2.5%;
    left: -2.5%;
  }
}
#container .content.content__top .content__section.content__acsess {
  background: var(--color-txt);
  overflow: visible;
  max-width: 112.5rem;
  padding: 0 1.25rem 3.75rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__acsess {
    background: transparent;
    padding: 7.5rem 3.75% 6.25rem;
  }
}
#container .content.content__top .content__section.content__acsess::before {
  background: url(/img/top_bk_03_sp.jpg) repeat-x;
  background-size: cover;
  background-position: top right 20%;
  content: "";
  width: calc(100vw + 6.25rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-6.25rem, 0);
          transform: translate(-6.25rem, 0);
  opacity: 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__acsess::before {
    left: 50%;
    width: calc(100vw + 12.5rem);
    background: url(/img/top_bk_03.jpg) repeat-x;
    background-size: cover;
    background-position: top right 50%;
    -webkit-transform: translate(calc(-6.25rem - 50%), 0);
            transform: translate(calc(-6.25rem - 50%), 0);
  }
}
#container .content.content__top .content__section.content__acsess.is-animated::before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s, opacity 1.6s ease 0s, -webkit-transform 3.2s ease-in-out 0s;
  transition: all 0.4s ease 0s, opacity 1.6s ease 0s, -webkit-transform 3.2s ease-in-out 0s;
  transition: all 0.4s ease 0s, opacity 1.6s ease 0s, transform 3.2s ease-in-out 0s;
  transition: all 0.4s ease 0s, opacity 1.6s ease 0s, transform 3.2s ease-in-out 0s, -webkit-transform 3.2s ease-in-out 0s;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__acsess.is-animated::before {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.4s ease 0s, opacity 3.2s ease 0s, -webkit-transform 6s ease-in-out 0s;
    transition: all 0.4s ease 0s, opacity 3.2s ease 0s, -webkit-transform 6s ease-in-out 0s;
    transition: all 0.4s ease 0s, opacity 3.2s ease 0s, transform 6s ease-in-out 0s;
    transition: all 0.4s ease 0s, opacity 3.2s ease 0s, transform 6s ease-in-out 0s, -webkit-transform 6s ease-in-out 0s;
  }
}
#container .content.content__top .content__section.content__acsess .content__section__wrap {
  min-height: auto;
  height: auto;
  width: 100%;
  padding: 5.625rem 0 2.5rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__acsess .content__section__wrap {
    -webkit-transform: translate(0, 20vh);
            transform: translate(0, 20vh);
    -webkit-transform: translate(0, 20dvh);
            transform: translate(0, 20dvh);
    padding: 0;
  }
}
#container .content.content__top .content__section.content__acsess .content__section__wrap::before {
  content: none;
}
#container .content.content__top .content__section.content__acsess .content__section__wrap * {
  color: #fff;
  font-weight: 500;
}
#container .content.content__top .content__section.content__acsess .content__section__wrap h2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#container .content.content__top .content__section.content__acsess .content__section__wrap p {
  line-height: 1.8;
}
#container .content.content__top .content__section.content__acsess .content__section__wrap p + p {
  margin-top: 0.625rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__acsess .content__section__wrap p + p {
    margin-top: 0;
  }
}
@media screen and (max-width: 819px) {
  #container .content.content__top .content__section.content__acsess .content__section__wrap p.c__fz-14 {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 819px) {
  #container .content.content__top .content__section.content__acsess .content__section__wrap p .c__fz-28 {
    font-size: 1.125rem !important;
  }
}
#container .content.content__top .content__section.content__acsess .content__map {
  width: 100%;
  height: 31.25rem;
  margin: 0 auto 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__top .content__section.content__acsess .content__map {
    margin: 3.125rem auto 0;
    height: 37.5rem;
  }
}
#container .content.content__recruit .content__section {
  padding-bottom: 0;
}
#container .content.content__recruit .content__section .is-cont-01.is-animated .content__section__wrap__ph .content__section__pic .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content.content__recruit .content__section .is-cont-01 p {
  color: #fff;
  font-weight: 500;
  position: relative;
}
#container .content.content__recruit .content__section .is-cont-01 p.is-01 {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-01 p.is-01 {
    font-size: 3.125rem;
  }
}
#container .content.content__recruit .content__section .is-cont-01 p.is-02 {
  font-size: 0.8125rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-01 p.is-02 {
    font-size: 1rem;
  }
}
#container .content.content__recruit .content__section .is-cont-01 .content__section__wrap__ph {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content.content__recruit .content__section .is-cont-01 .content__section__wrap__ph .content__section__pic .content__img {
  max-width: none;
  width: 100%;
  height: calc(100% + 3.125rem);
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(0, -3.125rem);
          transform: translate(0, -3.125rem);
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 4s ease 0s;
  transition: all 0.4s ease 0s, -webkit-transform 4s ease 0s;
  transition: all 0.4s ease 0s, transform 4s ease 0s;
  transition: all 0.4s ease 0s, transform 4s ease 0s, -webkit-transform 4s ease 0s;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-01 .content__section__wrap__ph .content__section__pic .content__img {
    width: calc(100% + 6.25rem);
    -webkit-transform: translate(-6.25rem, 0);
            transform: translate(-6.25rem, 0);
    height: 100%;
  }
}
#container .content.content__recruit .content__section .is-cont-02 p {
  line-height: 2;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-02 p {
    font-size: 1.125rem;
    margin-top: 0;
    line-height: 2.5;
  }
}
#container .content.content__recruit .content__section .is-cont-03 {
  min-height: auto;
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph {
  -webkit-transform: none;
          transform: none;
  min-height: auto;
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph::before {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph a {
  color: #fff;
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph a:link, #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph a:visited {
  color: #fff;
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph h2 {
  z-index: 2;
  margin-top: 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph h2 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph h2 .content__svg {
    height: 2rem;
  }
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph h2 .content__span {
  color: #fff;
  font-weight: 500;
  margin-top: 0.75rem;
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph h2 .content__span {
    font-size: 1.5rem;
  }
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph p {
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
  z-index: 2;
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph p.is-01 {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph p.is-01 {
    font-size: 1.75rem;
    margin-top: 3rem;
  }
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph p.is-02 {
  margin: 1.25rem auto 0;
  line-height: 2;
  font-size: 0.875rem;
  text-align: left;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph p.is-02 {
    text-align: center;
    font-size: 1rem;
  }
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph p.is-03 {
  margin: 1.25rem auto 0;
  line-height: 2;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph p.is-03 {
    font-size: 1rem;
  }
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph .content__img {
  width: 100%;
  -webkit-transform: none;
          transform: none;
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph .content__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  padding: 0 0.75rem;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph .content__ul {
    gap: 0.5rem 2rem;
  }
}
#container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph .content__ul li {
  font-size: 1rem;
  width: calc(50% - 0.25rem);
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-03 .content__section__wrap__ph .content__ul li {
    font-size: 1.125rem;
    line-height: 1.5;
    width: calc(50% - 1rem);
  }
}
#container .content.content__recruit .content__section .is-cont-04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3.75rem;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 {
    padding-top: 3.75rem;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 3.75rem;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl + .content__dl {
  margin-top: 2.5rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl + .content__dl {
    margin-top: 3.75rem;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl.is-map {
  border: none;
  padding: 0 0 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl.is-map {
    padding: 0 0 1.875rem;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl dt {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl dt {
    width: calc(6em + 0.75rem);
    font-size: 1.75rem;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl dd {
  width: 100%;
  line-height: 2;
  margin-top: 1.875rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__dl dd {
    margin-top: 0;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__map {
  width: 100%;
  height: auto;
  min-height: 21.875rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__map {
    min-height: 44.375rem;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__map + .content__dl {
  border-top: solid 1px var(--color-txt);
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__map + .content__dl {
    padding-top: 3.75rem;
    margin-top: 3.75rem;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__ul {
  font-size: 1rem;
}
@media screen and (min-width: 820px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__section__wrap__ph {
    width: 100%;
    margin-top: 1.875rem;
  }
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__section__wrap__ph .content__section__pic {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box .content__section__wrap__ph .content__section__pic .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 819px) {
  #container .content.content__recruit .content__section .is-cont-04 .content__section__wrap__box + .content__section__wrap__box {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 820px) {
  #container .content.content__drink_food .content__head h1 {
    margin-left: -3.4375rem;
  }
}
#container .content.content__drink_food .content__section .is-animated .content__section__wrap__ph.cont_ph_01 .content__section__pic.is-02 .content__img {
  -webkit-animation: fadeIn 1.4s 1 0.6s ease both;
          animation: fadeIn 1.4s 1 0.6s ease both;
}
#container .content.content__drink_food .content__section .content__section__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#container .content.content__drink_food .content__section .content__section__wrap h2 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  #container .content.content__drink_food .content__section .content__section__wrap h2 {
    padding: 0 50% 0 0;
  }
}
#container .content.content__drink_food .content__section .content__section__wrap h2 .content__svg {
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  #container .content.content__drink_food .content__section .content__section__wrap h2 .content__svg {
    height: 4.4375rem;
  }
}
@media screen and (min-width: 820px) {
  #container .content.content__drink_food .content__section .content__section__wrap h2 + .parts__menu-list {
    margin-top: 1.875rem;
  }
}
#container .content.content__drink_food .content__section .content__section__wrap + .content__section__wrap {
  margin-top: 0;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__box h2 {
  padding: 0;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__ph.cont_ph_01 .content__section__pic.is-02 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: none !important;
          transform: none !important;
  height: 100%;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__ph.cont_ph_01 .content__section__pic.is-02::after {
  content: "";
  background: rgba(132, 199, 221, 0.4);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  mix-blend-mode: multiply;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__ph.cont_ph_01 .content__section__pic.is-02::before {
  content: "";
  background: rgba(233, 158, 178, 0.2);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  mix-blend-mode: multiply;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__ph.cont_ph_01 .content__section__pic.is-02 .content__img {
  -webkit-transform: none !important;
          transform: none !important;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  display: block;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__ph.cont_ph_02 {
  margin-bottom: 9.375rem;
  overflow: visible;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__ph.cont_ph_02 .content__section__pic {
  width: 25vw;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__ph.cont_ph_02 .content__section__pic.is-01 {
  z-index: 1;
  position: relative;
}
#container .content.content__drink_food .content__section .content__section__wrap .content__section__wrap__ph.cont_ph_02 .content__section__pic.is-02 {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 9.375rem);
          transform: translate(0, 9.375rem);
}
#container .content.content__tabacco .content__head .content__section__pic-box .content__section__pic {
  width: 50%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  position: absolute;
  -webkit-animation: content__tabacco_MV_02 1.2s 1 0.4s ease both;
          animation: content__tabacco_MV_02 1.2s 1 0.4s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.content__tabacco .content__head .content__section__pic-box .content__section__pic {
    -webkit-transition: all 0.4s ease 0s, opacity 2s ease 0.8s, -webkit-transform 4s ease 0.8s;
    transition: all 0.4s ease 0s, opacity 2s ease 0.8s, -webkit-transform 4s ease 0.8s;
    transition: all 0.4s ease 0s, transform 4s ease 0.8s, opacity 2s ease 0.8s;
    transition: all 0.4s ease 0s, transform 4s ease 0.8s, opacity 2s ease 0.8s, -webkit-transform 4s ease 0.8s;
    -webkit-animation: content__tabacco_MV_01 1.2s 1 0.4s ease both;
            animation: content__tabacco_MV_01 1.2s 1 0.4s ease both;
  }
}
#container .content.content__tabacco .content__head .content__section__pic-box .content__section__pic.is-01 {
  left: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-animation: content__tabacco_MV_01 1.2s 1 0.4s ease both;
          animation: content__tabacco_MV_01 1.2s 1 0.4s ease both;
}
@media screen and (min-width: 820px) {
  #container .content.content__tabacco .content__head .content__section__pic-box .content__section__pic.is-01 {
    -webkit-animation: content__tabacco_MV_02 1.2s 1 0.4s ease both;
            animation: content__tabacco_MV_02 1.2s 1 0.4s ease both;
  }
}
#container .content.content__tabacco .content__head .content__section__pic-box .content__section__pic.is-02 {
  left: auto;
  right: 0;
}
@media screen and (max-width: 819px) {
  #container .content.content__tabacco .content__section .content__section__wrap__box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 819px) {
  #container .content.content__tabacco .content__section .content__section__pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 1.875rem);
          transform: translate(0, 1.875rem);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@-webkit-keyframes content__rote {
  0% {
    -webkit-transform: translate(-50%, calc(-50% - 2.875rem)) rotate(-360deg);
            transform: translate(-50%, calc(-50% - 2.875rem)) rotate(-360deg);
  }
  100% {
    -webkit-transform: translate(-50%, calc(-50% - 2.875rem)) rotate(0deg);
            transform: translate(-50%, calc(-50% - 2.875rem)) rotate(0deg);
  }
}
@keyframes content__rote {
  0% {
    -webkit-transform: translate(-50%, calc(-50% - 2.875rem)) rotate(-360deg);
            transform: translate(-50%, calc(-50% - 2.875rem)) rotate(-360deg);
  }
  100% {
    -webkit-transform: translate(-50%, calc(-50% - 2.875rem)) rotate(0deg);
            transform: translate(-50%, calc(-50% - 2.875rem)) rotate(0deg);
  }
}
@-webkit-keyframes content__load-p {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes content__load-p {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes content__top__head {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes content__top__head {
  0% {
    opacity: 1;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes content__top__head_02 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0) scale(1, 1);
            transform: rotate(0deg) translate(0, 0) scale(1, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: rotate(20deg) translate(0, 1vh) scale(1.2, 1.2);
            transform: rotate(20deg) translate(0, 1vh) scale(1.2, 1.2);
    -webkit-transform: rotate(20deg) translate(0, 1dvh) scale(1.2, 1.2);
            transform: rotate(20deg) translate(0, 1dvh) scale(1.2, 1.2);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0) scale(1, 1);
            transform: rotate(0deg) translate(0, 0) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0) scale(1, 1);
            transform: rotate(0deg) translate(0, 0) scale(1, 1);
    opacity: 1;
  }
}
@keyframes content__top__head_02 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0) scale(1, 1);
            transform: rotate(0deg) translate(0, 0) scale(1, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: rotate(20deg) translate(0, 1vh) scale(1.2, 1.2);
            transform: rotate(20deg) translate(0, 1vh) scale(1.2, 1.2);
    -webkit-transform: rotate(20deg) translate(0, 1dvh) scale(1.2, 1.2);
            transform: rotate(20deg) translate(0, 1dvh) scale(1.2, 1.2);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0) scale(1, 1);
            transform: rotate(0deg) translate(0, 0) scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0) scale(1, 1);
            transform: rotate(0deg) translate(0, 0) scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes content__top__head_03 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: rotate(20deg) translate(0, 1vh);
            transform: rotate(20deg) translate(0, 1vh);
    -webkit-transform: rotate(20deg) translate(0, 1dvh);
            transform: rotate(20deg) translate(0, 1dvh);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes content__top__head_03 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  25% {
    -webkit-transform: rotate(20deg) translate(0, 1vh);
            transform: rotate(20deg) translate(0, 1vh);
    -webkit-transform: rotate(20deg) translate(0, 1dvh);
            transform: rotate(20deg) translate(0, 1dvh);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
@-webkit-keyframes content__top__head_04 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes content__top__head_04 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes content__top__ico_move {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(240deg);
            transform: translate(-50%, -50%) rotate(240deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0.8;
  }
}
@keyframes content__top__ico_move {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(240deg);
            transform: translate(-50%, -50%) rotate(240deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    opacity: 0.8;
  }
}
@-webkit-keyframes content__top__ico_move_sp {
  0% {
    -webkit-transform: translate(-50%, 0%) rotate(240deg);
            transform: translate(-50%, 0%) rotate(240deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
            transform: translate(-50%, 0) rotate(360deg);
    opacity: 0.8;
  }
}
@keyframes content__top__ico_move_sp {
  0% {
    -webkit-transform: translate(-50%, 0%) rotate(240deg);
            transform: translate(-50%, 0%) rotate(240deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(360deg);
            transform: translate(-50%, 0) rotate(360deg);
    opacity: 0.8;
  }
}
@-webkit-keyframes content__top__food {
  0% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-filter: blur(0.625rem);
            filter: blur(0.625rem);
  }
  60% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes content__top__food {
  0% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-filter: blur(0.625rem);
            filter: blur(0.625rem);
  }
  60% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes content__top__tabacco_bk_sp {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@keyframes content__top__tabacco_bk_sp {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
@-webkit-keyframes content__content__ico_move {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(240deg);
            transform: translate(50%, -50%) rotate(240deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(360deg);
            transform: translate(50%, -50%) rotate(360deg);
    opacity: 0.8;
  }
}
@keyframes content__content__ico_move {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(240deg);
            transform: translate(50%, -50%) rotate(240deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(360deg);
            transform: translate(50%, -50%) rotate(360deg);
    opacity: 0.8;
  }
}
@-webkit-keyframes content__content__ico_move_sp {
  0% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.8;
  }
}
@keyframes content__content__ico_move_sp {
  0% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.8;
  }
}
@-webkit-keyframes content__content__MV_move {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
    opacity: 1;
  }
}
@keyframes content__content__MV_move {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
    opacity: 1;
  }
}
@-webkit-keyframes content__content__MV_move_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 1;
  }
}
@keyframes content__content__MV_move_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    opacity: 1;
  }
}
@-webkit-keyframes content__content__section__img-r {
  0% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes content__content__section__img-r {
  0% {
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes content__content__section__img-l {
  0% {
    -webkit-transform: translate(-100vw, 0);
            transform: translate(-100vw, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes content__content__section__img-l {
  0% {
    -webkit-transform: translate(-100vw, 0);
            transform: translate(-100vw, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes content__tabacco_MV_01 {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes content__tabacco_MV_01 {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes content__tabacco_MV_02 {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes content__tabacco_MV_02 {
  0% {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}