/*=========================================
下層共通用
=========================================*/
:root {
	/* フォントサイズ */
	--_black: 900;
	--_extrabold: 800;
	--_bold: 700;
	--_semibold: 600;
	--_medium: 500;
	--_regular: 400;
	--_light: 300;

	/* カラー */
	--_naby: #01549D;
	--_kv_cream: #FFFEF9;
	--_bg_lightblue: #D2ECFA;
	--_bg_green: #E5F6D4;
	--_bg_pink: #FFE5F1;
	--_top_red: #E61B25;
}

body {
	color: #252525;
}

.font_mplus1 {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 400;
	font-style: normal;
}

ul {
	padding-left: 0px;
}

img {
	width: 100%;
}

.sec_inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

/* mv */
.mv {
	line-height: 0;
	background-color: white;
	padding-bottom: 5px;
	border-bottom: 3px solid #01549D;
}

.mv img {
	border-bottom: 12px solid #01549D;
}

/* ancer */
#thirtyone .anc {
	background-color: #FFFEF9;
}

#thirtyone .border-bottom {
	margin-bottom: 5px;
}

#thirtyone .anc ul {
	width: 80%;
	max-width: 660px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	gap: 5%;
	justify-content: space-between;
	padding: 80px 20px;
}

#thirtyone .anc ul li {
	width: 46%;
}

#thirtyone .anc01 {
}

#thirtyone .border-bottom {
	margin-bottom: 5px;
}

#thirtyone .anc01 ul {
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	gap: 3%;
	justify-content: space-between;
	padding: 0px 20px 40px;
}

#thirtyone .anc01 ul li {
	width: 46%;
}

.anc01_sugo{
	width: 70%;
}

#thirtyone ._btn a {
	border-radius: 50vw;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-size: clamp(1.6rem, 2.1vw, 2.2rem);
	font-weight: bold;
	color: var(--_naby);
	font-weight: var(--_extrabold);
	font-size: 20px;

	text-shadow:
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		1.5px 1.5px 0 #fff,
		-1.5px 1.5px 0 #fff,
		1.5px -1.5px 0 #fff,
		-1.5px -1.5px 0 #fff;
}

#thirtyone ._btn a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(5px);
}

#thirtyone ._btn a:after {
	content: "";
	position: absolute;
	display: block;
	width: 8%;
	padding-top: 8%;
	left: 50%;
	bottom: -18%;
	transform: translateX(-50%);
	background: url(../img/icon_arrow_down.png)no-repeat center / contain;
}

#thirtyone ._btn._point a {
	background: url(../img/bg_btn_blue.png)repeat top left / 27px;
	border: 3px solid #B0D4F4;
	box-shadow: 0 5px 0 0 #B0D4F4;
}

#thirtyone ._btn._dezain a {
	background: url(../img/bg_btn_green.png)repeat top left / 27px;
	border: 3px solid #B0DE7B;
	box-shadow: 0 5px 0 0 #B0DE7B;
	/* transform: translate(-50% , 5px); */
}
#thirtyone ._btn._lineup a {
	background: url(../img/bg_btn_pink.png)repeat top left / 27px;
	border: 3px solid #F7C0D9;
	box-shadow: 0 5px 0 0 #F7C0D9;
	/* transform: translate(-50% , 5px); */
}
#thirtyone ._btn._fantasy a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	/* transform: translate(-50% , 5px); */
	font-size: 1.1vw;
}
#thirtyone ._btn._royal a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
		font-size: 1.2vw;

	/* transform: translate(-50% , 5px); */
}
#thirtyone ._btn._sugo a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	/* transform: translate(-50% , 5px); */
}

#thirtyone ._btn._point a:hover,
#thirtyone ._btn._lineup a:hover {
	box-shadow: none;
	transform: translate(0, 5px);
}

#thirtyone ._btn._online a {
	color: #000;
	width: 90%;
	margin: 0 auto;
	background-color: white;
	border-radius: 8px;
	padding: 5%;
	border: 3px solid var(--_naby);
	box-shadow: 3px 3px 0px 0px rgba(1, 84, 157, 1);
}

#thirtyone ._2column ._btn._online a {
	font-size: 18px;
}

#thirtyone ._3column ._btn._online a {
	font-size: 14px;
}

#thirtyone ._btn._online a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(3px);
}

#thirtyone ._btn._online a::after {
	display: none;
}



#thirtyone ._btn01 a {
	border-radius: 50vw;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	padding: 48px 5px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-size: clamp(1.6rem, 2.1vw, 2.2rem);
	font-weight: bold;
	color: var(--_naby);
	font-weight: var(--_extrabold);
	font-size: 20px;

	text-shadow:
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		1.5px 1.5px 0 #fff,
		-1.5px 1.5px 0 #fff,
		1.5px -1.5px 0 #fff,
		-1.5px -1.5px 0 #fff;
}

#thirtyone ._btn01 a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(5px);
}

#thirtyone ._btn01 a:after {
	content: "";
	position: absolute;
	display: block;
	width: 8%;
	padding-top: 8%;
	left: 50%;
	bottom: -18%;
	transform: translateX(-50%);
	background: url(../img/icon_arrow_down.png)no-repeat center / contain;
}

#thirtyone ._btn01._point a {
	background: url(../img/bg_btn_blue.png)repeat top left / 27px;
	border: 3px solid #B0D4F4;
	box-shadow: 0 5px 0 0 #B0D4F4;
}

#thirtyone ._btn01._lineup a {
	background: url(../img/bg_btn_pink.png)repeat top left / 27px;
	border: 3px solid #F7C0D9;
	box-shadow: 0 5px 0 0 #F7C0D9;
	/* transform: translate(-50% , 5px); */
}
#thirtyone ._btn01._fantasy a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	/* transform: translate(-50% , 5px); */
	font-size: 1.1vw;
}
#thirtyone ._btn01._royal a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
		font-size: 1.2vw;

	/* transform: translate(-50% , 5px); */
}
#thirtyone ._btn01._sugo a {
	background-color: #FFCF7E;
	border: 3px solid #FFCF7E;
	box-shadow: 0 5px 0 0 #E5BA71;
	/* transform: translate(-50% , 5px); */
}

#thirtyone ._btn01._point a:hover,
#thirtyone ._btn01._lineup a:hover {
	box-shadow: none;
	transform: translate(0, 5px);
}

#thirtyone ._btn01._online a {
	color: #000;
	width: 90%;
	margin: 0 auto;
	background-color: white;
	border-radius: 8px;
	padding: 5%;
	border: 3px solid var(--_naby);
	box-shadow: 3px 3px 0px 0px rgba(1, 84, 157, 1);
}

#thirtyone ._2column ._btn01._online a {
	font-size: 18px;
}

#thirtyone ._3column ._btn01._online a {
	font-size: 14px;
}

#thirtyone ._btn01._online a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(3px);
}

#thirtyone ._btn01._online a::after {
	display: none;
}




/* lead */
#thirtyone .lead {
	width: 100%;
	background-color: var(--_kv_cream);
	margin: 0 auto;
	color: var(--_naby);
	font-weight: var(--_extrabold);
	font-size: 16px;
	text-align: center;
	padding: 60px;
}

#thirtyone .lead .contents_wrap {
	width: 90%;
	max-width: 1000px;
}

#thirtyone .lead_ttl {
	width: 38.1%;
	max-width: 335px;
	margin: 0 auto 4%;
}

#thirtyone .lead_img {
	margin-bottom: 3%;
}

/* スライダー */
#thirtyone ._2column .slider_wrap {
	padding: 30px 50px;
}

#thirtyone ._3column .slider_wrap {
	padding: 10px 20px;
}

#thirtyone .slider_wrap._02 {
	padding: 10px;
}

#thirtyone .slider_text {
	font-size: clamp(1rem, 1.9vw, 1.8rem);
	font-weight: bold;
	border-bottom: 2px solid #01549D;
	padding: 0 0 20px;
	width: 80%;
	margin: 0 auto;
}

#thirtyone .slider_text.slider_text8,
#thirtyone .slider_text.slider_text9,
#thirtyone .slider_text.slider_text11 {
	font-size: clamp(0.8rem, 1.9vw, 1rem);
}

#thirtyone .slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

/* スライダー_ドット */
#thirtyone .dots_box {
	margin: 20px auto 0;
}

#thirtyone .dots_wrap {
	display: flex;
	width: 80%;
	margin: 0 auto 5%;
	justify-content: center;
	gap: 8%;
	flex-wrap: wrap;
}

#thirtyone .dots_wrap li {
	list-style: none;
	width: min(2vw, 30px);
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 100vw;
	cursor: pointer;
	border: 3px solid #fff;
	box-sizing: border-box;
}

#thirtyone .dots_wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

#thirtyone .dots_box1 .dots_wrap li.slick-active,
#thirtyone .dots_box2 .dots_wrap li.slick-active {
	opacity: 1;
}

#thirtyone .dots_wrap li:hover {
	border: 3px solid #1d50a2;
}

#thirtyone .dots_wrap li.slick-active {
	border: 3px solid #1d50a2;
}

/* サムネイル */
/* slider01 */
#thirtyone .dots_box1 .dots_wrap li {
	width: calc((100% / 5) - 6px);
	height: fit-content;
	aspect-ratio: 77 / 86;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
	opacity: 0.6;
	margin: 0 3px 3px;
}

#thirtyone .dots_box1 .dots_wrap li:first-of-type {
	background-image: url(../img/sec04_slide01_img01.jpg);
}

#thirtyone .dots_box1 .dots_wrap li:nth-of-type(2) {
	background-image: url(../img/sec04_slide01_img02.jpg);
}

#thirtyone .dots_box1 .dots_wrap li:nth-of-type(3) {
	background-image: url(../img/sec04_slide01_img03.jpg);
}

#thirtyone .dots_box1 .dots_wrap li:nth-of-type(4) {
	background-image: url(../img/sec04_slide01_img04.jpg);
}

#thirtyone .dots_box1 .dots_wrap li:nth-of-type(5) {
	background-image: url(../img/sec04_slide01_img05.jpg);
}

/* slider02 */
#thirtyone .dots_box2 .dots_wrap li {
	width: calc((100% / 5) - 6px);
	height: fit-content;
	aspect-ratio: 77 / 86;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #ccc;
	opacity: 0.6;
	margin: 0 3px 3px;
}

#thirtyone .dots_box2 .dots_wrap li:first-of-type {
	background-image: url(../img/sec03_slide02_img01.jpg);
}

#thirtyone .dots_box2 .dots_wrap li:nth-of-type(2) {
	background-image: url(../img/sec03_slide02_img02.jpg);
}

#thirtyone .dots_box2 .dots_wrap li:nth-of-type(3) {
	background-image: url(../img/sec03_slide02_img03.jpg);
}

#thirtyone .dots_box2 .dots_wrap li:nth-of-type(4) {
	background-image: url(../img/sec03_slide02_img04.jpg);
}

#thirtyone .dots_box2 .dots_wrap li:nth-of-type(5) {
	background-image: url(../img/sec03_slide02_img05.jpg);
}

#thirtyone .dots_box2 .dots_wrap li:nth-of-type(6) {
	background-image: url(../img/sec03_slide02_img06.jpg);
}

#thirtyone .dots_box2 .dots_wrap li:nth-of-type(7) {
	background-image: url(../img/sec03_slide02_img08.jpg);
}

#thirtyone .dots_box2 .dots_wrap li:nth-of-type(8) {
	background-image: url(../img/sec03_slide02_img07.jpg);
}


/* ドットカラー変更 */
#thirtyone .dots_color {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4%;
	margin: 3% auto 4%;
	padding-inline-start: 0;
}

#thirtyone .dots_color li {
	width: min(2vw, 30px);
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #fff;
	/* opacity: 0.6; */
	padding: 0;
}

#thirtyone ._3column .dots_color li {
	max-width: 22px;
}

#thirtyone .dots_color li._active {
	border: 3px solid #1d50a2;
	opacity: 1;
}

#thirtyone .slider_flex_wrap._3column ._01 .dots_box li:nth-of-type(1) {
	background: linear-gradient(90deg, #000024 0%, #000024 50%, #31ad60 50%, #31ad60 100%);
}

#thirtyone .slider_flex_wrap._3column ._01 .dots_box li:nth-of-type(2) {
	background-color: #7499c1;
}

#thirtyone .slider_flex_wrap._3column ._01 .dots_box li:nth-of-type(3) {
	background-color: #ad4b5e;
}

#thirtyone .slider_flex_wrap._3column ._02 .dots_box li:nth-of-type(1) {
	background: linear-gradient(90deg, #000024 0%, #000024 50%, #31ad60 50%, #31ad60 100%);
}

#thirtyone .slider_flex_wrap._3column ._02 .dots_box li:nth-of-type(2) {
	background: linear-gradient(90deg, #000024 0%, #000024 50%, #2ca4e7 50%, #2ca4e7 100%);
}

#thirtyone .slider_flex_wrap._3column ._02 .dots_box li:nth-of-type(3) {
	background: linear-gradient(90deg, #0070b8 0%, #0070b8 50%, #a6a8a7 50%, #a6a8a7 100%);
}

#thirtyone .slider_flex_wrap._3column ._03 .dots_box li:nth-of-type(1) {
	background: linear-gradient(90deg, #8a8c8e 0%, #8a8c8e 50%, #8a8c8e 50%, #8a8c8e 100%);
}

#thirtyone .slider_flex_wrap._3column ._03 .dots_box li:nth-of-type(2) {
	background: linear-gradient(90deg, #133573 0%, #133573 50%, #133573 50%, #133573 100%);
}
#thirtyone .slider_flex_wrap._3column ._03 .dots_box li:nth-of-type(3) {
	background: linear-gradient(90deg, #133573 0%, #133573 50%, #133573 50%, #133573 100%);
}

.sec03_product,
.sec04_product {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 20px;
}

.sec04_product {
	font-size: 1.2rem;
}

.sec03_product p span {
	font-size: 2.8rem;
}

.sec04_product p span {
	font-size: 2rem;
}

/*=========================================
くるピタページ用
=========================================*/
#thirtyone .h2_ttl {
	text-align: center;
}

/* sec01 */
#thirtyone .sec01 {
	position: relative;
	width: 100%;
	background: url(../img/bg_sec01.png) repeat-y bottom / 100%;
	text-align: center;
	padding: 0 0 30px;
}

#thirtyone .sec01::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 4%;
	background: url(../img/line_bule.png)no-repeat top / contain;
}

#thirtyone .contents_wrap {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}

#thirtyone .sec01 .contents_wrap {
	padding-top: 1.5%;
}

#thirtyone .sec01 .h2_ttl {
	width: 31%;
	max-width: 303px;
	margin: 0 auto 3%;
}

#thirtyone .sec01_inner {
	background-color: white;
	border-radius: 20px;
	margin-bottom: 3%;
	padding: 5% 14%;
	box-shadow: -2px -5px 0px 5px rgba(133, 183, 207, 1);
}

#thirtyone .sec01_inner._round {
	border-radius: 0 0 0 0 / 0 0 0 0;
	border-top-left-radius: 90% 200%;
	border-top-right-radius: 90% 200%;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

#thirtyone .sec01_box {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	display: block;
	padding: 50px;
	text-align: center;
	margin: 0 auto;
	align-items: center;
}

#thirtyone .sec01_box:nth-child(even) {
	flex-direction: row-reverse;
}

#thirtyone .sec01_boxText {
	width: 100%;
}

#thirtyone .sec01_boxImg {
	width: 80%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-top: 5%;
    gap: 16%;
}

.sec01_boxImg01{
	padding: 10px;
}

#thirtyone .sec01_boxImg p {
	width: 45%;
}

#thirtyone .sec01_boxImg p span {
	font-size: clamp(1.4rem, 1.4vw, 2.4rem);
	color: #000;
	font-weight: var(--_medium);
}

#thirtyone .sec01_boxTtl,
#thirtyone .sec01_txtTtl,
#thirtyone .sec02_txtTtl,
#thirtyone .sec03_txtTtl {
	position: relative;
	font-size: clamp(3rem, 1.4vw, 2.4rem);
	font-weight: bold;
	color: #1d50a2;
	display: block;
	line-height: 1.2;
}

#thirtyone .sec01_txtTtl {
	display: inline-block;
}

#thirtyone .sec01_txtTtl::before,
#thirtyone .sec01_txtTtl::after,
#thirtyone .sec02_txtTtl::before,
#thirtyone .sec02_txtTtl::after,
#thirtyone .sec03_txtTtl::before,
#thirtyone .sec03_txtTtl::after {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 20px;
	padding-top: 38px;
}

#thirtyone .sec01_txtTtl::before,
#thirtyone .sec03_txtTtl::before {
	left: -25px;
	background: url(../../img/ttl_line_deco_01.png) no-repeat bottom center / contain;
}

#thirtyone .sec01_txtTtl::after,
#thirtyone .sec03_txtTtl::after {
	right: -25px;
	background: url(../../img/ttl_line_deco_02.png) no-repeat bottom center / contain;
}

#thirtyone .sec01_boxTtl .highlight,
#thirtyone .sec01_txtTtl .highlight, 
#thirtyone .sec02_txtTtl .highlight {
	text-decoration-color: #fff061;
	text-decoration-line: underline;
	text-decoration-thickness: 14px;
	text-underline-offset: -8px;
}

#thirtyone .sec01_boxTtl._sub,
#thirtyone .sec01_txtTtl._sub,
#thirtyone .sec02_txtTtl._sub {
	font-size: clamp(2.8rem, 1.9vw, 3.2rem);
	margin-bottom: 20px;
	text-decoration-thickness: 10px;
	text-underline-offset: -3px;
	text-decoration-skip-ink: none;
}

#thirtyone .sec01_txt {
	font-size: 1.4rem;
	margin-top: 20px;
	color: #1d50a2;
	font-weight: var(--_extrabold);
}

#thirtyone .sec01_txt span {
	text-decoration-color: #fff061;
	text-decoration-line: underline;
	text-decoration-thickness: 8px;
	text-underline-offset: -5px;
}

#thirtyone .sec01_txt .note {
	font-weight: normal;
	color: #252525;
	font-size: 1.4rem;
}

#thirtyone .sec01_list {
	width: 100%;
}

#thirtyone .sec01_list li {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	color: var(--_naby);
	text-align: left;
	padding-top: 4%;
}

#thirtyone .sec01_list li:not(:last-child) {
	margin-bottom: 5%;
}

#thirtyone .sec01_list .w100 {
	display: block;
}

#thirtyone .sec01_list li ._img,
#thirtyone .sec01_list li ._txt {
	width: 47.5%;
}

#thirtyone .sec01_list .sec01_list_ttl {
	font-weight: var(--_extrabold);
	margin-bottom: 2%;
	font-size: 20px;
}

#thirtyone .sec01_list .sec01_list_txt {
	font-weight: var(--_extrabold);
	border-radius: 5px;
	font-size: 2rem;
}

.highlight01{
	background: linear-gradient(transparent 55%, #fff061 55%);
}



#thirtyone .sec01_list .sec01_list_img01 {
padding-top: 5%;
}
.sec01_list02_txt{
	margin-top: 16px;
	font-size: 1.4rem;
	line-height: 1.5;
}
.sec01_ttl01{
	width: 50%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.sec01_list_txt01{
	display: flex;
    font-weight: var(--_medium);
    border-radius: 5px;
    font-size: 1vw;
	color: #000;
}

.sec01_itemlist{
	margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.sec01_itemlist01{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec01_itemlist_txt{
	margin-top: 8px;
	font-weight: var(--_bold);
	line-height: 1.5;
}



/* sec02 */
#thirtyone .sec02 {
	position: relative;
	width: 100%;
	background: url(../img/bg_sec02.png) repeat-y bottom / 100%;
	text-align: center;
	padding: 0 0 30px;
}

#thirtyone .sec02::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 4%;
	background: url(../img/line_pink.png)no-repeat top / contain;
}

#thirtyone .sec02 .contents_wrap {
	width: 50%;
	padding-top: 1.5%;
}

#thirtyone .sec02 .h2_ttl {
	width: 81.3%;
	max-width: 306px;
	margin: 0 auto 5%;
}


#thirtyone .sec04 .slider_flex_wrap {
	  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: center;
}
#thirtyone .slider_flex_wrap {
width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

#thirtyone .slider_flex_wrap .slider_box {
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 5%;
}

#thirtyone .slider_flex_wrap._2column .slider_box {
	width: 60%;
}

#thirtyone .slider_flex_wrap._3column .slider_box {
	width: 30%;
}

#thirtyone .slider_flex_wrap .bg_gradation {
	flex: 1;
	background: linear-gradient(to bottom,
			#ffffff 0%,
			#ffffff 40%,
			#fff9f2 100%);
	border-radius: 14px;
	padding-bottom: 5%;
	margin-bottom: 6%;
	box-shadow: -6px -6px 0px 3px rgba(219, 221, 222, 1);
}

.sec02_ttl01{
	margin: 10px auto 30px;
	width: 70%;
	text-align: center;
}

.sec02_ttl02{
	width: 40%;
	margin: 0 auto 10px;
}
.sec02_txtTtl{
	padding: 10px 0 30px;
}

/* sec03 */
#thirtyone .sec03 {
	width: 100%;
	background-color: var(--_kv_cream);
	padding-bottom: min(140px, 10%);
	border-top: 12px solid var(--_naby);
	padding-top: 5px;
}

#thirtyone .sec03_txtTtl {
	width: fit-content;
	text-align: center;
	margin: 0 auto 2%;
	font-size: 38px;
}

#thirtyone .line-top {
	border-top: 3px solid var(--_naby);
}

#thirtyone .sec03 .contents_wrap {
	margin-top: -8px !important;
}

#thirtyone .sec03 .h2_ttl {
	width: 31%;
	max-width: 303px;
	margin: 0 auto 5%;
}



.sec03_product_txt{
	line-height: 1.4;
	margin-bottom: 8px;
}
.sec03_product_txt01{
	line-height: 1.4;
	margin-bottom: 8px;
}



/* sec04 */
#thirtyone .sec04 {
	position: relative;
	width: 100%;
	background: url(../img/bg_sec03.png) repeat-y bottom / 100%;
	text-align: center;
	padding: 0 0 30px;
}
#thirtyone .sec04 .contents_wrap {
	width: 40%;
	padding-top: 1.5%;
}
#thirtyone .sec04 .h2_ttl {
	width: 81.3%;
	max-width: 306px;
	margin: 0 auto 5%;
}
#thirtyone .sec04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 4%;
    background: url(../img/line_pink02.png) no-repeat top / contain;
}
.reg {
  font-size: 0.6em;
  vertical-align: super;
}


/* banner */
.sec04_bnr_box{
	display: flex;
	justify-content: center;
	width: 50%;
	margin: 0 auto;
	gap: 40px;
}





@media screen and (max-width: 980px) {

	/* anc */
	#thirtyone .anc ul {
		width: 80%;
		max-width: none;
		padding: 10% 0 12%;
		margin: 0 auto;
		gap: 8%;
	}

	#thirtyone .anc ul li {
		width: 40%;
		text-align: center;
	}

	/* btn */
	#thirtyone ._btn a {
		padding: 6% 0;
		box-shadow: 4px 4px 0px -3px #1d50a2, inset 0 0 0 4px #fff;
	}

	#thirtyone ._btn a:after {
		bottom: -15%;
		width: 20%;
		padding-top: 20%;
	}

	#thirtyone ._btn._point a,
	#thirtyone ._btn._btn._dezain a,
	#thirtyone ._btn._lineup a {
		border-radius: 100vw;
		aspect-ratio: 1 / 1;
		padding: 1%;
		width: 100%;
	}
	#thirtyone ._btn a {
		font-size: 4.5vw;
	}

	#thirtyone ._btn._point a {
		box-shadow: 0 3px 0 0 #B0D4F4;
	}

	#thirtyone ._btn._lineupt a {
		box-shadow: 0 3px 0 0 #F7C0D9;
	}

	#thirtyone ._btn._online a {
		box-shadow: 3px 4px 0px -1px #1d50a2, inset 0 0 0 3px #fff;
	}

	#thirtyone ._2column ._btn._online a {
		margin: 0 auto 0 3%;
		font-size: 4.5vw;
		padding: 5% 0;
	}

	#thirtyone ._3column ._btn._online a {
		width: 103%;
		margin-left: -3%;
		font-size: 3.5vw;
		padding: 8% 0;
	}

	/* slider */
	#thirtyone .dots_box {
		margin: 3vw 0 0 10px;
	}

	#thirtyone .dots_color li {
		width: 8vw;
	}

	#thirtyone .slider_text {
		padding: 0 0 2vw;
		font-size: 3vw;
	}

	#thirtyone .dots_wrap li {
		width: 6vw;
	}

	#thirtyone .dots_box1 .dots_wrap li,
	#thirtyone .dots_box2 .dots_wrap li {
		width: 22%;
		height: 6rem;
	}

	#thirtyone .dots_wrap li.slick-active {
		border: 2px solid #1d50a2;
	}

	/* lead */
	#thirtyone .lead {
		padding: 10% 0;
	}

	#thirtyone .lead .contents_wrap {
		max-width: none;
	}

	#thirtyone .lead_ttl {
		width: 100%;
		padding-left: 4%;
		margin: 0 auto 10%;
	}

	#thirtyone .lead_img {
		margin-bottom: 8%;
	}

	/* sec01 */
	#thirtyone .sec01 {
		background-color: #dbf5fc;
		text-align: center;
		padding: 6% 0;
		position: relative;
		background: url(../img/s_bg_sec01.png) repeat-y bottom / 100%;
	}

	#thirtyone .sec01::before {
		padding-top: 7%;
		background: url(../img/s_line_bule.png) no-repeat top / contain;
	}

	#thirtyone .sec01 .h2_ttl {
		width: 80%;
		max-width: none;
		margin: -20px auto 8%;
	}

	
	#thirtyone .sec01_inner {
		padding: 10% 8%;
		margin-bottom: 8%;
		box-shadow: -2px -4px 0px 4px rgba(133, 183, 207, 1);
	}

	#thirtyone .sec01_inner._round {
		border-radius: 50vw 50vw 10px 10px;
		padding: 20% 8% 10%;
	}

	#thirtyone .sec01_list li:not(:last-child) {
		margin-bottom: 12%;
	}

	#thirtyone .sec01_list li ._txt {
		width: 100%;
	}

	#thirtyone .sec01_list .sec01_list_ttl {
		text-align: center;
	}

	#thirtyone .sec01_list .sec01_list_txt {
		text-align: center;
		justify-content: center;
		height: auto;
	}

	.sec01_itemlist_txt{
		font-size: 3vw;
	}

	#thirtyone .sec01_list .sec01_list_img {
		margin-bottom: 2%;
	}

	#thirtyone .sec01_boxImg {
		flex-direction: column;
	}

	#thirtyone .sec01_boxImg p {
		width: 100%;
	}

	#thirtyone .sec01_boxTtl,
	#thirtyone .sec01_txtTtl,
	#thirtyone .sec02_txtTtl,
	#thirtyone .sec03_txtTtl {
		font-size: 6.4vw;
	}


	.sec01_boxImg00{
		margin-top: 20px;
	}
	#thirtyone .sec01_boxImg p span {
	}
	.sec01_list02_txt {
    font-size: 1rem;
	}
	.sec01_ttl01 {
    width: 100%;
	}
	#thirtyone .sec01_list li {
    display: block;}
	#thirtyone .sec01_list li ._img, #thirtyone .sec01_list li ._txt {
    width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	}
	#thirtyone .sec01_list .sec01_list_txt {
		font-size: 3.73vw;
	}

	.sec01_itemlist {
    grid-template-columns: repeat(2, 1fr);
  }
.sec01_list_txt01 {
		font-size: 3vw;
		text-align: center;
        justify-content: center;
        height: auto;
		line-height: 1.2;
		margin-top: 8px;
}





	

	/* sec02 */
	#thirtyone .sec02 {
		padding: 0 0 15%;
		background: url(../img/s_bg_sec02.png) repeat-y bottom / 100%;
	}

	#thirtyone .sec02 .contents_wrap {
		width: 95%;
	}

	#thirtyone .sec02 .h2_ttl {
		width: 70%;
	}

	#thirtyone .slider_flex_wrap {
		width: 100%;
	}

	#thirtyone .slider_flex_wrap._2column {
		flex-direction: column;
		padding-left: 2%;
	}

	#thirtyone .slider_flex_wrap._3column {
		padding-left: 2%;
	}

	#thirtyone .slider_flex_wrap._2column .slider_box {
		width: 70%;
		margin: 0 auto 10%;
	}

	#thirtyone .slider_flex_wrap._3column .slider_box {
		width: 45%;
		margin-bottom: 10%;
	}

	#thirtyone ._2column .slider_wrap {
		padding: 13%;
	}

	#thirtyone ._3column .slider_wrap {
		padding: 5%;
	}

	#thirtyone ._2column .sec03_product {
		font-size: 5vw;
	}

	#thirtyone ._3column .sec03_product {
		font-size: 5vw;
	}

	#thirtyone ._3column .sec03_product p {
		font-size: 3vw;
		line-height: 1.5;
		font-weight: var(--_bold);
	}

	#thirtyone ._2column .sec03_product p span {
		font-size: 7vw;
	}

	#thirtyone ._3column .sec03_product p span {
		font-size: 5vw;
	}


#thirtyone ._btn01._fantasy a {
    font-size: 4vw;
}
#thirtyone ._btn01._royal a {
    font-size: 4vw;
}
.anc01_sugo {
    width: 85%;
}





	/* sec03 */
	#thirtyone .sec03 .h2_ttl {
		width: 80%;
		max-width: none;
	}

	#thirtyone .sec03 .contents_wrap {
		max-width: none;
	}

	#thirtyone .sec03_bnr {
		width: 100%;
		margin-bottom: 20px;
	}

	#thirtyone .sec03_txtTtl {
		font-size: 6.5vw;
	}





	/* sec04 */
	#thirtyone .sec04 .contents_wrap {
    width: 100%;
}
#thirtyone .dots_wrap {
    width: 100%;
}

.sec04_bnr_box{
	flex-direction: column;
	width: 90%;
	gap: 20px;
	margin-top: 5%;
}

}






/* @media (min-width: 768px) and (max-width: 980px) {
	#thirtyone .anc ul li {
		width: 25%;
		text-align: center;
	}

	#thirtyone .anc ul {
		gap: 14%;
		justify-content: center;
	}

} */

/* @media (min-width: 768px) {
	#thirtyone .anc ul li {
		width: 25%;
		text-align: center;
	}

	#thirtyone .anc ul {
		gap: 14%;
		justify-content: center;
	}

} */