/*====================================================================================================

　CSS構成

　//絶対に変更しないCSS
　- reset.css           全てのブラウザ固有CSSをリセットするCSS。基本触らないこと。
　- bootstrap.min.css   Bootstrapコンポーネントを利用するためのCSS。基本触らないこと。
　- all.min.css         Font Awesome を利用するためのCSS。基本触らないこと。
　- animate.min.css     Animate CSS を利用するためのCSS。基本触らないこと。

　//基本的には変更しないCSS
　- base.css            基本の文字設定や、Webフォントの読み込みなど。基本触らなくてもOK。

　//メインで利用しているCSS
　- common.css          ヘッダー、フッター、下層ページのタイトルなど、共通ページレイアウトを記載したCSS
　- style.css           各ページ固有のレイアウトを記載したCSS

　//補助的に利用しているCSS
　- module.css          見出しやリスト、テーブルなど、共通利用できるパーツをまとめたCSS
　- utility.css         マージンやパディング、文字サイズや文字色など、補助的に利用できるCSS
　- print.css           印刷用CSS。印刷時にズレるところだけ補助的にレイアウトする。

====================================================================================================*/



/*------------------------------------------------------------------
  anchor
------------------------------------------------------------------*/
.anchor{
    padding-top: 100px;
    margin-top: -100px;
    position: relative;
    z-index: -1;
}
@media screen and (max-width:767px){
    .anchor{
        padding-top: 70px;
        margin-top: -70px;
    }
}


/*------------------------------------------------------------------
  section
------------------------------------------------------------------*/
.section-xsmall{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    z-index: 1;
}
.section-small{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1;
}
.section-medium{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
}
.section-large{
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
}
@media screen and (max-width:1399px){ 
    .section-small{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-medium{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-large{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
@media screen and (max-width:991px){
    .section-medium{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-large{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media screen and (max-width:767px){ 
    .section-xsmall{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-large{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

/*------------------------------------------------------------------
  background
------------------------------------------------------------------*/
.bg-white{
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.bg-emerald{
    position: relative;
    background-color: #6bc5c8;
    z-index: 1;
}
.bg-pink{
    position: relative;
    background-color: #f13f97;
    z-index: 1;
}

/*------------------------------------------------------------------
  title
------------------------------------------------------------------*/

/* title-english
------------------------------------------------------------------*/
.title-english{
    margin-bottom: 0.7em;
    font-family: "Prompt";
    font-size: 3.875rem;
    font-weight: bold;
    color: #f13f97;
    line-height: 1;
}

/* 文字サイズ変更 */
.title-english.small{ font-size: 3rem;}
.title-english.xsmall{ font-size: 2.25rem;}

@media screen and (max-width:1399px){
    .title-english{ font-size: 3.5rem;}
    .title-english.small{ font-size: 2.75rem;}
    .title-english.xsmall{ font-size: 2rem;}
}
@media screen and (max-width:1199px){
    .title-english{ font-size: 3.25rem;}
    .title-english.small{ font-size: 2.5rem;}
    .title-english.xsmall{ font-size: 1.875rem;}
}
@media screen and (max-width:991px){
    .title-english{ font-size: 3rem;}
    .title-english.small{ font-size: 2.25rem;}
    .title-english.xsmall{ font-size: 1.75rem;}
}
@media screen and (max-width:767px){
    .title-english{ font-size: 2.75rem;}
    .title-english.small{ font-size: 2rem;}
    .title-english.xsmall{ font-size: 1.625rem;}
}
@media screen and (max-width:575px){
    .title-english{ font-size: 2.5rem;}
    .title-english.small{ font-size: 1.75rem;}
    .title-english.xsmall{ font-size: 1.5rem;}
}

/* title-bold 
------------------------------------------------------------------*/
.title-bold{
    margin-bottom: 1em;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.5;
}

/* 文字サイズ変更 */
.title-bold.large{ font-size: 3rem;}
.title-bold.small{ font-size: 1.5rem;}
.title-bold.xsmall{ font-size: 1.25rem;}
@media screen and (max-width:1399px){ 
    .title-bold.large{ font-size: 2.75rem;}
    .title-bold{ font-size: 2rem;}
}
@media screen and (max-width:1199px){ 
    .title-bold.large{ font-size: 2.5rem;}
    .title-bold{ font-size: 1.75rem;}
}
@media screen and (max-width:991px){ 
    .title-bold.large{ font-size: 2.25rem;}
    .title-bold{ font-size: 1.625rem;}
    .title-bold.small{ font-size: 1.375rem;}
}
@media screen and (max-width:767px){ 
    .title-bold.large{ font-size: 2rem;}
}
@media screen and (max-width:575px){
    .title-bold.large{ font-size: 1.75rem;}
    .title-bold{ font-size: 1.5rem;}
    .title-bold.small{ font-size: 1.25rem;}
    .title-bold.xsmall{ font-size: 1.125rem;}
}

/* title-leftline 
------------------------------------------------------------------*/
.title-leftline{
    padding-left: 0.5em;
    margin-bottom: 1em;
    border-left: 5px solid #f13f97;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1.5;
}

/* 文字サイズ変更 */
.title-leftline.small{ font-size: 1.5rem;}
.title-leftline.xsmall{ font-size: 1.25rem;}

@media screen and (max-width:1399px){ 
    .title-leftline{ font-size: 2rem;}
}
@media screen and (max-width:1199px){ 
    .title-leftline{ font-size: 1.75rem;}
}
@media screen and (max-width:991px){ 
    .title-leftline{ font-size: 1.625rem;}
    .title-leftline.small{ font-size: 1.375rem;}
}
@media screen and (max-width:575px){
    .title-leftline{ font-size: 1.5rem;}
    .title-leftline.small{ font-size: 1.25rem;}
    .title-leftline.xsmall{ font-size: 1.125rem;}
}

/* title-underline 
------------------------------------------------------------------*/
.title-underline{
    padding-bottom: 0.8em;
    margin-bottom: 1em;
    border-bottom: 1px solid #aaa;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
}

/* 文字サイズ変更 */
.title-underline.small{ font-size: 1.5rem;}
.title-underline.xsmall{ font-size: 1.25rem;}


/* ラインの色変更 */
.title-underline.gray{ border-color: #efefef;}

@media screen and (max-width:991px){
    .title-underline{ font-size: 1.75rem;}
    .title-underline.small{ font-size: 1.5rem;}
}
@media screen and (max-width:767px){
    .title-underline{ font-size: 1.5rem;}
    .title-underline.small{ font-size: 1.25rem;}
    .title-underline.xsmall{ font-size: 1.125rem;}
}

/*------------------------------------------------------------------
  btn   
------------------------------------------------------------------*/

/*  btn
------------------------------------------------------------------*/
.btn{
    position: relative;
    display: inline-block;
    padding: 0.8em 3em;
    border: 1px solid #f13f97;
    border-radius: 2.5em;
    background: #f13f97;
    font-family: "Prompt", "ZenKakuGothicNew";
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.06em;
    transition: .2s;
    z-index: 1;
}
.btn::after{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    transition: .2s;
}
.btn.white{
    border-color: #fff;
    background: #fff;
    color: #f13f97;
}
/* ホバー時動作 */
.btn:hover{
    background: #fff;
    color: #f13f97;
}
.btn:hover::after{
    right: 5px;
}
.btn.white:hover{
    background: #f13f97;
    color: #fff;
}
@media screen and (max-width:1399px){
    .btn{
        font-size: 1.125rem;
    }
}
@media screen and (max-width:575px){
    .btn{
        width: 100%;
        font-size: 1rem;
    }
}

/*  btn-category
------------------------------------------------------------------*/
.btn-category{
    display: block;
    padding: 15px;
    border-radius: 2.5em;
    border: 1px solid #f13f97;
    color: #f13f97;
    text-align: center;
    line-height: 1.5;
    transition: .2s;
}
.btn-category:hover{
    background: #f13f97;
    color: #fff;
}
@media screen and (max-width:991px){
    .btn-category{
        padding: 12px;
    }
}
@media screen and (max-width:575px){
    .btn-category{
        padding: 10px;
        font-size: 0.75rem;
    }
}

/*  btn-next
------------------------------------------------------------------*/
.btn-next{
    position: relative;
    display: inline-block;
    min-width: 250px;
    padding: 20px;
    border-radius: 2.5em;
    background: #f13f97;
    border: 1px solid #f13f97;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    line-height: 1;
    transition: .2s;
    z-index: 1;
}
.btn-next::after{
    position: absolute;
    top: 50%;
    right: 0.7em;
    transform: translateY(-50%);
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    transition: .2s;
    z-index: 1;
}
/* ホバー時動作 */
.btn-next:hover{
    background: #f13f97;
    color: #fff;
}
.btn-next:hover::after{
    right: 0.3em;
}

/*  btn-prev
------------------------------------------------------------------*/
.btn-prev{
    position: relative;
    display: inline-block;
    min-width: 250px;
    padding: 20px;
    border-radius: 2.5em;
    border: 1px solid #f13f97;
    font-size: 1rem;
    color: #f13f97;
    text-align: center;
    line-height: 1;
    transition: .2s;
    z-index: 1;
}
.btn-prev::after{
    position: absolute;
    top: 50%;
    left: 0.7em;
    transform: translateY(-50%);
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    transition: .2s;
    z-index: 1;
}
/* ホバー時動作 */
.btn-prev:hover{
    border-color: #f13f97;
    color: #f13f97;
}
.btn-prev:hover::after{
    left: 0.3em;
}

/*------------------------------------------------------------------
  list-style
------------------------------------------------------------------*/

/* list-disc ----------------------------------------*/
.list-disc > li{
    position: relative;
    padding-left: 1.2em;
}
.list-disc > li::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "・";
}

/* list-decimal ----------------------------------------*/
.list-decimal > li {
    line-height: 1.8;
    margin-left: 1em;
    position: relative;
    list-style: decimal;
}

/* list-bracket ----------------------------------------*/
.list-bracket > li{
    position: relative;
    padding-left: 2em;    
	counter-increment: cnt;
}
.list-bracket > li::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "("counter(cnt)")";
}

/* list-asterisk ----------------------------------------*/
.list-asterisk > li{
    position: relative;
    padding-left: 1.5em;
}
.list-asterisk > li::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "※";
}

/* list-check ----------------------------------------*/
.list-check > li{
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5;
}
.list-check > li::before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #f13f97;
}
/* list-indent ----------------------------------------*/
.list-indent > li{
    padding-left: 1em;
    text-indent: -1em;
}

/* list-line-dashed ----------------------------------------*/
.list-line-dashed > li{
    padding-bottom: 0.7em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #bbb;
}
.list-line-dashed > li:last-of-type{
    margin-bottom: 0;
}

/*------------------------------------------------------------------
  list-margin
------------------------------------------------------------------*/
.list-margin-small > li{ margin-bottom: 0.7em;}
.list-margin-medium > li{ margin-bottom: 1em;}
.list-margin-large > li{ margin-bottom: 1.3em;}

.list-margin-small > li:last-of-type,
.list-margin-medium > li:last-of-type,
.list-margin-large > li:last-of-type{ margin-bottom: 0;}


/*------------------------------------------------------------------
  table
------------------------------------------------------------------*/

/* wrap-table ----------------------------------------*/
.wrap-table{
    overflow-x: auto;
}

/* table01 ----------------------------------------*/
.table01{
    width: 100%;
    line-height: 1.5;
}
.table01 > tbody > tr > th,
.table01 > tbody > tr > td{
    padding: 20px 15px;
    vertical-align: middle;
    border-bottom: 2px solid #ccc;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
}
.table01 > tbody > tr > th{
    width: 28%;
    color: #f13f97;
    border-bottom: 2px solid #f13f97;
}
@media screen and (max-width:1399px){
    .table01 > tbody > tr > th,
    .table01 > tbody > tr > td{
        font-size: 1rem;
    }
}
@media screen and (max-width:991px){
    .table01 > tbody > tr > th,
    .table01 > tbody > tr > td{
        display: block;
        font-size: 0.875rem;
    }
    .table01 > tbody > tr > th{
        border-bottom: initial;
        width: 100%;
        padding: 10px 0 0;
    }
    .table01 > tbody > tr > td{
        padding: 5px 0 10px;
    }
}

/*------------------------------------------------------------------
  box
------------------------------------------------------------------*/
.box-white{
    position: relative;
    padding: 60px;
    background: #fff;
    z-index: 1;
}
.box-gray{
    position: relative;
    padding: 60px;
    background: #f5f5f5;
    z-index: 1;
}
[class^="box-"].small{
    padding: 30px;
}
[class^="box-"].xsmall{
    padding: 15px;
}
@media screen and (max-width:991px){
    [class^="box-"],
    [class^="box-"].small,
    [class^="box-"].xsmall{
        padding: 30px;
    }
}
@media screen and (max-width:575px){
    [class^="box-"],
    [class^="box-"].small,
    [class^="box-"].xsmall{
        padding: 30px 15px;
    }
}



/*------------------------------------------------------------------
  gallery
------------------------------------------------------------------*/

/*  gallery-main
------------------------------------------------------------------*/
.gallery-main{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.66666%;
    margin-bottom: 10px;
    background: #efefef;
    z-index: 1;
}
.gallery-main img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

/*  gallery-thumbnail-list
------------------------------------------------------------------*/
.gallery-thumbnail-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    row-gap: 10px;
}

/*  gallery-thumbnail
------------------------------------------------------------------*/
.gallery-thumbnail{
    position: relative;
    width: 25%;
    height: 0;
    padding-top: 16.5%;
    border: 3px solid transparent;
    filter: brightness(0.4);
    cursor: pointer;
    z-index: 1;
}
.gallery-thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.gallery-thumbnail.active{
    border-color: #f13f97;
    filter: brightness(1);
    pointer-events: none;
}

/*------------------------------------------------------------------
  link
------------------------------------------------------------------*/
a.link-text{
    color: #6bc5c8;
    text-decoration: underline;
    transition: .2s;
}
a.link-text:hover{
    color: #f13f97;
}
a.link-img img{ transition: .2s;}
a.link-img:hover img{ opacity: 0.6;}


/*------------------------------------------------------------------
  photo-ofi
------------------------------------------------------------------*/
.photo-ofi {
    height: 0;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 66.66666%;
}
.photo-ofi.wide{
    padding-bottom: 56.25%;
}
.photo-ofi.narrow{
    padding-bottom: 75%;
}
.photo-ofi.square {
    padding-bottom: 100%;
}
.photo-ofi img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;';
    position: absolute;
    left: 0;
    top: 0;
}
.photo-ofi.fit{
    height: 100%;
    background: transparent;
}
.photo-ofi.fit img{
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

/*------------------------------------------------------------------
  zoom-photo
------------------------------------------------------------------*/
.zoom-photo {
    position: relative;
    display: block;
    cursor: zoom-in;
    font-size: 16px;
    z-index: 1;
}
.zoom-photo::after{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: #333;
    content: "\f00e";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #fff;
    line-height: 1;
    z-index: 1;
}
@media screen and (max-width:767px){
    .zoom-photo{
        font-size: 14px;
    }
}

/*------------------------------------------------------------------
  pagetop-btn
------------------------------------------------------------------*/
#pagetop-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
#pagetop-btn img:hover {
    animation: rotates 0.7s linear infinite;
}
@keyframes rotates {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}
@media (max-width: 991px) {
    #pagetop-btn img{
        width: 40px;
        height: auto;
    }
}


/*------------------------------------------------------------------
  form
------------------------------------------------------------------*/

/* required ----------------------------------------*/
.required {
    display: inline-block;
    flex-shrink: 0;
    background-color: #b30d30;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1;
}
th .required{
    float: right;
}

/* policy ----------------------------------------*/
.policy{
    height: 300px;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #666;
    overflow-y: scroll;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0;
}

/* form-style ----------------------------------------*/
.form-xs { width: 150px;}
.form-s { width: 200px;}
.form-m { width: 300px;}
.form-l { width: 500px;}
.form-xl { width: 100%;}
.form-order{ width: 120px;}
.form-year{ width: 100px;}
.form-date{ width: 80px;}
.form-h { width: 100%; min-height: 150px; resize: none;}
@media screen and (max-width: 991px) {
    .form-xs, .form-s, .form-m, .form-l, .form100 {
        width: 100%;
    }
    .form-h {min-height: 100px;}
    .form-order{ width: 80px;}
    .form-year{ width: 80px;}
    .form-date{ width: 60px;}
}

/* select-box ----------------------------------------*/
.select-box {
    position: relative;
    display: inline-block;
}
.select-box::after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    .select-box {
        display: block;
    }
}

/* radio ----------------------------------------*/
.radio{
    position:relative;
    display: inline-block;
}
.radio input {
    display: none;
}
.radio span::before{
    display: inline-block;
    margin-right: 5px;
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    color: #999;
    z-index: 1;
}
.radio input:checked + span::before{
    content: "\f192";
    color: #f13f97;
}

@media screen and (max-width:991px){
    .radio{
        display: block;
    }
}
/* radio-list ----------------------------------------*/
.radio-list{
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
}
@media screen and (max-width:991px){
    .radio-list{
        flex-direction: column;
    }
    .radio-list li {
        padding: 8px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
}

/* checkbox ----------------------------------------*/
.checkbox{
    position: relative;
    display: inline-block;
}
.checkbox input{
    display: none;
}
.checkbox input + span::before{
    display: inline-block;
    margin-right: 5px;
    content: "\f0c8";
    font-family: "Font Awesome 6 Free";
}
.checkbox input:checked + span::before{
    content: "\f14a";
    color: #f13f97;
}
@media screen and (max-width:991px){
    .checkbox{
        display: block;
    }
}

/* checkbox-list ----------------------------------------*/
.checkbox-list{
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
}
@media screen and (max-width:991px){
    .checkbox-list{
        flex-direction: column;
    }
    .checkbox-list li {
        padding: 8px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
    }
}

/*------------------------------------------------------------------
  overlay
------------------------------------------------------------------*/
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    z-index: 999;
}
.overlay.is-show{
    visibility: visible;
    opacity: 1;
}