@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-XXX */
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.plus {
    font-weight: 500;
    font-family: 'mplus-medium';
}
.content {
    margin: 0 auto;
    padding: 0 3rem;
    max-width: 94rem;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.tabNone {
		display: none;
	}
}
@media all and (max-width: 767px) {
    .content {
        padding: 0 1.5rem;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 8.4rem;
    font-size: 2.8rem;
    line-height: 1.36;
    letter-spacing: 0.26em;
    text-align: center;
}
.headLine01 .en {
    margin-top: 0.6rem;
    display: block;
    color: #E97AA9;
    font-size: 1.2rem;
    letter-spacing: 0.28em;
}
@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 6.6rem;
        font-size: 2.2rem;
        letter-spacing: 0.21em;
    }
    .headLine01 .en {
        font-size: 1rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 5.3rem;
    font-size: 3.6rem;
    line-height: 1.56;
    letter-spacing: 0.28em;
    text-align: center;
}
@media all and (max-width: 767px) {
    .headLine02 {
        margin-bottom: 4.2rem;
        font-size: 3rem;
        letter-spacing: 0.14em;
    }
}
/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBg {
    margin-bottom: 9rem;
    padding: 10rem 0 12.6rem;
    position: relative;
    z-index: 1;
}
.comBg .bg {
    margin-left: -0.5rem;
    position: absolute;
    left: 50%;
    top: 4.4rem;
    width: calc(100% - 6.8rem);
    height: 100%;
    transform: rotate(4deg) translateX(-50%);
    max-width: 133.8rem;
    z-index: -1;
    background-color: #fff;
}
.comBg .fadeBg {
    background: none;
}
.comBg .fadeBg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
}
.comBg .bg02 {
    opacity: 0.4;
    top: -5.5rem;
    margin-left: 1rem;
    max-width: 134.1rem;
    height: calc(100% - 2rem);
    width: calc(100% - 6.3rem);
    transform: rotate(-4deg) translateX(-50%);
}
.comBg .content {
    max-width: 116.6rem;
    padding: 0 5rem;
    position: relative;
}
@media all and (min-width: 768px) and (max-width: 1240px) {
	.comBg .content {
		padding: 0 9rem;
	}
}
@media all and (max-width: 767px) {
    .comBg {
        margin-bottom: 12.7rem;
        padding: 5.8rem 0;
    }
    .comBg .bg {
        margin-left: 0;
        top: 1.5rem;
        width: calc(100% + 1.8rem);
    }
    .comBg .bg02 {
        margin-left: 0.5rem;
        top: -1.3rem;
        height: calc(100% + 0.4rem);
        width: calc(100% + 0.8rem);
        transform: rotate(-3deg) translateX(-50%);
    }
    .comBg .content {
        padding: 0 3rem;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.comImgBox .txtBox {
    margin-left: -12.5%;
    position: relative;
    padding: 2.2rem 4.9% 6% 6.4%;
    width: 50%;
    background-color: #fff;
    border-radius: 0 0 0 8rem;
    box-sizing: border-box;
    z-index: 2;
}
.comImgBox .txtBox h3 {
    margin-bottom: 3.5rem;
    font-size: 3.2rem;
    line-height: 1.6;
    letter-spacing: 0.28em;
}
.comImgBox .txtBox p {
    line-height: 1.86;
    letter-spacing: 0.22em;
    text-align: justify;
}
.comImgBox .txtBox .comBtn02 {
    position: absolute;
    bottom: -6.5rem;
    right: 2rem;
}
.comImgBox .photoBox {
    width: 62.5%;
}
.comImgBox .photoBox img {
    width: 100%;
    border-radius: 0 0 8rem 0;
}
@media all and (min-width: 768px) and (max-width: 1240px) {
	.comImgBox .txtBox h3 {
		font-size: 2.85rem;
	}
	.comImgBox .txtBox {
		border-radius: 0 0 0 10rem;
	}
	.comImgBox .photoBox img {
		border-radius: 0 0 10rem 0;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.comImgBox .txtBox h3 {
		font-size: 3.16rem;
		line-height: 1.7;
	}
	.comImgBox .txtBox {
		border-radius: 0 0 0 13rem;
	}
	.comImgBox .photoBox img {
		border-radius: 0 0 13rem 0;
	}
}
@media all and (max-width: 767px) {
    .comImgBox {
        flex-wrap: wrap;
    }
    .comImgBox .txtBox {
        margin: -4.8rem 0 0;
        padding: 4.3rem 1.5rem 1.7rem 1.5rem;
        width: 100%;
        order: 1;
        border-radius: 0 6rem 0 0;
    }
    .comImgBox .txtBox h3 {
        margin-bottom: 3rem;
        font-size: 2.6rem;
        line-height: 1.4;
        letter-spacing: 0.2em;
    }
    .comImgBox .txtBox .comBtn02 {
        position: static;
        bottom: auto;
        right: auto;
    }
    .comImgBox .photoBox {
        order: 0;
        width: 100% !important;
    }
    .comImgBox .photoBox img {
        border-radius: 0 6rem 0 0;
    }
}
/*------------------------------------------------------------
	bgWhite
------------------------------------------------------------*/
.bgWhite {
    margin-bottom: 1rem;
    padding: 4.5rem 8%;
    border-radius: 2.8rem;
    background-color: #fff;
}
@media all and (max-width: 767px) {
    .bgWhite {
        margin-bottom: 1.3rem;
        padding: 4.8rem 1.5rem 4rem;
    }
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
    padding: 2.5rem 4.7rem 2.2rem;
    display: flex;
    background: rgba(225, 222, 220, 0.7);
    border-radius: 1.2rem;
}
.comInner .left {
    padding: 2.2rem 4.5rem 0 1.8rem;
    position: relative;
}
.comInner .left p {
    color: #E97AA9;
    font-size: 1.2rem;
    letter-spacing: 0.28em;
}
.comInner .left .point {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-22deg);
}
.comInner .right {
    flex: 1;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
.comInner .right li {
    line-height: 1.7;
    padding: 0 0 0.7rem 1em;
    text-indent: -1em;
    letter-spacing: 0.08em;
    text-align: justify;
}
.comInner .right li:last-child {
    padding-bottom: 0;
}
.comInner .right .color {
    color: #E97AA9;
}
@media all and (max-width: 767px) {
    .comInner {
        padding: 4rem 2.7rem 4.5rem;
        display: block;
    }
    .comInner .left {
        margin: 0 auto 3.3rem;
        max-width: 9.8rem;
        padding: 2.3rem 0 0 1.5rem;
    }
    .comInner .left .point {
        left: -0.3rem;
    }
    .comInner .right li {
        position: relative;
        line-height: 1.45;
        padding: 0 0 1.8rem 1.3em;
        text-indent: 0;
        letter-spacing: 0.12em;
    }
    .comInner .right .dot {
        position: absolute;
        left: 0;
        top: 0;
    }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn01 a {
    width: 18.4rem;
    height: 4.2rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-family: 'mplus-medium';
    border-radius: 2.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ea7aaa;
    transition: border-radius 0.6s ease;
}
.comBtn02 a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    height: 5.1rem;
    font-weight: 500;
    font-family: 'mplus-medium';
    transition: color 0.3s ease-in-out;
    letter-spacing: 0.06em;
    border-radius: 5rem;
    padding: 0 5rem 0 6.7rem;
    overflow: hidden;
}
.comBtn02 a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5.1rem;
    height: 5.1rem;
    background: url(../img/common/icon01.png) no-repeat left top/5.1rem auto;
    content: "";
}
.comBtn02.sita a:before {
    background: url(../img/common/icon01-special.png) no-repeat left top/5.1rem auto;
}
.comBtn02 a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    border-radius: 5rem;
    top: 0;
    left: 0;
    background: #172D55;
    transition: width 0.3s ease-in-out;
    z-index: -1;
}
.comBtn03 a {
    margin: 0 auto;
    max-width: 51.7rem;
    height: 8.4rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'mplus-medium';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4.2rem;
    background: #172D55;
    transition: 0.3s ease-in-out;
}
.comBtn03 a span {
    padding: 0.5rem 5.1rem 0.5rem 2.5rem;
    display: inline-block;
    position: relative;
}
.comBtn03 a span:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.6rem;
    height: 3.6rem;
    content: "";
    transition: 0.3s ease-in-out;
    background: url(../img/common/icon02.png) no-repeat left top/3.6rem auto;
}
.comBtn03.small a {
	max-width: 24.2rem;
    height: 4.3rem;
	font-size: 1.4rem;
	transition: .6s;
}
.comBtn03.small.pdf a {
	background: #172D55 url(../img/common/icon07.png) no-repeat right 2rem center/1.3rem auto;
}

.comBtn03.small.new a {
	background: #172D55 url(../img/common/icon08.png) no-repeat right 2rem center/1.1rem auto;
}
@media all and (min-width: 768px) and (max-width: 1240px) {
	.comBtn02 a {
		font-size: 1.72rem;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.comBtn01 a {
		width: 36.5rem;
		height: 8.1rem;
		border-radius: 5rem;
		font-size: 2.9rem;
	}
	.comBtn02 a {
		padding-left: 9.5rem;
		height: 7rem;
		font-size: 2.3rem;
	}
	.comBtn02.sita a {
		padding-left: 8rem;
		height: 7rem;
		font-size: 2.3rem;
	}
	.comBtn02 a:before {
		width: 7rem;
		height: 7rem;
		background-size: 100% auto;
	}
	.comBtn02.sita a:before {
		width: 7rem;
		height: 7rem;
		background-size: 100% auto;
	}

}
@media all and (min-width: 768px) {
    body:not(.tab) .comBtn01 a:hover {
        border-radius: 1.4rem;
    }
    body:not(.tab) .comBtn02 a:hover:after {
        width: 100%;
    }
    body:not(.tab) .comBtn02 a:hover {
        color: #fff;
    }
    body:not(.tab) .comBtn03 a:hover {
        border-radius: 2rem;
    }
    body:not(.tab) .comBtn03 a:hover span:after {
        transform: scale(1.08333);
    }
	body:not(.tab) .comBtn03.small a:hover {
		border-radius: 1.4rem;
	}
}
@media all and (max-width: 767px) {
    .comBtn01 a {
        width: 18.4rem;
        height: 3.9rem;
        font-size: 1.5rem;
        letter-spacing: 0.14em;
        border-radius: 3rem;
    }
    .comBtn02 a {
        height: 4.3rem;
        font-size: 1.5rem;
        padding: 0 4.5rem 0 5.8rem;
    }
    .comBtn02.sita a {
        height: 4.3rem;
        font-size: 1.5rem;
        padding: 0 3.5rem 0 5.8rem;
    }
    .comBtn02 a:before {
        width: 4.3rem;
        height: 4.3rem;
        background-size: 4.3rem auto;
    }
    .comBtn02.sita a:before {
        width: 4.3rem;
        height: 4.3rem;
        background-size: 4.3rem auto;
    }
    .comBtn03 a {
        max-width: 31.5rem;
        height: 5.7rem;
        font-size: 1.6rem;
    }
    .comBtn03 a span {
        padding: 0.1rem 3.8rem 0 3rem;
    }
    .comBtn03 a span:after {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 2.5rem;
    }
	.comBtn03.small a {
		max-width: 25rem;
		height: 4.5rem;
		font-size: 1.3rem;
	}
	.comBtn03.small.pdf a {
		background-position: right 2.5rem center;
		background-size: 1.5rem;
	}
	.comBtn03.small.new a {
		background-position: right 2.5rem center;
		background-size: 1.4rem;
	}
}
.dely01 {
    transition-delay: .5s !important;
}
.dely02 {
    transition-delay: 1s !important;
}
.fade02 {
    opacity: 0;
    transform: translateY(8rem);
    transition: 1s cubic-bezier(.215, .61, .355, 1);
}
.isShow .fade02, .fade02.isShow {
    opacity: 1;
    transform: translateY(0);
}
.fade01 {
    opacity: 0;
    transform: scale(1.2);
    transition: 2.2s cubic-bezier(.215, .61, .355, 1);
}
.isShow .fade01, .fade01.isShow {
    opacity: 1;
    transform: scale(1);
}
.fadeBgImg img {
    display: block;
    opacity: 0;
    transform: rotate(-4deg);
    transition: 1s cubic-bezier(.23, .58, 0, .99);
}
.isShow .fadeBgImg img, .fadeBgImg.isShow img {
    opacity: 1;
    transform: rotate(0);
}
.fadeBg::before {
    transform: rotate(8deg);
    opacity: 0;
    transition: 1s cubic-bezier(.23, .58, 0, .99);
}
.isShow.fadeBg::before {
    opacity: 1;
    transform: rotate(0);
}
.fadeBg02::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform: rotate(-4deg);
    opacity: 0;
    transition: 1s cubic-bezier(.23, .58, 0, .99);
}
.isShow.fadeBg02::before {
    opacity: 1;
    transform: rotate(0);
}
/*------------------------------------------------------------
	btmBanner
------------------------------------------------------------*/
.btmBanner {
    padding: 6.5rem 0;
    background-color: #E5E1DF;
}
.btmBanner .content {
    max-width: 102.4rem;
    position: relative;
}
.btmBanner ul {
    display: flex;
    justify-content: space-between;
}
.btmBanner li {
    width: 48.5%;
}
.btmBanner a {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 2.8rem;
    background-color: #fff;
    box-shadow: 0px 4.5rem 4.5rem -4.5rem rgba(34, 23, 20, 0.15);
}
.btmBanner a:before {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    width: 2.7rem;
    height: 2.7rem;
    background-color: #172D55;
    content: "";
    border-radius: 50%;
    transition: 0.6s ease;
}
.btmBanner a:after {
    position: absolute;
    right: 2.3rem;
    bottom: 2.3rem;
    width: 0.6rem;
    height: 0.5rem;
    background: url(../img/common/icon03.png) no-repeat left top/0.6rem auto;
    content: "";
}
.btmBanner .photo {
    margin-right: 2.8rem;
    width: 15.4rem;
    overflow: hidden;
}
.btmBanner .photo img {
    width: 100%;
    transition: 0.6s ease;
}
.btmBanner p {
    flex: 1;
    font-size: 1.9rem;
    line-height: 1.3;
    font-family: 'midashigopr5-mb31';
}
.btmBanner p span {
    display: block;
    color: #E97AA9;
    font-size: 3rem;
    letter-spacing: 0.07em;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.btmBanner .arrow {
    position: absolute;
    right: -11.8rem;
    bottom: -17.5rem;
    width: 18.4rem;
    z-index: 10;
}
@media all and (min-width: 768px) {
    body:not(.tab) .btmBanner a:hover .photo img {
        transform: scale(1.03);
    }
    body:not(.tab) .btmBanner a:hover:before {
        transform: scale(1.2);
    }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.btmBanner {
		padding: 5.5rem 0;
	}
	.btmBanner a::before {
		width: 3rem;
		height: 3rem;
	}
	.btmBanner a::after {
		width: 0.8rem;
		height: 0.7rem;	
		background-size: 0.8rem auto;
	}
	.btmBanner .arrow {
		right: -5.5rem;
		bottom: -15.5rem;
		width: 17rem;
	}
}
@media all and (max-width: 767px) {
    .btmBanner {
        padding: 5.5rem 1.5rem 2.7rem;
    }
    .btmBanner ul {
        display: block;
    }
    .btmBanner li {
        margin-bottom: 2.2rem;
        width: auto;
    }
    .btmBanner a {
        display: block;
        box-shadow: 0px 4.5rem 4.5rem -4.5rem rgba(34, 23, 20, 0.2);
    }
    .btmBanner a:before {
        right: 1.3rem;
        bottom: 1.3rem;
        width: 2.8rem;
        height: 2.8rem;
        transition: 0.4s ease;
    }
    .btmBanner a:after {
        right: 2.4rem;
        bottom: 2.4rem;
    }
    .btmBanner .photo {
        margin-right: 0;
        width: auto;
    }
    .btmBanner p {
        padding: 2.8rem 3rem;
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }
    .btmBanner p span {
        margin-top: 0.2rem;
        font-size: 2.3rem;
    }
    .btmBanner .arrow {
        right: auto;
		left: -1.5rem;
		bottom: -19rem;
		width: 25rem;
    }
}
/*------------------------------------------------------------
	comMovie
------------------------------------------------------------*/
.comMovie {
    margin: 0 auto 10.8rem;
    padding: 2.4rem 0;
    max-width: 107.3rem;
    background: url(../img/index/line01.png) no-repeat left top 1.7rem, url(../img/index/line02.png) no-repeat right 1.8rem top;
    background-size: 11.4rem auto, 9.5rem auto;
}
.comMovie .sub {
    margin: 0 auto;
    width: 70.4%;
    max-width: 75.6rem;
    height: 43.6rem;
    border: 1.2rem solid #626280;
    border-radius: 6rem;
    box-sizing: border-box;
}
.comMovie .sub iframe,.comMovie .sub img,.comMovie .sub video {
	margin-bottom: -1px;
    width: 100.1%;
    height: 100.1%;
    border-radius: 4.7rem;
	display: block;
}
@media all and (min-width: 768px) and (max-width: 1240px) {
	.comMovie {
		margin-bottom: 9rem;
		max-width: 98rem;
		padding: 1.8rem 0;
		background-size: 10.3rem auto, 8.6rem auto;
	}
	.comMovie .sub {
		height: 40.5rem;
		border-radius: 5.2rem;
		border-width: 1.4rem;
	}
	.comMovie .sub iframe,.comMovie .sub img,.comMovie .sub video {
		border-radius: 4.3rem;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
	.comMovie {
		margin-bottom: 9rem;
		padding: 2rem 0;
	}
	.comMovie .sub {
		height: 41rem;
		width: 71.2%;
		border-width: 2rem;
		border-radius: 5.6rem;
	}
	.comMovie .sub iframe,.comMovie .sub img,.comMovie .sub video {
		border-radius: 3.7rem;
	}
}
@media all and (max-width: 767px) {
    .comMovie {
        margin: 0 -1.5rem 7rem;
        padding: 0.5rem 0;
        background: url(../img/index/line01.png) no-repeat left top 0.7rem, url(../img/index/line02.png) no-repeat right 0.3rem top;
        background-size: auto 91%, auto 100%;
    }
    .comMovie .sub {
        width: 75%;
        padding-bottom: 41%;
        height: auto;
        border-width: 0.4rem;
        border-radius: 2.3rem;
        position: relative;
    }
    .comMovie .sub iframe,.comMovie .sub img ,.comMovie .sub video{
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 1.8rem;
    }
}