@charset "utf-8";
/* CSS Document */
/*Theme Name: landing theme
  Description: Version: 1.0
*/

/*============reset============ */
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,
main,
aside {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    word-break: break-all;
}

body {
    line-height: 1.6;
    font-size: 16px;
    min-width: 1080px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
main{
    display: block;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/*
input,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    background: #fff;
}*/

/*=================reset end=================*/



/*based
---------------------------------------------*/
iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a {
    color: inherit;
}

table {
    table-layout: fixed;
}

td input {
    max-width: 100%;
}

#map {
    position: relative;
    width: 100%;
    padding: 500px 0 0 0;
}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/*
a[href^="tel:"] {
    cursor: default;
}
*/

a[href^="tel:"]:hover {
    opacity: 1;
}

.slick-slide {
    outline: none;
}

.tb_only {
    display: none;
}

.sp_only {
    display: none;
}

.tb_pc {
    display: inherit;
}

.sp_tb {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex.end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex.center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex.around {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex.between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex.stretchf {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.flex.ai_center {
    -webkit-align-items: center;
    align-items: center;
}

.flex.ai_start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex.ai_end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex.column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex.row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex.c_reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex.r_reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.noshrink {
    flex: 0 0 auto;
}

.grow {
    flex: 1 1 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

@media(min-width: 768px) {
    /*a[href^="tel:"] {
        pointer-events: none;
    }*/
}

@media(max-width:1079px) {
    .pc_only {
        display: none;
    }

    .tb_only {
        display: inherit;
    }

    .sp_only {
        display: none;
    }

    .tb_pc {
        display: inherit;
    }

    .sp_tb {
        display: inherit;
    }

    body {
        min-width: 100%;
        max-width: 100%;
        overflow-y: scroll;
    }
}

@media(max-width: 640px) {

    body {
        min-width: 100%;
        max-width: 100%;
    }

    .pc_only {
        display: none;
    }

    .tb_only {
        display: none;
    }

    .sp_only {
        display: inherit;
    }

    .tb_pc {
        display: none;
    }

    .sp_tb {
        display: inherit;
    }

    #map {
        padding-top: 250px;
    }
}

/*int
-------------------------------------*/
.inner {
    max-width: calc(1000px + 80px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

body {
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-size: 16px;
}

@media(max-width: 640px) {

    html,
    body {
        font-size: 4.27vw;
        line-height: 1.5625;
        letter-spacing: 0.025em;
    }

    .content_wrap {
        min-width: auto;
    }

    .inner {
        padding: 0 3.6vw;
    }
}

/*font-family
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html,
body {
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*color*/
html,
body {
    color: #333;
    background-color: #fff;
}

.txt_link {
    text-decoration: underline;
    color: #e10011;
}

/*front*/
.wrap_mv {
    height: 100vh;
    text-align: center;
    position: relative;
}

.wrap_mv .mv01,
.wrap_mv .mv02 {
    height: 95%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
}

.wrap_mv .mv01 img,
.wrap_mv .mv02 img {
    height: 100%;
    width: auto;
}

.wrap_mv .mv01.active {
    opacity: 0;
    pointer-events: none;
}

.wrap_mv .mv01 {
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

.wrap_mv .mv02 {
    z-index: 1;
}

/*lower*/
#body_wrap {
    height: 1920px;
    width: 1080px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.header {
    width: 100%;
    font-size: 0;
    height: 320px;
}

.nav_step {
    padding: 4.75% 7.4% 3%;
    text-align: center;
    font-size: 0;
}

.wrap_step {
    width: 100%;
    height: calc(100% - 320px);
    padding-bottom: 450px;
    background-image: url(img/bg_lower.jpg);
    background-repeat: repeat;
    position:relative;
}

.wrap_order {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #323232;
    padding:0 4.5% 4.5%;
    width: 100%;
}
.step5 .wrap_order {
    position: relative;
    margin: 0 auto;
    width: 94%;
    background: inherit;
}
.wrap_order .ttl {
    font-size: 140%;
    color: #fff;
    padding: 0.5em;
}

.wrap_order .area {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 3%;
}

.wrap_order .area .order {
    width: 56%;
    padding-top: 0.4em;
}

.wrap_order .area .wrap_total {
    width: 335px;
    background-color: #EFEFEF;
    position: relative;
}

.wrap_order .area .wrap_total .caption {
    padding-left: 2em;
    letter-spacing: 0;
    position: absolute;
    top: 24%;
    text-align: left;
    width: 100%;
}

.wrap_order .area .wrap_total .total {
    position: relative;
    text-align: right;
    padding-right: 2rem;
    padding-top: 1em;
}

.jtp1,
.jtp2,
.jtp3,
.jtp4,.jtp5,
.cep {
    font-size: 200%;
}

.wrap_order .area .order dt {
    font-weight: bold;
    font-size: 112.5%;
    width: 36%;
    text-align: left;
    letter-spacing: 0;
    border-bottom: 1px solid;
    padding-bottom: .75em;
    line-height: 1;
    margin-bottom: .75em;
}

.wrap_order .area .order dd {
    font-weight: normal;
    font-size: 112.5%;
    width: 64%;
    padding-left: 2.5%;
    border-bottom: 1px solid;
    padding-bottom: .75em;
    line-height: 1;
    margin-bottom: .75em;
    letter-spacing: 0;
}
.wrap_order .area .order dt:nth-of-type(4),.wrap_order .area .order dd:nth-of-type(4){
    margin-bottom: 0;
}

.contents .ttl {
    margin-bottom: 0.5rem;
    font-size: 120%;
}
.contents .txt01 {
    font-size: 100%;
    margin-top: -0.5em;
    font-weight: normal;
    letter-spacing: 0;
}

.contents .ttl .icn {
    position: relative;
    padding-left: 1em;
    font-size: 250%;
    font-weight: normal;
}

.contents .ttl .icn::before {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #E6553C;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    box-sizing: border-box;
    line-height: 1.5;
    position: absolute;
    content: '1';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 46%;
    left: 0;font-size: 52%;
}
.contents .ttl .icn2::before {
    content: '2';
}
.contents .ttl .icn3::before {
    content: '3';
}
.contents .ttl .icn4::before {
    content: '4';
}
.contents .ttl .icn5::before {
    content: '5';
}
.contents .ttl .icn6::before {
    display: none;
}

form {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 4.75% 7.4%;
}

form .item {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}

form .item:nth-child(3n) {
    margin-right: 0;
}

form .item label {
    width: 100%;
    display: inline-block;
    font-size: 0;
    border-radius: 2px;
    border: 1px solid #fff;
}

form .item img {
    width: 100%;
}

form input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input[type="radio"]:checked+label {
    border: 1px solid #E6553C;
    position: relative;
}

input[type="radio"]:checked+label::before {
    content: '選択中';
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    letter-spacing: 0;
    border-radius: 25px;
    width: 50%;
    height: 25px;
    line-height: 25px;
    background: #E6553C;
    position: absolute;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: -1%;
    left: 0%;
    right: 0;
    margin: auto;


}

.wrap_btn {
    width: 70%;
    margin: 0 auto;
}

.btn {
    text-align: center;
    margin-top: 2em;
}
.wrap_btn .btn{
    width: 44%;
}

.btn input {
    width:250px;
    font-weight: bold;
    color: #fff;
    background: #323232;
    border-radius: 4px;
    padding: 0.85em 1em;
    line-height: 2.5;
    -webkit-box-shadow: 0px 0px 10px rgb(150 150 150 / 40%);
    -o-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
    -ms-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.4);
    box-shadow: 0px 0px 10px rgb(150 150 150 / 40%);
}
.wrap_btn .btn.back{
    margin-left: 2em;
}
.btn.back input {
    color: #333;
    background: #fff;
}
.wrap_btn .btn input{
    width: 100%;
}
.wrap_step.step5{
    padding-bottom: 5em;
}
.step5 .contents .wrap_order .box .copy{
    padding: 1em 0 1em;
    font-size: 162.5%;
}
.step5 .contents .wrap_order .area .ttl {
    width: 100%;
    background: #323232;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 2em;
}

.btn.add {
    margin-top: 2em;
}

.btn.add img{
    cursor: not-allowed;
}
.step5 form{
    width: 100%;
    padding: 2% 0;
}
.step5 form input[type="radio"] {
    position: relative;
    opacity: 1;
    width: auto;
    height: auto;
    top: inherit;
    left: inherit;
    margin-bottom: 4px;
}
.step5 form .item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
}
.step5 form .item label{
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    border: none;
    width: 100%;
}
.wrap_step5 {
    border-top: 1px solid #aaa;
    width: 85%;
    margin: 0 auto;
    padding-top: 3em;
}
.wrap_step5 .copy {
    margin-bottom: 0em;
    font-size: 162.5%;
}
.step5 form .item label small{
    font-weight: normal;
    font-size: 0.75rem;
    display: inline-block;
    width: 100%;
    padding-left: 2em;
    margin-top: 0.5em;
}
.setp5_caption{
    border-top: 1px solid #aaa;
    padding-top: 4em;
    font-size: 0.75em;
    text-align: center;
}
.area_step6 {
    width: 85%;
    background: #fff;
    margin: 2em auto;
    padding: 2em;
}
.area_step6 .txt61{
    font-weight: bold;
    margin-bottom: 2em;
    font-size: 162.5%;
}
.area_step6 .txt62{
    font-size: 1em;
}
.area_step6 .txt62 strong{
    display: inline-block;
    background: peachpuff;
    padding: 0.2em 1em 0em;
    margin: 0 0.5em 0.5em;
    font-size: 150%;
}

@media(max-width:1079px) {
    .wrap_mv .mv01,.wrap_mv .mv02{
        height: 100%;
        width: 100%;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        font-size: 0;
    }
    .wrap_mv {
        height: 100%;
        width: 100vw;
        overflow: hidden;
    }
    .wrap_mv .mv01 img, .wrap_mv .mv02 img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        vertical-align: top;
    }
    .wrapper {
        height: 100%;
        width: 100%;
    }
}
@media(max-width:640px) {
    .wrap_mv .mv01{
        position: relative;
    }
    .wrap_mv {
        height: auto;
        width: 100vw;
        overflow: hidden;
    }
    .wrap_mv .mv01,.wrap_mv .mv02{
        height: auto;
        width: 100%;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        font-size: 0;
    }
    #body_wrap{
        height: 100%;
    }
    .wrap_btn {
        width: 100%;
        margin: 0 auto;
    }
    .wrap_btn .btn.back {
        margin-left: 0em;
    }
    .wrap_order .area {
        width: 100%;
    }
    .btn input {
        width: 45%;
    }
    .step6 .wrap_step {
        width: 100%;
        padding-bottom: 52vw;
    }    
}