@charset "UTF-8";

a,
ins {
    text-decoration: none
}

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

a,
button,
img,
input,
select,
textarea {
    margin: 0;
    padding: 0
}

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: 0 0
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

body {
    line-height: 1
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

button,
input,
select,
textarea {
    background: 0 0;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

img {
    width: 100%;
    display: block
}

@media (max-width:600px) {
    a[href^="tel:"] {
        pointer-events: none
    }
}

.sp-content_hidden {
    display: none !important
}

@media (max-width:600px) {
    .sp-content_hidden {
        display: block !important
    }
}

.sptab-content_hidden {
    display: none !important
}

@media (max-width:1024px) {
    .sptab-content_hidden {
        display: block !important
    }
}

.tab-content_hidden {
    display: block !important
}

@media (max-width:600px) {
    .tab-content_hidden {
        display: none !important
    }
}

.pc-content_hidden {
    display: block !important
}

@media (max-width:1024px) {
    .pc-content_hidden {
        display: none !important
    }
}

div::-webkit-scrollbar {
    width: 12px
}

div::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 0 2px #fff
}

div::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border-radius: 8px;
    box-shadow: none
}

html {
    font-size: 62.5%
}

body,
html {
    height: 100%
}

body {
    width: 100%;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    font-size: 1.6rem;
    line-height: 1.8;
    overflow-x: hidden
}

* {
    word-break: normal !important;
    word-wrap: break-word
}

main {
    display: block
}

@media (max-width:600px) {
    main {
        overflow-x: hidden
    }
}

picture,
video {
    display: block
}

.l-inner {
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 55px;
    box-sizing: content-box
}

@media (max-width:600px) {
    .l-inner {
        padding: 0 20px
    }
}

.l-header {
    z-index: 7000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 88px;
    width: 100%;
    background-color: #f4f9fa;
}

@media (max-width:1024px) {
    .l-header {
        height: 60px
    }
}

.l-header__inner {
    position: relative;
    z-index: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    padding-left: 45px;
    padding-right: 55px;
    background-color: #fff;
    z-index: 8000
}

@media (max-width:1024px) {
    .l-header__inner {
        padding-left: 16px;
        padding-right: 16px
    }
}

.l-header__logo {
    margin-right: 1.5%
}

.l-headerLogo {
    position: relative;
    width: 182px;
    height: 40px;
    z-index: 8000
}

@media (max-width:600px) {
    .l-headerLogo {
        width: 140px;
        height: 30px
    }
}

.l-headerLogo > img {
    height: 100%
}

.l-headerNavi {
    display: block
}

@media (max-width:1024px) {
    .l-headerNavi {
        display: none !important
    }
}

.l-headerNavi__items {
    display: flex
}

.l-headerNavi__item:not(:last-child) {
    margin-right: 2.7272727273vw
}

.l-headerNavi__item > a {
    display: block;
    color: #379bed;
    font-size: 1.6rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    white-space: nowrap;
    transition: .7s
}

.l-headerNavi__item > a:not(:last-of-type) {
    padding-right: 2.3426061493vw
}

.l-headerNavi__item > a:hover {
    transform: translateY(-5px);
    color: #606060
}

.l-headerIconNavi {
    display: block
}

@media (max-width:1024px) {
    .l-headerIconNavi {
        display: none
    }
}

.l-headerIconNavi__items {
    display: flex;
    align-items: center;
    height: inherit
}

.l-headerIconNavi__item {
    height: inherit;
    width: 30px
}

.l-headerIconNavi__item:not(:last-child) {
    margin-right: 1.6105417277vw
}

.l-headerIconNavi__item a {
    display: block;
    transition: .7s
}

.l-headerIconNavi__item a:hover {
    transform: translateY(-5px)
}

.l-headerIconNaviSp {
    position: relative;
    display: none;
    z-index: 9999
}

@media (max-width:1024px) {
    .l-headerIconNaviSp {
        display: block
    }
}

.l-headerIconNaviSp__items {
    display: flex;
    align-items: center
}

.l-headerIconNaviSp__item:not(:last-child) {
    margin-right: 16px
}

.l-headerIconNaviSpCart {
    width: 40px
}

.l-headerIconNaviSpBergerBtn {
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.l-headerIconNaviSpBergerBtn__inline {
    position: relative;
    margin-top: 2px;
    width: 34px;
    height: 15px
}

.l-headerIconNaviSpBergerBtn__inline > span {
    position: absolute;
    z-index: 1;
    display: inline-block;
    left: 0;
    display: block;
    height: 2px;
    width: 100%;
    background: #379bed;
    transition: .3s
}

.l-headerIconNaviSpBergerBtn__inline > span:first-child {
    top: 0
}

.l-headerIconNaviSpBergerBtn__inline > span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.l-headerIconNaviSpBergerBtn__inline > span:nth-child(3) {
    bottom: 0
}

.l-headerIconNaviSpBergerBtn__text {
    overflow: hidden;
    height: 1em;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1
}

.l-headerIconNaviSpBergerBtn__text > p {
    display: block;
    font-size: inherit;
    color: #379bed;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    transform: translateY(-100%);
    transition: all .3s
}

.l-header__drawer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    min-height: 100vh;
    width: 100%;
    padding-top: 80px;
    background-color: #daeffa;
    transform: translateY(-100%);
    transition: all .4s
}

@media (max-width:1024px) {
    .l-header__drawer {
        display: block;
        padding-top: 60px
    }
}

.l-headerDrawer__inner {
    padding: 69px 20px
}

@media (max-width:600px) {
    .l-headerDrawer__inner {
        padding: 35px 20px 60px
    }
}

.l-headerDrawerNavi {
    margin-bottom: 35px
}

@media (max-width:600px) {
    .l-headerDrawerNavi {
        margin-bottom: 28px
    }
}

.l-headerDrawerNavi__items {
    display: flex;
    flex-direction: column;
    align-items: center
}

.l-headerDrawerNavi__item {
    text-align: center
}

.l-headerDrawerNavi__item:not(:last-child) {
    margin-bottom: 24px
}

.l-headerDrawerNavi__item > a {
    font-size: 1.8rem;
    color: #379bed
}

.l-headerDrawerIconNavi__items {
    display: flex;
    justify-content: center
}

.l-headerDrawerIconNavi__item {
    width: 68px
}

.l-headerDrawerIconNavi__item:not(:last-child) {
    margin-right: 10px
}

.is-open .l-header__drawer {
    transform: translateY(0)
}

.is-open .l-headerIconNaviSpBergerBtn__inline > span:first-child {
    top: 50%;
    left: 0;
    transform: rotate(-45deg)
}

.is-open .l-headerIconNaviSpBergerBtn__inline > span:nth-child(2) {
    display: none
}

.is-open .l-headerIconNaviSpBergerBtn__inline > span:nth-child(3) {
    top: 50%;
    left: 0;
    transform: rotate(45deg)
}

.is-open .l-headerIconNaviSpBergerBtn__text > p {
    transform: translateY(0)
}

.js-header-bg {
    transition: .7s;
    transition-delay: .1s
}

.js-header-bg.is-scroll {
    background-color: #fff;
    box-shadow: 0 9px 3px -3px rgba(0, 0, 0, .1)
}

.l-footer__inner {
    padding: 0 54px 0 45px;
    box-sizing: content-box
}

@media (max-width:600px) {
    .l-footer__inner {
        padding: 0 20px
    }
}

.l-footer__top {
    padding-top: 17px;
    padding-bottom: 40px
}

.l-footerTop {
    background-color: #379bed;
    color: #fff;
}

.l-footerTop__left {
    margin-right: auto
}

@media (max-width:600px) {
    .l-footerTop__left {
        margin-bottom: 1rem
    }
}

.l-footerTop__right {
    text-align: right
}

@media (max-width:600px) {
    .l-footerTop__right {
        text-align: left
    }
}

.l-footerTopRight__flex {
    display: flex;
    margin-bottom: 1rem
}

@media (max-width:600px) {
    .l-footerTopRight__flex {
        display: block
    }
}

.l-footerCompany {
    font-size: 1.6rem;
    font-weight: 700
}

.l-footerAdress {
    font-size: 1.4rem;
    margin-right: 1em
}

@media (max-width:600px) {
    .l-footerAdress {
        margin-left: 0
    }
}

.l-footerTel {
    font-size: 1.4rem
}

.l-footerTextLink {
    margin-right: 2rem
}

@media (max-width:600px) {
    .l-footerTextLink {
        margin-bottom: 0rem;
    }
}

.l-footerTextLink > a {
    font-size: 1.2rem;
    color: #fff
}

.l-footerTextPrivercyPolicy {
    position: relative;
    display: inline-block
}

.l-footerTextPrivercyPolicy > a {
    font-size: 1.2rem;
    color: #fff
}

.l-footerNavi__items {
    display: flex;
    flex-wrap: wrap
}

.l-footerNavi__item:not(:last-child) {
    margin-right: 1em;
    white-space: nowrap
}

.l-footerNavi__item > a {
    color: #fff;
    font-size: 1.6rem
}

.l-footer__bottom {
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: #fff;
}

.l-footerCopyRight {
    font-size: 1rem;
    color: #379bed;
    text-align: center;
}

@media (max-width:1024px) {
    .l-footerCopyRight {
        text-align: center
    }
}

.l-main {
    padding-top: 90px
}

@media (max-width:1024px) {
    .l-main {
        padding-top: 60px
    }
}

.c-button {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #000;
    padding: 16px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    transition: .7s
}

.c-button:hover {
    opacity: .8
}

.c-breadcrumbs {
    padding: 14.5px 0 10px
}

.c-breadcrumbs__items {
    display: flex
}

.c-breadcrumbs__item {
    list-style: none;
    padding: 0 1.5em
}

@media (max-width:1024px) {
    .c-breadcrumbs__item {
        padding: 0 1em
    }
}

.c-breadcrumbs__item:first-child {
    padding-left: 0
}

.c-breadcrumbs__item:not(:last-child) {
    position: relative
}

.c-breadcrumbs__item:not(:last-child):after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 1rem;
    color: #bcbcbc
}

.c-breadcrumbs__item-link {
    font-size: 1rem;
    color: #bcbcbc;
    letter-spacing: .05em;
    white-space: nowrap
}

.c-ttlDynamic {
    position: relative;
    font-size: 2.4rem;
    color: #ef8585
}

@media (max-width:1024px) {
    .c-ttlDynamic {
        margin-bottom: 4rem
    }
}

.c-ttlDynamic:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 200px;
    width: calc(100% - 200px);
    height: 1px;
    background-color: #ef8585
}

#editor.ql-editor h1 {
    font-size: 3.2rem;
    margin-bottom: 10px
}

#editor.ql-editor h2 {
    font-size: 2.4rem;
    margin-bottom: 10px
}

#editor.ql-editor h3 {
    font-size: 2rem;
    margin-bottom: 10px
}

#editor.ql-editor p {
    min-height: 1rem;
    margin-bottom: 10px;
    font-size: 1.6rem
}

#editor.ql-editor ul li {
    position: relative
}

#editor.ql-editor ul li:before {
    content: "\25CF\A0\A0\A0";
    position: absolute;
    top: 50%;
    left: -20px;
    font-size: 5px;
    vertical-align: middle;
    transform: translateY(-50%)
}

#editor.ql-editor-border,
#editor.ql-editor-border-link {
    position: relative
}

#editor.ql-editor-border-link:before,
#editor.ql-editor-border:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #000
}

#editor.ql-editor img {
    width: auto;
    max-width: 400px;
    max-height: 280px;
    margin: 0 20px 20px 0;
    border: 1px solid #e0e0e0;
    vertical-align: middle
}

#editor.ql-editor {
    width: 100%;
    min-height: 200px;
    line-height: 1.5
}

#editor.ql-editor a {
    color: #898989;
    cursor: pointer;
    transition: .7s
}

#editor.ql-editor a:hover {
    opacity: .5
}

#editor.ql-editor ol,
#editor.ql-editor ul {
    padding: 0 0 0 2rem
}

@-webkit-keyframes key_anim {
    0% {
        transform: translate(-50%, -50%)
    }

    25% {
        transform: translate(-40%, -80%)
    }

    50% {
        transform: translate(-80%, -30%)
    }

    75% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%, -70%) scale(0)
    }
}

@keyframes key_anim {
    0% {
        transform: translate(-50%, -50%)
    }

    25% {
        transform: translate(-40%, -80%)
    }

    50% {
        transform: translate(-80%, -30%)
    }

    75% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%, -70%) scale(0)
    }
}

@-webkit-keyframes key_anim_hover {
    0% {
        transform: translate(0) rotate(0deg)
    }

    5% {
        transform: translate(3px) rotate(5deg)
    }

    10% {
        transform: translate(-3px) rotate(-5deg)
    }

    15% {
        transform: translate(3px) rotate(5deg)
    }

    20% {
        transform: translate(-3px) rotate(-5deg)
    }

    25% {
        transform: translate(3px) rotate(5deg)
    }

    30% {
        transform: translate(-3px) rotate(-5deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@keyframes key_anim_hover {
    0% {
        transform: translate(0) rotate(0deg)
    }

    5% {
        transform: translate(3px) rotate(5deg)
    }

    10% {
        transform: translate(-3px) rotate(-5deg)
    }

    15% {
        transform: translate(3px) rotate(5deg)
    }

    20% {
        transform: translate(-3px) rotate(-5deg)
    }

    25% {
        transform: translate(3px) rotate(5deg)
    }

    30% {
        transform: translate(-3px) rotate(-5deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@-webkit-keyframes key_anim_hover_p2 {
    0% {
        transform: translate(-50%) rotate(0deg)
    }

    5% {
        transform: translate(-55%) rotate(5deg)
    }

    10% {
        transform: translate(-45%) rotate(-5deg)
    }

    15% {
        transform: translate(-55%) rotate(5deg)
    }

    20% {
        transform: translate(-45%) rotate(-5deg)
    }

    25% {
        transform: translate(-55%) rotate(5deg)
    }

    30% {
        transform: translate(-45%) rotate(-5deg)
    }

    to {
        transform: translate(-50%) rotate(0deg)
    }
}

@keyframes key_anim_hover_p2 {
    0% {
        transform: translate(-50%) rotate(0deg)
    }

    5% {
        transform: translate(-55%) rotate(5deg)
    }

    10% {
        transform: translate(-45%) rotate(-5deg)
    }

    15% {
        transform: translate(-55%) rotate(5deg)
    }

    20% {
        transform: translate(-45%) rotate(-5deg)
    }

    25% {
        transform: translate(-55%) rotate(5deg)
    }

    30% {
        transform: translate(-45%) rotate(-5deg)
    }

    to {
        transform: translate(-50%) rotate(0deg)
    }
}

@-webkit-keyframes news_anim_hover {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    5% {
        transform: translate(-52.5%, -50%) rotate(5deg)
    }

    10% {
        transform: translate(-47.5%, -50%) rotate(-5deg)
    }

    15% {
        transform: translate(-52.5%, -50%) rotate(5deg)
    }

    20% {
        transform: translate(-47.5%, -50%) rotate(-5deg)
    }

    25% {
        transform: translate(-52.5%, -50%) rotate(5deg)
    }

    30% {
        transform: translate(-47.5%, -50%) rotate(-5deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

@keyframes news_anim_hover {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    5% {
        transform: translate(-52.5%, -50%) rotate(5deg)
    }

    10% {
        transform: translate(-47.5%, -50%) rotate(-5deg)
    }

    15% {
        transform: translate(-52.5%, -50%) rotate(5deg)
    }

    20% {
        transform: translate(-47.5%, -50%) rotate(-5deg)
    }

    25% {
        transform: translate(-52.5%, -50%) rotate(5deg)
    }

    30% {
        transform: translate(-47.5%, -50%) rotate(-5deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

@-webkit-keyframes fuwafuwa {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

@keyframes fuwafuwa {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

@-webkit-keyframes fuwafuwa02 {
    0% {
        transform: translate(0) rotate(-7deg)
    }

    50% {
        transform: translateY(-7px) rotate(0deg)
    }

    to {
        transform: translate(0) rotate(7deg)
    }
}

@keyframes fuwafuwa02 {
    0% {
        transform: translate(0) rotate(-7deg)
    }

    50% {
        transform: translateY(-7px) rotate(0deg)
    }

    to {
        transform: translate(0) rotate(7deg)
    }
}

@-webkit-keyframes nobiru {
    0% {
        width: 0
    }

    to {
        width: 252px
    }
}

@keyframes nobiru {
    0% {
        width: 0
    }

    to {
        width: 252px
    }
}

@-webkit-keyframes katakata {
    0% {
        transform: translate(0) rotate(0deg)
    }

    21% {
        transform: translate(0) rotate(0deg)
    }

    22% {
        transform: translate(0) rotate(-3deg)
    }

    24% {
        transform: translateY(-1px) rotate(0deg)
    }

    26% {
        transform: translateY(-1px) rotate(3deg)
    }

    28% {
        transform: translate(1px) rotate(-2deg)
    }

    30% {
        transform: translateY(1px) rotate(0deg)
    }

    32% {
        transform: translate(0) rotate(3deg)
    }

    34% {
        transform: translate(0) rotate(0deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@keyframes katakata {
    0% {
        transform: translate(0) rotate(0deg)
    }

    21% {
        transform: translate(0) rotate(0deg)
    }

    22% {
        transform: translate(0) rotate(-3deg)
    }

    24% {
        transform: translateY(-1px) rotate(0deg)
    }

    26% {
        transform: translateY(-1px) rotate(3deg)
    }

    28% {
        transform: translate(1px) rotate(-2deg)
    }

    30% {
        transform: translateY(1px) rotate(0deg)
    }

    32% {
        transform: translate(0) rotate(3deg)
    }

    34% {
        transform: translate(0) rotate(0deg)
    }

    to {
        transform: translate(0) rotate(0deg)
    }
}

@-webkit-keyframes appearX {
    to {
        transform: translateX(100%)
    }
}

@keyframes appearX {
    to {
        transform: translateX(100%)
    }
}

@-webkit-keyframes appearx-reverce {
    to {
        transform: translateX(-100%)
    }
}

@keyframes appearx-reverce {
    to {
        transform: translateX(-100%)
    }
}

.appearx.is-active {
    overflow: hidden;
    position: relative
}

.appearx.is-active:before {
    -webkit-animation: appearX 2s cubic-bezier(.4, 0, .2, 1) forwards;
    animation: appearX 2s cubic-bezier(.4, 0, .2, 1) forwards;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.appearx-reverce.is-active {
    overflow: hidden
}

.appearx-reverce.is-active:before {
    -webkit-animation: appearx-reverce 4s cubic-bezier(.4, 0, .2, 1) forwards;
    animation: appearx-reverce 4s cubic-bezier(.4, 0, .2, 1) forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@-webkit-keyframes on_load {
    to {
        opacity: 1
    }
}

@keyframes on_load {
    to {
        opacity: 1
    }
}

.js-movetext span {
    opacity: 0
}

.js-movetext.appeartext span {
    -webkit-animation: text_anime_on 1s ease-out forwards;
    animation: text_anime_on 1s ease-out forwards
}

@-webkit-keyframes text_anime_on {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes text_anime_on {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.p-top {
    position: relative;
    padding-bottom: 8rem;
    background-color: #f4f9fa;
}

@media (max-width:1024px) {
    .p-top {
        padding-bottom: 10rem
    }
}

.p-top:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 47px;
    background-image: url("../../images/web/bg_wave2.png");
    background-repeat: repeat
}

.p-topAnimation {
    position: absolute;
    z-index: 8000;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    -webkit-animation: on_load .1s forwards;
    animation: on_load .1s forwards
}

.p-topAnimation.active {
    opacity: 0;
    -webkit-animation: none;
    animation: none
}

.p-topAnimation__door {
    position: relative;
    width: 100%;
    height: 100%
}

.p-topAnimation__key {
    position: absolute;
    max-width: 250px;
    z-index: 10000;
    -webkit-animation: key_anim 2.5s .5s forwards;
    animation: key_anim 2.5s .5s forwards;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.p-topAnimation__door:before {
    right: 0;
    clip: rect(0 50vw 100vh 0);
    transform-origin: left center
}

.p-topAnimation__door:after {
    left: 0;
    clip: rect(0 100vw 100vh 50vw);
    transform-origin: right center
}

.p-topAnimation__door.active:before {
    transform: perspective(1500px) rotateY(30deg);
    transition: 2s;
    transform-origin: left center;
    right: 0
}

.p-topAnimation__door.active:after {
    transform: perspective(1500px) rotateY(-30deg);
    transform-origin: right center;
    transition: 2s;
    left: 0
}

.p-topDoor {
    position: relative
}

.p-topDoor:after,
.p-topDoor:before {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: url("../../images/web/content/top/mv-door.png") top no-repeat;
    background-size: cover;
    transition: all 1s;
    z-index: 1
}

.p-topMv {
    position: relative;
    height: 550px;
    background-color: #fff;
    margin-bottom: 120px
}

@media (max-width:1024px) {
    .p-topMv {
        margin-bottom: 85px;
        height: auto
    }
}

.p-topMv:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background-image: url("../../images/web/content/top/bg_star.png");
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-topMv:before {
        background-image: url("../../images/web/content/top/bg_star-sp.png");
        top: unset;
        bottom: 22px;
        height: 190px;
        width: 100%
    }
}

.p-topMv:after {
    position: absolute;
    content: "";
    bottom: -48px;
    left: 0;
    width: 100%;
    height: 48px;
    background-image: url("../../images/web/bg_wave.png");
    background-repeat: repeat
}

.p-topMv__inner {
    display: flex;
    align-items: flex-end;
    height: inherit;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 3.8333333333vw
}

@media (max-width:1024px) {
    .p-topMv__inner {
        display: block;
        padding-right: 0
    }
}

.p-topMv__image {
    position: relative;
    z-index: 100
}

.p-topMv video {
    max-width: 950px;
    display: block
}

.p-topMvContents {
    position: relative;
    transform: translateY(-40px);
    margin-left: -360px;
    color: #379bed;
    text-align: right;
    z-index: 200
}

@media (max-width:1024px) {
    .p-topMvContents {
        transform: translateY(0);
        padding: 20px 20px 1.5rem 2rem;
        text-align: center;
        margin: 0
    }
}

.p-topMvContents__txt {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
}

@media (max-width:1024px) {
    .p-topMvContents__txt {
        margin-bottom: 0;
        font-size: 1.8rem
    }
}

.p-topMvContents__txt--small {
    font-size: 1.6rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
}

.p-topMvContents__txt--big {
    margin-bottom: 13px;
    font-size: 4rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    white-space: nowrap;
    background: linear-gradient(transparent 0%, #ffffffbf 0%);
}

@media (max-width:1024px) {
    .p-topMvContents__txt--big {
        margin-bottom: 0;
        font-size: 2.2rem;
    }
}

.p-topMvContents__key {
    width: 50px;
    height: 115px;
    padding-right: 707rempx;
    margin-left: auto
}

@media (max-width:1024px) {
    .p-topMvContents__key {
        position: absolute;
        left: 70%;
        top: 55px;
        transform: rotate(-15deg);
        width: 40px;
        height: 40px
    }
}

@media (max-width:600px) {
    .p-topMvContents__key {
        left: 77%
    }
}

.p-topSectionCommon__ttlBig {
    font-size: 2.4rem
}

.p-topSectionCommon__ttlSmall {
    font-size: 1.8rem;
    font-weight: 400
}

.p-topSectionCommon__subttl {
    margin-bottom: 8px;
    font-size: 2.5rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
}

.p-topSectionCommon__txt {
    font-size: 1.5rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    font-weight: 700
}

.p-topSectionCommon__imgKey {
    width: 45px;
    height: 103px
}

@media (max-width:1024px) {
    .p-topSectionCommon__imgKey {
        width: 40px;
        height: 91px
    }
}

.p-topSectionAbout {
    margin-bottom: 50px;
    overflow-x: hidden
}

@media (max-width:1024px) {
    .p-topSectionAbout {
        margin-bottom: 40px
    }
}

.p-topSectionAbout__inner {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-right: 0
}

@media (max-width:1024px) {
    .p-topSectionAbout__inner {
        display: block;
        padding: 1.5rem 0 2rem
    }
}

.p-topSectionAbout__inner:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/web/content/top/bg_topAbout.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 54px
}

@media (max-width:1024px) {
    .p-topSectionAbout__inner:after {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        background-position: 0
    }
}

.p-topSectionAbout__contents {
    position: relative;
    z-index: 2;
    padding-left: 4rem;
    padding-bottom: 3rem
}

@media (max-width:1024px) {
    .p-topSectionAbout__contents {
        padding: 0 3.5rem 0 4rem
    }
}

.p-topSectionAboutContents {
    padding-top: 13rem;
    padding-bottom: 5rem;
    color: #ec6d8b
}

@media (max-width:1024px) {
    .p-topSectionAboutContents {
        padding-top: 3rem
    }
}

.p-topSectionAboutContents__ttlWrapper {
    margin-bottom: -85px;
    padding-left: 4rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
}

@media (max-width:1024px) {
    .p-topSectionAboutContents__ttlWrapper {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 1.2rem;
        padding-left: 0
    }
}

.p-topSectionAboutContents__ttlSmall {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright
}

@media (max-width:1024px) {
    .p-topSectionAboutContents__ttlSmall {
        -ms-writing-mode: unset;
        writing-mode: unset;
        -webkit-text-orientation: unset;
        text-orientation: unset
    }
}

.p-topSectionAboutContents__ttlBig {
    display: block;
    transform-origin: left -36px;
    transform: rotate(-90deg) translateX(-30px)
}

@media (max-width:1024px) {
    .p-topSectionAboutContents__ttlBig {
        transform: rotate(0);
        transform-origin: 0;
        line-height: 1
    }
}

.p-topSectionAboutContents__txt {
    margin-bottom: 9px
}

.p-topSectionAboutContents__linkMore {
    position: relative;
    margin-right: 2.2rem;
    padding: 1rem 2.4rem;
    font-size: bold;
    color: #ec6d8b;
    font-weight: 700;
    transition: .7s
}

.p-topSectionAboutContents__linkMore:hover {
    opacity: .6
}

.p-topSectionAboutContents__linkMore:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ec6d8b;
    border-style: solid;
    border-width: 9px 0 9px 12px
}

.p-topSectionAboutContents__keyImg.active {
    transform-origin: top;
    -webkit-animation: key_anim_hover 2s;
    animation: key_anim_hover 2s
}

.p-topSectionAbout__mainImgWrapper {
    position: relative;
    transform: translateX(50px);
    z-index: 2
}

@media (max-width:1024px) {
    .p-topSectionAbout__mainImgWrapper {
        width: 100%
    }
}

@media (max-width:600px) {
    .p-topSectionAbout__mainImgWrapper {
        transform: translateX(0)
    }
}

.p-topSectionAbout__mainImg {
    max-width: 710px
}

@media (max-width:1024px) {
    .p-topSectionAbout__mainImg {
        width: 90.6666666667%;
        margin-left: auto
    }
}

.p-topSectionAbout__subImg {
    position: absolute;
    top: -70px;
    left: -20%;
    width: 219px
}

@media (max-width:1024px) {
    .p-topSectionAbout__subImg {
        top: -27px;
        left: 0;
        width: 37.3333333333%
    }
}

@media (max-width:1024px) {
    .p-topSectionGroupware {
        padding-top: 1.8rem;
        margin-bottom: 10rem
    }
}

.p-topSectionGroupware__inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 0
}

@media (max-width:1024px) {
    .p-topSectionGroupware__inner {
        display: block;
        padding-bottom: 4rem;
        padding-right: 0
    }
}

.p-topSectionGroupware__inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    background-image: url("../../images/web/content/top/bg_omokaji.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color;
    background-color: hsla(0, 0%, 100%, .4)
}

@media (max-width:1024px) {
    .p-topSectionGroupware__inner:after {
        height: calc(100% - 65px);
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        background-position: 0
    }
}

.p-topSectionGroupware__contents {
    position: relative;
    padding-top: 6.5rem;
    padding-left: 3.5rem;
    padding-right: 6.5rem
}

@media (max-width:1024px) {
    .p-topSectionGroupware__contents {
        padding: 0
    }
}

.p-topSectionGroupware__contentsWrapper {
    position: relative;
    width: calc(100% - 408px);
    z-index: 10
}

@media (max-width:1024px) {
    .p-topSectionGroupware__contentsWrapper {
        width: 100%;
        padding-left: 4rem;
        padding-right: 3.2rem;
        box-sizing: border-box
    }
}

.p-topSectionGroupwareContents {
    color: #003485;
}

.p-topSectionGroupwareContents__ttlWrapper {
    margin-bottom: 32px;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
}

@media (max-width:1024px) {
    .p-topSectionGroupwareContents__ttlWrapper {
        margin-bottom: 10px
    }
}

.p-topSectionGroupwareContents__ttlSmall {
    display: inline-block;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    line-height: 1
}

.p-topSectionGroupwareContents__ttlBig {
    display: block;
    line-height: 1.2
}

.p-topSectionGroupwareContents__txt {
    margin-bottom: 9px
}

.p-topSectionGroupwareContents__decoAliceRibon {
    position: absolute;
    right: 200px;
    top: 20px;
    width: 145px;
    height: 105px;
    -webkit-animation: fuwafuwa 5s infinite;
    animation: fuwafuwa 5s infinite;
    z-index: 10
}

@media (max-width:1024px) {
    .p-topSectionGroupwareContents__decoAliceRibon {
        top: -270px
    }
}

@media (max-width:600px) {
    .p-topSectionGroupwareContents__decoAliceRibon {
        right: -8px;
        top: -370px;
        width: 25vw;
        height: auto
    }
}

.p-topSectionGroupwareContents__decoBlueClose {
    position: absolute;
    right: 0;
    top: 20px;
    width: 172px;
    height: 184px;
    -webkit-animation: fuwafuwa 5s .5s infinite;
    animation: fuwafuwa 5s .5s infinite;
    z-index: 10
}

@media (max-width:1024px) {
    .p-topSectionGroupwareContents__decoBlueClose {
        top: -70px
    }
}

@media (max-width:600px) {
    .p-topSectionGroupwareContents__decoBlueClose {
        right: -10px;
        width: 25vw;
        height: auto
    }
}

.p-topSectionGroupwareContents__keyImg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.p-topSectionGroupwareContents__keyImg.active {
    transform-origin: bottom;
    -webkit-animation: key_anim_hover_p2 2s;
    animation: key_anim_hover_p2 2s
}

.p-topSectionGroupwareContents__linkMore {
    width: 240px;
    background-color: #93b2dd;
    margin-top: 110px
}

@media (max-width:1024px) {
    .p-topSectionGroupwareContents__linkMore {
        margin-top: 90px
    }
}

.p-topSectionGroupwareContentsBottom {
    display: flex;
    align-items: flex-end
}

.p-topSectionGroupwareContents__subImg {
    position: relative;
    max-width: 220px;
    z-index: 10
}

@media (max-width:1024px) {
    .p-topSectionGroupwareContents__subImg {
        display: none
    }
}

.p-topSectionGroupwareContents__decoBlaceClose {
    transform: translate(50px, -30px);
    max-width: 110px;
    -webkit-animation: fuwafuwa 5s 1s infinite;
    animation: fuwafuwa 5s 1s infinite
}

@media (max-width:600px) {
    .p-topSectionGroupwareContents__decoBlaceClose {
        position: absolute;
        bottom: -90px;
        right: 0;
        transform: translate(0);
        width: 23vw;
        max-width: none
    }
}

.p-topSectionGroupware__linkWrapper {
    position: relative;
    width: 220px;
    margin: 0 30px 20px auto;
    z-index: 10
}

@media (max-width:600px) {
    .p-topSectionGroupware__linkWrapper {
        margin: 0 auto
    }
}

.p-topSectionGroupware__mainImgWrapper {
    position: relative;
    z-index: 2;
    width: 408px
}

@media (max-width:1024px) {
    .p-topSectionGroupware__mainImgWrapper {
        width: 57.3333333333%;
        margin-bottom: 30px
    }
}

@media (max-width:600px) {
    .p-topSectionGroupware__mainImgWrapper {
        width: 100%
    }
}

.p-topSectionGroupware__subImg {
    position: absolute;
    top: -33px;
    left: -20%;
    width: 219px
}

.p-topSectionContribution {
    margin-bottom: 50px;
    overflow-x: hidden
}

@media (max-width:1024px) {
    .p-topSectionContribution {
        margin-bottom: 38px
    }
}

.p-topSectionContribution__inner {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0
}

@media (max-width:1024px) {
    .p-topSectionContribution__inner {
        display: block;
        padding-bottom: 4rem
    }
}

.p-topSectionContribution__inner:after {
    position: absolute;
    z-index: 0;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    background-image: url("../../images/web/content/top/bg_torikaji.png");
    background-blend-mode: color;
    background-color: hsla(0, 0%, 100%, .3)
}

@media (max-width:1024px) {
    .p-topSectionContribution__inner:after {
        height: calc(100% - 45px);
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        background-position: 0
    }
}

.p-topSectionContribution__contents {
    position: relative;
    padding-top: 15rem;
    margin-left: auto;
    padding-left: 5rem;
    margin-bottom: 2.5rem
}

@media (max-width:1024px) {
    .p-topSectionContribution__contents {
        padding: 0
    }
}

.p-topSectionContribution__contentsWrapper {
    position: relative;
    width: calc(100% - 576px);
    margin-right: 2.2rem;
    z-index: 10
}

@media (max-width:1024px) {
    .p-topSectionContribution__contentsWrapper {
        width: 100%;
        padding-left: 4rem;
        padding-right: 3.2rem;
        box-sizing: border-box
    }
}

@media (max-width:600px) {
    .p-topSectionContribution__contentsWrapper {
        padding-bottom: 8rem
    }
}

.p-topSectionContributionContents {
    color: #3d408e;
}

.p-topSectionContributionContents__ttlWrapper {
    margin-bottom: 2.5rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    text-align: right
}

@media (max-width:1024px) {
    .p-topSectionContributionContents__ttlWrapper {
        margin-bottom: .4rem
    }
}

.p-topSectionContributionContents__ttlSmall {
    display: inline-block;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    line-height: 1
}

.p-topSectionContributionContents__ttlBig {
    display: block;
    line-height: 1.2
}

.p-topSectionContributionContents__txt {
    margin-bottom: 1rem
}

.p-topSectionContributionContents__keyImg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.p-topSectionContributionContents__keyImg.active {
    transform-origin: bottom;
    -webkit-animation: key_anim_hover_p2 2s;
    animation: key_anim_hover_p2 2s
}

@media (max-width:600px) {
    .p-topSectionContributionContents__keyImg {
        position: static;
        transform: translateX(-10);
        margin: 0 0 0 auto
    }
}

.p-topSectionContributionContents__linkMore {
    width: 240px;
    background-color: #f19ca7;
    margin-top: 11rem
}

@media (max-width:1024px) {
    .p-topSectionContributionContents__linkMore {
        margin-top: 9rem
    }
}

@media (max-width:600px) {
    .p-topSectionContributionContents__linkMore {
        margin-top: 0
    }
}

.p-topSectionContributionContentsBottom {
    display: flex;
    align-items: flex-end
}

@media (max-width:1024px) {
    .p-topSectionContributionContentsBottom {
        display: block;
        max-width: 330px
    }
}

.p-topSectionContributionContents__subImg {
    max-width: 220px
}

@media (max-width:600px) {
    .p-topSectionContributionContents__subImg {
        transform: translateX(-20px)
    }
}

.p-topSectionContribution__linkWrapper {
    position: relative;
    width: 240px;
    margin-left: 3.5rem;
    margin-bottom: 2.5rem
}

@media (max-width:1024px) {
    .p-topSectionContribution__linkWrapper {
        position: absolute;
        right: 70px;
        bottom: 10px
    }
}

@media (max-width:600px) {
    .p-topSectionContribution__linkWrapper {
        right: unset;
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%);
        margin-left: 0
    }
}

.p-topSectionContribution__mainImgWrapper {
    position: relative;
    z-index: 2;
    width: 615px;
    transform: translateX(50px)
}

@media (max-width:1024px) {
    .p-topSectionContribution__mainImgWrapper {
        width: 100%;
        margin-bottom: 4rem
    }
}

@media (max-width:1024px) {
    .p-topSectionContribution__mainImg {
        width: 90.6666666667%;
        margin-left: auto
    }
}

.p-topSectionContribution__subImg {
    position: absolute;
    top: -33px;
    left: -20%;
    width: 219px
}

.p-topSectionNewin {
    padding-bottom: 67px
}

@media (max-width:1024px) {
    .p-topSectionNewin {
        padding-bottom: 32px
    }
}

.p-topSectionNewin__ttl {
    margin-bottom: 5rem
}

@media (max-width:1024px) {
    .p-topSectionNewin__ttl {
        margin-bottom: 4rem
    }
}

.p-topSectionNewin__itemWrapper {
    display: flex
}

@media (max-width:1024px) {
    .p-topSectionNewin__itemWrapper {
        display: block;
        max-width: none;
        margin: 0 auto
    }
}

.p-topSectionNewin__item {
    width: 33.3%
}

@media (max-width:1024px) {
    .p-topSectionNewin__item {
        width: 100%
    }
}

.p-topSectionNewin__item:not(:last-child) {
    margin-right: 17.33px
}

@media (max-width:1024px) {
    .p-topSectionNewin__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 7rem
    }
}

.p-topSectionNewinItem {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 4.8rem 1.6rem 2rem;
    transition: .7s
}

.p-topSectionNewinItem:hover:after {
    -webkit-animation: news_anim_hover 2s;
    animation: news_anim_hover 2s
}

.p-topSectionNewinItem:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover
}

.p-topSectionNewinItem:first-child:after {
    width: 165px;
    height: 55px;
    background-image: url("../../images/web/content/top/deco_ribbon01.png")
}

.p-topSectionNewinItem:nth-child(2):after {
    width: 175px;
    height: 55px;
    background-image: url("../../images/web/content/top/deco_ribbon02.png")
}

.p-topSectionNewinItem:nth-child(3):after {
    width: 165px;
    height: 55px;
    background-image: url("../../images/web/content/top/deco_ribbon03.png")
}

@media (max-width:1024px) {
    .p-topSectionNewinItem {
        box-sizing: border-box
    }
}

.p-topSectionNewinItem__img {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 2rem;
    overflow: hidden
}

.p-topSectionNewinItem__img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.p-topSectionNewinItem__ttl {
    width: 100%;
    height: 30px;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #333;
    flex-flow: 1;
    overflow: hidden
}

.p-topSectionNewinItem__txt {
    display: -webkit-box;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333
}

.p-topSectionInsta__ttl {
    margin-bottom: 3rem
}

.p-topSectionInstaSlider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.p-topSectionInstaSlider li {
    width: 32%;
    margin: 0 0 2rem
}

@media (max-width:600px) {
    .p-topSectionInstaSlider li {
        margin: 0 0 1rem
    }
}

.p-topSectionInstaSlider li a {
    position: relative;
    display: block;
    height: 340px;
    overflow: hidden
}

.p-topSectionInstaSlider li a:hover img {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: .75
}

@media (max-width:600px) {
    .p-topSectionInstaSlider li a {
        height: 200px;
        height: 110px
    }
}

@media (max-width:374px) {
    .p-topSectionInstaSlider li a {
        height: 85px
    }
}

.p-topSectionInstaSlider li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .7s
}

.p-topSectionInstaSlider__item {
    overflow: hidden
}

.p-topSectionInstaSlider__item figure {
    transition: .7s
}

.p-topSectionInstaSlider__item:hover figure {
    transform: scale(1.2)
}

.p-topLoading {
    opacity: 0
}

.p-topLoading.active {
    opacity: 1
}

.p-concept {
    position: relative;
    background-color: #fff7f1;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    overflow-x: hidden;
    padding-bottom: 102px
}

@media (max-width:1024px) {
    .p-concept {
        padding-bottom: 30px
    }
}

.p-concept__headImg {
    display: inline-block;
    width: 100%;
    height: 420px;
    margin-bottom: 50px;
    background-image: url("../../images/web/content/concept/head.jpg");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-concept__headImg {
        height: 300px;
        margin-bottom: 39px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat
    }
}

.p-concept__ttl {
    position: absolute;
    top: 0;
    left: -85px;
    padding-top: 68px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-size: 1.8rem;
    font-weight: 400
}

@media (max-width:1024px) {
    .p-concept__ttl {
        padding-top: 58.8px;
        font-size: 1.2rem;
        left: 12.2px;
        top: -20px
    }
}

.p-concept__ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 58px;
    background-image: url("../../images/web/content/top/deco_key.png");
    background-size: contain
}

@media (max-width:1024px) {
    .p-concept__ttl:before {
        width: 22px;
        height: 50px
    }
}

.p-concept__coupon {
    width: 290px;
    -webkit-animation: fuwafuwa 5s .5s infinite;
    animation: fuwafuwa 5s .5s infinite;
    margin-left: auto
}

@media (max-width:1024px) {
    .p-concept__coupon {
        position: static;
        transform: translate(0);
        margin-left: auto;
        width: 270px
    }
}

.p-company {
    background-color: #fff;
}

.p-company__bgPink {
    width: 100%;
    height: 140px;
    background-color: #f4c7be
}

@media (max-width:1024px) {
    .p-company__bgPink {
        height: 100px
    }
}

.p-companyHead {
    position: relative;
    display: flex;
    align-items: center;
    height: 400px
}

@media (max-width:1024px) {
    .p-companyHead {
        display: block;
        height: auto
    }
}

.p-companyHead:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 500px;
    z-index: 10
}

@media (max-width:1024px) {
    .p-companyHead:before {
        background-image: none
    }
}

.p-companyHead:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    background-color: #afd7f3;
}

.p-companyHead__img {
    position: relative;
    width: 75%;
    height: inherit;
    background-image: url("../../images/web/content/company/head-company.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1
}

@media (max-width:1024px) {
    .p-companyHead__img {
        width: 100%;
        height: 300px;
        background-image: url("../../images/web/content/company/head-company_sp.png")
    }
}

.p-companyHead__ttlWrapper {
    position: absolute;
    top: 40%;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden
}

@media (max-width:1024px) {
    .p-companyHead__ttlWrapper {
        position: relative;
        top: unset;
        margin-left: 0;
        padding: 20px 0;
        text-align: center;
        background-color: #afd7f3;
    }
}

@media (max-width:1024px) and (max-width:1024px) {
    .p-companyHead__ttlWrapper {
        padding: 26px 0 28px
    }
}

@media (max-width:1024px) {
    .p-companyHead__ttlWrapper:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        z-index: 110
    }
}

.p-companyHead__ttlWrapper--pink {
    color: #379bed;
    width: 75%
}

.p-companyHead__ttlWrapper--pink > div {
    transform: translateX(88.5%)
}

.p-companyHead__ttlWrapper--white {
    right: 0;
    width: 25%;
    color: #fff
}

@media (max-width:1024px) {
    .p-companyHead__ttlWrapper--white {
        width: 100%
    }
}

.p-companyHead__ttlWrapper--white > div {
    transform: translateX(-35%)
}

@media (max-width:1024px) {
    .p-companyHead__ttlWrapper--white > div {
        transform: unset
    }
}

.p-companyHead__ttl {
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    font-size: 5.6rem;
    letter-spacing: .08em
}

@media (max-width:1024px) {
    .p-companyHead__ttl {
        font-size: 32px;
        font-size: clamp(28px, 10.6666666667vw, 52px)
    }
}

.p-companyHead__subTtl {
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    font-size: 2.2rem;
    color: #379bed;
    padding-left: 185px
}

@media (max-width:1024px) {
    .p-companyHead__subTtl {
        margin-top: -8px;
        padding-left: 0;
        font-size: 14px;
        font-size: clamp(14px, 3.7333333333vw, 20px)
    }
}

.p-companySection__subTtl {
    height: 36.5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px
}

.p-companySection__subTtl:before {
    background-color: #fcf3f3
}

@media (max-width:1024px) {
    .p-companySection__subTtl {
        height: 24px
    }
}

.p-companySection__subTtl img {
    height: 100%
}

.p-companySection__ttl {
    font-size: 15px;
    font-weight: 400
}

.p-companySection__lead {
    font-size: 18.5px;
    font-weight: 700
}

.p-companyMessage {
    position: relative;
    max-width: 1200px;
    margin: 60px auto 0;
    padding-bottom: 150px
}

@media (max-width:1024px) {
    .p-companyMessage {
        margin-bottom: 43.6px;
        padding-bottom: 65px
    }
}

.p-companyMessage__inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 55px 0 10%;
    z-index: 2
}

@media (max-width:1024px) {
    .p-companyMessage__inner {
        display: block;
        max-width: 670px;
        margin: 0 auto;
        padding: 0 18px
    }
}

.p-companyMessage__col:first-of-type {
    margin-right: 12.5%
}

@media (max-width:1024px) {
    .p-companyMessage__col:first-of-type {
        margin-right: 0
    }
}

.p-companyMessage__ttl {
    padding-left: 22px;
    margin-bottom: 16px
}

@media (max-width:1024px) {
    .p-companyMessage__ttl {
        padding-left: 0
    }
}

.p-companyMessage__subTtl {
    padding-left: 22px
}

@media (max-width:1024px) {
    .p-companyMessage__subTtl {
        padding-left: 0
    }
}

.p-companyMessage__lead {
    margin-bottom: 24px;
    padding-left: 22px;
    color: #ec6d8b;
    font-weight: 700
}

@media (max-width:1024px) {
    .p-companyMessage__lead {
        padding-left: 0
    }
}

.p-companyMessage__lead span:nth-child(13):before {
    content: "\A";
    white-space: pre
}

.p-companyMessage__img {
    width: 280px
}

@media (max-width:1024px) {
    .p-companyMessage__img {
        margin: 0 auto;
        width: 66.6666666667%;
        max-width: 300px
    }
}

.p-companyMessage__txt {
    padding-top: 50px
}

.p-companyMessage__txt span {
    display: block;
    margin-bottom: 41px;
    font-size: 1.5rem;
    letter-spacing: .05em;
    line-height: 2
}

@media (max-width:1024px) {
    .p-companyMessage__txt span {
        margin-bottom: 20px
    }
}

.p-companyMessage__txt span:not(:last-child) {
    margin-bottom: 1em
}

.p-companyMessage__name {
    font-size: 15px;
    text-align: right
}

.p-companyMessage__txtDeco {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58.3333333333%
}

@media (max-width:1024px) {
    .p-companyMessage__txtDeco {
        width: 100vw
    }
}

.p-companyCommon {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden
}

.p-companyCommon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px
}

.p-companyCommon:after {
    position: absolute;
    bottom: -2%;
    font-size: 15.2rem;
    font-weight: 700;
    line-height: 1
}

@media (max-width:1024px) {
    .p-companyCommon:after {
        bottom: -8px;
        font-size: 21.6vw;
        letter-spacing: -.05em
    }
}

.p-companyCommon:nth-child(odd) .p-companyCommon__inner {
    flex-direction: row-reverse
}

.p-companyCommon__inner {
    display: flex
}

@media (max-width:1024px) {
    .p-companyCommon__inner {
        display: block
    }
}

@media (max-width:1024px) {
    .p-companyCommon__body {
        width: 90%
    }
}

.p-companyCommon__items {
    position: relative;
    width: 750px;
    background-color: hsla(0, 0%, 100%, .8);
    padding: 50px 40px;
    z-index: 2;
    counter-reset: number 0
}

@media (max-width:1024px) {
    .p-companyCommon__items {
        padding: 50px 22px;
        width: auto
    }
}

.p-companyCommonItem {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 71px
}

@media (max-width:1024px) {
    .p-companyCommonItem {
        padding-left: 52px
    }
}

.p-companyCommonItem:before {
    position: absolute;
    content: "0"counter(number);
    counter-increment: number 1;
    top: 0;
    left: 0;
    font-family: Oswald, sans-serif;
    font-size: 3.6rem;
    letter-spacing: .03em;
    line-height: 1.3
}

@media (max-width:1024px) {
    .p-companyCommonItem:before {
        font-size: 3.2rem
    }
}

.p-companyCommonItem:not(:last-child) {
    margin-bottom: 40px
}

.p-companyCommonItem__ttl {
    margin-bottom: 16px;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .05em
}

@media (max-width:1024px) {
    .p-companyCommonItem__ttl {
        font-size: 1.7rem
    }
}

.p-companyCommonItem__txt {
    max-width: 550px;
    font-size: 1.5rem;
    line-height: 2
}

.p-companyCommon__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 1
}

.p-companyCommon__img:nth-child(odd) {
    left: 0
}

@media (max-width:1024px) {
    .p-companyCommon__img {
        width: 300px;
        bottom: 83px
    }
}

.p-companyVision {
    margin-bottom: 126px;
    position: relative
}

@media (max-width:1024px) {
    .p-companyVision {
        margin-bottom: 60px
    }
}

.p-companyVision:before {
    background-color: #fbe2d9
}

.p-companyVision__inner {
    max-width: 1400px;
    margin: 0 auto
}

.p-companyVision__ttlWrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding-right: 7.75%;
    text-align: center
}

@media (max-width:1024px) {
    .p-companyVision__ttlWrapper {
        padding-right: 0;
        width: 90%;
        text-align: right;
        margin-left: 0;
        margin-bottom: 32px
    }
}

@media (max-width:1024px) {
    .p-companyVision__subTtl {
        margin-left: auto
    }
}

.p-companyVisionItem:before,
.p-companyVisionItem__ttl {
    color: #ec727d
}

.p-companyVision__txtDeco {
    position: absolute;
    bottom: 0;
    width: 39.75%;
    right: 50%
}

@media (max-width:1024px) {
    .p-companyVision__txtDeco {
        width: 67.7333333333%;
        transform: translate(50%)
    }
}

.p-companyAcce {
    margin-bottom: 100px;
    position: relative
}

@media (max-width:1024px) {
    .p-companyAcce {
        margin-bottom: 60px
    }
}

.p-companyAcce:before {
    background-color: #c8e2e5
}

.p-companyAcce__ttlWrapper {
    margin-right: auto;
    padding-left: 85px
}

@media (max-width:1024px) {
    .p-companyAcce__ttlWrapper {
        width: 90%;
        margin-left: 10%;
        margin-bottom: 32px;
        padding-left: 0
    }
}

.p-companyAcce__subTtl {
    height: 92.5px
}

@media (max-width:1024px) {
    .p-companyAcce__subTtl {
        height: 54px;
        width: 177px
    }
}

.p-companyAcce__body {
    margin-left: auto
}

.p-companyAcce__items {
    z-index: 5
}

.p-companyAcceItem:before,
.p-companyAcceItem__ttl {
    color: #3399a2
}

.p-companyAcceItem__ttl.\--01 {
    width: 560px
}

@media (max-width:1024px) {
    .p-companyAcceItem__ttl.\--01 {
        width: auto
    }
}

.p-companyAcceItem__ttl.\--02 {
    width: 440px
}

@media (max-width:1024px) {
    .p-companyAcceItem__ttl.\--02 {
        width: auto
    }
}

.p-companyAcceItem__ttl.\--03 {
    width: 360px
}

@media (max-width:1024px) {
    .p-companyAcceItem__ttl.\--03 {
        width: auto
    }
}

.p-companyAcce__img {
    left: 0;
    z-index: 2
}

.p-companyAcce__txtDeco {
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 50%
}

@media (max-width:1024px) {
    .p-companyAcce__txtDeco {
        width: 100vw;
        transform: translate(-50%)
    }
}

.p-companyProfile {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 60px
}

.p-companyProfile__inner {
    display: flex
}

@media (max-width:1024px) {
    .p-companyProfile__inner {
        display: block;
        padding: 0 18px
    }
}

.p-companyProfile__ttlWrapper {
    margin-right: 12.5%;
    padding-left: 95px
}

@media (max-width:1024px) {
    .p-companyProfile__ttlWrapper {
        padding-left: 0;
        margin-right: 0;
        margin-bottom: 38px
    }
}

.p-companyProfile__subTtl {
    height: 92.5px
}

@media (max-width:1024px) {
    .p-companyProfile__subTtl {
        height: 54px;
        width: 150px
    }
}

.p-companyProfile__items {
    width: 56.9166666667%;
    padding-top: 67px
}

@media (max-width:1024px) {
    .p-companyProfile__items {
        width: 100%;
        padding-top: 0
    }
}

.p-companyProfileItem {
    position: relative;
    display: flex;
    padding: 28px 20px 16px
}

@media (max-width:1024px) {
    .p-companyProfileItem {
        padding: 28px 16px 16px
    }
}

.p-companyProfileItem:after {
    bottom: 0
}

.p-companyProfileItem:after,
.p-companyProfileItem:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #6c5c53
}

.p-companyProfileItem:first-child:before {
    top: 0
}

.p-companyProfileItem__ttl {
    font-size: 1.5rem;
    width: 100px;
    margin-right: 130px
}

@media (max-width:1024px) {
    .p-companyProfileItem__ttl {
        width: 80px;
        margin-right: 50px;
        font-size: 1.4rem
    }
}

.p-companyProfileItem__txt {
    width: calc(100% - 230px);
    font-size: 1.5rem
}

@media (max-width:1024px) {
    .p-companyProfileItem__txt {
        width: calc(100% - 130px);
        font-size: 1.4rem
    }
}

.p-companyMap {
    padding-bottom: 60px
}

.p-companyMap__inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    max-height: 556px;
    height: 0;
    margin: 0 auto;
    padding-top: 30%;
    z-index: 1
}

@media (max-width:1024px) {
    .p-companyMap__inner {
        width: 100%;
        max-width: 600px;
        height: 390px;
        padding: 0
    }
}

.p-companyMap__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 600px
}

.p-companyHistory {
    padding: 90px 0 76px
}

@media (max-width:1024px) {
    .p-companyHistory {
        padding: 36px 0 80px
    }
}

.p-companyHistory__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 100px 0 160px
}

@media (max-width:1024px) {
    .p-companyHistory__inner {
        max-width: 500px;
        padding: 42px 50px 0 60px
    }
}

.p-companyHistory__inner:after,
.p-companyHistory__inner:before {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    background-size: contain
}

@media (max-width:1024px) {

    .p-companyHistory__inner:after,
    .p-companyHistory__inner:before {
        width: 40px
    }
}

.p-companyHistory__inner:before {
    background-image: url("../../images/web/content/company/deco-lace-left.png");
    left: 0
}

.p-companyHistory__inner:after {
    background-image: url("../../images/web/content/company/deco-lace-right.png");
    right: 0
}

.p-companyHistory__ttl {
    transform: translate(80px, 50%)
}

@media (max-width:1024px) {
    .p-companyHistory__subTtl {
        height: 22px
    }
}

.p-companyHistory__subTtl:before {
    background-color: #fff
}

.p-companyHistory__items {
    position: relative;
    padding: 60px 0 80px
}

.p-companyHistory__items:before {
    height: 2px;
    width: 60px
}

.p-companyHistory__items:after,
.p-companyHistory__items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ec6d8b
}

.p-companyHistory__items:after {
    height: 100%;
    width: 2px
}

.p-companyHistoryItem {
    position: relative;
    display: flex
}

@media (max-width:1024px) {
    .p-companyHistoryItem {
        display: block;
        padding-left: 20px
    }
}

.p-companyHistoryItem:before {
    position: absolute;
    content: "";
    left: 0;
    top: 1em;
    transform: translate(-45%, -50%);
    width: 16px;
    height: 16px;
    background-color: #ec6d8b;
    border-radius: 50%;
    z-index: 2
}

.p-companyHistoryItem:not(:last-child) {
    margin-bottom: 40px
}

.p-companyHistoryItem__date {
    font-family: Oswald, sans-serif;
    font-size: 3.2rem;
    color: #ec6d8b;
    padding-left: 22px;
    margin-right: 50px;
    line-height: 1
}

@media (max-width:1024px) {
    .p-companyHistoryItem__date {
        margin-bottom: 20px;
        padding-left: 0
    }
}

.p-companyHistoryItem__date span {
    display: block;
    padding-top: 10px;
    font-family: Oswald, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3
}

.p-companyHistoryItemContents {
    position: relative
}

.p-companyHistoryItemContents__ttl {
    margin-bottom: .8rem;
    font-size: 1.8rem;
    color: #ee7f84;
    font-weight: 700
}

@media (max-width:1024px) {
    .p-companyHistoryItemContents__ttl {
        margin-bottom: .6rem
    }
}

.p-companyHistoryItemContents__txt {
    display: flex;
    font-size: 1.5rem
}

@media (max-width:1024px) {
    .p-companyHistoryItemContents__txt {
        font-size: 1.4rem
    }
}

.p-companyHistoryItemContents__txt span:first-child {
    padding-right: 14px;
    width: 2.5em;
    text-align: right
}

.p-companyHistoryItemContents__txt span:nth-child(2) {
    width: calc(100% - 2.5em - 14px)
}

.p-companyHistoryItem__continued {
    margin: 0
}

.p-companyHistory__deco01,
.p-companyHistory__deco02 {
    position: absolute;
    width: 34.5454545455%;
    right: 80px
}

@media (max-width:1024px) {

    .p-companyHistory__deco01,
    .p-companyHistory__deco02 {
        width: 81.3333333333%
    }
}

.p-companyHistory__deco01 {
    top: 0
}

@media (max-width:1024px) {
    .p-companyHistory__deco01 {
        right: -40%
    }
}

.p-companyHistory__deco02 {
    bottom: 0
}

@media (max-width:1024px) {
    .p-companyHistory__deco02 {
        right: -25%
    }
}

.p-companyHistoryItem figcaption {
    margin-top: 2px;
    font-size: 2%;
    color: #ed767b;
    text-align: right
}

.p-companyHistoryItem1996__txtWrapper {
    margin-bottom: 24px
}

.p-companyHistoryItem1996__img {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 150px;
    -webkit-animation: katakata 4s .5s infinite;
    animation: katakata 4s .5s infinite
}

@media (max-width:1024px) {
    .p-companyHistoryItem1996__img {
        position: relative;
        width: 130px;
        left: 40%
    }
}

.p-companyHistoryItem1998__ttl {
    position: relative
}

.p-companyHistoryItem1998__ttl:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -50px;
    width: 37px;
    height: 28px;
    background-image: url("../../images/web/content/company/history/deco-star.png");
    background-size: contain
}

@media (max-width:1024px) {
    .p-companyHistoryItem1998__ttl:after {
        top: -24px;
        right: 65px
    }
}

.p-companyHistoryItem1999__txtWrapper {
    margin-bottom: 30px
}

.p-companyHistoryItem1999__txt--11mon span:first-child {
    width: 4.15em;
    padding-right: 10px
}

.p-companyHistoryItem1999__txt--11mon span:nth-child(2) {
    width: calc(100% - 4.15em - 10px)
}

.p-companyHistoryItem1999__img {
    position: absolute;
    left: 120%;
    top: -50%;
    width: 187px
}

@media (max-width:1024px) {
    .p-companyHistoryItem1999__img {
        position: static;
        margin: 0 auto
    }
}

.p-companyHistoryItem2000__txt--small {
    font-size: 1.4rem
}

@media (max-width:1024px) {
    .p-companyHistoryItem2000__txt--small {
        font-size: 1.2rem
    }
}

.p-companyHistoryItem2008__ttl {
    position: relative
}

.p-companyHistoryItem2008__ttl:after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 0;
    width: 42px;
    height: 30px;
    background-image: url("../../images/web/content/company/history/deco-ribon.png");
    background-size: contain
}

@media (max-width:1024px) {
    .p-companyHistoryItem2008__ttl:after {
        top: -54px;
        right: 30px
    }
}

.p-companyHistoryItem2011__txt--small {
    font-size: 1.4rem
}

@media (max-width:1024px) {
    .p-companyHistoryItem2011__txt--small {
        font-size: 1.2rem
    }
}

.p-companyHistoryItem2011__contents {
    margin-right: 22px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2011__contents {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.p-companyHistoryItem2011__imgWrapper {
    display: flex
}

.p-companyHistoryItem2011__img01 {
    width: 150px;
    margin-right: 20px;
    margin-top: -20px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2011__img01 {
        width: 114px;
        margin-top: 100px;
        margin-right: 10px
    }
}

.p-companyHistoryItem2011__img02 {
    width: 167px;
    margin-top: -160px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2011__img02 {
        width: 130px;
        margin-top: 0
    }
}

.p-companyHistoryItem2012__contents {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

@media (max-width:1024px) {
    .p-companyHistoryItem2012__contents {
        display: block
    }
}

@media (max-width:1024px) {
    .p-companyHistoryItem2012__txtWrapper {
        margin-bottom: 28px
    }
}

.p-companyHistoryItem2012__img {
    margin-right: 22px;
    width: 190px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2012__img {
        margin-left: 10%
    }
}

.p-companyHistoryItem2013__contents {
    display: flex
}

@media (max-width:1024px) {
    .p-companyHistoryItem2013__contents {
        display: block
    }
}

.p-companyHistoryItem2013__txtWrapper {
    margin-bottom: 30px
}

.p-companyHistoryItem2013__img {
    position: relative;
    margin-left: 22px;
    margin-top: -40px;
    width: 130px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2013__img {
        width: 105px;
        margin-top: 0;
        margin-left: 0
    }
}

.p-companyHistoryItem2013__img:after {
    content: "";
    position: absolute;
    top: -10%;
    right: -140%;
    width: 135px;
    height: 58px;
    background-image: url("../../images/web/content/company/history/deco-stars.png");
    background-size: contain
}

@media (max-width:1024px) {
    .p-companyHistoryItem2013__img:after {
        width: 108px;
        height: 46px;
        right: unset;
        left: 110%
    }
}

.p-companyHistoryItem2016__txtWrapper {
    margin-bottom: 18px
}

.p-companyHistoryItem2016__img {
    position: absolute;
    top: -335%;
    width: 176px;
    left: 531px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2016__img {
        position: static;
        width: 130px;
        margin-left: 30%
    }
}

.p-companyHistoryItem2017__contents:after {
    position: absolute;
    content: "";
    top: 10%;
    right: -55%;
    width: 190px;
    height: 85px;
    background-image: url("../../images/web/content/company/history/deco-heart.png");
    background-size: contain
}

@media (max-width:1024px) {
    .p-companyHistoryItem2017__contents:after {
        left: 0;
        top: unset;
        bottom: 120px;
        width: 110px;
        height: 67px
    }
}

.p-companyHistoryItem2017__img {
    position: absolute;
    left: 520px;
    bottom: -16px;
    width: 138px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2017__img {
        position: static;
        margin-left: auto;
        margin-top: 10px;
        width: 120px
    }
}

@media (max-width:1024px) {
    .p-companyHistoryItem2018__txtWrapper {
        margin-bottom: 16px
    }
}

.p-companyHistoryItem2018__img {
    position: absolute;
    right: -168%;
    top: 0;
    width: 310px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2018__img {
        position: static;
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
}

@media (max-width:1024px) {
    .p-companyHistoryItem2019__txtWrapper {
        margin-bottom: 22px
    }
}

.p-companyHistoryItem2019__imgWrapper {
    display: flex;
    margin-left: 280px;
    margin-top: -63px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2019__imgWrapper {
        flex-direction: column-reverse;
        margin-top: 0;
        margin-left: 0
    }
}

.p-companyHistoryItem2019__img01 {
    width: 331px;
    margin-right: 40px;
    margin-top: 20px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2019__img01 {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
}

.p-companyHistoryItem2019__img02 {
    width: 168px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2019__img02 {
        margin: 0 auto 20px
    }
}

.p-companyHistoryItem2019__img02 figcaption {
    text-align: center
}

.p-companyHistoryItem2020 {
    margin-top: -40px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2021__txtWrapper {
        margin-bottom: 22px
    }
}

.p-companyHistoryItem2021__img {
    position: absolute;
    right: -100%;
    top: -40%;
    width: 190px
}

@media (max-width:1024px) {
    .p-companyHistoryItem2021__img {
        position: static;
        width: 150px;
        margin: 0 auto
    }
}

.p-alice {
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    color: #231815;
    overflow-x: hidden
}

.p-alice__contentsInner {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .p-alice__contentsInner {
        max-width: 600px;
        padding: 0 20px
    }
}

.p-aliceMv {
    position: relative;
    padding-bottom: 40px
}

@media (max-width:1024px) {
    .p-aliceMv {
        padding-bottom: 25px
    }
}

.p-aliceMv:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -5%;
    width: 110%;
    height: 40px;
    background-image: url("../../images/web/content/alice/mv-line.png");
    background-size: cover;
    background-position: 50%;
    z-index: 2
}

@media (max-width:1024px) {
    .p-aliceMv:before {
        height: 32px;
        bottom: -4px
    }
}

.p-aliceMv:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../images/web/content/alice/bg01.jpg");
    background-repeat: repeat-x;
    z-index: -1
}

@media (max-width:1024px) {
    .p-aliceMv:after {
        background-position: 32% 38%;
        background-size: 62%
    }
}

.p-aliceMv__inner {
    height: inherit;
    margin: 0 auto;
    padding-top: 120px;
    width: 100%;
    max-width: 920px
}

@media (max-width:1024px) {
    .p-aliceMv__inner {
        padding-top: 100px
    }
}

.p-aliceMv__inner video {
    margin: 0 auto;
    border-radius: 20px;
    width: 100%
}

.p-aliceMv__youtube {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    background-image: url("../../images/web/content/alice/mv.png") !important;
    border-radius: 10px
}

@media (max-width:1024px) {
    .p-aliceMv__youtube {
        background-image: url("../../images/web/content/alice/mv_sp.png") !important
    }
}

.p-alice01 {
    position: relative;
    background-color: #fbf3eb;
    padding: 64px 0 85px
}

@media (max-width:1024px) {
    .p-alice01 {
        padding: 130px 0 150px
    }
}

.p-alice01:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18.3333333333vw;
    background-image: url("../../images/web/content/alice/bg02.png");
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice01:after {
        background-image: url("../../images/web/content/alice/bg02_sp.png")
    }
}

.p-alice01__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    padding: 0 17px 0 145px
}

@media (max-width:1024px) {
    .p-alice01__inner {
        display: block;
        padding: 0 22px
    }
}

.p-alice01__inner:before {
    content: "";
    position: absolute;
    bottom: -65px;
    left: 30px;
    width: 44px;
    height: 49px;
    background-image: url("../../images/web/content/alice/illustration/deco04.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice01__inner:before {
        width: 31px;
        height: 35px;
        bottom: 60px
    }
}

.p-alice01__inner:after {
    content: "";
    position: absolute;
    bottom: -77px;
    left: 30%;
    width: 46px;
    height: 45px;
    background-image: url("../../images/web/content/alice/illustration/deco05.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice01__inner:after {
        width: 32px;
        height: 32px;
        bottom: -22px;
        left: 70px
    }
}

.p-alice01Contents {
    position: relative;
    width: 50%
}

@media (max-width:1024px) {
    .p-alice01Contents {
        width: 100%
    }
}

.p-alice01Contents:before {
    content: "";
    position: absolute;
    top: -64px;
    left: -140px;
    width: 102px;
    height: 59px;
    background-image: url("../../images/web/content/alice/illustration/deco01.png");
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice01Contents:before {
        top: -105px;
        left: -22px
    }
}

.p-alice01Contents:after {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 0;
    width: 47px;
    height: 48px;
    background-image: url("../../images/web/content/alice/illustration/deco06.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice01Contents:after {
        width: 33px;
        height: 33px;
        bottom: 118px;
        right: 20px
    }
}

.p-alice01Contents__ttl {
    padding-left: 40px;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    font-size: 2.65rem;
    color: #005e85
}

.p-alice01Contents__ttlWrapper {
    margin-bottom: 72px
}

.p-alice01Contents__ttl--en {
    position: relative;
    display: inline-block;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    font-size: 5.6rem;
    color: #005e85
}

@media (max-width:1024px) {
    .p-alice01Contents__ttl--en {
        font-size: 4.1rem
    }
}

.p-alice01Contents__ttl--en:after {
    content: "";
    position: absolute;
    top: .2em;
    right: -150px;
    width: 140px;
    height: 83px;
    background-image: url("../../images/web/content/alice/alice-accessary01.png");
    background-repeat: no-repeat;
    background-size: contain;
    animation: fuwafuwa02 5s 2s infinite alternate-reverse
}

@media (max-width:1024px) {
    .p-alice01Contents__ttl--en:after {
        top: -50px;
        right: -40px;
        width: 87px;
        height: 52px
    }
}

@media (max-width:1024px) {
    .p-alice01Contents__ttl {
        font-size: 1.8rem
    }
}

.p-alice01Contents__txtWrapper {
    position: relative;
    display: inline-block;
    padding-left: 144px
}

@media (max-width:1024px) {
    .p-alice01Contents__txtWrapper {
        margin-bottom: 150px;
        padding-left: 36px;
        padding-right: 6px
    }
}

.p-alice01Contents__txtWrapper:before {
    position: absolute;
    content: "";
    top: -84px;
    left: -128px;
    width: 202px;
    height: 283px;
    background-image: url("../../images/web/content/alice/illustration/deco02.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: fuwafuwa 5s .5s infinite;
    animation: fuwafuwa 5s .5s infinite
}

@media (max-width:1024px) {
    .p-alice01Contents__txtWrapper:before {
        left: -41px;
        width: 112px;
        height: 157px
    }
}

.p-alice01Contents__txtWrapper:after {
    content: "";
    position: absolute;
    top: -35px;
    left: 100%;
    width: 75px;
    height: 118px;
    background-image: url("../../images/web/content/alice/illustration/deco03.png");
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice01Contents__txtWrapper:after {
        top: -130px;
        right: 0;
        left: unset;
        width: 46px;
        height: 73px
    }
}

.p-alice01Contents__txt01 {
    margin-bottom: 36px;
    font-size: 2rem
}

@media (max-width:1024px) {
    .p-alice01Contents__txt01 {
        margin-bottom: 1em;
        font-size: 1.8rem
    }
}

.p-alice01Contents__txt02 {
    font-size: 1.8rem
}

@media (max-width:1024px) {
    .p-alice01Contents__txt02 {
        font-size: 1.6rem
    }
}

.p-alice01Contents__txt02:not(:last-child) {
    margin-bottom: 1.5em
}

.p-alice01Contents__img {
    position: absolute;
    top: 50%;
    left: -117px;
    width: 217px;
    height: 233px;
    transition: 1.5s ease-in-out;
    -webkit-animation: fuwafuwa02 5s ease-in-out infinite alternate;
    animation: fuwafuwa02 5s ease-in-out infinite alternate
}

@media (max-width:1024px) {
    .p-alice01Contents__img {
        top: 102%;
        left: 0;
        width: 120px;
        height: 128px
    }
}

.p-alice01__img {
    position: relative;
    width: 402px;
    padding-top: 20px;
    margin-left: auto
}

@media (max-width:1024px) {
    .p-alice01__img {
        width: 61.3333333333%;
        padding-top: 0
    }
}

.p-alice02 {
    position: relative;
    background-color: #f2dfe0;
    padding: 70px 0 46px
}

@media (max-width:1024px) {
    .p-alice02 {
        padding-top: 180px;
        padding-bottom: 138px
    }
}

.p-alice02:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20.8333333333vw;
    background-image: url("../../images/web/content/alice/bg03.png");
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice02:after {
        background-image: url("../../images/web/content/alice/bg03_sp.png")
    }
}

.p-alice02__decoAccessary01 {
    position: absolute;
    top: 0;
    right: 30px;
    width: 164px;
    height: 155px;
    -webkit-animation: fuwafuwa 5s .5s infinite;
    animation: fuwafuwa 5s .5s infinite
}

@media (max-width:1024px) {
    .p-alice02__decoAccessary01 {
        width: 93px;
        height: 93px;
        right: 22px;
        top: -82px
    }
}

.p-alice02__inner {
    position: relative;
    z-index: 2;
    padding: 0 14px
}

.p-alice02__inner:after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: 33%;
    width: 245px;
    height: 162px;
    background-image: url("../../images/web/content/alice/illustration/deco10.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice02__inner:after {
        width: 174px;
        height: 129px;
        bottom: -330px;
        right: 14px;
        left: unset
    }
}

.p-alice02__contentsWrapper {
    position: inherit;
    z-index: 2;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width:1024px) {
    .p-alice02__contentsWrapper {
        display: block
    }
}

.p-alice02__txtWrapper {
    position: relative;
    width: 41%;
    margin-top: 75px;
    text-align: center
}

@media (max-width:1024px) {
    .p-alice02__txtWrapper {
        width: 100%;
        margin-top: 0;
        box-sizing: border-box
    }
}

.p-alice02__txt01 {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 28px;
    font-size: 2rem
}

@media (max-width:1024px) {
    .p-alice02__txt01 {
        padding: 0 18px 28px;
        font-size: 1.9rem
    }
}

.p-alice02__txt01:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 22px;
    bottom: 0;
    left: 0;
    background-image: url("../../images/web/content/alice/txt-line.png");
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice02__txt01:after {
        height: 16px;
        background-size: contain;
        background-position: 50%
    }
}

.p-alice02__txt02 {
    display: inline-block;
    font-size: 1.8rem;
    margin-bottom: 32px;
    text-align: left
}

@media (max-width:1024px) {
    .p-alice02__txt02 {
        margin-bottom: 70px;
        padding: 0 27px;
        font-size: 1.6rem
    }
}

.p-alice02__img {
    width: 59%
}

@media (max-width:1024px) {
    .p-alice02__img {
        width: 88.2666666667%;
        margin-right: auto;
        margin-bottom: 44px
    }
}

.p-alice02__decoWrapper {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
    padding-right: 22px
}

@media (max-width:1024px) {
    .p-alice02__decoWrapper {
        margin-bottom: 51px
    }
}

.p-alice02__decoAccessary02 {
    width: 96px;
    margin-right: 38px;
    -webkit-animation: fuwafuwa 5s .5s infinite;
    animation: fuwafuwa 5s .5s infinite
}

@media (max-width:1024px) {
    .p-alice02__decoAccessary02 {
        width: 56px;
        margin-right: 23px;
        padding-top: 20px
    }
}

.p-alice02__decoDress {
    width: 213px;
    animation: fuwafuwa02 5s .5s infinite alternate-reverse
}

@media (max-width:1024px) {
    .p-alice02__decoDress {
        width: 124px
    }
}

.p-alice02__txt03 {
    margin-top: -20px;
    margin-left: -30%;
    font-size: 1.8rem;
    text-align: left
}

@media (max-width:1024px) {
    .p-alice02__txt03 {
        margin-left: 0;
        padding: 0 20px;
        font-size: 1.6rem
    }
}

.p-alice02__fukidashi01 {
    position: absolute;
    top: -205px;
    left: 50%;
    width: 283px;
    height: 218px
}

@media (max-width:1024px) {
    .p-alice02__fukidashi01 {
        width: 199px;
        height: 153px;
        left: 25%;
        top: -260px
    }
}

.p-alice02__fukidashi02 {
    position: absolute;
    bottom: -43px;
    left: 200px;
    width: 266px;
    height: 221px
}

@media (max-width:1024px) {
    .p-alice02__fukidashi02 {
        width: 182px;
        height: 151px;
        bottom: -200px;
        left: 25%
    }
}

.p-alice03 {
    position: relative;
    background-color: #eacdd2;
    padding: 145px 0 20.8333333333vw
}

@media (max-width:1024px) {
    .p-alice03 {
        padding-top: 290px;
        padding-bottom: 50.6666666667vw
    }
}

.p-alice03:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24.8333333333vw;
    background-image: url("../../images/web/content/alice/bg04.png");
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice03:after {
        height: 57.8666666667vw;
        background-image: url("../../images/web/content/alice/bg04_sp.png");
        background-position: 50%
    }
}

.p-alice03__inner {
    position: relative;
    z-index: 2;
    padding-left: 30px
}

@media (max-width:1024px) {
    .p-alice03__inner {
        padding: 0 20px
    }
}

.p-alice03__decoWrapper01 {
    position: absolute;
    display: flex;
    top: -300px;
    left: 0
}

@media (max-width:1024px) {
    .p-alice03__decoWrapper01 {
        top: -260px;
        left: 10px
    }
}

.p-alice03__decoClock {
    width: 122px;
    height: 156px;
    -webkit-animation: katakata 2s .5s infinite;
    animation: katakata 2s .5s infinite
}

@media (max-width:1024px) {
    .p-alice03__decoClock {
        width: 77px;
        height: 99px
    }
}

.p-alice03__decoMashroom {
    width: 71px;
    height: 84px;
    margin-top: 109px;
    margin-left: -8px
}

@media (max-width:1024px) {
    .p-alice03__decoMashroom {
        width: 45px;
        height: 53px;
        margin-top: 60px;
        margin-left: 0
    }
}

.p-alice03__contentsWrapper {
    display: flex
}

@media (max-width:1024px) {
    .p-alice03__contentsWrapper {
        display: block
    }
}

.p-alice03__txtWrapper {
    width: 41%;
    margin-right: 4.6666666667%
}

@media (max-width:1024px) {
    .p-alice03__txtWrapper {
        width: 100%;
        margin-right: 0
    }
}

.p-alice03__ttl {
    position: relative;
    margin-bottom: 38px;
    padding-bottom: 24px;
    font-size: 3.3rem;
    color: #ec6d8b;
    font-weight: 400;
    text-align: center
}

.p-alice03__ttlDeco {
    bottom: 102%;
    left: 50px;
    width: 250px
}

.p-alice03__ttlDeco.appearx {
    position: absolute
}

.p-alice03__ttlDeco:before {
    background: #eacdd2
}

@media (max-width:1024px) {
    .p-alice03__ttlDeco {
        bottom: 100%;
        left: 14px;
        width: 195px
    }
}

@media (max-width:1024px) {
    .p-alice03__ttl {
        font-size: 2.9rem
    }
}

.p-alice03__ttl:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0;
    left: 0;
    background-image: url("../../images/web/content/alice/txt-line.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-alice03__ttl:after {
        background-position: 50%
    }
}

.p-alice03__txt {
    font-size: 1.8rem;
    padding-left: 4%
}

@media (max-width:1024px) {
    .p-alice03__txt {
        margin-bottom: 140px;
        padding: 0 20px;
        font-size: 1.6rem
    }
}

.p-alice03__img01 {
    position: relative;
    width: 59%
}

@media (max-width:1024px) {
    .p-alice03__img01 {
        width: 93.3333333333%;
        margin-bottom: 42px
    }
}

.p-alice03__img01:before {
    content: "";
    position: absolute;
    top: -151px;
    right: 140px;
    width: 64px;
    height: 80px;
    background-image: url("../../images/web/content/alice/illustration/deco11.png");
    background-repeat: no-repeat;
    background-size: contain;
    animation: fuwafuwa02 5s 1s infinite alternate-reverse
}

@media (max-width:1024px) {
    .p-alice03__img01:before {
        top: -100px;
        right: 100px;
        width: 48px;
        height: 60px
    }
}

.p-alice03__img01:after {
    content: "";
    position: absolute;
    top: -76px;
    right: 20px;
    width: 48px;
    height: 60px;
    background-image: url("../../images/web/content/alice/illustration/deco12.png");
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:1024px) {
    .p-alice03__img01:after {
        top: -78px;
        width: 39px;
        height: 51px
    }
}

.p-alice03__imgWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -20px
}

@media (max-width:1024px) {
    .p-alice03__imgWrapper {
        display: block;
        margin-top: 0
    }
}

.p-alice03__imgWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 109px;
    height: 311px;
    background-image: url("../../images/web/content/alice/illustration/deco-rabit.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: fuwafuwa 4s 0s infinite;
    animation: fuwafuwa 4s 0s infinite
}

@media (max-width:1024px) {
    .p-alice03__imgWrapper:before {
        width: 81px;
        height: 233px;
        top: 25%
    }
}

.p-alice03__imgWrapper:after {
    content: "";
    position: absolute;
    top: 60px;
    right: 30px;
    width: 98px;
    height: 142px;
    background-image: url("../../images/web/content/alice/illustration/deco-teacups.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: fuwafuwa 4s 2s infinite;
    animation: fuwafuwa 4s 2s infinite
}

@media (max-width:1024px) {
    .p-alice03__imgWrapper:after {
        width: 65px;
        height: 95px;
        top: unset;
        bottom: 0;
        right: 50px
    }
}

.p-alice03__circleImg {
    width: 219px
}

@media (max-width:1024px) {
    .p-alice03__circleImg {
        width: 162px
    }
}

.p-alice03__img02 {
    margin-right: 36px
}

@media (max-width:1024px) {
    .p-alice03__img02 {
        margin: 0 auto 36px
    }
}

.p-alice03__img03 {
    margin-top: 100px;
    margin-right: 36px
}

@media (max-width:1024px) {
    .p-alice03__img03 {
        margin-top: 0;
        margin-right: 0;
        margin-left: auto
    }
}

.p-alice03__img04 {
    margin-top: 80px
}

@media (max-width:1024px) {
    .p-alice03__img04 {
        margin-top: 0;
        margin-right: auto
    }
}

.p-alice03__videoWrapper {
    max-width: 900px;
    margin: 10rem auto 0
}

@media (max-width:1024px) {
    .p-alice03__videoWrapper {
        margin-top: 6rem
    }
}

.p-alice03__videoWrapper video {
    width: 100%;
    border-radius: 10px
}

.p-naruhaya {
    padding: 46px 0 160px;
    background-repeat: repeat;
    background-size: contain;
    overflow: hidden;
}

@media (max-width:1024px) {
    .p-naruhaya {
        padding-top: 0;
        padding-bottom: 80px
    }
}

.p-naruhayaAbout {
    margin-bottom: 82px
}

.p-naruhayaAbout__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 55px
}

@media (max-width:1024px) {
    .p-naruhayaAbout__inner {
        max-width: 600px;
        padding: 0
    }
}

.p-naruhayaAbout__top {
    display: flex;
    align-items: center
}

@media (max-width:1024px) {
    .p-naruhayaAbout__top {
        flex-direction: column-reverse
    }
}

.p-naruhayaAboutTopContents {
    width: calc(50% - 40px);
    margin-right: 40px;
    padding: 30px 0 40px
}

@media (max-width:1024px) {
    .p-naruhayaAboutTopContents {
        width: 100%;
        margin: 0 0 40px;
        padding: 0 18px;
        box-sizing: border-box
    }
}

.p-naruhayaAboutTopContents__ttl {
    margin-bottom: -20px;
    font-size: 1.8rem;
    line-height: 1
}

@media (max-width:1024px) {
    .p-naruhayaAboutTopContents__ttl {
        margin-bottom: -14px;
        font-size: 1.4rem
    }
}

.p-naruhayaAboutTopContents__ttlDeco {
    width: 100%;
    margin-bottom: 40px
}

.p-naruhayaAboutTopContents__txt {
    font-size: 1.8rem
}

@media (max-width:1024px) {
    .p-naruhayaAboutTopContents__txt {
        font-size: 1.5rem
    }
}

.p-naruhayaAboutTop__slideWrapper {
    position: relative;
    width: 50%;
    padding-bottom: 13px;
    overflow: hidden
}

@media (max-width:1024px) {
    .p-naruhayaAboutTop__slideWrapper {
        width: 100%;
        margin-bottom: 28.6px
    }
}

.p-naruhayaAboutTop__slideWrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 13px;
    width: 100%;
    background-color: #379bed;
}

.p-naruhayaAboutTop__slides {
    display: flex;
    overflow: hidden
}

.p-naruhayaAboutTop__slide {
    margin-right: 0 !important
}

.p-naruhayaAboutBottom {
    position: relative;
    background-color: #e6fbff;
}

.p-naruhayaAboutBottom:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 14px;
    /* background-image: ; */
    background-size: contain
}

@media (max-width:1024px) {
    .p-naruhayaAboutBottom:after {
        background-repeat: no-repeat;
        background-size: cover
    }
}

.p-naruhayaAboutBottom__ttl {
    position: relative;
    width: 345px;
    padding: 4.7px 0 8px 70px;
    background-color: #379bed;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: .03em;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .p-naruhayaAboutBottom__ttl {
        width: 280px;
        font-size: 1.5rem;
        padding: 6px 0 6px 56px
    }
}

.p-naruhayaAboutBottom__ttl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 69px;
    height: 80%;
    /* background-image: ; */
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-naruhayaAboutBottom__ttl:before {
        left: 10px;
        width: 42px;
        height: 26.2px
    }
}

.p-naruhayaAboutBottom__items {
    display: flex;
    justify-content: center;
    padding: 26.5px 20px 50px
}

@media (max-width:1024px) {
    .p-naruhayaAboutBottom__items {
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 420px;
        margin: 0 auto;
        padding: 30px 24px
    }
}

.p-naruhayaAboutBottom__item {
    width: 200px;
}

@media (max-width:1024px) {
    .p-naruhayaAboutBottom__item {
        width: calc(50% - 16px)
    }
}

.p-naruhayaAboutBottom__item:not(:last-child) {
    margin-right: 6.2962962963%
}

@media (max-width:1024px) {
    .p-naruhayaAboutBottom__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width:1024px) {
    .p-naruhayaAboutBottom__item:nth-child(odd) {
        margin-right: 24px
    }
}

.p-naruhayaActiv {
    margin-bottom: 66px
}

.p-naruhayaActiv__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 55px;
    box-sizing: content-box
}

@media (max-width:1024px) {
    .p-naruhayaActiv__inner {
        max-width: 600px;
        padding: 0
    }
}

.p-naruhayaActivTop {
    display: flex;
    align-content: center
}

@media (max-width:1024px) {
    .p-naruhayaActivTop {
        display: block
    }
}

.p-naruhayaActivTop__img {
    width: calc(50% - 30px);
    margin-right: 70px
}

@media (max-width:1024px) {
    .p-naruhayaActivTop__img {
        width: 100%;
        margin-bottom: 37px
    }
}

.p-naruhayaActivTopContents {
    width: calc(50% - 40px);
    padding: 30px 0 40px
}

@media (max-width:1024px) {
    .p-naruhayaActivTopContents {
        width: 100%;
        padding: 0 18px 42px;
        box-sizing: border-box
    }
}

.p-naruhayaActivTopContents__ttl {
    width: 90%;
    height: auto;
    margin: 0 auto 42px
}

@media (max-width:1024px) {
    .p-naruhayaActivTopContents__ttl {
        margin: 0 auto 23px
    }
}

.p-naruhayaActivTopContents__txt {
    font-size: 1.8rem
}

@media (max-width:1024px) {
    .p-naruhayaActivTopContents__txt {
        font-size: 1.5rem
    }
}

.p-naruhayaActivBottom {
    position: relative
}

.p-naruhayaActivBottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fce8e6;
    background-image: linear-gradient(-90deg, #fff 50%, hsla(0, 0%, 100%, 0) 0);
    background-size: 20px 20px
}

.p-naruhayaActivBottom:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 14px;
    background-image: url("../../images/web/content/fan/deco-kunekune.png");
    background-size: contain
}

@media (max-width:1024px) {
    .p-naruhayaActivBottom:after {
        background-repeat: no-repeat;
        background-size: cover
    }
}

.p-naruhayaActivBottom__ttl {
    position: relative;
    z-index: 1;
    background-color: #ee869a;
    padding: 4.7px 0 8px 70px;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: .03em;
    font-weight: 400
}

@media (max-width:1024px) {
    .p-naruhayaActivBottom__ttl {
        font-size: 1.5rem;
        padding: 6px 0 6px 56px
    }
}

.p-naruhayaActivBottom__ttl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 69px;
    height: 80%;
    background-image: url("../../images/web/content/fan/deco-ribon.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-naruhayaActivBottom__ttl:before {
        left: 10px;
        width: 42px;
        height: 26.2px
    }
}

.p-naruhayaActivBottom__items {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 38px 20px
}

@media (max-width:1024px) {
    .p-naruhayaActivBottom__items {
        padding: 30px 30px 20px
    }
}

.p-naruhayaActivBottom__item {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 20px
}

@media (max-width:1024px) {
    .p-naruhayaActivBottom__item {
        padding: 0
    }
}

.p-naruhayaActivBottomItem__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-right: 12.2px;
    border-radius: 50%;
    background-color: #ee869a;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400
}

@media (max-width:1024px) {
    .p-naruhayaActivBottomItem__ttl {
        margin-right: 16px;
        font-size: 1.4rem
    }
}

.p-naruhayaActivBottomItem__txt {
    font-size: 1.5rem;
    color: #000;
    font-weight: 400
}

.p-naruhayaModel:not(:last-child) {
    margin-bottom: 160px
}

.p-naruhayaModel__link {
    cursor: pointer;
    transition: .7s
}

.p-naruhayaModel__link:hover {
    transform: scale(1.1)
}

.p-naruhayaModel__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 55px;
    box-sizing: content-box
}

@media (max-width:1024px) {
    .p-naruhayaModel__inner {
        padding: 0 18px;
        max-width: 600px
    }
}

.p-naruhayaModel__head {
    margin-bottom: 77px
}

@media (max-width:1024px) {
    .p-naruhayaModel__head {
        margin-bottom: 27px
    }
}

.p-naruhayaModel__ttl {
    position: relative;
    z-index: 1;
    padding-left: 9.3846153846%;
    margin-right: 4.6153846154%;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    font-size: 4.2rem;
    color: #88623d;
    font-weight: 400;
    white-space: nowrap
}

.p-naruhayaModel__ttlWrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 990px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .p-naruhayaModel__ttlWrapper {
        display: block;
        padding-bottom: 50px;
        text-align: center
    }
}

.p-naruhayaModel__ttlWrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 82px;
    height: 157px;
    background-image: url("../../images/web/content/fan/deco-dress.png");
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-naruhayaModel__ttlWrapper:before {
        top: unset;
        transform: translate(0);
        bottom: 0;
        left: 0;
        width: 60px;
        height: 114px
    }
}

@media (max-width:1024px) {
    .p-naruhayaModel__ttl {
        font-size: 3.2rem;
        margin: 0 0 50px;
        padding: 0 26px;
        line-height: 1.3;
        white-space: unset
    }

    .p-naruhayaModel__ttl span:nth-child(10):before {
        content: "\A";
        white-space: pre
    }
}

.p-naruhayaModel__ttl:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -26px;
    left: 122px;
    width: calc(100% - 122px);
    height: 100%;
    background-image: url("../../images/web/content/fan/deco-fuwafuwa.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-naruhayaModel__ttl:after {
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 40px;
        background-image: url("../../images/web/content/fan/deco-fuwafuwa_sp.png")
    }
}

.p-naruhayaModel__ttlDeco {
    width: 220px;
    cursor: pointer
}

@media (max-width:1024px) {
    .p-naruhayaModel__ttlDeco {
        width: 100%;
        max-width: 167px;
        margin: 0 auto
    }
}

.p-naruhayaModel__lead {
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-bottom: 69.7px;
    padding: 0 100px 0 33px;
    font-size: 1.8rem;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .p-naruhayaModel__lead {
        width: 100%;
        margin-bottom: 48px;
        padding: 0
    }
}

.p-naruhayaModel__lead:after {
    content: "";
    position: absolute;
    bottom: -69.7px;
    right: 0;
    width: 84px;
    height: 195px;
    background-image: url("../../images/web/content/fan/deco-case.png");
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width:1024px) {
    .p-naruhayaModel__lead:after {
        width: 61px;
        height: 142px;
        bottom: calc(100% + 27px)
    }
}

.p-naruhayaModel__areas {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width:1024px) {
    .p-naruhayaModel__areas {
        display: block
    }
}

.p-naruhayaModel__area {
    width: 50%
}

@media (max-width:1024px) {
    .p-naruhayaModel__area {
        width: 100%;
        max-width: 550px;
        margin: 0 auto
    }
}

.p-naruhayaModel__area:nth-child(odd) {
    margin-top: -253px
}

@media (max-width:1024px) {
    .p-naruhayaModel__area:nth-child(odd) {
        margin-top: 0
    }
}

@media (max-width:1024px) {
    .p-naruhayaModel__area:not(:last-child) {
        margin-bottom: 40px
    }
}

.p-naruhayaModelArea {
    position: relative;
    background-color: #fff;
    border: 1px solid #eacac9;
    box-sizing: border-box;
    padding-bottom: 80px
}

.p-naruhayaModelArea:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #faeae6;
    width: 100%;
    height: 80px
}

.p-naruhayaModelArea__inner {
    padding: 28px 38px 22px 46px;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .p-naruhayaModelArea__inner {
        max-width: 420px;
        margin: 0 auto;
        padding: 54px 45px 93px 50px
    }
}

.p-naruhayaModelAreaTop {
    display: flex;
    align-items: flex-start;
    height: 375px
}

@media (max-width:1024px) {
    .p-naruhayaModelAreaTop {
        display: block;
        height: auto
    }
}

.p-naruhayaModelAreaTopContents {
    position: relative;
    width: 55%;
    margin: 0 5.5% 24px 50px;
    padding: 10px 22px 15px 32px;
    background-color: #f1dbd9;
    font-size: 1.4rem;
    color: #000;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .p-naruhayaModelAreaTopContents {
        width: calc(100% - 40px);
        height: auto;
        margin: 0 0 27px 40px
    }
}

.p-naruhayaModelAreaTopContents:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 16px;
    width: 35.3px;
    height: 224px;
    background-repeat: no-repeat;
    background-size: contain
}

.p-naruhayaModelAreaTopContents__name {
    font-size: 2rem;
    color: #ef8c91;
    letter-spacing: .03em
}

@media (max-width:1024px) {
    .p-naruhayaModelAreaTopContents__name {
        font-size: 1.8rem
    }
}

.p-naruhayaModelAreaTopContents__name > dt {
    display: inline-block;
    padding-right: 1em;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
}

.p-naruhayaModelAreaTopContents__name > dd {
    display: inline-block
}

.p-naruhayaModelAreaTopContents__cloth {
    position: relative;
    margin-bottom: .5em;
    padding-left: .5em;
    padding-bottom: 1em
}

.p-naruhayaModelAreaTopContents__cloth:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: .5em;
    right: .5em;
    width: auto;
    height: 1px;
    background-color: #000
}

.p-naruhayaModelAreaTopContents__cloth span {
    display: block;
    line-height: 1.7
}

.p-naruhayaModelAreaTopContents p {
    padding-left: .5em
}

.p-naruhayaModelAreaTop__img {
    width: 200px;
    flex: 0 0 200px;
    transform: translateY(30px)
}

@media (max-width:1024px) {
    .p-naruhayaModelAreaTop__img {
        width: calc(100% - 91px);
        margin-bottom: 40px;
        transform: translate(0)
    }
}

.p-naruhayaModelAreaBottom {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 24px
}

.p-naruhayaModelAreaBottom__slideWrapper {
    position: relative;
    overflow: hidden;
    width: 283px;
    height: 210px
}

.p-naruhayaModelAreaBottom__slides {
    display: flex;
    overflow: hidden
}

.p-naruhayaModelAreaBottom__slide {
    margin: 0 !important
}

.p-naruhayaModelAreaBottom__tags {
    width: 110px
}

@media (max-width:1024px) {
    .p-naruhayaModelAreaBottom__tags {
        position: absolute;
        bottom: calc(100% + 40px);
        right: 0;
        width: 91px
    }
}

.p-naruhayaModelAreaBottom__nameTag {
    width: 100%;
    margin-bottom: .5em;
    background-color: #ef8585;
    padding: 8px 10px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.3;
    letter-spacing: .08em;
    box-sizing: border-box
}

.p-naruhayaModelAreaBottom__instaBtn span {
    display: block;
    margin: 0 auto .5em;
    font-size: 1.4rem;
    color: #ef8c91;
    letter-spacing: .03em;
    text-align: center
}

@media (max-width:1024px) {
    .p-naruhayaModelAreaBottom__instaBtn span {
        font-size: 1.2rem
    }
}

.p-naruhayaModelAreaBottom__instaBtn > figure {
    width: 35.5px;
    margin: 0 auto
}

.p-naruhayaModelAreaBottom__name {
    height: 90%;
    align-items: center
}

.p-naruhayaModelAreaBottom__nameWrapper {
    position: absolute;
    z-index: 2;
    left: 40px;
    bottom: 11px
}

@media (max-width:1024px) {
    .p-naruhayaModelAreaBottom__name {
        height: 50%
    }
}

.p-naruhayaModelAreaBottom__name img {
    height: 100%
}

.p-naruhayaModelAreaBottom__number {
    position: absolute;
    z-index: 5;
    bottom: 34px;
    right: 22px;
    width: 130px;
    height: 146px
}

@media (max-width:1024px) {
    .p-naruhayaModelAreaBottom__number {
        bottom: 20px;
        width: 110px;
        height: 124px
    }
}

.p-naruhayaModels01__ttl {
    padding-left: 15.3846153846%
}

@media (max-width:1024px) {
    .p-naruhayaModels01__ttl {
        padding: 0
    }
}

.p-naruhayaModels01__ttlWrapper {
    max-width: 1070px
}

.p-naruhayaModels01__ttlWrapper:before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 133px;
    height: 189px;
    background-image: url("../../images/web/content/fan/deco-mirror.png")
}

@media (max-width:1024px) {
    .p-naruhayaModels01__ttlWrapper:before {
        top: unset;
        bottom: 0;
        left: 0;
        width: 75px;
        height: 101px
    }
}

.news-ar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
    padding: 50px 0 0
}

@media (max-width:600px) {
    .news-ar {
        padding: 0
    }
}

.news-ar .news-cont {
    width: 47%
}

@media (max-width:600px) {
    .news-ar .news-cont {
        width: 90%;
        margin: 0 auto
    }
}

.news-ar .news-cont a figure {
    position: relative;
    width: 100%;
    height: 310px;
    margin-bottom: 2rem;
    background: #fff;
    overflow: hidden
}

@media (max-width:600px) {
    .news-ar .news-cont a figure {
        margin: 0
    }
}

.news-ar .news-cont a figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.news-ar .news-cont a dl {
    margin-bottom: 4rem
}

@media (max-width:600px) {
    .news-ar .news-cont a dl {
        display: block;
        padding: 2rem
    }
}

@media (max-width:600px) and (max-width:600px) {
    .news-ar .news-cont a dl {
        padding: 1rem 0 0
    }
}

.news-ar .news-cont a dl dt {
    box-sizing: border-box;
    margin-bottom: .5rem;
    display: -webkit-box;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.8
}

@media (max-width:600px) {
    .news-ar .news-cont a dl dt {
        padding-left: 0
    }
}

.news-ar .news-cont a dl dd {
    box-sizing: border-box;
    position: relative;
    color: #a9a9a9;
    padding-left: 1rem;
    line-height: 1.8
}

@media (max-width:600px) {
    .news-ar .news-cont a dl dd {
        width: auto;
        padding-right: 30px
    }
}

.news-ar .news-cont a dl dd:before {
    right: 50px
}

@media (max-width:600px) {
    .news-ar .news-cont a dl dd:before {
        right: 0
    }
}

.page-news-ar ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.page-news-ar ul li {
    padding: 0 15px
}

.page-news-ar ul li .arrow-text,
.page-news-ar ul li a {
    color: #707070
}

.page-news-ar ul li .pager-active {
    padding-bottom: 3px;
    color: #dfafb6;
    border-bottom: 2px solid #dfafb6
}

.news-detail-ar .ttl-bg {
    padding: 90px 0 0
}

@media (max-width:600px) {
    .news-detail-ar .ttl-bg {
        padding: 0
    }
}

.news-detail-ar .ttl-wrapper {
    box-sizing: border-box;
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 40px
}

@media (max-width:600px) {
    .news-detail-ar .ttl-wrapper {
        margin: 0 auto 50px
    }
}

.news-detail-ar .ttl-wrapper p {
    margin-bottom: 20px
}

.news-detail-ar .ttl-wrapper h1 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.5
}

.news-detail-ar .edit-text-ar {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8
}

.btn-ar {
    width: 90%;
    max-width: 950px;
    margin: 0 auto 70px
}

@media (max-width:1024px) {
    .btn-ar {
        margin: 0 auto 50px
    }
}

.btn-ar .wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px
}

@media (max-width:600px) {
    .btn-ar .wrapper {
        display: flex
    }
}

.btn-ar .wrapper .next-btn {
    position: relative;
    margin-right: 2.2rem;
    padding: 1rem 2.4rem;
    font-size: 2rem;
    font-size: bold;
    color: #ec6d8b;
    font-weight: 700;
    transition: .7s
}

@media (max-width:600px) {
    .btn-ar .wrapper .next-btn {
        margin: 0 0 0 2rem
    }
}

.btn-ar .wrapper .next-btn:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ec6d8b;
    border-style: solid;
    border-width: 9px 0 9px 12px
}

.btn-ar .wrapper .back-btn {
    position: relative;
    margin-right: 2.2rem;
    padding: 1rem 2.4rem;
    font-size: 2rem;
    font-size: bold;
    color: #ec6d8b;
    font-weight: 700;
    transition: .7s
}

.btn-ar .wrapper .back-btn:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ec6d8b;
    border-style: solid;
    border-width: 9px 0 9px 12px
}

@media (max-width:600px) {
    .btn-ar .wrapper .back-btn {
        margin: 0 2rem 0 0
    }
}

.btn-ar .pageback-btn {
    background: #f0f0f0
}

.btn-ar .pageback-btn:before {
    left: 10%;
    transform: translateY(-50%) rotate(180deg)
}

.p-newsHead {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 420px;
    margin-bottom: 50px;
    background-image: url("../../images/web/content/news/head.jpg")
}

.p-newsHead,
.p-newsHead--column {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.p-newsHead--column {
    background-image: url("../../images/web/content/column/head.jpg")
}

.p-newsHead__inner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px
}

@media (max-width:600px) {
    .p-newsHead__ttlWrapper {
        width: 90%;
        margin: 0 auto
    }
}

.p-newsHead__ttl {
    font-size: 3.6rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
}

.p-newsHead__text,
.p-newsHead__ttl {
    color: #e9537c;
    text-shadow: 1px 1px 3px #fff
}

.p-newsHead__text {
    font-family: Hiragino Kaku Gothic Pro
}

.p-news__pageback {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    background-color: #f19ca7
}

.contact-ar {
    width: 100%;
    max-width: 720px;
    margin: 0 auto
}

.contact-ar .text {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 40px;
    line-height: 2
}

@media (max-width:1024px) {
    .contact-ar .text {
        width: 90%;
        margin: 0 auto 40px
    }
}

.contact-ar .text a {
    border-bottom: 1px solid #ae807e;
    color: #ae807e;
    transition: .7s
}

.contact-ar .text a:hover {
    opacity: .5
}

.contact-ar .form-box-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px
}

@media (max-width:600px) {
    .contact-ar .form-box-list {
        display: block
    }
}

.contact-ar .form-box-list li {
    width: 100%;
    max-width: 340px;
    padding: 10px 5px;
    box-sizing: border-box;
    border: 3px solid #fadbda
}

@media (max-width:600px) {
    .contact-ar .form-box-list li {
        width: 90%;
        max-width: none;
        margin: 0 auto 15px
    }
}

.contact-ar .form-box-list li a {
    color: #000
}

.contact-ar .form-box-list li.form-box-time {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.contact-ar .form-box-list li.form-box-time .form-box-time-wrapper {
    display: inline-block
}

.contact-ar .form-box-list li.form-box-time .form-box-time-wrapper .nomarl-text {
    text-align: left
}

.contact-ar .form-box-list li .nomarl-text {
    font-size: 1.4rem
}

.contact-ar .form-box-list li .nomarl-text span {
    font-size: 1.2rem
}

.contact-ar .form-box-list li .big-text {
    font-size: 2.5rem;
    line-height: 1.5
}

.contact-ar .form-ar {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0 120px
}

@media (max-width:1024px) {
    .contact-ar .form-ar {
        width: 90%;
        margin: 0 auto;
        padding: 0 15px
    }
}

@media (max-width:600px) {
    .contact-ar .form-ar {
        margin: 0 auto 3rem
    }
}

.contact-ar .form-ar .form-ar-ttl {
    text-align: center;
    margin-bottom: 30px
}

.contact-ar .form-ar .form-ar-ttl h2 {
    position: relative;
    margin-bottom: .5rem;
    font-size: 3rem
}

.contact-ar .form-ar .form-ar-ttl h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background-color: #379bed;
}

.contact-ar .form-ar .form-ar-ttl p {
    font-size: 1.4rem
}

.contact-ar .form-ar figure {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 50px
}

.contact-ar .form-ar .input-ar dl {
    margin-bottom: 40px
}

.contact-ar .form-ar .input-ar dl:last-of-type {
    margin-bottom: 20px
}

.contact-ar .form-ar .input-ar dl dt {
    margin-bottom: 5px;
    font-weight: 700
}

.contact-ar .form-ar .input-ar dl dt.attention {
    position: relative;
    padding-left: 40px
}

.contact-ar .form-ar .input-ar dl dt.attention:before {
    box-sizing: border-box;
    content: "\5FC5\9808";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 35px;
    height: 20px;
    padding-top: 1px;
    color: #fff;
    background-color: #ff831e;
    font-size: .75rem;
    text-align: center
}

.contact-ar .form-ar .input-ar dl dd {
    position: relative
}

.contact-ar .form-ar .input-ar dl dd.personal-info-text {
    box-sizing: border-box;
    height: 210px;
    padding: 20px;
    border: 1px solid #bcbcbc;
    overflow-y: scroll;
    line-height: 1.8
}

.contact-ar .form-ar .input-ar dl dd .w-s {
    width: 100%;
    max-width: 150px
}

.contact-ar .form-ar .input-ar dl dd .w-m {
    width: 100%;
    max-width: 240px
}

.contact-ar .form-ar .input-ar dl dd .w-l {
    width: 100%;
    max-width: 500px
}

.contact-ar .form-ar .input-ar dl dd.flex {
    display: flex
}

.contact-ar .form-ar .input-ar dl dd .error-text {
    position: absolute;
    bottom: -20px;
    font-size: .875rem;
    color: #c93232;
    font-weight: 700
}

.contact-ar .form-ar .input-ar dl dd .error-bg {
    border: 1px solid #c93232
}

.contact-ar .form-ar .input-ar .privacy-check-ar {
    padding-bottom: 100px;
    text-align: center
}

.contact-ar .form-ar .input-ar .privacy-check-ar .check-wrapper {
    margin-bottom: 45px
}

@media (max-width:374px) {
    .contact-ar .form-ar .input-ar .privacy-check-ar .check-wrapper {
        font-size: .9rem
    }
}

.contact-ar .form-ar .input-ar .submit-ar p {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    border: 1px solid #707070
}

.contact-ar .form-ar .input-ar .submit-ar p input,
.contact-ar .form-ar .input-ar .submit-ar p label {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    cursor: pointer
}

.contact-ar .form-ar .input-ar .submit-ar .sbumit-on {
    position: relative;
    display: none;
    background: #fff;
    border: 1px solid #e9537c;
    transition: .7s
}

.contact-ar .form-ar .input-ar .submit-ar .sbumit-on:hover {
    opacity: .6;
    background-color: #e9537c
}

.contact-ar .form-ar .input-ar .submit-ar .sbumit-on:hover .base-btn input {
    color: #fff
}

.contact-ar .form-ar .input-ar .submit-ar .sbumit-on:before {
    right: 20%
}

.contact-ar .form-ar .input-ar .submit-ar .sbumit-on .base-btn {
    padding-right: 0
}

.contact-ar .form-ar .input-ar .submit-ar .sbumit-on .base-btn input {
    color: #e9537c
}

.contact-ar .form-ar .input-ar .submit-ar .sbumit-off {
    display: block;
    background-color: #dedede;
    font-size: 1.8rem
}

.contact-ar .form-ar .input-ar .submit-ar input {
    padding: 20px 0
}

.contact-ar.confirm-ar .text {
    text-align: center
}

.contact-ar.confirm-ar .input-ar dl {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bcbcbc
}

.contact-ar.confirm-ar .input-ar dl dt {
    width: 170px
}

.contact-ar.confirm-ar .input-ar dl dd {
    width: calc(100% - 170px)
}

.contact-ar.confirm-ar .input-ar dl:last-of-type {
    margin-bottom: 120px
}

.contact-ar.confirm-ar .input-ar .submit-ar {
    display: flex;
    align-items: center;
    flex-direction: row-reverse
}

@media (max-width:600px) {
    .contact-ar.confirm-ar .input-ar .submit-ar {
        display: block
    }
}

@media (max-width:600px) {
    .contact-ar.confirm-ar .input-ar .submit-ar .pageback-btn {
        text-align: center
    }
}

.contact-ar.confirm-ar .input-ar .submit-ar .pageback-btn a {
    position: relative;
    cursor: pointer
}

.contact-ar.confirm-ar .input-ar .submit-ar .pageback-btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #e9537c;
    border-right: 2px solid #e9537c;
    transform: translateY(-55%) rotate(-135deg)
}

.contact-ar.confirm-ar .input-ar .submit-ar .sbumit-on {
    display: block
}

@media (max-width:600px) {
    .contact-ar.confirm-ar .input-ar .submit-ar .sbumit-on {
        margin-bottom: 30px
    }
}

.contact-ar .complete-ttl {
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    color: #dfafb6
}

@media (max-width:600px) {
    .contact-ar .complete-ttl {
        margin-bottom: 2rem
    }
}

.contact-ar .complete-sub-ttl {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.8
}

.p-contactHead {
    display: inline-block;
    width: 100%;
    height: 420px;
    margin-bottom: 50px;
    background-image: url("../../images/web/content/contact/head.png");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:600px) {
    .p-contactHead {
        height: 200px;
        margin-bottom: 30px
    }
}

.contact-ar-thanks-btn.c-button {
    max-width: 200px;
    margin: 0 auto;
    background-color: #f19ca7
}

.p-privacy {
    max-width: 700px;
    margin: 5rem auto 8rem
}

@media (max-width:600px) {
    .p-privacy {
        width: 90%
    }
}

.p-privacy__ttl {
    margin: 0 0 3rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #379bed;
}

.p-dressingHead {
    position: relative;
    width: 100%;
    height: 420px;
    background: url("../../images/web/content/dressing/head.jpg");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:600px) {
    .p-dressingHead {
        height: 300px
    }
}

.p-dressingHead__inner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px
}

@media (max-width:600px) {
    .p-dressingHead__ttlWrapper {
        width: 90%;
        margin: 0 auto
    }
}

.p-dressingHead__ttl {
    font-size: 3.6rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    color: #e9537c;
    text-shadow: 2px 2px 5px #fff;
    line-height: 1.35
}

.p-dressingHead__text {
    color: #e9537c;
    font-family: Hiragino Kaku Gothic Pro;
    text-shadow: 2px 2px 5px #fff
}

.p-dressing {
    padding: 8rem;
    background-color: #fff7f1
}

@media (max-width:600px) {
    .p-dressing {
        padding: 2rem
    }
}

@media (max-width:374px) {
    .p-dressing {
        padding: 2rem
    }
}

.p-dressingInner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto
}

.p-dressingList {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:1024px) {
    .p-dressingList {
        max-width: 750px;
        margin: 0 auto
    }
}

.p-dressingList li {
    width: 31%;
    margin: 0 2rem 2rem 0
}

.p-dressingList li:nth-of-type(3n) {
    margin: 0 0 2rem
}

@media (max-width:1024px) {
    .p-dressingList li:nth-of-type(3n) {
        margin: 0 1rem 1rem 0
    }
}

@media (max-width:600px) {
    .p-dressingList li:nth-of-type(3n) {
        margin: 0 0 1rem
    }
}

@media (max-width:1024px) {
    .p-dressingList li {
        margin: 0 1rem 1rem 0
    }
}

@media (max-width:600px) {
    .p-dressingList li {
        width: 31%;
        margin: 0 1.3 1rem 0
    }
}

@media (max-width:374px) {
    .p-dressingList li {
        width: 30%;
        margin: 0 1.3 1rem 0
    }
}

.p-dressingWrapper {
    margin-bottom: 5rem
}

.p-dressingTtl {
    display: flex;
    margin-bottom: 1rem;
    color: #e9537c;
    font-size: 2rem;
    font-weight: 700
}

.p-dressingTtl img {
    display: block;
    width: 30px;
    margin-right: 1rem
}

.p-catalog {
    position: relative;
    background-color: #fcf3f3;
    overflow-x: hidden;
    padding-bottom: 102px
}

@media (max-width:1024px) {
    .p-catalog {
        padding-bottom: 30px
    }
}

.p-catalog__headImg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 420px;
    margin-bottom: 50px;
    background-image: url("../../images/web/content/catalog/head.jpg.webp");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-catalog__headImg {
        height: 300px;
        margin-bottom: 39px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat
    }
}

.no-webp .p-catalog__headImg {
    background-image: url("../../images/web/content/catalog/head.jpg")
}

.p-catalogHead__inner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px
}

@media (max-width:1024px) {
    .p-catalogHead__ttlWrapper {
        width: 90%;
        margin: 0 auto
    }
}

.p-catalogHead__ttl {
    font-size: 3.6rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
}

.p-catalogHead__text,
.p-catalogHead__ttl {
    color: #e9537c;
    text-shadow: 1px 1px 3px #fff
}

.p-catalogHead__text {
    font-family: Hiragino Kaku Gothic Pro
}

.p-catalog__ttl {
    position: absolute;
    top: 0;
    left: -85px;
    padding-top: 68px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-size: 1.8rem;
    font-weight: 400
}

@media (max-width:1024px) {
    .p-catalog__ttl {
        padding-top: 58.8px;
        font-size: 1.2rem;
        left: 12.2px;
        top: -20px
    }
}

.p-catalog__ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 58px;
    background-image: url("../../images/web/content/top/deco_key.png");
    background-size: contain
}

@media (max-width:1024px) {
    .p-catalog__ttl:before {
        width: 22px;
        height: 50px
    }
}

.p-catalogAbout {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 20px 100px;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .p-catalogAbout {
        max-width: 680px
    }
}

@media (max-width:600px) {
    .p-catalogAbout {
        max-width: 400px;
        padding: 60px 20px 80px
    }
}

.p-catalogAbout__title {
    text-align: center;
    margin-bottom: 10px;
    color: #ed4f7b
}

.p-catalogAbout__text {
    text-align: center;
    margin-bottom: 40px
}

.p-catalogAboutList {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:600px) {
    .p-catalogAboutList {
        flex-direction: column;
        align-items: center
    }
}

.p-catalogAboutList__item,
.p-catalogAboutList__item--movie {
    position: relative;
    text-align: center;
    width: calc(33% - 13.33333px);
    margin-bottom: 40px;
    padding-top: 30px
}

@media (max-width:1024px) {

    .p-catalogAboutList__item,
    .p-catalogAboutList__item--movie {
        width: calc(50% - 10px);
        margin-bottom: 30px
    }
}

@media (max-width:600px) {

    .p-catalogAboutList__item,
    .p-catalogAboutList__item--movie {
        width: 100%;
        margin-bottom: 0
    }
}

.p-catalogAboutList__item--movie:not(:nth-child(3n)),
.p-catalogAboutList__item:not(:nth-child(3n)) {
    margin-right: 20px
}

@media (max-width:1024px) {

    .p-catalogAboutList__item--movie:not(:nth-child(3n)),
    .p-catalogAboutList__item:not(:nth-child(3n)) {
        margin-right: 0
    }
}

@media (max-width:600px) {

    .p-catalogAboutList__item--movie:not(:nth-child(3n)),
    .p-catalogAboutList__item:not(:nth-child(3n)) {
        margin-right: 0
    }
}

@media (max-width:1024px) {

    .p-catalogAboutList__item--movie:nth-child(odd),
    .p-catalogAboutList__item:nth-child(odd) {
        margin-right: 20px
    }
}

@media (max-width:1024px) and (max-width:600px) {

    .p-catalogAboutList__item--movie:nth-child(odd),
    .p-catalogAboutList__item:nth-child(odd) {
        margin-right: 0
    }
}

@media (max-width:600px) {

    .p-catalogAboutList__item--movie:not(:last-child),
    .p-catalogAboutList__item:not(:last-child) {
        margin-bottom: 35px
    }
}

.p-catalogAboutList__item--movie {
    width: 47.5%;
    margin-right: 20px
}

@media (max-width:600px) {
    .p-catalogAboutList__item--movie {
        width: 100%
    }
}

.p-catalogAboutList__itemThumb,
.p-catalogAboutList__itemThumb--movie {
    margin-bottom: 30px
}

@media (max-width:600px) {

    .p-catalogAboutList__itemThumb,
    .p-catalogAboutList__itemThumb--movie {
        margin-bottom: 25px
    }
}

.p-catalogAboutList__itemThumb--movie {
    height: 250px
}

@media (max-width:600px) {
    .p-catalogAboutList__itemThumb--movie {
        height: 200px
    }
}

.p-catalogAboutList__title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.8rem;
    color: #ed4f7b
}

@media (max-width:600px) {
    .p-catalogAboutList__title {
        font-size: 1.6rem
    }
}

.p-catalogAboutList__text {
    text-align: left;
    margin-bottom: 30px
}

.p-catalogAboutList__imgNew {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 90px;
    margin-bottom: 10px
}

.p-catalog__btn {
    box-sizing: border-box;
    display: inline-block;
    max-width: 240px;
    background-color: #ed4f7b;
    border: 2px solid #ed4f7b;
    font-family: Noto Sans JP, sans-serif
}

.p-catalog__btn:hover {
    color: #ed4f7b;
    background-color: #fff;
    border: 2px solid #ed4f7b
}

.p-conceptMv {
    position: relative;
    margin: 0 auto 85.6px;
    padding-left: 166px;
    max-width: 1400px
}

@media (max-width:1024px) {
    .p-conceptMv {
        margin-bottom: 107.2px;
        padding: 0;
        max-width: 600px
    }
}

.p-conceptMv__inner {
    position: relative;
    background-color: #fbeae1;
    padding: 7.6923076923% 4.8076923077% 5.7692307692% 9.1923076923%
}

@media (max-width:1024px) {
    .p-conceptMv__inner {
        padding: 80px 20px 59.5733333333% 45px
    }
}

.p-conceptMv__inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43.6px;
    transform: translateY(85%);
    background-image: url("../../images/web/content/concept/deco-lace.png");
    z-index: 1
}

.p-conceptMv__lead {
    position: relative;
    margin-right: 160px;
    font-size: 3.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    line-height: 1.5
}

@media (max-width:1024px) {
    .p-conceptMv__lead {
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 2.8rem;
        padding-left: 56px
    }
}

@media (max-width:600px) {
    .p-conceptMv__lead {
        padding-left: 26px
    }
}

.p-conceptMv__lead:before {
    content: "";
    position: absolute;
    top: -14%;
    left: 22px;
    width: 65px;
    height: 44.5px;
    z-index: 100;
    background-image: url("../../images/web/content/concept/deco-ribbon.png");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: fuwafuwa02 3s ease-in-out .8s infinite alternate;
    animation: fuwafuwa02 3s ease-in-out .8s infinite alternate
}

@media (max-width:1024px) {
    .p-conceptMv__lead:before {
        left: 66px;
        top: -56px
    }
}

@media (max-width:600px) {
    .p-conceptMv__lead:before {
        left: 32px
    }
}

.p-conceptMv__lead span:nth-child(7):before {
    content: "\A";
    white-space: pre
}

.p-conceptMv__txt {
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 2.17
}

@media (max-width:1024px) {
    .p-conceptMv__txt {
        font-size: 1.6rem
    }
}

.p-conceptMv__txtWrapper {
    display: flex
}

@media (max-width:1024px) {
    .p-conceptMv__txtWrapper {
        display: block
    }
}

.p-conceptMv__img {
    position: absolute;
    z-index: 2
}

.p-conceptMv__img--01 {
    top: 0;
    right: 0;
    width: 23.3333333333%
}

@media (max-width:1024px) {
    .p-conceptMv__img--01 {
        width: 46.1333333333%
    }
}

.p-conceptMv__img--02 {
    bottom: 0;
    left: 0;
    width: 20.75%
}

@media (max-width:1024px) {
    .p-conceptMv__img--02 {
        width: 48.8%;
        bottom: 52px
    }
}

.p-conceptMv__img--03 {
    bottom: 0;
    right: 0;
    width: 20.5%
}

@media (max-width:1024px) {
    .p-conceptMv__img--03 {
        width: 40.5333333333%
    }
}

@media (max-width:1024px) {
    .p-conceptDetailWrapper {
        margin-bottom: 48px
    }
}

.p-conceptDetail__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: content-box
}

@media (max-width:1024px) {
    .p-conceptDetail__inner {
        display: block;
        box-sizing: content-box;
        padding: 0 17px
    }
}

.p-conceptDetail__inner:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-conceptDetail__inner:after {
        height: 100%
    }
}

.p-conceptDetail:nth-child(odd) .p-conceptDetail__inner {
    flex-direction: row-reverse
}

.p-conceptDetail__contents {
    position: inherit;
    z-index: 1;
    width: 36.6428571429%;
    padding-left: 10%
}

@media (max-width:1024px) {
    .p-conceptDetail__contents {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 30px;
        padding: 0
    }
}

.p-conceptDetail__ttlDeco {
    height: 54px;
    width: auto;
    margin-bottom: 20px
}

.p-conceptDetail__ttlDeco img {
    height: 43px;
    width: auto;
    height: 100%
}

.p-conceptDetail__ttl {
    margin-bottom: 26px;
    font-size: 3.8rem;
    color: #1a1a1a;
    font-weight: 500;
    line-height: 1.51
}

@media (max-width:1024px) {
    .p-conceptDetail__ttl {
        font-size: 2.7rem;
        margin-bottom: 22px
    }
}

.p-conceptDetail__lead {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 26px
}

@media (max-width:1024px) {
    .p-conceptDetail__lead {
        font-size: 1.8rem
    }
}

.p-conceptDetail__txt {
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    font-size: 1.5rem;
    line-height: 2
}

.p-conceptDetail__img {
    position: inherit;
    z-index: 1;
    width: 41.2142857143%
}

.p-conceptDetail01 {
    margin-bottom: 86px
}

@media (max-width:1024px) {
    .p-conceptDetail01 {
        margin-bottom: 67px
    }
}

.p-conceptDetail01__inner {
    position: relative
}

.p-conceptDetail01__inner:after {
    transform: translateY(-47%);
    background-image: url("../../images/web/content/concept/deco-star01.png");
    background-position: 0
}

@media (max-width:1024px) {
    .p-conceptDetail01__inner:after {
        transform: translateY(-20%);
        background-position: 100%;
        background-size: 120%
    }
}

@media (max-width:1024px) {

    .p-conceptDetail01__contents,
    .p-conceptDetail01__img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 30px
    }
}

.p-conceptDetail02 {
    margin-bottom: 83px
}

@media (max-width:1024px) {
    .p-conceptDetail02 {
        margin-bottom: 82px
    }
}

.p-conceptDetail02__inner:after {
    background-image: url("../../images/web/content/concept/deco-star02.png");
    background-position: 80% 50%
}

@media (max-width:1024px) {
    .p-conceptDetail02__inner:after {
        transform: translateY(-45%);
        background-size: 86%;
        right: -30px
    }
}

@media (max-width:1024px) {
    .p-conceptDetail02__img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 30px
    }
}

.p-conceptDetail02__contents {
    padding-left: 0;
    padding-right: 140px
}

@media (max-width:1024px) {
    .p-conceptDetail02__contents {
        width: 100%;
        max-width: 450px;
        margin: 0 auto
    }
}

.p-conceptDetail03__inner {
    position: relative
}

.p-conceptDetail03__inner:after {
    background-image: url("../../images/web/content/concept/deco-star03.png");
    background-position: 0
}

@media (max-width:1024px) {
    .p-conceptDetail03__inner:after {
        background-position: 70% bottom;
        background-size: 155%
    }
}

.p-conceptDetail03__img {
    padding: 0 60px;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .p-conceptDetail03__img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 30px;
        padding: 0
    }
}

@media (max-width:1024px) {
    .p-conceptDetail03__contents {
        width: 100%;
        max-width: 450px;
        margin: 0 auto
    }
}

.p-conceptDetail03__ttl span:nth-child(12):before {
    content: "\A";
    white-space: pre
}

.p-interview {
    position: relative;
    background-color: #fcf3f3;
    overflow-x: hidden;
    padding-bottom: 102px
}

@media (max-width:1024px) {
    .p-interview {
        padding-bottom: 30px
    }
}

.p-interview__headImg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 420px;
    margin-bottom: 50px;
    background-image: url("../../images/web/content/interview/head.jpg.webp");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:1024px) {
    .p-interview__headImg {
        height: 300px;
        margin-bottom: 39px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat
    }
}

.no-webp .p-interview__headImg {
    background-image: url("../../images/web/content/interview/head.jpg")
}

.p-interviewHead__inner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px
}

@media (max-width:1024px) {
    .p-interviewHead__ttlWrapper {
        width: 90%;
        margin: 0 auto
    }
}

.p-interviewHead__ttl {
    font-size: 3.6rem;
    font-family: 游明朝体, YuMincho, 游明朝, Yu Mincho, serif;
    color: #e9537c;
    text-shadow: 1px 1px 3px #fff
}

.p-interviewHead__text {
    color: #e9537c;
    font-family: Hiragino Kaku Gothic Pro;
    text-shadow: 1px 1px 3px #fff
}

.p-interview__ttl {
    position: absolute;
    top: 0;
    left: -85px;
    padding-top: 68px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-size: 1.8rem;
    font-weight: 400
}

@media (max-width:1024px) {
    .p-interview__ttl {
        padding-top: 58.8px;
        font-size: 1.2rem;
        left: 12.2px;
        top: -20px
    }
}

.p-interview__ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 58px;
    background-image: url("../../images/web/content/top/deco_key.png");
    background-size: contain
}

@media (max-width:1024px) {
    .p-interview__ttl:before {
        width: 22px;
        height: 50px
    }
}

.p-interviewAbout {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 20px 100px;
    box-sizing: border-box
}

@media (max-width:1024px) {
    .p-interviewAbout {
        max-width: 680px
    }
}

@media (max-width:600px) {
    .p-interviewAbout {
        max-width: 400px;
        padding: 60px 20px 80px
    }
}

.p-interviewAbout__title {
    text-align: center;
    margin-bottom: 10px;
    color: #ed4f7b
}

.p-interviewAbout__text {
    text-align: center;
    margin-bottom: 40px
}

.p-interviewAboutList {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:600px) {
    .p-interviewAboutList {
        flex-direction: column;
        align-items: center
    }
}

.p-interviewAboutList__item {
    position: relative;
    text-align: center;
    width: calc(30% - 13.33333px);
    margin-bottom: 40px;
    padding-top: 30px
}

.p-interviewAboutList__item iframe {
    margin: 0 0 2rem
}

@media (max-width:1024px) {
    .p-interviewAboutList__item {
        width: calc(50% - 10px);
        margin-bottom: 30px
    }
}

@media (max-width:600px) {
    .p-interviewAboutList__item {
        width: 100%;
        margin-bottom: 0
    }
}

.p-interviewAboutList__item:not(:nth-child(3n)) {
    margin-right: 40px
}

@media (max-width:1024px) {
    .p-interviewAboutList__item:not(:nth-child(3n)) {
        margin-right: 0
    }
}

@media (max-width:600px) {
    .p-interviewAboutList__item:not(:nth-child(3n)) {
        margin-right: 0
    }
}

@media (max-width:1024px) {
    .p-interviewAboutList__item:nth-child(odd) {
        margin-right: 20px
    }
}

@media (max-width:1024px) and (max-width:600px) {
    .p-interviewAboutList__item:nth-child(odd) {
        margin-right: 0
    }
}

@media (max-width:600px) {
    .p-interviewAboutList__item:not(:last-child) {
        margin-bottom: 35px
    }
}

.p-interviewAboutList__itemThumb {
    margin-bottom: 30px;
    height: 195px
}

@media (max-width:600px) {
    .p-interviewAboutList__itemThumb {
        margin-bottom: 25px;
        height: 200px
    }
}

.p-interviewAboutList__title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1.8rem;
    color: #ed4f7b
}

@media (max-width:600px) {
    .p-interviewAboutList__title {
        font-size: 1.6rem
    }
}

.p-interviewAboutList__text {
    text-align: left;
    margin-bottom: 30px
}

.p-interviewAboutList__imgNew {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 90px;
    margin-bottom: 10px
}

.p-interview__btn {
    box-sizing: border-box;
    display: inline-block;
    max-width: 240px;
    background-color: #ed4f7b;
    border: 2px solid #ed4f7b;
    font-family: Noto Sans JP, sans-serif
}

.p-interview__btn:hover {
    color: #ed4f7b;
    background-color: #fff;
    border: 2px solid #ed4f7b
}

.u-flex {
    display: flex
}

.u-flex--center {
    justify-content: center
}

.u-flex--center,
.u-flex--verticalCenter {
    display: flex;
    align-items: center
}

@media (max-width:1024px) {
    .u-flex--verticalCenter {
        position: absolute;
        right: 80px;
        bottom: 60px
    }
}

@media (max-width:600px) {
    .u-flex--verticalCenter {
        position: static
    }
}

.u-flex--horizontalCenter {
    display: flex;
    justify-content: center
}

.u-flex--onlypc {
    display: flex
}

@media (max-width:600px) {
    .u-flex--onlypc {
        display: block
    }
}

.u-text-center {
    text-align: center
}

.u-mb__10 {
    margin-bottom: 1rem
}

.u-mb__20 {
    margin-bottom: 2rem
}

.u-mb__30 {
    margin-bottom: 3rem
}

.u-mb__40 {
    margin-bottom: 4rem
}

.u-mb__50 {
    margin-bottom: 5rem
}

.u-mb__60 {
    margin-bottom: 6rem
}

/*# sourceMappingURL=style.css.map*/