@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
input,
optgroup,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
input {
	/* 1 */
	overflow: visible;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/*
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}*/

/**
 * Remove the inner border and padding in Firefox.
 */
/*button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}*/

/**
 * Restore the focus styles unset by the previous rule.
 */
/*button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}*/

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

@media screen and (max-width: 1024px) {
	.sp_none {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.tab_none {
		display: none;
	}
}

/*
#karte-chat-wrapper {display: none !important;}
*/

:root {
  --blue: #195d80;
  --green: #93b723;
  --backgreen: #f8f9f4;
  --backblue: #e2ece9;
}

main {
	padding-left: 300px;
  font-weight: 500;
	color: #474A4D;
	letter-spacing: 0.02em;
	text-align: left;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	main {
		padding-left: 0px;
	}
}

.common_link {
	margin: 5% auto;
	width: 50%;
	position: relative;
	font-size: 15px;
	padding: 1.25vw 1.95312vw;
  background: #474A4D;
  color: white;
  text-align: center;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1024px) {
	.common_link {
		width: 85%;
		font-size: 14px;
		padding: 12px 31px;
	}
}

.common_link::after {
	content: "\e5cc";
	font-family: "Material Symbols OutLined";
	font-size: 1.5625vw;
	position: absolute;
	top: 50%;
	right: 1.17188vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
	.common_link::after {
		font-size: 18px;
		right: 15px;
    top:50%;
	}
}

.common_link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.common_flame {
	width: 58.59375vw;
	margin: 0 auto;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
	.common_flame {
		width: 100%;
	}
}

.common_flame img.common_image {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .common_flame img.common_image {
    padding: 32px 0;
  }
}

.common_flame .blk-order{
	display: block;
  width: 70%;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .common_flame .blk-order{
    width: 90%;
  }
}

.img_dtmax{
  max-width: 500px !important;
  margin: 10px auto 10px;
}

/* パソコンで見たときは"dt"のclassがついた画像が表示される */
.dt { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .dt { display: none !important; }
    .sp { display: block !important; }
}

/*共通フォントカラー*/
.color_font {color: var(--blue);}
.red_font {color: #B2582B;}

.photo_caption {
  font-size: 14px;
  color: #5F5F5F;
  margin: 10px 0 50px 0;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .photo_caption {
    font-size: 12px;
    color: #5F5F5F;
    margin: 2% 0 10% 0;
    text-align: center;
    line-height: 1.3;
  }
}

span.back_color{
  background:#DAE8ED;
  color: #474A4D;
	line-height: 1.8;
  letter-spacing: 0.8px;
  margin: 0 auto;
  padding: 2% 3% 2% 3%;
  text-align: center;
}

/*span.back_color_underline{
  background:#DAE8ED;
  color: #474A4D;
	line-height: 1.8;
  letter-spacing: 0.8px;
  margin: 0 auto;
  padding: 2% 3% 2% 3%;
  text-align: center;
  border-bottom: 3px solid #16912B;
}*/

.red-info {
  width: 100%;
  padding: 10px;
  margin: 10px auto;
  border: 1.5px solid #a94219;
  color: #a94219;
  font-size: 13px;;
}

/*共通タイトル*/
.common_ttl{
  display: block;
  margin: 0 auto;
  padding: 20% 0 10%;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .common_ttl{
    display: block;
    margin: 0 auto 5%;
    padding: 20% 0 3%;
    text-align: center;
  }
}

.common_ttl h2.con_ttl {
  font-size: 35px;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: inline;
  position: relative;
  padding: 3% 8%;
  color: var(--green);
}

@media screen and (max-width: 1024px) {
  .common_ttl h2.con_ttl {
    font-size: 35px;
    letter-spacing: 1.5px;
    padding: 4% 7%;
  }
}

.common_ttl .subtxt {
  font-size: 13px;
  text-align: center;
  margin: 10px auto 10px;
  color: var(--green);
  font-weight: bold;
}

@keyframes bound-anim {
	0% {
		transform: translateY(5px);
	}
	50% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0);
	}
}

#fv {
	position: relative;
}

#fv img.hero_wrap {
	width: 100%;
	/*filter: brightness(80%);*/
}

@media screen and (max-width: 1024px) {
	#fv img.hero_wrap {
	}
}

#fv .msg_wrap {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
	width: fit-content;
}

#fv .msg_wrap p {
	color: #ffffff;
	letter-spacing: 0.1em;
	font-size: min(2.0vw,32px);
	text-align: center;
	margin-bottom: 3.125vw;
}

@media screen and (max-width: 1024px) {
	#fv .msg_wrap p {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	#fv .msg_wrap .logo img{
	}
}
#fv h1.logo_wrap{
  width: 35%;
  max-width: 330px;
  min-width: 200px;
	position: absolute;
	bottom: 11%;
	left: 15%;
	transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
}

#fv h1.logo_wrap img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1024px) {
  #fv h1.logo_wrap{
    width: 60%;
    bottom: 4%;
    left: 8%;
  }
}
#fv .photo_wrap{
/*  width: 100%;*/
	position: absolute;
	bottom: 2%;
	right: 2%;
}

#fv .photo_wrap p{
  width: auto;
  color: white;
  font-size: 10px;
/*
  height: auto;
  display: block;
	overflow: hidden;
*/
	position: relative;
}

@media screen and (max-width: 1024px) {
  #fv .photo_wrap{
    bottom: 5px;
    right: 5px;
  }
  #fv .photo_wrap p{
    font-size: 9.5px;
  }
}

@keyframes show {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(3px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#fv .line_wrap {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#fv .line_wrap .bar {
	display: block;
	width: 2px;
	height: 7.8125vw;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 1024px) {
	#fv .line_wrap .bar {
		height: 100px;
	}
}


/* 線の描写 */
#fv .line_wrap .bar::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1.5px;
	height: 100px;
	background: white;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.8s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:80px;
		opacity: 1;
	}
	100%{
		height:0;
		top:100px;
		opacity: 0;
	}
}
#msg_container {
  padding: 50px 0 60px;
  background: var(--backgreen);
}
@media screen and (max-width: 1024px) {
  #msg_container {
    padding: 50px 0 50px 0;
  }
}

#msg_container .msg_wrap .ttl {
	font-size: 25px;
  font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.7;
  text-align: center;
  color: var(--blue);
  margin: 8% auto 10%;
}

@media screen and (max-width: 1024px) {
	#msg_container .msg_wrap .ttl {
		font-size: 23px;
    letter-spacing: 0.1em;
		margin-bottom: 10%;
	}
}

#msg_container .msg_wrap .return{
  width: 80%;
  position: relative;
  padding: 15px;
  margin: 0 auto 50px;
  border: 1.5px solid #474A4D;
  border-radius: 2px;
  background-color: #F5F3F0;
  color: #474A4D;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}

#msg_container .msg_wrap .return:before{
  position: absolute;
  top: 100%;
  left: 45%;
  transform: skew(-25deg);
  height: 15px;
  width: 15px;
  border-right: 1.5px solid #474A4D;
  background-color: #F5F3F0;
  content: "";
}

#msg_container .msg_wrap .read {
  width: 90%;
  margin: 20px auto 20px;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.85;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
	#msg_container .msg_wrap .read {
		font-size: 15px;
	}
}

#msg_container .common_link {
	margin-top: 6.25vw;
}

@media screen and (max-width: 1024px) {
	#msg_container .common_link {
		margin-top: 48px;
	}
}

.big_point {font-size: 48px;}

@media screen and (max-width: 1024px) {
  .big_point {font-size:40px;}
}
.small_point {font-size: 30px;}

@media screen and (max-width: 1024px) {
  .small_point {font-size:17px;}
}

.swiper_common {
	height: fit-content;
	margin-top: 5%;
}

@media screen and (max-width: 1024px) {
	.swiper_common {
/*
		margin-top: 24px;
*/
	}
}

.swiper_common .swiper-slide {
/*
	height: 35.15625vw;
*/
}

@media screen and (max-width: 1024px) {
	.swiper_common .swiper-slide {
/*
		height: 59.74359vw;
*/
	}
}

.swiper_common .swiper-slide img {
/*
	object-fit: cover;
*/
	width: 100%;
	height: 100%;
}

.swiper_common .swiper-slide p {
  font-size: 14px !important;
  line-height: 1.1 !important;
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
  color: #474A4D;
}
@media screen and (max-width: 1024px) {
  .swiper_common .swiper-slide p {
    font-size: 13px;
  }
}

.swiper_common .navi_wrap {
	padding: 1%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.swiper_common .navi_wrap {
		padding: 0 20px;
		margin: 0px;
	}
}

.swiper_common .navi_wrap .swiper-button-prev, .swiper_common .navi_wrap .swiper-button-next {
	background-image: none !important;
	margin-top: 0;
	display: block;
	position: static;
	color: #474A4D;
	height: auto;
	width: auto;
}

.swiper_common .navi_wrap .swiper-button-prev::after, .swiper_common .navi_wrap .swiper-button-next::after {
	display: none;
}

.swiper_common .navi_wrap .swiper-button-prev span, .swiper_common .navi_wrap .swiper-button-next span {
	display: block;
}

.swiper_common .navi_wrap .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	row-gap: 0.39062vw;
	justify-content: center;
  margin: 20px 0 !important;
}

@media screen and (max-width: 1024px) {
	.swiper_common .navi_wrap .swiper-pagination {
		row-gap: 5px;
	}
}

.swiper_common .navi_wrap .swiper-pagination span {
	display: block;
}

.swiper_common .navi_wrap .swiper-pagination .swiper-pagination-bullet {
	background-color: #C8C8C8;
}

.swiper_common .navi_wrap .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #474A4D;
}

/*----------
  どんなキャンペーン？
----------*/

#howto_container {
  padding-bottom: 20px;
  background:#F5F3F0;
}

@media screen and (max-width: 1024px) {
	#howto_container {
    padding-bottom: 24px;
	}
}
#howto_container .ttl {
	font-size: min(2.2vw,32px);
  letter-spacing: 0.05em;
  padding-top: 6.25vw;
	margin-bottom: 1.875vw;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1024px) {
	#howto_container .ttl {
		font-size: 20px;
    padding-top: 48px;
		margin-bottom: 24px;
	}
}
#howto_container img {
	width: 100%;
	display: block;
  margin: 20px auto 5px;
}

#howto_container .howto_wrap {
  width: 100%;
	margin:5% auto 15%;
}
#howto_container .howto_wrap:last-child {
	margin:10% auto 20%;
}

@media screen and (max-width: 1024px) {
	#howto_container .howto_wrap {
    width: 94%;
		margin:15% auto 20%;
	}
  #howto_container .howto_wrap:last-child {
    margin:20% auto 20%;
  }
}

#howto_container h3.subttl {
	font-size: 24px;
	letter-spacing: 0.8px;
	line-height: 1.7;
  padding: 20px 0 20px 10px;
  text-align: center;
  color:#16912B;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
	#howto_container h3.subttl {
		font-size: 20px;
		margin: 15% 0 8% 0;
    padding: 0 5%;
	}
  #howto_container h3.subttl:first-child{
    margin:0 auto 8%;
  }
}

#howto_container p {
	font-size: 16px;
	line-height: 1.8;
  letter-spacing: 0.8px;
  margin: 20px auto 20px;
  padding: 0 2%;
}

@media screen and (max-width: 1024px) {
	#howto_container p {
		font-size: 14px;
    margin: 25px auto 10px;
    padding: 0 2%;
	}
}
/*価格例*/
.price-box {
  background: white;
  padding: 24px;
  border-radius: 12px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.example {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .example {
    display: block;
  }
}
.example .label {
  background: #474A4D;
  color: white;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50px;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .example .label {
    margin: 10px auto;
  }
}

.example .title {
  text-align: center;
}
  

.price-line,
.arrow {
  font-size: 16px;
}
.divider {
  border-top: 1px solid #000;
  margin: 12px 0 20px;;
}

.price-line {
  margin: 6px 0;
}

.arrow {
  font-size: 18px;
  margin: 8px 0;
}


.speechBubble {
  width: 50%;
  position: relative;
  padding: 10px;
  margin: 0 auto 20px;
  border: 1.5px solid #16912B;
  border-radius: 2px;
  background-color: white;
  color: #16912B;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.speechBubble::before {
  position: absolute;
  top: 100%;
  left: 45%;
  transform: skew(-25deg);
  height: 15px;
  width: 15px;
  border-right: 1.5px solid #16912B;
  background-color: white;
  content: "";
}
/*----------
  こんな人におすすめ
----------*/

#point_container {
  padding: 50px 0 50px 0;
  background: var(--backgreen);
}

@media screen and (max-width: 1024px) {
	#point_container {
    padding: 0 0 24px 0;
	}
}
#point_container .ttl {
	font-size: min(2.2vw,32px);
  letter-spacing: 0.05em;
  padding-top: 6.25vw;
	margin-bottom: 1.875vw;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1024px) {
	#point_container .ttl {
		font-size: 20px;
    padding-top: 48px;
		margin-bottom: 24px;
	}
}

#point_container h3.osusume {
  width: 80%;
  max-width: 400px;
  position: relative;
  padding: 20px 5px;
  margin: 0 auto 20px;
  border: 1.5px solid var(--blue);
  border-radius: 2px;
  background-color: var(--backgreen);
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

#point_container h3.osusume:before {
  position: absolute;
  top: 100%;
  left: 45%;
  transform: skew(-25deg);
  height: 15px;
  width: 15px;
  border-right: 1.5px solid var(--blue);
  background-color: var(--backgreen);
  content: "";
}
@media screen and (max-width: 1024px) {
	#point_container h3.osusume {
    width: 70%;
    margin: 0 auto 10%;
  }
}

.checklist {
    list-style-type: none;
    margin: 0 auto 80px;
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .checklist {
    width: 90%;
  }
}

.checklist li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: 15px;
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: center;
    border-bottom: 1px solid var(--blue);
}

.checklist li::before {
    display: inline-block;
    width: 20px;
    height: 13px;
    border-bottom: 3px solid var(--blue);
    border-left: 3px solid var(--blue);
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}

@media screen and (max-width: 1024px) {
  .checklist li {
    font-size: 16px;
    margin: 20px 0;
  }
}

/*----------
  キャンペーン詳細
----------*/

#about_container {
  padding-bottom: 5%;
  background: var(--backblue);
}

@media screen and (max-width: 1024px) {
	#about_container {
    padding-bottom: 10%;
	}
}
#about_container img{
    padding: 2% 0 3% 0;
}

#about_container .ttl {
	font-size: min(2.2vw,32px);
  letter-spacing: 0.05em;
  padding-top: 6.25vw;
	margin-bottom: 1.875vw;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1024px) {
	#about_container .ttl {
		font-size: 20px;
    padding-top: 48px;
		margin-bottom: 24px;
	}
}

#about_container h3.about_subttl {
	font-size: 25px;
	letter-spacing: 0.1em;
	line-height: 1.4;
  padding: 3% 0;
  text-align: center;
  color: var(--blue);
  border-bottom: 1.5px solid var(--blue);
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
	#about_container h3.about_subttl {
    width: 100%;
    margin: 10% auto 10%;
		font-size: 20px;
    letter-spacing: 0.05em;
		margin-bottom: 20px;
    padding: 3% 0;
	}
}

#about_container p {
	font-size: 17px;
	line-height: 1.8;
  letter-spacing: 0.5px;
  margin: 20px auto 20px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
	#about_container p {
		font-size: 15px;
    margin: 0px auto 10px;
    padding: 0;
	}
}

#about_container .about_wrap {
	margin: 10% auto 15%;
}
#about_container .about_wrap:last-child {
	margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
	#about_container .about_wrap {
    width: 94%;
    margin: 10% auto 15%;
    padding: 0 4%;
	}
}

#about_container p.date {
	font-size: 25px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #about_container p.date {
    font-size: 20px;
  }
}

#about_container .products {
  width: 100%;
  margin: 10px auto 50px;
}

#about_container .fukidasi {
  width: 80%;
  position: relative;
  padding: 20px 5px;
  margin: 20px auto 20px;
  border: 1.5px solid #474A4D;
  border-radius: 2px;
  background-color: var(--backblue);
  color: #474A4D;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}


#about_container .fukidasi:before {
  position: absolute;
  top: 100%;
  left: 45%;
  transform: skew(-25deg);
  height: 15px;
  width: 15px;
  border-right: 1.5px solid #474A4D;
  background-color: var(--backblue);
  content: "";
}
@media screen and (max-width: 1024px) {
	#about_container .fukidasi {
    width: 70%;
    margin: 15% auto 10%;
  }
}

#about_container p.txt_link{
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  margin: 3% 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #about_container p.txt_link{
    font-size: 15px;
  }
}
ul.size_att {
  list-style-type: none;
  width: 100%;
  margin: 5% auto 10%;
}
@media screen and (max-width: 1024px) {
  ul.size_att {
    width: 100%;
    margin: 5% auto 10%;
  }
}
ul.size_att li{
  width: 92%;
  font-size: 14px;
  color: #474A4D;
  font-weight: normal;
  margin: 5% auto 5%;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-left: 1em;
}
ul.size_att li:before{
  content: "※";
  margin-left: calc( -1em - 5px );
  margin-right: 5px;
  color: var(--blue);
  font-weight: bold;
} */

/*----------
  注意事項
----------*/
#notice_container {
  padding-bottom: 40px;
  background: black;
}

@media screen and (max-width: 1024px) {
	#notice_container {
    padding-bottom: 10px;
	}
}

#notice_container .notice_wrap {
  width: 100%;
  margin: 3% auto 15%;
}

@media screen and (max-width: 1024px) {
  #notice_container .notice_wrap {
    width: 94%;
    margin: 5% auto 15%;
    padding: 0 4%;
  }
}

#notice_container p.nt_ttl{
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto 10px;
}
@media screen and (max-width: 1024px) {
  #notice_container p.nt_ttl{
    font-size: 16px;
    margin: 30px auto 10px;
  }
}

#notice_container ul.att_list {
  list-style-type: none;
  width: 100%;
  margin: 5% auto 10%;
}
@media screen and (max-width: 1024px) {
  #notice_container ul.att_list {
    width: 96%;
    margin: 5% auto 10%;
  }
}
#notice_container ul.att_list li{
  width: 92%;
  font-size: 14px;
  color: #474A4D;
  font-weight: normal;
  margin: 5% auto 5%;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-left: 1em;
}
#notice_container ul.att_list li:before{
  content: "※";
  margin-left: calc( -1em - 5px );
  margin-right: 5px;
  color:#a94219;
  font-weight: bold;
}

/*----------
  注文方法
----------*/
#purchase_container {
  padding-bottom: 40px;
  background: var(--backgreen);
}

@media screen and (max-width: 1024px) {
	#purchase_container {
    padding-bottom: 10px;
	}
}

#purchase_container .purchase_wrap {
  width: 100%;
  margin: 10% auto 15%;
}

@media screen and (max-width: 1024px) {
  #purchase_container .purchase_wrap {
    width: 90%;
    margin: 15% auto 15%;
  }
}

#purchase_container .purchase_wrap i.p_icon{
  font-size: 30px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: var(--blue);
}
#purchase_container .purchase_wrap h3.p_ttl{
  font-size: 18px;
  margin: 3% auto 3%;
  text-align: center;
  color: var(--blue);
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #purchase_container .purchase_wrap h3.p_ttl{
    margin: 3% auto 5%;
  }
}
#purchase_container .purchase_wrap p {
	font-size: 16px;
	line-height: 1.7;
  margin: 3% auto 3%;
  padding: 0 10px;
  color: #474A4D;
  text-align: left;
}
@media screen and (max-width: 1024px) {
	#purchase_container .purchase_wrap p {
		font-size: 15px;
    margin: 3% auto 3%;
    padding: 0;
	}
}

#purchase_container¥ ul.kome{
  margin: 30px 0;
}
#purchase_container ul.kome li{
  font-size: 13px;
  line-height: 1.3;
  margin: 10px auto;
}
@media screen and (max-width:440px){
  #purchase_container ul.kome{
      margin: 10px 0;
    }
  #purchase_container ul.kome li{
    font-size: 12px;
  }
}

/* スマホ設定 */
@media screen and (max-width: 768px) {
  ol.online {
    padding: 0 4%;
    font-size: 14px;
  }
  ol.online li {
    margin: 3% 0% 0 6%;
    padding: 0;
  }
  ol.online > li:before {
    left: -16px;
  }
}

/*----------
  よくあるご質問
----------*/

#qa_container {
  padding-top:20px;
  padding-bottom: 40px;
  background: var(--backblue);
}

@media screen and (max-width: 1024px) {
	#qa_container {
    padding-bottom: 48px;
	}
}
#qa_container .ttl {
	font-size: min(2.2vw,32px);
  letter-spacing: 0.05em;
  padding-top: 6.25vw;
	margin-bottom: 1.875vw;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 1024px) {
	#qa_container .ttl {
		font-size: 20px;
    padding-top: 48px;
		margin-bottom: 24px;
	}
}

.qa_list {
  width: 100%;
  padding: 0 7%;
  margin: 10% auto 20%;
}

.accordion-hidden{
  display: none;
}

.waku{
  border: 1.5px #474A4D solid;
  border-radius: 2px;
  margin: 20px 0;
}

.accordion-open {
  display: block;
  padding: 10px 40px 8px 40px;
  cursor: pointer;
  margin: 5px 0;
  font-weight: normal;
  position: relative;/* 変更部分 */
  font-size: 16px;
}

.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #474A4D;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.accordion-open span,
.accordion-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  color: #474A4D;
/*
  font-weight: 700;
*/
}

.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

.accordion-close {
  font-size: 15px;
  display: block;
  height: 0;/* 要素の高さは0 */
  overflow: hidden;/* 非表示 */
  padding: 0 0 0 80px;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
  position: relative;
}

.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 20px 20px 20px 20px;
  font-weight: normal
}

@media screen and (max-width: 1024px) {
  .accordion-open {
    font-size: 15px;
  }
  .accordion-close {
    font-size: 14px;
  }
  .accordion-hidden:checked + .accordion-open + .accordion-close {
    padding: 12px 12px 12px 12px;
  }
}


.link_blue {
  color: #5A83C9;
}

/*----------
  モーダルウィンドウ
----------*/

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}
.popup.is-show {
    opacity: 1;
    visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    max-width: 600px;
    padding: 0px;
    background-color:var(--backblue);
    z-index: 4000000000;
    height: 80%;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    border-radius: 5px;
}
@media screen and (min-width:1441px){
	#js-popup_option .popup-inner{
    width: 80%;
		height: 70%;
	}
}
@media screen and (max-width:1025px){
    .popup-inner {
        width: 90%;
        top:52%;
        left: 50%;
        height: 80%;
    }
}
@media screen and (max-width:440px){
    .popup-inner {
        width: 90%;
        top:52%;
        left: 50%;
        height: 80%;
    }
}
.popup-inner::-webkit-scrollbar{
    display:none;
}
.popup-inner .popup-main{
  padding: 20px;
  background: white;
}
.popup-inner .popup-main img{
    margin: 10px auto;
}

.popup-inner .title{
  display: block;
  text-align: center;
	margin:0 auto;
	padding-bottom:30px;
}
.popup-inner .title p{
	text-align:center;
	font-size:22px;
  color: #474A4D;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width:440px){
.popup-inner .popup-main{
    margin-top: 0px;
    padding: 10px
}
	.popup-inner .title p{
		font-size: 20px;
		padding:0;
	}
}
.popup-inner .popup-main p.description{
  text-align: left;
	font-size: 15px;
	margin:30px auto;
	line-height:1.5;
	width:90%;
  color: #474A4D;
}
.popup-inner .popup-main ul{
  margin: 30px;
}
.popup-inner .popup-main ul li{
  font-size: 13px;
  line-height: 1.3;
  margin: 0 auto;
}
@media screen and (max-width:440px){
  .popup-inner .popup-main ul{
      margin: 10px;
    }
  .popup-inner .popup-main ul li{
    font-size: 12px;
  }
}

.popup-inner .popup-main .more_details{
	background:#f3f3f2;
	padding:15px;
	margin:15px;
}
.popup-inner .popup-main .more_details p{
	text-align:center;
}
.popup-inner .popup-main .more_details .term{
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main p.description{
		font-size:14px;
		padding:0 10px;
		width:100%;
	}
	.popup-inner .popup-main .more_details{
		padding:10px;
		margin:0 10px;
	}
	.popup-inner .popup-main .more_details p{
		padding:0;
	}
	.popup-inner .popup-main .more_details .term{
		font-size:14px;
		margin:0;
	}
}
.popup-inner .popup-main .img_conts{
	text-align:center;
	margin:30px auto;
	width:90%;
}
.popup-inner .popup-main .img_conts img{
	width:100%;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .img_conts{
		margin:15px auto 30px;
		width:95%;
	}
}

.pop_btn {
	width: 90%;
	max-width: 400px;
	border: 1px solid #0F0F0F;
	text-align: center;
	font-size:16px;
	margin: 10px auto;
	padding: 5px 0;
	display: block;
	transition:border color 0.8s;
}
.pop_btn:hover{
	border: 1px solid #443F6C;
	color: #443F6C;
}

@media screen and (max-width:768px){
  .pop_btn {
    width: 90%;
    margin: 10px auto;
  }
}
.close-btn {
  position: sticky;
  left: 100%;
  top: 1%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 6000000000;
}

.close-btn i{
  font-size: 20px;
  color: white;
  background: #494949;
  padding: 7px 10px;
  border-radius: 50px;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

/*お知らせ*/

.information {
  border: 1.5px solid #B2582B;
  color: #B2582B;
  background: white;
  padding: 20px;
  margin: 30px auto 30px;
}
@media screen and (max-width:768px){
  .information {
    padding: 10px;
  }
}
.information .info_title{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border-bottom: 1.5px solid #B2582B;
  padding: 10px 0;
  margin: 0 auto 10px;
}
/*# sourceMappingURL=index.css.map */