@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media print {
  * {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  html, body {
    display: none !important;
    visibility: hidden !important;
  }
}
/* ======================================================================
 common
====================================================================== */
html, body {
  overflow-x: hidden;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Shippori Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #5A6177;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow-x: hidden !important;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  body::before {
    background-image: url(../img/bg_sp.jpg);
    background-size: 100% 100%;
  }
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #5A6177;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.cwf_inner {
  max-width: 1000px;
  width: 84%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.sp {
  display: none !important;
}

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

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: url(#clip-arc-reveal);
}

.mask img {
  width: 100%;
  height: auto;
  display: block;
}

/* ======================================================================
 header
====================================================================== */
.cwf_header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_header {
    padding: 1.5rem 2rem 1.5rem 1.5rem;
  }
}
.cwf_header_logo {
  width: 108px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 912px) {
  .cwf_header_logo {
    width: 10.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cwf_header_logo {
    width: 6.4rem;
  }
}
@media screen and (max-width: 440px) {
  .cwf_header_logo {
    width: 10.4rem;
  }
}
.cwf_header_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cwf_header_box {
    padding: 0;
  }
}
.cwf_header_lineup {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .cwf_header_lineup {
    margin-right: 2rem;
  }
  .cwf_header_lineup.cwf_link {
    font-size: 1.2rem;
  }
  .cwf_header_lineup.cwf_link._down {
    background-size: 0.5rem;
    background-position: 100% 0.4rem;
  }
}
@media screen and (max-width: 440px) {
  .cwf_header_lineup.cwf_link {
    font-size: 1.6rem;
  }
}
.cwf_header_menu_logo {
  width: 303px;
  margin-right: 155px;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_logo {
    width: 10.4rem;
  }
}
.cwf_header_menu_cont {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  box-sizing: border-box;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 40px;
}
.cwf_header_menu_cont._active {
  background: #ACB0BB;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_cont {
    overflow-y: scroll;
    padding: 1rem 1.5rem 10rem 1.5rem;
  }
}
.cwf_header_menu_cont_bg {
  display: block;
  position: absolute;
  z-index: 2;
  width: 250%;
  height: 250%;
  background: linear-gradient(135deg, rgba(172, 176, 187, 0) 40%, #acb0bb 60%, #acb0bb 100%);
}
.cwf_header_menu_top {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_top {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7.5rem;
  }
}
.cwf_header_menu_close {
  position: relative;
  z-index: 3;
  cursor: pointer;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_close {
    width: 2.4rem;
  }
}
.cwf_header_menu_main {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  place-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_main {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
}
.cwf_header_menu_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_box {
    display: block;
    width: 100%;
    margin-bottom: 6rem;
  }
}
.cwf_header_menu_list_box {
  display: block;
  color: #FFF;
  font-size: 24px;
  margin-bottom: 30px;
  background: url(../img/star.svg) no-repeat 0 50%;
  background-size: 25px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_list_box {
    font-size: 2rem;
    line-height: 3.2rem;
    background-position: 0 0.5rem;
    padding-left: 3.5rem;
    margin-bottom: 3rem;
  }
}
.cwf_header_menu_btm {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_btm {
    display: block;
  }
}
.cwf_header_menu_sns {
  display: flex;
  align-items: center;
  width: 458px;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_sns {
    width: auto;
    justify-content: center;
  }
}
.cwf_header_menu_sns_box {
  width: 45px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_sns_box {
    width: 4.5rem;
    margin-right: 2rem;
  }
}
.cwf_header_menu_sub {
  order: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_sub {
    display: block;
    margin-bottom: 8rem;
  }
}
.cwf_header_menu_sub_box {
  color: #FFF;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .cwf_header_menu_sub_box {
    margin-bottom: 2rem;
  }
}
.cwf_header_menu_sub_box.cwf_link {
  border-bottom-color: #FFF;
}
.cwf_header_menu_sub_box.cwf_link::before {
  background-color: #FFF;
}
.cwf_header_menu_sub_box.cwf_link::after {
  background-color: #7B8192;
}
.cwf_header_menu_sub_box.cwf_link._right {
  background-image: url(../img/arw_right_white.svg);
}
.cwf_header_overlay {
  opacity: 1;
  visibility: hidden;
  background: #ACB0BB;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
.cwf_header_overlay._modal {
  z-index: 999;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 2.4rem;
    height: 1.6rem;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #5A6177;
  border-radius: 0.5px;
  transition: all 0.4s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  bottom: 0;
}
.hamburger._active span {
  background: #FFF;
}
.hamburger._active span:nth-child(1) {
  transform: rotate(45deg);
  top: 11.5px;
}
@media screen and (max-width: 768px) {
  .hamburger._active span:nth-child(1) {
    top: 0.8rem;
  }
}
.hamburger._active span:nth-child(2) {
  transform: rotate(-45deg);
  bottom: 11.5px;
}
@media screen and (max-width: 768px) {
  .hamburger._active span:nth-child(2) {
    bottom: 0.8rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.cwf_fixed {
  box-sizing: border-box;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  place-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 18px;
  width: 128px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .cwf_fixed {
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    width: 12.3rem;
    height: 5.4rem;
  }
}
.cwf_fixed span {
  letter-spacing: normal;
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../img/arw_doun_grey.svg);
  background-size: 7px;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .cwf_fixed span {
    padding-right: 0;
    background-position: 85% 90%;
    background-size: 0.5rem;
  }
}

/* ======================================================================
 main
====================================================================== */
/* 開始時のローディング画面 */
.cwf_initial_screen {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  height: 100%;
  background-color: #ccc5fc;
  z-index: 10001;
  /* display: none; */
}
.cwf_initial_screen p {
  font-size: 3rem;
  color: #fff;
}
.cwf_initial_screen_logo {
  opacity: 0;
  width: 26.5625vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cwf_initial_screen_logo {
    width: 57.4358vw;
  }
}

/* ローディング関連のコンテナ */
.cwf_loading {
  /* 元サイトの .p-top_overlay に相当する白い画面 */
  /* フレアのコンテナ */
}
.cwf_loading_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10002;
  pointer-events: none;
}
.cwf_loading_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000;
  opacity: 0; /* 最初は透明 */
}
.cwf_loading_flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 200rem;
  height: 200rem;
  z-index: 10001; /* 白い画面より手前 */
  mix-blend-mode: screen;
  opacity: 0; /* 初期状態は透明 */
  overflow: visible !important;
  background-image: url("../img/kosai_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.cwf_loading_flare img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  overflow: visible !important;
  display: block;
  max-width: none;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .cwf_loading_flare img {
      transform: translateZ(0);
    }
  }
}
.cwf_bg_element {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  top: 0;
  left: 0;
}
.cwf_bg_element .bgimg {
  position: relative;
  top: -60px;
  left: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  background-image: url(../img/flare_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  will-change: transform;
  pointer-events: none;
  transition: transform 0.1s ease-out;
}
@media screen and (max-width: 768px) {
  .cwf_bg_element .bgimg {
    background-image: url(../img/flare_bg_sp.png);
  }
}
.cwf_bg_element .bg_overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .cwf_bg_element .bg_overlay {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url(../img/water_surface_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    will-change: transform;
    pointer-events: none;
  }
}

.cwf_bg_mv {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.cwf_bg_mv_mv {
  background-size: cover;
  background-position: center center;
}

.cwf_mv_box {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cwf_mv_box {
    z-index: 2;
  }
}
.cwf_mv_ttl_logo {
  width: 26.5625vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 2;
}
@media screen and (max-width: 912px) {
  .cwf_mv_ttl_logo {
    width: 42.69vw;
  }
}
@media screen and (max-width: 768px) {
  .cwf_mv_ttl_logo {
    width: 57.4358vw;
  }
}
.cwf_mv_flex {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 912px) {
  .cwf_mv_flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cwf_mv_flex {
    flex-direction: column-reverse;
  }
}
.cwf_mv_left {
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 912px) {
  .cwf_mv_left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cwf_mv_left {
    width: 100%;
  }
}
.cwf_mv_left_inner {
  width: 100%;
  height: 100%;
  background: url(../img/mv_left.png) no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 912px) {
  .cwf_mv_left_inner {
    background: url(../img/mv_left_tb.png) no-repeat center bottom;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .cwf_mv_left_inner {
    background: url(../img/mv_left_sp.png) no-repeat center bottom;
    background-size: cover;
  }
}
.cwf_mv_left_img {
  display: block;
  width: 60%;
  height: auto;
  position: relative;
  right: 4vw;
}
@media screen and (max-width: 912px) {
  .cwf_mv_left_img {
    width: 40%;
    height: 40vh;
    right: 2vw;
    top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .cwf_mv_left_img {
    width: 53%;
    right: 1rem;
    top: 1rem;
  }
}
.cwf_mv_left_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.cwf_mv_right {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cwf_mv_right {
    width: 100%;
  }
}
@media screen and (max-width: 912px) {
  .cwf_mv_right {
    width: 100%;
  }
}
.cwf_mv_right_img {
  width: 100%;
  height: 100%;
}
.cwf_mv_right_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.cwf_mv_right_copy {
  width: 2.304vw;
  position: absolute;
  top: 8.859vw;
  right: 3.789vw;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .cwf_mv_right_copy {
    opacity: 0;
  }
}
@media screen and (max-width: 912px) {
  .cwf_mv_right_copy {
    width: 3.4vw;
    max-height: 40vh;
    top: 10.924vw;
    right: 15.703vw;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .cwf_mv_right_copy {
    width: 4.2vw;
    top: 13.564vw;
    right: 10.41vw;
  }
}
.cwf_mv_right_copy img {
  width: 100%;
}
@media screen and (max-width: 912px) {
  .cwf_mv_right_copy img {
    max-height: 36vh;
  }
}

.cwf_introduction {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: relative;
  transform: none !important;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .cwf_introduction {
    flex-direction: column-reverse;
    height: auto;
  }
}
.cwf_introduction_spacer {
  display: none;
  height: 100vh; /* introと同じ高さ */
}
.cwf_introduction._fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.cwf_introduction_left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_left {
    width: 100%;
    height: 50%;
  }
}
.cwf_introduction_left_img {
  display: none;
  opacity: 0.5;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_left_img {
    width: 110%;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}
.cwf_introduction_left_group {
  width: 90%;
  top: 45%;
  left: 10%;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cwf_introduction_left_group {
    width: 110%;
    top: 34%;
    left: 54%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 440px) {
  .cwf_introduction_left_group {
    width: 110%;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.cwf_introduction_left_group_img {
  position: absolute;
}
.cwf_introduction_left_group_img img {
  width: 100%;
}
.cwf_introduction_left_group_img._01 {
  width: 10%;
  max-width: 145px;
  left: 12.8%;
  bottom: 4.3vw;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_left_group_img._01 {
    width: 12.5%;
    max-width: 102px;
    left: 33.8%;
    bottom: -0.7vw;
  }
}
@media screen and (max-width: 440px) {
  .cwf_introduction_left_group_img._01 {
    width: 15%;
    max-width: 145px;
    left: 31.8%;
    bottom: 10.3vw;
  }
}
.cwf_introduction_left_group_img._02 {
  width: 14.5%;
  max-width: 211px;
  left: 22%;
  bottom: -12.3vw;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_left_group_img._02 {
    width: 15.5%;
    max-width: 130px;
    left: 45.8%;
    bottom: -17.7vw;
  }
}
@media screen and (max-width: 440px) {
  .cwf_introduction_left_group_img._02 {
    width: 21.5%;
    max-width: 145px;
    left: 45.8%;
    bottom: -17.7vw;
  }
}
.cwf_introduction_left_group_img._03 {
  width: 16%;
  max-width: 232px;
  left: 6.6%;
  bottom: -19.5vw;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_left_group_img._03 {
    width: 18%;
    max-width: 150px;
    left: 26.8%;
    bottom: -28.7vw;
  }
}
@media screen and (max-width: 440px) {
  .cwf_introduction_left_group_img._03 {
    width: 23%;
    max-width: 145px;
    left: 22.8%;
    bottom: -28.7vw;
  }
}
.cwf_introduction_left_group_img._04 {
  width: 10%;
  max-width: 145px;
  left: 28.7%;
  bottom: -23.7vw;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_left_group_img._04 {
    width: 11%;
    max-width: 103px;
    left: 49.8%;
    bottom: -34.7vw;
  }
}
@media screen and (max-width: 440px) {
  .cwf_introduction_left_group_img._04 {
    width: 16%;
    max-width: 145px;
    left: 55.8%;
    bottom: -37.7vw;
  }
}
.cwf_introduction_txtbox {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding-left: 13rem;
  z-index: 2;
}
@media screen and (max-width: 912px) {
  .cwf_introduction_txtbox {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .cwf_introduction_txtbox {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    align-items: center;
    padding-left: 0;
    position: relative;
    top: -15vh;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .cwf_introduction_txtbox_inner {
    height: auto;
  }
}
.cwf_introduction_txtbox_desc_txt {
  line-height: 2;
  filter: none;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_txtbox_desc_txt {
    line-height: 1.8;
  }
}
.cwf_introduction_txtbox_desc_txt._01 {
  font-size: clamp(16px, 1.4vw, 18px);
}
@media screen and (max-width: 768px) {
  .cwf_introduction_txtbox_desc_txt._01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 440px) {
  .cwf_introduction_txtbox_desc_txt._01 {
    font-size: 1.7rem;
  }
}
.cwf_introduction_txtbox_desc_txt._02 {
  font-size: clamp(23px, 1.8vw, 26px);
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_txtbox_desc_txt._02 {
    font-size: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .cwf_introduction_txtbox_desc_txt._02 {
    font-size: 2.3rem;
  }
}
.cwf_introduction_txtbox_logo {
  width: clamp(260px, 20vw, 292px);
  margin-top: 2rem;
}
@media screen and (max-width: 912px) {
  .cwf_introduction_txtbox_logo {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cwf_introduction_txtbox_logo {
    width: 90%;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 440px) {
  .cwf_introduction_txtbox_logo {
    width: 90%;
  }
}
.cwf_introduction_txtbox_logo img {
  width: 100%;
}
.cwf_introduction_sp_spacer {
  display: none;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_sp_spacer {
    display: block;
    height: auto;
    padding-top: 100px;
  }
}
.cwf_introduction_sp_spacer_img {
  opacity: 0;
}
.cwf_introduction_scroll_buffer {
  height: 25vh;
  pointer-events: none;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .cwf_introduction_scroll_buffer {
    height: 20vh;
  }
}

.cwf_introduction_scroll_release {
  height: 100vh;
  background: transparent;
}

.cwf_concept_ttl_logo {
  width: 26.56vw;
  height: 12.12vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cwf_concept_ttl .logo {
  display: block;
  width: min(20%, 300px);
  height: 0;
  padding-top: 80px;
  overflow: hidden;
  background-image: url(../img/change_logo_flarune.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cwf_ttl_en {
  writing-mode: sideways-lr;
  position: absolute;
  height: 100%;
  text-align: center;
  z-index: 200;
  top: 0;
  left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .cwf_ttl_en {
    left: 1.5rem;
    font-size: 1.2rem;
  }
}
.cwf_ttl_en._color01 {
  color: #FFF;
}

.cwf_link {
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  width: fit-content;
  background-repeat: no-repeat;
  padding: 0 25px 10px 0;
  letter-spacing: 0.1em;
  overflow: visible;
}
.cwf_link::before, .cwf_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}
.cwf_link::before {
  z-index: 1;
  background: #5A6177;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.cwf_link::after {
  z-index: 2;
  background: #ACB0BB;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.cwf_link:hover::before {
  transform: scale(0, 1);
  transform-origin: right top;
}
.cwf_link:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 768px) {
  .cwf_link {
    padding: 0 1em 0.7em 0;
    font-size: 1.6rem;
  }
}
.cwf_link._down {
  background-image: url(../img/arw_doun_grey.svg);
  background-position: 100% 2px;
  background-size: 7px;
}
@media screen and (max-width: 768px) {
  .cwf_link._down {
    background-position: 100% 0.2rem;
    background-size: 0.7rem;
  }
}
.cwf_link._down:hover {
  background-image: url(../img/arw_doun_grey_hover.svg);
  background-size: 7px;
}
@media screen and (max-width: 768px) {
  .cwf_link._down:hover {
    background-size: 0.7rem;
  }
}
.cwf_link._top {
  background-image: url(../img/arw_top_grey.svg);
  background-position: 100% 2px;
  background-size: 7px;
}
@media screen and (max-width: 768px) {
  .cwf_link._top {
    background-position: 100% 0.2rem;
    background-size: 0.7rem;
  }
}
.cwf_link._top:hover {
  background-image: url(../img/arw_top_grey_hover.svg);
  background-size: 7px;
}
@media screen and (max-width: 768px) {
  .cwf_link._top:hover {
    background-size: 0.7rem;
  }
}
.cwf_link._right {
  background-image: url(../img/arw_right_grey.svg);
  background-position: 100% 6px;
  background-size: 14px;
}
@media screen and (max-width: 768px) {
  .cwf_link._right {
    background-position: 100% 0.6rem;
    background-size: 1.4rem;
  }
}
.cwf_link._right:hover {
  background-image: url(../img/arw_right_grey_hover.svg);
  background-position: 100% 6px;
  background-size: 14px;
}
@media screen and (max-width: 768px) {
  .cwf_link._right:hover {
    background-size: 1.4rem;
  }
}

.cwf_brand {
  width: 100vw;
  height: 100vh;
  position: relative;
  margin-top: -100vh;
  pointer-events: auto;
}
.cwf_brand_bg {
  position: relative;
  z-index: 200;
  width: 100vw;
  height: 100vh;
}
.cwf_brand_bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}
.cwf_brand_badge {
  position: absolute;
  z-index: 200;
  top: 50%;
  right: 40px;
  width: 138px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cwf_brand_badge {
    top: auto;
    bottom: 2.5rem;
    right: auto;
    left: 2.5rem;
    width: 6.3rem;
    transform: none;
  }
}
.cwf_brand_badge > img {
  animation: rotate 16s infinite linear;
}
.cwf_brand_badge_arw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  place-content: center;
}
.cwf_brand_badge_arw img {
  width: 24px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .cwf_brand_badge_arw img {
    width: 1.2rem;
    margin-left: 0.5rem;
  }
}

.cwf_movie {
  overflow: hidden;
  position: relative;
  padding: 130px 0;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .cwf_movie {
    padding: 10rem 0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .cwf_movie_slider_ttl {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.cwf_movie_slider_box {
  cursor: pointer;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .cwf_movie_slider_box {
    width: 94% !important;
    margin: 0 auto 8rem;
  }
}
.cwf_movie_slider_img {
  position: relative;
}
.cwf_movie_slider_ttl {
  text-align: center;
  font-size: 13px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .cwf_movie_slider_ttl {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.cwf_movie_slider_badge {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 25px;
  width: 63px;
}
@media screen and (max-width: 768px) {
  .cwf_movie_slider_badge {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 6.3rem;
  }
}
.cwf_movie_slider_badge > img {
  animation: rotate 16s infinite linear;
}
.cwf_movie_slider_badge_arw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  place-content: center;
}
.cwf_movie_slider_badge_arw img {
  width: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .cwf_movie_slider_badge_arw img {
    width: 1.2rem;
    margin-left: 0.5rem;
  }
}
.cwf_movie .slick-list {
  overflow: visible;
}
.cwf_movie .slick-arrow {
  font-size: 0;
  cursor: pointer;
}
.cwf_movie .slick-arrow.slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  border: 1px solid;
  background: url(../img/arw_right_btn.svg) no-repeat 50% 50%;
  background-size: 27px;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  margin-top: -32px;
}
.cwf_movie .slick-arrow.slick-next:hover {
  background-color: #FFF;
}
.cwf_movie_modal {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFF;
  padding: 40px;
}
.cwf_movie_modal::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .cwf_movie_modal {
    padding: 2rem;
  }
}
.cwf_movie_modal .cwf_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .cwf_movie_modal .cwf_inner {
    width: 100%;
  }
}
.cwf_movie_modal .cwf_inner._vertical {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cwf_movie_modal .cwf_inner._vertical {
    width: 84%;
  }
}
.cwf_movie_modal_close {
  cursor: pointer;
  float: right;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .cwf_movie_modal_close {
    width: 2.4rem;
  }
}
.cwf_movie_modal_ttl {
  display: none;
  text-align: center;
  font-size: 13px;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .cwf_movie_modal_ttl {
    display: block;
    font-size: 1.4rem;
    margin: 0 0 2rem;
  }
}
.cwf_movie_modal_video {
  width: 100%;
}
.cwf_movie_modal_mute {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 0;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .cwf_movie_modal_mute {
    justify-content: center;
    margin-top: 2rem;
  }
}
.cwf_movie_modal_mute_img {
  width: 34px;
  margin-right: 21px;
}
.cwf_movie_modal_mute_btn {
  position: relative;
  cursor: pointer;
  line-height: 0;
}
.cwf_movie_modal_mute_btn img {
  opacity: 0.5;
}
.cwf_movie_modal_mute_btn._active img {
  opacity: 1;
}
.cwf_movie_modal_mute_btn:not(:last-child) {
  margin-right: 30px;
}
.cwf_movie_modal_mute_btn:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #5A6177;
  position: absolute;
  top: 0;
  right: -17px;
  transform: rotate(30deg);
}
.cwf_movie_modal_mute_btn img {
  width: auto;
  height: 13px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .scroll-infinity {
    bottom: 9rem;
  }
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 410px;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 312px;
    margin-right: 60px;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.cwf_lineup {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .cwf_lineup {
    padding: 6rem 0;
  }
}
.cwf_lineup_ttl {
  margin: 0 auto;
  width: 368px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_ttl {
    width: 20rem;
  }
}
.cwf_lineup_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list {
    display: block;
    margin-top: 6rem;
  }
}
.cwf_lineup_list_box {
  display: flex;
  justify-content: center;
  width: 50%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_box {
    position: relative;
    display: block;
    width: auto;
    margin-bottom: 10rem;
    padding-top: 4rem;
  }
}
.cwf_lineup_list_box._center {
  width: 100%;
  align-items: center;
}
.cwf_lineup_list_box._center .cwf_lineup_list_img {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_box._center .cwf_lineup_list_img {
    margin: 0 auto 2rem;
  }
}
.cwf_lineup_list_box:first-child .cwf_lineup_list_catch {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_box:first-child .cwf_lineup_list_catch {
    font-size: 2.2rem;
  }
}
.cwf_lineup_list_img {
  width: 118px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_img {
    margin: 0 auto 2rem;
    width: 9.4rem;
  }
}
.cwf_lineup_list_catch {
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_catch {
    text-align: center;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.cwf_lineup_list_catch sub {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_catch sub {
    font-size: 1rem;
  }
}
.cwf_lineup_list_txt {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.cwf_lineup_list_txt sub {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_txt sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
}
.cwf_lineup_list_name {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_name {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
}
.cwf_lineup_list_price {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_price {
    font-size: 1.6rem;
  }
}
.cwf_lineup_list_price span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_price span {
    font-size: 1.2rem;
  }
}
.cwf_lineup_list_price_txt {
  line-height: 1.7;
}
.cwf_lineup_list_more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_more {
    padding-right: 3rem;
  }
}
.cwf_lineup_list_cap {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_list_cap {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.cwf_lineup_special {
  display: block;
  box-sizing: border-box;
  position: relative;
  background: #FCF8FD;
  min-height: 300px;
  margin-bottom: 60px;
  padding: 0 60px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special {
    text-align: center;
    min-height: auto;
    margin-bottom: 6rem;
    padding: 3rem 0;
  }
}
.cwf_lineup_special:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special:hover {
    transform: none;
  }
}
.cwf_lineup_special_box {
  margin-left: 360px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special_box {
    margin: 0;
    padding: 0;
  }
}
.cwf_lineup_special_img {
  position: absolute;
  top: 0;
  left: 80px;
  width: 244px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special_img {
    position: static;
    width: 86%;
    margin: 0 auto;
  }
}
.cwf_lineup_special_ttl {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special_ttl {
    font-size: 1.6rem;
    background: linear-gradient(transparent 75%, #FFF 0%);
    width: fit-content;
    margin: 0 auto;
  }
}
.cwf_lineup_special_ttl span {
  display: block;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special_ttl span {
    font-size: 2.9rem;
  }
}
.cwf_lineup_special_top {
  display: flex;
  align-items: flex-end;
  line-height: 1.5;
  background: linear-gradient(transparent 75%, #FFF 0%);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special_top {
    background: none;
    display: inline;
    margin-bottom: 0;
  }
}
.cwf_lineup_special_date {
  font-size: 29px;
}
.cwf_lineup_special_date span {
  font-size: 16px;
}
.cwf_lineup_special_txt {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special_txt {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
}
.cwf_lineup_special_cap {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_special_cap {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.cwf_lineup_full {
  text-align: center;
}
.cwf_lineup_full_more {
  cursor: pointer;
  margin: 0 auto 50px;
}
.cwf_lineup_full_box {
  display: none;
}
.cwf_lineup_full_list {
  display: grid;
  border-collapse: collapse;
  grid-template-columns: repeat(3, 33.33%);
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list {
    display: block;
  }
}
.cwf_lineup_full_list_box {
  position: relative;
  border: 1px solid #7B8192;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-collapse: collapse;
  margin: -1px -1px 0 0;
  font-size: 16px;
  padding: 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_box {
    margin: -1px 0 0;
    font-size: 1.6rem;
    padding: 4rem 0;
  }
}
.cwf_lineup_full_list_box:first-child {
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_box:first-child {
    border: none;
    padding: 0 0 3rem;
  }
}
.cwf_lineup_full_list_first {
  width: 206px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_first {
    width: 16.3rem;
  }
}
.cwf_lineup_full_list_close {
  cursor: pointer;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_close {
    margin: 3rem auto 0;
  }
}
.cwf_lineup_full_list_img {
  width: 140px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_img {
    width: 14rem;
    margin-bottom: 3rem;
  }
}
.cwf_lineup_full_list_tag {
  background: #7B8192;
  color: #FFF;
  padding: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_tag {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cwf_lineup_full_list_ttl {
  line-height: 26px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_ttl {
    line-height: 2.6rem;
    margin-bottom: 1rem;
  }
}
.cwf_lineup_full_list_price {
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_price {
    line-height: 2.6rem;
    margin-bottom: 3rem;
  }
}
.cwf_lineup_full_list_price span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_price span {
    font-size: 1.2rem;
  }
}
.cwf_lineup_full_list_more {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cwf_lineup_full_list_more {
    position: static;
  }
}
.cwf_lineup_full_list_more .cwf_link {
  margin: 0 auto;
}

.cwf_campaign {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .cwf_campaign {
    padding: 9rem 0;
  }
}
@media screen and (max-width: 768px) {
  .cwf_campaign .cwf_inner {
    width: 94%;
  }
}
.cwf_campaign_bg {
  text-align: center;
  position: relative;
  display: grid;
  place-items: center;
  background: url(../img/frame.svg) no-repeat 0 0;
  background-size: 100% 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_bg {
    background: url(../img/frame_sp.svg) no-repeat 0 0;
    background-size: 100% 100%;
    height: 66rem;
  }
}
.cwf_campaign_badge {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_badge {
    width: 15.7rem;
    top: -5rem;
  }
}
.cwf_campaign_badge_txt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  place-content: center;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_badge_txt {
    font-size: 2.6rem;
  }
}
.cwf_campaign_badge_txt span {
  letter-spacing: normal;
  margin-bottom: 7px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_badge_txt span {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
}
.cwf_campaign_badge img {
  animation: rotate 24s infinite linear;
}
.cwf_campaign_ttl {
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.cwf_campaign_ttl span {
  display: block;
  font-size: 29px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_ttl span {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.cwf_campaign_catch {
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_catch {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }
}
.cwf_campaign_catch span {
  border-bottom: 1px solid;
}
.cwf_campaign_date {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_date {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.cwf_campaign_date span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_date span {
    font-size: 2.6rem;
  }
}
.cwf_campaign_txt {
  line-height: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_txt {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }
}
.cwf_campaign_more {
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_more {
    margin: 0 auto 4rem;
  }
}
.cwf_campaign_link {
  cursor: pointer;
  display: inline;
  color: #ACB0BB;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_link {
    font-size: 1.6rem;
  }
}
.cwf_campaign_img {
  position: absolute;
  transform: rotate(10deg);
  width: 130px;
  right: 50px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .cwf_campaign_img {
    width: 10rem;
    right: 1rem;
    bottom: -6rem;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cwf_coupon {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .cwf_coupon {
    padding: 5rem 0;
  }
}
.cwf_coupon_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cwf_coupon_img {
  width: 100px;
  margin-right: 55px;
}
@media screen and (max-width: 768px) {
  .cwf_coupon_img {
    width: 7.5rem;
    margin-right: 1.5rem;
  }
}
.cwf_coupon_ttl {
  font-size: 29px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cwf_coupon_ttl {
    font-size: 2rem;
  }
}
.cwf_coupon_txt {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cwf_coupon_txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin-bottom: 3rem;
  }
}

.cwf_bnr {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cwf_bnr {
    padding-bottom: 0;
  }
}
.cwf_bnr_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .cwf_bnr_list {
    display: block;
  }
}
.cwf_bnr_list_box {
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  place-content: center;
  width: 50%;
  background: #FFF;
  border: 1px solid #ACB0BB;
  margin-right: -1px;
  height: 145px;
}
@media screen and (max-width: 768px) {
  .cwf_bnr_list_box {
    width: auto;
    margin: -1px 0 0;
    height: 9.5rem;
  }
}
.cwf_bnr_list_box:hover {
  background: #ACB0BB;
  color: #FFF;
}
.cwf_bnr_list_box:hover .cwf_bnr_list_ttl_logo {
  background: url(../img/logo_albion_white.svg) no-repeat 0 0;
  background-size: 100%;
}
.cwf_bnr_list_txt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cwf_bnr_list_txt {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
  }
}
.cwf_bnr_list_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .cwf_bnr_list_ttl {
    font-size: 2.6rem;
  }
}
.cwf_bnr_list_ttl_logo {
  transition: all 0.2s ease-in-out;
  font-size: 0;
  background: url(../img/logo_albion.svg) no-repeat 0 0;
  background-size: 100%;
  width: 158px;
  height: 36px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_bnr_list_ttl_logo {
    width: 12rem;
    height: 2.7rem;
    margin-right: 1.5rem;
  }
}

.cwf_archive {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .cwf_archive {
    padding: 5rem 0 6rem;
  }
}
.cwf_archive .cwf_ttl_en {
  left: -30px;
}
@media screen and (max-width: 768px) {
  .cwf_archive .cwf_ttl_en {
    position: static;
    writing-mode: inherit;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .cwf_archive .cwf_ttl_en {
    font-size: 2rem;
  }
}
.cwf_archive_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .cwf_archive_list {
    display: block;
    margin-top: 3rem;
  }
}
.cwf_archive_list_box {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ACB0BB;
  width: 50%;
  margin-right: -1px;
}
@media screen and (max-width: 768px) {
  .cwf_archive_list_box {
    display: block;
    width: auto;
    margin: -1px 0 0;
  }
}
.cwf_archive_list_box:hover img {
  transform: scale(1.1);
}
.cwf_archive_list_box img {
  transition: all 0.5s ease-in-out;
}
.cwf_archive_list_txt {
  position: absolute;
  z-index: 1;
  color: #FFF;
  left: 20px;
  bottom: 20px;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .cwf_archive_list_txt {
    font-size: 1.6rem;
    left: 1.5rem;
    bottom: 1.5rem;
  }
}

.cwf_footer {
  background: #FFF;
  padding: 80px 0 30px;
}
@media screen and (max-width: 768px) {
  .cwf_footer {
    padding: 7rem 0 4rem;
  }
}
.cwf_footer_sns_ttl {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_footer_sns_ttl {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.cwf_footer_sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .cwf_footer_sns_list {
    margin-bottom: 6.5rem;
  }
}
.cwf_footer_sns_list_box {
  width: 45px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .cwf_footer_sns_list_box {
    width: 4.5rem;
    margin: 0 1rem;
  }
}
.cwf_footer_pagetop {
  margin: 0 auto;
}
.cwf_footer_copy {
  margin-top: 90px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .cwf_footer_copy {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.cwf_terms {
  opacity: 0;
  visibility: hidden;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
}
.cwf_terms .cwf_ttl_en {
  position: fixed;
}
.cwf_terms_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .cwf_terms_header {
    padding: 1rem 1.5rem;
  }
}
.cwf_terms_logo {
  width: 105px;
}
@media screen and (max-width: 768px) {
  .cwf_terms_logo {
    width: 10.4rem;
  }
}
.cwf_terms_close {
  position: relative;
  cursor: pointer;
  width: 40px;
  top: 25px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .cwf_terms_close {
    width: 2.4rem;
    top: 0;
    right: 0.5rem;
  }
}
.cwf_terms_box {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .cwf_terms_box {
    width: 74.3%;
    padding: 10rem 0;
  }
}
.cwf_terms_ttl {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cwf_terms_ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.cwf_terms_txt {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .cwf_terms_txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
.cwf_terms_txt a {
  color: #FFF;
}
.cwf_terms_list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cwf_terms_list {
    margin-top: 1rem;
  }
}
.cwf_terms_list_box {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .cwf_terms_list_box {
    padding: 4rem 0;
  }
}
.cwf_terms_list_box:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
.cwf_terms_list_ttl {
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  .cwf_terms_list_ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 3.2rem;
  }
}
.cwf_terms_list_num {
  list-style-type: decimal;
  margin-left: 1.25em;
}
.cwf_terms_list_num_box:not(:last-child) {
  margin-bottom: 1em;
}
.cwf_terms_list_cir {
  list-style-type: disc;
  margin-left: 1.25em;
}
.cwf_terms_list_cir_box:not(:last-child) {
  margin-bottom: 1em;
}
.cwf_terms_list_att {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .cwf_terms_list_att {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.video-container .cwf_movie_modal_box {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.video-container .cwf_movie_modal_box._vertical video {
  width: auto;
  height: calc(100vh - 10rem);
  max-height: calc(100vh - 10rem);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .video-container .cwf_movie_modal_box._vertical video {
    width: 100%;
    height: auto;
  }
}
.video-container .cwf_movie_modal_box video {
  cursor: pointer;
}
.video-container .cwf_movie_modal_box .controls button {
  cursor: pointer;
  display: grid;
  place-items: center;
  place-content: center;
  background-color: rgba(172, 176, 187, 0.8);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container .cwf_movie_modal_box .controls button img {
  width: 74px;
}
@media screen and (max-width: 768px) {
  .video-container .cwf_movie_modal_box .controls button img {
    width: 6rem;
  }
}
.video-container .cwf_movie_modal_box .controls button.play {
  display: none;
}
.video-container .cwf_movie_modal_box .controls button.pause {
  display: none;
}
.video-container .cwf_movie_modal_box .controls button.replay {
  display: none;
}

.cwf_movie_modal_ctrl {
  position: relative;
}

.cwf_movie_modal .sliders {
  position: absolute;
  top: 15px;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 300px;
  margin-left: -150px;
}
.cwf_movie_modal .sliders input[type=range] {
  appearance: none;
  height: 2px;
  background: #DDDEE3;
  outline: none;
}
.cwf_movie_modal .sliders input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 13px;
  height: 13px;
  background: #ACB0BB;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cwf_movie_modal .sliders {
    width: 30rem;
    position: static;
    margin: 2rem auto 0;
  }
}
.cwf_movie_modal .sliders .slider-group input.seek-bar::-webkit-slider-thumb {
  box-shadow: none !important;
}
.cwf_movie_modal .sliders .slider-group input.seek-bar::-moz-range-thumb {
  box-shadow: none !important;
}
.cwf_movie_modal .sliders .slider-group input.seek-bar::-ms-thumb {
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .cwf_movie_modal ._vertical .cwf_movie_modal_mute {
    margin-top: 1.5rem;
  }
  .cwf_movie_modal ._vertical .sliders {
    position: absolute;
    top: -7rem;
    left: 50%;
    margin-left: -15rem;
  }
  .cwf_movie_modal ._vertical .sliders input[type=range]::-webkit-slider-thumb {
    background: #FFF;
  }
  .cwf_movie_modal ._vertical .seek-bar {
    --seek-filled: #FCF8FD;
    --seek-unfilled: #ACB0BB;
    background: var(--seek-unfilled);
  }
}
.cwf_movie_modal .seek-bar {
  --seek-filled: #ACB0BB;
  --seek-unfilled: #DDDEE3;
  appearance: none;
  height: 6px;
  border-radius: 3px;
  background: var(--seek-unfilled);
  outline: none;
}

.slider-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-group input {
  flex: 1;
}/*# sourceMappingURL=style.css.map */