@font-face {
    font-family: "GUJPCorporate";
    src: url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2") format("woff2"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff") format("woff"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GUJPCorporate";
    src: local("NotoSansJP-Regular.otf"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2") format("woff2"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff") format("woff"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GUJPCorporate";
    src: url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2") format("woff2"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff") format("woff"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-white: #fff;
    --color-gray700: #5a5a5a;
    --color-gray350: #ababab;
    --color-gray150: #dadada;
    --color-gray100: #e8e8e8;
    --color-gray050: #f4f4f4;
    --color-black: #1f1f1f;
    --color-blue: #12288b;
    --color-yellow: #fff000;
    --color-gold: #cb9f33;
    --color-orange: #ffcd78;
    --color-red: #ff5050;
    --space-v-xxs: 5px;
    --space-v-xs: 10px;
    --space-v-s: 15px;
    --space-v-m: 20px;
    --space-v-l: 30px;
    --space-v-xl: 60px;
    --space-v-xxl: 90px;
    --sp-h-xxs: 1px;
    --sp-h-xs: 3px;
    --sp-h-s: 5px;
    --sp-h-m: 9px;
    --sp-h-l: 15px;
    --sp-h-xl: 30px;
    --pc-h-xxs: 1px;
    --pc-h-xs: 5px;
    --pc-h-s: 10px;
    --pc-h-m: 15px;
    --pc-h-l: 20px;
    --pc-h-xl: 40px;
    --pc-h-xxl: 60px;
    --hover-transition-slow: 0.8s;
    --hover-transition-normal: 0.6s;
    --hover-transition-fast: 0.4s;
    --feature-color-light: #fdecf5;
    --feature-color-dark: #ea6182;
}

*,
:after,
:before {
    box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    text-size-adjust: 100%;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    vertical-align: bottom;
}

button {
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

body {
    color: #1f1f1f;
    color: var(--color-black);
    line-height: 1.5;
}

#container,
body {
    font-family: GUJPCorporate, Avenir Next, Hiragino Kaku Gothic ProN,
        Hiragino Sans, メイリオ, Meiryo, ＭＳ Ｐゴシック, Verdana, Helvetica,
        Tahoma, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

[data-animation-is-active="true"] .wrapper {
    width: 100vw;
    overflow-y: scroll;
}

[data-animation-is-active="false"] .wrapper {
    width: 100%;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 1s;
}

#container #content-body main .alias-view ul.tmc-3000 li .list-container {
    margin-bottom: 10px;
}

#dynamic-header.sp .dynamic-header-in {
    box-shadow: none;
}

#dynamic-header.sp {
    display: block;
}

#dynamic-header.pc {
    display: none;
}

[data-aspect-ratio="1:1"]:before {
    padding-top: 100%;
}

[data-aspect-ratio="2:1"]:before {
    padding-top: 50%;
}

[data-aspect-ratio="2:3"]:before {
    padding-top: 150%;
}

[data-aspect-ratio="3:1"]:before {
    padding-top: 33.3333%;
}

[data-aspect-ratio="3:2"]:before {
    padding-top: 66.6666%;
}

[data-aspect-ratio="3:4"]:before {
    padding-top: 133.3333%;
}

[data-aspect-ratio="4:3"]:before {
    padding-top: 75%;
}

[data-aspect-ratio="16:9"]:before {
    padding-top: 56.25%;
}

[data-aspect-ratio="9:16"]:before {
    padding-top: 177.7777%;
}

[data-aspect-ratio="317:505"]:before {
    padding-top: 159.3059%;
}

[data-aspect-ratio="958:273"]:before {
    padding-top: 28.4968%;
}

[data-aspect-ratio="1246:83"]:before {
    padding-top: 6.4541%;
}

[data-aspect-ratio="222:287"]:before {
    padding-top: 129.2792%;
}

[data-aspect-ratio="222:293"]:before {
    padding-top: 131.9819%;
}

[data-aspect-ratio="187:287"]:before {
    padding-top: 153.4759%;
}

[data-aspect-ratio="37:57"]:before {
    padding-top: 154.054%;
}

.swiper-parent {
    overflow: hidden;
    position: relative;
}

.swiper-container {
    padding-bottom: 18px;
}

.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.swiper-pagination-bullet {
    margin: 0 3px;
    opacity: 1;
    background-color: #dadada;
}

.swiper-pagination-bullet-active {
    background-color: #1b1b1b;
}

.swiper-pagination-fraction {
    bottom: inherit;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    height: 50px;
    width: 40px;
    z-index: 1;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
    content: "";
    position: absolute;
    right: 20px;
    width: 2px;
    height: 30px;
    margin-top: -4px;
    border: 0;
    background-color: #fff;
    background-color: var(--color-white);
}

.swiper-button-prev:before {
    top: 0;
    transform: rotate(35deg);
}

.swiper-button-next:before {
    top: 0;
    transform: rotate(-35deg);
}

.swiper-button-prev:after {
    bottom: 0;
    transform: rotate(325deg);
}

.swiper-button-next:after {
    bottom: 0;
    transform: rotate(-325deg);
}

.swiper-button-disabled {
    display: none;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s;
    transform: translateZ(0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}

.u-uqFont-l {
    font-family: UniqloPro Light, sans-serif;
}

.u-uqFont-r {
    font-family: UniqloPro Regular, sans-serif;
}

.u-uqFont-b {
    font-family: UniqloPro Bold, sans-serif;
}

.u-font-400 {
    font-weight: 400;
}

.u-font-700 {
    font-weight: 700;
}

.u-boxShadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}

.u-align-left {
    text-align: left;
}

.u-align-center {
    text-align: center;
}

.u-align-right {
    text-align: right;
}

.u-color-red {
    color: #ff5050;
    color: var(--color-red);
}

.u-color-teal {
    color: var(--color-teal);
}

.u-color-black900 {
    color: var(--color-black900);
}

.u-color-white {
    color: #fff;
    color: var(--color-white);
}

.u-color-gray500 {
    color: var(--color-gray500);
}

.u-color-gray350 {
    color: #ababab;
    color: var(--color-gray350);
}

.u-color-gray150 {
    color: #dadada;
    color: var(--color-gray150);
}

.u-color-gray050 {
    color: #f4f4f4;
    color: var(--color-gray050);
}

.u-only-sp {
    display: block;
}

.u-only-pc {
    display: none;
}

.u-contentsInner {
    min-width: 320px;
}

.u-imgAdjustBox {
    position: relative;
    width: 100%;
    height: auto;
}

.u-imgAdjustBox:before {
    content: "";
    display: block;
}

.u-imgAdjustBox_inner {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.u-img {
    width: 100%;
    height: auto;
}

.u-appendAlias {
    overflow-y: hidden;
}

.u-only-native {
    display: none;
}

.-guApp .u-only-native,
.u-only-web {
    display: block;
}

.-guApp .u-only-web {
    display: none;
}

img {
    max-width: 100%;
}

.body.-fixed {
    position: fixed;
    left: 0;
}

.headerMarginWeb {
    margin-top: 50px;
}

.c-serialNumberText {
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    border-bottom: 3px solid #fff000;
    color: #12288b;
}

.detailLink {
    text-align: right;
}

.detailLink a {
    display: inline-block;
    padding-bottom: 2px;
    color: #1b1b1b;
    border-bottom: 1px solid;
}

.p-lead_hero {
    position: relative;
}

.p-lead_hero_imgTitle {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.p-lead_inner {
    color: #5a5a5a;
}

.audition {
    margin: 15px;
}

.audition_h {
    text-align: center;
    font-size: 16px;
    margin: 30px 0 10px 0;
    font-weight: 700;
}

.p-lead_text:nth-child(n + 2) {
    padding-top: 10px;
}

.p-lead_text_attention {
    font-weight: 700;
    color: #1b1b1b;
}

.p-lead_text_18 {
    font-size: 1.8rem;
}

.p-lead_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 20px 0;
}

.p-lead_hashTag {
    max-width: 870px;
    margin: 70px auto 30px;
    border: solid 10px #f9e1d5;
    padding: 9px;
    text-align: center;
}

.p-lead_hashTag_inner {
    border: solid 2px #f9e1d5;
    padding: 24px 40px 48px;
}

.p-lead_hashTag_ttl {
    margin-bottom: 40px;
}

.p-lead_hashTag_ttl span {
    display: inline-block;
    font-size: 22px;
    color: #12288b;
    font-weight: 700;
    position: relative;
    background: linear-gradient(transparent 60%, #fff000 60%);
}

.p-lead_hashTag_ttl span:before,
.p-lead_hashTag_ttl span:after {
    content: "";
    background: #12288b;
    width: 2px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
}

.p-lead_hashTag_ttl span:before {
    left: -20px;
    transform: translateY(-28%) rotate(-45deg);
}

.p-lead_hashTag_ttl span:after {
    right: -20px;
    transform: translateY(-28%) rotate(45deg);
}

.p-lead_hashTag_list {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.p-lead_hashTag_item {
    width: 286px;
    height: 63px;
    padding: 8px 0 9px;
    border-radius: 31.5px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #5a5a5a;
    font-size: 29px;
    font-weight: 700;
    color: #5a5a5a;
    margin-bottom: 30px;
}

.p-lead_hashTag_item:nth-of-type(1) {
    margin-right: 15px;
}

.p-lead_hashTag_item:nth-of-type(3) {
    margin-right: 15px;
    width: 430px;
}

.p-lead_hashTag__txt {
    font-size: 17px;
    line-height: 1.4;
    color: #5a5a5a;
    margin-bottom: 47px;
    font-weight: 700;
}

.p-lead_hashTag_term {
    border-top: 2px solid #12288b;
    border-bottom: 2px solid #12288b;
    padding: 21px 0;
    position: relative;
}

.p-lead_hashTag_term_ttl {
    width: 110px;
    height: 33px;
    padding: 3px 0;
    border-radius: 16px;
    background-color: #12288b;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -18px;
}

.p-lead_hashTag_term_date {
    font-size: 17px;
    color: #5a5a5a;
    font-weight: 700;
}

.p-lead_hashTag_term_date .sp {
    display: none;
}

/* 221031 マイルお知らせ */
.mile_info {
    max-width: 870px;
    margin: 70px auto 30px;
    border: solid 2px #12288A;
    padding: 26px 0;
    text-align: center;
}

.mile_info__txt {
    color: #12288A;
    line-height: 1.8;
    font-weight: 600;
}

.mile_info__txt a {
    color: #12288A;
    text-decoration: underline;
}

.mile_info__txt span {
    font-size: 14px;
}

.brsp {
    display: none;
}

/* 221031 マイルお知らせend */



/* 22121 campaign */
.p-lead_hashTag_itemsub {
    font-size: 15px;
}

.p-lead_hashTag_item_txt {
    margin-bottom: 30px;
    margin-top: -14px;
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 700;
}

.p-lead_bnr_text {
    text-align: center;
    color: #1e1e1e;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.8rem;
}

.lh_26 {
    line-height: 22px;
}

.p-lead_bnr {
    width: 580px;
    margin: 20px auto 20px;
}

.p-lead_bnr a:hover {
    opacity: 0.8;
}

/* 211112 campaign */
/* .p-lead_hashTagWrap--thanks .p-lead_hashTag {
max-width: 870px;
border-color: #d42d27;
} */

/* .p-lead_hashTag_inner {
border-color: #d42d27;
} */

.p-lead_hashTag__campaign {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 50px;
}

.p-lead_hashTag__campaign em {
    font-size: 48px;
    color: #f79a7a;
    font-feature-settings: "palt";
}

.p-lead_hashTag__campaign .big {
    font-size: 39px;
}

.p-lead_hashTag__campaign .hightlight {
    background: linear-gradient(transparent 70%, #fff000 70%);
}

.p-lead_hashTag__txt {
    color: #1e1e1e;
}

.p-lead_hashTag__txt span {
    background: linear-gradient(transparent 60%, #fff000 60%);
}

.p-lead_hashTag_term {
    max-width: 640px;
    margin: 0 auto 20px;
}

.p-lead_hashTag__note {
    max-width: 580px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700;
}

.p-lead_hashTag__note a {
    display: inline;
    border-bottom: 1px solid #5a5a5a;
}

.p-participation .fr-accordion:last-child {
    border: none;
    background: #fafafa;
    margin-top: 20px;
    padding: 15px 15px;
}

.p-participation .fr-accordion_label {
    font-size: 16px;
    color: #5a5a5a;
}

.p-question_accordion_heading {
    font-weight: bold;
    text-align: center;
}

.p-question_accordion_heading--mt {
    margin-top: 50px;
}

.p-question_accordion_heading span {
    display: inline-block;
    border-bottom: 1px solid #5a5a5a;
}

.p-participation .p-question_accordion_q:nth-of-type(n + 2) {
    font-weight: bold;
}

.p-participation .p-question_accordion_list {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.p-participation .p-question_accordion_list_dot {
    text-indent: -1em;
    padding-left: 1em;
}

.p-participation .p-question_accordion_indent {
    padding-left: 1em;
}

.p-participation .p-question_accordion_note {
    font-size: 14px;
    padding-left: 4em;
}

.p-participation .p-question_accordion_a a {
    color: #5a5a5a;
}

.p-question_accordion_end {
    text-align: right;
    padding-top: 20px;
}

.p-lead_hashTag__campaign .pc {
    display: block;
}

.p-lead_hashTag__campaign .sp {
    display: none;
}

.fr-accordion_labelInner .pc {
    display: block;
}

.fr-accordion_labelInner .sp {
    display: none;
}

/* .p-lead_hashTagWrap--thanks .p-lead_hashTag__txt .pc {
display: block;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__txt .sp {
display: none;
} */

/* @media screen and (max-width: 812px) {
.p-lead_hashTagWrap--thanks .p-lead_hashTag_inner {
padding: 26px 12px 20px;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag_ttl {
margin-bottom: 16px;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign {
font-size: 16px;
padding-bottom: 20px;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign .pc {
display: none;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign .sp {
display: block;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign em {
font-size: 32px;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign .big {
font-size: 23px;
padding-top: 10px;
display: inline-block;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag_term {
max-width: 87%;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__note {
font-size: 11px;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__txt .pc {
display: none;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__txt .sp {
display: block;
}
.p-participation .fr-accordion_labelInner .pc {
display: none;
}
.p-participation .fr-accordion_labelInner .sp {
display: block;
}
.p-participation .fr-accordion:last-child {
padding: 10px 15px;
}
.p-participation .p-question_accordion_note {
padding-left: 1em;
}
.p-participation .fr-accordion_contentInner {
padding-top: 15px;
}
}

@media screen and (max-width: 374px) {
.p-lead_hashTagWrap--thanks .p-lead_hashTag_ttl span {
font-size: 14px;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign .pc {
display: none;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__txt .pc {
display: none;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__txt .sp {
display: block;
}
.p-participation .fr-accordion_labelInner .pc {
display: none;
}
.p-participation .fr-accordion_labelInner .sp {
display: block;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign {
font-size: 13px;
padding-bottom: 20px;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign em {
font-size: 26px;
}
.p-lead_hashTagWrap--thanks .p-lead_hashTag__campaign .big {
font-size: 18px;
}
} */

/* 211112 campaign end */

.c-block_head {
    letter-spacing: 1.35px;
    text-align: center;
    font-weight: 700;
}

.p-step_item {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 2px solid #fbe2d5;
    border-radius: 8px;
    overflow: hidden;
}

.p-step_item_text {
    color: #5a5a5a;
}

.p-step_item_image {
    display: flex;
    align-items: flex-end;
    flex: 1 0 0;
}

.p-step_item_note {
    margin: 30px 0 -25px;
    font-size: 13px;
    text-align: right;
    color: #5a5a5a;
}

.p-step_attention {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #12288b;
}

.p-step_attention:after,
.p-step_attention:before {
    display: block;
    content: "";
    height: 2px;
    background: #12288b;
}

.p-step_attention:before {
    margin-right: 10px;
    transform: rotate(45deg);
}

.p-step_attention:after {
    margin-left: 10px;
    transform: rotate(-45deg);
}

@supports (-ms-ime-align: auto) {

    .p-step_item,
    .p-step_item_image {
        display: block;
    }

    .-item1 .p-step_item_image,
    .-item2 .p-step_item_image,
    .-item4 .p-step_item_image {
        position: absolute;
        bottom: 0;
    }
}

::-webkit-full-page-media,
:future,
:root .p-step_item,
:root .p-step_item_image {
    display: block;
}

.c-anchor {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 11;
}

.c-anchor.-fixed {
    position: fixed;
    transition: top 0.3s ease-in-out;
    z-index: 12;
}

.-guApp .c-anchor.-fixed.is-active {
    top: 0;
}

.c-anchor.-fixed .c-anchor_item,
.c-anchor.-fixed .c-anchor_list {
    border: none;
}

.c-anchor_list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.c-anchor_item {
    font-weight: 700;
}

.c-anchor a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 68px;
    padding: 10px;
    text-align: center;
    border-bottom: 2px solid transparent;
}

.c-anchor a.-current {
    border-bottom: 3px solid #12288b;
}

.js-anchor-target:before {
    display: block;
    content: "";
}

.p-benefits_item {
    background: #fff;
    border-radius: 8px;
}

.p-benefits_item_head {
    letter-spacing: 1.35px;
    text-align: center;
    font-weight: 700;
}

.p-benefits_item_text {
    color: #5a5a5a;
}

.p-benefits_item_attention {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #12288b;
}

.p-benefits_item_attention:after,
.p-benefits_item_attention:before {
    display: block;
    content: "";
    height: 2px;
    background: #12288b;
}

.p-benefits_item_attention:before {
    margin-right: 10px;
    transform: rotate(45deg);
}

.p-benefits_item_attention:after {
    margin-left: 10px;
    transform: rotate(-45deg);
}

.p-benefits_productList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-benefits_productItem {
    width: 48%;
    color: #5a5a5a;
}

.p-benefits_productItem_mileage {
    margin-top: 5px;
    font-weight: 700;
}

.p-benefits_note {
    color: #5a5a5a;
}

.p-post_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-photography_tabList {
    /* display: flex; */
    display: none;
}

.p-photography_tabItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    font-weight: 700;
    border-bottom: 2px solid transparent;
}

.p-photography_tabItem.is-active {
    border-bottom: 2px solid #12288b;
}

.p-photography_item {
    display: none;
}

.p-photography_staff {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #5a5a5a;
}

.p-photography_staff_title {
    width: 100%;
    letter-spacing: 1.35px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

.p-photography_staff_text {
    flex: 1 0 0;
    background: url(../img/photography_staff_text_bg.png) no-repeat left 10px center;
    padding: 20px 0px 20px 40px;
    background-size: 200px;
    line-height: 1.9;
    letter-spacing: 0.0853em;
}

.p-photography_staff_name {
    width: 100%;
    margin-bottom: 30px;
}

.p-photography_staff_name span {
    font-weight: 700;
}

.p-photography_staff__list {
    width: 100%;
}

.p-photography_staff__item {
    width: 100%;
    background: #fafafa;
    padding: 7px;
    font-size: 18px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #1b1b1b;
}

.p-photography_staff__item:not(:last-child) {
    margin-bottom: 10px;
}

.p-photography_staff__item:last-child {
    margin-bottom: 20px;
}

.p-photography_staff__item__num {
    width: 35px;
    height: 35px;
    line-height: 1;
    background: #fbe2d5;
    display: inline-block;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-photography_staff__item__txt {
    display: inline-block;
}

.p-photography_notApplicable_title {
    letter-spacing: 1.35px;
    font-weight: 700;
}

.p-howToPost_text,
.p-photography_caution,
.p-photography_notApplicable_list {
    color: #5a5a5a;
}

.p-howToPost_item {
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.p-howToPost_item_title {
    letter-spacing: 1.35px;
    font-weight: 700;
}

.p-howToPost_item_text {
    text-align: left;
    color: #5a5a5a;
}

.p-howToPost_item_text a {
    color: #5a5a5a;
    text-decoration: underline;
    cursor: pointer;
}

.p-howToPost_item_note {
    text-align: left;
    color: #5a5a5a;
}

.swiper-container-noBullet {
    padding-bottom: 0 !important;
}

.swiper-slide {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    width: 22px;
    height: 53px;
    background: url(https://www.gu-global.com/jp/ja/special-feature/service/stylehintmile-campaign/img/ic_arrow.svg);
    background-repeat: no-repeat;
    background-size: 22px 53px;
}

.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
    content: none;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-pagination {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: #ababab;
}

.swiper-pagination-bullet-active {
    background: #1b1b1b;
}

.app-download {
    background: #fbe2d5;
}

.app-download_head span {
    display: block;
}

.app-download_text {
    color: #5a5a5a;
}

.app-download_button {
    background: #fff;
}

.p-participation_list {
    color: #5a5a5a;
}

.p-participation_list a {
    color: #5a5a5a;
    text-decoration: underline;
}

.c-fixed-button {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    right: 15px;
    bottom: 15px;
    background: #fbe2d5;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    z-index: 12;
    transition: transform 0.4s ease;
}

.c-fixed-button[data-is-fixed="true"] {
    transform: translateY(0);
}

.c-fixed-button[data-is-fixed="false"] {
    transform: translateY(calc(100% + 30px));
}

.c-fixed-button_text {
    font-size: 13px;
    font-weight: 700;
}

.c-fixed-button_image {
    width: 32px;
    height: 32px;
    margin-top: 8px;
}

.c-modal_overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: opacity 0.4s ease;
}

.is-active .c-modal_overlay {
    visibility: visible;
    opacity: 1;
}

.c-modal_contents {
    position: fixed;
    bottom: 0;
    z-index: 101;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
}

.is-active .c-modal_contents {
    transform: translateY(0);
}

.c-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

.c-modal_head {
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid #d8d8d8;
}

.c-modal_head_title {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.c-modal_head_closeButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 20px;
    height: 20px;
}

.c-modal_head_closeButton:after,
.c-modal_head_closeButton:before {
    position: absolute;
    display: block;
    content: "";
    width: 22px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #000;
}

.c-modal_head_closeButton:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal_head_closeButton:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal_inner {
    padding: 16px;
}

.c-modal_lead {
    font-size: 13px;
    color: #5a5a5a;
}

.c-modal_list {
    margin-top: 20px;
}

.c-modal_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-modal_item:nth-child(n + 2) {
    margin-top: 28px;
}

.c-modal_item_title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.c-modal_item_image {
    width: 40px;
    height: 40px;
    margin-top: 16px;
}

.c-modal_item_text {
    flex: 1 1 0;
    margin: 16px 0 0 16px;
    font-size: 13px;
    color: #5a5a5a;
}

.c-modal_note {
    margin-top: 16px;
    font-size: 11px;
    color: #5a5a5a;
}

.c-modal_note a {
    color: #1b1b1b;
    text-decoration: underline;
}

.c-modal_button {
    margin-top: 20px;
}

[data-modal-is-active="true"] {
    right: 0;
    left: 0;
}

.p-question {
    padding-left: 0;
    padding-right: 0;
}

.p-question_accordion_q:nth-of-type(n + 2) {
    margin-top: 20px;
}

.p-question_accordion_a {
    margin-top: 15px;
    line-height: 1.4;
}

.p-question_accordion_a a {
    color: #1b1b1b;
    text-decoration: underline;
}

.fr-accordion {
    padding: 20px 15px;
    background-color: #fff;
    background-color: var(--color-white);
    overflow: hidden;
    border-top: 1px solid #dadada;
}

.fr-accordion:last-child {
    border-bottom: 1px solid #dadada;
}

.fr-accordion+.fr-accordion .fr-accordion_label {
    border-top-width: 0;
}

.fr-accordion_checkBox {
    display: none;
}

.fr-accordion_label {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
}

.fr-accordion_labelInner {
    flex: 1;
}

.fr-accordion_label:after {
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-right: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center center;
}

.fr-accordion_content {
    height: 0;
    opacity: 0;
    padding: 0 var(--sp-h-1g);
    transition: 0.5s;
    visibility: hidden;
    font-size: 13px;
}

.fr-accordion_contentInner {
    display: none;
    padding-top: 30px;
    color: #5a5a5a;
}

.fr-accordion_checkBox:checked+.fr-accordion_label:after {
    transform: rotate(-135deg);
}

.fr-accordion_checkBox:checked+.fr-accordion_label+.fr-accordion_content {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding-top: var(--sp-v-xl);
    padding-bottom: var(--sp-v-xl);
}

.fr-accordion_checkBox:checked+.fr-accordion_label+.fr-accordion_content .fr-accordion_contentInner {
    display: block;
}

.c-breadcrumbs {
    margin-top: 57px;
    margin-top: calc(var(--space-v-xl) - 3px);
    margin-left: 15px;
    margin-left: var(--sp-h-l);
    margin-right: 15px;
    margin-right: var(--sp-h-l);
}

.c-breadcrumbs_inner {
    display: flex;
    flex-wrap: wrap;
}

.c-breadcrumbs_item {
    font-size: 12px;
    line-height: 1.4;
    color: #ababab;
    margin-top: 3px;
}

.c-breadcrumbs_item:not(:last-child):after {
    content: "/";
    padding-right: 3px;
    padding-left: 3px;
}

.c-breadcrumbs_itemLink {
    color: #707070;
}

.c-button {
    cursor: pointer;
    color: #1f1f1f;
    color: var(--color-black);
    font-weight: 700;
}

.c-button.-secondary {
    padding-left: 15px;
    padding-left: var(--sp-h-l);
    padding-right: 15px;
    padding-right: var(--sp-h-l);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    font-size: 16px;
    letter-spacing: 0.57px;
    border: 1px solid #1f1f1f;
    border: 1px solid var(--color-black);
    border-radius: 13.5px;
}

.c-button.-secondary span {
    font-size: 11px;
    margin-left: 5px;
}

.c-button.-secondary.-bg {
    background-color: #fff;
    background-color: var(--color-white);
}

.c-button.-secondary.-small {
    font-size: 12px;
}

.c-button.-secondary.-arrow {
    position: relative;
}

.c-button.-secondary.-arrow:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 14px;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 1px solid #1f1f1f;
    border-top: 1px solid var(--color-black);
    border-right: 1px solid #1f1f1f;
    border-right: 1px solid var(--color-black);
    transform: rotate(135deg);
}

.c-button.-textLink {
    position: relative;
    color: #1f1f1f;
    color: var(--color-black);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
}

.c-button.-textLink:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1f1f1f;
    background-color: var(--color-black);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.c-button.-textArrow {
    position: relative;
    color: #1f1f1f;
    color: var(--color-black);
    padding-right: 15px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}

.c-button.-textArrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 1px solid #1f1f1f;
    border-top: 1px solid var(--color-black);
    border-right: 1px solid #1f1f1f;
    border-right: 1px solid var(--color-black);
    transform: rotate(45deg) translateY(-50%);
}

.c-button.-lightText {
    position: relative;
    color: #1f1f1f;
    color: var(--color-black);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}

.c-button.-lightText:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1f1f1f;
    background-color: var(--color-black);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.c-embedYoutube {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.c-embedYoutube_container,
.c-embedYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.l-header {
    background-color: #fff;
    background-color: var(--color-white);
    padding: 12px var(--sp-h-1g);
    width: 100%;
    height: 51px;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 41;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-gray150);
}

.l-header_inner {
    height: 100%;
    width: 100%;
    position: relative;
}

.l-header_logo {
    width: 88px;
}

.l-header_logoImg {
    width: 100%;
}

.l-header_logoLink {
    display: block;
    position: absolute;
    color: #1f1f1f;
    color: var(--color-black);
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.l-drawer {
    background-color: #fff;
    overflow-y: scroll;
    padding-top: var(--sp-v-xxl);
    padding-bottom: 28px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    width: 82%;
    z-index: 43;
    -webkit-overflow-scrolling: touch;
}

.l-drawerTrigger {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 44;
}

.l-drawerTrigger.-Close {
    top: 11px;
    right: calc(var(--sp-h-1g) - 2px);
}

.l-drawerTrigger_line {
    background-color: #1f1f1f;
    background-color: var(--color-black);
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 4px;
}

.l-drawerTrigger.-open .l-drawerTrigger_line:first-child {
    top: 16px;
}

.l-drawerTrigger.-open .l-drawerTrigger_line:nth-child(2) {
    top: 24px;
}

.l-drawerTrigger.-open .l-drawerTrigger_line:nth-child(3) {
    top: 32px;
}

.l-drawerTrigger.-close .l-drawerTrigger_line:first-child {
    transform: rotate(45deg);
}

.l-drawerTrigger.-close .l-drawerTrigger_line:nth-child(2) {
    transform: rotate(-45deg);
}

.l-drawer_overlay {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    z-index: 42;
}

[data-drawer-is-active="true"] {
    right: 0;
    left: 0;
}

[data-drawer-is-active="true"] .l-drawer {
    transform: translateX(0);
    z-index: 44;
}

[data-drawer-is-active="true"] .l-drawer_overlay {
    opacity: 1;
    visibility: visible;
}

.l-navigation {
    margin-top: 50px;
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-gray150);
}

.l-navigation,
.l-navigation_item+.l-navigation_item {
    border-top: 1px solid #dadada;
    border-top: 1px solid var(--color-gray150);
}

.l-navigation_link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 45px 0 15px;
    padding: 0 45px 0 var(--sp-h-l);
    height: 56px;
    color: #1f1f1f;
    color: var(--color-black);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.l-navigation_link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border: 0;
    border-top: 1px solid #1f1f1f;
    border-top: 1px solid var(--color-black);
    border-right: 1px solid #1f1f1f;
    border-right: 1px solid var(--color-black);
    transform: rotate(45deg);
}

.l-navigation_linkGu {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    margin-right: var(--sp-h-m);
}

.l-navigation_linkGuImg {
    width: 100%;
}

.l-footer {
    margin-top: 15px;
    margin-top: var(--space-v-s);
    border-top: 1px solid #dadada;
    border-top: 1px solid var(--color-gray150);
    padding-top: 25px;
    text-align: center;
    color: #707070;
}

.l-footer_head {
    margin-left: 15px;
    margin-left: var(--sp-h-l);
    margin-right: 15px;
    margin-right: var(--sp-h-l);
    font-size: 14px;
    text-align: left;
}

.l-footer_guTop {
    color: #707070;
    position: relative;
    padding-left: 39px;
    padding-left: calc(var(--sp-h-m) + 30px);
}

.l-footer_guTopIco {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
}

.l-footer_guTopIcoImg {
    width: 100%;
}

.l-footer_body {
    margin-top: 25px;
    padding-top: 30px;
    padding-top: var(--space-v-l);
    padding-bottom: 30px;
    padding-bottom: var(--space-v-l);
    background-color: #f4f4f4;
    background-color: var(--color-gray050);
}

.l-footer_snsHeading {
    font-size: 14px;
}

.l-footer_snsList {
    margin-top: 20px;
    margin-top: var(--space-v-m);
    display: flex;
    justify-content: center;
}

.l-footer_snsItem {
    padding-left: 15px;
    padding-left: var(--sp-h-l);
    padding-right: 15px;
    padding-right: var(--sp-h-l);
}

.l-footer_snsItemLink {
    display: block;
    width: 24px;
}

.l-footer_snsItemIco {
    width: 100%;
}

.l-footer_copyright {
    display: block;
    margin-top: 30px;
    margin-top: var(--space-v-l);
    font-size: 12px;
}

.l-footer_copyrightIco {
    display: none;
    width: 30px;
    margin-right: 10px;
    margin-right: var(--pc-h-s);
}

.l-footer_copyrightIcoImg {
    width: 100%;
}

.c-appendAlias {
    overflow-y: hidden;
    height: 300px;
}

.c-appendAliasNav {
    position: relative;
    margin-bottom: 20px;
    margin-bottom: var(--space-v-m);
}

.c-appendAliasNav:before {
    content: "";
    width: 100%;
    height: 100px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 80%);
    background-repeat: repeat-x;
    position: absolute;
    top: -100px;
    left: 0;
}

.c-appendAliasButton {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-top: 1px solid #dadada;
    border-top: 1px solid var(--color-gray150);
    border-bottom: 1px solid #dadada;
    border-bottom: 1px solid var(--color-gray150);
    padding: 20px 0;
    padding: var(--space-v-m) 0;
    position: relative;
    z-index: 1;
}

.c-appendAliasButton span {
    position: relative;
}

.c-appendAliasButton span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 8px;
    height: 8px;
    border: 0;
    margin-top: -4px;
    border-top: 1px solid #1f1f1f;
    border-top: 1px solid var(--color-black);
    border-right: 1px solid #1f1f1f;
    border-right: 1px solid var(--color-black);
    transform: rotate(135deg) translate(-50%);
}

.c-pagetop {
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: 0.2s;
    z-index: 1;
}

.c-pagetop[data-pagetop-is-active="true"] {
    opacity: 1;
    visibility: visible;
}

.c-pagetop_img {
    width: 100%;
}

.p-heading {
    margin: 60px 15px;
    margin: var(--space-v-xl) var(--pc-h-m);
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.35px;
    font-size: 13px;
}

@media screen and (min-width: 813px) {
    #container {
        padding-top: 70px;
    }

    #container #content-body main .alias-view ul.tmc-1100 li {
        border-bottom: 0;
        margin-bottom: 0;
    }

    #dynamic-header.sp {
        display: none;
    }

    #dynamic-header.pc {
        display: block;
    }

    [data-pc-aspect-ratio="1:1"]:before {
        padding-top: 100%;
    }

    [data-pc-aspect-ratio="2:1"]:before {
        padding-top: 50%;
    }

    [data-pc-aspect-ratio="2:3"]:before {
        padding-top: 150%;
    }

    [data-pc-aspect-ratio="3:1"]:before {
        padding-top: 33.3333%;
    }

    [data-pc-aspect-ratio="3:2"]:before {
        padding-top: 66.6666%;
    }

    [data-pc-aspect-ratio="3:4"]:before {
        padding-top: 133.3333%;
    }

    [data-pc-aspect-ratio="4:3"]:before {
        padding-top: 75%;
    }

    [data-pc-aspect-ratio="16:9"]:before {
        padding-top: 56.25%;
    }

    [data-pc-aspect-ratio="9:16"]:before {
        padding-top: 177.7777%;
    }

    [data-pc-aspect-ratio="317:505"]:before {
        padding-top: 159.3059%;
    }

    [data-pc-aspect-ratio="958:273"]:before {
        padding-top: 28.4968%;
    }

    [data-pc-aspect-ratio="1246:83"]:before {
        padding-top: 6.4541%;
    }

    [data-pc-aspect-ratio="222:287"]:before {
        padding-top: 129.2792%;
    }

    [data-pc-aspect-ratio="222:293"]:before {
        padding-top: 131.9819%;
    }

    [data-pc-aspect-ratio="187:287"]:before {
        padding-top: 153.4759%;
    }

    [data-pc-aspect-ratio="37:57"]:before {
        padding-top: 154.054%;
    }

    .u-only-sp {
        display: none;
    }

    .u-only-pc {
        display: block;
    }

    .u-contentsInner {
        max-width: 1010px;
        padding-right: 25px;
        padding-left: 25px;
        margin: 0 auto;
    }

    .u-contentsSpacer {
        margin-right: 10px;
        margin-right: var(--pc-h-s);
        margin-left: 10px;
        margin-left: var(--pc-h-s);
    }

    .u-pc-pt-none {
        padding-top: 0;
    }

    .u-pc-pr-none {
        padding-right: 0;
    }

    .u-pc-pb-none {
        padding-bottom: 0;
    }

    .u-pc-pl-none {
        padding-left: 0;
    }

    .u-pc-mt-none {
        margin-top: 0;
    }

    .u-pc-mr-none {
        margin-right: 0;
    }

    .u-pc-mb-none {
        margin-bottom: 0;
    }

    .u-pc-ml-none {
        margin-left: 0;
    }

    .c-serialNumberText {
        font-size: 20px;
    }

    .detailLink {
        max-width: 1160px;
        margin: 30px auto 0;
        font-size: 17px;
        font-weight: 700;
    }

    .p-photography .detailLink,
    .p-question .detailLink {
        max-width: 960px;
    }

    .detailLink a {
        cursor: pointer;
    }

    .p-lead_hero {
        max-width: 1160px;
        margin: 0 auto;
    }

    .p-lead_hero_imgTitle {
        max-width: 450px;
    }

    .p-lead_text {
        font-size: 17px;
    }

    .audition {
        max-width: 870px;
        margin: auto;
    }

    .audition_h {
        text-align: center;
        font-size: 22px;
        margin: 60px 0 20px 0;
        font-weight: 700;
    }

    .c-block_inner {
        padding: 30px 20px;
    }

    .c-block_head {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .p-step {
        max-width: 1160px;
        margin: 0 auto;
    }

    .p-step_list {
        display: -ms-grid;
        display: grid;
        grid-template-areas: ". . attention" "item1 item2 item3";
        -ms-grid-rows: auto 30px auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: 22.05357% 3.92857% 22.05357% 3.92857% 22.05357% 3.92857% 22.05357%;
        grid-template-columns: 30.05357% 30.05357% 30.05357%;
        row-gap: 30px;
        column-gap: 3.92857%;
    }

    .p-step_item {
        padding-top: 15px;
        width: 100%;
    }

    .p-step_item.-item1 {
        grid-area: item1;
    }

    .p-step_item.-item2 {
        grid-area: item2;
    }

    .p-step_item.-item3 {
        grid-area: item3;
    }

    .p-step_item.-item4 {
        grid-area: item4;
    }

    .p-step_item_text {
        margin-top: 15px;
        font-size: 17px;
    }

    .p-step_item_image {
        margin-top: 15px;
    }

    .p-step_attention {
        grid-area: attention;
        font-size: 20px;
    }

    .p-step_attention:after,
    .p-step_attention:before {
        width: 24px;
    }

    .c-anchor {
        cursor: pointer;
        max-width: 1160px;
        margin: 0 auto 60px;
    }

    .c-anchor.-fixed {
        top: -77px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
    }

    .c-anchor.-fixed.is-active {
        top: 70px;
    }

    .c-anchor.-fixed a {
        height: 68px;
    }

    .c-anchor.-fixed_list {
        border: none;
    }

    .c-anchor.-fixed_item:nth-child(n + 2) {
        border-left: none;
    }

    .c-anchor_list {
        border: 1px solid #dadada;
    }

    .c-anchor_item {
        width: 25%;
        font-size: 17px;
    }

    .c-anchor_item:nth-child(n + 2) {
        border-left: 1px solid #dadada;
    }

    .c-anchor a {
        height: 92px;
    }

    .js-anchor-target:before {
        margin-top: -138px;
        padding-top: 138px;
    }

    .p-flex{
        display: flex;
        justify-content: space-between;
        max-width: 1160px;
        margin: 0 auto;
    }

    .p-flex_item{
        width: 50%;
        padding: 25px 30px 30px;
    }

    .p-benefits_inner {
        background: #fbe2d5;
    }

    .p-benefits_inner .p-lead_inner {
        max-width: 620px;
        margin: 0 auto;
        padding: 0px 20px 40px;
    }

    .p-benefits_list {
        max-width: 580px;
        margin: 0 auto;
    }

    .p-benefits_item {
        padding: 25px 30px 30px;
    }

    .p-benefits_item:nth-child(2) {
        margin-left: 40px;
    }

    .p-benefits_item_head {
        font-size: 24px;
        margin-top: 30px;
    }

    .p-benefits_item_head span {
        margin-bottom: 30px;
    }

    .p-benefits_item_text {
        font-size: 17px;
    }

    .p-benefits_item_button,
    .p-benefits_item_image {
        margin-top: 30px;
    }

    .p-benefits_item_attention {
        margin-top: 30px;
        font-size: 20px;
    }

    .p-benefits_item_attention:after,
    .p-benefits_item_attention:before {
        width: 24px;
    }

    .p-benefits_productList {
        margin-top: 30px;
    }

    .p-benefits_productItem {
        width: 49%;
        font-size: 17px;
    }

    .p-benefits_productItem:nth-child(n + 3) {
        margin-top: 30px;
    }

    .p-benefits_productItem_text {
        margin-top: 15px;
    }

    .p-benefits_note {
        font-size: 13px;
    }

    .p-benefits_note:first-of-type {
        margin-top: 30px;
    }

    .p-post {
        max-width: 1160px;
        margin: 0 auto;
    }

    .p-post_inner {
        padding-bottom: 0;
    }

    .p-post_item {
        width: 24%;
    }

    .p-post_item:nth-child(n + 5) {
        margin-top: 1.33333%;
    }

    .p-post_button.-secondary {
        width: 480px;
        margin: 30px auto 0;
    }

    .p-photography {
        max-width: 1160px;
        margin: 0 auto;
    }

    .p-photography_tabItem {
        padding: 20px;
        font-size: 24px;
        cursor: pointer;
    }

    .p-photography_list {
        max-width: 985px;
        margin: 30px auto 0;
    }

    .p-photography_item {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .p-photography_item.is-active {
        display: flex;
    }

    .p-photography_item>* {
        width: 48%;
    }

    .p-photography_item_image {
        width: 50%;
    }

    .p-photography_staff {
        width: 46%;
    }

    .p-photography_staff {
        margin-top: 40px;
    }

    .p-photography_staff_title {
        font-size: 17px;
        margin-bottom: 50px;
    }

    .p-photography_staff_title span {
        margin-top: 12px;
        font-size: 26px;
    }

    .p-photography_staff_image {
        width: 160px;
        height: 160px;
    }

    .p-photography_staff_text {
        font-size: 17px;
        font-weight: 700;
        background: url(https://www.gu-global.com/jp/ja/special-feature/service/stylehintmile-campaign/img/photography_staff_text_bg.png) no-repeat center center;
        padding: 21px 21px 21px 61px;
        background-size: auto;
    }

    .p-photography_staff_name {
        margin-top: 10px;
        font-size: 13px;
        margin-bottom: 50px;
    }

    .p-photography_staff__list {
        width: 100%;
    }

    .p-photography_staff__item {
        max-width: 435px;
        font-size: 28px;
    }

    .p-photography_staff__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .p-photography_staff__item:last-child {
        margin-bottom: 100px;
    }

    .p-photography_staff__item__num {
        width: 52px;
        height: 52px;
    }

    .p-photography_notApplicable {
        margin-top: 30px;
    }

    .p-photography_notApplicable_title {
        font-size: 24px;
    }

    .p-photography_notApplicable_list {
        margin-top: 15px;
        font-size: 17px;
    }

    .p-photography_caution {
        margin-top: 15px;
        font-size: 13px;
    }

    .p-howToPost_inner {
        background: #f4f4f4;
    }

    .p-howToPost_text {
        font-size: 17px;
        text-align: center;
    }

    .p-howToPost_slider {
        max-width: 1160px;
        margin: 30px auto 0;
    }

    .p-howToPost_item {
        padding: 30px;
    }

    .p-howToPost_item_title {
        margin-top: 30px;
        font-size: 24px;
    }

    .p-howToPost_item_image {
        max-width: 360px;
        margin: 30px auto 0;
    }

    .p-howToPost_item_text {
        margin-top: 30px;
        font-size: 17px;
    }

    .p-howToPost_item_note {
        margin-top: 30px;
        font-size: 13px;
    }

    .swiper-container {
        padding-bottom: 46px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 72px;
        background-size: 30px 72px;
    }

    .swiper-button-next {
        right: 30px;
    }

    .swiper-button-prev {
        left: 30px;
    }

    .app-download {
        padding: 60px 20px;
    }

    .app-download_inner {
        max-width: 1160px;
        margin: 0 auto;
        display: -ms-grid;
        display: grid;
        grid-template-areas: "image ." "image title" "image text" "image button" "image .";
        -ms-grid-columns: calc(50% - 20px) 40px calc(50% - 20px);
        grid-template-columns: calc(50% - 20px) calc(50% - 20px);
        -ms-grid-rows: 1fr 30px auto 30px auto 30px auto 30px 1fr;
        grid-template-rows: 1fr auto auto auto 1fr;
        row-gap: 30px;
        column-gap: 40px;
        /* max-width: 560px; */
    }

    .app-download_head {
        grid-area: title;
    }

    .app-download_head_image {
        width: 54.81481%;
        margin: 0 auto;
    }

    .app-download_head span {
        width: 81.48148%;
        margin: 20px auto 0;
    }

    .app-download_image {
        grid-area: image;
    }

    .app-download_text {
        grid-area: text;
        margin-top: 60px;
        font-size: 17px;
    }

    .app-download_button {
        grid-area: button;
        margin-top: 30px;
    }

    .p-participation_list {
        max-width: 960px;
        margin: 0 auto;
        font-size: 17px;
    }

    .c-fixed-button {
        display: none;
    }

    .c-modal_contents {
        width: 100%;
    }

    .c-modal_inner {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .p-question {
        padding: 0 20px;
    }

    .p-question_accordion {
        max-width: 960px;
        margin: 0 auto;
    }

    .fr-accordion_label {
        font-size: 17px;
        padding: var(--pc-v-l) 0;
    }

    .fr-accordion_labelInner {
        margin-right: 10px;
        margin-right: var(--pc-h-s);
    }

    .fr-accordion_content {
        font-size: 17px;
        line-height: 19.6px;
        padding: 0 20px;
        padding: 0 var(--pc-h-l);
    }

    .fr-accordion_checkBox:checked+.fr-accordion_label+.fr-accordion_content {
        padding-top: var(--pc-v-l);
        padding-bottom: var(--pc-v-l);
    }

    .c-breadcrumbs {
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-left: var(--pc-h-l);
        padding-right: 20px;
        padding-right: var(--pc-h-l);
        margin: 87px auto 0;
        margin: calc(var(--space-v-xxl) - 3px) auto 0;
        position: relative;
    }

    .c-breadcrumbs_item {
        font-size: 17px;
    }

    .c-breadcrumbs_itemLink {
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
    }

    .c-breadcrumbs_itemLink:hover {
        opacity: 0.75;
    }

    .c-button {
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
    }

    .c-button:hover {
        opacity: 0.75;
    }

    .c-button.-secondary {
        font-size: 16px;
        height: 63px;
        letter-spacing: 0.44px;
    }

    .c-button.-secondary.-small {
        font-size: 14px;
    }

    .c-button.-lightText,
    .c-button.-textArrow,
    .c-button.-textLink {
        font-size: 17px;
    }

    .c-embedYoutube .u-imgAdjustBox {
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
        cursor: pointer;
    }

    .c-embedYoutube .u-imgAdjustBox:hover {
        opacity: 0.75;
    }

    .l-header {
        height: 70px;
    }

    .l-header_logo {
        width: 120px;
    }

    .l-header_logoLink {
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
    }

    .l-header_logoLink:hover {
        opacity: 0.75;
    }

    .l-drawer {
        transform: translateX(-100%);
        width: 350px;
    }

    .l-drawerTrigger {
        width: 70px;
        height: 70px;
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
    }

    .l-drawerTrigger:hover {
        opacity: 0.75;
    }

    .l-drawerTrigger_line {
        width: 27px;
        height: 2px;
    }

    .l-drawerTrigger.-open .l-drawerTrigger_line:first-child {
        top: 24px;
    }

    .l-drawerTrigger.-open .l-drawerTrigger_line:nth-child(2) {
        top: 34px;
    }

    .l-drawerTrigger.-open .l-drawerTrigger_line:nth-child(3) {
        top: 44px;
    }

    [data-drawer-is-active="true"] .l-drawer {
        transform: translateX(0);
    }

    .l-navigation {
        margin-top: 70px;
    }

    .l-navigation_link {
        height: 70px;
        font-size: 17px;
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
    }

    .l-navigation_link:hover {
        opacity: 0.75;
    }

    .l-footer {
        padding-top: 60px;
        padding-top: var(--space-v-xl);
        border-top: 0;
    }

    .l-footer_head {
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-left: var(--pc-h-l);
        padding-right: 20px;
        padding-right: var(--pc-h-l);
        margin: auto;
        position: relative;
        text-align: center;
        font-size: 17px;
    }

    .l-footer_guTop {
        padding-left: 44px;
        padding-left: calc(var(--sp-h-m) + 35px);
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
    }

    .l-footer_guTop:hover {
        opacity: 0.75;
    }

    .l-footer_guTopIco {
        width: 35px;
        height: 35px;
    }

    .l-footer_body {
        margin-top: 60px;
        margin-top: var(--space-v-xl);
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .l-footer_bodyContainer {
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-left: var(--pc-h-l);
        padding-right: 20px;
        padding-right: var(--pc-h-l);
        margin: auto;
        position: relative;
    }

    .l-footer_sns {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .l-footer_snsHeading {
        display: none;
    }

    .l-footer_snsList {
        margin-top: 0;
        order: 2;
    }

    .l-footer_snsItemLink {
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
    }

    .l-footer_snsItemLink:hover {
        opacity: 0.75;
    }

    .l-footer_copyright {
        display: flex;
        align-items: center;
        margin-top: 0;
        font-size: 12px;
        order: 1;
    }

    .l-footer_copyrightIco {
        display: inline-block;
    }

    .c-appendAlias {
        height: 450px;
        margin: 30px auto 0;
        margin: var(--space-v-l) auto 0;
    }

    .c-appendAlias,
    .c-appendAliasNav {
        width: 100%;
        max-width: 960px;
        position: relative;
    }

    .c-appendAliasNav {
        margin: auto;
    }

    .c-appendAliasButton {
        transition: opacity 0.6s;
        transition: opacity var(--hover-transition-normal);
    }

    .c-appendAliasButton:hover {
        opacity: 0.75;
    }

    .c-pagetop {
        width: 46px;
        height: 46px;
    }

    .p-heading {
        width: 100%;
        max-width: 1160px;
        padding: 30px 20px;
        padding: var(--space-v-l) var(--pc-h-l);
        margin: 0 auto;
        position: relative;
        font-size: 17px;
    }
}

@media screen and (min-width: 813px) {
    .app-download_head {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .app-download_image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 9;
        -ms-grid-column: 1;
    }

    .app-download_text {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .app-download_button {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }
}

@media screen and (min-width: 813px) {
    .p-step_item.-item1 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .p-step_item.-item2 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .p-step_item.-item3 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    .p-step_item.-item4 {
        -ms-grid-row: 3;
        -ms-grid-column: 7;
    }

    .p-step_attention {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 3;
    }
}

@media screen and (max-width: 812px) {
    [data-sp-aspect-ratio="1:1"]:before {
        padding-top: 100%;
    }

    [data-sp-aspect-ratio="2:1"]:before {
        padding-top: 50%;
    }

    [data-sp-aspect-ratio="2:3"]:before {
        padding-top: 150%;
    }

    [data-sp-aspect-ratio="3:1"]:before {
        padding-top: 33.3333%;
    }

    [data-sp-aspect-ratio="3:2"]:before {
        padding-top: 66.6666%;
    }

    [data-sp-aspect-ratio="3:4"]:before {
        padding-top: 133.3333%;
    }

    [data-sp-aspect-ratio="4:3"]:before {
        padding-top: 75%;
    }

    [data-sp-aspect-ratio="16:9"]:before {
        padding-top: 56.25%;
    }

    [data-sp-aspect-ratio="9:16"]:before {
        padding-top: 177.7777%;
    }

    [data-sp-aspect-ratio="317:505"]:before {
        padding-top: 159.3059%;
    }

    [data-sp-aspect-ratio="958:273"]:before {
        padding-top: 28.4968%;
    }

    [data-sp-aspect-ratio="1246:83"]:before {
        padding-top: 6.4541%;
    }

    [data-sp-aspect-ratio="222:287"]:before {
        padding-top: 129.2792%;
    }

    [data-sp-aspect-ratio="222:293"]:before {
        padding-top: 131.9819%;
    }

    [data-sp-aspect-ratio="187:287"]:before {
        padding-top: 153.4759%;
    }

    [data-sp-aspect-ratio="37:57"]:before {
        padding-top: 154.054%;
    }

    .u-sp-pt-none {
        padding-top: 0;
    }

    .u-sp-pr-none {
        padding-right: 0;
    }

    .u-sp-pb-none {
        padding-bottom: 0;
    }

    .u-sp-pl-none {
        padding-left: 0;
    }

    .u-sp-mt-none {
        margin-top: 0;
    }

    .u-sp-mr-none {
        margin-right: 0;
    }

    .u-sp-mb-none {
        margin-bottom: 0;
    }

    .u-sp-ml-none {
        margin-left: 0;
    }

    .u-sp-x-negativeMargin-1g {
        margin-right: calc(var(--sp-h-1g) * -1);
        margin-left: calc(var(--sp-h-1g) * -1);
    }

    .c-serialNumberText {
        font-size: 15px;
    }

    .detailLink {
        margin-top: 15px;
        font-size: 11px;
    }

    .p-lead_inner {
        padding: 30px 15px 0;
    }

    .p-lead_text {
        font-size: 13px;
    }

    /* 221031 マイルお知らせ */
    .mile_infoWrap {
        padding: 0 15px;
    }

    .mile_info {
        padding: 9px;
        margin: 50px auto 10px;
    }

    .mile_info__txt {
        text-align: left;
        font-size: 13px;
        line-height: 1.5;
    }

    .mile_info__txt span {
        font-size: 11px;
    }

    .brsp {
        display: block;
    }

    /* 221031 マイルお知らせend */

    .p-lead_hashTagWrap {
        padding: 0 15px;
    }

    .p-lead_hashTag_inner {
        padding: 26px 20px 33px;
    }

    .p-lead_hashTag_ttl {
        margin-bottom: 26px;
    }

    .p-lead_hashTag_ttl span {
        font-size: 18px;
    }

    .p-lead_hashTag_list {
        margin-bottom: 10px;
    }

    .p-lead_hashTag__campaign {
        font-size: 20px;
    }

    .p-lead_hashTag__campaign em {
        font-size: 25px;
    }

    .p-lead_hashTag__campaign .big {
        font-size: 26px;
    }

    .p-lead_hashTag__campaign .sp {
        display: block;
    }

    .p-lead_hashTag_item {
        width: 100%;
        height: 45px;
        font-size: 18px;
        margin-bottom: 14px;
    }

    .p-lead_hashTag_item:nth-of-type(1) {
        margin-right: 0;
    }

    .p-lead_hashTag_item:nth-of-type(3) {
        margin-right: 0;
    }

    .p-lead_hashTag__txt {
        font-size: 13px;
        margin-bottom: 37px;
    }

    .p-lead_hashTag_term {
        padding: 18px 0 10px;
        text-align: center;
    }

    .p-lead_hashTag_term_ttl {
        font-size: 13px;
        width: 106px;
        height: 27px;
        top: -14px;
    }

    .p-lead_hashTag_term_date {
        font-size: 13px;
        display: inline-block;
        text-align: left;
    }

    .p-lead_hashTag_term_date .sp {
        display: block;
    }

    .p-lead_bnr {
        width: 100%;
        margin: 20px auto 20px;
    }

    .lh_26 {
        line-height: 16px;
    }

    .p-lead_hashTag_itemsub {
        font-size: 12px;
    }

    .p-lead_hashTag_item_txt {
        font-size: 11px;
    }

    .p-lead_bnr_text {
        line-height: 1.4rem;
        font-size: 14px;
        margin-top: 10px;
    }

    .p-participation .fr-accordion_label {
        font-size: 14px;
    }

    .c-block {
        padding: 30px 15px;
    }

    .c-block_head {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .p-step_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p-step_item {
        padding-top: 15px;
        width: 48%;
    }

    .-item3 {
        justify-content: center;
        margin: auto;
    }

    .p-step_item_text {
        margin-top: 15px;
        font-size: 13px;
    }

    .p-step_item_image {
        margin-top: 15px;
    }

    .p-step_attention {
        padding: 20px 0;
        font-size: 15px;
    }

    .p-step_attention:after,
    .p-step_attention:before {
        width: 18px;
    }

    .c-anchor {
        margin-bottom: 30px;
    }

    .c-anchor br.-only-fixed {
        display: none;
    }

    .c-anchor.-fixed {
        margin: 0;
        top: -138px;
        left: 0;
    }

    .c-anchor.-fixed.is-active {
        top: 50px;
    }

    .c-anchor.-fixed br.-only-fixed {
        display: block;
    }

    .c-anchor_item {
        width: 50%;
        font-size: 13px;
    }

    .c-anchor_item:nth-child(2n) {
        border-left: 1px solid #dadada;
    }

    .c-anchor_item:nth-child(n + 3) {
        border-top: 1px solid #dadada;
    }

    .-fixed .c-anchor_item {
        width: 25%;
    }

    .-fixed .c-anchor_item:nth-child(n + 3) {
        border-top: none;
    }

    .c-anchor a {
        height: 68px;
    }

    .js-anchor-target:before {
        margin-top: -117px;
        padding-top: 117px;
    }

    .-guApp .js-anchor-target:before {
        margin-top: -67px;
        padding-top: 67px;
    }

    .p-benefits {
        background: #fbe2d5;
    }

    .p-benefits_item {
        padding: 15px;
    }

    .p-benefits_item:nth-child(n + 2) {
        margin-top: 30px;
    }

    .p-benefits_item_head {
        font-size: 20px;
        margin-top: 20px;
    }

    .p-benefits_item_head span {
        margin-bottom: 15px;
    }

    .p-benefits_item_text {
        margin-top: 5px;
        font-size: 13px;
    }

    .p-benefits_inner .p-lead_inner {
        padding: 0 15px 10px;
    }

    .p-benefits_item_button,
    .p-benefits_item_image {
        margin-top: 15px;
    }

    .p-benefits_item_attention {
        margin-top: 15px;
        font-size: 13px;
    }

    .p-benefits_item_attention:after,
    .p-benefits_item_attention:before {
        width: 18px;
    }

    .p-benefits_productList {
        margin-top: 15px;
    }

    .p-benefits_productItem {
        font-size: 13px;
    }

    .p-benefits_productItem:nth-child(n + 3) {
        margin-top: 15px;
    }

    .p-benefits_productItem_text {
        margin-top: 10px;
    }

    .p-benefits_note {
        font-size: 11px;
    }

    .p-benefits_note:first-of-type {
        margin-top: 15px;
    }

    .p-step_item_note {
        margin: 15px 0 -10px;
        font-size: 10px;
    }

    .p-lead_text_18 {
        font-size: 1.4rem;
    }

    .p-post_item {
        width: 32%;
    }

    .p-post_item:nth-child(n + 4) {
        margin-top: 2%;
    }

    .p-post_button {
        margin-top: 20px;
    }

    .p-photography_tabItem {
        padding: 15px 20px;
    }

    .p-photography_item {
        margin-top: 20px;
    }

    .p-photography_item.is-active {
        display: block;
    }

    .p-photography_staff {
        margin-top: 20px;
    }

    .p-photography_staff_title {
        margin-bottom: 30px;
        font-size: 13px;
    }

    .p-photography_staff_title span {
        margin-top: 5px;
        font-size: 18px;
    }

    .p-photography_staff_image {
        width: 106px;
        height: 106px;
    }

    .p-photography_staff_text {
        margin-left: 10px;
        font-size: 13px;
    }

    .p-photography_staff_name {
        margin-top: 15px;
        font-size: 11px;
    }

    .p-photography_notApplicable {
        margin-top: 30px;
    }

    .p-photography_notApplicable_title {
        font-size: 15px;
    }

    .p-photography_notApplicable_list {
        margin-top: 15px;
        font-size: 15px;
    }

    .p-photography_caution {
        margin-top: 20px;
        font-size: 11px;
    }

    .p-howToPost {
        background: #f4f4f4;
    }

    .p-howToPost_text {
        font-size: 13px;
    }

    .p-howToPost_slider {
        margin-top: 20px;
    }

    .p-howToPost_item {
        padding: 15px;
    }

    .p-howToPost_item_title {
        margin-top: 15px;
    }

    .p-howToPost_item_image {
        width: 222px;
        margin: 15px auto 0;
    }

    .p-howToPost_item_text {
        margin-top: 15px;
        font-size: 13px;
    }

    .p-howToPost_item_note {
        margin-top: 15px;
        font-size: 11px;
    }

    .swiper-container {
        padding-bottom: 31px;
    }

    .app-download {
        padding: 30px 15px;
    }

    .app-download_head_image {
        width: 218px;
        margin: 0 auto;
    }

    .app-download_head span {
        max-width: 323px;
        margin: 15px auto 0;
    }

    .app-download_image {
        margin-top: 30px;
    }

    .app-download_text {
        margin-top: 20px;
        font-size: 13px;
        color: #5a5a5a;
    }

    .app-download_button {
        margin-top: 20px;
        background: #fff;
    }

    .p-participation_list {
        font-size: 13px;
    }

    .c-fixed-button img {
        pointer-events: none;
    }
}

@media (-ms-high-contrast: none) {

    .p-step_item,
    .p-step_item_image {
        display: block;
    }

    .-item1 .p-step_item_image,
    .-item2 .p-step_item_image,
    .-item4 .p-step_item_image {
        position: absolute;
        bottom: 0;
    }
}

@media (-ms-high-contrast: none) and (min-width: 813px) {
    .c-anchor.-fixed {
        width: 100% !important;
        left: 50% !important;
    }
}

@media screen and (max-width: 374px) {
    .p-lead_hashTag_inner {
        padding: 26px 23px 33px;
    }

    .p-lead_hashTag_ttl span:before {
        left: -13px;
    }

    .p-lead_hashTag_ttl span:after {
        right: -13px;
    }

    .c-modal_lead {
        font-size: 12px;
    }

    .c-modal_item:nth-child(n + 2),
    .c-modal_list {
        margin-top: 15px;
    }

    .c-modal_item_title {
        font-size: 15px;
    }

    .c-modal_item_image {
        margin-top: 10px;
    }

    .c-modal_item_text {
        margin-top: 10px;
        font-size: 12px;
    }

    .c-modal_note {
        font-size: 10px;
    }

    .c-modal_button {
        font-size: 13px !important;
    }

    .p-photography_staff_text {
        padding: 18px 10px 18px 20px;
        background-position: left center;
        background-size: 183px;
        margin-left: 0;
    }

    .p-photography_staff_text br {
        display: none;
    }
}
