@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
html {
    font-size: 62.5%;
}

body {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.75;
    color: #3E3A39;
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.sp,
.tb {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .tb {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .sp-hide {
        display: none;
    }
}

.container {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

.inner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.col-white {
    color: #fff !important;
}

.col-pink {
    color: #E15380 !important;
}

.col-grey {
    color: #C0C1C1 !important;
}

.col-orange {
    color: #EA8F00 !important;
}

.col-green {
    color: #8EC21F !important;
}

.bg-red {
    background: #970009 !important;
}

.bg-white {
    background: #fff !important;
}

.bg-grey {
    background: #F7F8F8 !important;
}

.bg-orange {
    background: #EA8F00 !important;
}

.bg-pink {
    background: #E15380 !important;
}

.bg-lightpink {
    background: rgba(233, 149, 173, .2) !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.letter2 {
    letter-spacing: .2em;
}

.line2 {
    line-height: 2.1;
}

.f-12 {
    font-size: 1.2rem !important;
}

.f-14 {
    font-size: 1.4rem !important;
}

.f-16 {
    font-size: 1.6rem !important;
}

.f-20 {
    font-size: 2rem !important;
}

.f-24 {
    font-size: 2.4rem !important;
}

.f-26 {
    font-size: 2.6rem !important;
}

.f-30 {
    font-size: 3rem !important;
}

.f-36 {
    font-size: 3.6rem !important;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem !important;
    }
    .f-16 {
        font-size: 1.5rem !important;
    }
    .f-20 {
        font-size: 1.8rem !important;
    }
    .f-24 {
        font-size: 2.2rem !important;
    }
    .f-26 {
        font-size: 2.3rem !important;
    }
    .f-30 {
        font-size: 2.6rem !important;
    }
    .f-36 {
        font-size: 2.8rem !important;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 1.4rem !important;
    }
    .f-14 {
        font-size: 1.2rem !important;
    }
    .f-16 {
        font-size: 1.3rem !important;
    }
    .f-20 {
        font-size: 1.6rem !important;
    }
    .f-24,
    .f-26 {
        font-size: 1.8rem !important;
    }
    .f-30 {
        font-size: 2rem !important;
    }
    .f-36 {
        font-size: 2.2rem !important;
    }
    .sp-text-left {
        text-align: left !important;
    }
    .sp-text-right {
        text-align: right !important;
    }
}


/********************************************************
************************ Header *************************
********************************************************/

header {
    margin-bottom: 20px;
}

.header-wrapper {
    height: 100px;
}

.header-right {
    width: 530px;
    margin-left: 15px;
}

.header_contact {
    position: absolute;
    right: 0;
    top: 0;
}

.header_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    height: 50px;
    margin-left: 12px;
    color: #fff;
}

.pc-menu ul li a {
    display: block;
    position: relative;
}

.pc-menu ul li a::after {
    content: '';
    position: absolute;
    left: calc(50% - 30px);
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #f39800;
    transition: all .4s ease;
}

.pc-menu ul li.current a,
.pc-menu ul li:hover a {
    color: #f39800;
}

.pc-menu ul li.current a::after,
.pc-menu ul li:hover a::after {
    width: 60px;
}

.hamburger {
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 999;
}

.hamburger p {
    margin-top: -12px;
    font-size: 1.1rem;
}

.hamburger.active p {
    display: none;
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 51px;
    z-index: 50;
    cursor: pointer;
}

.menu-trigger span {
    position: absolute;
    left: 9px;
    width: 30px;
    height: 2px;
    background: #3E3A39;
    transition: all .4s;
}

.hamburger.active .menu-trigger span {
    background: #fff;
}

.menu-trigger span:nth-of-type(1) {
    top: 14px;
}

.menu-trigger span:nth-of-type(2) {
    top: 23px;
}

.menu-trigger span:nth-of-type(3) {
    top: 33px;
}

.menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        transform: translateY(10px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        transform: translateY(-10px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.hamburger.active .menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(10px) rotate(0);
    }
    100% {
        transform: translateY(10px) rotate(45deg);
    }
}

.hamburger.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.active .menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-10px) rotate(0);
    }
    100% {
        transform: translateY(-10px) rotate(-45deg);
    }
}

.sp-menu {
    position: fixed;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: #E15380;
    transition: all .5s ease;
    z-index: 99;
}

.sp-menu.active {
    width: 1920px;
    height: 1920px;
    right: calc(50% - 960px);
    top: -1000px;
}

.sp-menu-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    padding: 60px 15px;
    opacity: 0;
    overflow-y: scroll;
    z-index: 100;
}

.sp-menu.active .sp-menu-wrapper {
    display: block;
    -webkit-animation: menu ease .8s forwards;
    animation: menu ease .8s forwards;
}

@-webkit-keyframes menu {
    0% {
        left: 100vw;
        opacity: 0;
    }
    30% {
        left: 100vw;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes menu {
    0% {
        left: 100vw;
        opacity: 0;
    }
    30% {
        left: 100vw;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.sp-menu .menu_logo {
    max-width: 650px;
    margin: 0 auto 30px;
}

.sp-menu .d-flex {
    max-width: 650px;
    margin: 0 auto;
}

.sp-menu nav {
    width: 48%;
}

.sp-menu nav ul li a {
    position: relative;
    display: block;
    margin: 0 0 25px;
    padding-left: 18px;
}

.sp-menu nav ul li a::before {
    content: '\f054';
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.2rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    transform: translateY(-50%);
}

.sp-menu nav ul li.sns a::before {
    display: none;
}

.sp-menu .menu_right {
    width: 48%;
}

.sp-menu .menu_right a {
    display: block;
    margin-bottom: 25px;
    padding: 15px 5px;
    text-align: center;
}

.sp-menu .menu_right a.bg-pink {
    background: #DD1673 !important;
}

.sp-menu .menu_right a.bg-green {
    background: #8EC21F !important;
}

@media screen and (max-width: 768px) {
    .header-wrapper {
        padding: 0 55px;
    }
    .header_logo {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    header {
        margin-bottom: 10px;
    }
    .header-wrapper {
        height: 20vw;
        align-items: center !important;
    }
    .hamburger {
        top: 10px;
    }
    .sp-menu.active {
        width: 1000px;
        height: 1000px;
        right: calc(50% - 500px);
        top: -150px;
    }
    .menu_logo img {
        max-width: 70%;
    }
}


/********************************************************
************************ Footer *************************
********************************************************/

footer nav {
    width: 45%;
}

footer nav ul li {
    position: relative;
    width: 50%;
    margin: 5px 0;
}

footer nav ul li::before {
    content: '\f054';
    display: inline-block;
    margin-right: 7px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}

.cd-top {
    z-index: 90;
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: url(../img/common/top.png) no-repeat center / 100% 100%;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

@media screen and (max-width: 768px) {
    .footer_left {
        flex: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer_logo img {
        max-width: 70%;
    }
    footer nav {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .copyright {
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {
    .cd-top {
        width: 40px;
        height: 40px;
    }
}


/**
-------------------------------------------
AOS ANIMATION
-------------------------------------------
**/

[data-aos="textslide-animation"] {
    position: relative;
    display: inline-block;
}

[data-aos="textslide-animation"]>* {
    opacity: 0;
}

[data-aos="textslide-animation"].aos-animate.animation-ltr>*,
[data-aos="textslide-animation"].aos-animate.animation-rtl>* {
    animation: textHidden 0.1s 0.8s forwards;
}

[data-aos="textslide-animation"][data-aos-delay="300"].aos-animate.animation-ltr>*,
[data-aos="textslide-animation"][data-aos-delay="300"].aos-animate.animation-rtl>* {
    animation: textHidden 0.4s 1.1s forwards;
}

[data-aos="textslide-animation"][data-aos-delay="600"].aos-animate.animation-ltr>*,
[data-aos="textslide-animation"][data-aos-delay="600"].aos-animate.animation-rtl>* {
    animation: textHidden 0.7s 1.4s forwards;
}

[data-aos="textslide-animation"][data-aos-delay="900"].aos-animate.animation-ltr>*,
[data-aos="textslide-animation"][data-aos-delay="900"].aos-animate.animation-rtl>* {
    animation: textHidden 1.1s 1.7s forwards;
}

[data-aos="textslide-animation"].aos-animate::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
}

[data-aos="textslide-animation"].aos-animate::before {
    background-color: rgba(225, 83, 128, .9);
}

[data-aos="textslide-animation"].animation-ltr.aos-animate::before {
    animation: revealLTR 1.2s ease;
}

[data-aos="textslide-animation"].animation-rtl.aos-animate::before {
    animation: revealRTL 1.2s ease;
}

[data-aos="textslide-animation"][data-aos-delay="300"].aos-animate::before,
body[data-aos-delay="300"] [data-aos="textslide-animation"].aos-animate::before {
    animation-delay: .3s;
}

[data-aos="textslide-animation"][data-aos-delay="600"].aos-animate::before,
body[data-aos-delay="600"] [data-aos="textslide-animation"].aos-animate::before {
    animation-delay: .6s;
}

[data-aos="textslide-animation"][data-aos-delay="900"].aos-animate::before,
body[data-aos-delay="900"] [data-aos="textslide-animation"].aos-animate::before {
    animation-delay: .9s;
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }
    65% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }
    65% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes textHidden {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sec_header {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.sec_header::after {
    content: '';
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #E15380;
}

.cmn-btn a {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    padding: 20px 0;
    text-align: center;
    border: 2px solid #3E3A39;
    font-weight: bold;
    border-radius: 100px;
}

.cmn-btn a:hover {
    background: #3E3A39;
    color: #fff;
}

.cmn-btn-orange a {
    border-color: #EA8F00;
    background: #EA8F00;
    color: #fff;
}

.cmn-btn-orange a:hover {
    background: #fff;
    color: #EA8F00;
}

.cmn-btn-pink a {
    border-color: #E15380;
    background: #E15380;
    color: #fff;
}

.cmn-btn-pink a:hover {
    background: #fff;
    color: #E15380;
}

.cmn-btn-green a {
    border-color: #8EC21F;
    background: #8EC21F;
    color: #fff;
}

.cmn-btn-green a:hover {
    background: #fff;
    color: #8EC21F;
}

.blog_list {
    margin: 0 -1%;
}

.blog_list li {
    width: 31.33%;
    margin: 10px 1% 30px;
}

.blog_list li img {
    width: 100%;
}

.photo_list li img {
    height: 216px;
    object-fit: cover;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-align: center;
    margin: 3px;
    padding: 0;
    width: 40px;
    line-height: 40px;
    background: #D3D4D4;
    border-radius: 50%;
    border: none;
}

.wp-pagenavi .current {
    color: #fff;
    background: #EA8F00;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.last,
.wp-pagenavi a.first {
    width: auto;
    padding: 0 5px;
    background: none;
    border-radius: 0;
}

.wp-pagenavi span.extend {
    background: none;
}

@media screen and (min-width: 769px) {
    .home .blog_list li:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .blog_list li {
        width: 48%;
    }
    .photo_list li img {
        height: 35.25vw;
    }
}

@media screen and (max-width: 480px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        margin: 2px;
        width: 27px;
        line-height: 27px;
        font-size: 1rem;
    }
    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.last,
    .wp-pagenavi a.first {
        padding: 0 3px;
    }
}