    /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain)*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        box-sizing: border-box;
    } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1;
    }
    ol, ul {
        list-style: none;
    }
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-spacing: 0;
    }
    a {
        color: inherit;
        text-decoration: none;
    }
    *:focus {
        outline: none;
    }
    html {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    html::-webkit-scrollbar {
        display: none;
    }
    body {
        line-height: 1.4;
        font-family: 'Noto Sans JP', sans-serif;
        font-feature-settings: 'palt';
        letter-spacing: 0.08em;
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
        color: #ff3978;
        box-sizing: border-box;
        background-color: #fff;
    }
    .gold, .serviceplan_h1, #basicplan_caption, #roppopngi, #plan_page_basicplan_caption {
        color: #927549;
    }
    html .navi_view {
        overflow: hidden;
    }
    img {
        width: 100%;
        vertical-align: middle;
    }
    .ib {
        display: inline-block;
    }
    a.banner.customize-unpreviewable, a.banner, a.customize-unpreviewable {
        cursor: pointer !important;
        pointer-events: all;
    }
    /*フォントサイズ*/
    #credit {
        font-size: 7px;
    }
    .option_boxmini, #privacy {
        font-size: 8px;
    }
    #catchcopy1, #rieki, #family_img_caption, .name_h2_mini, .plan_name_p, #basic_price_caption, .option_flex, .studio_title, #profit, footer, .studio_route_caption, #information_subtitle, .note, .note2, .required, .error_alert_box, .option_flex_price_span {
        font-size: 10px;
    }
    body, .post_single_date, .plan_page_plan_caption, .plan_page_100 {
        font-size: 11px;
    }
    #zeikomi, .insta_btn2, #navi, .modal_data, .next.page-numbers, .prev.page-numbers, .dots.page-numbers, #single_post_time, .plan_page_zei, .form_block_box, #checkbox-plan, #contact_form_page h5, #contact_page_choices {
        font-size: 12px;
    }
    .privacy_page_h2, .donate_form p {
        font-size: 13px;
    }
    .serviceplan_h1, #basicplan_caption, .page-numbers, #route h3, #send_complete_box h3, .donate_form h3, .q, .option_flex_price {
        font-size: 14px;
    }
    .plan_name_h2, .ww_h2 {
        font-size: 15px;
    }
    #web_yoyaku, .interview_h3, #studio_root_h2, #post_title_single, .plan_page_reserve, .plan_page_plan_h3 {
        font-size: 16px;
    }
    .subtitle, #main_title, #baby_number_h2, #roppopngi_h2, #sbps_address, #article_title_box, .modal_chan, .plan_page_plan_h2, #plan_page_basicplan_caption {
        font-size: 18px;
    }
    #baby_thanks, .plan_number {
        font-size: 20px;
    }
    .number, #prise_box {
        font-size: 22px;
    }
    .plan_page_price {
        font-size: 24px;
    }
    .modal_baby_name {
        font-size: 26px;
    }
    #total_number {
        font-size: 30px;
    }
    .bp_min480_inline, .bp_min_768, .plan_img, #fp, #pc_web_contact {
        display: none;
    }
    .subtitle_box {
        margin: 0 auto 35px;
    }
    .subtitle {
        margin: -0.15em auto;
        line-height: 1.3;
        text-align: center;
    }
    #pink_line {
        background-color: #ff3978;
        height: 10px;
    }
    #header {
        height: 50px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        overflow-x: scroll;
    }
    #logobox {
        display: flex;
        align-items: center;
        height: 50px;
        margin: 0 0 0 10px;
    }
    #header_img {
        width: auto;
        height: 26px;
        border-radius: 50%;
        margin: 0 7px 0 0;
    }
    .logo {
        width: auto;
        height: 26px;
        margin: 5px 0 0;
    }
    #hamburger {
        width: 28px;
        height: 16px;
        margin: 0 10px 0 0;
        position: relative;
        cursor: pointer;
    }
    .threeline {
        display: block;
        width: 28px;
        height: 2px;
        background-color: #000;
        transition: .5s;
    }
    .threeline.center {
        margin: 5px 0;
    }
    .navi_view .threeline.center {
        opacity: 0;
    }
    .navi_view .threeline.top {
        width: 22px;
        position: absolute;
        transform: rotate(45deg);
        top: 50%;
        left: 2px;
        background-color: #333;
    }
    .navi_view .threeline.bottom {
        width: 22px;
        position: absolute;
        transform: rotate(-45deg);
        top: 50%;
        left: 2px;
        background-color: #333;
    }
    #navi {
        background-color: #ff3978;
        color: #fff;
        width: 100%;
        height: calc(100vh - 60px);
        display: flex;
        justify-content: center;
        position: fixed;
        top: 60px;
        left: 100%;
        overflow: scroll;
        transition: .5s;
        z-index: 999;
    }
    .navi_view #navi {
        left: 0;
    }
    #nav_inner {
        padding: 80px 0;
    }
    .nav {
        display: block;
        line-height: 40px;
        cursor: pointer;
    }
    #topbox {
        text-align: center;
    }
    #catchcopy1 {
        background-color: #ff3978;
        color: #fff;
        line-height: 30px;
        border-radius: 14px;
        margin: 0 auto 30px;
        width: 310px;
    }
    #main_title {
        color: #ff3978;
        margin: -0.2em 0;
    }
    #rieki {
        color: #ff3978;
        margin: 30px 20px 0;
        text-align: center;
        letter-spacing: 0;
    }
    #rieki_p {
        margin: -0.2em 0;
    }
    #family {
        margin: 10px auto 0;
        position: relative;
    }
    #family_img_caption {
        line-height: 1;
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translate(-50%, -50%);
        color: #222;
    }
    #second_box_p, #rieki_p, .basic_cut, #photo_information_p, #basic_price_caption, #baby_number_p, .interview_text_p {
        color: #fa2364;
    }
    #second_box {
        color: #ff3978;
        margin: 0 30px;
        padding: 40px 0 0;
    }
    #second_box_p {
        margin: -0.5em auto;
        line-height: 2;
        text-align: justify;
        max-width: 420px;
    }
    #yt_smile_box {
        position: relative;
        padding-top: calc((100% - 60px) * 0.5625);
        margin: 40px 30px 0;
        max-width: 420px;
        max-height: 236px;
    }
    #yt_smile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #total {
        width: 40%;
        margin: 40px auto 0;
        max-width: 180px;
        min-width: 125px;
    }
    #total_right_p {
        text-align: right;
        margin: 0 0 -0.2em;
    }
    #total_number {
        text-align: center;
        line-height: 1;
        margin: 0 0 4px;
    }
    .index_title {
        margin: 40px auto;
        padding: 0 45px;
        max-width: 370px;
    }
    .serviceplan_h1 {
        text-align: center;
        line-height: 1;
    }
    #serviceplan {
        margin: 40px auto;
    }
    #basicplan_caption {
        text-align: center;
        margin: 40px auto;
        line-height: 1;
    }
    #plan_link_inner, #b_plan_link_inner {
        margin: 0 10px 0 15px;
    }
    .plan_link {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px auto;
        max-width: 420px;
    }
    .pink_title {
        flex: 1;
        background-color: #ff3978;
        border: 1px solid #ff3978;
        color: #fff;
        display: flex;
        align-items: center;
        border-radius: 8px;
        height: 85px;
        position: relative;
        margin: 0 9px 0 0;
        overflow: hidden;
    }
    .number {
        width: 40px;
        text-align: center;
        line-height: 1;
    }
    .plan_name {
        flex: 1;
        text-align: left;
        margin: 0 10px 0 0;
    }
    .plan_name_h2 {
        margin: -0.2em 0;
        line-height: 1.2;
    }
    .name_h2_mini {
        display: block;
    }
    .plan_name_p {
        margin: -0.2em 0;
        padding: 7px 0 0;
        line-height: 1.2;
    }
    #circle_baby {
        margin: 40px auto;
        width: 90%;
        max-width: 550px;
    }
    #basic_plan_image {
        margin: -30px auto 0;
        z-index: -1;
        position: relative;
    }
    #gift {
        position: absolute;
        bottom: 10%;
        right: 30px;
        width: 60px;
    }
    #photo_information {
        color: #ff3978;
        padding: 20px 15px 0;
        margin: auto;
    }
    #basic_price_inner, #roppopngi_inner {
        max-width: 420px;
        margin: auto;
    }
    #photo_information_boxp {
        margin: 0 auto 20px;
    }
    #photo_information_p {
        margin: -0.2em auto;
        max-width: 420px;
    }
    .basic_ul_div {
        margin: 20px auto;
    }
    .basic_cut {
        margin: -0.2em auto;
        max-width: 420px;
    }
    .basic_cut li {
        text-indent: -14px;
        padding-left: 14px;
    }
    .lead_squea, .lead_square_as {
        width: 14px;
        display: inline-block;
        text-indent: 0;
    }
    .lead_square_as {
        text-align: right;
        padding: 0 2px 0 0;
    }
    .h20 {
        height: 20px;
    }
    .h30 {
        height: 30px;
    }
    .h30 {
        height: 40px;
    }
    #basic_price {
        color: #ff3978;
        margin: 20px auto 0;
        max-width: 420px;
    }
    #prise_box {
        text-align: right;
        line-height: 1;
    }
    #web_yoyaku {
        text-align: center;
        display: block;
        height: 45px;
        line-height: 45px;
        border-radius: 8px;
        border: 1px solid #ff3978;
        margin: 10px auto;
    }
    #basic_price_caption {
        margin: -0.2em 0;
        text-align: center;
    }
    .detail_link {
        width: 45px;
        height: 45px;
        text-align: center;
        background-color: #ff3978;
        color: #fff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .detail_link_arrow {
        position: relative;
        width: 20px;
        height: 12px;
        margin: 5px 0 0;
    }
    .detail_link_arrow::after, .detail_link_arrow::before {
        content: '';
        position: absolute;
        width: 8.4865px;
        height: 8.4865px;
        top: 50%;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform-origin: center;
        transform: rotate(45deg)translate(-50%, -50%);
        box-sizing: border-box;
    }
    .detail_link_arrow::after {
        right: 11px;
    }
    .detail_link_arrow::before {
        right: 5px;
    }
    .detail_link_p {
        margin: -0.2em 0;
        padding: 5px 0 0 0;
    }
    #option_service {
        margin: 40px auto;
    }
    .option_flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        text-align: center;
        color: #ff3978;
        flex-wrap: wrap;
        margin: 20px auto;
        max-width: 420px;
        width: 96%;
    }
    .option_box {
        width: 49%;
    }
    .option_caption {
        margin: -0.1em auto 0;
        line-height: 1.2;
        height: 24px;
        width: 100%;
    }
    .option_flex_price {
        width: 100%;
        margin: 5px 0 0;
    }
    #baby_image {
        margin: 40px auto 0;
        color: #ff3978;
    }
    #baby_number {
        margin: 20px 30px 40px;
    }
    #baby_number_h2 {
        margin: -0.15em 0;
        line-height: 1.3;
    }
    #baby_number_p {
        margin: -0.5em 0;
        line-height: 2;
        text-align: justify;
        word-break: break-all;
    }
    #black_profile {
        background-color: #333;
        color: #fff;
        padding: 55px 30px 60px;
        line-height: 2;
        text-align: justify;
    }
    #black_profile_p {
        margin: -0.5em auto;
        max-width: 420px;
    }
    #profile_link {
        background-color: #000;
        color: #fff;
        text-align: center;
        width: 70%;
        line-height: 40px;
        border-radius: 20px;
        border: 1px solid #fff;
        margin: -21px auto;
        max-width: 270px;
        z-index: 99;
        position: relative;
    }
    #profile_link_a {
        display: block;
    }
    .horiguchi_slide {
        width: 100%;
        height: 100vw;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .horiguchi_slide .swiper-container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
        height: 100%;
    }
    .horiguchi_slide .swiper-container-vertical > .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .horiguchi_slide .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .horiguchi_slide .swiper-slide {
        margin: 0 !important;
        height: auto !important;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .horiguchi_slide .swiper-slide img {
        margin: 0;
    }
    #profile_typeface {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        background-color: rgba(255, 255, 255, 0.90);
        text-align: center;
        z-index: 9999;
        height: 25vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #hm {
        width: 90%;
    }
    #baby_image_flex {
        display: flex;
        flex-wrap: wrap;
    }
    .top_babies {
        width: 10%;
    }
    #studio {
        margin: 0 auto 40px;
    }
    #black_profile_2 {
        background-color: #333;
        color: #fff;
        padding: 40px 30px 45px;
        line-height: 2;
        text-align: justify;
    }
    #black_profile_2_p {
        margin: -0.5em auto;
        max-width: 420px;
    }
    #studio_information {
        background-color: #121212;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .studio_box {
        width: 50%;
        max-width: 375px;
    }
    .studio_title {
        background-color: #ff3978;
        color: #fff;
        text-align: center;
        line-height: 16px;
        margin: -8px auto;
        width: 90%;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
    }
    .studio_title_inner {
        display: inline;
        vertical-align: 1px;
    }
    #interview {
        margin: 40px 30px;
        color: #ff3978;
    }
    .interview_box {
        margin: 20px auto;
    }
    .interview_text {
        padding: 10px 0 0;
    }
    .interview_h3_box {
        margin: 0 auto 20px;
    }
    .interview_h3 {
        margin: -0.2em 0;
    }
    .interview_text_p {
        margin: -0.3em 0;
        text-align: justify;
        line-height: 1.6;
    }
    .interview_img {
        position: relative;
        width: 40%;
        margin: auto;
    }
    .baby_face {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .circle {
        position: relative;
    }
    .baby_face {
        width: 38%;
    }
    #map {
        width: 100%;
        position: relative;
        padding-top: 70%;
        overflow: hidden;
    }
    #googlemap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    #roppopngi {
        margin: 40px 30px;
    }
    #roppopngi_h2 {
        margin: -0.2em;
    }
    #roppopngi_p_box {
        margin: 40px auto;
    }
    #roppopngi_p {
        line-height: 2;
        margin: -0.5em 0;
    }
    address {
        margin: 0 0 -0.3em 0;
        line-height: 1.6;
    }
    #sbps_address {
        letter-spacing: 0.02em;
        display: inline-block;
        margin: -0.3em 0 10px;
    }
    #roppongi_image_box {
        display: flex;
        flex-wrap: wrap;
		align-items: flex-start;
    }
    .ri {
        width: 50%;
    }
    #sns {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 40px auto;
    }
    #line_link, #twitter_link, #facebook_link, #hatenabookmark_link {
        width: 25px;
        margin: 0 13px;
    }
    #profit {
        text-align: center;
        letter-spacing: 0;
        margin: 40px auto;
        color: #222;
    }
    #profit_p {
        margin: -0.2em 0;
    }
    footer {
        background-color: #555;
        padding: 30px 30px 0 30px;
        color: #fff;
    }
    #footer_navi {
        display: flex;
        flex-wrap: wrap;
    }
    .fnav1 {
        width: 50%;
    }
    .fnav_li {
        width: 100%;
        display: block;
        line-height: 25px;
    }
    #footerlogo {
        margin: 58px 0 0;
        width: 55%;
        display: block;
        max-width: 200px;
    }
    .insta_btn2 {
        color: #FFF;
        border-radius: 5px;
        position: relative;
        height: 26px;
        width: 105px;
        background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0 65px;
    }
    .insta_btn2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
        background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    }
    #follow {
        display: inline-block;
        position: relative;
        margin: 0 0 0 7px;
    }
    #instagram {
        width: auto;
        height: 18px;
        position: relative;
        display: block;
    }
    #foote_mhw_link {
        height: 50px;
        border: 1px solid #aaa;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .arrow {
        width: 7.0721px;
        height: 7.0721px;
        position: absolute;
        top: 50%;
        right: 15px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform-origin: center;
        transform: rotate(45deg)translate(-50%, -50%);
        box-sizing: border-box;
    }
    .arrow2 {
        right: 20px;
    }
    #bana {
        margin: 15px auto 0;
    }
    #links {
        margin: 10px 0 0;
        display: flex;
        flex-wrap: wrap;
        line-height: 30px;
    }
    #sitelinks, #privacy {
        width: 100%;
    }
    #credit {
        width: 100%;
        margin: 25px auto 0;
        padding: 0 0 5px;
        text-align: center;
        letter-spacing: 0;
    }
    #credit_p {
        line-height: 1;
    }
    #article_title_box {
        height: 30vw;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-height: 150px;
        border-top: 2px solid #ff3978;
    }
    #article_title_box.post_page_ {
        border: none;
    }
    #cameraman_pf_img {
        margin: 0 60px;
        display: block;
    }
    #ww_cameraman {
        margin: 60px 30px;
    }
    .ww_h2_box {
        margin: 40px auto 20px;
    }
    .ww_h2 {
        margin: -0.15em 0;
    }
    .ww_p {
        text-align: justify;
        margin: -0.2em 0;
        line-height: 1.8;
    }
    #npo_img_box {
        background-color: #000;
        margin: auto;
        position: relative;
    }
    #npo_img {
        max-width: 1200px;
        margin: auto;
        display: block;
    }
    #npo_message {
        margin: 30px;
    }
    .npo_message_p {
        margin: 0 auto 12px;
        line-height: 2;
        word-break: break-all;
        text-align: justify;
        max-width: 420px;
    }
    .npm_span {
        display: block;
        margin: -0.4em 0;
    }
    #mamerman {
        width: 40%;
        display: block;
        margin: 0 auto 30px;
        max-width: 168px;
    }
    #npo_photo_box {
        margin: 60px 30px;
        text-align: center;
    }
    .npo_photo_flex {
        margin: 40px auto;
    }
    .npo_photo_p {
        margin: 10px auto -0.2em;
    }
    #baby_thanks {
        text-align: center;
        line-height: 40px;
        margin: 60px auto;
    }
    #border-line {
        width: 100%;
        height: 1px;
        background-color: #ccc;
    }
    #babys {
        margin: 60px auto;
    }
    div.modal #swiper {
        top: 0;
        left: 0;
        position: absolute;
        width: 100vw;
        height: 100vh;
    }
    div.modal > div {
        width: 100vw;
        height: 100vh;
        background-color: #fff;
    }
    .studio .swiper-container {
        overflow-x: hidden;
    }
    .swiper {
        display: flex;
        flex-wrap: wrap;
    }
    .babies.archive main section > ul li {
        width: 20%;
        height: 20vw;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .babies.archive main section > ul li img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .swiper-wrapper {
        display: flex;
        position: relative;
    }
    .swiper-slide {
        overflow: hidden;
        width: 100vw;
        height: 100%;
        flex-shrink: 0;
        background-color: #fff;
    }
    div.modal #swiper > ul {
        height: 100vh;
    }
    #babys_100_box {
        margin: 60px auto 0;
    }
    .noscroll {
        overflow: hidden;
        height: 100%;
    }
    .swiper-slide > div {
        width: calc(100% - 80px);
        max-width: 348px;
        display: block;
        margin: auto;
        height: 100%;
        overflow: visible;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .babies .swiper-slide > div {
        overflow: scroll;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .swiper-slide > div::-webkit-scrollbar {
        display: none;
    }
    .swiper-slide img {
    }
    div.modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
    }
    div.modal #swiper {
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
    }
    button#modal_buttun_close, button#modal_buttun_prev, button#modal_buttun_next {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    button#modal_buttun_close {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 16px;
        right: 16px;
        z-index: 9999;
    }
    button#modal_buttun_close::before {
        position: absolute;
        content: '';
        width: 30px;
        height: 2px;
        top: 50%;
        left: 0;
        z-index: 9999;
        background-color: #ff3978;
        transform: rotate(-45deg);
        transform-origin: center;
    }
    button#modal_buttun_close::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 2px;
        top: 50%;
        right: 0;
        z-index: 9999;
        background-color: #ff3978;
        transform: rotate(45deg);
        transform-origin: center;
    }
    button#modal_buttun_prev, button#modal_buttun_next {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 40px;
        height: 60px;
        z-index: 9999;
    }
    button#modal_buttun_prev {
        left: 0;
    }
    button#modal_buttun_next {
        right: 0;
    }
    button#modal_buttun_prev::before, button#modal_buttun_next::before {
        content: '';
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        border-top: 2px solid #ff3978;
    }
    button#modal_buttun_prev::before {
        left: 10px;
        transform: rotate(-45deg);
        transform-origin: left top;
        border-left: 2px solid #ff3978;
    }
    button#modal_buttun_next::before {
        right: 10px;
        border-right: 2px solid #ff3978;
        transform: rotate(45deg);
        transform-origin: right top;
    }
    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: .2;
        pointer-events: none;
    }
    #pagenation_pinks {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 15px auto -8px;
        position: relative;
    }
    .page-numbers {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0;
        display: block;
        cursor: pointer;
    }
    .next.page-numbers, .prev.page-numbers {
        width: 40px;
    }
    .dots.page-numbers {
        width: 15px;
    }
    .page-numbers.current {
        background-color: #ff3978;
        color: #fff;
        border-radius: 50%;
    }
	.modal_flex {
		padding: 50px 0;
		height: auto;
		margin: auto 0;
	}
    .modal_data {
        color: #222;
        margin: 20px auto 0;
/*        padding: 0 0 62px 0;*/
    }
    .modal_title {
        color: #ff3978;
        width: 4em;
        display: inline-block;
    }
    .modal_title_massage {
        margin: 10px auto 0;
    }
    .modal_title_massage .modal_title {
        color: #ff3978;
        display: block;
        width: 100%;
        margin: 0 0 5px 0;
    }
    .modal_baby_name {
        letter-spacing: 0.08em;
        color: #ff3978;
        margin: 5px auto;
    }
    .modal_chan {
        display: inline-block;
        margin: 0 0 0 0.25em;
    }
    #black_profile_3 {
        background-color: #333;
        color: #fff;
        padding: 45px 30px 30px;
        text-align: justify;
    }
    #black_profile_3 p {
        margin: 0 0 15px;
        line-height: 1.6;
        color: #eee;
    }
    .studio_page_box {
        margin: -0.2em 30px 0;
    }
    .studio_info_flex {
        display: flex;
    }
    .studio_info_flex h3 {
        margin: 0 0 10px 0;
    }
    .studio1 {
        width: 3.25em;
    }
    .studio_cologne {
        display: inline-block;
        margin: 0 5px;
    }
    .studio2 {
        flex: 1;
    }
    .studio_map_box {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin: 45px auto 0;
    }
    .studio_map_box_iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #photos {
        margin: 45px auto;
    }
    #studio_root {
        margin: 45px 30px;
        color: #222;
    }
    #studio_root_h2 {
        margin: 45px auto 40px;
        text-align: center;
    }
    #studio_root_h2_inner {
        margin: -0.2em 0;
    }
    #studio_root_text {
        margin: -0.2em 0;
        text-align: justify;
    }
    #studio_root_list {
        margin: 15px auto;
    }
    #studio_root_list li {
        padding-left: 14px;
        text-indent: -14px;
    }
    .root_indent {
        margin: 0 3px 0 0;
    }
    .page.studio main > section #photos li.swiper-slide {
        width: 100%;
    }
    #route {
        text-align: center;
        color: #222;
    }
    #route .swiper-container {
        position: relative;
    }
    .route_box_subtext {
        margin: 0 auto 5px;
    }
    #photos .swiper-container {
        position: relative;
    }
    #route .swiper-slide img, #photos .swiper-slide img {
        margin: 0;
    }
    .route_box {
        margin: 0 auto 40px;
        line-height: 1.5;
    }
    .studio_route_caption {
        padding: 0 13px;
        text-align: left;
        margin: 5px auto 0;
    }
    .swiper-button-next, .swiper-button-prev {
        cursor: pointer;
    }
    #route .swiper-button-prev, #photos .swiper-button-prev {
        position: absolute;
        width: 26px;
        height: 26px;
        top: calc(50% - 20px);
        left: 5px;
        transform: translate(0, -50%)rotate(180deg);
        background-color: #ff3978;
        z-index: 9999;
        border-radius: 50%;
        box-sizing: border-box;
    }
    #route .swiper-button-next, #photos .swiper-button-next {
        position: absolute;
        width: 26px;
        height: 26px;
        top: calc(50% - 20px);
        right: 5px;
        transform: translate(0, -50%);
        background-color: #ff3978;
        z-index: 9999;
        border-radius: 50%;
        box-sizing: border-box;
    }
    #photos .swiper-button-prev, #photos .swiper-button-next {
        top: 50%;
    }
    .studio_arrow {
        position: absolute;
        top: 50%;
        ;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent #fff;
    }
    #post_category_sort {
        margin: 0 auto 40px;
    }
    #category_tag {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 15px -2.5%;
    }
    #category_tag a {
        display: block;
    }
    #category_tag li:nth-child(n) {
        width: 32%;
        text-align: center;
        display: block;
        color: #fff;
        background-color: #aaa;
        line-height: 40px;
        border-radius: 20px 20px;
        letter-spacing: 0;
        margin: 0 0 2.5%;
    }
    #category_tag li:nth-child(3n-1) {
        margin-right: 2%;
        margin-left: 2%;
    }
    #category_tag li.current {
        background-color: #ff3978;
    }
    #post_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 15px;
    }
    #post_box li {
        width: 48%;
        margin: 0 0 20px;
    }
    #post_box li:nth-child(odd) {
        margin: 0 4% 20px 0;
    }
    .post_thumbnail_box {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 100%;
        border: 1px solid #eee;
    }
    .post_thumbnail_box span {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }
    .date_category {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #ff3978;
        line-height: 1.8;
        padding: 0 5px;
        color: #fff;
        letter-spacing: 0.05em;
    }
    .post_title_box {
        margin: 5px auto;
        line-height: 1.2;
    }
    #information_subtitle {
        width: calc(100% - 30px);
        max-width: 360px;
        margin: auto;
        height: 40px;
        color: #fff;
        background-color: #ff3978;
        border-radius: 20px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0 20px;
    }
    #ifsub {
        display: inline-block;
    }
    #information_list_box {
        margin: 0 auto 60px;
    }
    #single_post_box {
        margin: 0 17px;
        word-break: break-all;
        color: #222;
    }
    #single_post_box img {
        width: 100%;
        height: auto;
        display: block;
        margin: 20px 0;
        max-width: 360px;
    }
    #post_title_single {
        margin: 20px auto 30px;
        border-bottom: 1px solid #ff3978;
        padding-bottom: 20px;
    }
    #date_category_single_post, #post_title_single {
        color: #ff3978;
    }
    #category_box_post {
        color: #fff;
        padding: 0 20px;
        background-color: #ff3978;
        line-height: 30px;
        border-radius: 15px;
    }
    #date_category_single_post {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    #date_category_single_post::before, #date_category_single_post::after {
        content: '';
        height: 1px;
        width: calc(100% - 30px);
        background-color: #ff3978;
        position: absolute;
        top: 0;
        left: 0;
    }
    #date_category_single_post::after {
        bottom: 0;
        top: auto;
    }
    #single_post_time {
        line-height: 1;
    }
    #single_post_pagenations {
        margin: 30px 17px 0;
        display: flex;
        align-items: center;
        height: 30px;
        justify-content: space-between;
        border-top: 1px solid #ff3978;
        border-bottom: 1px solid #ff3978;
        line-height: 1;
    }
    #single_post_pagenations li {
        width: 100%;
    }
    #single_post_pagenations li a {
        display: block;
    }
    #single_post_list {
        text-align: center;
    }
    #single_post_next {
        text-align: right;
    }
    .pagenation_ma {
        width: 2px;
        height: 12px;
        background-color: #ff3978;
    }
    #single_post_prev, #single_post_next {
        position: relative;
    }
    .arrow_post, .arrow_post2 {
        display: inline-block;
        width: 7px;
        height: 7px;
        top: 0;
        left: 0;
        border-top: 1px solid #ff3978;
        border-left: 1px solid #ff3978;
        transform: rotate(-45deg);
        transform-origin: center;
    }
    .arrow_post2 {
        transform: rotate(135deg);
    }
    .arrow_post.in {
        margin: 0 0 0 3px;
    }
    .arrow_post.out {
        margin: 0 0 0 -2px;
    }
    .arrow_post2.in {
        margin: 0 3px 0 0;
    }
    .arrow_post2.out {
        margin: 0 -2px 0 0;
    }
    .post_single_date {
        display: block;
        color: #222;
        margin: 0 0 3px;
    }
    #privacy_page {
        color: #222;
        margin: -0.2em 30px;
        text-align: justify;
    }
    #privacy_page p {
        margin: 0 auto 5px;
    }
    .privacy_page_div {
        margin: 0 auto 20px;
        max-width: 420px;
    }
    .privacy_page_h2 {
        color: #ff3978;
        margin: 0 auto 5px;
    }
    .privacy_page_ul {
        margin: 5px auto;
    }
    .privacy_page_ul li {
        text-indent: -14px;
        padding-left: 14px;
    }
    .privacy_page_square {
        display: inline-block;
        width: 14px;
        text-indent: 0;
    }
    .swiper.gallery > li {
        width: 50%;
    }
    .swiper.gallery > li > ul {
        display: none;
    }
    #plan_page_basicplan_caption {
        margin: 0 30px;
        text-align: center;
    }
    .plan_page_plan_box {
        padding: 40px 20px;
    }
    .plan_page_black1 {
        background-color: #333;
    }
    .plan_page_black2 {
        background-color: #f1f1f1;
    }
    .plan_page_plan_title {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ff3978;
        color: #fff;
        border-radius: 8px;
        height: 70px;
        line-height: 1;
        margin: 0 auto;
        max-width: 420px;
    }
    .plan_page_plan_h2 {
        flex: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .plan_number {
        width: 40px;
        text-align: center;
    }
    .plan_page_plan_caption {
        margin: 4px 1em 0 1em;
    }
    .plan_page_plan_h3 {
        text-align: center;
        margin: 30px auto;
    }
    .plan_page_plan_h3 span {
        display: inline-block;
    }
    .plan_page_plan_inner {
        margin: -0.2em auto;
    }
    .plan_page_detail {
        margin: 0 auto;
        color: #222;
    }
    .plan_page_black1 .plan_page_detail {
        color: #ddd;
    }
    .plan_page_ul {
        margin: 10px auto;
        max-width: 420px;
    }
    .plan_page_ul li {
        text-indent: -14px;
        padding-left: 14px;
    }
    .plan_page_listicon {
        width: 12px;
        margin: 0 2px 0 0;
        display: inline-block;
        text-indent: 0;
        text-align: right;
    }
    .plan_page_plan_img {
        margin: 30px auto 0;
        max-width: 420px;
    }
    .plan_page_plan_images {
        padding: 0 40px;
        margin: 0 auto 20px;
    }
    .plan_page_plan_img_mini {
        width: 50%;
        display: block;
        margin: -50px 0 0 auto;
    }
    .plan_page_gift {
        width: 25%;
        display: block;
        margin: 0 0 10px 0;
    }
    .plan_page_yoyaku_box {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        max-width: 420px;
    }
    .plan_page_price {
        text-align: right;
        line-height: 1;
        width: 75%;
        flex: 1;
    }
    .plan_page_reserve {
        width: 100%;
        height: 50px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ff3978;
        margin: 10px auto;
    }
    .plan_page_reserve a {
        display: block;
        line-height: 50px;
        width: 100%;
        text-align: center;
    }
    .plan_page_100 {
        width: 100%;
        text-align: center;
    }
    #photo_day {
        color: #222;
        padding: 50px 30px 0;
        border-top: 1px solid #ccc;
        line-height: 2;
        margin: 0 auto 50px;
    }
    #photo_day h3 {
        max-width: 435px;
        margin: 0 auto 35px;
    }
    #photo_day ul {
        margin: 0 auto;
        max-width: 435px;
    }
    section.contact, section.inquiry {
        margin: 0 20px;
        overflow: hidden;
    }
    #mw_wp_form_mw-wp-form-28045, #mw_wp_form_mw-wp-form-28043 {
        margin: auto;
        max-width: 420px;
    }
    input, textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: none;
        display: inline;
        min-width: unset;
        width: calc(100% - 34px);
        margin: auto;
        box-sizing: border-box;
        padding: 0;
        background-color: transparent;
        color: #ff3978;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 0.08em;
        font-size: 100%;
    }
    .input_textarea_class, #plan_choisce_box label span, .what_here_check label span, .textarea, .submit input, .mw_wp_form_confirm #plan_choisce_box, .mw_wp_form_confirm #mw_form_telbox, .mw_wp_form_confirm .what_here_check, .mw_wp_form_complete #mw_form_telbox, .mw_wp_form_complete .what_here_check, .mw_wp_form_complete #plan_choisce_box, #send_complete_return, #contact_page_choices a {
        border: 1px solid #ff3978;
        height: 34px;
        border-radius: 17px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    #contact_page_choices_box {
        margin: 0 20px 30px;
    }
    #contact_page_choices {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 420px;
    }
    #contact_page_choices a {
        width: 49%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: .5;
    }
    #contact_page_choices a.current_contact_page {
        opacity: 1;
        color: #fff;
        background-color: #ff3978;
    }
    .submit input.back {
        border: 1px solid #aaa;
        color: #222;
    }
    .mw_wp_form_confirm .what_here_check, .mw_wp_form_complete .what_here_check {
        padding: 7px 17px;
        overflow: auto;
    }
    .textarea {
        height: 160px;
        padding: 17px 0;
    }
	.mw_wp_form_complete .textarea {
		padding: 17px;
		text-align: left;
		display: block;
		overflow: auto;
	}
    textarea {
        resize: none;
    }
    .mw_wp_form_confirm .textarea {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 17px;
        padding-right: 17px;
		overflow: auto;
    }
    #contact_form_page h5 {
        color: #222;
        margin: 0 auto 5px;
    }
    .required {
        color: #ff0000;
        display: inline-block;
    }
    .form_block_box {
        margin: 20px auto;
    }
    .mwform-tel-field {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mwform-tel-field input {
        width: 30%;
        border: 1px solid #ff3978;
        height: 34px;
        border-radius: 17px;
        text-align: center;
        margin: 0;
    }
    #plan_choisce_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 100%;
        flex-wrap: wrap;
    }
    #plan_choisce_box .mwform-radio-field {
        width: 100%;
        margin: 0 0 5px;
    }
    #plan_choisce_box .mwform-radio-field label, .what_here_check label {
        cursor: pointer;
    }
    #plan_choisce_box input, .what_here_check input {
        display: none;
    }
    #plan_choisce_box label span {
        opacity: .5;
    }
    #plan_choisce_box input:checked + span {
        color: #fff;
        background-color: #ff3978;
        opacity: 1;
    }
    .note, .note2 {
        margin: 5px auto 0;
    }
    #desired_date {
        padding: 1px 13px;
        background-color: #f5f5f5;
    }
    .what_here_check {
        display: flex;
        flex-wrap: wrap;
        margin: 10px auto -5px;
    }
    .what_here_check label span {
        width: auto;
        padding: 0 15px;
        margin: 0 5px 5px 0;
        opacity: .5;
    }
    .what_here_check input:checked + span {
        color: #fff;
        background-color: #ff3978;
        opacity: 1;
    }
    .submit input {
        color: #ff3978;
        cursor: pointer;
    }
    .submit input:not(:first-of-type) {
        margin: 10px auto 0;
    }
    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
        box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
        background-color: transparent !important;
        transition: background-color 50000s ease-in-out 0s;
        -webkit-text-fill-color: #ff3978;
    }
    .error_alert_box {
        margin: 0 auto;
        color: #B70000;
        color: #ff0000;
        text-align: center;
    }
    .error_alert_box .error {
        margin: 5px 0 0;
        display: block;
    }
    #send_complete_box {
        margin: 0 auto 40px;
    }
    #send_complete_box h3 {
        margin: 0 auto 20px;
    }
    #send_complete_return {
        margin: 0 auto 20px;
    }
    .gallery .swiper-container {
        position: relative;
    }
    .swiper-container-vertical .swiper-wrapper {
        flex-direction: column;
        width: 100%;
        height: 100vh;
    }
    .swiper-container-vertical .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery .swiper-slide img {
        margin: auto;
    }
    .gallery .swiper-pagination {
        text-align: center;
        z-index: 10;
        position: absolute;
        width: 100%;
        height: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .gallery .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 8px;
        display: inline-block;
        border-radius: 100%;
        background: #ff3978;
        opacity: 0.2;
    }
    .gallery .swiper-pagination-bullet-active {
        opacity: 1;
    }
    #supporters img {
        margin: 0 auto 10px;
    }
    #supporters h3 {
        margin: 20px auto;
    }
    #supporters ul:nth-of-type(1) {
        margin: 0 auto 30px;
    }
    #supporters ul:nth-of-type(2), #supporters ul:nth-of-type(3) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #supporters ul:first-of-type li {
        width: 70%;
        margin: 0 auto 20px;
        max-width: 220px;
    }
    #supporters ul:nth-of-type(2) li {
        width: 50%;
        padding: 0 10px;
        margin: 0 0 20px;
    }
    #supporters ul:nth-of-type(3) li {
        position: relative;
    }
    #supporters ul:nth-of-type(3) li::after {
        content: '／';
        display: inline-block;
        margin: 0 2px;
    }
    #supporters ul:nth-of-type(3) li:last-of-type::after {
        content: '';
    }
    .donate_form {
        margin: 40px auto;
    }
    .donate_form form {
        margin: 20px auto;
        text-align: center;
        padding: 20px 0;
        border: 1px solid #ff3978;
        border-radius: 15px;
        max-width: 360px;
    }
    .donate_form p {
        color: #ff3978;
    }
    .donate_form form select {
        margin: 15px auto;
    }
    .square_btn, .square2_btn {
        line-height: 30px;
        border-radius: 15px;
        background-color: #ff3978;
        color: #fff;
        width: 70%;
        margin: auto;
        max-width: 260px;
        display: block;
        cursor: pointer;
    }
    h2.q {
        color: #ff3978;
        margin: 10px auto;
        position: relative;
        text-indent: 25px;
    }
    h2.q::before {
        content: "Q.";
        font-size: 20px;
        margin-right: 5px;
        position: absolute;
        top: -7px;
        left: -25px;
    }
    @media screen and (max-width:359px) {
        .subtitle {
            font-size: 16px;
        }
        .what_here_check label span {
            padding: 0 10px;
        }
    }
    @media screen and (min-width:360px) {
        #plan_choisce_box .mwform-radio-field {
            width: 49%;
        }
    }
    @media screen and (min-width:481px) {
        #studio_root_h2 {
            font-size: 21px;
        }
        #nav_inner {
            padding: 40px 0;
        }
        #baby_number {
            text-align: center;
            max-width: 420px;
            margin: 40px auto;
        }
        .bp_max480 {
            display: none;
        }
        .bp_min480_inline {
            display: inline;
        }
        .horiguchi_slide {
            height: 60vw;
        }
        #profile_typeface {
            height: 15vw;
        }
        #hm {
            width: 70%;
        }
        .interview_box {
            display: flex;
            flex-direction: row-reverse;
            align-items: flex-start;
            max-width: 480px;
        }
        .interview_img {
            width: 30%;
            margin: 0;
        }
        .interview_text {
            width: 70%;
            padding: 0 20px 0 0;
        }
        #map {
            padding-top: 40%;
        }
        .ri {
            width: 25%;
        }
        .fnav {
            width: 33.3333%;
        }
        #bana {
            display: flex;
        }
        #footerlogo {
            margin: 33px 0 0;
        }
        .insta_btn2 {
            margin: 20px 0 40px;
        }
        #roppopngi {
            text-align: center;
        }
        #ww_cameraman {
            margin: 60px auto;
            width: 420px;
        }
        #cameraman_pf_img {
            margin: 0 auto;
            display: block;
            width: 360px;
        }
        .npo_photo_flex {
            display: flex;
            flex-wrap: wrap;
			align-items: flex-start;
        }
        #baby_thanks {
            text-align: center;
            line-height: 40px;
            margin: 60px auto;
        }
        .npo_photo {
            width: 50%;
        }
        .npo_message_p {
            margin: 0 auto 20px;
        }
        .swiper-slide > div {
            max-width: none;
        }
        .swiper-slide > div a {
            width: 30%;
        }
        .modal_flex {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 62px 0;
            height: auto;
            margin: auto 0;
        }
        .swiper-slide > div a {
            margin: 0 40px 0 0;
        }
        .modal_data {
            padding: 0;
            width: 40%;
            margin: 0;
        }
        .swiper-slide img {
            margin: 0;
        }
        .studio_page_box {
            width: 420px;
            margin: -0.2em auto 0;
        }
        #black_profile_3 p {
            width: 420px;
            margin: 0 auto 15px;
        }
        #route .swiper-container {
            width: 420px;
            margin: 5px auto 0;
        }
        #photos .swiper-container {
            width: 420px;
        }
        #studio_root {
            width: 420px;
            margin: 45px auto;
        }
        .studio_route_caption {
            padding: 0;
        }
        .studio_map_box {
            padding-top: 50%;
            margin: 60px auto 0;
        }
        #category_tag li {
            margin: 0 0 1.5%;
        }
        .plan_page_plan_img {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            width: 90%;
            justify-content: space-between;
        }
        .plan_page_plan_images {
            width: 48%;
            padding: 0;
            margin: 0 0 20px 0;
        }
        .plan_page_plan_img_mini {
            width: 180px;
            margin: -30px -30px 0 auto;
        }
        .plan_page_yoyaku_box {
            margin: -30px auto 0;
        }
        .gallery .swiper-slide img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 85vh;
        }
        .gallery .swiper-pagination {
            bottom: 10px;
        }
        #supporters ul:nth-of-type(2) li {
            width: 33.3333%;
            padding: 0 20px;
        }
        /*
	#supporters ul:nth-of-type(3) li {
		width: 33.3333%;
	}
*/
    }
    @media screen and (min-width:540px) {
        #yt_smile_box {
            width: 420px;
            height: 236px;
            padding: 0;
            margin: 40px auto 0;
        }
    }
    @media screen and (min-width:600px) {
        #post_box li:nth-child(n) {
            width: 32%;
            margin: 0 0 20px;
        }
        #post_box li:nth-child(3n-1) {
            margin: 0 2% 20px;
        }
        #information_subtitle {
            max-width: none;
            width: 500px;
            height: 30px;
            border-radius: 15px;
        }
        .top_babies {
            width: 5%;
        }
    }
    @media screen and (min-width:650px) {
        #category_tag {
            margin: 0 30px -1.5%;
        }
        #category_tag li:nth-child(n) {
            width: 23.5%;
            margin: 0 2% 1.5% 0;
        }
        #category_tag li:nth-child(4n) {
            margin-right: 0;
        }
        .information_page_ #category_tag {
            justify-content: center;
        }
        .information_page_ #category_tag li:nth-child(n) {
            margin: 0 0 1.5%;
        }
        .information_page_ #category_tag li:nth-child(2) {
            margin: 0 2% 1.5%;
        }
        #post_box {
            margin: 0 30px;
        }
    }
    @media screen and (min-width:768px) {
        #privacy, .option_boxmini {
            font-size: 10px;
        }
        #catchcopy1, #rieki, #family_img_caption, .name_h2_mini, .plan_name_p, #basic_price_caption, .studio_title, #profit, footer, .route_box_subtext, .note, .note2, .error_alert_box {
            font-size: 11px;
        }
        body, .option_flex, #information_subtitle, .post_single_date, #single_post_time {
            font-size: 12px;
        }
        #links, #foote_mhw_link, .plan_page_plan_caption, .form_block_box, #contact_form_page h5, #checkbox-plan, .submit input, #contact_page_choices {
            font-size: 13px;
        }
        .next.page-numbers, .prev.page-numbers, .dots.page-numbers, .option_flex {
            font-size: 14px;
        }
        .page-numbers, .privacy_page_h2, .donate_form p, .option_flex_price {
            font-size: 16px;
        }
        .ww_h2 {
            font-size: 17px;
        }
        .plan_name_h2, .interview_h3, #post_title_single, .plan_page_plan_h3 {
            font-size: 18px;
        }
        .subtitle, #roppopngi_h2, #plan_page_basicplan_caption {
            font-size: 21px;
        }
        #main_title, #article_title_box, #baby_thanks, .plan_page_plan_h2 {
            font-size: 24px;
        }
        .plan_number {
            font-size: 26px;
        }
        #close, #hamburger, #pink_line, .bp_max_768 {
            display: none;
        }
        .index_title, #second_box_p, .plan_link, #photo_information_p, .basic_cut, #basic_price, .option_flex, #baby_number, #black_profile_p, #black_profile_2_p, .interview_box, #roppopngi_inner, .subtitle, .npo_message_p {
            max-width: none;
        }
        .bp_min_768 {
            display: block;
        }
        #header {
            background-color: #ff3978;
            height: 40px;
            padding: 0 15px;
            overflow: hidden;
        }
        #logobox {
            margin: 0;
            height: 40px;
        }
        #header_img {
            margin: 0 7px 0 0;
        }
        #navi {
            position: static;
            height: auto;
            background-color: transparent;
            width: auto;
            transition: unset;
            justify-content: flex-end;
            margin: 0;
        }
        #nav_inner {
            display: flex;
            justify-content: flex-end;
            margin: 0;
            padding: 0;
        }
        .nav {
            padding: 0 0.8em;
            line-height: 40px;
            position: relative;
        }
        .nav::after, #contact_nav::before {
            content: '';
            position: absolute;
            top: 15px;
            left: 0;
            width: 1px;
            height: 11px;
            background-color: #fff;
        }
        #contact_nav::before {
            left: auto;
            right: 0;
        }
        #topbox {
            margin: 20px auto 0;
            position: relative;
        }
        #catchcopy1 {
            width: 360px;
            margin: 0 auto 30px;
        }
        #rieki {
            margin: 25px auto 0;
        }
        #family {
            margin: -8px auto 0;
            z-index: -2;
            background-color: #000;
        }
        #family_img {
            max-width: 1200px;
        }
        #second_box {
            position: relative;
            margin: auto;
        }
        #second_box_p {
            text-align: center;
        }
        #yt_smile_box {
            width: 300px;
            height: 168px;
            margin: 40px auto 0;
        }
        #total {
            right: 50px;
            bottom: -100px;
            width: 120px;
            margin: 0;
            position: absolute;
        }
        .index_title {
            width: 50%;
            margin: 70px auto 40px;
            padding: 0;
            max-width: 550px;
        }
        #gift {
            width: 80px;
            height: 80px;
            bottom: 50px;
            right: auto;
            left: 75%;
        }
        #web_yoyaku {
            height: 60px;
            line-height: 60px;
        }
        #web_yoyaku:hover {
            color: #fff;
            background-color: #ff3978;
            transition: .5s;
        }
        #plan_link_inner {
            margin: 60px auto;
        }
        #b_plan_link_inner {
            margin: auto;
        }
        .name_h2_mini {
            display: inline-block;
        }
        .plan_link:hover .pink_title, .plan_link:hover .detail_link {
            background-color: #fff;
            transition: .5s;
            color: #ff3978;
            border: 1px solid #ff3978;
        }
        .plan_link:hover .detail_link_arrow::before, .plan_link:hover .detail_link_arrow::after {
            border-color: #ff3978;
        }
        #photo_information {
            padding: 0;
            width: 70%;
            margin: 40px auto 0;
        }
        .plan_link {
            display: block;
            position: relative;
        }
        .pink_title {
            width: 70%;
            flex: none;
            height: 70px;
            margin: auto;
        }
        .detail_link {
            position: absolute;
            top: 50%;
            left: 92.5%;
            transform: translate(-50%, -50%);
        }
        .plan_name {
            text-align: center;
        }
        .plan_img {
            display: block;
            width: 70px;
            height: 70px;
        }
        .plan_name_p {
            padding: 8px 20px 0;
        }
        #circle_baby {
            max-width: none;
            margin: auto;
            position: relative;
            width: auto;
        }
        #circle_baby_img {
            display: block;
            width: 75%;
            margin: auto;
            max-width: 800px;
        }
        #option_service {
            position: relative;
        }
        .option_flex {
            width: 70%;
            margin: 40px auto;
        }
        .option_caption {
            height: 34px;
        }
        #baby_number_p {
            text-align: center;
        }
        #black_profile {
            padding: 60px 0 65px;
            text-align: center;
        }
        #profile_link:hover {
            background-color: #fff;
            color: #000;
            transition: .5s;
        }
        #profile_typeface {
            height: 11.25vw;
            padding: 20px 0;
        }
        .horiguchi_slide {
            height: 45vw;
        }
        .horiguchi_slide:hover #profile_typeface {
            background-color: rgba(0, 0, 0, 0.8);
            transition: .5s;
        }
        #hm {
            width: auto;
            height: 100%;
            max-width: 900px;
        }
        #fp {
            display: inline;
            width: 200px;
            margin: 0 10px 0 0;
        }
        #black_profile_2 {
            padding: 60px 0 65px;
        }
        #black_profile_2_p {
            text-align: center;
        }
        .studio_title {
            line-height: 18px;
            margin: -9px auto;
            border-radius: 9px;
            width: 200px;
        }
        #interview {
            margin: 70px auto;
            width: 70%;
        }
        .interview_box {
            align-items: center;
            margin: 50px 0;
        }
        .interview_text {
            flex: 1;
            margin: 0;
        }
        .interview_img {
            width: 120px;
            margin: 0 -20px 0 0;
        }
        #roppopngi {
            margin: 70px auto;
        }
        #roppopngi_p {
            margin: 55px auto;
        }
        address {
            margin: 50px auto -0.3em;
        }
        footer {
            padding: 20px 0;
            position: relative;
        }
        #footer_navi {
            flex-wrap: nowrap;
            border-right: 1px solid #fff;
            text-align: center;
        }
        .fnav1 {
            border-left: 1px solid #ccc;
        }
        #footer_inner {
            width: 85%;
            margin: auto;
        }
        .fnav {
            flex: 1;
            width: auto;
            text-align: center;
            border-left: 1px solid #fff;
        }
        #footer_logo_instagram {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 75px auto 70px;
        }
        #footerlogo {
            width: 45%;
            max-width: none;
            margin: 0;
        }
        .insta_btn2 {
            margin: 0;
        }
        #foote_mhw_link {
            height: 60px;
        }
        #links {
            width: 100%;
            line-height: 1;
            flex-wrap: nowrap;
            align-items: flex-end;
            margin: 20px auto 0;
        }
        #privacy {
            margin: 0 0 0 20px;
        }
        #bana {
            margin: 20px auto 0;
        }
        #sitelinks a {
            padding: 20px 0 0;
        }
        #sitelinks, #privacy {
            width: auto;
        }
        #credit {
            flex: 1;
            margin: 0;
            padding: 0;
            text-align: right;
        }
        #photo_information, .pink_title, #interview, #footer_inner, .option_flex {
            max-width: 750px;
        }
        #plan_bar {
            position: relative;
        }
        #topbox::after, #topbox::before, #second_box::after, #second_box::before, #circle_baby::after, #circle_baby::before, #option_service::after, #option_service::before, footer::after, footer::before, #cameraman_page::after, #cameraman_page::before, #plan_bar::after, #plan_bar::before {
            content: '';
            position: absolute;
            left: 0;
            width: 15px;
            height: 170px;
            background-color: #ff3978;
        }
        #topbox::after, #topbox::before {
            top: -20px;
            z-index: -999;
        }
        #second_box::after, #second_box::before {
            bottom: -70px;
        }
        #circle_baby::after, #circle_baby::before, footer::after, footer::before {
            top: 50%;
            transform: translate(0, -50%);
        }
        #option_service::after, #option_service::before {
            bottom: 0;
        }
        #topbox::before, #circle_baby::before, #second_box::before, #option_service::before, #cameraman_page::before, footer::before, #plan_bar::before {
            right: 0;
            left: auto;
        }
        #cameraman_page::after, #cameraman_page::before {
            height: 750px;
            top: 0;
        }
        #cameraman_page.post_page_::after, #cameraman_page.post_page_::before {
            height: 450px;
            top: -51px;
        }
        #plan_bar::after, #plan_bar::before {
            height: 750px;
            top: -71px;
        }
        #cameraman_page {
            position: relative;
        }
        #article_title_box {
            height: 180px;
            max-height: none;
            border: none;
        }
        #ww_cameraman {
            width: 65%;
            margin: 70px auto;
            max-width: 660px;
        }
        .ww_h2_box {
            margin: 50px auto 35px;
        }
        #npo_message {
            margin: 90px auto;
            position: relative;
        }
        #mamerman {
            width: 130px;
            position: absolute;
            left: calc(50% + 160px);
            top: 50%;
            transform: translate(0, -50%);
            margin: 0;
        }
        .npo_message_p {
            width: 500px;
        }
        #npo_photo_box {
            margin: 60px 30px;
        }
        .npo_photo_flex {
            margin: 40px auto;
            max-width: 750px;
        }
        #border-line {
            margin: 90px auto;
        }
        #baby_thanks {
            margin: 75px auto;
        }
        .babies.archive main section > ul li {
            width: 10%;
            height: 10vw;
        }
        .babies.archive main section > ul li img {
            transition: .5s;
        }
        .babies.archive main section > ul li:hover img {
            transform: scale(1.1, 1.1)translate(0, -50%);
            ;
        }
        #babys_100_box {
            margin: 90px auto 0;
        }
        .swiper-slide > div {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .modal_flex {
            width: 100%;
            align-items: flex-end;
            justify-content: center;
            padding: 80px 0;
        }
        .swiper-slide > div a {
            width: 40%;
            max-width: 450px;
            margin: 0 40px;
        }
        .modal_data {
            flex: unset;
            width: 40%;
            max-width: 340px;
            overflow: hidden;
            display: flex;
            flex-wrap: wrap;
        }
        .modal_data p {
            width: 100%;
        }
        .modal_data p.modal_data_flexsize {
            width: 50%;
        }
        button#modal_buttun_next, button#modal_buttun_prev {
            width: 60px;
        }
        button#modal_buttun_next::before {
            right: 20px;
        }
        button#modal_buttun_prev::before {
            left: 20px;
        }
        .modal_baby_name {
            margin: 15px auto;
        }
        #pagenation_pinks {
            margin: 25px auto -12px;
        }
        .next.page-numbers, .prev.page-numbers {
            width: 50px;
        }
        .dots.page-numbers {
            width: 20px;
        }
        #studio {
            margin: 0 auto;
            position: relative;
        }
        #studio_root {
            margin: 70px auto;
        }
        .studio_page_box, #studio_root {
            width: 70%;
            max-width: 750px;
        }
        #black_profile_3 {
            padding: 70px 0 55px;
        }
        #black_profile_3 p {
            width: 70%;
            max-width: 600px;
            margin: 0 auto 20px;
        }
        #photos {
            margin: auto;
        }
        .page.studio main > section #photos li.swiper-slide {
            width: 40%;
        }
        #route .swiper-container, #photos .swiper-container {
            width: 100%;
        }
        #route {
            margin: 0 auto -40px;
        }
        #route > div {
            width: 92%;
            margin: auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            max-width: 750px;
        }
        .route_box {
            width: 47.5%;
            margin: 0 0 40px;
        }
        .studio_map_box {
            width: 70%;
            padding-top: 35%;
            max-width: 750px;
            margin: 80px auto 85px;
        }
        #studio .studio_box {
            max-width: 500px;
        }
        #post_category_sort {
            width: 633px;
            margin: 0 auto 50px;
        }
        #post_box {
            max-width: 1200px;
        }
        #post_box li img {
            transition: .5s;
        }
        #post_box li:hover img {
            transform: scale(1.1, 1.1);
        }
        #category_tag {
            margin: 0 auto -2.5%;
        }
        #category_tag li {
            transition: .5s;
        }
        #category_tag li:hover {
            background-color: #ff3978;
        }
        #category_tag li:nth-child(n) {
            border-radius: 25px;
            line-height: 50px;
            margin: 0 2% 2.5% 0;
        }
        #category_tag li:nth-child(4n) {
            margin-right: 0;
        }
        #category_tag li a {
            display: block;
        }
        #information_subtitle {
            margin: 20px auto 0;
            width: 600px;
        }
        #post_box li {
            margin: 0 0 30px 2.5%;
        }
        #single_post_box {
            width: 70%;
            margin: auto;
            max-width: 750px;
        }
        #single_post_pagenations {
            width: 70%;
            margin: 40px auto 0;
            max-width: 750px;
            height: 40px;
        }
        .arrow_post, .arrow_post2 {
            width: 9px;
            height: 9px;
        }
        .pagenation_ma {
            height: 14px;
        }
        #post_title_single {
            margin: 30px auto 40px;
            padding-bottom: 30px;
        }
        #category_box_post {
            line-height: 40px;
            border-radius: 20px;
        }
        #single_post_box img {
            width: 60%;
            max-width: none;
        }
        #privacy_page {
            margin: -0.2em auto 80px;
        }
        #privacy_page p {
            margin: 0 auto 8px;
        }
        .privacy_page_div {
            margin: 0 auto 30px;
            max-width: 650px;
            width: 70%;
        }
        .privacy_page_h2 {
            margin: 0 auto 10px;
        }
        .privacy_page_ul {
            margin: 10px auto;
        }
        .privacy_page_ul li {
            text-indent: -16px;
            padding-left: 16px;
        }
        .privacy_page_square {
            width: 16px;
        }
        .plan_page_plan_box {
            padding: 60px 0;
        }
        .plan_page_plan_title {
            height: 80px;
            width: 70%;
            max-width: 600px;
        }
        .plan_number {
            width: 70px;
        }
        .plan_page_plan_caption {
            margin: 2px 1em 0 1em;
        }
        .plan_page_plan_h3 {
            margin: 40px auto;
        }
        .plan_page_ul {
            margin: 20px auto;
            width: 70%;
            max-width: 750px;
        }
        .plan_page_ul li {
            text-indent: -16px;
            padding-left: 16px;
        }
        .plan_page_listicon {
            margin: 0 4px 0 0;
        }
        .plan_page_plan_img {
            margin: 40px auto 0;
            width: 70%;
            max-width: 750px;
        }
        .plan_page_plan_images {
            padding: 0;
        }
        .plan_page_plan_img_mini {
            width: 40%;
            margin: -60px -60px 0 auto;
        }
        .plan_page_gift {
            width: 20%;
            max-width: 100px;
        }
        .plan_page_yoyaku_box {
            margin: 0 auto;
            width: 70%;
            max-width: 600px;
        }
        .plan_page_reserve {
            height: 60px;
            transition: .5s;
        }
        .plan_page_reserve:hover {
            background-color: #ff3978;
            color: #fff;
        }
        .plan_page_reserve a {
            line-height: 60px;
        }
        #photo_day {
            padding: 80px 0 0;
            margin: 100px auto 80px;
        }
        #photo_day h3 {
            width: 70%;
            max-width: 750px;
            margin: 0 auto 35px;
        }
        #photo_day ul {
            margin: 0 auto;
            width: 70%;
            max-width: 750px;
        }
        input, textarea {
            width: calc(100% - 40px);
        }
        section.contact, section.inquiry {
            margin: auto;
        }
        #mw_wp_form_mw-wp-form-28045, #mw_wp_form_mw-wp-form-28043 {
            width: 70%;
            max-width: 700px;
        }
        .input_textarea_class, #plan_choisce_box label span, .what_here_check label span, .textarea, .submit input, .mw_wp_form_confirm #plan_choisce_box, .mw_wp_form_confirm #mw_form_telbox, .mw_wp_form_confirm .what_here_check, .mw_wp_form_complete #mw_form_telbox, .mw_wp_form_complete .what_here_check, .mw_wp_form_complete #plan_choisce_box, #send_complete_return, .mwform-tel-field input, #contact_page_choices a {
            height: 44px;
            border-radius: 22px;
        }
        .textarea {
            height: 143px;
            padding: 12px 0;
        }
        #contact_form_page h5 {
            margin: 10px auto;
        }
        .input_textarea_class, #mw_form_telbox, #plan_choisce_box, .input_textarea_class_nb, .what_here_check, .textarea, .mw_wp_form_confirm #plan_choisce_box, .mw_wp_form_confirm #mw_form_telbox, .mw_wp_form_confirm .what_here_check, .mw_wp_form_complete #mw_form_telbox, .mw_wp_form_complete .what_here_check, .mw_wp_form_complete #plan_choisce_box {
            width: 70%;
        }
        .form_block_box_title {
            width: 30%;
            padding: 0 15px 0 0;
        }
        .what_here_check {
            margin: 0 0 -8px;
        }
        .form_block_box, #checkbox-plan {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .mwform-tel-field {}
        .mwform-tel-field input {}
        .note {
            width: 70%;
            margin: 5px 0 0 auto;
        }
        .note2 {
            margin: 0;
        }
        .error_alert_box {
            width: 70%;
            margin: 0 0 0 auto;
            text-align: left;
        }
        .error_alert_box .error {
            margin: 5px 0 0;
            display: block;
        }
        #desired_date {
            padding: 1px 15px;
            margin: 0 -15px 20px;
        }
        .what_here_check label span {
            padding: 0 20px;
            margin: 0 8px 8px 0;
        }
        .submit input:not(:first-of-type) {
            margin: 20px auto 0;
        }
        .submit input {
            margin: 30px auto 0;
        }
        .mw_wp_form_confirm .what_here_check, .mw_wp_form_complete .what_here_check {
            padding: 10px 20px;
        }
        #send_complete_box {
            margin: 0 auto 40px;
        }
        #send_complete_box h3 {
            margin: 0 auto 20px;
        }
        #send_complete_return {
            margin: 0 auto 20px;
        }
        #plan_choisce_box label, .what_here_check label, .submit input {
            cursor: pointer;
        }
        .submit input:hover {
            background-color: #ff3978;
            color: #fff;
            transition: .5s;
        }
        .submit input.back:hover {
            background-color: #555;
        }
        #plan_choisce_box input:hover + span, .what_here_check input:hover + span {
            color: #fff;
            background-color: #ff3978;
            opacity: 1;
            transition: .5s;
        }
        #contact_page_choices_box {
            margin: 0 auto 60px;
        }
        #contact_page_choices {
            width: 49%;
            max-width: 490px;
        }
        #contact_page_choices a:hover {
            background-color: #ff3978;
            color: #fff;
            opacity: 1;
            transition: .5s;
        }
        .gallery section > .swiper.gallery {
            width: 70%;
            max-width: 750px;
            margin: auto;
        }
        .gallery .swiper.gallery > li {
            width: 20%;
            overflow: hidden;
        }
        .gallery .swiper.gallery > li > a > p > img {
            transition: .5s;
        }
        .gallery .swiper.gallery > li > a > p > img:hover {
            transform: scale(1.1, 1.1);
        }
        .gallery .swiper-wrapper {
            left: 0;
        }
        .gallery .swiper-slide img {
            max-width: none;
        }
        #supporters img {
            width: 100%;
        }
        .donate_form {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .donate_form h3 {
            width: 100%;
        }
        .donate_form form {
            width: 48%;
            margin: 40px 0;
            padding: 30px 0;
        }
        .square_btn, .square2_btn {
            width: 85%;
            line-height: 40px;
            border-radius: 20px;
            max-width: none;
            transition: .5s;
            background-color: #ff3978;
            color: #fff;
            position: relative;
            overflow: hidden;
        }
        .square_btn:hover, .square2_btn:hover {
            background-color: #000;
        }
        #supporters ul:nth-of-type(1) {
            margin: 0 auto 50px;
        }
        #supporters ul:first-of-type li {
            margin: 0 auto 30px;
        }
    }
    @media screen and (min-width:780px) {
        #navi {
            font-size: 12px;
        }
    }
    @media screen and (min-width:1024px) {
        .plan_name_p, #total_left_p, #total_right_p {
            font-size: 12px;
        }
        .detail_link_p, #catchcopy1, #navi, #pc_web_contact, #information_subtitle, .post_single_date, #single_post_time {
            font-size: 13px;
        }
        body, #navi {
            font-size: 14px;
        }
        .serviceplan_h1, #basicplan_caption {
            font-size: 16px;
        }
        #web_yoyaku, .privacy_page_h2 {
            font-size: 18px;
        }
        .ww_h2, .plan_name_h2, .plan_page_plan_h3 {
            font-size: 22px;
        }
        #studio_root_h2 {
            font-size: 26px;
        }
        #baby_thanks {
            font-size: 27px;
        }
        .number, #article_title_box {
            font-size: 30px;
        }
        #main_title {
            font-size: 36px;
        }
        #header {
            border-top: 1px solid #ff3978;
            border-bottom: 1px solid #ff3978;
            height: 50px;
        }
        #logobox {
            height: 50px;
        }
        #navi {
            padding: 0;
        }
        #contact_nav {
            display: none;
        }
        .nav {
            padding: 0 1.5em;
            transition: .5s;
            line-height: 50px;
        }
        .nav::after, #contact_nav::before {
            top: 18.5px;
            height: 13px;
        }
        .nav:hover {
            background-color: #fff;
            color: #ff3978;
        }
        .nav:hover::after, #contact_nav::before {
            z-index: -999;
        }
        #contact_nav {
            width: 240px;
            padding: 0;
        }
        #pc_web_contact {
            display: block;
        }
        #pc_web_contact .nav {
            padding: 0;
        }
        #pc_web_contact, #logobox {
            flex: 1;
        }
        #navi {
            justify-content: space-between;
        }
        #nav_inner {
            flex-grow: 0;
        }
        .subtitle_box {
            margin: 0 0 45px;
        }
        .index_title {
            margin: 80px auto 50px;
        }
        #topbox {
            margin: 40px auto 0;
        }
        #catchcopy1 {
            width: 430px;
            margin: 0 auto 40px;
        }
        #rieki {
            margin: 40px auto 0;
        }
        #second_box {
            padding: 50px 0 0;
        }
        #yt_smile_box {
            margin: 50px auto 0;
            width: 400px;
            height: 225px;
        }
        #total {
            right: auto;
            left: calc(75% + 100px);
            transform: translate(-50%, 0);
        }
        #basicplan_caption {
            margin: 50px auto;
        }
        #gift {
            height: 100px;
            width: 100px;
            left: calc(50% + 375px);
            bottom: 50px;
            transform: translate(-50%, 0);
        }
        #web_yoyaku {
            line-height: 60px;
            height: 60px;
        }
        .basic_cut li {
            text-indent: -16px;
            padding-left: 16px;
        }
        .lead_squea, .lead_square_as {
            width: 16px;
        }
        #basic_plan_image {
            margin: -40px auto 0;
            background-color: #000;
        }
        #basic_plan_image_img {
            max-width: 1200px;
            margin: auto;
            display: block;
        }
        .interview_img {
            width: 150px;
        }
        .interview_text {
            padding: 0 35px 0 0;
        }
        .option_box {
            width: 47%;
        }
        #black_profile {
            padding: 80px 0;
        }
        #black_profile_2 {
            padding: 70px 0;
        }
        #photo_information {
            margin: 50px auto 0;
        }
        #plan_link_inner {
            margin: 80px auto;
        }
        .pink_title {
            height: 90px;
        }
        .plan_img {
            width: 90px;
            height: 90px;
        }
        .detail_link {
            width: 60px;
            height: 60px;
        }
        .detail_link_arrow {
            margin: 10px 0 0;
        }
        .plan_name_p {
            padding: 15px 20px 0;
        }
        .number {
            width: 60px;
        }
        #baby_number {
            margin: 50px auto;
        }
        #sns {
            margin: 60px auto 40px;
        }
        #profit {
            margin: 40px auto 60px;
        }
        #line_link, #twitter_link, #facebook_link, #hatenabookmark_link {
            width: 30px;
        }
        #map {
            padding-top: 400px;
        }
        .interview_h3_box {
            margin: 0 auto 30px;
        }
        #topbox::after, #topbox::before, #second_box::after, #second_box::before, #circle_baby::after, #circle_baby::before, #option_service::after, #option_service::before {
            height: 245px;
        }
        #topbox::after, #topbox::before {
            top: -40px;
        }
        #plan_bar::after, #plan_bar::before {
            top: -81px;
        }
        #article_title_box {
            height: 245px;
        }
        #ww_cameraman {
            margin: 90px auto;
        }
        .ww_h2_box {
            margin: 70px auto 35px;
        }
        #npo_message {
            margin: 110px auto;
        }
        .npo_message_p {
            width: 550px;
        }
        #mamerman {
            width: 140px;
            left: calc(50% + 210px);
        }
        #border-line {
            margin: 110px auto;
        }
        .swiper-slide > div a {
            margin: 0 60px;
        }
        #baby_thanks {
            margin: 90px auto;
        }
        #babys_100_box {
            margin: 110px auto 0;
        }
        .page.studio main > section #photos li.swiper-slide {
            width: 33.333333%;
        }
        .studio_map_box {
            margin: 80px auto 95px;
        }
        #studio_image {
            background-color: #121212;
        }
        #studio_image_img {
            display: block;
            margin: auto;
            max-width: 1000px;
        }
        #black_profile_3 {
            padding: 80px 0 60px;
        }
        #black_profile_3 p {
            max-width: 650px;
            line-height: 1.8;
            margin: 0 auto 30px;
        }
        #information_list_box {
            margin: 0 auto 90px;
        }
        #post_category_sort {
            width: 683px;
            margin: 0 auto 70px;
        }
        #post_box li:nth-child(n) {
            width: 21.875%;
            margin: 0 0 40px 2.5%;
        }
        #category_tag li:nth-child(n) {
            border-radius: 30px;
        }
        #information_subtitle {
            margin: 40px auto 0;
            width: 650px;
        }
        #cameraman_page.post_page_::after, #cameraman_page.post_page_::before {
            height: 610px;
            top: -71px;
        }
        .arrow_post, .arrow_post2 {
            width: 9px;
            height: 9px;
        }
        #privacy_page {
            margin: -0.2em auto 110px;
        }
        #privacy_page p {
            margin: 0 auto 10px;
        }
        .privacy_page_div {
            margin: 0 auto 40px;
        }
        .privacy_page_ul {
            margin: 10px auto;
        }
        .privacy_page_ul li {
            text-indent: -18px;
            padding-left: 18px;
        }
        .privacy_page_square {
            width: 18px;
        }
        .plan_page_plan_box {
            padding: 80px 0;
        }
        .plan_page_plan_title {
            height: 90px;
        }
        .plan_page_plan_h3 {
            margin: 60px auto;
        }
        .plan_page_ul li {
            text-indent: -18px;
            padding-left: 18px;
        }
        .plan_page_listicon {
            margin: 0 6px 0 0;
        }
        .plan_page_plan_img {
            margin: 60px auto 0;
        }
        #supporters ul:nth-of-type(2) li {
            width: 25%;
        }
    }
    @media screen and (min-width:1072px) {
        .detail_link {
            left: calc(50% + 455px);
        }
        .studio_map_box {
            padding-top: 375px;
        }
    }
    @media screen and (min-width:1260px) {
        #post_box {
            margin: auto;
        }
        .swiper-slide > div a {
            margin: 0 80px;
        }
    }