@charset "UTF-8";

/*----------------------------------------------------------------------------------------*
 *	共通の記述
 *----------------------------------------------------------------------------------------*/

.mfp-container {
	z-index: 9999;
}

html {
	font-size: 62.5%;
}
body {
	color: #000;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.0rem;
	-webkit-text-size-adjust: none;
}
a {
	color: #2266dd;
	text-decoration: underline;
	outline: none;
}
a:link { 
	color: #2266dd;
	text-decoration: underline;
}
a:visited { 
	color: #1a388c;
	text-decoration: underline;
}
a:active { 
	color: #000;
	text-decoration:underline;
}
#modal {
	z-index: 200;
}
.wrap {
	overflow: hidden;
}
.txt_right {
	text-algin: right;
}
.txt_center {
	text-align: center;
}
.movie {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*------------------------------------------ header */
header #header_logo {
	text-align: center;
}

/*------------------------------------------ footer */
footer .wrapper {
	background-color: #2fa1d2;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/*------------------------------------------ modaal */
.modaal-container .modaal-content-container {
	padding: 0;
}
#modal_head {
	margin: 0;
}
.modaal-container.result_box {
	background: #fffcdb;
}
.modaal-container .title {
	text-align: center;
	color: #7ccc94;
	font-weight: bold;
}
.modaal-container ul.list {
	margin: 0 auto;
	list-style: none;
	font-family: 'Kiwi Maru', sans-serif;
}
.modaal-container ul.list li {
	font-weight: 500;
}
.modaal-container ul.list li a {
	width: 100%;
	text-decoration: none;
}
.modaal-container .modaal-close {
	position: absolute;
}
.modaal-container .modaal-close:hover {
	opacity: 0.8;
}
.modaal-container .modaal-close::before,
.modaal-container .modaal-close::after {
	content: none;
}
.modaal-container .product_name {
	border-bottom: none !important;
	text-align: center;
	font-family: 'Kiwi Maru', sans-serif;
	font-weight: 500;
}
.modaal-container .product_name span {
	background: linear-gradient(transparent 80%, #ffbeb7 70%);
}
.modaal-container .image_box {
	text-align: center;
}
.modaal-container .image_box img {
	border-radius: 100%;
}
.modaal-container .more_link {
	display: flex;
	align-items: center;
	font-family: 'Kiwi Maru', sans-serif;
	font-weight: 500;
}
.modaal-container .more_link a {
	display: block;
	text-decoration: none;
	line-height: 1.3;
}

/*------------------------------------------ qa */
#qa .wrapper {
	position: relative;
}
#qa .wrapper > picture {
	position: absolute;
}
#qa .txt_block {
	background-color: #fff;
	box-sizing: border-box;
}
#qa .txt_block h3 {
	font-weight: bold;
}

/*------------------------------------------ concept */
#concept ul a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/*--------------------------------------------------------------------*
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
.visible-sp, .hidden-pc {
	display: block !important;
}
.hidden-sp, .visible-pc {
	display:none !important;
}
img {
	width: 100%;
}

/*------------------------------------------ header */
header p {
	width: calc(240/750*100vw);
	margin: calc(20/750*100vw) calc(40/750*100vw) 0 auto;
}
#header_logo {
	width: calc(380/750*100vw);
	margin: calc(20/750*100vw) auto calc(85/750*100vw);
}
nav#hmenu {
	display: none;
}

/*------------------------------------------ footer */
footer .wrapper {
	padding: calc(20/750*100vw) 0;
	font-size: calc(20/750*100vw);
}

/*------------------------------------------ fmenu */
#fmenu {
	position: sticky;
	bottom: 0;
	padding: calc(26/750*100vw) calc(30/750*100vw) calc(38/750*100vw);
	background-color: #fff;
	border-top: 1px solid #c8c8c8;
}
#fmenu ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(15/750*100vw);
}
#fmenu ul li {
	width: calc(124/750*100vw);
}
#fmenu .progress {
	width: 100%;
	height: calc(10/750*100vw); /* バーの高さを指定 */
	border-radius: calc(5/750*100vw);
	background-color: #f3f3f3; /* バーの背景色を指定 */
	z-index: 100;
}
#fmenu .progress__bar {
	background-color: #1fa2ff; /* バーの色を指定 */
	border-radius: calc(5/750*100vw);
	height: 100%;
	width: 0; /* 初期値は0 */
}

/*------------------------------------------ modaal */
.modaal-inner-wrapper {
	padding: 80px 10px !important;
}
.modaal-container {
	max-width: 750px !important;
	padding-bottom: 20px;
	border-bottom: 15px solid #d1f0e2;
}
.modaal-container .title {
	width: 90%;
	margin: 25px auto;
	font-size: 5vw;
}
.modaal-container ul.list {
	width: 90%;
	max-width: 340px;
}
.modaal-container ul.list li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 28% 16.7% 0 11%;
	font-size: 15px;
	background: url(../../common/images/choices_bg.png) no-repeat left center/100%;
}
.modaal-container ul.list li:nth-child(n+2) {
	margin-top: 11px;
}
.modaal-container ul.list li a {
	position: absolute;
	top: 0;
	left: 11%;
	display: flex;
	align-items: center;
	width: 72%;
	height: 100%;
}
.modaal-container ul.list li .choice_text {
	line-height: 1.4;
}
.modaal-container ul.list li .mark {
	background: linear-gradient(transparent 80%, #ffff00 70%);
}
.modaal-container .modaal-close {
	top: 1.2%;
	right: 1.2%;
	max-width: 48px;
	width: 13%;
	height: 48px;
	background: url(../../common/images/modal_close.png) no-repeat center top/100% !important;
}
.modaal-container .product_name {
	font-size: 18px;
}
.modaal-container .image_box {
	margin-bottom: 12px;
}
.modaal-container .image_box img {
	width: 65.8%;
}
.modaal-container .more_link {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 4.2% 20px;
	padding: 25% 0 0;
	background: url(../../common/images/more_link_bg.png) no-repeat left center/100%;
	font-size: 15px;
}
.modaal-container .more_link a {
	position: absolute;
	top: 0;
	left: 5%;
	display: flex;
	align-items: center;
	width: 77%;
	height: 100%;
}

/*------------------------------------------ qa */
#qa {
	padding: calc(50/750*100vw) calc(36/750*100vw) calc(70/750*100vw);
	box-sizing: border-box;
	background: url(../images/qa_top_bg.png) center top / 100% no-repeat,
				url(../images/qa_bottom_bg.png) center bottom / 100% no-repeat,
				#ebebeb;
}
#qa h2 {
	width: calc(470/750*100vw);
	margin: calc(-80/750*100vw) auto calc(30/750*100vw);
}
#qa .wrapper > picture {
	top: calc(220/750*100vw);
	right: calc(30/750*100vw);
}
#qa .wrapper > picture img {
	width: calc(150/750*100vw);
}
#qa li:nth-of-type(n+2) {
	margin-top: calc(40/750*100vw);
}
#qa li picture img {
	border-radius: calc(30/750*100vw) calc(30/750*100vw) 0 0;
}
#qa .txt_block {
	padding: calc(36/750*100vw);
	border-radius: 0 0 calc(30/750*100vw) calc(30/750*100vw);
}
#qa .txt_block h3 {
	padding-bottom: calc(20/750*100vw);
	margin-bottom: calc(30/750*100vw);
	font-size: calc(30/750*100vw);
	border-bottom: calc(5/750*100vw) dashed #2fa1d2;
}
#qa .txt_block p {
	font-size: calc(26/750*100vw);
}

/*------------------------------------------ chart */
#chart {
	padding: calc(100/750*100vw) calc(36/750*100vw) calc(90/750*100vw);
	box-sizing: border-box;
	background: url(../images/chart_bg.png) center top / 100% no-repeat;
}
#chart h2 {
	width: calc(430/750*100vw);
	margin-left: calc(65/750*100vw);
}
#chart ul {
	margin: calc(50/750*100vw) 0 0 calc(46/750*100vw)
}
#chart li:nth-of-type(n+2) {
	margin-top: calc(50/750*100vw);
}
#chart li img {
	width: calc(612/750*100vw);
}

/*------------------------------------------ daily */
#daily {
	padding-top: calc(164/750*100vw);
}
#daily .wrapper {
	padding: calc(50/750*100vw) calc(36/750*100vw) calc(70/750*100vw);
	box-sizing: border-box;
	background: url(../images/daily_top_bg.png) center top / 100% no-repeat,
				url(../images/daily_bottom_bg.png) center bottom / 100% no-repeat,
				#fff5e1;
}
#daily h2 {
	width: calc(362/750*100vw);
	margin: calc(-65/750*100vw) auto 0;
}
#daily p {
	margin: calc(60/750*100vw) auto;
	padding-left: calc(94/750*100vw);
	background: url(../images/daily_icon.png) left top / calc(94/750*100vw) no-repeat;
	font-size: calc(34/750*100vw);
	font-weight: bold;
	line-height: 1.4;
}

/*------------------------------------------ brand */
#brand {
	padding: calc(146/750*100vw) calc(64/750*100vw) calc(112/750*100vw);
	box-sizing: border-box;
	background: url(../images/brand_bg.png) center top / 100% no-repeat;
}
#brand h2 {
	width: calc(372/750*100vw);
	margin: calc(-36/750*100vw) 0 calc(60/750*100vw) auto;
}
#brand li:nth-of-type(n+2) {
	margin-top: calc(30/750*100vw);
}
#brand li img {
	width: calc(608/750*100vw);
}

/*------------------------------------------ concept */
#concept {
	padding: calc(150/750*100vw) calc(80/750*100vw) calc(230/750*100vw);
	box-sizing: border-box;
	background: url(../images/concept_bg.png) center top / 100% no-repeat;
}
#concept h2 {
	width: calc(426/750*100vw);
	margin: calc(-40/750*100vw) 0 calc(50/750*100vw) calc(20/750*100vw);
}
#concept ul {
	font-size: calc(26/750*100vw);
}
#concept ul li {
	padding-left: calc(40/750*100vw);
	background: url(../images/concept_icon.png) left center / calc(26/750*100vw) no-repeat;
}
#concept ul li:nth-of-type(n+2) {
	margin-top: calc(50/750*100vw);
}
#concept ul a {
	border-bottom: 1px solid #ec78a3;
}

/* 737px未満用（SP用）の記述 end -------------------------------------*/
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
.visible-sp {
	display: none !important;
}
.visible-pc {
	display: block !important;
}
.wrapper {
	width: 1400px;
	margin: 0 auto;
}

/*------------------------------------------ header */
header {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 100;
}
header a:hover {
	opacity: 0.8;
}
header p {
	width: 286px;
	margin: 20px 30px 0 auto;
}
header p img {
	width: 100%;
}
#header_inner {
	width: 1400px;
	margin: 0 auto;
}
#header_logo {
	padding: 0 0 25px;
}
#header_logo img {
	width: 380px;
}
#hmenu {
	padding: 10px 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
#hmenu ul {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}
#hmenu ul li {
	font-size: 16px;
}
#hmenu ul li:nth-of-type(n+2) {
	padding-left: 30px;
	border-left: 1px solid #d6d6d6;
}
#hmenu ul li a {
	padding: 8px 0 8px 42px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#hmenu ul li:nth-of-type(1) a {
	background: url(../images/hmenu_01.png) left center / 38px no-repeat;
}
#hmenu ul li:nth-of-type(2) a {
	background: url(../images/hmenu_02.png) left center / 38px no-repeat;
}
#hmenu ul li:nth-of-type(3) a {
	background: url(../images/hmenu_03.png) left center / 38px no-repeat;
}
#hmenu ul li:nth-of-type(4) a {
	background: url(../images/hmenu_04.png) left center / 38px no-repeat;
}
#hmenu ul li:nth-of-type(5) a {
	background: url(../images/hmenu_05.png) left center / 38px no-repeat;
}

/*------------------------------------------ footer */
footer .wrapper {
	padding: 20px 0;
	font-size: 1.2rem;
}

/*------------------------------------------ fmenu */
#fmenu {
	display: none;
}

/*------------------------------------------ modaal */
.modaal-container {
	width: 860px !important;
	min-height: 870px;
	border-bottom: 30px solid #d1f0e2;
}
.modaal-container .title {
	margin: 50px 0;
	font-size: 28px;
}
.modaal-container ul.list {
	width: 448px;
}
.modaal-container ul.list li {
	display: flex;
	align-items: center;
	height: 126px;
	padding: 0 70px 0 48px;
	font-size: 23px;
	background: url(../../common/images/choices_bg_pc.png) no-repeat left center;
}
.modaal-container ul.list li:nth-child(n+2) {
	margin-top: 17px;
}
.modaal-container ul.list li .mark {
	background: linear-gradient(transparent 80%, #ffff00 70%);
}
.modaal-container .modaal-close {
	top: 6px;
	right: 6px;
	width: 74px;
	height: 74px;
	background: url(../../common/images/modal_close_pc.png) no-repeat center center !important;
}
.modaal-container .product_name {
	font-size: 26px;
}
.modaal-container .image_box {
	margin-bottom: 12px;
}
.modaal-container .image_box img {
	width: 330px;
}
.modaal-container .more_link {
	width: 349px;
	height: 126px;
	margin: 0 auto 24px;
	padding: 0 77px 0 22px;
	background: url(../../common/images/more_link_bg_pc.png) no-repeat left center/100%;
	font-size: 20px;
}

/*------------------------------------------ qa */
#qa {
	margin-top: 50px;
}
#qa .wrapper {
	padding: 0 100px 50px;
	box-sizing: border-box;
	background: url(../images/qa_top_bg_pc.png) center top / 100% no-repeat,
				url(../images/qa_bottom_bg_pc.png) center bottom / 100% no-repeat,
				#ebebeb;
}
#qa .wrapper > picture {
	top: 50px;
	right: 100px;
}
#qa .wrapper > picture img {
	width: 154px;
}
#qa h2 {
	width: 738px;
	position: absolute;
	left: 0;
	top: -15px;
	right: 0;
	margin: auto;
}
#qa ul {
	padding-top: 140px;
}
#qa li {
	display: flex;
	justify-content: space-between;
}
#qa li:nth-of-type(n+2) {
	margin-top: 15px;
}
#qa li picture img {
	width: 300px;
	border-radius: 10px;
}
#qa .txt_block {
	width: 890px;
	padding: 25px 15px;
	border-radius: 10px;
}
#qa .txt_block h3 {
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 2.6rem;
	border-bottom: 3px dashed #2fa1d2;
}
#qa .txt_block p {
	font-size: 1.6rem;
}

/*------------------------------------------ chart */
#chart .wrapper {
	padding: 50px 100px;
	box-sizing: border-box;
	background: url(../images/chart_bg_pc.png) center top / 100% no-repeat;
}
#chart h2 {
	padding-left: 50px;
}
#chart ul {
	display: flex;
	justify-content: space-between;
	padding: 25px 0 100px 50px;
	box-sizing: border-box;
}
#chart li {
	width: 360px;
}
#chart li img {
	width: 100%;
}

/*------------------------------------------ daily */
#daily .wrapper {
	position: relative;
	padding: 100px 0 60px;
	background: url(../images/daily_top_bg_pc.png) center top / 100% no-repeat,
				url(../images/daily_bottom_bg_pc.png) center bottom / 100% no-repeat,
				#fff5e1;
}
#daily h2 {
	width: 252px;
	position: absolute;
	left: 0;
	top: -10px;
	right: 0;
	margin: auto;
}
#daily p {
	width: 510px;
	margin: 0 auto;
	padding: 10px 0 10px 100px;
	box-sizing: border-box;
	background: url(../images/daily_icon.png) left top / 94px no-repeat;
	font-size: 26px;
	font-weight: bold;
}
#daily .visible-pc {
	margin-top: 40px;
	text-align: center;
}

/*------------------------------------------ brand */
#brand .wrapper {
	padding: 65px 100px 90px;
	box-sizing: border-box;
	background: url(../images/brand_bg_pc.png) center top / 100% no-repeat;
}
#brand h2 {
	width: 240px;
	margin: 0 30px 30px auto;
}
#brand ul {
	display: flex;
	justify-content: space-between;
}
#brand li {
	width: 285px;
}
#brand li img {
	width: 100%;
}

/*------------------------------------------ concept */
#concept .wrapper {
	padding: 80px 0 190px;
	box-sizing: border-box;
	background: url(../images/concept_bg_pc.png) center top / 100% no-repeat;
}
#concept h2 {
	margin-left: 150px;
}
#concept ul {
	display: flex;
	justify-content: space-between;
	width: 1150px;
	margin: 35px 0 0 145px;
	font-size: 26px;
}
#concept ul li {
	padding-left: 25px;
	background: url(../images/concept_icon.png) left center / 20px no-repeat;
}
#concept ul a {
	border-bottom: 2px solid #ec78a3;
}

/* 737px以上用（PC用）の記述 end -------------------------------------*/
}
