/*reset*/
@charset "UTF-8";

/*
Reset CSS:ver1.0
*/
/* Winでも見やすい游ゴ設定 */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
	cursor: default;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	color: #333;
	font: 16px/400 -apple-system, BlinkMacSystemFont, Hiragino Sans, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, YuGothic, 'Yu Gothic', 'メイリオ', meiryo, sans-serif;
	height: 100%;
	margin: 0 auto;
	letter-spacing: .05rem;
	line-height: 1.5;
	width: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

section {
	position: relative;
}

nav ul,
nav ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	background: transparent;
	color: #0044CC;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration-skip: objects;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

em {
	padding: 0.2em;
	font-weight: bold;
	display: inline;
	font-style: normal;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #333;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #333;
	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;
}

img,
video {
	width: 100%;
	height: auto;
}

img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 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;
}

/* smart phone default style reset */
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
	cursor: pointer;
}

/* select box , checkboxの矢印を非表示 */
select::-ms-expand {
	display: none;
}

input[type="submit"]:hover {
	cursor: pointer;
}

input,
textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px 10px;
	border: 1px solid #D3D3D3;
	background: #F7F7F7;
}

input:focus,
textarea:focus {
	background: #fffbc9;
}

input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="image"] {
	height: auto;
	width: 100%;
}


.mt5p {
	margin-top: 5%;
}

/* placeholder color */
input::placeholder {
	color: #333;
	opacity: 0.7;
}

/* IE */
input:-ms-input-placeholder {
	color: #333;
}

/* Edge */
input::-ms-input-placeholder {
	opacity: 0.7;
}

/* テキストを選択時時のハイライトカラー */
::-moz-selection {
	background-color: #93C1E5;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #93C1E5;
	color: #fff;
	text-shadow: none;
}


.cta {
	width: 550px;
	max-width: 100%;
	height: auto;
	margin: -4px auto 20px;
}

.cta a {
	display: block;
	width: 100%;
	height: auto;
}

.cta a img {
	width: 100%;
	height: auto;
	animation: puyoBtn 1.6s ease-in infinite;
}

.wrapper {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	overflow-x: hidden;
	box-shadow: 0px 0px 20px #333;
}

.f_wrap_txt {
	text-align: center;
	font-size: 1.2rem;
}

.f_wrap {
	background: #0c74c5;
	padding: 2rem 0 4rem;
	text-align: center;
	color: #fff;
}

.f_wrap__inner {
	display: flex;
	justify-content: center;
}

.f_wrap__inner li {
	list-style: none;
	margin: 10px;
}

.f_wrap__inner li + li::before {
    content: "|";
	margin-right: 10px;
}
.f_wrap__inner li a {
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
}
.f_copy{
	font-size: 10px;
}

.relative_box {
	position: relative;
}

.position_fv {
	position: absolute;
	top: 76%;
	left: 0;
	right: 0;
	margin: auto;
}

.position_video-c {
	position: absolute;
	width: 80%;
    top: 57%;
	left: 0;
	right: 0;
	margin: auto;
}

.position_video-s {
	position: absolute;
	width: 100%;
    top: 63%;
	left: 0;
	right: 0;
	margin: auto;
}

.position_cta-s{
	position: absolute;
	width: 100%;
    top: 91%;
	left: 0;
	right: 0;
	margin: auto;
}

.position_cta-f{
	position: absolute;
	width: 70%!important;
    top: 16%;
	left: 0;
	right: 0;
	margin: auto;
}

.position_video-f {
	position: absolute;
	width: 74%;
    top: 83%;
	left: 0;
	right: 0;
	margin: auto;
}
.position_cta-r{
	position: absolute;
	width: 100%;
    top: 44%;
	left: 0;
	right: 0;
	margin: auto;
}

/* --- 左側固定ボックス --- */
.side_box-left {
    position: fixed;
    top: 50%;
    right: 0;
	left: 0;
    transform: translateY(-50%) translateX(-180%);
	margin: auto;
    max-width: 320px;

    width: 20vw;
}

/* --- 右側固定ボックス --- */
.side_box-right {
    position: fixed;
    top: 50%;
    right: 0;
	left: 0;
    transform: translateY(-50%) translateX(180%);
	margin: auto;
    max-width: 320px;
    width: 20vw;
}

/* 共通：中の画像がはみ出さないように設定 */
.side_box-left img,
.side_box-right img {
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 1200px) {
    .side_box-left,
    .side_box-right {
        display: none;
    }
}


.position_cta-left{
	position: absolute;
	width: 100%;
    top: 64%;
	left: 0;
	right: 0;
	margin: auto;
}
.cta_box{
	animation: fuwafuwa 1.5s infinite; /* 3秒おきに光らせる */
	will-change: transform;
	display: inline-block;
	overflow: hidden;
	width: 85%;
	margin: 2rem auto 0;
}

.animate_shine::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%; 
    height: 101%;
    background: #fff;
    transform: skewX(-25deg); /* 斜めにする */
    animation: shine 1.5s infinite; /* 3秒おきに光らせる */
	display: inline-block;
}

	@keyframes shine {
		0% { left: -120%; }
		25% { left: 120%; }  /* 0〜20%の間に素早く通り過ぎる */
		100% { left: 120%; } /* 残りの時間は待機（光らない） */
	}

	@keyframes fuwafuwa {
		0% {
		transform: scale(1); 
		}
		25% {
		transform: scale(1.05); 
		}
		50% {
			transform: scale(1); 
		}
	}
