@charset "utf-8";
html,
body{
width:100%;
height:100%;
padding:0;
border:none;
}
body{
overflow-wrap: break-word;
}
article,header {
width:100%;
max-width:100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
z-index: 2;
}
.all {
background: url(../images/fv_bg.jpg) no-repeat center top;
background-size: cover;
}
.all > article {
position: relative;
background: #333;
max-width: 660px;
margin: 0 auto;
}

@media screen and (min-width:660px) {
.all {
background-attachment: fixed;
}
.all > article {
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
}
}


/* text */
.en {font-family: var(--font-family-en);}
.underline{
border-bottom: #333 dotted 1px;
display: inline-block;
}


/* purchase */
#purchase {
background-color: #eaeaea;
}
.relative {
position: relative;
}
.button_purchace {
position: absolute;
width: 50.9%;
bottom: min(10vw, 80px);
right: min(14vw, 91px);
box-shadow: 0px 1px 2px 0px #999 ;
}
.button_purchace:first-of-type {
bottom: min(23vw, 160px);
}
#compare .button_purchace {
bottom:80px;
width: 71.5%;
left: 50%;
transform: translateX(-50%);
bottom: min(11vw, 80px);
}

/* guide */
#guide{
background-color: #fff;
}
#guide h2 span{
display: block;
text-align: center;
}
#guide h2 .en{
font-size: min(8vw , 36px);
line-height: 1;
font-weight: 600;
margin: min(10vw , 6rem) 0 min(1vw , .5rem);
}
#guide h2 .jp{
font-size: min(4vw , 2rem);
letter-spacing: 5px;
margin-bottom: 4rem;
font-weight: 500;
}
.button_line{
border: #333 solid 1px;
padding: 1.5rem;
text-align: center;
font-size: min(4vw , 2rem);
font-weight: 500;
border-radius: 5px;
display: block;
line-height: 1.4;
}
.link_other {
background: url(../images/icon_other.svg) no-repeat right 15px center;
background-size: 18px 16px;
}










/* footer */
.footer {
font-size: min(2.8vw,var(--15px));
background-color: #fff;
}
.footer .col12{
    border-top: none;
}
.footer .footer_menu {
padding: 10px 0;
border-top: 1px solid #aaaa;
border-bottom: 1px solid #aaa;
text-align: center;
}
.footer .footer_menu a {
display: inline-block;
padding: 3px 0;
vertical-align: middle;
}
.footer .footer_menu a:after {
content: "";
display: inline-block;
margin: 0 5px;
width: 1px;
height: 12px;
background: #333;
transform: translateY(2px);
}
.footer .footer_menu a:last-child:after {
display: none;
}
.footer .copyright {
padding-bottom: 70px;
font-size: 90%;
}
@media screen and (min-width:660px) {
.footer .footer_menu {
padding: 15px 0;
}
.footer .footer_menu a {
font-size: var(--16px);
}
.footer .footer_menu a:after {
margin: 0 10px 0 15px;
transform: none;
}
.footer .copyright {
padding: 0;
font-size:80%;
}

}/* min-width:660px */



/* fixed btn */
.fixed_btn {
display: none;
position: fixed;
bottom: 0;
left:0;
width: 100%;
z-index: 100;
}

/* nav (SP only) */
.fixed_btn .fixed_nav_sp {
padding: 5px min(9vw,60px) 0;
box-sizing: border-box;
background : linear-gradient(180deg, #BD7259 0%, #A44F32 100%);
}
.fixed_btn .fixed_nav_sp > a {
display: block;
width: 100%;
text-align: center;
}

/* nav (PC only) */
.fixed_btn .fixed_nav_pc {
display: none;
position: relative;
z-index: 1;
}


@media screen and (min-width:980px) {
.fixed_btn {
display: block;
position: fixed;
bottom:0;
left:50%;
transform: translateX(-50%);
width: 100%;
max-width: 1400px;
z-index: 1;
}
.fixed_btn .fixed_nav_sp {
display: none;
}
.fixed_btn .fixed_nav_pc {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.fixed_nav_pc > div {
padding-bottom: 3rem;
box-sizing: border-box;
width: calc(50% - 350px);
max-width: 330px;
}
.fixed_nav_pc > div.left_nav {
padding-left: 20px;
padding-right: min(2vw, 40px);
font-size:min(3vw,21px);
color: #FFF;
}
.fixed_nav_pc > div.left_nav a {
display: block;
padding: .8rem 1rem;
box-sizing: border-box;
background: #FFF;
font-weight: 500;
font-size: min(1.3vw, 18px);
color: #333;
}
.fixed_nav_pc > div.left_nav a + a {
margin-top: 10px;
}
.fixed_nav_pc > div.left_nav .en {
color: #B2A356;
margin: 1.5em 0 .2em;
}
.fixed_nav_pc > div.right_nav {
padding-right: 20px;
padding-left: min(2vw, 40px);
}

}/* min-width:660px */


@media screen and (min-width:1300px) {
.fixed_nav_pc > div.left_nav {
padding-bottom: 60px;
padding-right: 0;
}
.fixed_nav_pc > div.right_nav {
padding: 0 0 60px;
}

}/* min-width:1300px */

@media screen and (max-height: 600px) and (min-width: 980px) {
.fixed_nav_pc > div.left_nav {
padding-bottom: 20px;
}
.fixed_nav_pc > div.right_nav {
padding: 0 0 20px;
}
.fixed_nav_pc h2.en {
font-size: 20px;
margin:.5rem 0 .5rem;
}
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, .index_list a > figure img {
height: auto;
}

_:lang(x)::-ms-, .index_list a > figure img {
height: auto;
}

@media screen and (min-width:660px) {
.fixed_sp_navi{
display: none;
}
}


/*
.movie_iframe {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.movie_iframe > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
*/



/* guide */
#guide.container {
    padding: 50px 15px 30px;
    background: #FFF;
    color: #333;
  }
  #guide h2{
    font-size: min(7.7vw,var(--36px));
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #333 !important;
  }
  #guide h2 span{
    font-size: 16px;
    letter-spacing: 2px;
  }
  #guide h3{
    font-size: min(3.6vw,var(--16px));
    border: 1px solid #333;
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px;
    min-height: 50px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
    color: #333 !important;
  }
  #guide .link_underline{
    text-decoration: underline;
  }
  #guide h3.one-line{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #guide h3.link::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-48%);
    width: 20px;
    height: 20px;
    background: url(../img/external_link-icon.png);
    background-size: cover;
  }
  #guide h3 a{
    color: #333;
  }
  #guide p {
    font-size: min(3.2vw,var(--16px));
    padding: 5px 0;
    color: #333 !important;
  }
    
  @media screen and (min-width:660px) {
    #guide.container {
        padding: 60px 30px 20px;
    }
    #guide h3{
        min-height: 60px;
        margin-top: 20px;
    }
    #guide h3.link::after{
        width: 25px;
        height: 25px;
        right: 15px;
    }
  }/* min-width:660px */



