#over {
    overflow: hidden;
}

#menu_view {
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: 100000;
}

.pc_top {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1900px;
}

.pc_top img {
    width: 100%;
    height: auto;
}

.sp_top {
    display: none;
}

.title_top {
    line-height: 1.5em;
    max-width: 1000px;
    margin: 1em auto;
    border-radius: 30px;
    text-align: center;
    color: #552b2c;
    padding: 2.5em 0;
    background: #feffeb;
    margin-bottom: 1.5em;
}

.title_top p,
.title_top p a {
    font-size: 16px;
    color: #474747;
    border-bottom: dashed 1px #708fe3;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 0.2em;
}

.sp {
    display: none;
}

#main {
    width: 98%;
    margin: 70px auto 0 auto;
    max-width: 1200px;
}

/*基本　追加*/

div {
    display: block;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

li,
ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

ul {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
            margin-block-start: 0.83em;
    -webkit-margin-after: 0.83em;
            margin-block-end: 0.83em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

/*BANAR*/

.bana_index_main {
    width: 100%;
    margin: 1em auto;
    display: flex;
    max-width: 1000px;
}

.bana_index {
    display: inline-block;
    width: 48%;
    margin: 1%;
    height: auto;
}

.bana_index img {
    width: 100%;
    height: auto;
}

@media (max-width: 500px) {
    .bana_index_main {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-around;
    }
}

/* campaign */

.campaign_index_main {
    background: #fcf4f6;
    padding: 4em 0;
}

.topics-title {
    font-size: 24px;
    font-family: trajan-pro-3, serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 32px 0;
    line-height: 1.38;
    color: #333;
    letter-spacing: 0.02em;
    margin: 0 !important;
}

.subtitle {
    font-size: 1.1rem;
    text-align: center;
    margin: 4px 0 24px;
}

.p-campaign__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    max-width: 1000px;
}

.p-campaign_item {
    width: 23.5%;
    height: auto;
    margin: 0.5%;
}

.p-campaign_item img {
    width: 100%;
    height: auto;
}

.p-campaign__item a {
    display: block;
}

.p-campaign__item-image {
    overflow: hidden;
}

.p-campaign__item-image img {
    max-width: 300px;
    transition: all 1s ease-in;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 500px) {
    .campaign_index_main {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
    }
    .p-campaign_item {
        width: 48%;
        margin: 1%;
    }
}

/*TITLE*/

.title {
    margin: 1.5em auto;
    text-align: center;
    line-height: 1.4em;
    font-size: 16px;
    font-family: serif;
}

.title p a {
    color: #333333;
}

.title p span {
    font-size: 13px;
    color: #588779;
    font-family: "Comforter Brush", cursive;
    font-family: "Mulish", sans-serif;
    font-weight: bold;
}

/*CONYについて*/

/*itemex*/

.itemex {
    text-align: center;
    margin-bottom: 10%;
    line-height: 1.5em;
    font-family: serif;
    font-size: 18px;
    color: #4d9473;
}

.itemex p span {
    font-size: 15px;
    color: #1f1f1f;
    font-family: serif;
}

img.itemex_im {
    width: 292px;
    height: 156px;
    margin-top: 3%;
    margin-bottom: 6%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 500px;
}

img.mini {
    width: 170px;
    height: 170px;
    margin-right: 6%;
}

.itemex_mini {
    margin-top: 8%;
    margin-bottom: 5%;
    display: inline-block;
    height: 200px;
    width: 100%;
}

.right {
    width: 40%;
    height: 100%;
    float: right;
    margin-right: 4%;
}

.itemex_title {
    padding: 0;
    font-size: 20px;
    height: 30px;
}

.itemex_text {
    padding: 0;
    color: #2c2c2c;
    font-size: 14px;
    clear: both;
}

.itemex_first {
    text-align: center;
}

.itemex_first h2 {
    color: #4d9473;
    padding: 5%;
    font-size: 17px;
}

.itemex_icon img {
    width: 40px;
    height: auto;
}

.kiiro {
    background-color: #fffcf1;
    width: 100%;
    margin-top: -7em;
    padding: 5em 0 3em 0;
    height: auto;
}

/*POHOTO*/

.photo_main {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.photo {
    width: 33.3%;
    margin: 1em 0;
    height: auto;
    padding: 0 0.5em;
}

.photo img {
    width: 100%;
    height: auto;
}

.photo p {
    line-height: 1.5em;
    margin: 0.5em 0;
    text-align: justify;
    font-size: 13px;
    color: #535353;
    min-height: 55px;
}

.photo p span {
    color: #7b928b;
    margin: 1em 0;
    font-size: 17px;
}

.photo_botn {
    margin-right: 0px;
    margin-left: auto;
    width: 50%;
    max-height: 34px;
    height: auto;
    padding: 0.4em;
    background: #aed9cc69;
    border-radius: 5px;
}

.photo_botn p {
    text-align: center;
}

.photo_botn5 {
    margin-right: 0px;
    margin-left: auto;
    width: 50%;
    max-height: 37px;
    height: auto;
    padding: 0.1em;
    background: #5c5c5cad;
    border-radius: 5px;
}

.photo_botn5 p {
    text-align: center;
    color: white;
}

.photo_botn2 {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    margin-bottom: 2em;
    width: 62%;
    height: auto;
    padding: 11px;
    background: #aed9cc69;
    border-radius: 50px;
    text-align: center;
}

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

.photo_sen {
    display: none;
}

/*くわしく見る*/

.button03 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2em auto;
    padding: 1em 2em;
    width: 100%;
    max-width: 312px;
    color: #8caba2;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #bfd3cd;
}

.button03 a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 3px solid #8caba2;
    border-right: 3px solid #8caba2;
    transform: rotate(45deg);
}

.button03 a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #dceee9;
}

.button03 a:hover::after {
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
}

/*くわしく見る*/

.button04 p {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}

.button04 p i {
    margin-right: 10px;
}

.button04 {
    margin: 2em auto;
    padding: 1.5em 2em;
    width: 100%;
    max-width: 387px;
    border-radius: 50px;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background: #2ea59b;
}

.button04 a {
    color: white;
}

/*POINT*/

.point_bac {
    width: 100%;
    height: auto;
    background: #fffef6;
    padding: 2.5em 0;
}

.point_main {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.point {
    width: 25%;
    padding: 0.5em;
    height: auto;
}

.point img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.point p,
.revie p {
    line-height: 1.6em;
    padding: 0.2em;
    font-size: 13px;
    color: #535353;
    text-align: justify;
}

.revie p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
}

.point p span {
    font-size: 16px;
    color: #b8b594;
}

/*レビュー*/

.revie_main {
    background: #f5fff8;
    width: 100%;
    height: auto;
    padding: 2.5em 0;
}

.revie_in {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.revie,
.revie_go {
    width: 33%;
    height: auto;
    text-align: center;
    padding: 0.5em;
}

.revie img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}

.revie p span {
    font-size: 16px;
    color: #6a837c;
}

.revie h2 {
    font-size: 14px;
    margin: 0.7em 0 0.2em 0;
    font-weight: normal;
}

/*NEWS*/

.news {
    margin: 1em 0;
    text-align: justify;
    line-height: 2em;
}

.news p {
    font-size: 16px;
}

.news p span {
    font-size: 14px;
    color: #6b6b6b;
}

/*support*/

.support {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.support_in {
    width: 16%;
    text-align: center;
    margin: 1em 0;
}

.support_in img {
    width: 80px;
    height: auto;
    margin: 0 auto;
}

.support_in p {
    color: #525252;
    font-size: 14px;
}

.footer_bana {
    width: 100%;
    max-width: 1000px;
    margin: 2em auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.footer_bana img {
    width: 32.7%;
    height: auto;
    padding: 1em;
    margin: 0 3px;
}

@media (max-width: 977px) {
    .footer_bana img {
        width: 31.5%;
    }
}

.footer_bana_under {
    width: 99%;
    max-width: 1200px;
    margin: 1em auto;
    display: flex;
    flex-wrap: wrap;
}

.footer_bana_under div {
    width: 23%;
    margin: 1%;
    height: auto;
}

.footer_bana_under img {
    width: 100%;
    height: auto;
}

@media (max-width: 775px) {
    .footer_bana_under div {
        width: 48%;
        margin: 1%;
    }
}

@media (max-width: 500px) {
    .footer_bana_under img {
        width: 98%;
    }
}

.fotter_logo {
    width: 100%;
    max-width: 400px;
    margin: 1em auto;
}

.fotter_logo img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.fotter_logo p {
    text-align: center;
    font-size: 15px;
}

.footer {
    background: #565656;
    width: 100%;
    height: auto;
    margin-top: 2em;
    padding: 1em 0;
    font-size: 11px;
}

.footer p {
    color: white;
    text-align: center;
    line-height: 16px;
}

.flex_fotter,
.sp_set,
.flex_footer_in,
.flex_footer_in_box {
    display: none;
}

@media (max-width: 1100px) {
    .flex_fotter {
        display: block;
        position: fixed;
        bottom: 0;
        display: flex;
        width: 100%;
        height: auto;
        padding: 1.1em 0;
        border-radius: 30px 30px 0 0;
        background: #ffffff;
        box-shadow: 2px 2px 4px;
        z-index: 1;
    }
    .sp_set {
        display: block;
        height: 95px;
    }
    .flex_footer_in {
        display: block;
        font-size: 18px;
        position: relative;
        left: 31px;
        line-height: 1.5em;
    }
    .flex_footer_in p span {
        color: #207c4b;
        font-size: 1.1em;
    }
    .flex_footer_in_box {
        display: block;
        background: #e0f3e9;
        padding: 1em;
        width: 150px;
        text-align: center;
        position: absolute;
        top: 22px;
        border-radius: 15px;
        right: 20px;
    }
}

@media (max-width: 1600px) {
}

@media (max-width: 780px) {
    .sp {
        display: block;
    }
    .title_top {
        font-size: 18px;
        line-height: 1em;
    }
    /*BANAR*/
    .sp_top {
        display: block;
    }
    .sp_top img {
        width: 100%;
        height: auto;
    }
    .pc_top {
        display: none;
    }
    .banar {
        overflow-x: auto;
        display: flex;
        justify-content: flex-start;
    }
    .banar img {
        width: 80%;
        height: auto;
        margin: 0 5px;
    }
    /*POHOTO*/
    .photo {
        width: 100%;
    }
    .photo p {
        min-height: 60px;
    }
    .photo_botn {
        width: 70%;
    }
    .photo_sen {
        display: block;
        color: #a7a4a4;
        width: 80%;
        margin: 1em auto 0 auto;
    }
    /*POINT*/
    .point {
        width: 50%;
    }
    .revie {
        width: 300px;
    }
    /*support*/
    .support_in {
        width: 33%;
    }
    .support_in p {
        font-size: 12px;
    }
    .boxes {
        display: table;
    }
    .fotter_logo p {
        font-size: 15px;
    }
}

@media (max-width: 330px) {
    .fotter_logo p {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .photo {
        width: 100%;
    }
    .photo p {
        min-height: 50px;
    }
}

/*全ページ共通*/

.main {
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 100px auto 0 auto;
}

@media (max-width: 760px) {
    .main {
        margin: 90px auto 0 auto;
    }
}

/*フォトギャラリー*/

.box_type {
    margin: 2em auto;
    padding: 1em;
    width: 300px;
    text-align: center;
    color: #555555;
    /* 文字色 */
    background-color: #e0f7dd;
    /* 背景色 */
    box-shadow: 0 0 10px 10px #e0f7dd;
    /* 影 */
}

@media (max-width: 330px) {
    .box_type {
        width: 90%;
    }
}

/*商品の料金*/

.price-title {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    margin-left: 10px;
}

p.title-single {
    border-left: 5px solid #2ea59b;
    /*線の設定*/
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    font-size: 1rem;
    position: relative;
}

/*商品の料金（円）*/

.price-mark {
    font-size: 1.3rem;
    color: #595959;
}

/*商品の料金（税）*/

.price-tax {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 0.7rem;
    color: #595959;
}

/* 料金システム 料金に含まれるものリスト */

.list1 ul,
.list1 ol {
    color: #ee8992;
    border: 3px solid #ffccd2;
    background: #fffafa;
    padding: 0.5em 0.5em 0.5em 2em;
}

.list1 ul li,
.list1 ol li {
    line-height: 1.5;
    padding: 0.5em 0;
}

.list1 {
    text-align: center;
}

.photo_gyala {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: 0 auto;
}

.photo_gyala img {
    width: 100%;
    height: auto;
}

.photo_system_in {
    text-align: center;
}

.photo_system p {
    margin: 0 auto;
}

.photo_system_in p,
.photo_system_in p a {
    font-size: 16px;
    color: #474747;
    text-align: center;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 0.2em;
}

.photo_system_in p span {
    color: red;
}

.photo_system {
    font-size: 1.5rem;
    margin-left: 5%;
    margin-top: 5%;
    line-height: 1.5em;
}

.flex {
    width: 100%;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

.flex_in {
    width: 50%;
    height: auto;
    padding: 0.2em;
}

.flex_in img {
    width: 100%;
    height: auto;
}

.bo {
    text-align: center;
    background: #e0f3e9;
    width: 100%;
    height: auto;
    padding: 0.5em;
}

.bac {
    background: rgb(244 255 246);
    padding: 1em 0 3em 0;
}

.flex_text {
    margin: 1em auto;
    text-align: justify;
    line-height: 1.7em;
    width: 96%;
    max-width: 1000px;
}

.flex_text p span {
    color: #207c4b;
    font-size: 1.1em;
    margin: 1em 0;
}

/* 商品ページ中追加 */

h2.return {
    color: #207c4b;
    margin: 5%;
    text-align: center;
}

p.return {
    color: #ed6b6b;
    font-size: 0.9em;
}

.user_Introduction {
    max-width: 700px;
    line-height: 1.5em;
    text-align: justify;
    width: 98%;
    margin: 2em auto;
}

.list_background {
    background-color: #fffcf1;
    width: 100%;
    padding: 5%;
}

.list_background_price {
    background-color: #fef3ee;
    width: 100%;
    padding: 5%;
}

.youtubu_user {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: 0 auto;
}

.frame-wrapper__video {
    margin: 2em 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}

.frame-wrapper__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-list.draggable {
    margin: 1em auto 0 auto;
}

.select_buy {
    text-align: center;
    line-height: 2em;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
    max-width: 700px;
    margin: 1em auto;
}

table.ui-datepicker-calendar tbody tr td {
    display: table-cell;
}

.button_cart_main {
    text-align: center;
}

.button_cart {
    margin: 1.5em auto;
    padding: 1.3em;
    text-align: center;
    background: azure;
    border: solid 1px #d7e6e2;
    color: #1f1f1f;
    max-width: 300px;
    width: 100%;
    font-size: 16px;
}

/* CART CSS */

.cart_main {
    margin: 2em auto;
}

.cart_flex {
    display: flex;
    align-items: center;
    max-width: 700px;
    position: relative;
    width: 98%;
    height: auto;
    padding: 0.5em;
    margin: 1em auto;
    box-shadow: 2px 2px 4px #acbcb4;
}

.cart_flex img {
    width: 50%;
    max-width: 333px;
    height: auto;
}

.cart_text {
    line-height: 1.5em;
    width: 50%;
    margin: 0 1em;
    height: auto;
}

.cart_text p {
    font-size: 14px;
}

.cart_text p span {
    color: #b0b0b0;
    font-size: 13px;
}

.cart_total {
    text-align: center;
    width: 95%;
    margin: 0 auto 2em auto;
    max-width: 700px;
    color: white;
    padding: 1em;
    background-color: #acbcb4;
}

.cart_del {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #474747;
}

.cart_del button {
    background: none;
    border: none;
    font-size: 23px;
    color: #838383;
}

.no_cart {
    text-align: center;
    margin: 1em auto;
    line-height: 3em;
}

.cart_no {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    max-width: 700px;
    color: white;
    padding: 0.8em;
    background-color: #d0ecde;
}

.cart_no a {
    color: #708fe3;
}

.cart_center {
    text-align: center;
    margin: 1em auto;
    color: #708fe3;
}

.cart_frex {
    display: flex;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.cart_next {
    background-color: #95b8c2;
    width: 50%;
    height: auto;
    margin: 0.5em;
    text-align: center;
    padding: 1em;
    color: white;
}

.cart_back a,
.cart_next a {
    color: white;
}

.form_cart_main {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

.cart_back {
    background-color: #bad6c8;
    width: 50%;
    height: auto;
    margin: 0.5em;
    text-align: center;
    padding: 1em;
    color: white;
}

.cart_form_frex {
    margin: 2em auto;
    width: 90%;
    max-width: 700px;
}

.cart_laver {
    padding: 0;
    color: black;
}

.cart_input input {
    padding: 0.6em 1em;
    width: 100%;
    margin: 1em 0;
    border: 1px solid #d1d1d1;
    border-radius: 0.3em;
}

input.midl {
    width: 50%;
}

textarea#t_message {
    width: 100%;
    margin: 2em auto 1em auto;
    height: 100px;
    border: 1px solid #d1d1d1;
    border-radius: 0.3em;
    padding: 0.5em;
}

input.cart_submit {
    text-align: center;
    margin: 1em auto;
    color: #fff;
    border-radius: 5px;
    border: solid 0px;
    padding: 1em 3em;
    background-color: #2184be;
    font-size: 18px;
}

@media (max-width: 900px) {
    input.cart_submit {
        min-width: 100px;
        width: 70%;
        max-width: 300px;
    }
}

.center {
    text-align: center;
}

.cart_buy_item {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
}

.required {
    background: #d29498;
    border: 1px solid #dabcad;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    padding: 0.4em;
    margin-right: 0.5em;
}

.free {
    background: #9ab3d6;
    border: 1px solid #9c9dc6;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    padding: 0.4em;
    margin-right: 0.5em;
}

.alert.alert-danger {
    text-align: center;
    margin: 1em auto;
    background-color: #207c4b;
    padding: 1em;
    font-size: 14px;
    width: 100%;
    max-width: 700px;
    opacity: 0.6;
    color: white;
    line-height: 1.5em;
}

.thanks_page h2 {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    margin: 1em auto;
}

.thanks_page {
    max-width: 860px;
    width: 95%;
    margin: 1em auto;
    line-height: 2em;
    font-size: 14px;
    text-align: justify;
}

.thanks_line {
    max-width: 1200px;
    width: 99%;
    margin: 1em auto;
    line-height: 3em;
    text-align: center;
}

.thanks_back {
    width: 100%;
    background-color: #e8faf1;
    padding: 1em 0.5em;
    margin: 2em auto;
}

.thanks_img {
    width: 100%;
    height: auto;
    text-align: center;
}

.thanks_flow {
    text-align: justify;
    max-width: 724px;
    width: 98%;
    margin: 1em auto;
    line-height: 2.5em;
    font-size: 14px;
}

.thanks_flow p span {
    font-size: 16px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.thanks_flow p span2 {
    margin-left: 2em;
    color: #474747;
    font-size: 80%;
}

.date_rent {
    color: #2184be;
    text-align: center;
    margin: 1em auto;
    line-height: 1.7em;
    font-size: 13px;
}

select.cart_pay {
    width: 100%;
    margin: 1em auto;
    padding: 0.5em;
    border: 1px solid #d1d1d1;
    border-radius: 0.3em;
}

.alert_cart {
    text-align: center;
    margin: -1em auto 1em auto;
    background-color: #207c4b;
    padding: 0.5em;
    font-size: 13px;
    width: 91%;
    max-width: 700px;
    opacity: 0.5;
    color: white;
    line-height: 1.5em;
}

.review {
    display: flex;
    align-items: center;
    margin: 1em auto;
    width: 95%;
    max-width: 1000px;
}

.review_img {
    width: 50%;
    height: auto;
}

.review_text {
    width: 50%;
    padding: 1em;
    height: auto;
    text-align: justify;
    line-height: 1.5em;
}

.review_text span {
    font-size: 14px;
    color: #474747;
}

.review_text h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 1em;
    color: #6a837c;
}

.review_text p {
    padding: 1em;
}

.review_img img {
    width: 100%;
    height: auto;
}

.review_sen {
    margin: 20px auto;
    width: 95%;
}

@media (max-width: 900px) {
    .review {
        display: block;
    }
    .review_img {
        width: 100%;
        height: auto;
    }
    .review_text {
        width: 100%;
        height: auto;
    }
    .review_text h2 {
        margin-bottom: 0.5em;
    }
    .review_text p {
        padding: 0;
    }
}

/* 質問CSS question ページ */

.cp_laver {
    text-align: center;
    background-color: #9eb6af;
    margin: 2em auto 1em auto;
    padding: 1em;
    width: 60%;
    max-width: 300px;
    color: white;
}

.cp_main {
    width: 100%;
    max-width: 1000px;
    margin: 2em auto;
}

.cp_qa *,
.cp_qa *:after,
.cp_qa *:before {
    box-sizing: border-box;
}

.cp_qa {
    overflow-x: hidden;
    margin: 0 auto;
    color: #333333;
}

.cp_qa .cp_actab {
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
}

.cp_qa label {
    font-size: 1.2em;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0 48px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.5em;
}

.cp_actab-content span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.cp_qa .cp_actab-content {
    font-size: 1em;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 40px;
    padding: 0 14px;
    transition: 0.4s ease;
    opacity: 0;
}

.cp_qa .cp_actab input[type="checkbox"]:checked ~ .cp_actab-content {
    height: auto;
    padding: 20px 0;
    opacity: 1;
    line-height: 1.6em;
    text-align: justify;
}

.cp_qa .cp_plus {
    font-size: 2.4em;
    line-height: 100%;
    position: absolute;
    z-index: 5;
    margin: 3px 0 0 10px;
    transition: 0.2s ease;
}

.cp_qa .cp_actab input[type="checkbox"]:checked ~ .cp_plus {
    transform: rotate(45deg);
}

.cp_qa .cp_actab input[type="checkbox"] {
    display: none;
}

/* 会社情報CSS */

.company_main {
    width: 100%;
    max-width: 1000px;
    margin: 1em auto;
}

.tableSample {
    width: 100%;
    border-collapse: collapse;
}

.tableSample th,
.tableSample td {
    padding: 20px 15px;
    border: 1px solid #ddd;
    line-height: 1.6em;
}

.tableSample th {
    background: #f4f4f4;
    width: 15%;
    text-align: left;
    width: 40%;
}

@media only screen and (max-width: 479px) {
    .tableSample th,
    td {
        width: auto;
        display: block;
        border-top: none;
    }
    .tableSample tr:first-child {
        border-top: 1px solid #d5d5d5;
    }
}

.vision {
    text-align: justify;
    font-size: 16px;
    line-height: 1.7em;
    margin: 1em auto;
    max-width: 1000px;
    width: 98%;
}

/* プライバシーポリシー特定商取引法 */

.privacy {
    text-align: justify;
    margin: 1em auto;
    max-width: 1400px;
    width: 95%;
    line-height: 1.6em;
}

.privacy_min {
    text-align: justify;
    margin: 2em auto;
    max-width: 1200px;
    width: 95%;
    line-height: 1.6em;
}

.privacy_min p span {
    font-size: 18px;
}

/* コラムCSS */

.coram_main {
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    height: auto;
    margin: 1em auto;
}

.coram {
    margin: 0.5em;
    width: 31%;
    height: auto;
    position: relative;
}

.coram img {
    width: 100%;
    height: auto;
}

.coram_title {
    text-align: justify;
    margin: 1.5em 0;
    line-height: 1.6em;
    color: #474747;
}

.coram_date {
    text-align: end;
    font-size: 12px;
    color: #555555;
    bottom: 0;
    right: 0;
    position: absolute;
}

@media only screen and (max-width: 1000px) {
    .coram {
        width: 47.5%;
        height: auto;
    }
}

@media only screen and (max-width: 700px) {
    .coram_main {
        display: block;
    }
    .coram {
        width: 96%;
        height: auto;
    }
    .coram_title {
        margin: 1.5em 0 3em 0;
    }
    .coram_date {
        bottom: -35px;
    }
}

.coram_page_main {
    max-width: 900px;
    width: 95%;
    margin: 1em auto;
    text-align: justify;
}

.coram_page_title {
    width: 100%;
    margin: 1em auto;
    text-align: justify;
    font-size: 1.5em;
    /* フォントサイズ */
    font-weight: bold;
    /* フォント太さ */
    padding-left: 0.5em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    border-left: 5px solid #6d987e;
    /* 線 */
    color: #6d987e;
    /* フォント色 */
}

.coram_page_date {
    text-align: end;
    font-size: 13px;
    color: #525252;
}

.coram_page_text {
    margin: 1em auto;
    padding: 1em;
    margin: 1em auto;
    line-height: 1.8em;
    text-align: justify;
}

/* 料金システム */

.system {
    text-align: center;
    margin: 1.5em auto;
    line-height: 2em;
}

.system h2 {
    font-family: "Secular One", sans-serif;
    font-size: 50px;
    color: #6a837c;
}

.system h2 span {
    font-family: "Secular One", sans-serif;
    font-size: 50px;
    color: #a0a08d;
}

.system_under h3 {
    font-size: 20px;
    color: #6a837c;
    margin: 0.5em auto;
}

.system_under h3 span {
    font-size: 14px;
}

.system p {
    color: #6d987e;
}

.system p span {
    color: #9b997b;
}

.system_under {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
}

.system_under p span {
    font-size: 15px;
}

.system_under h6 {
    color: #474747;
    font-size: 12px;
    margin: 1em auto;
    line-height: 1.7em;
    font-weight: normal;
}

.tensen {
    width: 80%;
    max-width: 800px;
    margin: 3em auto;
    border-style: dashed;
}

.system_under2 {
    text-align: justify;
    max-width: 346px;
    width: 98%;
    margin: 1.5em auto;
    line-height: 2em;
}

.system_under3 {
    text-align: justify;
    max-width: 1040px;
    width: 95%;
    margin: 1.5em auto;
    line-height: 1.6em;
}

/* FLOW CSS */

.flow_frex {
    display: flex;
    width: 98%;
    margin: 1em auto;
    flex-wrap: wrap;
    justify-content: center;
}

.flow_number {
    width: 46%;
    margin: 2%;
}

.flow_number img {
    width: 100%;
    height: auto;
    margin: 1em auto;
}

.flow_number p {
    margin-top: 1.5em;
    font-size: 1.1em;
    color: #7b928b;
}

.flow_under {
    text-align: justify;
    line-height: 1.7em;
    margin: 0 auto;
    padding: 0.5em;
}

.flow_under p {
    color: #333333;
}

@media only screen and (max-width: 700px) {
    .flow_frex {
        display: block;
    }
    .flow_number {
        width: 96%;
        margin: 3.5em auto;
    }
}

/* //INDEX FARST VIEW TOP CSS */

.top_bac {
    width: 100%;
    height: auto;
}

.top_fre {
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.top1 {
    width: 60%;
}

.top1 img {
    width: 100%;
    height: auto;
}

.top2 {
    width: 40%;
    display: table;
}

.top2 p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
    font-size: 30px;
}

.top2 p span {
    font-size: 17px;
    font-family: serif;
}

.top2 img {
    width: 60px;
    height: auto;
    text-align: center;
    margin: 11px auto;
}

.pc_img_top {
    display: block;
}

.sp_img_top {
    display: none;
}

@media only screen and (max-width: 940px) {
    .top_fre {
        display: block;
    }
    .pc_img_top {
        display: none;
    }
    .sp_img_top {
        display: block;
    }
    .top1,
    .top2 {
        width: 100%;
    }
    .top2 {
        margin: 3em auto;
    }
    .top2 img {
        display: block;
    }
}

/* 注意事項 */

.doui {
    text-align: justify;
    width: 98%;
    max-width: 700px;
    overflow: scroll;
    height: 250px;
    line-height: 1.5em;
    margin: 16px auto;
    border: 1px solid #474747;
}

.doui p {
    padding: 0.5em;
}

/* エラーページ */

.error {
    text-align: center;
    line-height: 2em;
    width: 100%;
    margin: 2em auto;
}

.top_error {
    background-color: #6a837c;
    color: white;
    text-align: center;
    padding: 1em;
    margin: 1em auto;
    width: 80%;
    max-width: 500px;
}

.top_error a {
    color: white;
}

.error_img {
    max-width: 500px;
    width: 98%;
    margin: 1em auto;
}

.error_img img {
    width: 100%;
    height: auto;
}

.menu_bana {
    width: 90%;
    height: auto;
    margin: 3em auto;
}

.menu_bana img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 800px) {
    .menu_bana {
        width: 90%;
        height: auto;
        margin: 2em auto;
    }
}

select.date_select_cart {
    width: 100%;
    height: auto;
    margin: 1em auto;
    padding: 0.5em;
    border: solid 0.2px #b5b5b5;
}

.date_select_main {
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
}

.stock_vak {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.5em;
}

.stock_vak p span {
    background-color: #ff9;
    background: linear-gradient(transparent 60%, rgb(189, 209, 195) 60%);
}

.sango {
    color: #7b928b;
    text-align: center;
    margin: 0 auto 1em auto;
    font-size: 14px;
}

.revie_in_main {
    display: flex;
    margin: 1em auto;
    flex-wrap: wrap;
    align-items: flex-start;
}

.revie_v {
    width: 33%;
    height: auto;
    padding: 0.5em;
}

.revie_v img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.revie_v p span {
    font-size: 16px;
    color: #6a837c;
}

.revie_v p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
}

.revie_v p span2 {
    font-size: 15px;
}

.button_cart2 {
    margin: 1.5em auto;
    padding: 1em 1em;
    text-align: center;
    background: #2ea59b;
    color: white;
    max-width: 300px;
    width: 100%;
    font-size: 15px;
    border: none;
    border-radius: 30px;
    font-weight: normal;
}

button.button_cart2 {
    font-weight: normal;
}

@media only screen and (max-width: 800px) {
    .revie_v {
        width: 50%;
        height: auto;
        padding: 0.5em;
    }
}

.sold_item {
    margin: 1.5em auto;
    padding: 0.9em;
    text-align: center;
    background: rgb(78, 78, 78);
    color: #1f1f1f;
    max-width: 300px;
    width: 100%;
    color: white;
    font-size: 13px;
}

.coram_page_text img {
    width: 100%;
    height: auto;
}

.maru_num {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
}

.maru_num p {
    color: #94caf1 !important;
}

.revie_item_main {
    display: flex;
    overflow-x: scroll;
    text-align: center;
    align-items: center;
    margin: 1em auto;
}

.revie_item_main img {
    height: 300px;
    width: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    padding: 1%;
}

.revie_item_main div {
    margin: 1em 0;
}

.revie_item_main div a {
    color: #333333;
}

.line {
    max-width: 400px;
    width: 95%;
    height: auto;
    margin: 1em auto;
    text-align: center;
}

.line img {
    width: 50%;
    text-align: center;
    height: auto;
    margin: 1em auto;
}

.rent_set {
    margin: 2em auto 0 auto;
    background-color: #7c7373;
    color: white;
    padding: 1em;
    border-radius: 10px;
    max-width: 301px;
    width: 90%;
    position: relative;
    height: 54px;
}

.rent_set i {
    position: absolute;
    top: 20px;
    right: 15px;
}

@media only screen and (max-width: 784px) {
    .rent_set i {
        top: 18px;
    }
}

.review_one {
    width: 95%;
    max-width: 500px;
    height: auto;
    margin: 1em auto;
}

.review_one img {
    width: 100%;
    height: auto;
}

.review_one_name {
    max-width: 500px;
    text-align: center;
    line-height: 1.5em;
    margin: 1em auto;
}

.review_one_name a {
    color: #333333;
}

.review_one_text {
    max-width: 800px;
    margin: 2em auto;
    width: 93%;
    height: auto;
    text-align: justify;
    line-height: 2em;
}

.box_syouhin {
    text-align: center;
    background-color: #66c2be;
    border: solid 1px #4b7b79;
    color: white;
    padding: 1em;
    border-radius: 5px;
    margin: 1em auto;
    max-width: 230px;
}

.box_syouhin a {
    color: white;
}

.photo_box {
    width: 95%;
    max-width: 300px;
    height: auto;
    padding: 1em;
    margin: 2em auto;
    background-color: #83b9a9;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.photo_flex {
    display: flex;
    width: 99%;
    margin: 1em auto;
    max-width: 700px;
}

.photo_flex > div {
    width: 31%;
    margin: 1%;
}

.photo_flex > div > img {
    width: 100%;
    height: 150px;
    /*任意の高さを指定*/
    -o-object-fit: contain;
       object-fit: contain;
}

.photo_main {
    display: flex;
    width: 99%;
    max-width: 800px;
    margin: 1em auto;
    flex-wrap: wrap;
    align-items: center;
}

.photo_main > div {
    width: 48%;
    height: auto;
    margin: 1%;
}

.photo_main img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

.chek {
    text-align: center;
    color: #333333;
}

.lightbox {
    z-index: 50000000;
}

.photo_main div p {
    color: #474747;
    font-size: 11px;
    margin: 0 auto 1em auto;
    line-height: 2em;
}

.photo_main div p a span {
    color: #474747;
    font-size: 8px;
    color: #7183d0;
}

.photo_main div h2 {
    font-size: 14px;
    margin: 0.7em 0 0.2em 0;
    font-weight: normal;
}

.main_sp {
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .photo_main > div {
        width: 48%;
        margin: 1%;
    }
}

@media only screen and (max-width: 768px) {
    .photo_main > div > a > img {
        height: auto;
    }
}

/* INDEX NEW CSS */

.index_big_main {
    font-family: m-plus-rounded-1p, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.index_main {
    background-size: cover;
    height: 380px;
    width: 100%;
    margin-bottom: 1em;
    display: table;
}

.index_main div {
    display: table-cell;
    vertical-align: middle;
}

.index_main div h1 {
    font-family: m-plus-rounded-1p, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    text-align: center;
}

.index_main div h2 {
    font-family: m-plus-rounded-1p, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    text-align: center;
    max-width: 380px;
    line-height: 1.5em;
    margin: 0.5em auto 0 auto;
    width: 95%;
}

.index_main div h2 span {
    color: #46c59e;
}

.goju {
    text-align: center;
    margin: 0.4em auto;
    color: red;
}

.goju a {
    color: red;
}

.index_under,
.index_under_two {
    max-width: 500px;
    width: 98%;
    margin: 0 auto;
    display: flex;
}

.index_under div {
    background-color: #1aab7e;
    border-radius: 5px;
    width: 48.5%;
    margin: 0.5%;
    height: auto;
    color: white;
    text-align: center;
    padding: 1.3em 0;
    font-size: 18px;
}

.index_under div a {
    color: white;
}

.index_under div img {
    width: 18px;
    height: auto;
}

.index_under_two div {
    border: solid 1.5px #1aab7e;
    border-radius: 5px;
    border-radius: 5px;
    padding: 0.7em 0;
    text-align: center;
    width: 48.5%;
    margin: 0.5%;
    font-size: 18px;
    position: relative;
}

.index_under_two div a {
    color: #1aab7e;
}

.index_under_two div p i.fa-solid.fa-chevron-right {
    position: absolute;
    top: 10px;
    right: 4px;
}

@media only screen and (max-width: 768px) {
    .index_main div h1 {
        font-size: 17px;
    }
    .index_main div h2 {
        font-size: 18px;
        max-width: 293px;
    }
    .index_under div,
    .index_under_two div {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .index_main {
        height: 226px;
    }
}

.seo {
    max-width: 1041px;
    width: 96%;
    margin: 2em auto;
    line-height: 1.7em;
    font-size: 13.5px;
    text-align: left;
    line-height: 1.8em;
}

.item_new_main {
    display: flex;
    margin: 4em auto;
    width: 100%;
    max-width: 600px;
    position: relative;
}

@media only screen and (max-width: 1046px) {
    .item_new_main {
        width: 100%;
        max-width: 600px;
        margin: 2em auto;
    }
}

.item_bo {
    width: 48%;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

img.itm_img_main {
    width: 100% !important;
    height: auto;
}

.item_bo a img {
    width: 49%;
    margin: 1% auto;
    height: auto;
}

.item_new_main .item {
    width: 48%;
    height: auto;
    margin: 1%;
}

.item_new_main .item h4 {
    margin: 1em auto;
    font-size: 1rem;
    font-weight: bold;
    color: #4b7360;
}

.item_new_main .item h3 {
    text-align: end;
    font-weight: normal;
}

.item_new_main .item h2 {
    font-size: 15px;
    font-weight: normal;
    margin: 1em auto;
    color: #333333;
}

.item_new_main .item h5 {
    background-color: #eeeeee;
    border: solid 1px #cfcdcd;
    padding: 0.5em;
    margin: 1em 7px 1em auto;
    width: 75%;
    color: #727272;
    font-weight: normal;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
}

.item_new_main .item h6 {
    line-height: 1.5em;
    margin: 2em auto;
    position: absolute;
    height: auto;
    font-weight: normal;
    font-size: 14px;
    color: #8d8d8d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 制限したい行数が3の場合 */
    overflow: hidden;
}

.kawa {
    display: flex;
}

.kawa p.one,
.kawa p.two,
.kawa p.tree {
    color: #1f1f1f;
    text-align: center;
    border-radius: 3px;
    width: 31%;
    margin: 1%;
    height: auto;
    padding: 0.2em;
    font-size: 13px;
}

.kawa p.one {
    background-color: #fff1f1;
    border: solid 1px #c0a8a8;
}

.kawa p.two {
    background-color: #f1f3ff;
    border: solid 1px #a8adc0;
}

.kawa p.tree {
    background-color: #f2fff1;
    border: solid 1px #a8c0b0;
}

.syouhin_title {
    text-align: center;
    margin-top: -2em;
}

.modal-open {
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/

.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/

.modal-container.active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

/*モーダル枠の指定*/

.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 90%;
    z-index: 600;
}

/*モーダルを閉じるボタンの指定*/

.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/*モーダル内のコンテンツの指定*/

.modal-content {
    background: #fff;
    text-align: left;
    padding: 30px 10px;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all 0.2s;
}

.radio-inline__input:checked + .radio-inline__label {
    background: #82b4a5;
    color: #fff;
    text-shadow: 0 0 1px rgba(58, 167, 130, 0.7);
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #4d90fe;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

label.radio-inline__label {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.5em auto;
    border: solid 1px #bcbcbc;
    border-radius: 8px;
    padding: 0.8em;
}

label.radio-inline__label2 {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    border-radius: 3px;
    transition: all 0.2s;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.5em auto;
    border: solid 1px #bcbcbc;
    border-radius: 8px;
    padding: 0.8em;
    background: #2c2c2c;
    color: #bebebe;
    opacity: 0.5;
}

p.text_center {
    margin: 0.5em auto;
    text-align: center;
    line-height: 1.5em;
    color: gray;
    font-size: 14px;
}

.float_zen {
    display: none;
}

.float-button__wrap {
    height: auto;
    padding: 1em;
    width: 100%;
    height: auto;
    background-color: white;
    bottom: 0 !important;
    line-height: 1.5em;
    text-align: center;
    border-radius: 17px 17px 0 0;
    z-index: 500;
}

.float_botan h3,
.float_botan h4 {
    font-weight: normal;
}

.float_botan h3 {
    font-size: 15px;
}

.float_botan2 a {
    color: white;
}

.float_botan2 {
    padding: 1em 0.7em;
    margin: 0.5em auto;
    background-color: #2ea59b;
    border-radius: 50px;
    font-weight: 500;
    max-width: 352px;
}

.float_botan p i {
    margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
    .float_zen {
        display: block;
    }
}

.first_mese {
    margin: 1em auto;
    text-align: center;
    max-width: 500px;
    width: 95%;
    line-height: 2em;
}

.first_mese h1 {
    color: #4d9473;
    font-size: 17px;
    margin: 1em auto;
    font-family: serif;
}

.first_mese h2 {
    margin-bottom: 1em;
    font-family: serif;
}

.first_mese p {
    font-size: 16px;
    color: #2c2c2c;
    padding: 0.5em;
}

.first_mese p span {
    color: #4d9473;
    font-size: 1.1rem;
    font-family: serif;
}

.first_koe p {
    font-family: "ＭＳ Ｐ明朝";
    font-size: 100px;
    line-height: 250%;
}

.title_first {
    text-align: center;
}

.title_first h2 {
    color: #4d9473;
    padding: 0 0 5% 0;
    font-size: 17px;
}

.title_first img {
    width: 50px;
    height: auto;
}

.first_main {
    text-align: justify;
    line-height: 2em;
    margin: 0.5em auto;
    padding: 0.5em;
    max-width: 900px;
    width: 98%;
}

.first_main img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .first_main img {
        max-width: 1000px;
    }
}

.first_main span {
    font-weight: bold;
    color: #46c59e;
}

.first_img {
    width: 10%;
    margin-bottom: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}

.first_img img {
    width: 10px;
    height: auto;
}

/*
右から左へ
----------------------------*/

@-webkit-keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/*
  IE11対策
  ----------------------------*/

_:-ms-lang(x)::-ms-backdrop,
.d-demo {
    display: -ms-grid;
    overflow: hidden;
}

/*----------------------------*/

.d-demo__wrap {
    display: flex;
    overflow: hidden;
    max-width: 1000px;
    margin: 2em auto;
}

.d-demo__list {
    display: flex;
    list-style: none;
}

.d-demo__list--left {
    -webkit-animation: infinity-scroll-left 95s infinite linear 0.5s both;
            animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
    width: calc(100vw / 6);
}

.d-demo__item > img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .d-demo__item {
        width: calc(100vw / 3);
    }
}

@media only screen and (max-width: 700px) {
    .d-demo__item {
        width: calc(100vw / 2);
    }
    .first_mese p {
        font-size: 14px;
    }
    .first_mese p span {
        font-size: 16px;
    }
}

img.revie_img_im {
    width: 280px;
    height: 156px;
    margin-bottom: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 500px;
}

.revie_go p span {
    color: #207c4b;
    font-size: 16px;
    margin: 0.5em 0;
}

.revie_go p {
    padding: 0.5em;
    line-height: 1.8em;
    font-size: 14px;
    text-align: justify;
}

.syousai_rental_item {
    text-align: center !important;
    width: 95%;
    height: auto;
    padding: 0.5em;
    margin: 1em auto;
    background-color: #a2afa7;
    border: 1px solid #b9c2bd;
    border-radius: 5px;
}

a .syousai_rental_item {
    color: rgb(127 127 127);
    font-size: 16px;
}

.bac_movie {
    width: 100%;
    height: auto;
    max-width: 1500px;
    margin: 0 auto;
}

.bac_movie video {
    width: 100%;
    height: auto;
}

.video_wrapper {
    position: relative;
}

/* 動画ロード前はオーバーレイとローディングGIFを表示 */

.video_wrapper:not(.js_active)::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    content: "";
}

/* ローディングGIF（中央に表示） */

.video_wrapper:not(.js_active)::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}

/* 動画を画面いっぱいに */

.video_wrapper > video {
    width: 100%;
}

@font-face {
    font-family: "ZenMaruGothic";
    src: url("/fonts/ZenMaruGothic-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

.index_movie_text {
    font-family: "ZenMaruGothic", sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 1.5em;
    margin: 1em auto;
    font-weight: 100;
    color: #363636;
    opacity: 0;
    /* 初期状態では非表示 */
    transition: opacity 1s ease-in-out;
    /* フェードイン効果 */
}

.index_movie_text.js_active {
    opacity: 1;
    /* フォントが読み込まれたら表示 */
}

section {
    margin: 0 auto;
}

a.btn_04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    background: #93bdb0;
    border: 1px solid #bad1c5;
    box-sizing: border-box;
    padding: 0 25px 0 40px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    bottom: -124px;
}

a.btn_04:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -6px;
}

.secction_syousai {
    margin: 2em auto;
    width: 100%;
    height: auto;
}

.secction_syousai section {
    margin: auto;
}

@media only screen and (max-width: 650px) {
    .item_new_main {
        display: block;
        width: 95%;
        box-sizing: border-box;
        margin: 3em auto;
    }
    .item_new_main .item h6 {
        position: inherit;
        -webkit-line-clamp: 3;
        /* 制限したい行数が3の場合 */
    }
    .item_bo,
    .item_new_main .item {
        width: 100%;
    }
    a.btn_04 {
        bottom: 0;
        width: 100%;
    }
}

.souryou_kisai {
    text-align: center;
    line-height: 1.7em;
    font-size: 90%;
    border-top: solid 1px #b9b9b9;
    border-bottom: solid 1px #b9b9b9;
    max-width: 300px;
    padding: 1em;
    margin: 1em auto;
}

.souryou_kisai a {
    color: rgb(34, 90, 211);
    font-size: 13px;
    margin: 5px auto;
}

/* 商品詳細ページカート追加のフラッシュCSS */

p.flash_cart {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

p.flash_cart span {
    background-color: #ed6b6b;
    border: solid 1px #f16464;
    color: white;
    padding: 5px;
    font-size: 10px;
    border-radius: 10px;
    text-align: center;
    margin-left: 8px;
}

p.form_setumei {
    font-size: 12px;
    color: #595959;
    text-align: justify;
    margin: 8px auto;
}

.al_main {
    max-width: 600px;
    margin: 1em auto;
    width: 95%;
    line-height: 2.5em;
}

.al {
    color: red;
}

.al p {
    color: red;
}

.doui {
    line-height: 1.5em;
}

.doui p {
    text-align: justify;
    font-size: 14px;
    color: #1f1f1f;
}

.doui h4 {
    color: #537774;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0.5em auto;
}

.doui h5 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.fre_new {
    display: flex;
    flex-wrap: wrap;
    margin: 2em auto;
    width: 100%;
    max-width: 900px;
}

.fre_new div {
    width: 23%;
    margin: 1%;
}

.fre_new div img {
    width: 100%;
    height: auto;
}

.fre_new div p {
    text-align: center;
    margin: 0.5em 0;
    line-height: 1.5em;
    font-family: serif;
    font-size: 18px;
    color: #4d9473;
    border-bottom: solid 1px #cfcfcf;
}

.fre_new div p span {
    font-size: 11px;
    color: #1f1f1f;
}

.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
}

.fade.active {
    opacity: 1;
    transform: translateY(0px);
}

@media only screen and (max-width: 800px) {
    .fre_new div {
        width: 48%;
        margin: 1%;
    }
}

.max_mara {
    max-width: 500px;
    height: auto;
    margin: 3em auto;
    width: 100%;
    padding: 2em 0;
    border-bottom: 4px double #ddd;
    border-top: 4px double #ddd;
}

p.system_new {
    font-size: 20px;
    font-weight: normal;
    color: #4d4d4d;
    margin-left: 1em;
    margin-top: 15px;
}

p.system_new span {
    font-size: 15px;
    color: #a3a3a3;
}

.photo_naiyou {
    width: 95%;
    height: auto;
    margin: 1em auto;
}

.photo_naiyou h3 {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: normal;
}

.photo_naiyou div img {
    width: 18px;
    height: auto;
    margin-right: 9px;
}

.photo_naiyou div p {
    color: #1f1f1f;
    font-size: 16px;
    margin: 25px;
}

h3.hsedfks {
    color: #818181;
    font-size: 14px;
    margin-left: 10px;
    margin: 1em;
}

@media only screen and (max-width: 600px) {
    h3.hsedfks {
        text-align: center;
    }
}

/* 商品ページのリンク */

a.link {
    font-size: 12px;
    color: #fa9898;
    margin-left: 2em;
}

img.banar_in_img {
    width: 100%;
    margin: 1em auto;
    max-width: 600px;
    height: auto;
    display: flex;
}

.fgafgga {
    text-align: center;
    line-height: 22px;
    font-size: 11px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background: white;
    padding: 33px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 110000;
    width: 95%;
    max-width: 600px;
}

/* 背景のオーバーレイ */

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 100000;
}

/* 閉じるボタン */

.popup-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
}

.popup h3 {
    text-align: center;
    margin: 1em auto;
    color: #2c51ac;
}

.popup p {
    line-height: 25px;
    color: #2c2c2c;
}

/* 「？」ボタンのスタイル */

.help-icon {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    background: #6783a1;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    margin-left: 5px;
}

.wrap-container-x21 {
    width: 100%;
    background: white;
    padding: 0 20px;
    border-radius: 10px;
    margin: -2em auto 2em auto;
}

.step-container-xyz {
    display: none;
}

.step-container-xyz.active-step {
    display: block;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    padding: 1em 0;
    border-radius: 15px;
}

.progress-wrapper-p1 {
    width: 85%;
    background: #ddd;
    border-radius: 10px;
    margin: 20px auto;
    height: 10px;
    overflow: hidden;
    position: relative;
}

.progress-bar-abc {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #007bff, #0056b3);
    transition: width 0.4s ease-in-out;
    border-radius: 10px;
}

.btn-area-hoge {
    margin-top: 20px;
}

.hoge button {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    background: #007bff;
    color: white;
    cursor: pointer;
    margin: 5px;
    width: 46%;
    font-size: 16px;
}

#prev-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background: #c1c1c1;
    color: white;
    cursor: pointer;
    margin: 5px;
}

#prev-btn:disabled {
    background: #e3e3e3;
    cursor: not-allowed;
}

.titleefafag {
    text-align: center;
    margin: 1em auto;
    line-height: 22px;
    font-weight: normal;
}

.titleefafag h3 {
    font-size: 10px;
    font-weight: normal;
    color: #4e7ecf;
}

.titleefafag h4 {
    font-size: 16px;
    font-weight: normal;
}

/* 入力エラーの赤枠 */

.input-error {
    border: 2px solid red;
    background-color: #ffe6e6;
}

/* フォーカス時（入力中）のスタイル */

input:focus,
textarea:focus,
select:focus {
    background-color: #ecf8fd;
    /* 薄い水色 */
    border-color: #c8edff;
    /* 濃い水色のボーダー */
}

/* ボタンのスタイル */

.popup-buttons {
    margin-top: 20px;
}

.popup-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#confirm-btn {
    background: #007bff;
    color: white;
}

#cancel-btn {
    background: #ccc;
    color: black;
}

.ffagg {
    text-align: center;
    color: blue;
    font-size: 14px;
    display: block;
}

.suggestions-list {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    max-width: 600px;
}

.suggestions-list li {
    padding: 8px;
    cursor: pointer;
    border: solid 0.5px #d3d3d3;
}

.suggestions-list li:hover {
    background: #f0f0f0;
}

/* ポップアップ本体 */

#popup-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    width: 95%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 110000;
    -webkit-animation: fadeIn 0.3s ease-in-out;
            animation: fadeIn 0.3s ease-in-out;
}

/* フェードインアニメーション */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* 入力内容をスクロール可能にする */

#popup-content {
    max-height: 300px;
    /* 高さを制限 */
    overflow-y: auto;
    /* 縦スクロールを有効化 */
    padding: 10px;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#popup-content h4 {
    font-size: 13px;
    font-weight: normal;
    color: #2c2c2c;
    line-height: 22px;
}

/* スクロールバーのスタイル（Webkit系ブラウザのみ） */

#popup-content::-webkit-scrollbar {
    width: 8px;
}

#popup-content::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px;
}

#popup-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* タイトル */

#popup-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* 入力確認内容 */

#popup-box p {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
}

/* 支払い方法に応じた特別なメッセージ */

#payment-message {
    font-size: 14px;
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

/* ボタンエリア */

.popup-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* ボタンスタイル */

.popup-buttons button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 48%;
}

/* 購入ボタン */

#confirm-btn {
    background: #007bff;
    color: white;
    transition: background 0.3s ease;
}

#confirm-btn:hover {
    background: #0056b3;
}

/* キャンセルボタン */

#cancel-btn {
    background: #ccc;
    color: black;
    transition: background 0.3s ease;
}

#cancel-btn:hover {
    background: #999;
}

.revie_go a {
    color: #007bff;
}

/* フッターのレイアウト */

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 98%;
}

/* 左側メニュー */

.footer-menu ul {
    list-style: none;
    padding: 0;
}

.footer-menu ul li {
    margin-bottom: 15px;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

/* 中央画像とテキスト */

.footer-center {
    text-align: center;
    max-width: 400px;
}

.footer-center a {
    color: #1f1f1f;
}

.footer-image {
    width: 250px;
    border-radius: 8px;
}

/* 右側SNS */

.footer-social {
    text-align: right;
}

.footer-social p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.social-icons a {
    width: 30px;
    margin-right: 10px;
    transition: opacity 0.3s ease;
    color: #2c2c2c;
}

.social-icons a:hover {
    opacity: 0.7;
}

/* フッターの下部 */

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: #555;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
    margin-right: 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.sp {
    display: none;
}

/* スマホ対応 */

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-menu,
    .footer-social {
        text-align: center;
        margin-bottom: 20px;
    }
    .social-icons a {
        margin: 0 5px;
    }
    .footer-center {
        margin-bottom: 17px;
    }
    .sp {
        display: block;
    }
}

footer {
    background: #ebecec !important;
    padding: 2em 0 !important;
    padding: 40px 20px !important;
}

.footer-brand {
    line-height: 19px;
    margin: 1em auto;
}

.footer-brand a {
    color: #007bff;
}

/* ▼▼▼ 全体セクション ▼▼▼ */

.newborn-photo-rental {
    margin: 40px auto;
    max-width: 1200px;
    /* ページ幅に合わせて調整 */
    padding: 0;
    border-radius: 8px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
    width: 95%;
}

/* ▼ セクションタイトル */

.section-title {
    font-size: 16px;
    margin-bottom: 1em;
    font-weight: bold;
    color: #444;
    line-height: 22px;
    text-align: center;
}

.section-title .arrow {
    margin-left: 8px;
    color: #999;
}

/* ▼ アコーディオンアイテム全体 */

.accordion-item {
    margin-bottom: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    /* コンテンツのアニメーション用に必要な場合 */
}

/* ▼ アコーディオンタイトルボタン */

.accordion-title {
    width: 100%;
    background: #eee;
    border: none;
    outline: none;
    text-align: left;
    padding: 1em;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.3s;
    display: block;
    position: relative;
}

.accordion-title:hover {
    background: #e2e2e2;
}

.accordion-title span {
    pointer-events: none;
}

.accordion-title[aria-expanded="true"] {
    background: #ddd;
    /* 開いている時の色 */
}

/* ▼ アコーディオンコンテンツ */

.accordion-content {
    padding: 1em;
    display: none;
    /* 初期状態で非表示 （JSでも設定） */
    line-height: 1.6;
}

/* ▼ リストのスタイル */

.accordion-content ul {
    list-style: none;
    padding-left: 0;
    margin: 1em 0;
}

.accordion-content ul li {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 0.8em;
}

.accordion-content ul li::before {
    content: "•";
    color: #ff6961;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0.2em);
}

/* ▼ CTAボックス */

.cta-box {
    background: #fff;
    border-radius: 4px;
    padding: 1.5em;
}

.cta-button {
    margin-top: 1em;
}

.btn-apply {
    background: #ff6961;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
    margin: 1em auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-apply:hover {
    opacity: 0.8;
}

.rentalflow-wrap {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.rentalflow-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.rentalflow-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.rentalflow-image {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.rentalflow-content {
    flex: 1;
    min-width: 250px;
}

.rentalflow-content h3 {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
}

.rentalflow-content h3 span {
    color: #3cb371;
    font-weight: bold;
    font-size: 1.3rem;
    margin-right: 0.5rem;
}

.rentalflow-content p {
    line-height: 1.6;
    font-size: 0.95rem;
    color: #444;
}

/* 画像基本スタイル */

.rentalflow-image {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
    transition: all 0.3s ease;
}

a.camp_image_oku {
    width: 100%;
    height: auto;
    max-width: 973px;
    text-align: center;
    margin: 0.3em auto;
    display: flex;
}

a.camp_image_oku img {
    width: 100%;
    height: auto;
    max-width: 973px;
}

/* スマホでは画像を大きく表示 */

@media (max-width: 600px) {
    .rentalflow-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .rentalflow-image {
        width: 100%;
        height: auto;
        border-radius: 0;
        border: none;
        margin-bottom: 1rem;
    }
    .rentalflow-content {
        padding: 0 1rem;
        text-align: justify;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .boxes {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        padding: 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .revie_in {
        display: flex;
        flex-wrap: nowrap;
    }
    .revie {
        flex: 0 0 35%;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        padding: 12px 5px;
        margin: 1em 6px;
        min-width: 240px;
    }
    .revie img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 8px;
    }
    .revie p {
        font-size: 14px;
        color: #333;
        line-height: 1.6;
    }
    .revie p span {
        font-weight: bold;
        color: #399e90;
    }
    a.camp_image_oku {
        width: 98%;
    }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
    font-size: 17px;
}

select {
    font-size: 17px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
        "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

@charset "UTF-8";

/* 要素のリセット */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*行の高さをフォントサイズと同じにしています*/

body {
    line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/

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

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/

/*nav ul {
    list-style:none;
}*/

ol,
ul {
    list-style: none;
}

/*引用符の表示が出ないようにしています*/

blockquote,
q {
    quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/

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

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/

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

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/

del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/

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

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/

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

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/

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

/*縦方向の揃え位置を中央揃えに指定しています*/

input,
select {
    vertical-align: middle;
}

/*画像を縦に並べた時に余白が出ないように*/

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

/*box-sizingを全ブラウザに対応*/

*,
*:before,
*:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    height: 80px;
}

.opening-movie p,
.profile-movie p {
    color: white;
    margin-top: 0.8em;
    font-size: 14px;
    background: #7b928b52;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: 6px 5px;
    margin: 0 auto 0 auto;
}

@media (max-width: 425px) {
    header {
        height: 65px;
    }
    .opening-movie p,
    .profile-movie p {
        width: 90%;
    }
}

.header-logo {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 30%;
}

@media (max-width: 767px) {
    .header-logo {
        width: 100%;
    }
}

.header-logo img {
    width: 100%;
}

@media (max-width: 1178px) {
    .header-logo img {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .header-logo img {
        width: 100%;
    }
}

.header-list,
.header-right,
.header-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-list {
    padding-top: 10px;
    margin-left: 20px;
}

.header-list li {
    margin-right: 15px;
}

.header-list li a {
    color: gray;
}

.header-list li i {
    margin-left: 10px;
}

@media (max-width: 1178px) {
    .header-list {
        display: none;
    }
}

.header__mail,
.header__line,
.humberger {
    width: 100px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.header__mail img,
.header__line img,
.humberger img {
    margin-top: 8px;
    margin-bottom: 3px;
    margin-left: -1px;
}

@media (max-width: 425px) {
    .header__mail img,
    .header__line img,
    .humberger img {
        width: 40px;
        margin-left: -3px;
    }
}

.header__mail p,
.header__line p,
.humberger p {
    font-size: 15px;
    color: white;
    -webkit-transform: scale(0.9);
}

@media (max-width: 425px) {
    .header__mail p,
    .header__line p,
    .humberger p {
        -webkit-transform: scale(0.8);
    }
}

@media (max-width: 425px) {
    .header__mail,
    .header__line,
    .humberger {
        width: 60px;
        height: 65px;
    }
}

.header__mail {
    background-color: #94caf1;
    position: relative;
}

.header__mail i {
    color: #94caf1;
    background-color: white;
}

.header__line {
    background-color: #7fe695;
}

.header__line i {
    color: #00b900;
    background: white;
}

#humberger {
    position: relative;
    height: 20px;
    width: 80px;
    display: inline-block;
    box-sizing: border-box;
    margin-top: 30px;
}

@media (max-width: 425px) {
    #humberger {
        width: 60px;
    }
}

.humberger {
    background-color: #76c8af;
}

#humberger div {
    position: absolute;
    right: 15px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
}

#humberger div:nth-of-type(1) {
    bottom: 25px;
    width: 50px;
}

@media (max-width: 425px) {
    #humberger div:nth-of-type(1) {
        width: 30px;
        bottom: 30px;
    }
}

#humberger div:nth-of-type(2) {
    bottom: 8px;
    width: 35px;
}

@media (max-width: 425px) {
    #humberger div:nth-of-type(2) {
        width: 20px;
        bottom: 15px;
    }
}

#humberger div:nth-of-type(3) {
    bottom: -10px;
    width: 20px;
}

@media (max-width: 425px) {
    #humberger div:nth-of-type(3) {
        width: 10px;
        bottom: 0;
    }
}

.header-nav {
    background-color: #9ab9cb;
    padding-bottom: 20px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    overflow: scroll;
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    transform: translate(100vw, 0);
    transition: width 475ms ease-out, transform 450ms ease,
        border-radius 0.8s 0.1s ease;
    border-bottom-left-radius: 100vw;
    background-color: #9ab9cb;
    background-color: #b0cac2;
}

@media (max-width: 425px) {
    .header-nav {
        padding-bottom: 0;
    }
}

.active {
    transform: none;
    border-bottom-left-radius: 0;
}

.logo-close {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    position: fixed;
    width: 100vw;
}

.nav-logo img {
    width: 250px;
}

.nav-contents {
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    width: 450px;
}

@media (max-width: 425px) {
    .nav-contents {
        width: 100vw;
    }
}

.search-movie {
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-bottom: 25px;
    width: 99%;
    margin: 1.5em auto;
}

@media (max-width: 425px) {
    .search-movie {
        justify-content: space-between;
        margin-left: 0;
    }
    .search-movie img {
        width: 90%;
    }
}

.opening-movie {
    margin-right: 10px;
}

.fee {
    margin-bottom: 40px;
}

.fee a {
    color: white;
    border: 2px solid white;
    padding: 10px 5px;
    font-size: 10px;
    margin-left: 35px;
}

.fee a:first-child {
    margin-left: 0;
}

@media (max-width: 425px) {
    .fee a {
        margin-left: 5px;
    }
}

@media (max-width: 321px) {
    .fee a {
        margin-left: -4px;
        border: 2px solid white;
    }
}

.menu-list-wrapper {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.menu-list-wrapper a {
    color: white;
    margin-bottom: 20px;
}

@media (max-width: 425px) {
    .menu-list-wrapper {
        margin-bottom: 0;
        width: 90%;
        margin: 0 auto;
    }
}

.menu-list li {
    width: 150px;
}

.menu-list li a {
    display: flex;
    justify-content: space-between;
}

.menu-list:first-child {
    margin-right: 50px;
}

@media (max-width: 425px) {
    .menu-list:first-child {
        margin-right: 10px;
    }
}

.menu-list-small a {
    color: white;
    font-size: 12px;
}

.menu-list-small a i {
    margin-left: 10px;
    margin-right: 10px;
}

.menu-list-1st {
    margin-bottom: 10px;
}

.menu-list-2nd {
    margin-bottom: 50px;
}

@media (max-width: 425px) {
    .menu-list-2nd {
        margin-bottom: 30px;
    }
}

.production-request {
    color: white;
}

.production-request a {
    color: white;
    padding: 9px 20px;
    border: 2px solid white;
    border-radius: 15px;
    background-color: #7b928b;
    margin-left: 20px;
}

.production-request a:first-child {
    margin-left: 0;
}

.production-request p {
    margin-top: 35px;
}

@media (max-width: 425px) {
    .production-request {
        background-color: #7b928b;
        padding: 40px 0 20px 0;
    }
}

.sp_menu_logo_wrapper {
    color: #7a809a;
    font-size: 15px;
    margin: 20px 0;
}

.sp_menu_logo_wrapper img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.sp_menu_logo_wrapper p {
    margin-bottom: 10px;
}

.sp_menu_logo_wrapper a {
    color: #7a809a;
}

@media (max-width: 425px) {
    .sp_menu_logo_wrapper {
        padding: 20px 0;
        background-color: #fff;
        margin: 0;
    }
}

.sp_sns {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

@media (max-width: 425px) {
    .sp_sns {
        background-color: #fff;
    }
}

.line_icon {
    color: #00b900;
}

.nav-line {
    border-radius: 100%;
    width: 30px !important;
    height: 30px;
    margin-top: 6px;
    margin-left: 9px;
}

.mail_icon {
    color: #94caf1;
}

.youtube_icon {
    color: red;
}

.insta_btn {
    display: inline-block;
    text-align: center;
    /*中央揃え*/
    color: #2e6ca5;
    /*文字色*/
    font-size: 20px;
    /*文字サイズ*/
    text-decoration: none;
    /*下線消す*/
}

.insta_btn:hover {
    /*ホバー時*/
    color: #668ad8;
    /*文字色*/
    transition: 0.5s;
    /*ゆっくり変化*/
}

.insta_btn .insta {
    /*アイコンの背景*/
    position: relative;
    /*相対配置*/
    display: inline-block;
    width: 43px;
    /*幅*/
    height: 43px;
    /*高さ*/
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/
    overflow: hidden;
    /*はみ出た部分を隠す*/
    border-radius: 100px;
    /*角丸に*/
    margin-left: 7px;
}

.insta_btn .insta:before {
    /*グラデーションを重ねるため*/
    content: "";
    position: absolute;
    /*絶対配置*/
    top: 23px;
    /*ずらす*/
    left: -18px;
    /*ずらす*/
    width: 60px;
    /*グラデーションカバーの幅*/
    height: 60px;
    /*グラデーションカバーの高さ*/
    background: radial-gradient(
        #ffdb2c 10%,
        rgba(255, 105, 34, 0.65) 55%,
        rgba(255, 88, 96, 0) 70%
    );
    /*グラデーション②*/
}

.insta_btn .fa-instagram {
    /*アイコン*/
    color: #fff;
    /*白に*/
    position: relative;
    /*z-indexを使うため*/
    z-index: 2;
    /*グラデーションより前に*/
    font-size: 35px;
    /*アイコンサイズ*/
    line-height: 43px;
    /*高さと合わせる*/
}

.icon_color {
    color: white;
}

.batsu {
    display: block;
    width: 50px;
    /*枠の大きさ*/
    height: 50px;
    /*枠の大きさ*/
    position: relative;
    margin-right: 20px;
}

.batsu::before,
.batsu::after {
    content: "";
    display: block;
    width: 100%;
    /*バツ線の長さ*/
    height: 5px;
    /*バツ線の太さ*/
    background: #6a7f79;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
}

.batsu::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
}

#sp-close {
    display: none;
    background-color: #7b928b;
    color: white;
    padding: 10px 0;
}

@media (max-width: 425px) {
    #sp-close {
        display: block;
    }
}



