@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .center_mask {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .left_mask {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .center_mask, .animate.show .left_mask {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

:root {
  interpolate-size: allow-keywords;
}

body #main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  color: #000000;
}
body #main a:hover {
  text-decoration: none;
}
body #main .en {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
}
body #main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body #main img.contain {
  height: 100%;
  object-fit: contain;
}
body #main sup, body #main sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body #main sup {
  bottom: 1.5ex;
}
body #main sub {
  top: 0.5ex;
}
body #main input, body #main textarea, body #main select, body #main button {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  color: inherit;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body #main input::-ms-expand, body #main textarea::-ms-expand, body #main select::-ms-expand, body #main button::-ms-expand {
  display: none;
}
body #main .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body #main * {
  outline: none;
}
body #main *:hover, body #main *:active, body #main *:focus {
  outline: none;
}
body #main article section.hero .animate p.copy > span > span {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
body #main article section.hero .animate p.copy > span > span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #000000;
}
body #main article section.hero .animate p.copy > span:nth-child(1) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 0ms;
}
body #main article section.hero .animate p.copy > span:nth-child(1) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 400ms;
}
body #main article section.hero .animate p.copy > span:nth-child(2) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 200ms;
}
body #main article section.hero .animate p.copy > span:nth-child(2) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 600ms;
}
body #main article section.hero .animate p.copy > span:nth-child(3) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 400ms;
}
body #main article section.hero .animate p.copy > span:nth-child(3) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 800ms;
}
body #main article section.hero .animate p.copy > span:nth-child(4) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 600ms;
}
body #main article section.hero .animate p.copy > span:nth-child(4) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1000ms;
}
body #main article section.hero .animate p.copy > span:nth-child(5) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 800ms;
}
body #main article section.hero .animate p.copy > span:nth-child(5) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1200ms;
}
body #main article section.hero .animate p.copy > span:nth-child(6) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 1000ms;
}
body #main article section.hero .animate p.copy > span:nth-child(6) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1400ms;
}
body #main article section.hero .animate p.copy > span:nth-child(7) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 1200ms;
}
body #main article section.hero .animate p.copy > span:nth-child(7) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1600ms;
}
body #main article section.hero .animate p.copy > span:nth-child(8) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 1400ms;
}
body #main article section.hero .animate p.copy > span:nth-child(8) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1800ms;
}
body #main article section.hero .animate p.copy > span:nth-child(9) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 1600ms;
}
body #main article section.hero .animate p.copy > span:nth-child(9) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 2000ms;
}
body #main article section.hero .animate p.copy > span:nth-child(10) > span {
  transform-style: preserve-3d;
  transition-property: clip-path;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-delay: 1800ms;
}
body #main article section.hero .animate p.copy > span:nth-child(10) > span:before {
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 2200ms;
}
body #main article section.hero .animate.show p.copy > span > span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
body #main article section.hero .animate.show p.copy > span > span:before {
  width: 0%;
}

@media screen and (min-width: 768px) {
  body #main {
    letter-spacing: 0.05em;
  }
  body #main main {
    margin: 0 auto;
    max-width: 1920px;
    background: url("../img/bg_pattern.png") repeat center top;
  }
  body #main article {
    background: url("../img/bg_hero.png") no-repeat center top/100% auto;
  }
  body #main nav {
    width: 100%;
    height: 40px;
    background: rgba(50, 50, 60, 0.2);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
  }
  body #main nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }
  body #main nav ul li a {
    padding: 0 min(2vw, 30px);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  body #main nav ul li a img {
    width: auto;
    height: 10px;
  }
  body #main nav ul li a:before, body #main nav ul li a:after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transform: translate3D(0, 0, 0);
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main nav ul li a:before {
    width: 40px;
    height: 10px;
    left: calc(50% - 20px);
    bottom: -5px;
    filter: blur(5px);
  }
  body #main nav ul li a:after {
    width: 14px;
    height: 4px;
    left: calc(50% - 7px);
    bottom: -2px;
    filter: blur(3px);
    background: rgba(255, 255, 255, 0.8);
  }
  body #main nav ul li a:hover:before, body #main nav ul li a:hover:after {
    opacity: 1;
  }
  body #main nav ul li.design a:before {
    background: #48bcfa;
  }
  body #main nav ul li.driving a:before {
    background: #FFA5B9;
  }
  body #main nav ul li.bevlife a:before {
    background: #F0E600;
  }
  body #main nav ul li.feelbz4x a img {
    width: auto;
    height: 9px;
  }
  body #main nav ul li.feelbz4x a:before {
    background: #CDCDDC;
  }
  body #main section {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  body #main section .inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
    position: relative;
  }
  body #main section .inner.small {
    max-width: 840px;
  }
  body #main section ul.bz4x_note li,
  body #main section p.bz4x_note span {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    line-height: 15px;
    font-size: 10px;
    color: #A0A0AA;
  }
  body #main section ul.bz4x_note li:before,
  body #main section p.bz4x_note span:before {
    content: "■";
    margin-left: -1em;
    display: block;
    float: left;
  }
  body #main section .slide_loop {
    position: absolute;
    top: 190px;
    left: 0;
    z-index: 0;
  }
  body #main section .slide_loop .slide_group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main section .slide_loop .slide_group .slide_inner {
    width: auto;
    height: 170px;
    padding-right: 50vw;
  }
  body #main section .slide_loop .slide_group .slide_inner img {
    width: auto;
    height: 100%;
  }
  body #main section.hero {
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  body #main section.hero .mv_area {
    position: relative;
    overflow: hidden;
    height: min(61.4583333333vw, 1180px);
    box-sizing: border-box;
  }
  body #main section.hero .mv_area h1 {
    margin-top: min(3.125%, 60px);
  }
  body #main section.hero .mv_area h1 span {
    margin: 0 auto;
    display: block;
  }
  body #main section.hero .mv_area h1 span.switch {
    margin-bottom: min(2.9166666667%, 56px);
    width: min(31.25%, 600px);
  }
  body #main section.hero .mv_area h1 span.bz4x {
    width: min(20.4166666667%, 392px);
  }
  body #main section.hero .mv_area .img_bz4x {
    width: min(40.9375%, 786px);
    position: absolute;
    right: min(17.96875%, 345px);
    bottom: min(11.4583333333%, 110px);
  }
  body #main section.hero .mv_area .img_people {
    width: min(14.7916666667%, 284px);
    position: absolute;
    right: min(16.7708333333%, 322px);
    bottom: min(11.6666666667%, 112px);
  }
  body #main section.hero p.copy {
    margin-top: max(-10.9375%, -210px);
    margin-bottom: 100px;
    line-height: 36px;
    font-size: 16px;
  }
  body #main section.hero p.copy ruby rt {
    font-size: 10px;
  }
  body #main section.hero p.copy > span {
    display: block;
  }
  body #main section.hero p.copy > span > span {
    margin: 5px 0;
    display: inline-block;
    position: relative;
  }
  body #main section.hero ul.bz4x_note {
    width: 42%;
    position: absolute;
    left: calc(50% + 50px);
    top: 60px;
  }
  body #main section.main_content {
    padding: 150px 0 16px 0;
  }
  body #main section.main_content:before, body #main section.main_content:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  body #main section.main_content:before {
    height: 404px;
    top: 386px;
    background: url("../img/bg_content_white.png") no-repeat center top/100% 404px;
  }
  body #main section.main_content:after {
    height: calc(100% - 790px);
    bottom: 0;
    background: #ffffff;
  }
  body #main section.main_content .objects {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  body #main section.main_content .objects .img {
    position: absolute;
  }
  body #main section.main_content h2 {
    margin-bottom: 90px;
  }
  body #main section.main_content h2 small {
    margin-bottom: 20px;
    display: block;
    height: 30px;
  }
  body #main section.main_content h2 small img {
    width: auto;
    height: 100%;
  }
  body #main section.main_content h2 span {
    padding: 5px 0;
    display: inline-block;
    line-height: 60px;
    font-size: 50px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  body #main section.main_content h2 span strong {
    display: inline-block;
  }
  body #main section.main_content p.main_image {
    margin-bottom: 30px;
  }
  body #main section.main_content p.main_video {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
  }
  body #main section.main_content p.main_video video {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
  }
  body #main section.main_content p.main_text {
    margin-bottom: 100px;
    line-height: 36px;
    font-size: 16px;
  }
  body #main section.main_content .carousel {
    margin: 0 auto 100px auto;
  }
  body #main section.main_content .carousel:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  body #main section.main_content .carousel .slider {
    margin: 0 auto;
    padding-top: 40px;
    width: min(55.5555555556vw, 800px);
    height: min(31.25vw, 450px);
    overflow: visible;
    position: relative;
  }
  body #main section.main_content .carousel .slider .slide {
    width: min(55.5555555556vw, 800px);
    float: left;
  }
  body #main section.main_content .carousel .slider .slide .thumb {
    margin-bottom: 30px;
    line-height: 0;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player, body #main section.main_content .carousel .slider .slide .thumb .no_yt {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player video, body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player img, body #main section.main_content .carousel .slider .slide .thumb .no_yt video, body #main section.main_content .carousel .slider .slide .thumb .no_yt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player {
    cursor: pointer;
    filter: brightness(1);
    transform-style: preserve-3d;
    transition-property: filter;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player:hover {
    filter: brightness(1.2);
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player p.play {
    padding-left: 10px;
    width: 100px;
    height: 25px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    line-height: 25px;
    font-size: 12px;
    color: #ffffff;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player p.play:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background: #ffffff url("../img/icon_video_play_small.svg") no-repeat center center/contain;
    position: absolute;
    right: 9px;
    top: calc(50% - 8px);
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player video, body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player img {
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player:hover video, body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player:hover img {
    transform: scale(1.05);
  }
  body #main section.main_content .carousel .slider .slide .detail {
    overflow: hidden;
  }
  body #main section.main_content .carousel .slider .slide .detail p.parts {
    margin-bottom: 30px;
    position: relative;
    min-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
  }
  body #main section.main_content .carousel .slider .slide .detail p.parts:before {
    content: "";
    width: 6px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  body #main section.main_content .carousel .slider .slide .detail p.parts span {
    padding-left: 16px;
    padding-right: 10px;
    height: 12px;
    line-height: 0;
  }
  body #main section.main_content .carousel .slider .slide .detail p.parts span img {
    width: auto;
    height: 100%;
  }
  body #main section.main_content .carousel .slider .slide .detail h3.title {
    margin-bottom: 20px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 500;
  }
  body #main section.main_content .carousel .slider .slide .detail p.text {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  body #main section.main_content .carousel .slider .slide .detail ul.note li {
    padding-left: 1.8em;
    line-height: 22px;
    font-size: 12px;
  }
  body #main section.main_content .carousel .slider .slide .detail ul.note li.no_list {
    padding-left: 0;
  }
  body #main section.main_content .carousel .slider .slide .detail ul.note li span {
    margin-left: -1.8em;
    display: block;
    float: left;
  }
  body #main section.main_content .carousel .slider .slide .detail a {
    color: inherit;
    text-decoration: underline;
  }
  body #main section.main_content .carousel .slider .slide .detail a:hover {
    color: inherit;
    text-decoration: none;
  }
  body #main section.main_content .carousel .slick-slide {
    transform: scale(0.8);
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slick-slide .thumb button {
    pointer-events: none;
  }
  body #main section.main_content .carousel .slick-slide .thumb button p.play {
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slick-slide .detail {
    height: 0;
    transform-style: preserve-3d;
    transition-property: height;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slick-slide.slick-center {
    transform: scale(1);
  }
  body #main section.main_content .carousel .slick-slide.slick-center .thumb button {
    pointer-events: auto;
  }
  body #main section.main_content .carousel .slick-slide.slick-center .thumb button p.play {
    opacity: 1;
  }
  body #main section.main_content .carousel .slick-slide.slick-center .detail {
    height: auto;
  }
  body #main section.main_content .carousel button.slick-arrow {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    text-indent: -9999px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: background, transform;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel button.slick-arrow:hover {
    background: black;
    transform: scale(1.1);
  }
  body #main section.main_content .carousel button.slick-arrow:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
  }
  body #main section.main_content .carousel button.slick-arrow.slick-next {
    right: -30px;
  }
  body #main section.main_content .carousel button.slick-arrow.slick-next:after {
    transform: rotate(-90deg);
  }
  body #main section.main_content .carousel button.slick-arrow.slick-prev {
    left: -30px;
    transform: rotate(90deg);
  }
  body #main section.main_content .carousel .slick-dots {
    width: min(55.5555555556vw, 800px);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  body #main section.main_content .carousel .slick-dots li button {
    width: 30px;
    height: 18px;
    display: block;
    border-bottom: 2px solid transparent;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
  }
  body #main section.main_content .carousel .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    background: no-repeat center center/auto 100%;
  }
  body #main section.main_content .carousel .slick-dots li.slick-active button {
    border-bottom-color: #000000;
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(1) button:before {
    background-image: url("../img/text_carousel_no_1.svg");
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(2) button:before {
    background-image: url("../img/text_carousel_no_2.svg");
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(3) button:before {
    background-image: url("../img/text_carousel_no_3.svg");
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(4) button:before {
    background-image: url("../img/text_carousel_no_4.svg");
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(5) button:before {
    background-image: url("../img/text_carousel_no_5.svg");
  }
  body #main section.main_content p.dp_note {
    padding: 94px 16px 0 0;
    text-align: right;
  }
  body #main section.main_content p.teemo_banner {
    margin: 0 auto 98px auto;
    width: 560px;
    line-height: 0;
  }
  body #main section.main_content p.teemo_banner a {
    display: block;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.main_content p.teemo_banner a:hover {
    opacity: 0.8;
  }
  body #main section.main_content.design:before {
    transform: scaleX(-100%);
  }
  body #main section.main_content.design .objects .img1 {
    width: 85px;
    height: 100px;
    top: 178px;
    left: -172px;
  }
  body #main section.main_content.design .objects .img2 {
    width: 63px;
    height: 50px;
    top: 8px;
    right: 40px;
  }
  body #main section.main_content.design .objects .img3 {
    width: 131px;
    height: 300px;
    top: 342px;
    left: -194px;
  }
  body #main section.main_content.design .objects .img4 {
    width: 114px;
    height: 280px;
    top: 70px;
    right: -176px;
  }
  body #main section.main_content.design h2 span strong,
  body #main section.main_content.design .carousel .slider .slide .detail .parts:before {
    background: #78C3EB;
  }
  body #main section.main_content.design .carousel .slick-dots li.slick-active button {
    border-bottom-color: #78C3EB;
  }
  body #main section.main_content.driving .objects .img1 {
    width: 127px;
    height: 40px;
    top: -40px;
    left: 470px;
  }
  body #main section.main_content.driving .objects .img2 {
    width: 84px;
    height: 150px;
    top: -62px;
    right: -52px;
  }
  body #main section.main_content.driving .objects .img3 {
    width: 135px;
    height: 120px;
    top: 362px;
    left: -200px;
  }
  body #main section.main_content.driving .objects .img4 {
    width: 89px;
    height: 280px;
    top: 90px;
    left: -230px;
  }
  body #main section.main_content.driving .objects .img5 {
    width: 185px;
    height: 280px;
    top: 50px;
    right: -210px;
  }
  body #main section.main_content.driving h2 span strong,
  body #main section.main_content.driving .carousel .slider .slide .detail .parts:before {
    background: #FFA5B9;
  }
  body #main section.main_content.driving .carousel .slick-dots li.slick-active button {
    border-bottom-color: #FFA5B9;
  }
  body #main section.main_content.bevlife:before {
    transform: scaleX(-100%);
  }
  body #main section.main_content.bevlife .objects .img1 {
    width: 280px;
    height: 280px;
    top: 12px;
    right: -276px;
  }
  body #main section.main_content.bevlife .objects .img2 {
    width: 70px;
    height: 70px;
    top: -88px;
    left: -160px;
  }
  body #main section.main_content.bevlife .objects .img3 {
    width: 155px;
    height: 260px;
    top: 276px;
    left: -200px;
  }
  body #main section.main_content.bevlife .objects .img4 {
    width: 67px;
    height: 200px;
    top: 70px;
    left: -226px;
  }
  body #main section.main_content.bevlife h2 span strong,
  body #main section.main_content.bevlife .carousel .slider .slide .detail .parts:before {
    background: #F0E600;
  }
  body #main section.main_content.bevlife .carousel .slick-dots li.slick-active button {
    border-bottom-color: #F0E600;
  }
  body #main section.main_content.bevlife .carousel {
    margin-bottom: 40px;
  }
  body #main section.cta_bz4x {
    padding: 105px 0 90px 0;
    background: #000000;
  }
  body #main section.cta_bz4x h3 {
    margin: 0 auto 42px auto;
    max-width: 990px;
  }
  body #main section.cta_bz4x p.text {
    margin-bottom: 54px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
  }
  body #main section.cta_bz4x p.text span {
    display: inline-block;
  }
  body #main section.cta_bz4x .btn_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  body #main section.cta_bz4x .btn_area ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  body #main section.cta_bz4x .btn_area ul li a {
    width: 200px;
    height: 60px;
    display: block;
    background: #000000;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #ffffff;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.cta_bz4x .btn_area ul li a span {
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
  }
  body #main section.cta_bz4x .btn_area ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    transform: rotate(-90deg);
    transform-style: preserve-3d;
    transition-property: invert;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.cta_bz4x .btn_area ul li a:hover {
    background: #ffffff;
    color: #000000;
  }
  body #main section.cta_bz4x .btn_area ul li a:hover:after {
    filter: invert(1);
  }
  body #main section.cta_bz4x .btn_area dl {
    padding: 0 20px 0 30px;
    width: 100%;
    max-width: 540px;
    height: 100px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #AAACB9 0%, #4C4D53 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #main section.cta_bz4x .btn_area dl dt {
    text-align: center;
  }
  body #main section.cta_bz4x .btn_area dl dt span, body #main section.cta_bz4x .btn_area dl dt small {
    display: block;
  }
  body #main section.cta_bz4x .btn_area dl dt span {
    margin: 0 auto 8px auto;
    width: 139px;
  }
  body #main section.cta_bz4x .btn_area dl dt small {
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #ffffff;
  }
  body #main section.cta_bz4x .btn_area dl dd a {
    width: 255px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffffff;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #000000;
  }
  body #main section.cta_bz4x .btn_area dl dd a:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    filter: invert(1);
  }
  body #main section.cta_bz4x .btn_area dl dd a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    border: 1px solid #ffffff;
    box-sizing: border-box;
  }
  body #main section.cta_bz4x .btn_area dl dd a:hover {
    top: 2px;
    left: 2px;
    background: #eeeeee;
  }
  body #main section.cta_bz4x .btn_area dl dd a:hover:after {
    top: 3px;
    left: 3px;
  }
  body #main section.movie {
    padding: 110px 0 0 0;
    background: #ffffff;
  }
  body #main section.movie ul li {
    padding-top: 30px;
    margin-bottom: 110px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  body #main section.movie ul li.animate.show .thumb button.video_modal:after {
    opacity: 1;
  }
  body #main section.movie ul li .text {
    width: calc(50% - 50px);
    text-align: left;
    color: #000000;
  }
  body #main section.movie ul li .text h2 {
    margin-bottom: 30px;
  }
  body #main section.movie ul li .text h2 span {
    margin-bottom: 6px;
    display: inline-block;
    line-height: 30px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  body #main section.movie ul li .text h2 span strong {
    line-height: 50px;
    font-size: 32px;
  }
  body #main section.movie ul li .text p {
    line-height: 24px;
    font-size: 14px;
  }
  body #main section.movie ul li .thumb {
    width: 50%;
    display: block;
    position: relative;
    transform-style: preserve-3d;
    transition-property: filter;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.movie ul li .thumb button.video_modal {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
  }
  body #main section.movie ul li .thumb button.video_modal:hover img {
    filter: brightness(1.2);
  }
  body #main section.movie ul li .thumb button.video_modal:hover:after {
    transform: scale(1.1);
  }
  body #main section.movie ul li .thumb button.video_modal:after {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    background: url("../img/icon_video_play.svg") no-repeat center center/contain;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: opacity, transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.movie ul li .thumb img {
    transform-style: preserve-3d;
    transition-property: transform, filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.movie ul li .thumb small {
    width: 50%;
    height: 20px;
    display: block;
    position: absolute;
    top: -10px;
    left: calc(100% - 30px);
    text-align: left;
    font-size: 20px;
    color: #ffffff;
  }
  body #main section.movie ul li .thumb small span {
    padding: 0 3px;
    display: inline-block;
    background: #000000;
  }
  body #main section.feelbz4x {
    padding: 100px 0;
  }
  body #main section.feelbz4x .slide_loop {
    top: 140px;
  }
  body #main section.feelbz4x .head {
    margin-bottom: 162px;
    position: relative;
  }
  body #main section.feelbz4x .head h2 {
    margin-bottom: 30px;
    width: 700px;
  }
  body #main section.feelbz4x .head h2 small {
    margin-bottom: 30px;
    display: block;
    width: 500px;
  }
  body #main section.feelbz4x .head h2 span {
    display: inline-block;
    line-height: 70px;
    font-size: 50px;
    letter-spacing: 0.1em;
    color: #000000;
  }
  body #main section.feelbz4x .head p.text {
    margin-bottom: 22px;
    line-height: 36px;
    font-size: 18px;
  }
  body #main section.feelbz4x .head ul.bz4x_note {
    max-width: 410px;
  }
  body #main section.feelbz4x .head p.image {
    width: min(62.3%, 623px);
    position: absolute;
    right: min(-12.2%, -122px);
    top: min(23%, 230px);
  }
  body #main section.feelbz4x .shop_list {
    margin: 0 auto;
    max-width: 1150px;
  }
  body #main section.feelbz4x .shop_list dl.area_group {
    margin-bottom: 4px;
    border-radius: 4px;
    overflow: hidden;
  }
  body #main section.feelbz4x .shop_list dl.area_group.open > dt button span.icon:before {
    transform: rotate(180deg);
  }
  body #main section.feelbz4x .shop_list dl.area_group.open > dt button span.icon:after {
    transform: rotate(360deg);
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt {
    margin-bottom: 1px;
    background: #ffffff;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button {
    padding: 0 30px;
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: background;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button:hover {
    background: #fafafa;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span {
    display: block;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span.title {
    line-height: 60px;
    text-align: left;
    font-size: 18px;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span.icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span.icon:before, body #main section.feelbz4x .shop_list dl.area_group > dt button span.icon:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #000000;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span.icon:after {
    transform: rotate(90deg);
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button:after {
    content: "";
  }
  body #main section.feelbz4x .shop_list ul.shops {
    display: none;
  }
  body #main section.feelbz4x .shop_list ul.shops > li {
    margin-bottom: 1px;
    background: #ffffff;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl {
    padding: 10px 30px;
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    line-height: 22px;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dt {
    width: 40%;
    font-size: 16px;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.event_name {
    width: 60%;
    line-height: 20px;
    font-size: 14px;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.event_name ol:last-child {
    margin-bottom: 0;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.event_name ol li {
    margin-bottom: 6px;
    margin-left: 1.5em;
    list-style: decimal;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.detail_btn button {
    width: 200px;
    height: 40px;
    display: block;
    border: 1px solid #000000;
    border-radius: 5px;
    box-sizing: border-box;
    background: #000000;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.detail_btn button:hover {
    background: #ffffff;
    color: #000000;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.shop_btn {
    text-align: center;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.shop_btn a {
    width: 70px;
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #000000;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.shop_btn a:hover {
    text-decoration: underline;
    color: #000000;
  }
  body #main section.feelbz4x .map_area {
    margin: 0 auto;
    max-width: 1150px;
  }
  body #main section.feelbz4x .map_area .tab {
    position: relative;
  }
  body #main section.feelbz4x .map_area .tab .tab_scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
  }
  body #main section.feelbz4x .map_area .tab.area ul {
    width: 100%;
    min-width: 900px;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2px;
  }
  body #main section.feelbz4x .map_area .tab.area ul li {
    width: 100%;
    height: 100%;
  }
  body #main section.feelbz4x .map_area .tab.area ul li button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CDCDDC;
    border-radius: 4px 4px 0 0;
  }
  body #main section.feelbz4x .map_area .tab.area ul li button.active {
    background: #ffffff;
  }
  body #main section.feelbz4x .map_area .tab.area ul li button span {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  body #main section.feelbz4x .map_area .tab.prefectures {
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul {
    padding: 0 40px;
    min-width: 800px;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul li {
    height: 32px;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul li button {
    border-radius: 4px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul li button.active {
    background: #CDCDDC;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul li button span {
    padding: 0 22px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change {
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 100%);
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button {
    margin-top: 14px;
    margin-left: 20px;
    padding-left: 24px;
    width: 170px;
    height: 35px;
    display: block;
    border: 1px solid #000000;
    border-radius: 4px;
    box-sizing: border-box;
    background: #ffffff left 12px center no-repeat;
    color: #000000;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: filter;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button span {
    display: block;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button.for_list {
    background-image: url("../img/icon_map_list.svg");
    background-size: 16px 10px;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button.for_map {
    background-image: url("../img/icon_map_pin.svg");
    background-size: 16px 20px;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button:hover {
    filter: invert(1);
  }
  body #main section.feelbz4x .map_area .view {
    margin-top: 5px;
    border-radius: 4px;
    width: 100%;
  }
  body #main section.feelbz4x .map_area .view.map {
    height: 605px;
    background: #cccccc;
  }
  body #main section.feelbz4x .map_area .view.view {
    background: #ffffff;
  }
  body #main section.news {
    padding: 20px 20px 120px 20px;
  }
  body #main section.news .frame {
    margin: 0 auto 20px auto;
    max-width: 1150px;
    background: rgba(255, 255, 255, 0.7);
  }
  body #main section.news .frame h2 {
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #000000 url("../img/bg_news_title.jpg") no-repeat right center/cover;
    text-shadow: 0 0 10px #000000;
    color: #ffffff;
  }
  body #main section.news .frame h2 strong, body #main section.news .frame h2 span {
    display: block;
  }
  body #main section.news .frame h2 strong {
    margin: 26px 0 0 50px;
    width: 286px;
  }
  body #main section.news .frame h2 span {
    margin: 0 0 0 50px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  body #main section.news .frame .supports {
    padding: 30px 55px 45px 55px;
    position: relative;
  }
  body #main section.news .frame .supports ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
  body #main section.news .frame .supports ul li {
    width: 100%;
  }
  body #main section.news .frame .supports ul li:nth-child(1) dl dt span.title {
    color: #85B390;
  }
  body #main section.news .frame .supports ul li:nth-child(2) dl dt span.title {
    color: #88B3CF;
  }
  body #main section.news .frame .supports ul li:nth-child(3) dl dt span.title {
    color: #D686B6;
  }
  body #main section.news .frame .supports ul li h3 {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
  body #main section.news .frame .supports ul li h3 picture {
    display: block;
  }
  body #main section.news .frame .supports ul li h3 picture img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 30px;
  }
  body #main section.news .frame .supports ul li dl dt {
    margin-bottom: 16px;
    overflow: hidden;
  }
  body #main section.news .frame .supports ul li dl dt span {
    display: block;
  }
  body #main section.news .frame .supports ul li dl dt span.icon {
    width: 60px;
    height: 60px;
    float: left;
  }
  body #main section.news .frame .supports ul li dl dt span.title {
    margin-left: 80px;
    min-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
  }
  body #main section.news .frame .supports ul li dl dd {
    color: #000000;
  }
  body #main section.news .frame .supports ul li dl dd.main {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  body #main section.news .frame .supports ul li dl dd.sub {
    line-height: 14px;
    font-size: 10px;
    color: #888889;
  }
  body #main section.news .frame .supports p.detail {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  body #main section.news .frame .supports p.detail a {
    width: 240px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.news .frame .supports p.detail a span {
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
  }
  body #main section.news .frame .supports p.detail a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 18px;
    transform: rotate(-90deg);
    filter: invert(0);
    transform-style: preserve-3d;
    transition-property: filter;
    transition-duration: 200ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.news .frame .supports p.detail a:hover {
    background: #ffffff;
    color: #000000;
  }
  body #main section.news .frame .supports p.detail a:hover:after {
    filter: invert(1);
  }
  body #main section.news ul.bz4x_note {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  body #main section.touring {
    padding: 70px 0;
    background: linear-gradient(94.41deg, #F4F5FA 0%, #CBCCD0 50%, #989899 100%);
  }
  body #main section.touring .frame {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: fit-content;
    background: #ffffff;
  }
  body #main section.touring .frame .text_area {
    padding-left: 6.666%;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-self: center;
    flex-direction: column;
  }
  body #main section.touring .frame .text_area h2 {
    padding: 10px 0;
    border-bottom: 1px solid #CBCCD0;
    box-sizing: border-box;
    line-height: 45px;
    font-size: 32px;
    font-weight: 200;
    letter-spacing: 0;
    color: #4C4948;
  }
  body #main section.touring .frame .text_area p.date {
    padding-top: 24px;
    line-height: 16px;
    font-size: 16px;
    color: #4C4948;
  }
  body #main section.touring .frame p.image {
    width: 50%;
    height: 100%;
  }
  body #main section.touring .frame p.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #main section.touring p.note {
    text-align: right;
    line-height: 14px;
    font-size: 10px;
    color: #4D4D4D;
  }
  body #main section.banner {
    padding: 70px 0 100px 0;
    background: #ffffff;
  }
  body #main section.banner ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(460px, auto));
    gap: 50px 80px;
  }
  body #main section.banner ul li a {
    display: block;
    filter: brightness(1);
    transform-style: preserve-3d;
    transition-property: filter;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section.banner ul li a:hover {
    filter: brightness(1.4);
  }
  body #main section .dp_area {
    margin: 0 auto;
  }
  body #main section .dp_area.concept h3 {
    display: none;
  }
  body #main section .dp_area h3 {
    margin-bottom: 30px;
  }
  body #main section .dp_area h3 span, body #main section .dp_area h3 small {
    display: block;
  }
  body #main section .dp_area h3 small {
    margin-bottom: 10px;
    width: 351px;
  }
  body #main section .dp_area h3 span {
    line-height: 20px;
    font-size: 14px;
  }
  body #main section .dp_area .banner {
    display: block;
  }
  body #main section .dp_area button {
    width: 100%;
    display: block;
    background: linear-gradient(0deg, rgba(210, 210, 220, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    cursor: pointer;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body #main section .dp_area button:hover {
    opacity: 0.6;
  }
  body #main section .dp_area button .bar {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
  }
  body #main section .dp_area button .bar p.category {
    padding-left: 10px;
    height: 15px;
    line-height: 0;
  }
  body #main section .dp_area button .bar p.category img {
    width: auto;
    height: 100%;
  }
  body #main section .dp_area button .bar p.more {
    padding-right: 27px;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    line-height: 20px;
    font-size: 14px;
  }
  body #main section .dp_area button .bar p.more:before, body #main section .dp_area button .bar p.more:after {
    content: "";
    width: 7px;
    height: 1px;
    display: block;
    background: #000000;
    position: absolute;
    right: 13px;
    top: calc(50% - 0.5px);
  }
  body #main section .dp_area button .bar p.more:after {
    transform: rotate(90deg);
  }
  body #main section .dp_area button .detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  body #main section .dp_area button .detail .image {
    width: auto;
    height: 140px;
    float: right;
  }
  body #main section .dp_area button .detail .image img {
    width: auto;
    height: 100%;
  }
  body #main section .dp_area button .detail .text {
    padding: 14px 20px;
    text-align: left;
  }
  body #main section .dp_area button .detail .text h4 {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
  }
  body #main section .dp_area button .detail .text p {
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0;
  }
  body #main section .dp_area.concept {
    max-width: 800px;
  }
  body #main section .dp_area.concept button .bar {
    border-bottom-color: #A0A0AA;
  }
  body #main section .dp_area.concept button .bar p.more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #A0A0AA 100%);
    mix-blend-mode: multiply;
  }
  body #main section .dp_area.design button .bar {
    border-bottom-color: #78C3EB;
  }
  body #main section .dp_area.design button .bar p.more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #78C3EB 100%);
    mix-blend-mode: multiply;
  }
  body #main section .dp_area.driving button .bar {
    border-bottom-color: #FFA5B9;
  }
  body #main section .dp_area.driving button .bar p.more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFA5B9 100%);
    mix-blend-mode: multiply;
  }
  body #main section .dp_area.bevlife button .bar {
    border-bottom-color: #F0E600;
  }
  body #main section .dp_area.bevlife button .bar p.more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F0E600 100%);
    mix-blend-mode: multiply;
  }
  body #main aside.all_caption {
    padding-top: 70px;
    width: 100%;
    background: #ffffff;
  }
  body #main aside.all_caption p {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1080px;
    box-sizing: border-box;
    line-height: 14px;
    font-size: 10px;
    color: #888889;
  }
  .modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    backdrop-filter: blur(50px);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    color: #000000;
  }
  .modal a:hover {
    text-decoration: none;
  }
  .modal .en {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  }
  .modal img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    outline: none;
  }
  .modal img.contain {
    height: 100%;
    object-fit: contain;
  }
  .modal sup, .modal sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 50%;
  }
  .modal sup {
    bottom: 1.5ex;
  }
  .modal sub {
    top: 0.5ex;
  }
  .modal input, .modal textarea, .modal select, .modal button {
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    color: inherit;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .modal input::-ms-expand, .modal textarea::-ms-expand, .modal select::-ms-expand, .modal button::-ms-expand {
    display: none;
  }
  .modal .word_break {
    word-wrap: break-word;
    word-break: break-all;
  }
  .modal * {
    outline: none;
  }
  .modal *:hover, .modal *:active, .modal *:focus {
    outline: none;
  }
  .modal .close {
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 200ms;
  }
  .modal .close.top {
    transform: translateX(60px);
  }
  .modal .close.bottom {
    transform: translateY(100px);
  }
  .modal.modal_init .close.top {
    transform: translateX(0);
  }
  .modal.modal_init .close.bottom {
    transform: translateY(0);
  }
  .modal .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.85);
  }
  .modal .close button {
    height: 40px;
    display: block;
    background: #000000;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  .modal .close button:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    background: url("../img/icon_close.svg") no-repeat center center/contain;
  }
  .modal .close button:hover {
    transform: scale(1.1);
  }
  .modal .close.top {
    display: block;
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 101;
  }
  .modal .close.top button {
    width: 40px;
  }
  .modal .close.top button:after {
    left: calc(50% - 5px);
  }
  .modal .close.bottom {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: calc(100dvh - 120px);
    left: 0;
    z-index: 101;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%);
  }
  .modal .close.bottom button {
    margin-top: -20px;
    width: 100px;
  }
  .modal .close.bottom button span {
    padding-left: 16px;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }
  .modal .close.bottom button:after {
    left: 15px;
  }
  .modal .modal_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .modal .modal_inner .text_bg {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
  }
  .modal .modal_inner .text_bg .bg_inner {
    width: 100%;
    height: 170px;
  }
  .modal .modal_inner .text_bg .bg_inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .modal .modal_inner .scroll {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal .modal_inner .scroll .inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 20px;
  }
  .modal.dp_modal.concept .modal_inner h1 {
    opacity: 0;
  }
  .modal.dp_modal .modal_inner h1 {
    margin: 100px 0 125px 0;
  }
  .modal.dp_modal .modal_inner h1 small, .modal.dp_modal .modal_inner h1 span {
    display: block;
  }
  .modal.dp_modal .modal_inner h1 small {
    margin-bottom: 15px;
    width: 560px;
  }
  .modal.dp_modal .modal_inner h1 span {
    line-height: 20px;
    font-size: 16px;
  }
  .modal.dp_modal .modal_inner .contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 25px;
  }
  .modal.dp_modal .modal_inner .contents .side_menu {
    padding-top: 20px;
    width: 225px;
    position: sticky;
    left: 0;
    top: 0;
  }
  .modal.dp_modal .modal_inner .contents .side_menu ul li {
    margin-bottom: 25px;
    position: relative;
  }
  .modal.dp_modal .modal_inner .contents .side_menu ul li:before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    transition-property: background;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  .modal.dp_modal .modal_inner .contents .side_menu ul li.active:before {
    background: #000000;
  }
  .modal.dp_modal .modal_inner .contents .side_menu ul li button {
    padding-left: 25px;
    display: block;
    background: transparent;
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    cursor: pointer;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  .modal.dp_modal .modal_inner .contents .side_menu ul li button:hover {
    transform: translateX(10px);
  }
  .modal.dp_modal .modal_inner .contents .main {
    padding-top: 20px;
    padding-bottom: 200px;
    width: calc(100% - 250px);
  }
  .modal.dp_modal .modal_inner .contents .main .group {
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .profile {
    padding-top: 20px;
    width: 200px;
    position: sticky;
    left: 0;
    top: 0;
  }
  .modal.dp_modal .modal_inner .contents .main .group .profile p.photo {
    margin-bottom: 20px;
    width: 100%;
    line-height: 0;
  }
  .modal.dp_modal .modal_inner .contents .main .group .profile p.job {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 13px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .profile p.name {
    line-height: 40px;
    font-size: 24px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col {
    width: calc(100% - 250px);
    overflow: hidden;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col h2 {
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 55px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col p {
    margin-bottom: 60px;
    line-height: 36px;
    font-size: 16px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col p.note,
  .modal.dp_modal .modal_inner .contents .main .group .col ul.note {
    line-height: 20px;
    font-size: 12px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col p.note {
    padding-left: 1em;
    overflow: hidden;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col p.note span {
    margin-left: -1em;
    width: 1em;
    display: block;
    float: left;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col ul.note li {
    padding-left: 2em;
    overflow: hidden;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col ul.note li span {
    margin-left: -2em;
    width: 2em;
    display: block;
    float: left;
  }
  .modal.yt_modal .video_inner {
    padding: 40px;
    box-sizing: border-box;
  }
  .modal.yt_modal .video_inner .player_inner {
    margin: 0 auto;
    max-width: 800px;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal.yt_modal .video_inner .player_inner .yt_player {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .modal.yt_modal .video_inner .player_inner .yt_player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .modal.shop_detail_modal .modal_inner .scroll .inner {
    width: auto;
    max-width: 840px;
  }
  .modal.shop_detail_modal .modal_inner h1 {
    margin: 70px 0 50px 0;
    line-height: 60px;
    font-weight: bold;
  }
  .modal.shop_detail_modal .modal_inner h1 small, .modal.shop_detail_modal .modal_inner h1 span {
    display: inline-block;
  }
  .modal.shop_detail_modal .modal_inner h1 small {
    line-height: 30px;
    font-size: 32px;
  }
  .modal.shop_detail_modal .modal_inner h1 span {
    font-size: 40px;
  }
  .modal.shop_detail_modal .modal_inner p.vijual {
    margin-bottom: 60px;
    width: 100%;
  }
  .modal.shop_detail_modal .modal_inner .contents {
    padding-bottom: 190px;
    overflow: hidden;
  }
  .modal.shop_detail_modal .modal_inner .contents .row {
    margin-bottom: 60px;
    overflow: hidden;
  }
  .modal.shop_detail_modal .modal_inner .contents .row h2 {
    margin-bottom: 20px;
    line-height: 55px;
    font-size: 32px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date {
    margin-bottom: 40px;
    padding: 0 15px;
    width: 400px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    background: linear-gradient(90deg, rgba(170, 172, 185, 0.9) 0%, rgba(170, 172, 185, 0) 100%);
    line-height: 30px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dt {
    font-size: 18px;
    font-weight: bold;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd {
    position: relative;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd small, .modal.shop_detail_modal .modal_inner .contents .row dl.date dd span {
    display: inline-block;
    font-weight: bold;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd small {
    font-size: 14px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd span {
    font-size: 22px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd.start {
    margin-right: 30px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd.start:after {
    content: "";
    width: 12px;
    height: 6px;
    display: block;
    position: absolute;
    right: -28px;
    top: calc(50% - 2px);
    background: url("../img/icon_arrow_bk.svg") no-repeat center center/contain;
    transform: rotate(-90deg);
  }
  .modal.shop_detail_modal .modal_inner .contents .row p.summary {
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 22px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.location {
    margin-bottom: 39px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 36px;
    font-size: 18px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.location dt {
    font-weight: bold;
  }
  .modal.shop_detail_modal .modal_inner .contents p.detail_btn a {
    width: 260px;
    height: 50px;
    display: block;
    position: relative;
    border: 2px solid #000000;
    background: #000000;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  .modal.shop_detail_modal .modal_inner .contents p.detail_btn a:after {
    content: "";
    width: 12px;
    height: 6px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
    background: url("../img/icon_arrow_bk.svg") no-repeat center center/contain;
    transform: rotate(-90deg);
    filter: invert(1);
    transform-style: preserve-3d;
    transition-property: filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  .modal.shop_detail_modal .modal_inner .contents p.detail_btn a:hover {
    background: #ffffff;
    color: #000000;
  }
  .modal.shop_detail_modal .modal_inner .contents p.detail_btn a:hover:after {
    filter: invert(0);
  }
  .modal.shop_detail_modal .modal_inner .contents p.cpn_note {
    margin-bottom: 20px;
    padding-left: 1em;
    overflow: hidden;
    line-height: 15px;
    font-size: 10px;
    color: #A0A0AA;
  }
  .modal.shop_detail_modal .modal_inner .contents p.cpn_note span {
    margin-left: -1em;
    width: 1em;
    display: block;
    float: left;
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail {
    padding: 30px 24px 50px 24px;
    background: linear-gradient(90deg, #AAACB9 0%, #4C4D53 100%);
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail dt {
    margin-bottom: 24px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #ffffff;
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail dd a {
    margin: 0 auto;
    width: 280px;
    height: 50px;
    display: block;
    position: relative;
    border: 2px solid #000000;
    background: #000000;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    transform-style: preserve-3d;
    transition-property: background, color;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail dd a:after {
    content: "";
    width: 12px;
    height: 6px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
    background: url("../img/icon_arrow_bk.svg") no-repeat center center/contain;
    transform: rotate(-90deg);
    filter: invert(1);
    transform-style: preserve-3d;
    transition-property: filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail dd a:hover {
    background: #ffffff;
    color: #000000;
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail dd a:hover:after {
    filter: invert(0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  body #main section.cta_bz4x .btn_area {
    justify-content: center;
  }
  body #main section.movie ul li {
    flex-direction: column-reverse;
  }
  body #main section.movie ul li .thumb {
    margin: 0 auto 20px auto;
  }
  body #main section.movie ul li .text {
    margin: 0 auto;
    width: 50%;
  }
  body #main section.news .frame .supports ul {
    display: block;
  }
  body #main section.news .frame .supports ul li {
    margin-bottom: 20px;
  }
  .dp_modal .full_innner .scroll .inner .contents, .dp_modal .video_inner .scroll .inner .contents, .yt_modal .full_innner .scroll .inner .contents, .yt_modal .video_inner .scroll .inner .contents {
    justify-content: center;
  }
  .dp_modal .full_innner .scroll .inner .contents .side_menu, .dp_modal .video_inner .scroll .inner .contents .side_menu, .yt_modal .full_innner .scroll .inner .contents .side_menu, .yt_modal .video_inner .scroll .inner .contents .side_menu {
    display: none;
  }
  .dp_modal .full_innner .scroll .inner .contents .main, .dp_modal .video_inner .scroll .inner .contents .main, .yt_modal .full_innner .scroll .inner .contents .main, .yt_modal .video_inner .scroll .inner .contents .main {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body #main {
    letter-spacing: 0.05em;
  }
  body #main main {
    background: url("../img/bg_pattern.png") repeat center top/100px 100px;
  }
  body #main article {
    background: url("../img/bg_hero_sp.png") no-repeat center top/100% auto;
  }
  body #main nav {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
  }
  body #main nav p.menu_btn {
    width: 100%;
    height: 40px;
    background: rgba(50, 50, 60, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
  }
  body #main nav p.menu_btn button {
    padding: 0 25px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  body #main nav p.menu_btn button:after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
  }
  body #main nav p.menu_btn button span {
    width: auto;
    height: 14px;
    display: block;
    line-height: 0;
  }
  body #main nav ul {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    gap: 30px;
    background: rgba(50, 50, 60, 0.2);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    transition-property: height;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main nav ul li {
    width: 100%;
  }
  body #main nav ul li a {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  body #main nav ul li a img {
    width: auto;
    height: 16px;
  }
  body #main nav ul li.feelbz4x a img {
    width: auto;
    height: 15px;
  }
  body #main nav.show p.menu_btn button:after {
    transform: rotate(180deg);
  }
  body #main nav.show ul {
    height: calc(100vh - 40px);
  }
  body #main section {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  body #main section .inner {
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
  }
  body #main section ul.bz4x_note li,
  body #main section p.bz4x_note span {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    line-height: 15px;
    font-size: 10px;
    color: #A0A0AA;
  }
  body #main section ul.bz4x_note li:before,
  body #main section p.bz4x_note span:before {
    content: "■";
    margin-left: -1em;
    display: block;
    float: left;
  }
  body #main section .slide_loop {
    position: absolute;
    top: 130px;
    left: 0;
    z-index: 0;
  }
  body #main section .slide_loop .slide_group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main section .slide_loop .slide_group .slide_inner {
    width: auto;
    height: 90px;
    padding-right: 50vw;
  }
  body #main section .slide_loop .slide_group .slide_inner img {
    width: auto;
    height: 100%;
  }
  body #main section.hero {
    box-sizing: border-box;
  }
  body #main section.hero .mv_area {
    height: 135.0267379679vw;
    position: relative;
  }
  body #main section.hero .mv_area h1 {
    margin-top: 10.4278074866vw;
  }
  body #main section.hero .mv_area h1 span {
    margin: 0 auto;
    display: block;
  }
  body #main section.hero .mv_area h1 span.switch {
    margin-bottom: 8.0213903743vw;
    width: 69.5187165775vw;
  }
  body #main section.hero .mv_area h1 span.bz4x {
    width: 50.1336898396vw;
  }
  body #main section.hero .mv_area .img_bz4x {
    width: 100.5347593583vw;
    position: absolute;
    right: -5.3475935829vw;
    bottom: 6.6844919786vw;
  }
  body #main section.hero .mv_area .img_people {
    width: 35.2941176471vw;
    position: absolute;
    right: -5.3475935829vw;
    bottom: 10.6951871658vw;
  }
  body #main section.hero p.copy {
    margin-top: -5.3475935829vw;
    margin-bottom: 28px;
    line-height: 35px;
    font-size: 15px;
  }
  body #main section.hero p.copy ruby rt {
    font-size: 10px;
  }
  body #main section.hero p.copy > span {
    display: block;
  }
  body #main section.hero p.copy > span > span {
    margin: 5px 0;
    display: inline-block;
    position: relative;
  }
  body #main section.hero ul.bz4x_note {
    margin-bottom: 50px;
  }
  body #main section.main_content {
    padding: 130px 0 30px 0;
    /*
    &:before, &:after{
        content: '';
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        z-index: -1;
    }
    &:before{
        height: 78px;
        top: calc(44% - 78px);
        background: url('../img/bg_content_white_sp.png') no-repeat center top / 100% 78px;
    }
    &:after{
        height: 56%;
        bottom: 0;
        background: #ffffff;
    }
    */
  }
  body #main section.main_content .objects {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  body #main section.main_content .objects .img {
    position: absolute;
  }
  body #main section.main_content h2 {
    margin-bottom: 65px;
    width: 300px;
  }
  body #main section.main_content h2 small {
    margin-bottom: 15px;
    display: block;
    height: 25px;
  }
  body #main section.main_content h2 small img {
    width: auto;
    height: 100%;
  }
  body #main section.main_content h2 span {
    padding: 5px 0;
    display: inline-block;
    line-height: 35px;
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 500;
  }
  body #main section.main_content h2 span strong {
    display: inline-block;
  }
  body #main section.main_content p.main_image {
    margin-bottom: 30px;
    margin-left: -25px;
    width: 100vw;
  }
  body #main section.main_content p.main_video {
    margin-bottom: 30px;
    margin-left: -25px;
    width: 100vw;
    aspect-ratio: 3/2;
    position: relative;
  }
  body #main section.main_content p.main_video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  body #main section.main_content p.main_text {
    margin-bottom: 110px;
    position: relative;
    line-height: 35px;
    font-size: 15px;
  }
  body #main section.main_content p.main_text:before, body #main section.main_content p.main_text:after {
    content: "";
    width: 100vw;
    display: block;
    position: absolute;
    left: -25px;
    z-index: -1;
  }
  body #main section.main_content p.main_text:before {
    height: 78px;
    bottom: -78px;
    background: url("../img/bg_content_white_sp.png") no-repeat center top/100% 78px;
  }
  body #main section.main_content p.main_text:after {
    height: 300vh;
    bottom: calc(-300vh - 78px);
    background: #ffffff;
  }
  body #main section.main_content .carousel {
    margin: 0 auto 80px auto;
  }
  body #main section.main_content .carousel:after {
    content: "";
    display: block;
    float: none;
    clear: both;
  }
  body #main section.main_content .carousel .slider {
    margin: 0 auto;
    padding-top: 30px;
    width: 86.8983957219vw;
    height: 48.9304812834vw;
    overflow: visible;
    position: relative;
  }
  body #main section.main_content .carousel .slider .slide {
    width: 86.8983957219vw;
    float: left;
  }
  body #main section.main_content .carousel .slider .slide .thumb {
    margin-bottom: 30px;
    line-height: 0;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player, body #main section.main_content .carousel .slider .slide .thumb .no_yt {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    position: relative;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player video, body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player img, body #main section.main_content .carousel .slider .slide .thumb .no_yt video, body #main section.main_content .carousel .slider .slide .thumb .no_yt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player {
    cursor: pointer;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player p.play {
    padding-left: 10px;
    width: 100px;
    height: 25px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    line-height: 25px;
    font-size: 12px;
    color: #ffffff;
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player p.play:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background: #ffffff url("../img/icon_video_play_small.svg") no-repeat center center/contain;
    position: absolute;
    right: 9px;
    top: calc(50% - 8px);
  }
  body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player video, body #main section.main_content .carousel .slider .slide .thumb button.show_yt_player img {
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slider .slide .detail {
    overflow: hidden;
  }
  body #main section.main_content .carousel .slider .slide .detail p.parts {
    margin-bottom: 30px;
    position: relative;
    min-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
    font-size: 13px;
  }
  body #main section.main_content .carousel .slider .slide .detail p.parts:before {
    content: "";
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  body #main section.main_content .carousel .slider .slide .detail p.parts span {
    padding-left: 12px;
    padding-right: 10px;
    height: 10px;
    line-height: 0;
  }
  body #main section.main_content .carousel .slider .slide .detail p.parts span img {
    width: auto;
    height: 100%;
  }
  body #main section.main_content .carousel .slider .slide .detail h3.title {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
  }
  body #main section.main_content .carousel .slider .slide .detail p.text {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  body #main section.main_content .carousel .slider .slide .detail ul.note li {
    padding-left: 1.8em;
    line-height: 14px;
    font-size: 10px;
  }
  body #main section.main_content .carousel .slider .slide .detail ul.note li.no_list {
    padding-left: 0;
  }
  body #main section.main_content .carousel .slider .slide .detail ul.note li span {
    margin-left: -1.8em;
    display: block;
    float: left;
  }
  body #main section.main_content .carousel .slider .slide .detail a {
    color: inherit;
    text-decoration: underline;
  }
  body #main section.main_content .carousel .slick-slide {
    transform: scale(0.92);
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slick-slide .thumb button {
    pointer-events: none;
  }
  body #main section.main_content .carousel .slick-slide .thumb button p.play {
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slick-slide .detail {
    height: 0;
    transform-style: preserve-3d;
    transition-property: height;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.main_content .carousel .slick-slide.slick-center {
    transform: scale(1);
  }
  body #main section.main_content .carousel .slick-slide.slick-center .thumb button {
    pointer-events: auto;
  }
  body #main section.main_content .carousel .slick-slide.slick-center .thumb button p.play {
    opacity: 1;
  }
  body #main section.main_content .carousel .slick-slide.slick-center .detail {
    height: auto;
  }
  body #main section.main_content .carousel button.slick-arrow {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    text-indent: -9999px;
    cursor: pointer;
  }
  body #main section.main_content .carousel button.slick-arrow:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
  }
  body #main section.main_content .carousel button.slick-arrow.slick-next {
    right: -25px;
  }
  body #main section.main_content .carousel button.slick-arrow.slick-next:after {
    transform: rotate(-90deg);
  }
  body #main section.main_content .carousel button.slick-arrow.slick-prev {
    left: -25px;
    transform: rotate(90deg);
  }
  body #main section.main_content .carousel .slick-dots {
    width: 86.8983957219vw;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }
  body #main section.main_content .carousel .slick-dots li button {
    width: 30px;
    height: 18px;
    display: block;
    border-bottom: 2px solid transparent;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
  }
  body #main section.main_content .carousel .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    background: no-repeat center center/auto 100%;
  }
  body #main section.main_content .carousel .slick-dots li.slick-active button {
    border-bottom-color: #000000;
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(1) button:before {
    background-image: url("../img/text_carousel_no_1.svg");
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(2) button:before {
    background-image: url("../img/text_carousel_no_2.svg");
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(3) button:before {
    background-image: url("../img/text_carousel_no_3.svg");
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(4) button:before {
    background-image: url("../img/text_carousel_no_4.svg");
  }
  body #main section.main_content .carousel .slick-dots li:nth-child(5) button:before {
    background-image: url("../img/text_carousel_no_5.svg");
  }
  body #main section.main_content p.dp_note {
    padding: 20px 25px 0 25px;
  }
  body #main section.main_content p.teemo_banner {
    margin: 0 auto 90px auto;
    padding: 0 25px;
    max-width: 460px;
    width: 100%;
    box-sizing: border-box;
    line-height: 0;
  }
  body #main section.main_content p.teemo_banner a {
    display: block;
  }
  body #main section.main_content.design:before {
    transform: scaleX(-100%);
  }
  body #main section.main_content.design .objects .img1 {
    width: 50px;
    height: 60px;
    top: -92px;
    left: 40px;
  }
  body #main section.main_content.design .objects .img2 {
    width: 38px;
    height: 30px;
    top: -38px;
    right: 30px;
  }
  body #main section.main_content.design .objects .img3 {
    width: 61px;
    height: 140px;
    top: 55px;
    left: 252px;
  }
  body #main section.main_content.design .objects .img4 {
    display: none;
  }
  body #main section.main_content.design h2 span strong,
  body #main section.main_content.design .carousel .slider .slide .detail .parts:before {
    background: #78C3EB;
  }
  body #main section.main_content.design .carousel .slick-dots li.slick-active button {
    border-bottom-color: #78C3EB;
  }
  body #main section.main_content.driving .objects .img1 {
    width: 64px;
    height: 20px;
    top: -88px;
    left: 25px;
  }
  body #main section.main_content.driving .objects .img2 {
    width: 45px;
    height: 80px;
    top: -60px;
    left: 245px;
  }
  body #main section.main_content.driving .objects .img3 {
    display: none;
  }
  body #main section.main_content.driving .objects .img4 {
    display: none;
  }
  body #main section.main_content.driving .objects .img5 {
    width: 93px;
    height: 140px;
    top: 70px;
    right: 4px;
  }
  body #main section.main_content.driving h2 span strong,
  body #main section.main_content.driving .carousel .slider .slide .detail .parts:before {
    background: #FFA5B9;
  }
  body #main section.main_content.driving .carousel .slick-dots li.slick-active button {
    border-bottom-color: #FFA5B9;
  }
  body #main section.main_content.bevlife:before {
    transform: scaleX(-100%);
  }
  body #main section.main_content.bevlife .objects .img1 {
    display: none;
  }
  body #main section.main_content.bevlife .objects .img2 {
    width: 40px;
    height: 40px;
    top: -108px;
    left: 50px;
  }
  body #main section.main_content.bevlife .objects .img3 {
    width: 78px;
    height: 130px;
    top: -94px;
    left: 272px;
  }
  body #main section.main_content.bevlife .objects .img4 {
    width: 59px;
    height: 110px;
    top: 122px;
    right: 0;
  }
  body #main section.main_content.bevlife h2 span strong,
  body #main section.main_content.bevlife .carousel .slider .slide .detail .parts:before {
    background: #F0E600;
  }
  body #main section.main_content.bevlife .carousel .slick-dots li.slick-active button {
    border-bottom-color: #F0E600;
  }
  body #main section.main_content.bevlife .carousel {
    margin-bottom: 38px;
  }
  body #main section.cta_bz4x {
    padding: 52px 0 25px 0;
    background: #000000;
  }
  body #main section.cta_bz4x h3 {
    margin: 0 auto 26px auto;
  }
  body #main section.cta_bz4x p.text {
    margin-bottom: 34px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
  }
  body #main section.cta_bz4x p.text span {
    display: inline-block;
  }
  body #main section.cta_bz4x .btn_area ul {
    margin-bottom: 35px;
  }
  body #main section.cta_bz4x .btn_area ul li {
    margin-bottom: 10px;
  }
  body #main section.cta_bz4x .btn_area ul li:last-child {
    margin-bottom: 0;
  }
  body #main section.cta_bz4x .btn_area ul li a {
    margin: 0 auto;
    width: 255px;
    height: 50px;
    display: block;
    background: #000000;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #ffffff;
  }
  body #main section.cta_bz4x .btn_area ul li a span {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
  }
  body #main section.cta_bz4x .btn_area ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    transform: rotate(-90deg);
  }
  body #main section.cta_bz4x .btn_area dl {
    padding: 20px 30px 35px 30px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(90deg, #AAACB9 0%, #4C4D53 100%);
  }
  body #main section.cta_bz4x .btn_area dl dt {
    margin-bottom: 25px;
    text-align: center;
  }
  body #main section.cta_bz4x .btn_area dl dt span, body #main section.cta_bz4x .btn_area dl dt small {
    display: block;
  }
  body #main section.cta_bz4x .btn_area dl dt span {
    margin: 0 auto 8px auto;
    width: 103px;
  }
  body #main section.cta_bz4x .btn_area dl dt small {
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #ffffff;
  }
  body #main section.cta_bz4x .btn_area dl dd a {
    margin: 0 auto;
    width: 255px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffffff;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #000000;
  }
  body #main section.cta_bz4x .btn_area dl dd a:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    filter: invert(1);
  }
  body #main section.cta_bz4x .btn_area dl dd a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
    border: 1px solid #ffffff;
    box-sizing: border-box;
  }
  body #main section.movie {
    padding: 75px 0 25px 0;
    background: #ffffff;
  }
  body #main section.movie ul li {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  body #main section.movie ul li.animate.show .thumb button.video_modal:after {
    opacity: 1;
  }
  body #main section.movie ul li .text {
    text-align: left;
    color: #000000;
  }
  body #main section.movie ul li .text h2 {
    margin-bottom: 13px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  body #main section.movie ul li .text h2 span {
    display: block;
  }
  body #main section.movie ul li .text h2 span strong {
    display: inline-block;
    line-height: 32px;
    font-size: 23px;
  }
  body #main section.movie ul li .text p {
    line-height: 24px;
    font-size: 14px;
  }
  body #main section.movie ul li .thumb {
    margin-bottom: 19px;
    width: 100%;
    display: block;
    position: relative;
  }
  body #main section.movie ul li .thumb button.video_modal {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
  }
  body #main section.movie ul li .thumb button.video_modal:after {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    background: url("../img/icon_video_play.svg") no-repeat center center/contain;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 400ms;
    transition-timing-function: linear;
    transition-delay: 200ms;
  }
  body #main section.movie ul li .thumb small {
    width: 50%;
    height: 20px;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 1;
    text-align: right;
    font-size: 16px;
    color: #ffffff;
  }
  body #main section.movie ul li .thumb small span {
    padding: 0 2px;
    display: inline-block;
    background: #000000;
  }
  body #main section.feelbz4x {
    padding: 40px 0;
  }
  body #main section.feelbz4x .slide_loop {
    top: 80px;
  }
  body #main section.feelbz4x .head {
    margin-bottom: 30px;
    position: relative;
  }
  body #main section.feelbz4x .head h2 {
    margin-bottom: 5px;
  }
  body #main section.feelbz4x .head h2 small {
    margin-bottom: 15px;
    display: block;
    height: 25px;
  }
  body #main section.feelbz4x .head h2 small img {
    width: auto;
    height: 100%;
  }
  body #main section.feelbz4x .head h2 span {
    display: inline-block;
    line-height: 45px;
    font-size: 26px;
    letter-spacing: 0.1em;
    color: #000000;
  }
  body #main section.feelbz4x .head p.text {
    margin-bottom: 10px;
    line-height: 35px;
    font-size: 15px;
  }
  body #main section.feelbz4x .head ul.bz4x_note {
    padding-top: 10px;
  }
  body #main section.feelbz4x .head p.image {
    margin: 0 auto;
  }
  body #main section.feelbz4x .shop_list {
    padding: 5px;
  }
  body #main section.feelbz4x .shop_list dl.area_group {
    margin-bottom: 4px;
    border-radius: 4px;
    overflow: hidden;
  }
  body #main section.feelbz4x .shop_list dl.area_group.open > dt button span.icon:before {
    transform: rotate(180deg);
  }
  body #main section.feelbz4x .shop_list dl.area_group.open > dt button span.icon:after {
    transform: rotate(360deg);
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt {
    margin-bottom: 1px;
    background: #ffffff;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button {
    padding: 0 20px;
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    cursor: pointer;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span {
    display: block;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span.title {
    line-height: 60px;
    text-align: left;
    font-size: 18px;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span.icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span.icon:before, body #main section.feelbz4x .shop_list dl.area_group > dt button span.icon:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #000000;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 1px);
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button span.icon:after {
    transform: rotate(90deg);
  }
  body #main section.feelbz4x .shop_list dl.area_group > dt button:after {
    content: "";
  }
  body #main section.feelbz4x .shop_list ul.shops {
    display: none;
    overflow: hidden;
  }
  body #main section.feelbz4x .shop_list ul.shops > li {
    margin-bottom: 1px;
    background: #ffffff;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl {
    padding: 17px 0 30px 0;
    width: 100%;
    overflow: hidden;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dt {
    margin-bottom: 4px;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd {
    box-sizing: border-box;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.event_name {
    margin-bottom: 17px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 20px;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.event_name ol:last-child {
    margin-bottom: 0;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.event_name ol li {
    margin-bottom: 6px;
    margin-left: 1.5em;
    list-style: decimal;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.detail_btn {
    padding: 0 35px;
    width: calc(100% - 90px);
    float: left;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.detail_btn button {
    width: 100%;
    height: 40px;
    display: block;
    border-radius: 5px;
    box-sizing: border-box;
    background: #000000;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.shop_btn {
    padding: 0 20px 0 15px;
    width: 90px;
    float: right;
    box-sizing: border-box;
  }
  body #main section.feelbz4x .shop_list ul.shops > li dl dd.shop_btn a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #000000;
  }
  body #main section.feelbz4x .map_area {
    margin: 0 auto;
    width: 100%;
  }
  body #main section.feelbz4x .map_area .tab {
    position: relative;
  }
  body #main section.feelbz4x .map_area .tab .tab_scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
  }
  body #main section.feelbz4x .map_area .tab.area ul {
    margin: 0 20px;
    width: 712px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2px;
  }
  body #main section.feelbz4x .map_area .tab.area ul li {
    width: 100%;
    height: 100%;
  }
  body #main section.feelbz4x .map_area .tab.area ul li button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CDCDDC;
    border-radius: 4px 4px 0 0;
  }
  body #main section.feelbz4x .map_area .tab.area ul li button.active {
    background: #ffffff;
  }
  body #main section.feelbz4x .map_area .tab.area ul li button span {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  body #main section.feelbz4x .map_area .tab.prefectures {
    background: #ffffff;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul {
    padding: 0 20px;
    width: 800px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul li {
    height: 30px;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul li button {
    border-radius: 4px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul li button.active {
    background: #CDCDDC;
  }
  body #main section.feelbz4x .map_area .tab.prefectures ul li button span {
    padding: 0 18px;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change {
    padding: 8px 20px 8px 0;
    overflow: hidden;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button {
    width: 160px;
    height: 35px;
    display: block;
    float: right;
    border: 1px solid #000000;
    border-radius: 4px;
    box-sizing: border-box;
    background: #ffffff left 12px center no-repeat;
    color: #000000;
    cursor: pointer;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button span {
    padding-left: 26px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button.for_list {
    background-image: url("../img/icon_map_list.svg");
    background-size: 16px 10px;
  }
  body #main section.feelbz4x .map_area .tab.prefectures p.change button.for_map {
    background-image: url("../img/icon_map_pin.svg");
    background-size: 16px 20px;
  }
  body #main section.feelbz4x .map_area .view {
    margin-top: 5px;
    border-radius: 4px;
    width: 100%;
  }
  body #main section.feelbz4x .map_area .view.map {
    aspect-ratio: 1/1;
    background: #cccccc;
  }
  body #main section.feelbz4x .map_area .view.view {
    background: #ffffff;
  }
  body #main section.news {
    padding: 20px 25px 50px 25px;
  }
  body #main section.news .frame {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
  }
  body #main section.news .frame h2 {
    width: 100%;
    aspect-ratio: 325/175;
    overflow: hidden;
    position: relative;
    background: #000000 url("../img/bg_news_title_sp.jpg") no-repeat right center/cover;
    text-align: center;
    color: #ffffff;
  }
  body #main section.news .frame h2 strong, body #main section.news .frame h2 span {
    display: block;
  }
  body #main section.news .frame h2 strong {
    width: 233px;
    position: absolute;
    top: 15px;
    left: calc(50% - 116.5px);
  }
  body #main section.news .frame h2 span {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  body #main section.news .frame .supports {
    padding: 20px 20px 50px 20px;
    position: relative;
  }
  body #main section.news .frame .supports ul {
    margin-bottom: 44px;
  }
  body #main section.news .frame .supports ul li {
    margin-bottom: 40px;
    width: 100%;
  }
  body #main section.news .frame .supports ul li:last-child {
    margin-bottom: 0;
  }
  body #main section.news .frame .supports ul li:nth-child(1) dl dt span.title {
    color: #85B390;
  }
  body #main section.news .frame .supports ul li:nth-child(2) dl dt span.title {
    color: #88B3CF;
  }
  body #main section.news .frame .supports ul li:nth-child(3) dl dt span.title {
    color: #D686B6;
  }
  body #main section.news .frame .supports ul li h3 {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
  body #main section.news .frame .supports ul li h3 picture {
    display: block;
  }
  body #main section.news .frame .supports ul li h3 picture img {
    width: 100%;
    height: auto;
  }
  body #main section.news .frame .supports ul li dl dt {
    margin-bottom: 10px;
    overflow: hidden;
  }
  body #main section.news .frame .supports ul li dl dt span {
    display: block;
  }
  body #main section.news .frame .supports ul li dl dt span.icon {
    width: 60px;
    height: 60px;
    float: left;
  }
  body #main section.news .frame .supports ul li dl dt span.title {
    margin-left: 80px;
    min-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
  }
  body #main section.news .frame .supports ul li dl dd {
    color: #000000;
  }
  body #main section.news .frame .supports ul li dl dd.main {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  body #main section.news .frame .supports ul li dl dd.sub {
    line-height: 14px;
    font-size: 10px;
    color: #888889;
  }
  body #main section.news .frame .supports p.detail a {
    margin: 0 auto;
    width: 240px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
  }
  body #main section.news .frame .supports p.detail a span {
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
  }
  body #main section.news .frame .supports p.detail a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: url("../img/icon_arrow.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 4px);
    right: 18px;
    transform: rotate(-90deg);
  }
  body #main section.news ul.bz4x_note {
    padding-top: 20px;
  }
  body #main section.touring {
    padding: 40px 0 27px 0;
    background: linear-gradient(94.41deg, #F4F5FA 0%, #CBCCD0 50%, #989899 100%);
  }
  body #main section.touring .frame {
    margin-bottom: 5px;
    background: #ffffff;
  }
  body #main section.touring .frame .text_area {
    padding: 20px 25px 15px 25px;
    box-sizing: border-box;
  }
  body #main section.touring .frame .text_area h2 {
    line-height: 45px;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 0;
    color: #4C4948;
  }
  body #main section.touring .frame .text_area p.date {
    line-height: 18px;
    font-size: 13px;
    color: #777777;
  }
  body #main section.touring .frame p.image {
    width: 100%;
  }
  body #main section.touring .frame p.image img {
    width: 100%;
    height: auto;
  }
  body #main section.touring p.note {
    padding-left: 1em;
    line-height: 14px;
    font-size: 10px;
    color: #4D4D4D;
  }
  body #main section.touring p.note span {
    margin-left: -1em;
    display: block;
    float: left;
  }
  body #main section.banner {
    padding: 48px 0 20px 0;
    background: #ffffff;
  }
  body #main section.banner ul li {
    margin-bottom: 50px;
  }
  body #main section.banner ul li:last-child {
    margin-bottom: 0;
  }
  body #main section.banner ul li a {
    display: block;
  }
  body #main section .dp_area {
    margin: 0 auto;
  }
  body #main section .dp_area.concept h3 {
    display: none;
  }
  body #main section .dp_area h3 {
    margin-bottom: 20px;
  }
  body #main section .dp_area h3 span, body #main section .dp_area h3 small {
    display: block;
  }
  body #main section .dp_area h3 small {
    margin-bottom: 14px;
    width: 280px;
  }
  body #main section .dp_area h3 span {
    line-height: 20px;
    font-size: 14px;
  }
  body #main section .dp_area .banner {
    display: block;
  }
  body #main section .dp_area button {
    width: 100%;
    display: block;
    background: linear-gradient(0deg, rgba(210, 210, 220, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    cursor: pointer;
  }
  body #main section .dp_area button .bar {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
  }
  body #main section .dp_area button .bar p.category {
    padding-left: 10px;
    height: 15px;
    line-height: 0;
  }
  body #main section .dp_area button .bar p.category img {
    width: auto;
    height: 100%;
  }
  body #main section .dp_area button .bar p.more {
    padding-right: 27px;
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    line-height: 20px;
    font-size: 14px;
  }
  body #main section .dp_area button .bar p.more:before, body #main section .dp_area button .bar p.more:after {
    content: "";
    width: 7px;
    height: 1px;
    display: block;
    background: #000000;
    position: absolute;
    right: 13px;
    top: calc(50% - 0.5px);
  }
  body #main section .dp_area button .bar p.more:after {
    transform: rotate(90deg);
  }
  body #main section .dp_area button .detail {
    position: relative;
  }
  body #main section .dp_area button .detail .image {
    width: auto;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
  }
  body #main section .dp_area button .detail .image img {
    width: auto;
    height: 100%;
  }
  body #main section .dp_area button .detail .text {
    text-align: left;
  }
  body #main section .dp_area button .detail .text h4 {
    padding: 0 20px;
    height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
  }
  body #main section .dp_area button .detail .text p {
    padding: 10px 20px 20px 20px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0;
  }
  body #main section .dp_area.concept button .bar {
    border-bottom-color: #A0A0AA;
  }
  body #main section .dp_area.concept button .bar p.more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #A0A0AA 100%);
  }
  body #main section .dp_area.design button .bar {
    border-bottom-color: #78C3EB;
  }
  body #main section .dp_area.design button .bar p.more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #78C3EB 100%);
  }
  body #main section .dp_area.design button .detail .image {
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 324/90;
    background: url("../img/img_dp_design_sp.jpg") no-repeat center center/cover;
  }
  body #main section .dp_area.design button .detail .image img {
    display: none;
  }
  body #main section .dp_area.design button .detail .text h4 {
    padding-top: 15px;
    height: auto;
    display: block;
  }
  body #main section .dp_area.driving button .bar {
    border-bottom-color: #FFA5B9;
  }
  body #main section .dp_area.driving button .bar p.more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFA5B9 100%);
  }
  body #main section .dp_area.driving button .detail .image {
    width: 100%;
    height: 90px;
    position: relative;
    text-align: right;
  }
  body #main section .dp_area.driving button .detail .text h4 {
    padding-top: 15px;
    height: auto;
    display: block;
  }
  body #main section .dp_area.bevlife button .bar {
    border-bottom-color: #F0E600;
  }
  body #main section .dp_area.bevlife button .bar p.more {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F0E600 100%);
  }
  body #main section .dp_area.bevlife button .detail .image {
    width: 100%;
    height: 90px;
    position: relative;
    text-align: right;
  }
  body #main section .dp_area.bevlife button .detail .text h4 {
    padding-top: 15px;
    height: auto;
    display: block;
  }
  body #main aside.all_caption {
    padding: 50px 25px 0 25px;
    background: #ffffff;
  }
  body #main aside.all_caption p {
    line-height: 12px;
    font-size: 10px;
    color: #888889;
  }
  .modal {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    backdrop-filter: blur(50px);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    color: #000000;
  }
  .modal a:hover {
    text-decoration: none;
  }
  .modal .en {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "slnt" 0, "CRSV" 0, "SHRP" 0;
  }
  .modal img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    outline: none;
  }
  .modal img.contain {
    height: 100%;
    object-fit: contain;
  }
  .modal sup, .modal sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
    font-size: 50%;
  }
  .modal sup {
    bottom: 1.5ex;
  }
  .modal sub {
    top: 0.5ex;
  }
  .modal input, .modal textarea, .modal select, .modal button {
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    color: inherit;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .modal input::-ms-expand, .modal textarea::-ms-expand, .modal select::-ms-expand, .modal button::-ms-expand {
    display: none;
  }
  .modal .word_break {
    word-wrap: break-word;
    word-break: break-all;
  }
  .modal * {
    outline: none;
  }
  .modal *:hover, .modal *:active, .modal *:focus {
    outline: none;
  }
  .modal .close {
    transform-style: preserve-3d;
    transition-property: transform;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 200ms;
  }
  .modal .close.top {
    transform: translateX(60px);
  }
  .modal .close.bottom {
    transform: translateY(100px);
  }
  .modal.modal_init .close.top {
    transform: translateX(0);
  }
  .modal.modal_init .close.bottom {
    transform: translateY(0);
  }
  .modal .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.85);
  }
  .modal .close button {
    height: 40px;
    display: block;
    background: #000000;
    position: relative;
    cursor: pointer;
  }
  .modal .close button:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    background: url("../img/icon_close.svg") no-repeat center center/contain;
  }
  .modal .close.top {
    display: block;
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 101;
  }
  .modal .close.top button {
    width: 40px;
  }
  .modal .close.bottom {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: calc(100dvh - 120px);
    left: 0;
    z-index: 101;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%);
  }
  .modal .close.bottom button {
    margin-top: -20px;
    width: 100px;
  }
  .modal .close.bottom button span {
    padding-left: 16px;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }
  .modal .close.bottom button:after {
    left: 15px;
  }
  .modal .modal_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .modal .modal_inner .text_bg {
    width: 100%;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
  }
  .modal .modal_inner .text_bg .bg_inner {
    width: 100%;
  }
  .modal .modal_inner .text_bg .bg_inner img {
    width: 100%;
    height: auto;
  }
  .modal .modal_inner .scroll {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .modal .modal_inner .scroll .inner {
    padding: 0 25px;
  }
  .modal.dp_modal.concept .modal_inner h1 {
    opacity: 0;
  }
  .modal.dp_modal .modal_inner h1 {
    margin: 35px 0 95px 0;
  }
  .modal.dp_modal .modal_inner h1 small, .modal.dp_modal .modal_inner h1 span {
    display: block;
  }
  .modal.dp_modal .modal_inner h1 small {
    margin-bottom: 15px;
    line-height: 0;
    height: 12px;
  }
  .modal.dp_modal .modal_inner h1 small img {
    width: auto;
    height: 100%;
  }
  .modal.dp_modal .modal_inner h1 span {
    line-height: 20px;
    font-size: 14px;
  }
  .modal.dp_modal .modal_inner .contents {
    width: 100%;
  }
  .modal.dp_modal .modal_inner .contents .side_menu {
    display: none;
  }
  .modal.dp_modal .modal_inner .contents .main .group {
    padding-bottom: 100px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .profile {
    margin-bottom: 45px;
    width: 100%;
    overflow: hidden;
  }
  .modal.dp_modal .modal_inner .contents .main .group .profile p.photo {
    margin-bottom: 20px;
    width: 125px;
    float: left;
    line-height: 0;
  }
  .modal.dp_modal .modal_inner .contents .main .group .profile p.job {
    margin-left: 150px;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 12px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .profile p.name {
    margin-left: 150px;
    line-height: 30px;
    font-size: 20px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col {
    overflow: hidden;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col h2 {
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col p {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col p.note,
  .modal.dp_modal .modal_inner .contents .main .group .col ul.note {
    margin-bottom: 30px;
    line-height: 20px;
    font-size: 12px;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col p.note {
    padding-left: 1em;
    overflow: hidden;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col p.note span {
    margin-left: -1em;
    width: 1em;
    display: block;
    float: left;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col ul.note li {
    padding-left: 2em;
    overflow: hidden;
  }
  .modal.dp_modal .modal_inner .contents .main .group .col ul.note li span {
    margin-left: -2em;
    width: 2em;
    display: block;
    float: left;
  }
  .modal.yt_modal .video_inner {
    padding: 40px;
    box-sizing: border-box;
  }
  .modal.yt_modal .video_inner .player_inner {
    margin: 0 auto;
    max-width: 800px;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal.yt_modal .video_inner .player_inner .yt_player {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .modal.yt_modal .video_inner .player_inner .yt_player iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .modal.shop_detail_modal .modal_inner h1 {
    margin: 30px 0 25px 0;
    font-weight: bold;
  }
  .modal.shop_detail_modal .modal_inner h1 small, .modal.shop_detail_modal .modal_inner h1 span {
    display: block;
  }
  .modal.shop_detail_modal .modal_inner h1 small {
    line-height: 24px;
    font-size: 16px;
  }
  .modal.shop_detail_modal .modal_inner h1 span {
    line-height: 32px;
    font-size: 24px;
  }
  .modal.shop_detail_modal .modal_inner p.vijual {
    margin-bottom: 40px;
    width: 100%;
  }
  .modal.shop_detail_modal .modal_inner .contents {
    padding-bottom: 150px;
    overflow: hidden;
  }
  .modal.shop_detail_modal .modal_inner .contents .row {
    margin-bottom: 60px;
    overflow: hidden;
  }
  .modal.shop_detail_modal .modal_inner .contents .row h2 {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 20px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, rgba(170, 172, 185, 0.9) 0%, rgba(170, 172, 185, 0) 100%);
    line-height: 30px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dt {
    font-size: 14px;
    font-weight: bold;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd {
    position: relative;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd small, .modal.shop_detail_modal .modal_inner .contents .row dl.date dd span {
    display: inline-block;
    font-weight: bold;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd small {
    font-size: 14px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd span {
    font-size: 18px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd.start {
    margin-right: 26px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.date dd.start:after {
    content: "";
    width: 12px;
    height: 6px;
    display: block;
    position: absolute;
    right: -22px;
    top: calc(50% - 2px);
    background: url("../img/icon_arrow_bk.svg") no-repeat center center/contain;
    transform: rotate(-90deg);
  }
  .modal.shop_detail_modal .modal_inner .contents .row p.summary {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.location {
    margin-bottom: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 30px;
    font-size: 14px;
  }
  .modal.shop_detail_modal .modal_inner .contents .row dl.location dt {
    font-weight: bold;
  }
  .modal.shop_detail_modal .modal_inner .contents .row p.detail_btn a {
    margin: 0 auto;
    width: calc(100% - 50px);
    height: 50px;
    display: block;
    position: relative;
    background: #000000;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  .modal.shop_detail_modal .modal_inner .contents .row p.detail_btn a:after {
    content: "";
    width: 14px;
    height: 10px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    background: url(../img/icon_arrow_bk.svg) no-repeat center center/contain;
    transform: rotate(-90deg);
    filter: invert(1);
  }
  .modal.shop_detail_modal .modal_inner .contents p.cpn_note {
    margin-bottom: 30px;
    padding-left: 1em;
    overflow: hidden;
    line-height: 15px;
    font-size: 10px;
    color: #A0A0AA;
  }
  .modal.shop_detail_modal .modal_inner .contents p.cpn_note span {
    margin-left: -1em;
    width: 1em;
    display: block;
    float: left;
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail {
    padding: 30px 25px 50px 25px;
    background: linear-gradient(90deg, #AAACB9 0%, #4C4D53 100%);
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail dt {
    margin-bottom: 27px;
    line-height: 36px;
    font-size: 20px;
    color: #ffffff;
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail dd a {
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    background: #000000;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
  }
  .modal.shop_detail_modal .modal_inner dl.shop_detail dd a:after {
    content: "";
    width: 14px;
    height: 10px;
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    background: url(../img/icon_arrow_bk.svg) no-repeat center center/contain;
    transform: rotate(-90deg);
    filter: invert(1);
  }
  .sp_none {
    display: none !important;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body #loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}
body #loading .loading_img {
  width: 100%;
  height: 100%;
  background: #EDEFF4;
}
body #loading .loading_img .logo {
  width: 50%;
  max-width: 280px;
  display: block;
  height: auto;
  position: absolute;
  left: 50%;
  top: calc(50% - 200px);
  transform: translateX(-50%);
}
body #loading .loading_img .loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #000000 rgba(0, 0, 0, 0.062745098);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

body .modal.modal_init .close.top {
  display: none;
}