@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
body {
	font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", 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
 */
button,
input,
optgroup,
select,
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.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * 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;
	}
}

.fixed_btn{
  width: 10%;
  position: fixed;
  bottom: 5%; 
  left: 0;
  padding:0;
  z-index: 10000;
}
#karte-chat-wrapper {display: none !important;}

main {
	padding-left: 300px;
	font-family: YuGothic, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: nomal;
	color: #333333;
	letter-spacing: 0.02em;
	text-align: left;
	overflow: hidden;
}

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

.common_link {
	margin: 0 auto;
	width: 19.375vw;
	position: relative;
	font-size: min(1.40625vw,18px);
	padding: 1.25vw 1.95312vw;
  color: #333333;
  border: 1px solid #333333;
  text-align: center;
}

@media screen and (max-width: 1024px) {
	.common_link {
		width: 220px;
		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: 700px;
}

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

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

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

/* パソコンで見たときは"pc"の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; }
}

/*共通フォントカラー*/
.orange_font {color: #CE8451;}

.sec_ttl{
  width:100%;
  max-width: 600px;
  margin:0 auto;
  padding: 15% 0 5% 0;
}
.sec_ttl .en_ttl{
  font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
  font-size: 33px;
  width: 100%;
  padding:0;
  margin:0 auto 0;
  text-align: center;
  letter-spacing: 1.5px;
}
.sec_ttl h2{
  font-size: 16px;
  width: 100%;
  padding:0;
  margin:5% auto 0;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .sec_ttl{
    padding: 15% 0 10% 0;
  }
  .sec_ttl h2{
    margin: 8% auto 0;
  }
}


.big_point {font-size: 30px;}

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

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


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


#fv {
	position: relative;
}

#fv img {
	object-fit: cover;
	height: 100vh;
	width: 100%;
	filter: brightness(80%);
}

@media screen and (max-width: 1024px) {
	#fv img {
		height: calc(100vh - 54.28px);
	}
}

#fv .msg_wrap {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 1;
	width: fit-content;
}
@media screen and (max-width: 1024px) {
  #fv .msg_wrap {
    top: 25%;
  }
}

#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 .msg_wrap h1 {
  font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
	letter-spacing: 3px;
	font-size: 35px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
	white-space: nowrap;
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
/*
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	animation-delay: 1.5s;
*/
	opacity: 0;
  text-shadow: 0 0 10px rgba(0,0,0,0.21);
}

@media screen and (max-width: 1024px) {
	#fv .msg_wrap h1 {
		font-size: 35px;
	}
}

#fv .msg_wrap h1 span {
/*	font-weight: 300;*/
	color: #ffffff;
	display: inline-block;
}

#fv .logo_wrap{
  width: 200px;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

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

@media screen and (max-width: 1024px) {
  #fv .logo_wrap{
    width: 170px;
    bottom: 15%;
  }
}

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

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#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 .msg_wrap .ttl {
  padding-top: 6.25vw;
	font-size: 23px;
  font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.7;
  text-align: center;
  color: #333333;
  margin: 8% auto 10%;
}

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

#msg_container .msg_wrap .ttl > span {
	display: block;
  text-align: center;
  margin: 0 auto;
}

#msg_container .msg_wrap .ttl > span > span {
	display: block;
}

#msg_container .msg_wrap .read {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
  text-align: center;
  font-weight: 500;
  margin: 10% auto 15%;
}

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

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

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

#msg_container video {
	margin-top: 6.25vw;
	width: 100%;
}
#msg_container .movie {
	font-size: 1.09375vw;
	line-height: 1.5;
  text-align: center;
}


@media screen and (max-width: 1024px) {
	#msg_container video {
		margin-top: 48px;
		height: 83.07692vw;
		object-fit: cover;
	}
	#msg_container .movie {
		font-size: 12px;
	}
}
#msg_container .foryou_container {
  margin: 20% auto 15%;
}

#msg_container .foryou_ttl {
  font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
  position: relative;
  margin: 10% auto 0;
  padding: 0 65px;
  text-align: center;
}

#msg_container .foryou_ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333333;
}

#msg_container .foryou_ttl span.ttl_en,
#msg_container .foryou_ttl span.ttl_jp {
  position: relative;
  padding: 0 1em;
  background: #fff;
  letter-spacing: 1.5px;
  line-height: 1.4;
}
#msg_container .foryou_ttl span.ttl_en {
  font-size: 33px;
}
#msg_container .foryou_ttl span.ttl_jp {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #msg_container .foryou_ttl {
    width: 90%;
    margin: 8% auto 3%;
    padding: 0;
  }
}

#msg_container .foryou_inner {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F8F6F4;
  margin: 4% auto 8%;
}
#msg_container .foryou_inner ul{
  width: 60%;
  padding: 5% 10%;
}

#msg_container .foryou_inner ul li {
  position: relative;
  padding: 5% 0 5% 10%;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

#msg_container .foryou_inner ul li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 0;
  padding: 5% 0 5% 0;
}
@media screen and (max-width: 1024px) {
  #msg_container .foryou_inner {
    width: 90%;
    margin: 5% auto 10%;
  }
  #msg_container .foryou_inner ul{
    width: 80%;
    margin: 0 auto;
    padding: 8% 2%;
  }
  #msg_container .foryou_inner ul li {
    font-size: 15px;
  }
}

#msg_container .foryou_bottom {
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 1024px) {
  #msg_container .foryou_bottom {
    width: 90%;
    margin: 0 auto;
  }
}


.swiper_common {
	height: fit-content;
	margin-top: 1.5625vw;
}

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

.swiper_common .swiper-slide {
	height: auto;
}

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

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

.swiper_common .navi_wrap {
	padding: 0 8.59375vw;
	margin-top: 3%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.swiper_common .navi_wrap {
		padding: 0 20px;
		margin-top: 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: #333333;
	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;
	display: block;
}

.swiper_common .navi_wrap .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	row-gap: 0.39062vw;
	justify-content: center;
}

@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: #FFF;
  border: 1px solid #333333;
}

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


.bagie {
	background-color: #F7F6F2;
  z-index: -1000;
}


.black {
	background-color: #202022;
	color: #ffffff;
	margin-top: 9.375vw;
}

@media screen and (max-width: 1024px) {
	.black {
		margin-top: 64px;
		padding: 64px 0 72px;
	}
}

.black .common_link {
	margin-top: 4.375vw;
	border: 1px solid #ffffff;
}

@media screen and (max-width: 1024px) {
	.black .common_link {
		margin-top: 32px;
	}
}

.black .swiper_common {
	overflow: hidden;
}

.black .material-symbols-outlined {
	color: #ffffff;
}

p.important_point {
  background: #F8F6F4;
  font-weight: bold;
  line-height: 2.5;
  padding: 3% 3%;
}

/*ポイント*/
#point_container {
	margin: 10% auto;
}

@media screen and (max-width: 1024px) {
	#point_container {
    margin-top: 10%;
    padding-bottom: 0;
	}
}

#point_container .point_wrap {
	margin-bottom: 15%;
}

@media screen and (max-width: 1024px) {
	#point_container .point_wrap {
    width: 100%;
		margin-bottom: 24px;
	}
}

#point_container img {
	width: 100%;
	display: block;
  z-index: 100000 !important;
}

#point_container .point_num {
  font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
  position: relative;
  margin: 10% auto 10%;
  padding: 0 50px;
  text-align: center;
}

#point_container .point_num:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #333333;
}

#point_container .point_num span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  #point_container .point_num {
    width: 90%;
    margin: 10% auto 8%;
  }
}

#point_container h3 {
	font-size: 24px;
  font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.6;
  padding: 0;
  margin: 8% auto 8%;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1024px) {
	#point_container h3 {
    width: 90%;
    margin: 10% auto 10%;
		font-size: 22px;
    letter-spacing: 1px;
    padding: 0;
	}
}

#point_container h4 {
	font-size: 22px;
  font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.6;
  padding: 0;
  margin: 8% auto 8%;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1024px) {
	#point_container h4 {
    width: 90%;
    margin: 2% auto 5%;
		font-size: 18px;
    letter-spacing: 1px;
    padding: 0;
	}
}

#point_container p {
	font-size: 15px;
	line-height: 1.9;
  letter-spacing: 1.3;
  margin: 0 7% 5% 7%;
}

@media screen and (max-width: 1024px) {
	#point_container p {
		font-size: 14px;
    margin: 0 7% 20% 7%;
	}
}

#point_container .note{
  width: 90%;
  position: relative;
  margin: 25% auto 20%;
  padding: 7% 5% 5% 5%;
  border: 1px solid black;
}

#point_container .note .note_ttl{
  width: 60%;
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  top: 0;
  left: 50%;
  padding: 3% 2%;
  margin: 0;
  background-color: white;
  transform: translate(-50%, -50%);
  border-top:1px solid #333333;
  border-bottom:1px solid #333333;
}

#point_container .note .note_inner{
  margin: 15% auto 10%;
}

#point_container .note img{
  width: 100%;
  margin: 3% 0;
}
#point_container .note .note_head{
  width: 100%;
  margin: 0 auto 2%!important;
  font-size: 15px !important;
  font-weight: bold;
}
#point_container .note p{
  width: 100%;
  margin: 0 auto !important;
}

/*HAREMの特色*/
#quality_container {
	margin-top: 15%;
  padding-bottom: 8%;
}

@media screen and (max-width: 1024px) {
	#quality_container {
    margin-top: 5%;
    padding-top: 10%;
    padding-bottom: 24px;
	}
}

#quality_container .quality_wrap {
	margin-bottom: 3.5vw;
}

@media screen and (max-width: 1024px) {
	#quality_container .quality_wrap {
		margin-bottom: 24px;
	}
}

#quality_container .quality_inner {
  width: 100%;
  margin: 8% auto 8%;
}
@media screen and (max-width: 1024px) {
  #quality_container .quality_inner {
    width: 90%;
    margin: 5% auto 15%;
  }
}
  
#quality_container .quality_inner img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #quality_container .quality_inner img{
    height: 160px;
  }
}

#quality_container .quality_inner h3 {
	font-size: 20px;
  font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.6;
  padding: 0;
  margin: 2% auto 2%;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1024px) {
	#quality_container .quality_inner h3 {
    width: 90%;
    margin: 4% auto 0;
		font-size: 18px;
    letter-spacing: 1px;
    padding: 0;
	}
}

#quality_container .quality_inner .morelink {
	font-size: 16px;
  font-weight: bold;
	letter-spacing: 1px;
  padding: 0;
  margin: 2% auto 8%;
  text-align: center;
  color: royalblue;
}

@media screen and (max-width: 1024px) {
	#quality_container .quality_inner .morelink {
    width: 90%;
    margin: 3% auto 3%;
		font-size: 15px;
    padding: 0;
	}
}

/*キャンペーン*/
#campaign_container {
  background: #D4EAE5;
	padding-top: 4%;
  padding-bottom: 5%;
}

@media screen and (max-width: 1024px) {
	#campaign_container {
    padding-top: 24px;
    padding-bottom: 24px;
	}
}

#campaign_container .campaign_wrap {
	margin-bottom: 3.5vw;
}

@media screen and (max-width: 1024px) {
	#campaign_container .campaign_wrap {
		margin-bottom: 24px;
	}
}

#campaign_container .campaign_inner {
  width: 100%;
  margin: 0% auto 8%;
}
@media screen and (max-width: 1024px) {
  #campaign_container .campaign_inner {
    width: 90%;
    margin: 5% auto 15%;
  }
}
  
#campaign_container .campaign_inner img{
  width: 100%;
}

#campaign_container .campaign_inner h3 {
	font-size: 20px;
  font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.6;
  padding: 0;
  margin: 2% auto 2%;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1024px) {
	#campaign_container .campaign_inner h3 {
    width: 90%;
    margin: 4% auto 0;
		font-size: 18px;
    letter-spacing: 1px;
    padding: 0;
	}
}
#campaign_container .campaign_inner p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.6;
  margin: 2% auto 2%;
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 1024px) {
	#campaign_container .campaign_inner p {
    width: 90%;
    margin: 2% auto 0;
		font-size: 14px;
    letter-spacing: 1px;
    padding: 0;
	}
}

#campaign_container .campaign_inner .morelink{
	font-size: 16px;
  font-weight: bold;
	letter-spacing: 1px;
  padding: 0;
  margin: 2% auto 8%;
  text-align: center;
  color: royalblue;
}

@media screen and (max-width: 1024px) {
	#campaign_container .campaign_inner .morelink{
    width: 90%;
    margin: 3% auto 3%;
		font-size: 15px;
    padding: 0;
	}
}


/*レコメンド*/
#recomend_container {
  padding: 0 0 10% 0;
}

@media screen and (max-width: 1024px) {
	#recomend_container {
    padding: 10% 0 15% 0;
	}
}
#recomend_container img {
	width: 100%;
	display: block;
}

.sofa_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  display: block;
  padding: 0;
  margin: 10% auto 10%;
  width: 100%;
}

  .item:first-child {
    margin: 0 auto 10%;
  }

@media screen and (max-width: 1024px) {
  .item {
    width: 90%;
    margin: 10% auto 10%;
  }
}

.item img{
  object-fit: cover;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1024px) {
  .item img{
    height: 220px;
  }
}
.item .sofaname_en{
  font-size: 22px;
  font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
  padding: 5% 0 2% 0;
  text-align: center;
  letter-spacing: 1px; 
}
.item .sofaname{
  font-size: 15px;
  padding: 0 0 3% 0;
  text-align: center;
  letter-spacing: 1px; 
}

.item .sofadetail{
  font-size: 13px !important;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px; 
}

.item .description{
  font-size: 13px !important;
  padding: 0;
  margin: 3% auto 0;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 1px; 
}

@media screen and (max-width: 1024px) {
  .item .sofaname{
  font-size: 15px !important;
  text-align: center;
  }
  .item .sofadetail{
    font-size: 15px !important;
    padding: 0 0 5% 0;
  }
  .item .description{
    font-size: 14px !important;
    margin: 1% auto 0;
    padding: 0 0 10% 0;
  }
}

#recomend_container .swiper {
  max-width: 750px;
  margin: 0px auto 30px;
}

@media screen and (max-width: 1024px) {
	#recomend_container .swiper  {
		font-size: 14px;
    width: 100%;
    margin: 0px auto 10px;
    padding: 0 5%;
	}
}

.kome {
  font-size: 11px;
  letter-spacing: 0.5px;
}

/*レビュー*/
#review_container {
  padding: 0 0 5% 0;
}

@media screen and (max-width: 1024px) {
	#review_container {
    padding: 10% 0 15% 0;
	}
}

#review_container img {
	width: 100%;
	display: block;
}

#review_container .swiper {
	padding-bottom: 4.375vw;
}

@media screen and (max-width: 1024px) {
	#review_container .swiper {
		padding-bottom: 32px;
	}
}

#review_container .common_link {
	margin-top: 4.375vw;
}

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


/*ショールーム*/
#showroom_container {
  padding: 0 0 5% 0;
}

@media screen and (max-width: 1024px) {
	#showroom_container {
    padding: 10% 0 15% 0;
	}
}

#showroom_container img {
	width: 100%;
	display: block;
}

#showroom_container .shop_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#showroom_container .shop {
  padding: 0 0 10px 0;
  margin: 10px auto;
  width: 100%;
  max-width: 850px;
}
#showroom_container .shop img.shopimg{
}
#showroom_container .shop img.srinfo{
  max-width: 600px;
  margin: 10px auto 10px;
}
#showroom_container .shop .shopname{
  font-size: 20px;
  padding: 10px 0 3px 0;
  text-align: center;
  color: #333333;
  letter-spacing: 1px; 
  font-weight: bold;
}
#showroom_container .shop ul.shopdetail{
  margin: 10px auto 15px;
  max-width: 600px;
}
#showroom_container .shop ul.shopdetail li{
  font-size: 14px;
  font-weight: normal;
  padding: 10px 3px 10px 3px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1px;
  border-bottom: 1px #333333 solid;
}

#showroom_container .shop ul.shopdetail li:last-child{
  border-bottom: none;
}

#showroom_container .shop p{
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  padding: 5px 0 20px 0;
}

@media not all and (min-width: 768px) {
  #showroom_container .shop {
    width: 88%;
    margin: 5% auto 5%;
  }
  #showroom_container .shop:not(:last-child) {
    margin-bottom: 10%;
  }
  #showroom_container .shop .shopname{
  font-size: 20px;
  padding: 8% 0 5% 0;
  text-align: center;
  }
  #showroom_container .shop p{
    font-size: 12px;
  }
}

/*Q&A*/
#qa_container {
  padding-bottom: 6.25vw;
}

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

.qa_list {
  width: 100%;
  padding: 0 7%;
}

.accordion-hidden{
  display: none;
}

.waku{
  border: 1px solid #333333;
  background: white;
  margin: 10px 0;
}

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

.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #333333;
  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: 50px;
  height: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  color: #333333;
/*
  font-weight: 700;
*/
}

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

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

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

@media screen and (max-width: 1024px) {
  .accordion-open {
    font-size: 16px;
  }
  .accordion-close {
    font-size: 14px;
  }
}

/*SNS*/
#sns_container {
  padding-bottom: 6.25vw;
}

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

#sns_container p {
	font-size: 17px;
	line-height: 1.8;
  margin: 4vw auto 4vw;
  letter-spacing: 0.05em;
}

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

.sns_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  margin: -5% auto 50%;
}

.icon {
  padding: 15px;
  width: 50%;
  background-color: #fff;
  text-align: center;
}
.icon i{
  color: #333333;
  font-size: 50px;
}

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

.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: 10px;
    background-color:#FFF;
    z-index: 4000000000;
    height: 80%;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
}
@media screen and (min-width:1441px){
	#js-popup_option .popup-inner{
    width: 80%;
		height: 75%;
	}
}
@media screen and (max-width:1025px){
    .popup-inner {
        width: 90%;
        top:52%;
        left: 50%;
        height: 90%;
    }
}
@media screen and (max-width:440px){
    .popup-inner {
        width: 95%;
        top:52%;
        left: 50%;
        height: 85%;
    }
}
@media screen and (min-width:1025px){
    .popup-inner {
        padding: 30px;
    }
}
.popup-inner::-webkit-scrollbar{
    display:none;
}
.popup-inner .popup-main{
    margin-top: 50px;
}
.popup-inner .popup-main img{
    margin: 10px auto;
}

.popup-inner .popup-main .title{
  display: block;
  text-align: center;
	margin-bottom:30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
}
.popup-inner .popup-main .title p{
	text-align:center;
	font-size:22px;
	font-weight: 500;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width:440px){
.popup-inner .popup-main{
    margin-top: 30px;
}
	.popup-inner .popup-main .title{
		margin-bottom: 20px;
	}
	.popup-inner .popup-main .title p{
		font-size: 18px;
		padding:0;
	}
}
.popup-inner .popup-main p.sub_ttl{
  text-align: left;
	font-size:18px;
	margin:30px auto;
	line-height:1.5;
	width:90%;
  font-weight: bold;
}
@media screen and (max-width:440px){
  .popup-inner .popup-main p.sub_ttl{
		font-size:16px;
		padding:0 10px;
		width:100%;
	}
}

.popup-inner .popup-main p.description{
  text-align: left;
	font-size:15px;
	margin:30px auto;
	line-height:1.7;
  letter-spacing: 0.7;
	width:90%;
}
/*.popup-inner .popup-main p .blue{
  color: rgb(0, 51, 153);
  font-weight: bold;
}
.popup-inner .popup-main p .black{
  color: #000;
  font-weight: bold;
}*/
.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%;
	}
}


.popup-inner .popup-main .colmn2 {
  display: -webkit-flex;
  display: flex;
	margin: 0 auto;
	width: 100%;
}
.popup-inner .popup-main .colmn2 p{
	font-size: 16px;
	text-align: center;
	line-height: 1.7;
	margin: 10px auto 15px;
}

.popup-inner .popup-main .colmn2 .incard {
	width: 48%;
  padding: 1% 1%;
	margin: 2% auto 3%;
}
 
.popup-inner .popup-main .colmn2 .incard img{
	width: 100%;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .colmn2 .incard {
		margin: 1% auto 1%;
	}
  .popup-inner .popup-main .colmn2 .incard img{
    width: 100%;
    display: block;
    margin-right: auto;
  }
	.popup-inner .popup-main .colmn2 p{
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
		margin: 10px auto 10px;
  }
}


.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: 90%;
  top: 1%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.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,0.50);
  z-index: 1;
  cursor: pointer;
}

/*gmodal非表示*/
.gmodal{display: none;}

/*# sourceMappingURL=index.css.map */


/*フリーコンテンツ*/
.info_container {
  padding: 0 0 5% 0;
}

@media screen and (max-width: 1024px) {
	.info_container {
    padding: 10% 0 15% 0;
	}
}

.info_container img {
	width: 100%;
	display: block;
}

.info_container  .inner_con {
  padding: 0 0 10px 0;
  margin: 10px auto;
  width: 100%;
  max-width: 850px;
}