@charset "utf-8";
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html{
    height: -webkit-fill-available;
}
body{
    min-height: 100vh;
    min-height: -webkit-fill-available;
    -webkit-overflow-scrolling:auto;
    position: fixed;
}

/*-------------------------------------------------
    wp_rotate
--------------------------------------------------*/

.wp_rotate {
    background: #fff;
    width: 100% !important;
    height: 100vh;
    display: table;
    position: fixed;
    z-index: 999999999;
}
.wp_rotate span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.wp_rotate span img {
    width: 30%;
    margin: 0 auto;
}
@supports(-webkit-touch-callout: none) {
    .wp_rotate {
        height: -webkit-fill-available;
    }
}

/*-------------------------------------------------
    header
--------------------------------------------------*/

header {
    position: fixed;
    z-index: 3;
}

/*-------------------------------------------------
    simulator
--------------------------------------------------*/
#simulator {
    width: 100%;
    position: relative;
    height: 60vh;
    overflow: hidden;
}
/*-------------------------------------------------
    simulator fix_area
--------------------------------------------------*/
#simulator .fix_area {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 50vh;
    background: url(../image/bg.jpg) no-repeat center center #ccc;
    background-size: cover;
    overflow: hidden !important;
}
#simulator .fix_area .inner {
    overflow: hidden;
}
#simulator .fix_area .inner .ph {
    position: relative;
    text-align: center;
    width: 100%;
}
#simulator .fix_area .inner .ph .ph_head {
    z-index: 20 !important;
    position: relative;
}
#simulator .fix_area .inner .ph .ph_band {
    z-index: 10;
    position: relative;
}
#simulator .fix_area .inner .ph .ph_head,
#simulator .fix_area .inner .ph .ph_band {
    display: flex;
    justify-content: center;
    align-items: center;
}
#simulator .fix_area .inner .ph .ph_head.current,
#simulator .fix_area .inner .ph .ph_band.current {
    position: relative;
    width: 100%;
    height: 50vh;
    padding: 30px 0 20px;
}
#simulator .fix_area .inner .ph .ph_head.absolute,
#simulator .fix_area .inner .ph .ph_band.absolute {
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 0;
    left: 0;
    padding: 30px 0 20px;
}
#simulator .fix_area .inner .ph .ph_head.current img,
#simulator .fix_area .inner .ph .ph_band.current img
#simulator .fix_area .inner .ph .ph_head.absolute img,
#simulator .fix_area .inner .ph .ph_band.absolute img {
    height: 80%;
    margin-top: -10%;
}
#simulator .fix_area .inner .ph .ph_head.hide,
#simulator .fix_area .inner .ph .ph_band.hide {
    opacity: 0;
    transform: translateY(0);
}
#simulator .fix_area .inner .ph .ph_head.show,
#simulator .fix_area .inner .ph .ph_band.show {
    animation: changeParts 1s ease-out 0s 1 normal forwards;
}
@keyframes changeParts {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
#simulator .fix_area .inner .text {
    width: 100%;
    margin-bottom: 20px;
}
#simulator .fix_area .inner .text .box_name {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-top: 25%;
    width: 32%;
}
#simulator .fix_area .inner .text .box_name .h_name,
#simulator .fix_area .inner .text .box_name .b_name {
    line-height: 1em;
    width: 100% !important;
    font-size: 80%;
    display: block ;
}
#simulator .fix_area .inner .text .box_name .h_name {
    width: 100%;
    margin-bottom: 6px;
}
#simulator .fix_area .inner .text .box_name .b_name {
    width: 100%;
}
#simulator .fix_area .inner .text .box_name .h_name:before,
#simulator .fix_area .inner .text .box_name .b_name:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 1px -10px 0;
    line-height: 1em;
}
#simulator .fix_area .inner .text .box_name .h_name:before {
    background: url(../image/icon_head.svg) no-repeat center center;
    background-size: 20px;
}
#simulator .fix_area .inner .text .box_name .b_name:before {
    background: url(../image/icon_band.svg) no-repeat center center;
    background-size: 20px;
}
#simulator .fix_area .inner .text .btn {
    width: 100%;
    text-align: center;
    margin-top: -50px;
    position: relative;
    z-index: 20;
}
#simulator .fix_area .inner .text .btn a {
    display: inline-block;
    line-height: 1em;
    font-size: 80%;
    background: #fff;
    border: 1px solid #eee;
    padding: 0.6em 1.5em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #000;
    text-decoration: none;
}
#simulator .fix_area .inner .text .btn a:before {
    content: "";
    width: 18px;
    height: 14px;
    display: inline-block;
    background: url(../image/icon_image.svg) no-repeat center center;
    margin: 0 4px -2px 0;
}
#simulator .fix_area .inner .text .btn a:hover {
    background: #ccc;
}

/*-------------------------------------------------
    simulator select_area
--------------------------------------------------*/

#simulator .select_area {
    position: relative;
    z-index: 1;
    width: 100%;
}
#simulator .select_area .inner {
    position: relative;
}
#simulator .select_area .inner .tab {
    position: fixed;
    top: 50vh;
    left: 0;
    width: 100%;
    padding: 14px 10% 40px;
    background: #fff;
    z-index: 1;
    border: none;
}
#simulator .select_area .inner .tab li {
    float: left;
    width: 46%;
    cursor: pointer;
    list-style: none;
    transition: 0.3s;
    text-align: center;
    padding: 0.6em 1.5em;
    background-size: 6px;
    color: #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1em;
    border: 1px solid #ddd;
}
#simulator .select_area .inner .tab li:nth-child(1) {
    float: left;
}
#simulator .select_area .inner .tab li:nth-child(2) {
    float: right;
}
#simulator .select_area .inner .tab li.active {
    cursor: auto;
    background: #ddd;
}
#simulator .select_area .inner .tab li span {
}
#simulator .select_area .inner .tab li span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 6px -4px 0;
    line-height: 1em;
}
#simulator .select_area .inner .tab .watch span:before {
    background: url(../image/icon_head.svg) no-repeat center center;
    background-size: 20px;
    line-height: 1em;
}
#simulator .select_area .inner .tab .band span:before {
    background: url(../image/icon_band.svg) no-repeat center center;
    background-size: 20px;
    line-height: 1em;
}
#simulator .select_area .inner .tab .box_reset {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 60px;
    left: 0;
}
#simulator .select_area .inner .tab .box_reset button {
    font-size: 90%;
    text-decoration: underline;
}
#simulator .select_area .inner .tab .box_reset button:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../image/icon_reset.svg) no-repeat center center;
    margin: 0 4px -2px 0;
}

/*-------------------------------------------------
    simulator select_area tab_contents
--------------------------------------------------*/

#simulator .select_area .inner .tab_contents {
}
#simulator .select_area .inner .tab_contents::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}
#simulator .select_area .inner .tab_contents .wrap_watch,
#simulator .select_area .inner .tab_contents .wrap_band {
    padding: 110px 0 50vh 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50vh;
    overflow: scroll;
}
#simulator .select_area .inner .tab_contents .wrap_band .ph {
    margin-bottom: -0.8em;
}
#simulator .select_area .inner .tab_contents>ul.show {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
}
#simulator .select_area .inner .tab_contents>ul {
    display: none;
}
#simulator .select_area .inner .tab_contents>ul>li {
    width: 45%;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-bottom: 20px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
#simulator .select_area .inner .tab_contents>ul>li:nth-child(odd) {
    float: left;
    margin-left: 5%;
}
#simulator .select_area .inner .tab_contents>ul>li:nth-child(even) {
    float: right;
    margin-right: 5%;
}
#simulator .select_area .inner .tab_contents>ul>li:last-child {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0 70px 0;
    border: 1px solid #262626;
    background: #262626;
}
#simulator .select_area .inner .tab_contents>ul>li.active {
    border: 1px solid #ddd;
}
#simulator .select_area .inner .tab_contents>ul>li .ph {
    padding: 20px 10% 0;
    margin-bottom: 10px;
}
#simulator .select_area .inner .tab_contents>ul>li dl {
    margin-bottom: 10px;
}
#simulator .select_area .inner .tab_contents>ul>li dl dt {
    font-size: 90%;
    line-height: 1em;
    margin-bottom: 8px;
}
#simulator .select_area .inner .tab_contents>ul>li dl dd {
    font-size: 80%;
    line-height: 1em;
}
#simulator .select_area .inner .tab_contents>ul>li dl dd span {
    font-size: 80%;
}
#simulator .select_area .inner .tab_contents>ul>li .btn {
}
#simulator .select_area .inner .tab_contents>ul>li .btn a {
    display: inline-block;
    line-height: 1em;
    font-size: 80%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.6em 1em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

/*-------------------------------------------------
    modal
--------------------------------------------------*/

#openModal {
    position: fixed;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    cursor: pointer;
    z-index: 100;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 0.8em 1em;
    line-height: 1em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 60%;
}
.modalArea {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
    padding: 30px 20px;
    background-color: #fff;
    overflow: scroll;
}
#closeModal_top {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}
#closeModal_bottom {
    width: 100%;
    text-align: center;
}
#closeModal_bottom span {
    line-height: 1em;
    font-size: 80%;
    background: #fff;
    border: 1px solid #ddd;
    padding: .8em 5em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
#closeModal_bottom span:hover {
    background: #ccc;
    color: #000;
    border: 1px solid #ddd;
}
.modalContents {
}
.modalContents .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    margin-bottom: 20px;
}
.modalContents .ttl:before,
.modalContents .ttl:after {
    border-top: 1px solid #666;
    content: "";
    width: 3em;
}
.modalContents .ttl:before {
    margin-right: 1em;
}
.modalContents .ttl:after {
    margin-left: 1em;
}
.modalContents .ph_text {
    width: 100%;
    margin-bottom: 30px;
}
.modalContents .ph {
    width: 100%;
    margin-bottom: 20px;
}
.modalContents .ph .pc {
    display: none;
}
.modalContents .text {
    width: 100%;
}
.modalContents .text dl {
    width: 100%;
    display: table;
    border-bottom: 1px solid #eee;
    padding: 4px 0;
}
.modalContents .text dl:first-child {
    border-top: 1px solid #eee;
}
.modalContents .text dl dt {
    display: table-cell;
    width: 20px;
    vertical-align: top;
    font-size: 70%;
    padding-top: .2em;
    color: #333;
}
.modalContents .text dl dd {
    display: table-cell;
    vertical-align: top;
}
.modalContents .text dl dd p {
    font-size: 80%;
}
.modalContents .text dl dd p.kak {
    text-indent: -.6em;
}
.modalContents .text dl dd p.pc {
    display: none;
}
.modalContents .attention {
    font-size: 70%;
    color: #333;
    margin-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

/*-------------------------------------------------
    button reset
--------------------------------------------------*/

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    font-weight: 400;
    font-size: 100%;
    color: #000;
}

/*-------------------------------------------------
    footer_pc
--------------------------------------------------*/

.footer_pc {
    display: none;
}

/*-------------------------------------------------
    footer_sp
--------------------------------------------------*/

.footer_sp {
}