@charset "UTF-8";
/* CSS Document */


/********************モーダル部分********************/


.modal {
    width: 100vw;
    height: 100vh;
    border: 1px solid #000;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    /* display: none;*/
    opacity: 0;
    z-index: -10;
    transition: opacity 0.5s ease 0s;
}
.modal.open {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}
/*.modal p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 14px;
}*/

.modal-close__wrap {
    position: absolute;
    z-index: 200;
    background: white;
    padding: 10px;
}

@media (min-width:1280px) {
	.modal-close__wrap {
    padding: 20px;
}
}

@media (max-width:1279px) {
.modal-close__wrap {
    right: 0px;
    top: 0px;
}
}

@media (min-width:1280px) {
.modal-close__wrap {
    left: 0;
    top: 0px;
}
}
.modal-close {
    background: transparent;
    border-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 28px;
    display: block;
    height: 28px;
}
.modal-close span {
    position: relative;
    width: 100%;
    height: 1px;
    background: black;
    display: block;
}
.modal-close span:nth-child(1) {
    transform: rotate(45deg);
}
.modal-close span:nth-child(2) {
    transform: rotate(-45deg);
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    display: none; /** 追記 **/
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}
.overlay.open {
    display: block;
}
.modal.open {
    display: block;
}

/******************画面した固定シミュレーションバナー**********************/
@media (max-width:767px) {
.sim-btn-wrapper {
    position: fixed;
    bottom: 10px;
    right: -130px;
    width: 150px;
    background: white;
    border-radius: 10px;
    z-index: 98;
    transition-duration: 0.8s;
}
}

@media (min-width:768px) {
.sim-btn-wrapper {
    position: fixed;
    bottom: 50px;
    right: -250px;
    width: 300px;
    background: white;
    border-radius: 10px;
    z-index: 98;
    transition-duration: 0.8s;
}
}
.sim-btn-inner {
    position: relative;
}
.sim-btn-wrapper.active {
    right: 0px;
}
.sim-btn-img img {
    border-radius: 0 0 10px 10px;
}
.sim-btn-text {
    padding: 10px 0 5px 20px;
    font-size: 10px;
}
#close, #open {
    padding: 10px;
    line-height: 20px;
    background: black;
    color: white;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -14px;
    left: -14px;
    display: block;
    border-radius: 27%;
    cursor: pointer;
}

/****************************シミュレーション部分*************************************/
@media ( min-width:1280px ) {
.ath_container:has(.simulation-content) {
/*max-width: 100vw;*/
/*padding: 0;*/
}
.simulation-content {
    width: 100vw;
}
}

@media ( max-width:768px ) {
.simulation-content {
    padding: 0 20px;
}
}
.simulation-title {
    font-size: 1.3rem!important;
    color: white;
    padding: 20px 10px 0;
    margin-top: 0!important;
}
.simulation-text {
    color: white;
    padding: 10px 20px;
}
.simulation-wrap {
    background: black;
}

@media ( min-width:1280px ) {
.main {
    width: 100vw;
    position: relative;
}
}
.pics-wrapper {
    position: relative;
}
.pics {
    position: relative;
}

@media ( min-width:1280px ) {
.pics {
    text-align: right;
    background: black;
}
}

@media ( min-width:1280px ) {
.pics img {
    width: auto;
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}
}
.pics .pic {
    position: absolute;
    top: 0;
    right: 0;
}
#pics3 {
    width: 200px;
    bottom: 185px;
    left: 50px;
    position: absolute;
    height: auto;
    z-index: 10;
}

@media ( min-width:1280px ) {
#pics3 {
    width: 200px;
    bottom: 265px;
    left: 500px;
    position: absolute;
    height: auto;
    z-index: 10;
}
}

@media ( min-width:1980px ) {
#pics3 {
    width: 200px;
    bottom: 265px;
    left: 800px;
    position: absolute;
    height: auto;
    z-index: 10;
}
}

@media ( max-width:768px ) {
#pics3 {
    width: 100px;
    bottom: 135px;
    left: 15px;
    position: absolute;
}
}

@media ( max-width:768px ) {
.pics .pic, .pics .space {
    max-width: 110%;
}
}
/*******************************オプション設定表示部分****************************************/
#choice {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

@media ( min-width:1280px ) {
#choice {
    position: absolute;
    bottom: 100px;
    left: 500px;
}
}

@media ( min-width:1980px ) {
#choice {
    position: absolute;
    bottom: 100px;
    left: 800px;
}
}
#choice span {
    color: white;
}

@media ( min-width:1280px ) {
#choice span {
    color: white;
    font-size: 15px;
}
#choice span#s-color, #choice span#b-color, #choice span#ac-color {
    font-size: 25px;
    padding: 10px;
}
}

@media ( max-width:768px ) {
#choice span#s-color, #choice span#b-color , #choice span#ac-color{
    font-size: 10px;
}
}
.choice-item {
    margin-top: 20px;
    letter-spacing: 0.08em;
}

@media ( max-width:768px ) {
.choice-item {
    margin-top: 5px;
}
}
.choice-item .text-small {
    font-size: 0.8em;
}

@media ( max-width:768px ) {
.choice-item .text-small {
    font-size: 0.6em;
}
}
.choice-item #s-color, .choice-item #b-color, .choice-item #ac-color {
    font-weight: bold;
}
.choice-item.border-bottom {
    border-bottom: 0.5px solid white;
    margin-bottom: 10px;
}
/************************************選択オプション**********************************/
.btns-block {
    padding: 10px;
}

@media ( max-width:768px ) {
.btns-block {
    max-height: 400px;
    overflow: scroll;
}
}

@media ( min-width:1280px ) {
.btns-block {
    padding: 10px;
    position: absolute;
    top: 30px;
    width: 30vw;
    max-width: 400px;
    border-right: 0.5px solid white;
    overflow: scroll;
    max-height: 88vh;
	-ms-overflow-style: none;
}
}

@media ( min-width:1980px ) {
.btns-block {
    padding: 10px;
    position: absolute;
    top: 30px;
    width: 30vw;
    max-width: 650px;
    border-right: 0.5px solid white;
    overflow: scroll;
	-ms-overflow-style: none;
}
}

.btns-block::-webkit-scrollbar { 
  display: none;
}

.btns-block h5 {
    color: white;
    padding-left: 5px;
}

@media ( max-width:768px ) {
.btns2 {
    margin-bottom: 50px;
    background: black;
}
}
	.logo-block{
		margin-top:30px;
	}
.logo-block img {
    max-width: 300px;
}

@media ( max-width:768px ) {
.logo-block img {
    max-width: 200px;
}
}

	.btns-block span{
		line-height: 1.2em;
		padding-top:5px;
	}
	
@media ( min-width:1280px ) {
.pics::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(-90deg, transparent 0 11%, black 80%);
}
}

@media ( max-width:768px ) {
.pics::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(180deg, transparent 0 11%, black 80%);
}
}
.btn-s.active img, .btn-b.active img, .btn-ac.active img  {
    border: white solid 2px;
    border-radius: 10px;/*outline-offset: -1px;*/
}
.btn img, .btn-b img, .btn-s img, .btn-ac img {
    border-radius: 10px;
}
.btn span, .btn-b span, .btn-s span, .btn-ac span {
    font-size: 10px;
    color: white;
    display: block;
}
.buy-btn-block {
    background: black;
    border-top: solid white 1px;
}
.buy-btn {
    padding: 20px;
    color: white;
    border: solid white 1px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.buy-btn:hover {
    background: white;
    color: black;
}
