@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

/*=========================================================================*/
/* 共通 */
/*=========================================================================*/

* {
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-boxfooter
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}	/* iPhone */

body {
    color: #666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #fbfaf6;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	
}

article { display: block; line-height: 1; max-width: 1200px; min-width: 320px; margin: 0 auto; z-index: 1; }

.contents img,.contents_pc img,.contents_sp img { width: 100%; height: auto; }

html { overflow: auto; }
body { overflow: hidden; }
img { vertical-align: middle; border-style: none; }

@media screen and (max-width: 767px) { .contents_pc { display: none; } }
@media screen and (min-width:768px) { .contents_sp { display: none; } }


/*=========================================================================*/
/* top */
/*=========================================================================*/

/* メインイメージ */
.fv { position: relative; }

@media screen and (max-width: 767px) {
.fvbtn { width: 20%; top: 13%; left: 5%; position: absolute; }
}
@media screen and (min-width:768px) {
.fvbtn { width: 14%; top: 21%; left: 7%; position: absolute; }
}

/* 購入ボタン */
.offer_teiki a:hover,.offer_teiki2 a:hover  { opacity: 0.7; }
.btn_teiki { animation: 3s ease-out 0s normal none infinite running animScale; transform-origin: 50% 50% 0; }
@media screen and (max-width: 767px) {
.offer_teiki .btn_teiki img,.offer_teiki2 .btn_teiki img { width: 89%; }
.offer_teiki { background-image: url("../img/price01_sp.jpg"); background-size: 100%; background-repeat: no-repeat; }
.offer_teiki2 { background-image: url("../img/price02_sp.jpg"); background-size: 100%; background-repeat: no-repeat; }
.offer_teiki .btn_teiki { padding-top: 33%; padding-left: 32%; padding-bottom: 6.9%; }
.offer_teiki2 .btn_teiki { padding-top: 29%; padding-left: 32%; padding-bottom: 8.5%; }
}
@media screen and (min-width:768px) {
.offer_teiki .btn_teiki img,.offer_teiki2 .btn_teiki img { width: 71%; }
.offer_teiki { background-image: url("../img/price01_pc.jpg"); background-size: 100%; background-repeat: no-repeat; }
.offer_teiki2 { background-image: url("../img/price02_pc.jpg"); background-size: 100%; background-repeat: no-repeat; }
.offer_teiki .btn_teiki { padding-top: 24%; padding-left: 39%; padding-bottom: 4.5%; }
.offer_teiki2 .btn_teiki { padding-top: 22%; padding-left: 39%; padding-bottom: 5%; }
}


@keyframes animScale {
    0% { transform: scale(0.9, 0.9); }
    5% { transform: scale(1.2, 1.2); }
    10% { transform: scale(1, 1); }
    15% { transform: scale(1.1, 1.1); }
    20% { transform: scale(1, 1); }
    25% { transform: scale(1, 1); }
    30% { transform: scale(1, 1); }
    35% { transform: scale(1, 1); }
    40% { transform: scale(0.9, 0.9); }
    45% { transform: scale(1.2, 1.2); }
    50% { transform: scale(1, 1); }
    55% { transform: scale(1.1, 1.1); }
    60% { transform: scale(1, 1); }
    65% { transform: scale(1, 1); }
    70% { transform: scale(1, 1); }
    75% { transform: scale(1, 1); }
    100% { transform: scale(1, 1); }
}

/* 原因tab */
.cause,.cause2,.cause3 { position: relative; }
@media screen and (max-width: 767px) {
.causebtn { width: 18%; top: 28%; left: 15%; position: absolute; }
.causebtn2 { width: 18%; top: 13%; left: 16%; position: absolute; }
.causebtn3 { width: 18%; top: 15%; left: 17%; position: absolute; }
}
@media screen and (min-width:768px) {
.causebtn { width: 14%; top: 25%; left: 24%; position: absolute; }
.causebtn2 { width: 14%; top: 16%; left: 25%; position: absolute; }
.causebtn3 { width: 14%; top: 15%; left: 28%; position: absolute; }
}


/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}


/* リンク指定
----------------------------------------------- */
a:link ,
a:visited {
    color: #222222;
    text-decoration: none;
}

/* ==============================================
 フッター
=============================================== */

#footer_wrap { padding: 0x auto 0 auto; text-align: center; }
.footer_list { display: flex; justify-content: center;  margin: 30px auto 20px auto; font-weight: 300; font-family: 'Lato', sans-serif; }

nav ul { list-style: none; width: 100%; padding-left: 0 !important; }
.footer_list li { position: relative; }
.footer_list li a { color: #222; padding: 10px; }
.footer_list li a:hover { opacity: .6; }
.footer_list li:after { content: ""; display: block; width: 1px; height: 8px; background: #222; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.footer_list li:last-child:after { background: none; }

#copyright { width: 100%; color: #222222; margin-bottom: 30px; font-weight: 300 !important; font-family: 'Lato', sans-serif; }

@media screen and (max-width: 767px) { .footer_list li a { font-size: 11px; letter-spacing: 0.5px; } }
@media screen and (min-width:768px) { .footer_list li a { font-size: 11px; letter-spacing: 2px; } }

