html {
    font-size: 100%;
}

p{
    margin: 20px 0 30px;
}
.fz16{
    font-size: 16px;
    line-height: 23px;
}
.fz17{
    font-size: 17px;
    line-height: 24px;
}
.fz19{
    font-size: 19px;
}
.fz21{
    font-size: 21px;
}
.fz24{
    font-size: 24px;
}
.fz26{
    font-size: 26px;
}
.fz28{
    font-size: 26px;
}
.fz28p{
    font-size: 36px;
    color: #FDABA1;
    font-weight: 700;
    padding: 6px;
}
.round15{
    padding: 15px;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}

.inner-relief{
    padding: 0 15px;
}
.title-border-tb{
    font-size: 32px;
    line-height: 36px;
    padding: 24px 0;
    position: relative;
    font-weight: 400;
    margin: 70px 0 50px;
}
.title-border-tb:before,
.title-border-tb:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    border-bottom: 1px solid #e42548;
}

.title-border-tb:before{
    top: 0;
}
.title-border-tb:after{
    bottom: 0;
}

.sub-border-bgreen{
    font-size: 20px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0 0 40px;
}
.sub-border-bgreen:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 36px;
    border-bottom: 1px solid #7ad1e0;
}

.box-gray{
    background: #f4f4f4;
    border: 1px solid #2f201b;
    padding: 30px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    max-width: 576px;
    margin: 90px auto 0;
}
.box-gray+.box-gray{
    margin: 40px auto 0;
}
.box-gray:last-child{
    margin: 40px auto 50px;
}
.box-gray h3{
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 60px;
    background: url(../images/relief_supplies/border_yellow.png) center bottom no-repeat;
    background-size: 394px 12px;
}
.box-desc{
    margin: 60px 0;
    font-size: 28px;
    text-align: center;
}

.btn-pink{
    font-size: 28px;
    line-height: 36px;
    padding: 30px;
    background: url(../images/relief_supplies/arrow_btn.png) right 30px center no-repeat;
    background-size: 17px 15px;
    border: 1px solid #ff7d93;
    color: #ff7d93;
    border-radius: 50px;
    text-align: center;
    display: block;
    margin: 60px auto 120px;
    max-width: 520px;
}



.title-border-b{
    font-size: 36px;
    line-height: 48px;
    position: relative;
    font-weight: 400;
    padding-bottom: 20px;
    margin: 0 0 60px;
    text-align: center;
}
.title-border-b:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    border-bottom: 2px solid #7ad1e0;
}

.intro-volunteer{
    position: relative;
    margin-bottom: 115px;
}
.intro-volunteer figure{
    margin: 0 0 50px;
}
.intro-volunteer figure img{
    display: block;
    margin: 0 auto 20px;
}
.intro-volunteer figure figcaption{
    font-size: 18px;
}
.intro-volunteer figure figcaption span{
    font-size: 28px;
    line-height: 36px;
}
.intro-volunteer .background{
    position: absolute;
    bottom: -220px;
    right: 0;
    z-index: -1;
}

.inner-volunteer{
    padding: 0 20px;
    max-width: 478px;
    margin: 0 auto;
}
.title-volunteer{
    font-size: 32px;
    line-height: 46px;
    font-weight: 400;
    margin: 0 0 15px;
}
.title-volunteer span{
    font-size: 42px;
}
.bg-brown{
    position: relative;
}
.bg-brown:after{
    background: #fce4d5;
    height: 24px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 14px;
}

.items--volunteer{
    margin-top: 60px;
}
.items--volunteer+.items--volunteer{
    margin-top: 65px;
}

.items--volunteer .item-box+.item-box{
    margin-top: 80px;
}
.items--volunteer .item-box h3{
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    column-gap: 30px;
    padding-left: 20px;
    margin: 0 0 15px;
    font-weight: 400;
}
.items--volunteer .item-box h3:before{
    width: 42px;
    height: 42px;
    background: #fce4d5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1;
    content:"";
}
.items--volunteer .item-box h3:after{
    content:"";
    border-bottom: 1px solid #2c2c2c;
    z-index: -1;
    transform: translateY(-50%);
    flex: 1;
}

.bottom-volunteer{
    margin-top: 120px;
}
.bottom-volunteer figure{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: 30px;
    margin-bottom: 80px;
}
.bottom-volunteer figure img{
    margin: 0;
}
.bottom-volunteer figure figcaption{
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 32px;
    line-height: 64px;
    font-family: "Noto Serif JP", serif;
}
.body--bottom-volunteer{
    text-align: justify;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 50px;
}
.body--bottom-volunteer .sign{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    column-gap: 30px;
}
.body--bottom-volunteer .sign img{
    margin: 0;
}

/*=================*/
.mb30{
    margin-bottom: 30px;
}
.mb50{
    margin-bottom: 50px !important;
}
.inner-support{
    margin: 0 auto;
    padding: 30px 27px;
}
.inner-support img{
    display: block;
    margin: 0 0 30px;
}
.inner-support p:last-child{
    margin: 0;
}
.box-spp{
    margin: 0 0 180px;
}
.inner-support .title-border-b+h4{
    font-size: 32px;
    line-height: 46px;
    margin: -20px 0 30px;
    text-align: center;
    font-weight: 400;
}
.inner-support .title-border-b+h4+p{
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 30px;
}
.inner-support table{
    width: 100%;
    margin: 0 0 30px;
}
.inner-support table th{
    background: #ededed;
    border: 1px solid #000000;
    padding: 20px 30px;
    font-weight: 400;
    text-align: center;
}
.inner-support table td{
    border: 1px solid #000000;
    padding: 20px 30px;
    font-weight: 400;
    font-size: 22px;
}
.bl-items-support{
    margin-top: 60px;
}
.bl-items-support h3.title-bl{
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    font-weight: 400;
}
.bl-items-support h3.title-bl+p{
    font-size: 28px;
    margin: 10px 0 15px;
    text-align: center;
}
.items-support{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 30px;
}
.items-support .item--support{
    width: calc(50% - 15px);

}
.items-support .item--support p{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #2f201b;
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
    font-size:18px;
    line-height: 32px;
}
.items-support .item--support p span{
    color: #e76c48;
    font-size: 32px;
    font-weight: 700;
}
.items-support .item--support h3{
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
}

.form-group{
    margin: 0 0 40px;
}
.form-group>label{
    display: block;
    width: 100%;
    font-weight: 400;
}
.form-control{
    display: block;
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #2f201b;
    background: #f4f4f4;
}
.form-inline{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*flex-wrap: wrap;*/
    gap: 15px;
}
.form-inline label{
    width: auto;
    margin: 0;
    white-space: nowrap;
}
.form-inline .col3{
    width: calc(33.333333% - 10px);
}
.form-inline .col{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: 10px;
}

.form-group .label-checkbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.form-group .label-checkbox.flex-center{
    justify-content: center;
}
/* Hide the default checkbox input */
.label-checkbox input[type="checkbox"] {
    display: none;
}

/* Style the label to mimic a checkbox */
.label-checkbox span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    position:relative;
}

/* Add a checked state */
.label-checkbox input[type="checkbox"]:checked + span {
    background-color: #007bff;
    border-color: #007bff;
}

/* Add a checkmark icon */
.label-checkbox input[type="checkbox"]:checked + span::before {
    content: "\2713";
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: -1px;
    left: 4px;
}
.btn-dark-brown{
    background: #2f201b;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    padding: 24px 30px;
    display: block;
    width: 425px;
    margin: 60px auto 0;
}
.btn-round-border{
    border: 1px solid #2f201b;
    text-align: center;
    border-radius: 48px;
    font-size: 32px;
    line-height: 46px;
    padding: 24px 30px;
    display: block;
    width: 425px;
    margin: 60px auto 0;
    background: #f4f4f4;
}

.title-sdonations{
    font-size: 52px;
    line-height: 64px;
    padding-bottom: 180px;
    margin: 0 0 80px;
    background: url(../images/support/support11.png) right bottom no-repeat;
    background-size: 100% auto;
    text-align: center;
    font-weight: 400;    
}

.form-note h3{
    font-size: 32px;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}
.form-note h3:before,
.form-note h3:after{
    border-bottom: 2px solid #000;
    content: "";
    flex: 1;
}

.content-form-note{
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0 30px;
}
/*========================*/
.contact-intro{
    position: relative;
    font-size: 21px;
    line-height: 36px;
}
.contact-intro+.contact-intro{
    margin-top: 60px;
}
.contact-intro:last-child .content-intro{
    position: absolute;
    background: #f4f4f4;
    padding: 45px 15px 15px 310px;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
}
.contact-intro:last-child img{
    transform: translate(-15px,-15px);
}

.contact-intro:first-child .content-intro{
    background: #f4f4f4;
    padding: 15px 15px 15px 310px;
    z-index: -1;
}
.contact-intro:first-child img{
    position: absolute;
    left: -15px;
    top: -15px;
}

.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.sp--image-contact{
    position: relative;
}
.sp--image-contact figcaption{
    position: absolute;
    background: rgba(44,44,44,0.75);
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    color: #fff;
    text-align: center;
    padding: 30px;
}

.title-border-left{
    font-size: 30px;
    line-height: 56px;
    border-left: 10px solid #e42548;
    padding: 15px 0 15px 15px;
    margin: 50px 0 30px;
}
.btn-border-red{
    border: 1px solid #e42548;
    text-align: center;
    color: #e42548;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 7px 15px;
    width: 100%;
    display: block;
}
.btn-graytxtred{
    color: #e42548;
    background: #f4f4f4;
    border-radius: 23px;
    font-size: 32px;
    line-height: 52px;
    padding: 30px 15px;
    text-align: center;
    margin: 50px auto 30px;
    display: block;
}
.contact-map{
    margin: 50px 0 30px;
}
.contact-map iframe{
    display:block;
    width: 100%;
}

.contact-info{
    background: #ededed;
    margin: 0 -27px;
    padding: 50px 27px;
    font-size: 28px;
    line-height: 32px;
}

.item--contact-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    margin: 10px 0;
}
.item--contact-info .item-td{
    text-align: center;
    flex: 1;
}
.btn-bgpink{
    background: #e0577f;
    color: #fff;
    width: 264px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    padding: 15px;
    display: block;
}
.btn-bggray{
    background: #505050;
    color: #fff;
    width: 264px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    padding: 15px;
    display: block;
}

.item--contact-info .item-td .tel{
    font-size: 56px;
    line-height: 72px;
    color: #e0577f;
    font-weight: 700;
    letter-spacing: 1px;
}
.item--contact-info .item-td .time{
    font-size: 18px;
    line-height: 24px;
    display: block;
}
.border-ds-gray{
    font-size: 28px;
    line-height: 32px;
    padding: 25px;
    text-align: center;
    border: 1px dashed #2f201b;
    margin: 30px 0 60px;
}
.subtitle-btb{
    font-size: 36px;
    line-height: 42px;
    margin: -20px 0 60px;
    text-align: center;
    font-weight: 400;
}
.subtitle-btb+p {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 30px;
}
/*============================*/
.title-main-ml{
    font-size: 42px;
    line-height: 64px;
    text-align: center;
    margin: 0 0 60px;
    font-weight: 400;
}
.title-main-ml span{
    font-size: 24px;
    line-height: 32px;
    color: #858585;
    display: block;
}
.title-bl-activities{
    font-size: 38px;
    line-height: 52px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 400;
    margin: 0 0 30px;
}
.title-bl-activities:after{
    border-bottom: 1px solid #858585;
    content: "";
    flex: 1;
}

.media-left{
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
}
.media-left img{
    margin: 0;
}
.align-item-end{
    align-items: flex-end;
}
.margin-block{
    margin-bottom: 120px !important;
}

.txt-bord-gray{
    font-size: 32px;
    line-height: 46px;
    position: relative;
    margin: 0 0 15px;
    font-weight: 400;
}
.txt-bord-gray:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: -1;
    background: #e0e0e0;
}
.ml-auto{
    margin-left: auto !important;
}

.title-bg-gray{
    font-size: 36px;
    line-height: 42px;
    background: #e6e6e6;
    text-align: center;
    padding: 25px 0;
    margin: 0;
    font-weight: 400;
}
/*==============================*/

.title-foster{
    font-size: 42px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto 30px;
    font-weight: 400;
}
.title-foster:before{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -20px;
    content: "";
    background: #f4f4f4;    
    z-index: -1;
}
.txt-bord-gray-center{
    margin: 0 auto 15px;
    display: inline-block;
}

.mx-auto img{
    margin-left: auto !important;
    margin-right: auto !important;
}
.mx-auto figcaption{
    text-align:center;
}
.box-foster+.box-foster{
    margin-top: 80px;
}
.box-foster .txt-bord-gray-center{
    margin-bottom: 30px;
}
.box-foster figure figcaption{
    font-size: 24px;
    line-height: 32px;
}
.box-foster figure figcaption span{
    font-size: 18px;
    display: block;
    text-align: center;
}
.box-foster .btn-border-gray{
    background:#f4f4f4;
    border: 1px solid #2f201b;
    display: block;
    text-align: center;
    padding: 22px 30px;
    margin: 60px 0 30px;
}
.box-border-foster{
    border: 1px solid #c8c8c8;
    padding: 30px;
}
.box-border-foster h3{
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 400;
}

.item-intro-foster{
    background: #f4f4f4;
    padding: 30px 27px 60px;
    margin: 0 -27px;
}
.item-intro-foster+.item-intro-foster{
    margin-top: 90px;
}
.item-intro-foster:nth-child(even){
    background: #fff;
}
.header-item-intro{
    padding-bottom: 120px;
    background: url(../images/foster/parterm03.png) center bottom 10px no-repeat;
    text-align: center;
}
.title-intro-foster{
    font-size: 48px;
    line-height: 56px;
    padding: 24px 32px;
    text-align: center;
    border-radius: 60px;
    border: 1px solid #b2b2b2;
    transform: translateY(-50%);
    max-width: 480px;
    margin: 80px auto 0;
    background: #fff;
    font-weight: 400;
}

.header-item-intro h4{
    text-align: center;
    margin-top: -20px;
}
.header-item-intro h4 span{
    font-size: 36px;
    line-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e0577f;
    margin: 0 0 15px;
}
.header-item-intro h4 span:before{
    content:"";
    width: 63px;
    height: 13px;
    background: url(../images/foster/parterm01.png) left center no-repeat;
}
.header-item-intro h4 span:after{
    content:"";
    width: 63px;
    height: 13px;
    background: url(../images/foster/parterm02.png) right center no-repeat;
}

.space-foster{
    padding: 30px;
    margin: 0 0 30px;
    background: url(../images/foster/parterm_spacer.png) center center no-repeat;
}

.txt-red{
    color: #ff0000;
}

.title-red-center{
    color: #e42548;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin: 30px 0 15px;
    font-weight: 400;
}
.study-box{
    text-align: center;
}
.study-box+.study-box{
    margin-top: 80px;
}

.item-price h3{
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    margin: 0 0 30px;
    font-weight: 400;
}
.item-price table th{
    border: none;
    background: transparent;
    text-align: left;
    padding: 0;
}
.item-price table td{
    border: none;
    background: transparent;
    text-align: right;
    padding: 0;
}
.item-price table tfoot td{
    padding-top: 15px;
}
.item-price .txt-bord-gray{
    text-align: center;
}
.item-price .txt-bord-gray:after{
    content: "";
    height: 14px;
    background: #f4f4f4;
}

.study-section+.study-section{
    margin-top: 90px;
}
.study-section .title-bg-gray{
    margin: 0 0 10px;
}

/*==================*/
.onl-shop--cover{
    margin: 0 -27px 60px;
}
.onl-shop--cover img{
    margin: 0;
}

.onl-shop--intro{
    margin-bottom: 80px;
}

.onl-shop--media{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 30px;
    margin: 0 0 60px;
}
.onl-shop--media.row-reverse{
    flex-direction: row-reverse;
}
.onl-shop--media.row-reverse .media-body{
    text-align: right;
}

.onl-shop--products{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap;
    margin: 120px 0 0;
}
.onl-shop--products .item-product{
    position: relative;
    width: calc(50% - 15px);
}
.onl-shop--products .item-product img{
    width: 100%;
}
.onl-shop--products .item-product h3{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    text-align: center;
    width: calc(100% - 60px);
    background: #f5f6f6;
    padding: 12px;
}
.amazon--btn{
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 30px;
    display: block;
    background: #000;
    max-width: calc(100% - 120px);
    margin: 80px auto 60px;
}
.onl-shop--payment{
    margin-top: 80px;
}
.onl-shop--payment .title-border-b{
    margin: 0 0 30px;
}

.our-policy{
    margin: 120px 0 80px;
}
.our-policy .ml-title{
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 60px;
}
.our-policy .ml-title span{
    display: block;
    font-size: 19px;
}
.our-policy table{
    width: 90%;
    margin: 0 auto;
}
.our-policy table th,
.our-policy table td{
    border: none;
    background: none;
    padding: 30px 15px 15px;
    border-bottom: 2px solid #eae8da;
}
.our-policy table th{
    text-align: left;
    white-space: nowrap;
}

.return-policy{
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 40px;
    font-size: 24px;
}

.title-border-b-red{
    font-size: 36px;
    line-height: 48px;
    position: relative;
    font-weight: 400;
    margin: 80px 0 60px;
    text-align: center;
}
.title-border-b-red span{
    position: relative;
    padding-bottom: 20px;
}
.title-border-b-red span:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    border-bottom: 2px solid #de231f;
}

.head--warining{
    font-size: 36px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.head--warining span{
    font-size: 58px;
    color: #858585;
padding: 10px;
}
.warning--list{
    margin: 60px 0 160px;
}
.warning--item{
    text-align: center;
}
.warning--item+.warning--item{
    margin-top: 120px;
}
.warning--item .title--item{
    font-size: 36px;
    line-height: 48px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 38px;
    margin: 0 0 30px;
}

.warning--cover-bottom{
    margin: 60px -27px 0;
}

.pop--block+.pop--block{
    margin-top: 120px;
}
.pop--block .pop--bg-gray{
    padding: 6px 12px;
    background: #f4f4f4;
    font-size: 28px;
    text-align: center;
}
.pop--block .pop--item-inner-block{
    margin-bottom: 80px;
}
.title-simple{
    font-size: 30px;
    margin: 0 0 50px;
}
.pop--block table{
    width: 90%;
margin: 0 auto;
}
.pop--block table tr td{
    padding: 15px;
    border: 1px solid #000000;
    text-align: center;
    font-size: 20px;
}

.title-center--rectango span{
    position: relative;
    padding-top: 15px;
}
.title-center--rectango span:before{
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    background: url(../images/message/rectango-left.png) left top no-repeat;
    background-size: cover;
    width: 30px;
    height: 60px;
}
.title-center--rectango span:after{
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    background: url(../images/message/rectango-right.png) left top no-repeat;
    background-size: cover;
    width: 30px;
    height: 60px;
}

.btn-crowdfunding{
    display: block;
    max-width: 90%;
    margin: 0 auto;
}

#popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

#popup .inner--popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px 10px;
    z-index: 9999;
    border-radius: 5px;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    width: calc(100% - 60px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 767px;
}
#popup.shop--popup .inner--popup{
    background-color: transparent;
    padding: 0;
}

#popup .close {
    position: absolute;
    top: 0px;
    right: 30px;
    border: none;
    font-size: 52px;
    color: #fff;
    background: none;
    line-height: 1;
}

.mincho{
    font-family: "Noto Serif JP", serif;
}