@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
    /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
html {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section,div,ul,li,p {
    margin: 0;
    padding: 0;
}
.fl {
    float: left;
}
.flimg img {
    float: left;
}
.fldiv {
    width: 960px;
}
.fldiv div {
    float: left;
}
.rblock {
    position: relative;
}
.ablock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.rblock img, .ablock img {
    display: block;
}
.pblock img {
    display: block;
    width: 100%;
}
.tx {
    width: 100%;
    position: absolute;
}
li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    color: #0099FF;
    outline: 0;
}
a:focus {
    outline: 0;
}
html {
    width: 100%;
    background: #f2f2f2;
    overflow-y: scroll;
}
body {
    width: 100%;
	min-width: 960px;
    color: #6f6e6f;
    background: #e2e2e2; 
}
#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
}
button,select {
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #6f6e6f;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    margin: 0;
    padding: 0;
}
h2 {
    text-align: center;
}
footer {
    text-align: center;
}
.wrapper {
    width: 100%;
}
.contents {
    position: relative;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}
.contents_s {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.contents_m {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* common */
#bg {
    position: relative;
    width: 100%;
}
#bg2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}
#lovl {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
}
#loadimg {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    -webkit-animation: a_load_img 2.5s linear 0s infinite;
    animation: a_load_img 2.5s linear 0s infinite;
}
.over {
    transition: .2s;
}
.over:hover {
    opacity: .7;
}
.no_newline {
    white-space: nowrap!important;
}
.sp, .ipad { display: none; }
@-webkit-keyframes a_load_img {
    0% {
        -webkit-transform: rotate(0%);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes a_load_img {
    0% {
        transform: rotate(0%);
    }
    100% {
        transform: rotate(360deg);
    }
}
.white_bg {
    background: #fff;
    border-radius: 90px;
}
.btn {
    border-radius: 1000px;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: block;
    transition: .2s;
}
.btn a {
    text-decoration: none;
    color: #fff;
    display: block;
}
.btn:hover {
    opacity: 0.7;
}
.fontsizeL {
    font-size: 35px;
}
.item_img {
    border: solid 1px #909090;
    border-radius: 30px;
    overflow: hidden;
    box-sizing: border-box;
}
hr {
    border: none;
    border-bottom: 4px dotted #bfc0c0;
    margin: 9.375% 0;
}
.series_buy {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 193px;
    height: 193px;
    text-align: center;
    z-index: 999;
    border-radius: 1000px;
    overflow: hidden;
}
.series_buy p {
    border-radius: 1000px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0;
}
.series_buy a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    text-decoration: none;
}
.series_buy span {
    margin-top: 10px;
    font-size: 20px;
}

/* -- item page , ip top common -- */
.contents_hero_overlap .c_pos {
    padding-bottom: 113px;
    margin-top: -100px;
}
.contents_hero_overlap .white_bg {
    padding-top: 100px;
}
.item_c02 .c_pos {
    padding-bottom: 120px;
}
.item_hero {
    border-radius: 0 0 45px 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.about_item {
    text-align: center;
    font-size: 20px;
}
.about_item h2 {
    margin-bottom: 2.083333333%;
}
.about_item .about_item_txt {
    margin-bottom: 4.166666666%;
    line-height: 2;
}
.about_item .btn {
    width: 307px;
    margin: 0 auto 15.104166666%;
}
.about_item .btn a {
    padding: 10.423452768% 0;
    font-size: 30px;
}


/* -- ip top -- */
.item_list h2 {
    line-height: 1;
    margin-bottom: 5.208333333%;
}
.item_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_list ul li {
    width: 47.1875%;
    margin-bottom: 7.083333333%;
}
.item_list ul li > a {
    display: block;
    color: #6f6e6f;
    text-decoration: none;
}
.item_list ul li h3 {
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    margin: 5.9602649% 0;
}
.item_list .btnset {
    display: flex;
}
.item_list .btnset p {
    width: 100%;
}
.item_list .btnset p:first-child {
    margin-right: 2.42825607%;
}
.item_list .btnset p a {
    font-size: 24px;
    padding: 11.312217194% 0;
}
.item_list {
    margin-bottom: 5.208333333%;
}
.item_list > p {
    text-align: center;
    font-size: 32px;
}

/* -- item top -- */
#item_c01 .about_item {
    margin-top: 8.854166666%;
}
#item_c01 .about_item .btn {
    margin: 0 auto 11.145833333%;
}
.item_howto {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.333333333%;
}
.item_howto > div {
    width: 31.666666666%;
}
.item_howto > div .item_howto_img {
    border-radius: 1000px;
    overflow: hidden;
    border: solid 1px #909090;
    margin-bottom: 9.523809523%;
}
.item_howto > div .item_howto_txt {
    width: 88.947368421%;
    margin: 0 auto;
}
.specification {
    border: #bababa solid 2px;
    padding: 1.354166666%;
    font-size: 16px;
}
.item_buy {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    padding-bottom: 12.5%;
}
.item_buy h3 {
    font-size: 25px;
    font-weight: normal;
}
.item_buy .price strong {
    font-size: 40px;
}
.item_buy .item_img {
    margin-right: 5.833333333%;
    flex-shrink: 0;
    width: 46.979166666%;
}
.item_buy table {
    margin-bottom: 20px;
}
.item_buy form {
    margin-bottom: 15px;
}
.item_buy select {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    border: solid 1px #909090;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 25px;
}
.item_buy .btn a, .item_buy button {
    padding: 4.415011037% 0;
    font-size: 25px;
}
.sw_item_buy button {
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    border-radius: 1000px;
    line-height: 1;
}
.sw_item_buy .shop_btn {
    margin-top: 9.713024282%;
}
.sw_item_buy .shop_btn p:not(:last-child) {
    margin-bottom: 3.53200883%;
}
.other_item {
    padding-top: 7.708333333%;
}
.other_item h2 {
    margin-bottom: 6.25%;
}
.other_item .swiper {
    width: 81.25%;
    margin: 0 auto 4.375%;
    overflow: hidden;
}
.other_item .swiper-slide > div > a {
    display: block;
    color: #6f6e6f;
    text-decoration: none;
}
.other_item .swiper-slide > div .btn a {
    padding: 8.719346049%;
    font-size: 28px;
}
.other_item .swiper-button-next, .other_item .swiper-button-prev {
    background: none;
    width: 6.145833333%;
    height: 0;
    margin: 0;
}
.other_item .swiper-button-next {
    right: 0;
}
.other_item .swiper-button-prev {
    left: 0;
}
.other_item .swiper-pagination {
    position: relative;
    line-height: 1;
    font-size: 0;
    margin-bottom: 9.791666666%;
}
.other_item .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    width: 13px;
    height: 13px;
}
.other_item .swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px;
}
.other_item .swiper h3 {
    text-align: center;
    font-size: 25px;
    line-height: 1;
    margin: 6.539509536% 0;
}
.footer_backtop {
    width: 100%;
    padding-bottom: 12.291666666%;
}
.footer_backtop.btn a {
    padding: 4.583333333%;
    font-size: 44px;
}
.ptop {
    right: 3em;
    bottom: 6.5em;
    display: block;
}
footer.sauna_footer {
    padding: 20px 0;
}
@media screen and (max-width:1582px) {
    .white_bg {
        border-radius: 5.689001264vw;
    }
}
@media screen and (max-width:1400px) {
    body {
		min-width: auto;
	}
    .contents_m {
        width: 90%;
    }
    .series_buy {
        width: 120px;
        height: 120px;
    }
    .series_buy a {
        font-size: 20px;
    }
    .series_buy span {
        margin-top: 5px;
        font-size: 12px;
    }
}
@media screen and (max-width:1067px) {
    .contents_s {
        width: 90%;
    }
    .contents_m .contents_s {
        width: 100%;
    }
    .item_list .btnset p a {
        font-size: 2.666666666vw;
    }
    .item_list ul li h3 {
        font-size: 3.2vw;
    }
    .item_img {
        border-radius: 3.125vw;
    }
    .itemhero {
        border-radius: 0 0 4.217432052vw 4.217432052vw;
    }
    .contents_hero_overlap .c_pos {
        padding-bottom: 7.929824561%;
        margin-top: -9.865338134%;
    }
    .contents_hero_overlap .white_bg {
        padding-top: 9.865338134%;
    }
    .item_c02 .c_pos {
        padding-bottom: 11.838405761%;
    }
    .ipad { display: block; }
}
@media screen and (max-width:767px) {
    /* common */
	body {
		min-width: auto;
	}
    .contents {
        min-width: auto;
    }
    .ptop img {
        width: 4rem !important;
    }
    .ptop {
        right: 0.5rem;
        bottom: 4.5em;
    }
    .pc { display: none; }
    .sp { display: block; }
    .sp_inline { display: inline; }
    .fontsizeL {
        font-size: 4.563233376vw;
    }
    .series_buy {
        width: 70px;
        height: 70px;
    }
    .series_buy a {
        font-size: 11px;
    }
    .series_buy span {
        margin-top: 3px;
        font-size: 10px;
    }
    .about_item .btn {
        width: 46.814123531%;
    }
    .about_item .btn a {
        padding: 9.77198697% 0;
        font-size: 3.911342894vw;
    }
    .about_item .about_item_txt {
        font-size: 2.607561929vw;
    }
    #item_c01 .about_item .about_item_txt {
        margin-bottom: 9.149340103%;
        font-size: 3.333333333vw;
    }
    #item_c01 .about_item h2.fontsizeL {
        font-size: 6.666666666vw;
    }
    #item_c01 .about_item .btn {
        width: 59.470710675%;
        margin-bottom: 19.061125216%;
    }
    #item_c01 .about_item .btn a {
        font-size: 5.2vw;
        padding: 10% 0;
    }
    .item_list > p {
        font-size: 2.933333333vw;
    }
    .footer_backtop.btn a {
        font-size: 4.133333333vw;
    }
    .item_hero {
        border-radius: 0 0 5.867014341vw 5.867014341vw;
    }
    /* -- item top -- */
    .item_howto {
        flex-direction: column;
        width: 73.652187836%;
        margin: 0 auto;
    }
    .item_howto > div {
        width: 100%;
        margin-bottom: 18.908636214%;
        font-size: 3.333333333vw;
    }
    .specification {
        font-size: 3.333333333vw;
        padding: 3.354758038%;
    }
    .item_buy {
        flex-direction: column;
        font-size: 3.333333333vw;
    }
    .item_buy .item_img {
        width: 73.652187836%;
        margin: 0 auto 4.574670051%;
    }
    .item_buy > div {
        width: 100%;
    }
    .item_buy .shop_btn .btn a {
        font-size: 6vw;
    }
    .item_buy h3 {
        font-size: 5.518763796vw;
    }
    .item_buy .price strong {
        font-size: 8.830022075vw;
    }
    .item_buy .btn a, .item_buy button {
         font-size: 5.518763796vw;
    }
    .item_buy select {
        font-size: 5.518763796vw;
    }
    .item_buy form {
        margin-bottom: 1.955671447%;
    }
    .item_buy table {
        margin-bottom: 2.607561929%;
    }
    .item_list .btnset {
        flex-direction: column;
    }
    .item_list .btnset p {
        width: 100%;
    }
    .item_list .btnset p:first-child {
        margin-right: 0;
        margin-bottom: 3.448275862%;
    }
    .item_list .btnset p a {
        padding: 5.172413793% 0;
    }
    .other_item .swiper-slide > div .btn a {
        font-size: 5vw;
    }
    .other_item .swiper h3 {
        font-size: 5vw;
    }
    .other_item .swiper-button-next, .other_item .swiper-button-prev {
        width: 8.996851102%;
    }
    .other_item .swiper-pagination-bullet {
        width: 1.982357022%;
        height: 0;
        padding-top: 1.982357022%;
    }
    .other_item .swiper-pagination-bullet:not(:last-child) {
        margin-right: 1.219912013%;
    }
    footer.sauna_footer {
        font-size: 13px;
        font-size: 2.607561929vw;
        padding: 2.607561929% 0;
    }
}