@charset "UTF-8";

/*--------------------------------------------------
  reset
--------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: normal;
	/* Yutaka added */
	vertical-align: baseline;
}

body {
	line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Yutaka added */
table,
tr,
th,
td,
caption {
	vertical-align: middle;
	text-align: left;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.pc-only {
	display: block !important;
}

.sp-only {
	display: none !important;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	width: 100%;
	min-width: 1060px;
	color: #271500;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin: auto;
}

a {
	text-decoration: none;
	display: block;
}

a:hover {
	opacity: 0.8;
}

body .inner {
	width: 1060px;
	margin: auto;
}

.c-01 {
	color: #f977a2;
}

.f-bold {
	font-weight: bold;
}

.f-f01 {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*--------------------------------------------------
  ttl-box
--------------------------------------------------*/
.ttl-box {
	text-align: center;
	margin: auto;
}

.ttl-box h2 {
	font-size: 55px;
	text-align: center;
}

.ttl-box .span01 {
	font-size: 45px;
}

.sec04 .ttl-box {
	margin: 0 0 30px 0;
}

.sec04 .ttl-box h2 {
	margin: 0 0 15px 0;
}

.sec04 .ttl-box img {
	width: 700px;
	height: 10px;
}

.sec06 .ttl-box h2 {
	line-height: 1.2em;
	margin: 0 0 35px;
}

/*--------------------------------------------------
  mv
--------------------------------------------------*/
.mv {
	width: 100%;
	height: 700px;
	background: url("../images/mv-bg.jpg") top center no-repeat;
	background-size: cover;
	position: relative;
}

.mv h1 {
	width: 266px;
	height: 57px;
	padding: 28px 0 0 120px;
	box-sizing: border-box;
}

.mv h1 img {
	width: 266px;
	height: 57px;
}

.mv .mv-txt {
	width: 850px;
	height: 331px;
	background: url("../images/mv-txt011.png") no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: auto;
	position: absolute;
	top: 11%;
	right: 30px;
}

.mv .btn-area {
	position: absolute;
	top: 68%;
	right: 150px;
}

.mv .txt {
	color: #c82f62;
	font-size: 22px;
	text-align: center;
	margin: 0 auto 10px;
	position: relative;
}

.mv .btn {
	width: 440px;
	height: 70px;
	margin: auto;
}

.mv .btn a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #fb5f93;
	border-bottom: 7px solid #d93a6f;
	border-radius: 100px;
	text-align: center;
	line-height: 80px;
	position: relative;
}

.mv .btn a::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -5px;
}

/*------------------------------------------------------------
 main-txt
------------------------------------------------------------*/
.main-txt {
	width: 100%;
	height: 315px;
	text-align: center;
	margin: auto;
	padding: 85px 0 0;
	box-sizing: border-box;
}

.main-txt h4 {
	font-size: 32px;
	margin: 0 0 15px 0;
}

.main-txt h4 span {
	background: linear-gradient(transparent 70%, #fcf0f0 70%);
}

.main-txt p {
	font-size: 18px;
	margin: 35px 0 0;
}

/*------------------------------------------------------------
 seccase
------------------------------------------------------------*/
.seccase {
	width: 100%;
	margin: auto;
	padding: 90px 0 150px;
}

.ba_photo-box {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: center;
	width: 100%;
	max-width: 1280px;
	position: relative;
	margin: 2em auto 1em;
}

.ba_photo-box .before,
.ba_photo-box .after {
	width: 50%;
	margin: 0;
	position: relative;
	padding-bottom: 2em;
	font-size: 42px;
}

.ba_photo-box figure {
	height: 100%;
}

.ba_photo-box figure figcaption {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: .5em 0;
	font-size: 42px;
	height: 1em;
	position: absolute;
	bottom: 0;
}

.ba_photo-box .before figcaption {
	background: #ccc;
}

.ba_photo-box .after figcaption {
	background: #fb5f93;
}

.ba_photo-list {
	position: relative;
}

.ba_photo-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tbl_case,
.tbl_case td,
.tbl_case th {
	border: solid 1px #f0f0ee;
	text-align: left;
	font-size: 18px;
	line-height: 2;
}

.tbl_case {
	border-collapse: collapse;
	margin: 85px auto 0;
}

.tbl_case th {
	background: #f8f8f8;
	text-align: center;
	width: 25%;
}

.tbl_case th,
.tbl_case td {
	padding: 1em 1.5em;
	vertical-align: middle;
}

.att_txt_case {
	max-width: 630px;
	font-size: 13px;
	margin: .5em auto 0;
}

.case_photos {
	opacity: 0;
	transition: opacity .3s linear;
	width: calc(95% - 150px);
	max-width: 1360px;
	position: relative;
	margin: 0 auto;
	padding: 0 75px;
}

.case_photos.slick-initialized {
	opacity: 1;
}

/* Arrows */
.case_photos .slick-prev,
.case_photos .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 54px;
	height: 54px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	border: 1px solid #888;
	border-radius: 100%;
	z-index: 5;
}

.case_photos .slick-prev:hover,
.case_photos .slick-prev:focus,
.case_photos .slick-next:hover,
.case_photos .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.case_photos .slick-prev:hover:before,
.case_photos .slick-prev:focus:before,
.case_photos .slick-next:hover:before,
.case_photos .slick-next:focus:before {
	opacity: 1;
}

.case_photos .slick-prev.slick-disabled:before,
.case_photos .slick-next.slick-disabled:before {
	opacity: .25;
}

.case_photos .slick-prev:before,
.case_photos .slick-next:before {
	width: 19px;
	height: 19px;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
}

.case_photos .slick-next:before {
	transform: rotate(45deg);
	margin: -9px 0 0 -15px;
}

.case_photos .slick-prev:before {
	transform: rotate(-135deg);
	margin: -9px 0 0 -5px;
}

.case_photos .slick-prev {
	left: 0;
}

.case_photos .slick-next {
	right: 0;
}

/* Dots */
.case_photos .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.case_photos .slick-dots {
	position: absolute;
	bottom: -25px;
	left: 0;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.case_photos .slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 3px;
	padding: 0;

	cursor: pointer;
}

.case_photos .slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 10px;
	height: 10px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: #666;
	border-radius: 100%;
	opacity: .5;
	color: #fff;
	margin: 0 auto;
}

.case_photos .slick-dots li button:hover,
.case_photos .slick-dots li button:focus {
	outline: none;
}

.case_photos .slick-dots li.slick-active button {
	opacity: 1;
}

.seccase .btn01 {
	width: 580px;
	height: 80px;
	margin: 3em auto 0;
	text-align: center;
}

.seccase .btn01 a {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: #fb5f93;
	border-bottom: 7px solid #d93a6f;
	border-radius: 4px;
	line-height: 80px;
	position: relative;
}

.seccase .btn01 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -6px;
}

@media screen and (max-width: 768px) {}

/*------------------------------------------------------------
 sec01
------------------------------------------------------------*/
.sec01 {
	width: 100%;
	height: 973px;
	background: url("../images/sec01-bg.jpg") top center no-repeat;
	background-size: cover;
	text-align: center;
	margin: auto;
	padding: 90px 0 0;
	box-sizing: border-box;
}

.sec01 img {
	width: 988px;
	height: 941px;
	margin: auto;
}

/*------------------------------------------------------------
 sec02
------------------------------------------------------------*/
.sec02 {
	width: 100%;
	height: 538px;
	background: url("../images/sec02-bg.jpg") top center no-repeat;
	background-size: cover;
	text-align: center;
	margin: auto;
	padding: 110px 0 0;
	box-sizing: border-box;
}

.sec02 img {
	width: 1089px;
	height: 345px;
	margin: auto;
}

/*------------------------------------------------------------
 sec03
------------------------------------------------------------*/
.sec03 {
	padding: 145px 0 145px;
	box-sizing: border-box;
}

.sec03 .ttl-box h2 {
	margin: 0 0 70px 0;
}

.sec03 .block {
	width: 100%;
	height: 550px;
	background: #fff;
	box-shadow: 0 0 13px #eee;
	margin: 0 0 70px 0;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.sec03 .block.youtube {
	height: auto;
}
.sec03 .block:last-child {
	margin: 0 0 0 0;
}

.sec03 .ttl {
	display: flex;
	align-items: flex-end;
	border-bottom: 2px solid #c82f62;
	padding: 0 0 23px 50px;
	box-sizing: border-box;
}

.sec03 .ttl img {
	width: 38px;
	height: 54px;
	margin: 0 17px 0 0;
}

.sec03 .ttl h3 {
	color: #c82f62;
	font-size: 34px;
}

.sec03 .ttl h3 span {
	font-size: 18px;
}

/*---------- txt-box ----------*/
.sec03 .txt-box {
	padding: 45px 50px 0 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.sec03 .txt-box p {
	width: 440px;
	font-size: 18px;
	text-align: justify;
	line-height: 1.8em;
	margin: 0 0 25px;
}

.sec03 .box02 p {
	margin: 0 0 60px;
}

.sec03 .box03 p {
	margin: 0 0 15px;
}

.sec03 .txt-box p.note {
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	margin: 10px 0 30px;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.sec03 .box01 .left img,
.sec03 .box02 .left img {
	width: 440px;
	height: 195px;
}

.sec03 .box03 .left img {
	width: 440px;
	height: 150px;
}

.sec03 .right img {
	width: 480px;
	height: 347px;
}

.sec03 .box03 .right img {
	margin: 0 40px 0 0;
}

/*------------------------------------------------------------
 sec04
------------------------------------------------------------*/
.sec04 {
	text-align: center;
	padding: 120px 0 0;
	box-sizing: border-box;
}

.sec04 .txt-box01 p {
	font-size: 20px;
	line-height: 2.0em;
	margin: 0 0 60px;
}

.sec04 .txt-box01 img {
	width: 1060px;
	height: 478px;
	margin: auto;
}

.sec04 .txt-box02 {
	width: 100%;
	height: 260px;
	background: url("../images/sec04-bg.jpg") top center no-repeat;
	background-size: cover;
	margin: -33px auto 0;
	padding: 62px 0 0;
	box-sizing: border-box;
}

.sec04 .txt-box02 img {
	width: 679px;
	height: 136px;
}

/*------------------------------------------------------------
 sec05
------------------------------------------------------------*/
.sec05 {
	width: 100%;
	height: 1055px;
	background: url("../images/sec05-bg.png") center repeat;
	background-size: 46px 46px;
	padding: 130px 0 0;
	box-sizing: border-box;
}

.sec05 .txt-box01 {
	width: 845px;
	height: auto;
	background: #fff;
	border: 2px solid #e8e8e8;
	margin: 50px auto 30px;
	padding: 45px 0 45px 90px;
	box-sizing: border-box;
}

.sec05 .txt-box01 h4 {
	width: 225px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	background: #f977a2;
	text-align: center;
	line-height: 30px;
	margin: 0 0 23px;
}

.sec05 .txt-box01 .name {
	display: flex;
	align-items: flex-end;
	margin: 0 0 35px;
}

.sec05 .txt-box01 .name .jpn {
	font-size: 38px;
	margin: 0 20px 0 0;
}

.sec05 .txt-box01 .name .eng {
	font-size: 18px;
}

.sec05 .txt-box01 .txt-wrap {
	font-size: 18px;
}

.sec05 .txt-box01 .txt-wrap .txt01 {
	line-height: 1;
	margin: 0 0 13px;
}

.sec05 .txt-box01 .txt-wrap .txt02 {
	line-height: 1.8em;
}

.sec05 .txt-box02 {
	width: 845px;
	margin: auto;
}

.sec05 .txt-box02 .ttl-box {
	width: 215px;
	height: 155px;
	color: #fff;
	background: #f977a2;
	font-size: 25px;
	line-height: 155px;
	float: left;
	position: relative;
}

.sec05 .txt-box02 .ttl-box:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #f977a2;
	top: 68px;
	right: -15px;
}

.sec05 .txt-box02 p {
	width: 600px;
	font-size: 16px;
	text-align: justify;
	line-height: 1.6em;
	padding: 3px 0 0;
	box-sizing: border-box;
	float: right;
}

/*------------------------------------------------------------
 sec06
------------------------------------------------------------*/
.sec06 {
	width: 100%;
	height: auto;
	background: #faf5f5;
	padding: 110px 0;
	box-sizing: border-box;
}

.sec06 .txt-box01 {
	font-size: 18px;
	text-align: center;
	line-height: 2.0em;
	margin: 0 0 55px;
}

.sec06 .txt-box02 {
	width: 1060px;
	height: 707px;
	background: url("../images/sec06-img01.png") top center no-repeat;
	background-size: 100% auto;
	margin: 0 auto 20px;
	position: relative;
}

.sec06 .txt-box02 .txt01 {
	position: absolute;
	top: 395px;
	left: 40px;
}

.sec06 .txt-box02 .txt02 {
	position: absolute;
	top: 395px;
	left: 380px;
}

.sec06 .txt-box02 .txt03 {
	position: absolute;
	top: 370px;
	left: 710px;
}

.sec06 .txt-box02 .txt03 .note {
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
}

.sec06 .txt-box02 .txt {
	width: 300px;
}

.sec06 .txt-box02 .txt h4 {
	color: #cb3d6d;
	font-size: 21px;
	text-align: center;
	letter-spacing: -0.05em;
	margin: 0 0 20px;
}

.sec06 .txt-box02 .txt p {
	font-size: 16px;
	text-align: justify;
	line-height: 1.6em;
}

.sec06 .img-box {
	text-align: center;
	margin: auto;
}

.sec06 .img-box img {
	width: 1060px;
	height: 132px;
	margin: auto;
}

/*------------------------------------------------------------
 sec07
------------------------------------------------------------*/
.sec07 {
	padding: 120px 0 95px;
	box-sizing: border-box;
}

.sec07 .txt-box01 {
	width: 1060px;
	height: 613px;
	background: url("../images/sec07-bg.jpg") top center no-repeat;
	background-size: 100% auto;
	margin: 60px auto 0;
	position: relative;
}

.sec07 .txt-box01 .txt p {
	font-size: 18px;
	line-height: 1.8em;
}

.sec07 .txt-box01 .txt01 {
	position: absolute;
	top: 0;
	left: 370px;
}

.sec07 .txt-box01 .txt02 {
	position: absolute;
	top: 260px;
	left: 370px;
}

.sec07 .txt-box01 .txt03 {
	position: absolute;
	top: 450px;
	left: 368px;
}

.sec07 .txt-box01 .txt03 p {
	line-height: 1.3em;
	margin: 0 0 10px;
	text-indent: -1em;
	padding-left: 1em;
}

/*------------------------------------------------------------
 Q&A
------------------------------------------------------------*/
.qa {
	width: 100%;
	height: auto;
	background: #f9f9f9;
	padding: 110px 0 130px;
	box-sizing: border-box;
}

/*---------- acc_area ----------*/
.qa .acc_area {
	width: 100%;
	height: auto;
	padding: 65px 0 0;
	box-sizing: border-box;
}

.qa .acc_area dl {
	margin-bottom: 5px;
}

.qa .acc_area .dt_q {
	background: #faf0f3;
	padding: 20px 35px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

.qa .acc_area .dt_q:before,
.qa .acc_area .dt_q:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 35px;
	height: 4px;
	margin-top: -3px;
	background: #f97793;
	transition: all 0.4s;
}

.qa .acc_area .dt_q:after {
	transform: rotate(90deg);
}

.qa .acc_area .dt_q.open:before {
	display: none;
}

.qa .acc_area .dt_q.open::after {
	transform: rotate(180deg);
}

.qa .acc_area .dd_a {
	display: none;
	background: #fff;
	margin: 0 0 0 0;
	padding: 20px 0 20px 60px;
	box-sizing: border-box;
}

.qa .acc_area .dt_inner {
	display: flex;
	align-items: center;
}

.qa .acc_area .dd_inner {
	display: flex;
	align-items: center;
}

.qa .acc_area .dd_a.show {
	display: block;
}

/*----- icon -----*/
.qa .acc_area .icon_q img {
	width: 31px;
	height: 40px;
	margin: 0 20px 0 0;
}

.qa .acc_area .icon_a img {
	width: 34px;
	height: 35px;
	margin: 0 20px 0 0;
}

/*----- txt -----*/
.qa .acc_area .txt_q {
	font-size: 22px;
	line-height: 1;
}

.qa .acc_area .txt_a {
	width: 100%;
	line-height: 1;
	font-size: 18px;
	text-align: justify;
}

.qa .acc_area .txt_a a {
	display: inline-block;
	color: #f97793;
	text-decoration: underline;
}

/*------------------------------------------------------------
 access
------------------------------------------------------------*/
.access {
	padding: 115px 0;
	box-sizing: border-box;
}

.access .map-area {
	margin: 65px auto 0;
	display: flex;
	justify-content: space-between;
}

.access .map {
	width: 50%;
	height: 330px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.access .map iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.access .map-area .txt-box {
	width: 478px;
	height: 330px;
}

.access .map-area .txt-box h1 img {
	width: 266px;
	height: 57px;
}

.access .map-area .txt-box .txt01 {
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	border-top: 1px solid #dcd9d6;
	border-bottom: 1px solid #dcd9d6;
	margin: 25px 0 25px;
	padding: 15px 0;
	box-sizing: border-box;
}

.access .map-area .txt-box .txt02 {
	font-size: 15px;
	line-height: 1;
	letter-spacing: -0.05em;
	margin: 0 0 20px;
}

.access .map-area .txt-box .txt02 p {
	margin: 0 0 10px;
}

.access .map-area .txt-box .txt03 {
	font-size: 16px;
	line-height: 1.5em;
}

.access .map-area .txt-box .txt03 a {
	display: inline-block;
	color: #f97793;
	text-decoration: underline;
}

/*------------------------------------------------------------
 offer01
------------------------------------------------------------*/
.offer01 {
	width: 100%;
	height: 240px;
	background: url("../images/offer01-bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 55px 0 0;
	box-sizing: border-box;
}

.offer01 p {
	color: #fff;
	font-size: 28px;
	margin: 0 0 10px;
}

.offer01 .btn01 {
	width: 580px;
	height: 80px;
	margin: auto;
}

.offer01 .btn01 a {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: #fb5f93;
	border-bottom: 7px solid #d93a6f;
	border-radius: 4px;
	line-height: 80px;
	position: relative;
}

.offer01 .btn01 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -6px;
}

/*------------------------------------------------------------
 offer02
------------------------------------------------------------*/
.offer02 {
	width: 100%;
	height: 325px;
	background: url("../images/offer02-bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 55px 0 0;
	box-sizing: border-box;
}

.offer02 .f-ttl h2 {
	color: #fff;
	font-size: 44px;
}

.offer02 .f-ttl h2 span {
	font-size: 36px;
}

.offer02 .btn-area {
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}

.offer02 .txt {
	color: #fff;
	font-size: 28px;
	margin: 0 0 10px;
	position: relative;
}

.offer02 .txt:before,
.offer02 .txt:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 35px;
	border: 1px solid #fff;
}

.offer02 .txt:before {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	left: 70px;
}

.offer02 .txt:after {
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	right: 70px;
}

.offer02 .btn {
	width: 500px;
	height: 80px;
	margin: auto;
}

.offer02 .btn01 a {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: #fb5f93;
	border-bottom: 7px solid #d93a6f;
	border-radius: 4px;
	line-height: 80px;
	position: relative;
}

.offer02 .btn01 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -6px;
}

.offer02 .btn02 a {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: #5facfb;
	border-bottom: 7px solid #368ce5;
	border-radius: 4px;
	line-height: 80px;
	position: relative;
}

.offer02 .btn02 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -6px;
}

/*------------------------------------------------------------
 copy
------------------------------------------------------------*/
.copy {
	width: 100%;
	height: 40px;
	font-size: 14px;
	background: #faf0f3;
	text-align: center;
	line-height: 40px;
}

/*--------------------------------------------------
	 floating
--------------------------------------------------*/
.floating {
	width: 82px;
	height: 292px;
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 9999;
}

.floating img {
	width: 82px;
	height: 250px;
}

/*.is-fixed {
	display: none!important;
}	*/

/*--------------------------------------------------
	 2020/06/02/追加要素
--------------------------------------------------*/

.text-area {
	max-width: 1060px;
	max-height: 707px;
	margin: 0 auto;
	line-height: 1.7;
}

.text-area h3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;

	width: 100%;
	height: auto;
	padding: 65px 0 0;
	box-sizing: border-box;
}

.text-area p {
	margin: 30px 0 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	font-size: 18px;
}

.fs {
	font-size: 14px !important;
}



/* 0516 */
.hamburger {
	display: block;
	padding: 15px 5%;
	position: fixed;
	right: 0;
	top: 1.3%;
	z-index: 10001;
}

.hamburger--inner {
	height: 22px;
	width: 40px;
	position: relative;
}

.hamburger--border,
.hamburger--border:nth-child(1),
.hamburger--border:nth-child(2),
.hamburger--border:nth-child(3),
.hamburger[data-active="true"] .hamburger--border:nth-child(1),
.hamburger[data-active="true"] .hamburger--border:nth-child(2),
.hamburger[data-active="true"] .hamburger--border:nth-child(3) {
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #555;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.hamburger--border:nth-child(1),
.hamburger[data-active="true"] .hamburger--border:nth-child(1) {
	top: 0;
}

.hamburger--border:nth-child(2),
.hamburger[data-active="true"] .hamburger--border:nth-child(2) {
	top: 50%;
}

.hamburger--border:nth-child(3),
.hamburger[data-active="true"] .hamburger--border:nth-child(3) {
	top: 100%;
}

.hamburger[data-active="true"] .hamburger--border:nth-child(1) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.hamburger[data-active="true"] .hamburger--border:nth-child(2) {
	top: 50%;
	opacity: 0;
}

.hamburger[data-active="true"] .hamburger--border:nth-child(3) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.sideNavi__menu {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	background: #fff;
	padding: 65px 0 15px;
	height: calc(100vh);
	overflow: scroll;
	right: 0vw;
	display: none;
	box-sizing: border-box;
}

.sideNavi__menu[data-active="true"] {
	display: block;
}

.sideNavi__menu ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.sideNavi__menu__trigger {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.sideNavi__menu__item {
	display: block;
	line-height: 1.5;
	padding: .5em 0;
	font-size: 14px;
	color: #333333;
	position: relative;
	text-decoration: none;
	text-align: left;
}

.sideNavi__menu__item:after {
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	border-right: solid 1px #ddc654;
	border-bottom: solid 1px #ddc654;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	right: 5px;
	top: calc(50% - 2.5px);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media screen and (max-width: 640px) {
	.hamburger {
		top: .3em;
	}
}

/* ポップアップ */
.popup-area {
	display: none;
	width: 80vw;
	background: #fff;
	padding: 0;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}

.popup-area p img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 980px) {
	.popup-area {
		width: auto;
		max-width: 600px;
	}
}

.popup-area button {
	margin: 0;
	position: absolute;
	right: 0;
	top: -30px;
	width: 23.5px;
	height: 23.5px;
	/*border-radius: 100%;
		    border: 4px solid #000;
		    background: #fff;
		    color: #000;*/
	background: none;
	cursor: pointer;
	padding: 0;
	text-indent: 0;
	appearance: none;
	text-align: center;
	border: none;
}

.popup-area button img {
	display: block;
	width: 23.5px;
	height: auto;
}

.popup-area .icon {
	font-size: 1.8em;
	color: #000;
	background: #fff;
	border-radius: 100%;
}

/* 背景色 */
.cover-eml {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.youtube_short{
	margin: 0 auto 40px;
	width: auto;
	height: 80vh;
	max-height: 560px;
	aspect-ratio: 315 / 560;
}
.youtube_short iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-height: 768px) and (max-width: 640px) {
	.youtube_short{
		width:90%;
		height: auto;
		max-height: auto;
	}
}

@media screen and (max-width: 320px) {
	.youtube_short{
		width:90%;
		height: auto;
		max-height: auto;
	}
}
@media screen and (max-width: 750px) {
	.youtube_short{
		margin: 7.5% auto 0;
	}
}