/*---------------------------------------*/
body {
	/*font-family: "ヒラギノ角ゴシック","Hiragino Sans" sans-serif ;*/
    box-sizing: border-box;
}
ul {
	list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
img {
    image-rendering: -webkit-optimize-contrast;
    vertical-align:top;
}

a {
	color:#000;
	text-decoration: none;
}
li {
    list-style: none;
}

.pc { display: block;}
.sp { display: none;}

.btn01 {
    display: block;
    max-width: 280px;
    border: 1px solid #333;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 15px 20px;
    text-align: center;
    border-radius: 0px;
    /* transition: .4s; */
    margin: 0 auto;
}
.more_link {
    margin-top: 65px;
    margin-bottom: 6px;
}
.fs-body-custom#fs_CustomPage .fs-l-main {
    margin-top: 68px !important;
}
/*--------------------------------------------*/
h1 {
    font-size: clamp(20px, 5vw, 30px);
    font-weight: bold;
    letter-spacing: 1.8px;
    margin: 10% 0 !important;
    text-align: center;
}
h2 {
    /*font-family: 'Hiragino Sans';*/
    font-size: clamp(15px, 5vw, 30px);
    font-weight: bold;
    letter-spacing: 1.8px;
    margin: 0 0 4% 0;
    text-align: center;
}
h3 {
    /*font-family: 'Hiragino Sans';*/
    padding-top: 4px;
    text-align: left;
}
h4 {
    font-size: clamp(15px, 5vw, 23px);
    vertical-align: middle;
    text-align: center;
    margin: 10% 2%;
}
/*point
--------------------------------------------*/
.point_wrap {
    margin: 10% 0;
}
.point_wrap ul li img{
   margin-right: 30px;
   
}
.point_wrap ul{
    display: flex;
    text-align: center;
    justify-content: center;
}
.point_txt {
    font-size: clamp(15px, 5vw, 27px);
    vertical-align: middle;
}

.point_wrap_1line {
    margin: 10% 0;
}
.point_wrap_1line ul li img{
   margin-right: 30px;
   
}
.point_wrap_1line ul{
    display: flex;
    text-align: center;
    justify-content: center;
}
.point_txt_1line {
    font-size: clamp(15px, 5vw, 27px);
    vertical-align: middle;
    line-height: 64px;
}


/*--------------------------------------------*/

/*動画包んでるやつ
--------------------------------------------*/
.movie-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10%;
  }
  .movie-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
/*購入ページはこちら部分
--------------------------------------------*/
.item_box_wrap {
    background-color: #c9c9c9;
    width: 100%;
    padding: 70px 0;
    margin-bottom: 120px;
    width: calc(100% + 230px);
  margin: 0 -115px;
  margin-bottom: 10%; 
}
.item_box_wrap ul {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
}
.item_box_wrap ul > li:first-child {
    margin-bottom: 43px;
    letter-spacing: 1.2px;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}
.item_box {
    display: flex;
    margin: 0 auto;
    width: 85%;
   justify-content: space-evenly;
}
.item_box li {
    width: 32%;
    position: relative;
}

.item_box li img {
    
    margin-bottom: 20px;
}
.item_box_3 li img {
    
    margin-bottom: 20px;
}


.item_box .item-link {
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
.item_box_3 .item-link {
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
.item4_wrap ul {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
}
.item_4 li{
    width: 22%;
}

.item4_wrap {
    background-color: #EAEAEA;
    margin-bottom: 0px;
    padding: 64px 0;
}
.item_icon {
    position: absolute;
    width: 50%!important;
    /* top: -39px; */
    z-index: 2;
    top: 0%;
    left: 1%;
    /* transform: translate(-50%, -50%); */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.item_icon_2 {
    position: absolute;
    width: 9.4%;
    z-index: 2;
    
    -webkit-transform: translate(-50%, -50%);
}
.item_box_wrap_last {
    margin-bottom: 0px;
}

.item_box_3 {
    display: flex;
    margin: 0 auto;
    width: 85%;
   justify-content: space-evenly;
}

.item_box_3 li {
    width: 30%;
}
/*--------------------------------------------*/

body .page_wrapper img {
    max-width: 100%;
}

.page_wrapper {
    max-width: 1088px;
    margin: 0 auto;
}

.main_wrapper {
    max-width: 858px;
    margin: 0 auto;
}

.main_wrapper .top-text {
    font-size: clamp(14px, 1vw, 16px);
    text-align: center;
    letter-spacing: 1.6px;
    line-height: 29px;
}
.main_wrapper .top-text-bgcolor span {
    font-size: clamp(12px, 1vw, 16px);
    font-weight: bold;
    background: #FAE7C7;
    line-height: 29px;
    padding: 1%;
    display: inline-block;
    margin-bottom: 2%;

}
.main_wrapper .top-bgtext-wrap {
    text-align: center;
    margin: 5% 0 7% 0;
}
.main_wrapper img {
    /*margin-bottom: 2%;*/
}
.main_wrapper p {
    font-size: clamp(14px, 1vw, 16px);
    line-height: 25px;
}
.btm_20 {
    margin-bottom: 10%;
}
.btm_20 img{
  

    display: block;
    margin: 0 auto;
    margin-bottom: 4%;
}
.main_wrapper .p_btm_20 {
    margin-bottom: 9%;
    line-height: 25px;
}
.bg_gray {
    background-color: #EAEAEA;
    padding: 9px 0 0 0;
}
.camp_kiji {
    width: 85%;
}
/*--------------------------------------------
メディアクエリ
--------------------------------------------*/
@media only screen and (max-width:1087px) {
       
    /*購入ページはこちら部分
    --------------------------------------------*/
    .item_box_wrap {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        margin-bottom: 10%; 
    }
    .item_box li {
        width: 40%;
        position: relative;
    }
    .item_4 li{
        width: 22%;
    }
    .item4_wrap {
        
        margin-bottom: 0px;
    }
    .item_box_wrap_last {
        margin-bottom: 0px;
    }
    
    /*--------------------------------------------*/
    .bg_gray {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

}
@media only screen and (max-width:860px) {
    .main_wrapper {
        max-width: 95%;
        margin: 0 auto;
    }
    .point_txt {
        font-size: clamp(15px, 5vw, 18px);
        vertical-align: -webkit-baseline-middle;
    }
    .point_txt_1line {
        font-size: clamp(15px, 5vw, 18px);
        vertical-align: middle;
        
    }
    
}
@media only screen and (max-width:767px) {
    
    /*point
    -----------------------------------*/
    h3 {
        padding-top: 4px;
        text-align: center;
    }
    .point_wrap ul{
        display: block;
        text-align: center; 
    }
    .point_wrap ul li img{
        
        margin-right: 0px;
        margin-bottom: 4%;
     }
    .point_wrap_1line ul{
        display: block;
        text-align: center; 
    }
    .point_wrap_1line ul li img{
        
        margin-right: 0px;
        margin-bottom: 4%;
     }
     .point_txt_1line {
        
        line-height: 0px;
    }
    .item_4 li{
        width: 44%;
        margin-bottom: 5%;
    }
    
    .item_4 {
        flex-wrap: wrap;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    .item_icon {
        position: absolute;
        width: 33%!important;
        /* top: -39px; */
        z-index: 2;
        top: 17%;
        left: 20%;
        /* transform: translate(-50%, -50%); */
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .point_wrap , .point_wrap_1line {
        margin: 18% 0 10% 0;
    }
    .fs-body-custom#fs_CustomPage .fs-l-main {
        margin-top: 86px !important;
    }
    .item_icon_2 {
        position: absolute;
        width: 14%!important;
        z-index: 2;
        top: 8%;
        left: 13%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .item_box_3 {
        flex-wrap: wrap;
        width: 100vw;
        position: relative;
        margin-left: calc(50% - 50vw);
    }
    
    .item_box_3 li {
        width: 44%;
        margin-bottom: 5%;
}

.item_box_3 li:last-child {
    width: 44%;
    margin-bottom: 5%;
    margin-right: calc(100% - 52.8%);
}
}

@media only screen and (max-width:566px) {
    .pc { display: none;}
    .sp { display: block;}

    .main_wrapper .top-text {
        font-size: clamp(14px, 1vw, 16px);
        text-align: left;
        letter-spacing: 1.6px;
        line-height: 29px;
    }
    .main_wrapper .top-text-bgcolor span {
        font-size: clamp(13px, 1vw, 16px);
        font-weight: bold;
        background: #FAE7C7;
        line-height: 29px;
        padding: 1%;
        display: block;
        margin-bottom: 2%;

    }
}
@media only screen and (max-width: 599px){
    .item_box .item-link {
    display: block;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
}
.item_box_3 .item-link {
    display: block;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
}
}
@media only screen and (max-width:450px) {
    .point_wrap ul li img{
        width: 34%;
     }
     .point_wrap_1line ul li img{
        width: 34%;
     }

}