@charset "utf-8";

html {
    font-size: 10px;
}

#search_wrap,
#search_wrap .search_fixed {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

#breadcrumb {
    width: 1170px;
    text-align: left;
}

#footer_wrap {
    padding: 0 0 86px;
}

.sp {
    display: none;
}

/*チェックボックスを消す*/
.checkbox {
    display: none;
}

/*================================================================
# mv
================================================================ */
.mv {
    height: 570px;
    text-align: center;
}

.mv img {
    width: 100%;
    max-width: 1920px;
    height: 570px;
    object-fit: cover;
}

@media screen and (max-width: 1280px) {
    .mv {
        height: 48rem;
    }

    .mv img {
        height: 48rem;
    }
}

@media screen and (min-width: 1921px) {
    .mv {
        height: auto;
    }

    .mv img {
        max-width: none;
        height: auto;
    }
}

/*================================================================
# プラン
================================================================ */
.otanoshimi {
    width: 100vw;
    position: relative;
    overflow-x: hidden;
}

.otanoshimi *,
.otanoshimi::after,
.otanoshimi::before {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
}

.otanoshimi img {
    height: auto;
}

.otanoshimi a {
    color: #1b1b1b;
}

/* link
------------------------------------------------------ */
.otanoshimi .link {
    padding: 2.4rem 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 33.3333333333%));
    column-gap: 0;
    row-gap: 0;
}

.otanoshimi .link .link__deluxe,
.otanoshimi .link .link__standard,
.otanoshimi .link .link__special {
    padding: 7rem 0 0;
    position: relative;
}

.otanoshimi .link .link__kuenabe {
    background: #e9cbc9;
}

.otanoshimi .link .link__deluxe {
    background: #dfddaa;
}

.otanoshimi .link .link__standard {
    background: #bcb5c4;
}

.otanoshimi .link>div {
    padding-top: 7rem;
    position: relative;
}

.otanoshimi .link>div:before {
    width: 100%;
    height: 7rem;
    margin: auto;
    background: #fff;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
}

.otanoshimi .link a {
    width: 38.5rem;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.otanoshimi .link a:hover {
    opacity: 1;
}

.otanoshimi .link a:hover .img img {
    opacity: 1;
    transform: scale(1.05);
}

.otanoshimi .link h3 {
    width: 18rem;
    height: 8rem;
    padding-top: 1rem;
    background: #fff;
    position: absolute;
    top: -4rem;
    left: -2rem;
    z-index: 5;
}

.otanoshimi .link h3 span {
    width: 24rem;
    padding: 0 0 0 16px;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 4.8rem;
    transform: rotate(-7deg) skewX(-0.06turn);
}

.otanoshimi .link h3:before {
    width: calc(314px / 2);
    height: calc(152px / 2);
    margin: auto;
    position: absolute;
    content: "";
    top: -5.5rem;
    left: 3rem;
}

.otanoshimi .link .link__kuenabe h3:before {
    background: url(../img/link__plan01.png) no-repeat center top / contain;
}

.otanoshimi .link .link__deluxe h3:before {
    background: url(../img/link__plan02.png) no-repeat center top / contain;
}

.otanoshimi .link .link__standard h3:before {
    background: url(../img/link__plan03.png) no-repeat center top / contain;
}

.otanoshimi .link .type {
    position: absolute;
    top: -5.3rem;
    right: 0;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.otanoshimi .link .link__standard .type {
    top: -3rem;
}

.otanoshimi .link .img {
    width: 88%;
    margin: auto;
}

.otanoshimi .link .img img {
    width: 100%;
    max-width: 40rem;
    height: 24.7rem;
    margin: auto;
    object-fit: cover;
    transition: transform 0.7s;
}

.otanoshimi .link .lead {
    position: absolute;
    bottom: -2.2rem;
    left: 0rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    z-index: 5;
}

.otanoshimi .link .lead span {
    padding: 0.6rem 0.8rem 0.5rem 0.8rem;
    background: #fff;
}

.otanoshimi .contentsArea .wrap .video {
    margin: 4.8rem calc(50% - 50vw) 0;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.otanoshimi .contentsArea .wrap .video video {
    width: 70rem;
    margin: 0 auto;
    border: 7px solid #fff;
    display: block;
}

.otanoshimi .txtBox .video {
    margin: 4rem 0 0;
    padding: 0 8rem 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.otanoshimi .txtBox .video video {
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
    border: 7px solid #fff;
    display: block;
}

/* 共通
------------------------------------------------------ */
.otanoshimi .plan-contents {
    margin: 8rem 0 0;
    padding: 8rem 0;
    position: relative;
}

.otanoshimi .plan-contents:before {
    width: 100%;
    height: 44rem;
    margin: auto;
    background: #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}

.otanoshimi .plan-contents>div {
    position: relative;
    z-index: 5;
}

.otanoshimi .m_box_fixed {
    width: 100vw;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.otanoshimi .plan-contents .ttlArea {
    text-align: center;
}

.otanoshimi .plan-contents .ttlArea h2.catch {
    position: absolute;
    top: 4rem;
    left: 0;
    z-index: 5;
}

.otanoshimi .plan-contents .ttlArea h2.catch span {
    padding: 8px 0 0 16px;
    display: block;
    font-family: "Caveat", cursive;
    font-size: 8rem;
    transform: rotate(-7deg) skewX(-0.06turn);
}

.otanoshimi .plan-contents .ttlArea h2.catch span img {
    width: 27.6rem;
    position: relative;
    z-index: 5;
}

.otanoshimi .plan-contents .ttlArea h2.catch em {
    margin: 1.6rem 0 0;
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

.otanoshimi .plan-contents .ttlArea .visual {
    width: 50%;
    margin: 0;
    padding: 0 4rem 0 0;
    position: relative;
    order: 2;
}

.otanoshimi .plan-contents.kuenabe .ttlArea .visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.otanoshimi .plan-contents .ttlArea .visual:before {
    width: calc(91.1rem / 3);
    height: calc(58.6rem / 3);
    margin: auto;
    background: url(../img/ribbon.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    top: -10rem;
    left: -10rem;
    z-index: 5;
}

.otanoshimi .plan-contents .ttlArea .visual .en {
    position: absolute;
    top: 0;
    right: 1.5rem;
    letter-spacing: 0.09em;
    writing-mode: vertical-rl;
}

.otanoshimi .plan-contents .ttlArea .visual .en em {
    font-weight: 700;
    font-style: normal;
}

.otanoshimi .plan-contents .ttlArea .visual .swiperWrap .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.otanoshimi .plan-contents .ttlArea .visual .swiperWrap .swiper-pagination {
    width: 1rem;
    bottom: 0;
    left: -2.5rem;
}

.otanoshimi .plan-contents .ttlArea .visual .swiperWrap .swiper-pagination span {
    width: 1rem;
    height: 1rem;
    margin: 0;
    opacity: 1;
    background: #fff;
}

.otanoshimi .plan-contents .ttlArea .visual .swiperWrap .swiper-pagination span.swiper-pagination-bullet-active {
    border: 1px solid #1b1b1b;
}

.otanoshimi .plan-contents .ttlArea .txtBox {
    width: 50%;
    padding: 32rem 0 0 4.8rem;
    font-weight: 400;
    text-align: left;
}

.otanoshimi .plan-contents.kuenabe .ttlArea .txtBox {
    padding: 24rem 0 0 4.8rem;
}

.otanoshimi .plan-contents .ttlArea .txtBox h3 {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
}

.otanoshimi .plan-contents .ttlArea .txtBox h3 span {
    padding: 1rem 2rem 0.5rem;
    background: #fff;
}

.otanoshimi .plan-contents .ttlArea .txtBox h3 small {
    margin: 0 0.8rem;
    font-size: 2.4rem;
}

.otanoshimi .plan-contents .ttlArea .txtBox p {
    margin: 3.2rem 0 0;
    font-size: 1.7rem;
    line-height: 2;
}

.deluxe_img03 {
    width: 80%;
    margin: 4rem 0 0;
}

.special_img06 {
    margin: 2rem 2rem 0 -2rem;
    position: relative;
    z-index: 1;
}

.special_img06 img {
    width: 56rem;
}

.otanoshimi .plan-contents .ttlArea .txtBox ul {
    margin: 4rem 0 0;
}

.otanoshimi .plan-contents .ttlArea .txtBox ul li span {
    margin-bottom: 1.6rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #1b1b1b;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
}

.otanoshimi .plan-contents .ttlArea .txtBox ul li small {
    font-size: 1.4rem;
    font-weight: 400;
}

.m_txt_blow .inner {
    width: 100%;
    height: 100%;
    padding: 1.8rem 2rem;
    border: 1px solid #1b1b1b;
    border-radius: 0.8rem;
    background: #fff;
    position: relative;
    display: block;
    font-weight: 700;
    line-height: 1.6 !important;
    text-align: center;
    letter-spacing: 0.15em;
    animation: bound 3s linear infinite;
}

.m_txt_blow .inner:before {
    width: calc(8.6rem / 2);
    height: calc(6.6rem / 2);
    margin: auto;
    background: url(../img/popup.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    right: 4.8rem;
    bottom: -3.2rem;
}

.otanoshimi .plan-contents .ttlArea .person .profile {
    position: absolute;
    right: -7rem;
    bottom: 3rem;
    font-weight: 700;
    line-height: 2;
}

.otanoshimi .plan-contents .ttlArea .person .profile em {
    font-family: "Caveat", cursive;
}

.otanoshimi .plan-contents .contentsArea {
    margin: 6.4rem auto 0;
}

.otanoshimi .plan-contents .contentsArea .wrapper {
    max-width: 144rem;
    margin: auto;
}

.otanoshimi .plan-contents .contentsArea .wrap {
    width: 100vw;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.otanoshimi .plan-contents .contentsArea .wrap .txtBox {
    margin: 0 auto;
    padding: 0;
}

.otanoshimi .plan-contents .contentsArea .wrap .lead {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.otanoshimi .plan-contents .contentsArea .wrap .title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

.otanoshimi .plan-contents .contentsArea .wrap .title span {
    position: relative;
}

.otanoshimi .plan-contents .contentsArea .wrap .title span:before,
.otanoshimi .plan-contents .contentsArea .wrap .title span:after {
    width: 0.2rem;
    height: 6rem;
    margin: auto;
    background-color: #010101;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    display: block;
}

.otanoshimi .plan-contents .contentsArea .wrap .title span:before {
    left: -3.2rem;
    transform: rotate(-35deg);
}

.otanoshimi .plan-contents .contentsArea .wrap .title span:after {
    right: -3.2rem;
    transform: rotate(35deg);
}

.otanoshimi .plan-contents .contentsArea .wrap .check {
    width: 33rem;
    margin: 2.4rem auto -2.4rem;
}

.otanoshimi .plan-contents .contentsArea .wrap .hd {
    margin: 3.2rem 0 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
}

.otanoshimi .plan-contents .contentsArea .wrap .hd strong {
    margin: 0 0.4rem;
    padding: 0;
    background: linear-gradient(transparent 50%, #ffee30 50%, #ffee30 88%, transparent 88%);
    display: inline-flex;
    font-size: 2.8rem;
    font-weight: 700;
}

.otanoshimi .plan-contents .contentsArea .wrap .hd strong small {
    font-size: 1.6rem;
}

.otanoshimi .plan-contents .contentsArea .wrap .txt {
    margin: 1.6rem 0 0;
    line-height: 2.2;
    letter-spacing: 0.15em;
}

.m_btn_main {
    margin: 4rem 0 0;
    display: flex;
}

.m_btn_main a {
    width: 48rem;
    padding: 2rem 2.4rem 2rem 2rem;
    border: 0.2rem solid #1b1b1b;
    border-radius: 10rem;
    background: #fff;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    transition: background 0.3s, color 0.3s;
}

.m_btn_main a:after {
    width: 1.1rem;
    height: 2rem;
    margin: auto;
    background: url(../img/arrow.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    top: 0;
    right: 1.8rem;
    bottom: 0;
    transition: background 0.3s;
}

.m_btn_main a:hover {
    opacity: 1;
    background: #1b1b1b;
    color: #fff;
    text-decoration: none;
}

.m_btn_main a:hover:after {
    background: url(../img/arrow_w.png) no-repeat center top / contain;
}

.otanoshimi .plan-contents .creator {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.otanoshimi .plan-contents .creator .info {
    width: 48rem;
    margin: 0 auto;
    padding: 0;
}

.otanoshimi .plan-contents .creator .info .check {
    width: 48rem;
    margin: -8.8rem auto 0;
    padding: 0;
    position: relative;
}

.otanoshimi .plan-contents .creator .info .check:before {
    width: 40rem;
    height: 1rem;
    margin: auto;
    background: url(../img/wave.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -42.4rem;
}

.otanoshimi .plan-contents .creator .info .check::after {
    width: 40rem;
    height: 1rem;
    margin: auto;
    background: url(../img/wave.png) no-repeat center top / contain;
    position: absolute;
    content: "";
    top: 0;
    right: -42.4rem;
    bottom: 0;
}

.otanoshimi .plan-contents .creator .info .btn a {
    min-width: auto;
    display: block;
    line-height: 2;
}

.otanoshimi .plan-contents .contentsArea .wrap .charm-img {
    margin: 4.8rem calc(50% - 50vw) 0;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.otanoshimi .plan-contents .contentsArea .wrap .charm-img img {
    width: 70rem;
    margin: 0 auto;
    border: 7px solid #fff;
    display: block;
}

/*================================================================
# kuenabe
================================================================ */
.otanoshimi .kuenabe .ttlArea .txtBox h3 small {
    font-size: 2rem;
    letter-spacing: 0;
}

.otanoshimi .kuenabe {
    background: #e9cbc9;
}

.otanoshimi .kuenabe .ttlArea .m_txt_blow {
    min-width: 20rem;
    position: absolute;
    bottom: 31rem;
    left: -2rem;
    text-align: center;
}

.otanoshimi .kuenabe .contentsArea .m_txt_blow {
    min-width: 20rem;
    position: absolute;
    right: 9rem;
    bottom: 42rem;
    text-align: center;
    z-index: 1;
}

.otanoshimi .kuenabe .m_box_fixed .img {
    position: absolute;
    right: 14rem;
    bottom: 3rem;
    text-align: left;
    z-index: 5;
}

.otanoshimi .kuenabe .contentsArea .wrap .hd strong {
    background: linear-gradient(transparent 40%, #ffee30 40%);
}

.otanoshimi .kuenabe .contentsArea .wrap .creator .info .check {
    background-color: #d1bac7;
}

.otanoshimi .kuenabe .contentsArea .img04 {
    width: 26.4rem;
    position: absolute;
    top: 4rem;
    right: 4rem;
}

.otanoshimi .kuenabe .contentsArea .img04 .person {
    width: 26.5rem;
    position: absolute;
    bottom: -8rem;
    left: -13rem;
    z-index: 5;
}

.otanoshimi .kuenabe .contentsArea .imgGroup {
    width: 34rem;
    position: absolute;
    top: 1rem;
    left: -4rem;
    text-align: right;
}

.otanoshimi .kuenabe .contentsArea .imgGroup p+p {
    margin-top: 2rem;
}

.otanoshimi .kuenabe .contentsArea .imgGroup .img01 img,
.otanoshimi .kuenabe .contentsArea .imgGroup .img03 img {
    width: 21.9rem;
}

/*================================================================
# kaiseki
================================================================ */
.otanoshimi .kaiseki {
    background: #c3d6e2;
}

.otanoshimi .plan-contents.kaiseki:before {
    height: 36rem;
}

.otanoshimi .plan-contents.kaiseki {
    padding: 0 0 8rem;
}

.otanoshimi .plan-contents.kaiseki .ttlArea .visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.otanoshimi .plan-contents.kaiseki .ttlArea .visual:before {
    top: 9rem;
}

.otanoshimi .plan-contents.kaiseki .ttlArea .visual .en {
    top: auto;
    bottom: 0;
}

/*================================================================
# deluxe
================================================================ */
.otanoshimi .deluxe {
    background: #dfddaa;
}

.otanoshimi .deluxe .ttlArea h2.catch {
    width: 48rem;
}

.otanoshimi .deluxe .ttlArea h2.catch span {
    width: 48rem;
}

.otanoshimi .deluxe .ttlArea h2.catch span:before {
    bottom: 3rem;
}

.otanoshimi .deluxe .ttlArea h2.catch em {
    margin-top: 2rem;
}

.otanoshimi .deluxe .contentsArea .img01 {
    width: 38.4rem;
    position: absolute;
    top: 33rem;
    left: -13rem;
}

.otanoshimi .deluxe .contentsArea .deluxe_img04 {
    width: 24rem;
    position: absolute;
    top: 9rem;
    left: 4rem;
}

.otanoshimi .deluxe .contentsArea .img01 .person {
    width: 33rem;
    position: absolute;
    right: 2rem;
    bottom: -35rem;
    z-index: 5;
}

.otanoshimi .deluxe .contentsArea .img01 .person .blow {
    top: -4rem;
    right: 3rem;
    left: auto;
    z-index: 10;
}

.otanoshimi .deluxe .contentsArea .imgGroup {
    width: 34rem;
    padding-top: 18rem;
    position: absolute;
    top: 0;
    right: 0;
}

.otanoshimi .deluxe .contentsArea .imgGroup .img02 {
    width: 27rem;
    position: absolute;
    right: -5rem;
    bottom: -42rem;
    z-index: -1;
}

.otanoshimi .deluxe .contentsArea .imgGroup .img03 {
    width: 21rem;
}

.otanoshimi .deluxe .contentsArea .imgGroup .img04 {
    width: 40rem;
    position: absolute;
    top: -4rem;
    right: -12rem;
}

.otanoshimi .deluxe .contentsArea .imgGroup .img04 span {
    width: 17.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.otanoshimi .deluxe .menu-box-title {
    margin: 4rem 0 -8rem;
    position: relative;
    text-align: center;
    z-index: 9;
}

.otanoshimi .deluxe .menu-box {
    width: 90%;
    max-width: 140rem;
    margin: 4rem auto 0;
    padding: 6.4rem 6.4rem 4.8rem;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.otanoshimi .deluxe .menu-box .row {
    margin: 0;
    display: flex;
    align-items: center;
}

.otanoshimi .deluxe .menu-box .row .left {
    width: calc(100% - 56rem);
    position: relative;
    z-index: 3;
}

.otanoshimi .deluxe .menu-box .row .right {
    width: 56rem;
    padding: 0 0 0 3.2rem;
}

.otanoshimi .deluxe .menu-box ul {
    margin: 0;
}

.otanoshimi .deluxe .menu-box ul li span {
    margin-bottom: 1.6rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #1b1b1b;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
}

.otanoshimi .deluxe .menu-box ul li small {
    font-size: 1.4rem;
    font-weight: 400;
}

.otanoshimi .deluxe .ttlArea .m_txt_blow {
    min-width: 20rem;
    position: absolute;
    right: 12rem;
    bottom: 17rem;
    text-align: center;
}

.otanoshimi .deluxe .menu-box .m_txt_blow {
    position: absolute;
    top: -8.4rem;
    left: 16rem;
    text-align: center;
    z-index: 0;
}

.otanoshimi .deluxe .menu-box .img {
    position: absolute;
    top: -4rem;
    left: 7rem;
    text-align: left;
    z-index: 1;
}

.otanoshimi .deluxe .menu-box .img02 {
    position: absolute;
    top: -5rem;
    left: -7rem;
    text-align: left;
    z-index: -1;
}

.otanoshimi .deluxe .m_box_fixed .img {
    position: absolute;
    bottom: -24rem;
    left: 31rem;
    text-align: left;
    z-index: 0;
}

/*================================================================
# standard
================================================================ */
.otanoshimi .standard .ttlArea .m_txt_blow {
    min-width: 20rem;
    position: absolute;
    bottom: 31rem;
    left: -2rem;
    text-align: center;
}

.otanoshimi .standard .contentsArea .m_txt_blow {
    min-width: 20rem;
    position: absolute;
    right: 15rem;
    bottom: 49rem;
    text-align: center;
    z-index: 1;
}

.otanoshimi .standard .m_box_fixed .img {
    position: absolute;
    right: 20rem;
    bottom: 9rem;
    text-align: left;
    z-index: 5;
}

.otanoshimi .standard .contentsArea .wrap .hd strong {
    background: linear-gradient(transparent 40%, #ffee30 40%);
}

.otanoshimi .standard .contentsArea .wrap .creator .info .check {
    background-color: #bcb5c4;
}

.otanoshimi .standard {
    background: #bcb5c4;
}

.otanoshimi .standard .contentsArea .img04 {
    width: 26.4rem;
    position: absolute;
    top: 0;
    right: 6rem;
}

.otanoshimi .standard .contentsArea .img04 .person {
    width: 26.5rem;
    position: absolute;
    bottom: -8rem;
    left: -13rem;
    z-index: 5;
}

.otanoshimi .standard .contentsArea .imgGroup {
    width: 34rem;
    position: absolute;
    top: -6rem;
    left: 0;
    text-align: right;
}

.otanoshimi .standard .contentsArea .imgGroup p+p {
    margin-top: 4rem;
}

.otanoshimi .standard .contentsArea .imgGroup .img01 img,
.otanoshimi .standard .contentsArea .imgGroup .img03 img {
    width: 21.9rem;
}

/*================================================================
# special
================================================================ */
.otanoshimi .plan-contents.special:before {
    height: 32rem;
}

.otanoshimi .plan-contents.special {
    padding: 4rem 0 8rem;
}

.otanoshimi .plan-contents.special .ttlArea .txtBox {
    padding: 24rem 0 0 6.4rem;
}

.otanoshimi .plan-contents.special .ttlArea .visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.otanoshimi .plan-contents.special .ttlArea .visual:before {
    top: -7.2rem;
    left: -10rem;
}

.otanoshimi .plan-contents.special .ttlArea .visual .en {
    top: 2.4rem;
}

.otanoshimi .special .m_box_fixed .img {
    position: absolute;
    bottom: -3rem;
    left: 13rem;
    text-align: left;
    z-index: 5;
}

.otanoshimi .special {
    background: #c7baae;
}

.otanoshimi .special .ttlArea .person .profile {
    right: -4rem;
}

.otanoshimi .special .contentsArea .img03 .person {
    width: 33rem;
    position: absolute;
    bottom: -10rem;
    left: -13rem;
    z-index: 5;
}

.otanoshimi .special .contentsArea .img03 .person .blow {
    left: 0;
}

.otanoshimi .special .contentsArea .imgGroup {
    width: 40.5rem;
    position: absolute;
    top: -4rem;
    left: -6.4rem;
}

.otanoshimi .special .contentsArea .wrap .txtBox {
    position: relative;
}

.otanoshimi .special .contentsArea .special_img04 {
    width: 37rem;
    position: absolute;
    top: 7rem;
    right: -7rem;
}

.otanoshimi .special .contentsArea .special_img07 {
    width: 32rem;
    position: absolute;
    right: -6rem;
    bottom: -9rem;
    z-index: 1;
}

.otanoshimi .special .contentsArea .imgGroup .img01 {
    width: 30.5rem;
    margin: 2.4rem 0 0 5rem;
}

.otanoshimi .special .contentsArea .imgGroup .img02 {
    width: 31rem;
    margin-top: 4.5rem;
    padding-bottom: 8rem;
    position: relative;
}

.otanoshimi .special .contentsArea .img03 {
    width: 32.5rem;
    margin: 2.4rem 0 0;
}

.otanoshimi .special .contentsArea .wrap .hd strong {
    background: linear-gradient(transparent 40%, #ffee30 40%);
}

.otanoshimi .special .contentsArea .m_txt_blow {
    min-width: 20rem;
    position: absolute;
    bottom: 33rem;
    left: 13rem;
    text-align: center;
    z-index: 1;
}

.otanoshimi #program {
    padding: 18rem 0 16rem;
    background: #fff;
}

.otanoshimi #program .loopTxt {
    width: 100%;
    position: absolute;
    top: -1.2rem;
    left: 0;
    color: #deeef5;
}

.otanoshimi #program .ttl {
    margin-bottom: 9rem;
    text-align: center;
}

.otanoshimi #program .ttl h2 {
    font-size: 2.4rem;
}

.otanoshimi #program .ttl h2 span {
    padding: 0 11rem;
    position: relative;
    display: inline-block;
}

.otanoshimi #program .ttl h2 span:before {
    left: 0;
}

.otanoshimi #program .ttl h2 span:after {
    right: 0;
    transform: scale(-1, 1);
}

/*================================================================
# day-trip
================================================================ */
.otanoshimi .day-trip {
    padding: 8rem 0 10rem;
}

.otanoshimi .day-trip .wrap {
    width: 96rem;
    margin: 0 auto;
    padding: 6rem 8rem;
    position: relative;
}

.otanoshimi .day-trip .wrap:before {
    width: 100%;
    height: 100%;
    margin: auto;
    border: 0.2rem solid #1b1b1b;
    border-radius: 2rem;
    background: #fff;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 0;
}

.otanoshimi .day-trip .wrap:after {
    width: 100%;
    height: 100%;
    margin: auto;
    border: 0.2rem solid #1b1b1b;
    border-radius: 2rem;
    background: #f3eeb3;
    position: absolute;
    content: "";
    right: -1.5rem;
    bottom: -1.5rem;
    z-index: -1;
}

.otanoshimi .day-trip .wrap h2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    z-index: 10;
}

.otanoshimi .day-trip .wrap .txt {
    margin-top: 1rem;
    position: relative;
    line-height: 2.2;
    text-align: center;
    text-justify: inter-ideograph;
    z-index: 10;
}

.otanoshimi .day-trip .row {
    margin: 3.2rem 0 0 -2.4rem;
    position: relative;
    display: flex;
}

.otanoshimi .day-trip .row>div {
    width: calc(100% / 3 - 2.4rem);
    margin: 0 0 0 2.4rem;
}

.otanoshimi .day-trip .row .text {
    margin: 1.6rem 0 0;
    font-weight: 700;
    text-align: center;
}

.otanoshimi .day-trip .wrap .btn {
    width: 64%;
    margin: 4rem auto 0;
    position: relative;
    z-index: 10;
}

.otanoshimi .day-trip .wrap .btn a {
    display: block;
}

/*================================================================
# campaign
================================================================ */
.campaign {
    padding: 10rem 0 0;
}

.campaign .wrap {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.campaign .campaign-box {
    padding: 8rem;
    background-image: -moz-linear-gradient(90deg, rgb(238, 223, 223) 1%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(238, 223, 223) 1%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(238, 223, 223) 1%, rgb(255, 255, 255) 100%);
    position: relative;
}

.campaign .campaign_img04 {
    width: 25rem;
    position: absolute;
    top: 15.4rem;
    right: -3.6rem;
}

.campaign .title {
    margin: -8rem 0 0;
    text-align: center;
}

.campaign .row {
    margin: 4rem 0 0;
    display: flex;
}

.campaign .left {
    width: calc(100% - 44.4rem);
    padding: 0 4rem 0 0;
}

.campaign .right {
    width: 44.4rem;
}

.campaign .text {
    margin: 3.2rem 0 0;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.01em;
}

.campaign .btn {
    margin: 2.4rem 0 0;
}

.campaign .btn a {
    width: 100%;
    padding: 1.6rem 2rem 2rem;
}

.campaign .btn a small {
    font-size: 1.4rem;
}