@charset "utf-8";

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

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}
img[src*=".svg"] {
	width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font: inherit;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* --------------------------------------------------------
	フォントと背景
-------------------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
	color: #000;
	font-size: 1.6em;
	font-weight: 500;
	background: #fff;
	letter-spacing: .05em;
	line-height: 1.75;
}

/* フォント */
.ff_yakuHan { font-family: YakuHanMP, sans-serif; }
.ff_shippori-mincho {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}
.bold { font-weight: 700; }
.heavy { font-weight: 900; }
.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

/* 文字色 */
/* 文字サイズ */
@media screen and (max-width: 768px) {
}
/* マーカー */
/* 背景 */
@media screen and (max-width: 768px) {
	body { font-size: min(3.7333vw, 1.4em); }
}


/* --------------------------------------------------------
	リンク
-------------------------------------------------------- */
a {
	color: inherit;
	transition: .5s;
}
a:hover { opacity: 0.5; }
::-moz-selection {
	color: #fff;
	background: #e73817;
}
::selection {
	color: #fff;
	background: #e73817;
}
/* テキストリンク
-------------------------------------------------------- */
a.underline { text-decoration: underline; }
a.underline:hover {
	text-decoration: none;
	opacity: 1;
}

/* アンカーリンク
-------------------------------------------------------- */
.anchor {
	margin-top: max(-9.6vw, -128px);
	padding-top: min(9.6vw, 128px);
}
@media screen and (max-width: 1024px) {
.anchor {
	margin-top: max(-13.3333vw, -50px);
	padding-top: min(13.3333vw, 50px);
}
}



/* --------------------------------------------------------
	共通
-------------------------------------------------------- */
.inner {
	max-width: 1200px;
	width: 94.6666%;
	margin: auto;
}
.inner.mw1200 {
	max-width: 1200px;
}
.inner.mw1400 {
	max-width: 1400px;
}
@media screen and (max-width: 768px) {
.inner.is-wide {
	width: 100%;
}
}

/* iframe */
.iframe { position: relative; }
.iframe.youtube { padding-top: 56.25%; }
.iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* flex */
.flex {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.nowrap { flex-wrap: nowrap; }
.fd_c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.fd_rr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.ai_fs {
	-webkit-box-align: start;
	align-items: flex-start;
}
.ai_fe {
	-webkit-box-align: end;
	align-items: flex-end;
}
.ai_c {
	-webkit-box-align: center;
	align-items: center;
}
.jc_fs {
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.jc_fe {
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.jc_c {
	-webkit-box-pack: center;
	justify-content: center;
}
.jc_sb {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.jc_sa {
	justify-content: space-around;
}
.order1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.order2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.overflow_hidden {
	overflow: hidden;
}
/* --------------------------------------------------------
	アニメーション
-------------------------------------------------------- */
.trigger {
	opacity: 0;
}
/* 下から上へ */
.animation.animation01 {
	animation: fadeup .8s ease forwards;
}
/* 左から右へ */
.animation.animation02 {
	animation: faderight .8s ease forwards;
}
/* 右から左へ */
.animation.animation03 {
	animation: fadeleft .8s ease forwards;
}

@keyframes fadeup{
	from {
		opacity: 0;
		transform: translateY(2em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes faderight{
	from {
		opacity: 0;
		transform: translateX(-2em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeleft{
	from {
		opacity: 0;
		transform: translateX(2em);
	}
	
	to {
		opacity: 1;
		transform: translateX(0);
	}
}


/* --------------------------------------------------------
	ボタン
-------------------------------------------------------- */
.c-btn01 {
	font-size: 1.8rem;
}
.c-btn01 > span {
	display: inline-block;
	padding: 0 0 0 40px;
	position: relative;
}
.c-btn01 > span::before {
	content: "";
	width: 32px;
	height: 32px;
	background: url("../../../img/lp/anniversary/arrow_r_bk.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.c-btn01:hover {
	color: #e73817;
	opacity: 1;
}
@media screen and (max-width: 768px) {
.c-btn01 {
	font-size: 1.6rem;
}
.c-btn01 > span::before {
	top: -2px;
}
}

/* --------------------------------------------------------
	見出し
-------------------------------------------------------- */
.sec-title {
	font-size: 3.6rem;
	font-weight: 700;
}
.sec-text {
	font-size: 1.8rem;
}
.sec-head {
	margin: 0 0 36px;
}
.sec-head.m-wh {
	color: #fff;
}
.sec-head .sec-text {
	margin: 1px 0 0;
}
@media screen and (max-width: 768px) {
.sec-title {
	font-size: min(6.1333vw, 2.3rem);
}
.sec-text {
	font-size: min(3.7333vw, 1.4rem);
	text-align: left;
}
.sec-head {
	margin: 0 0 min(7.2vw, 27px);
}
}

.c-title01 {
	color: #0a9a96;
	font-size: 3rem;
	font-weight: 700;
	border-bottom: solid min(.5333vw, 2px) #0a9a96;
	margin: 0 0 30px;
	padding: 0 0 min(.5333vw, 2px);
}
@media screen and (max-width: 768px) {
.c-title01 {
	font-size: min(5.3333vw, 2rem);
	margin: 0 0 min(6.1333vw, 23px);
}
}

/* --------------------------------------------------------
	PC SP切替
-------------------------------------------------------- */
.is-sp { display: none; }
@media screen and (max-width: 768px) {
	.is-pc { display: none; }
	.is-sp { display: block; }
}


/* --------------------------------------------------------
	ヘッダー
-------------------------------------------------------- */
header {
	height: 128px;
	background: #fff;
	display: -webkit-box;
	display: flex;
	padding: 0 50px 0 24px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}
.hdr-logo a {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.hdr-logo a > div {
	font-size: 0;
	max-width: 180px;
	width: 100%;
}
.hdr-logo__text {
	margin: 0 0 0 20px;
}
.hdr-menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: end;
	align-items: flex-end;
	flex: 1 1 auto;
}
.hdr-nav {
	margin: 15px 0 0;
}
.hdr-nav,
.hdr-nav > li {
	display: -webkit-box;
	display: flex;
}
.hdr-nav > li {
    -webkit-box-align: center;
    align-items: center;
}
.hdr-nav > li > a {
	color: #535353;
	font-size: 1.8rem;
	font-weight: 700;
}
.hdr-nav > li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: calc(100% - 10px);
	background: #959595;
	margin: 0 40px;
}
.hdr-links {
	max-width: 610px;
	width: 100%;
	display: -webkit-box;
	display: flex;
}
.hdr-link {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	width: 49%;
	height: 100%;
	border-radius: 0 0 25px 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	letter-spacing: 0;
	padding: 0 0 1px;
	position: relative;
}
.hdr-link::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}
.hdr-link__tel {
    background: #0a9a96;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.hdr-link__tel::before {
    width: 24px;
    height: 27px;
    background-image: url(../../../img/lp/anniversary/tel_wh.svg);
}
.hdr-link__tel-num {
	font-size: 2.2rem;
}
.hdr-link__tel-hours {
	font-size: 1.4rem;
	font-weight: 400;
	margin: -7px 0 0;
}
.hdr-link__sample {
	background: #e96b4b;
}
.hdr-link__sample::before {
	width: 26px;
    height: 19px;
    background-image: url(../../../img/lp/anniversary/mail_wh.svg);
}
@media screen and (min-width: 1025px) {
header {
	height: min(9.6vw, 128px);
	padding: 0 min(3.75vw, 50px) 0 min(1.8vw, 24px);
}
.hdr-logo a > div {
	max-width: min(13.5vw, 180px);
}
.hdr-logo__text {
	margin: 0 0 0 min(1.5vw, 20px);
}
.hdr-nav {
	margin: min(1.125vw, 15px) 0 0;
}
.hdr-nav > li > a {
	font-size: min(1.35vw, 1.8rem);
}
.hdr-nav > li:not(:last-child)::after {
	height: calc(100% - min(.75vw, 10px));
	margin: 0 min(3vw, 40px);
}
.hdr-links {
	max-width: min(45.7614vw, 610px);
}
.hdr-link {
	font-size: min(1.35vw, 1.8rem);
	padding: 0 0 min(.075vw, 1px);
}
.hdr-link::before {
    left: min(1.35vw, 18px);
}
.hdr-link__tel::before {
    width: min(1.8vw, 24px);
    height: min(2vw, 27px);
}
.hdr-link__tel-num {
	font-size: min(1.65vw, 2.2rem);
}
.hdr-link__tel-hours {
	font-size: min(1.05vw, 1.4rem);
	margin: max(-.5251vw, -7px) 0 0;
}
.hdr-link__sample::before {
	width: min(1.95vw, 26px);
    height: min(1.4253vw, 19px);
}
}
@media screen and (max-width: 1024px) {
header {
	height: min(13.3333vw, 50px);
	padding: 0 0 0 min(2.6666vw, 10px);
}
.hdr-logo a > div {
	max-width: min(20.8vw, 78px);
}
.hdr-logo__text {
	margin: 0 0 0 min(3.2vw, 12px);
}
.hdr-links,
.hdr-link {
	height: 100%;
}
.hdr-links {
	max-width: 100px;
}
.hdr-link {
	width: 50%;
	border-radius: 0;
	padding: 0;
}
.hdr-link::before {
	position: relative;
	top: 0;
	left: 0;
    transform: none;
}
.hdr-link__tel::before {
    width: min(5.0666vw, 19px);
    height: min(5.6vw, 21px);
}
.hdr-link__sample::before {
	width: min(5.6vw, 21px);
    height: min(4vw, 15px);
}
.hdr-link > div,
.hdr-nav {
	display: none;
}
}

/* --------------------------------------------------------
	フッター
-------------------------------------------------------- */
footer {
	padding: 0 0 16px;
}
.ftr-nav {
	margin: 0 0 37px;
}
.ftr-nav__list {
	font-size: 2rem;
	border-top: solid 1px #000;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 10px 0 0;
}
.ftr-nav__list > li:not(:last-child)::after {
	content: "｜";
	margin: 0 6px 0 0;
}
#copyright {
	font-size: 1.4rem;
	text-align: center;
	padding: 0 min(2.1333vw, 8px);
}
@media screen and (max-width: 768px) {
footer {
	padding: 0 0 min(3.2vw, 12px);
}
.ftr-nav {
	margin: 0 0 min(7.4666vw, 28px);
}
.ftr-nav__list {
	font-size: min(4vw, 1.5rem);
	flex-wrap: wrap;
	padding: min(2.6666vw, 10px) 0 0;
}
.ftr-nav__list > li:not(:last-child)::after {
	margin: 0 min(1.6rem, 6px) 0 0;
}
#copyright {
	font-size: min(3.2vw, 1.2rem);
}
}


/* --------------------------------------------------------
	キービジュアル
-------------------------------------------------------- */
#kv {
	background-image: url(../../../img/lp/anniversary/kv.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 2.75vw;
	padding-top: 45.9375%;
	position: relative;
}
.kv__text-area {
	color: #545454;
	width: 100%;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 3.75vw;
	left: 0;
}
.kv__title {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}
.kv__title-sub {
	font-size: 2.0625vw;
	margin: 0 0 1vw;
}
.kv__title-main {
	width: 36.125vw;
	display: block;
}
.kv__title-main img {
	width: 100%;
}
.kv__text {
	font-size: 1.625vw;
	margin: 1.75vw 0 0;
}
.kv__text .span01 {
	color: #bd911e;
}
.kv__text .span02 {
	color: #e96b4b;
}
.kv__text .span03 {
	color: #4eaea6;
}
.kv_benefit {
	width: 37.375vw;
	position: absolute;
	bottom: -2.75vw;
	left: 50%;
	transform: translateX(-50%);
}
.kv_benefit img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
#kv {
	background-image: url(../../../img/lp/anniversary/kv_sp.jpg);
	margin: 0 0 3.0666vw;
	padding-top: 167.6%;
}
.kv__text-area {
	top: 8.9333vw;
}
.kv__title-sub {
	font-size: 4.4vw;
	margin: 0 0 2.1333vw;
}
.kv__title-main {
	width: 73.2vw;
}
.kv__text {
	font-size: 4.5333vw;
	margin: 3.3333vw 0 0;
}
.kv_benefit {
	width: 79.7333vw;
	bottom: 1.0666vw;
}
}

/* --------------------------------------------------------
	シーン
-------------------------------------------------------- */
.kv-cta {
	padding: 40px 0 10px;
}
.kv-cta .cta__btn-tel {
    color: #fff;
	background: #0a9a96;
}
.kv-cta .cta__btn-tel::before {
    background-image: url(../../../img/lp/anniversary/tel_wh.svg);
}
@media screen and (max-width: 1024px) {
.kv-cta {
	padding: 0 0 10px;
}
}
@media screen and (max-width: 768px) {
.kv-cta {
	background: #fff2d1;
	border-top: dashed 1px #df9d20;
	border-bottom: dashed 1px #df9d20;
	padding: min(5.3333vw, 20px) 0;
}
}

/* --------------------------------------------------------
	シーン
-------------------------------------------------------- */
#scene {
	overflow: hidden;
	margin: 0 0 -21px;
	padding: 72px 0 121px;
	position: relative;
	z-index: 0;
}
#scene .inner {
	position: relative;
	z-index: 1;
}
.scene_bg {
	width: 115.6875%;
	position: absolute;
	top: 0;
	left: -10.3125%;
	z-index: 0;
}
#scene .feature__title .m-sub span {
    color: #4eaea6;
}
.scene__list {
	max-width: 890px;
	margin: auto;
}
.scene__list > li {
	width: 23%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 13.5px 1.5px rgba(43, 47, 57, 0.1);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 20px;
	margin-right: 2.6666%;
	padding: 16px 0 10px;
}
.scene__list-icon {
	width: 92px;
	height: 71px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.scene__list-icon img {
	width: 100%;
}
.scene__list > li:nth-child(1) .scene__list-icon img {
	max-width: 63px;
}
.scene__list > li:nth-child(2) .scene__list-icon img {
	max-width: 71px;
}
.scene__list > li:nth-child(3) .scene__list-icon img {
	max-width: 57px;
}
.scene__list > li:nth-child(4) .scene__list-icon img {
	max-width: 64px;
}
.scene__list > li:nth-child(5) .scene__list-icon img {
	max-width: 65px;
}
.scene__list > li:nth-child(6) .scene__list-icon img {
	max-width: 92px;
}
.scene__list > li:nth-child(7) .scene__list-icon img {
	max-width: 72px;
}
.scene__list > li:nth-child(8) .scene__list-icon img {
	max-width: 73px;
}
.scene__list-text {
	font-size: 1.8rem;
	margin: 10px 0 0;
}
@media screen and (min-width: 769px) {
.scene__list > li {
	padding: min(1.72vw, 16px) 0 min(1.0752vw, 10px);
}
.scene__list > li:nth-child(-n + 4) {
	margin-top: 0;
}
.scene__list > li:nth-child(4n) {
	margin-right: 0;
}
.scene__list-icon {
	width: min(9.8924vw, 92px);
	height: min(7.6344vw, 71px);
}
.scene__list > li:nth-child(1) .scene__list-icon img {
	max-width: min(6.7741vw, 63px);
}
.scene__list > li:nth-child(2) .scene__list-icon img {
	max-width: min(7.6344vw, 71px);
}
.scene__list > li:nth-child(3) .scene__list-icon img {
	max-width: min(6.129vw, 57px);
}
.scene__list > li:nth-child(4) .scene__list-icon img {
	max-width: min(6.8817vw, 64px);
}
.scene__list > li:nth-child(5) .scene__list-icon img {
	max-width: min(6.9892vw, 65px);
}
.scene__list > li:nth-child(6) .scene__list-icon img {
	max-width: min(9.8924vw, 92px);
}
.scene__list > li:nth-child(7) .scene__list-icon img {
	max-width: min(7.7419vw, 72px);
}
.scene__list > li:nth-child(8) .scene__list-icon img {
	max-width: min(7.8494vw, 73px);
}
.scene__list-text {
	font-size: min(1.9354vw, 1.8rem);
	margin: min(1.0752vw, 10px) 0 0;
}
}
@media screen and (max-width: 768px) {
#scene {
	margin: 0 0 max(-5.8666vw, -22px);
	padding: min(21.3333vw, 80px) 0 calc(min(24vw, 90px) + min(5.8666vw, 22px));
}
.scene_bg {
	width: 197.6%;
	top: min(9.3333vw, 35px);
	left: 50%;
	transform: translateX(-50%);
}
.scene__list > li {
	width: 32%;
	min-height: min(28vw, 105px);
	border-radius: 5px;
	margin-top: 12px;
	margin-right: 2%;
	padding: min(2.6666vw, 10px) 0;
}
.scene__list > li:nth-child(-n + 3) {
	margin-top: 0;
}
.scene__list > li:nth-child(3n) {
	margin-right: 0;
}
.scene__list-icon {
	width: min(13.6vw, 51px);
	height: min(10.6666vw, 40px);
}
.scene__list > li:nth-child(1) .scene__list-icon img {
	max-width: min(9.3333vw, 35px);
}
.scene__list > li:nth-child(2) .scene__list-icon img,
.scene__list > li:nth-child(7) .scene__list-icon img,
.scene__list > li:nth-child(8) .scene__list-icon img {
	max-width: min(10.6666vw, 40px);
}
.scene__list > li:nth-child(3) .scene__list-icon img {
	max-width: min(8.5333vw, 32px);
}
.scene__list > li:nth-child(4) .scene__list-icon img,
.scene__list > li:nth-child(5) .scene__list-icon img {
	max-width: min(9.6vw, 36px);
}
.scene__list > li:nth-child(6) .scene__list-icon img {
	max-width: min(13.6vw, 51px);
}
.scene__list-text {
	font-size: min(4vw, 1.5rem);
	line-height: 1.175;
	text-align: center;
	margin: min(2.6666vw, 10px) 0 0;
}
}

/* --------------------------------------------------------
	製作実績スライダー
-------------------------------------------------------- */
#works-slider {
	overflow: hidden;
	margin: 0 0 72px;
	position: relative;
	z-index: 1;
}
.works-slider__mask {
	width: 100%;
    height: 21px;
    background-image: url(../../../img/lp/anniversary/works_pattern.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 21px;
    margin: 0 0 -1px;
	position: relative;
	z-index: 1;
}
.works-slider__mask02 {
	transform: scale(1, -1);
	margin: -1px 0 0;
}
.works-slider__body {
	background: #f1f3de;
	padding: 72px 0;
	position: relative;
	z-index: 0;
}
.works-slider__body,
.works-slider__list {
    width: max-content;
    display: -webkit-box;
    display: flex;
}
.works-slider__list,
.works-slider__list li:not(:last-child) {
	margin-right: 30px;
}
.works-slider__list {
    animation: infinite-scroll 50s linear infinite;
}
.works-slider__list li {
	width: 260px;
}
.works-slider__list .works-case__list-img {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.works-slider__list .works-case__list-img::before {
	content: "";
	width: min(4.8vw, 18px);
	height: min(4.8vw, 18px);
	background: url(../../../img/lp/anniversary/icon_zoom_gy.svg);
	position: absolute;
	right: min(2.1333vw, 8px);
	bottom: min(1.3333vw, 5px);
}
@keyframes infinite-scroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 768px) {
#works-slider {
	margin: 0 0 min(14.4vw, 54px);
}
.works-slider__mask {
    height: min(5.8666vw, 22px);
    background-image: url(../../../img/lp/anniversary/works_pattern_sp.svg);
	background-size: auto min(5.8666vw, 22px);
}
.works-slider__body {
	padding: min(10.6666vw, 40px) 0;
}
.works-slider__list,
.works-slider__list li:not(:last-child) {
	margin-right: min(5.8666vw, 22px);
}
.works-slider__list li {
	width: min(69.3333vw, 260px);
}
.works-slider__list .works-case__list-img {
	border-radius: 10px;
}
}


#feature .anchor {
	margin-top: max(-17.2543vw, -230px);
	padding-top: min(17.2543vw, 230px);
}
@media screen and (max-width: 1024px) {
#feature .anchor {
	margin-top: max(-33.7333vw, -126.5px);
	padding-top: min(33.7333vw, 126.5px);
}
}

.feature__title {
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	margin: 0 0 64px;
}
.feature__title .m-sub {
	font-size: 3rem;
	display: inline-block;
}
.feature__title .m-sub::before {
	content: "\FF3C";
}
.feature__title .m-sub::after {
	content: "\FF0F";
}
.feature__title .m-sub span {
	color: #e96b4b;
	font-size: 4rem;
}
.feature__title .m-main {
	font-size: 5rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin: -10px 0 0;
}
.feature__title .m-main__deco {
	font-size: 0;
	max-width: 605px;
	width: 100%;
	margin: -10px 0 0;
}
@media screen and (max-width: 768px) {
.feature__title {
	margin: 0 0 min(8.5333vw, 32px);
}
.feature__title .m-sub {
	font-size: min(4.8vw, 1.8rem);
	line-height: 1.4;
	text-align: center;
	padding: 0 min(5.3333vw, 20px);
	position: relative;
}
.feature__title .m-sub::before,
.feature__title .m-sub::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.feature__title .m-sub::before {
	left: 0;
}
.feature__title .m-sub::after {
	right: 0;
}
.feature__title .m-sub span {
	font-size: min(6.4vw, 2.4rem);
}
.feature__title .m-main {
	font-size: min(7.4666vw, 2.8rem);
	margin: max(-1.0666vw, -4px) 0 0;
}
.feature__title .m-main__deco {
	max-width: min(80.6666vw, 605px);
	margin: max(-1.0666vw, -4px) 0 0;
}
}



.feature-nav {
	padding: 0 0 150px;
}
.feature-nav .inner {
	max-width: 1235px;
}
.feature-nav__list > li {
	width: 32%;
}
.feature-nav__list > li > a {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.feature-nav__list-num {
	max-width: 118px;
	margin-inline: auto;
	margin-bottom: -70px;
	z-index: 1;
}
.feature-nav__list-content {
	color: #fff;
	font-size: 2rem;
	background: #6ec5be;
	border-radius: 20px;
	box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: center;
	padding: 75px 16px 40px;
	z-index: 0;
}
.feature-nav__list-item02 .feature-nav__list-content {
	background: #f08b6a;
}
.feature-nav__list-item03 .feature-nav__list-content {
	background: #e9b736;
}
.feature-nav__list-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 20px;
}
.feature-nav__list-text {
	margin: 22px 0 0;
}
.feature-nav__list-arrow {
	text-align: center;
}
.feature-nav__list-arrow img {
	max-width: 99px;
	width: 100%;
}
@media screen and (min-width: 769px) {
.feature-nav__list > li {
	margin-right: 2%;
}
.feature-nav__list > li:nth-child(3n) {
	margin-right: 0;
}
.feature-nav__list-num {
	max-width: min(8.8522vw, 118px);
	margin-bottom: max(-5.2513vw, -70px);
}
.feature-nav__list-content {
	font-size: min(1.5vw, 2rem);
	padding: min(5.6264vw, 75px) min(1.2vw, 16px) min(3vw, 40px);
}
.feature-nav__list-title {
	font-size: min(1.8vw, 2.4rem);
	margin: 0 0 min(1.5vw, 20px);
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
.feature-nav__list-img {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.feature-nav__list-text {
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}
.feature-nav__list-arrow img {
	max-width: min(7.4268vw, 99px);
}
}
@media screen and (max-width: 768px) {
.feature-nav {
	padding: 0 0 min(29.8666vw, 112px);
}
.feature-nav__list > li {
	width: 100%;
	margin-top: min(2.6666vw, 10px);
}
.feature-nav__list > li:nth-child(1) {
	margin-top: 0;
}
.feature-nav__list-num {
	max-width: min(15.7333vw, 59px);
	margin-inline: inherit;
	margin-left: min(2.6666vw, 10px);
	margin-bottom: max(-10.4vw, -39px);
}
.feature-nav__list-img {
	text-align: center;
}
.feature-nav__list-img img {
	max-width: min(96vw, 360px);
	width: 100%;
	margin: 0 0 min(2.6666vw, 10px);
}
.feature-nav__list-content {
	font-size: min(2.6666vw, 1rem);
	border-radius: 10px;
	padding: min(4.2666vw, 16px);
}
.feature-nav__list-title {
	font-size: min(3.7333vw, 1.4rem);
	margin: 0 0 min(3.7333vw, 14px);
}
.feature-nav__list-text {
	font-size: min(3.2vw, 1.2rem);
	margin: 0;
}
.feature-nav__list-arrow {
	display: none;
}
}

.feature__head-pattern {
	width: 100%;
	height: 21px;
	background-image: url(../../../img/lp/anniversary/feature_pattern01.svg);
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto 21px;
	margin: 0 0 -1px;
}
@media screen and (max-width: 768px) {
.feature__head-pattern {
	height: min(5.8666vw, 22px);
	background-image: url(../../../img/lp/anniversary/feature_pattern01_sp.svg);
	background-size: auto min(5.8666vw, 22px);
	margin: 0 0 max(-.1333vw, -1px);
}
}

.feature__head-body {
	text-align: center;
	padding: 0 0 30px;
}
.feature__head-icon {
	max-width: 200px;
	margin-inline: auto;
	margin-bottom: -88px;
	position: relative;
	top: -102px;
}
.feature__head-icon > div {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.feature__head-icon__num {
	margin-top: -8px;
}
.feature__head-icon__text {
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.4444;
	margin: 6px 0 0;
}
.feature__head-title,
.feature__head-text {
	color: #fff;
}
.feature__head-title {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.458;
}
.feature__head-title span {
	color: #fff222;
}
.feature__head-title sup {
	font-size: 2.4rem;
	vertical-align: super;
}
.feature__head-text {
	font-size: 3rem;
	margin: 6px 0 0;
}
.feature-about {
	padding: 80px 0 144px;
}
.feature-about__head {
	text-align: center;
	margin: 0 0 40px;
}
.feature-about__head-title {
	font-size: 3rem;
	font-weight: 700;
}
.feature-about__head-text {
	margin: 16px 0 0;
}
@media screen and (max-width: 768px) {
.feature-about {
	padding: 60px 0 108px;
}
.feature-about__head {
	margin: 0 0 min(8vw, 30px);
}
.feature-about__head-title {
	font-size: min(5.3333vw, 2rem);
}
.feature-about__head-text {
	text-align: left;
	margin: min(3.2vw, 12px) 0 0;
}
}
.feature-flow {
	padding: 65px 0 168px;
}
.feature-flow__title {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 37px;
}
.feature-flow__note {
	color: #707070;
	font-size: 1.4rem;
	text-align: center;
	margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
.feature-flow {
	padding: min(12.8vw, 48px) 0 min(33.6vw, 126px);
}
.feature-flow__title {
	font-size: min(6.1333vw, 2.3rem);
	margin: 0 0 min(7.2vw, 27px);
}
.feature-flow__note {
	font-size: min(3.2vw, 1.2rem);
	margin: min(8vw, 30px) 0 0;
}
}

.feature01 .feature__head-body {
    background: #6ec5be;
}
.feature01 .feature__head-icon__num {
	max-width: 54px;
}
.feature01 .feature__head-icon__text {
	color: #6ec5be;
}
@media screen and (max-width: 768px) {
.feature01 .feature__head-icon__num {
	max-width: min(10.6666vw, 40px);
}
}

.feature01-sec01 {
	background: #dbf1ef;
	padding: 135px 0 72px;
}
.feature01-sec01__list > li {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.feature01-sec01__list > li:not(:last-child) {
	margin: 0 0 90px;
}
.feature01-sec01__list > li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.feature01-sec01__img {
	width: 54%;
}
.feature01-sec01__img > div {
	border-radius: 100px;
	overflow: hidden;
}
.feature01-sec01__text-area {
	width: 43%;
}
.feature01-sec01__label span {
	color: #14b5b1;
	font-size: 2.4rem;
	font-weight: 700;
	background: #fff;
	border-radius: 100px;
	display: inline-block;
	margin: 0 0 10px;
	padding: 7px 36px;
}
.feature01-sec01__title {
	color: #14b5b1;
	font-size: 4.8rem;
	font-weight: 700;
}
.feature01-sec01__text {
	font-size: 1.8rem;
	margin: 16px 0 0;
}
.feature01-sec01__btn {
	margin: 40px 0 0;
}
.feature01-sec01__btn > a {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	max-width: 500px;
	width: 100%;
	background: #14b5b1;
	border: solid 2px #fff;
	border-radius: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 20px 10px;
	position: relative;
}
.feature01-sec01__btn > a::after {
	content: "";
	width: 35px;
	height: 13px;
	background: url(../../../img/lp/anniversary/arrow_wh.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
.feature01-sec01__label span {
	font-size: min(1.6216vw, 2.4rem);
	margin: 0 0 min(.6756vw, 10px);
	padding: min(.4729vw, 7px) min(2.4324vw, 36px);
}
.feature01-sec01__title {
	font-size: min(3.2432vw, 4.8rem);
}
.feature01-sec01__text {
	font-size: min(1.2162vw, 1.8rem);
	margin: min(1.081vw, 16px) 0 0;
}
.feature01-sec01__btn {
	margin: min(2.7vw, 40px) 0 0;
}
.feature01-sec01__btn > a {
	font-size: min(1.6891vw, 2.5rem);
	max-width: min(33.7837vw, 500px);
	padding: min(1.3513vw, 20px) min(.6756vw, 10px);
}
.feature01-sec01__btn > a::after {
	width: min(2.3648vw, 35px);
	height: min(.8783vw, 13px);
	right: min(1.0135vw, 15px);
}
}
@media screen and (max-width: 1024px) {
.feature01-sec01__img,
.feature01-sec01__text-area {
	width: 100%;
}
.feature01-sec01__img {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 0 min(10.6666vw, 40px);
}
.feature01-sec01__img > div {
	max-width: 750px;
}
.feature01-sec01__btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}
}
@media screen and (max-width: 768px) {
.feature01-sec01 {
	padding: min(26.6666vw, 100px) 0 min(14.4vw, 54px);
}
.feature01-sec01__list > li:not(:last-child) {
	margin: 0 0 min(18.1333vw, 68px);
}
.feature01-sec01__label span {
	font-size: min(4.5333vw, 1.7rem);
	margin: 0 0 min(2.6666vw, 10px);
	padding: min(1.3333vw, 5px) min(7.2vw, 27px);
}
.feature01-sec01__title {
	font-size: min(7.7333vw, 2.9rem);
}
.feature01-sec01__text {
	font-size: min(3.7333vw, 1.4rem);
	margin: min(3.2vw, 12px) 0 0;
}
.feature01-sec01__btn {
	margin: min(8vw, 30px) 0 0;
}
.feature01-sec01__btn > a {
	font-size: min(4.5333vw, 1.7rem);
	max-width: min(100vw, 375px);
	padding: min(4vw, 15px) min(2.6666vw, 10px);
}
.feature01-sec01__btn > a::after {
	width: min(6.9333vw, 26px);
	height: min(2.6666vw, 10px);
	right: min(2.9333vw, 11px);
}
}

.feature01-sec02 {
	padding: 100px 0 40px;
}
.feature01-sec02__list > li:not(:last-child) {
	margin: 0 0 20px;
}
.feature01-sec02__title {
	color: #0a9a96;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 10px;
}
.feature01-sec02__list-head {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    background: #6ec5be;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 8px;
}
.feature01-sec02__list-body {
    background: #fff;
    border: dashed 1px #6ec5be;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 30px;
}
.ageochiImg__list-img,
.ageochiImg__list-img img {
	position: relative;
}
.ageochiImg__list-label {
	color: #c30d23;
	font-size: 2.2rem;
	font-weight: 700;
	background: #ffc8c2;
	line-height: 1;
	padding: 10px 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.ageochiImg__list-img img {
	z-index: 0;
}
.feature01-sec02__list-title {
	color: #0a9a96;
    font-size: 2.4rem;
    font-weight: 700;
	margin: 20px 0 0;
}
.feature01-sec02__list-text {
	margin: 6px 0 0;
}
.feature01-sec02__list-note {
	margin: 10px 0 0;
}
.feature01-sec02__list-note > ul > li {
	color: #e4007f;
	font-size: 1.4rem;
	padding: 0 0 0 16px;
	position: relative;
}
.feature01-sec02__list-note > ul > li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 769px) {
.swiper.ageochiImg__list .swiper-wrapper {
	display: -webkit-box;
	display: flex;
}
.swiper.ageochiImg__list .swiper-slide {
	width: 32.5%;
	margin-right: 1.25%;
}
.swiper.ageochiImg__list .swiper-slide:last-child {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.feature01-sec02 {
	padding: min(20vw, 75px) 0 min(8vw, 30px);
}
.feature01-sec02__list > li:not(:last-child) {
	margin: 0 0 min(4vw, 15px);
}
.feature01-sec02__title {
	font-size: min(5.3333vw, 2rem);
	margin: 0 0 min(2.6666vw, 10px);
}
.feature01-sec02__list-head {
    font-size: min(4.5333vw, 1.7rem);
    border-radius: 10px 10px 0 0;
    padding: min(2.1333vw, 8px);
}
.feature01-sec02__list-body {
    border-radius: 0 0 10px 10px;
    padding: min(5.8666vw, 22px) min(2.6666vw, 10px);
}
.ageochiImg__list-label {
	font-size: min(4.2666vw, 1.6rem);
	padding: min(2.6666vw, 10px) 16px;
}
.swiper.ageochiImg__list .swiper-pagination {
	font-size: 0;
	margin: min(2.6666vw, 10px) 0 0;
	position: static;
}
.swiper.ageochiImg__list .swiper-pagination-bullet {
	width: min(3.2vw, 12px);
	height: min(3.2vw, 12px);
	background: #dbf1ef;
	opacity: 1;
}
.swiper.ageochiImg__list .swiper-pagination-bullet-active {
	background: #14b5b1;
}
.feature01-sec02__list-title {
    font-size: min(4.5333vw, 1.7rem);
	margin: min(4vw, 15px) 0 0;
}
.feature01-sec02__list-text {
	margin: min(1.6vw, 6px) 0 0;
}
.feature01-sec02__list-note {
	margin: min(2.6666vw, 10px) 0 0;
}
.feature01-sec02__list-note > ul > li {
	font-size: min(3.2vw, 1.2rem);
	padding: 0 0 0 min(3.7333vw, 14px);
}
}

.feature01-sec03 {
	background: #dbf1ef;
	padding: 58px 0 80px;
}
.feature01-sec03__head {
	margin: 0 0 10px;
}
.feature01-sec03__title {
	color: #0a9a96;
    font-size: 3.6rem;
    font-weight: 700;
}
.feature01-sec03__text {
	font-size: 2rem;
	font-weight: 700;
	margin: 6px 0 0;
}
.feature01-sec03__body {
	background: #fff;
	border: dashed 1px #6ec5be;
	border-radius: 20px;
	padding: 40px 30px;
}
@media screen and (max-width: 768px) {
.feature01-sec03 {
	padding: min(10.6666vw, 40px) 0 min(16vw, 60px);
}
.feature01-sec03__head {
	margin: 0 0 min(2.6666vw, 10px);
}
.feature01-sec03__title {
    font-size: min(5.3333vw, 2rem);
}
.feature01-sec03__text {
	font-size: min(3.7333vw, 1.4rem);
	margin: min(1.6vw, 6px) 0 0;
}
.feature01-sec03__body {
	border-radius: 10px;
	padding: min(8vw, 30px) min(4vw, 15px);
}
}

.feature01-sec03__group01 {
	margin: 0 0 72px;
}
.feature01-sec03__group01 .feature01-sec03__head {
	margin: 0 0 22px;
}
.feature01-sec03__group01 .feature01-sec03__body {
	display: -webkit-box;
	display: flex;
}
.feature01-sec03__body-left {
	width: 58%;
	display: -webkit-box;
	display: flex;
}
.feature01-sec03__body-left::after {
	content: "";
	width: 2px;
	height: 100%;
	background-image: url(../../../img/lp/anniversary/border_pattern01.gif);
	background-repeat: repeat-y;
	background-size: 2px auto;
	display: block;
	margin: 0 24px 0 38px;
}
.color__img01 { flex: 1 1 auto; }
.feature01-sec03__body-right {
	width: 42%;
}
.color__title {
	font-weight: 700;
	padding: 0 0 0 32px;
	position: relative;
}
.color__title::before {
	content: "";
	width: 23px;
	height: 23px;
	background: url(../../../img/lp/anniversary/check_mi.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 3px;
	left: 0;
}
.color__img02 {
	max-width: 338px;
	margin: 16px 0 0;
}
.color__note {
	color: #7d7d7d;
	font-size: 1.4rem;
	margin: 37px 0 0;
}
@media screen and (max-width: 768px) {
.feature01-sec03__group01 {
	margin: 0 0 min(14.4vw, 54px);
}
.feature01-sec03__group01 .feature01-sec03__head {
	margin: 0 0 min(4.2666vw, 16px);
}
.feature01-sec03__group01 .feature01-sec03__body,
.feature01-sec03__body-left {
	display: block;
}
.feature01-sec03__body-left,
.feature01-sec03__body-right {
	width: 100%;
}
.feature01-sec03__body-left::after {
	width: 100%;
	height: 1px;
	background-image: url(../../../img/lp/anniversary/border_pattern02.gif);
	background-repeat: repeat-x;
	background-size: auto 1px;
	margin: min(8vw, 30px) 0;
}
.color__img01 img {
	max-width: 695px;
	width: 100%;
}
.color__title {
	padding: 0 0 0 min(6.4vw, 24px);
}
.color__title::before {
	width: min(4.5333vw, 17px);
	height: min(4.5333vw, 17px);
	top: min(1.0666vw, 4px);
}
.color__img02 {
	max-width: min(90.1333vw, 338px);
	margin: 16px 0 0;
}
.color__note {
	font-size: min(3.2vw, 1.2rem);
	margin: min(6.4vw, 24px) 0 0;
}
}


.feature01-sec03__body-upper::after {
	content: "";
	width: 100%;
	height: 2px;
	background-image: url(../../../img/lp/anniversary/border_pattern02.gif);
	background-repeat: repeat-x;
	background-size: auto 2px;
	display: block;
	margin: 24px 0;
}
.size-upper__list {
	max-width: 1060px;
	margin: auto;
}
.size-upper__list > li {
	width: 15.5%;
	text-align: center;
	margin-right: 1.4%;
}
.size-upper__list-img {
	margin: 0 0 10px;
}
.size-upper__list-text {
	color: #b3b3b3;
	margin: -8px 0 0;
}
.size-upper__link {
	text-align: center;
	margin: 14px 0 0;
}
.size-upper__link a {
	color: #0a9a96;
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.size-upper__link a:hover {
	opacity: 1;
	text-decoration-color: transparent;
}
@media screen and (min-width: 769px) {
.size-upper__list > li {
	font-size: min(1.5625vw, 1.6rem);
}
.size-upper__list > li:nth-child(1) {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}
.size-upper__list > li:nth-child(2) {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}
.size-upper__list > li:nth-child(3) {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}
.size-upper__list > li:nth-child(4) {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.size-upper__list > li:nth-child(5) {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.size-upper__list > li:nth-child(6) {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}
.size-upper__list > li:nth-child(3) {
	margin-right: 0;
}
.size-upper__list-img {
	margin: 0 0 min(.9765vw, 10px);
}
.size-upper__list-text {
	margin: max(-.78125vw, -8px) 0 0;
}
}
@media screen and (max-width: 768px) {
.feature01-sec03__body-upper::after {
	height: 1px;
	background-size: auto 1px;
	margin: min(8vw, 30px) 0;
}
.size-upper__list > li {
	width: 32.4%;
	margin-top: 12px;
}
.size-upper__list > li:nth-child(-n + 3) {
	margin-top: 0;
}
.size-upper__list > li:nth-child(3n) {
	margin-right: 0;
}
.size-upper__list-img {
	margin: 0 0 min(2.6666vw, 10px);
}
.size-upper__list-text {
	margin: max(-1.6vw, -6px) 0 0;
}
.size-upper__link {
	margin: min(2.6666vw, 10px) 0 0;
}
}

.size-btm__img {
	width: 50%;
}
.size-btm__text-area {
	width: 48%;
}
.size-btm__title {
	color: #0a9a96;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 16px;
}
.size-btm__note {
	margin: 18px 0 0;
}
.size-btm__note > li {
	color: #707070;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 0 0 0 14px;
	position: relative;
}
.size-btm__note > li:not(:last-child) {
	margin: 0 0 12px;
}
.size-btm__note > li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
.size-btm__img,
.size-btm__text-area {
	width: 100%;
}
.size-btm__img {
	text-align: center;
	margin: 0 0 min(6.4vw, 24px);
}
.size-btm__img img {
	max-width: min(111.4666vw, 418px);
	width: 100%;
}
.size-btm__title {
	font-size: min(4.5333vw, 1.7rem);
	margin: 0 0 min(3.2vw, 12px);
}
.size-btm__note {
	margin: min(3.7333vw, 14px) 0 0;
}
.size-btm__note > li {
	font-size: min(3.2vw, 1.2rem);
	padding: 0 0 0 min(3.2vw, 12px);
}
.size-btm__note > li:not(:last-child) {
	margin: 0 0 min(2.6666vw, 10px);
}
}



.feature01-sec04 {
	padding: 86px 0 164px;
}
.design__content {
	border-radius: 20px;
	padding: 30px;
}
.design__content-in {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.design__group {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.design__title {
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 16px;
}
.design__content.m-upper {
	background: #e96b4b;
	position: relative;
}
.design__content.m-upper::after {
	content: "";
	width: 78px;
	height: 106px;
	background: url(../../../img/lp/anniversary/arrow_yl.svg) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -58px;
	left: 50%;
	transform: translateX(-50%);
}
.design__content.m-upper .design__title {
	color: #e96b4b;
}
.design__content.m-upper .design__group.m-left {
	width: 62%;
}
.design__content.m-upper .design__group.m-right {
	width: 37%;
}
.design__info {
	display: -webkit-box;
	display: flex;
	letter-spacing: 0;
	margin: 20px 0 0 10px;
}
.design__info > div {
	position: relative;
}
.design__info > div::before {
	content: "";
	width: 16px;
	height: 52px;
	background-image: url(../../../img/lp/anniversary/design_arrow01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -42px;
	left: 0;
}
.design__info > div:not(:nth-child(1))::before {
	left: 50%;
	transform: translateX(-50%);
}
.design__info dt {
	font-weight: 700;
}
.design__info dd {
	font-size: 1rem;
}
.design__info > div:nth-child(1) {
	margin: 0 30px 0 0;
}
.design__info > div:nth-child(1) dt {
	color: #820028;
}
.design__info > div:nth-child(2) {
	margin: 0 16px 0 0;
}
.design__info > div:nth-child(2) dt {
	color: #90a1b2;
}
.design__info > div:nth-child(2)::before {
	background-image: url(../../../img/lp/anniversary/design_arrow02.svg);
}
.design__info > div:nth-child(3) dt {
	color: #5f698c;
}
.design__info > div:nth-child(3)::before {
	height: 69px;
	background-image: url(../../../img/lp/anniversary/design_arrow03.svg);
	top: -56px;
}
.design__color {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin: -64px 0 0;
}
.design__color > li {
	max-width: 67px;
	width: 100%;
	text-align: center;
}
.design__color > li:not(:last-child) {
	margin: 0 6px 0 0;
}
.design__color-text {
	font-size: 1.1rem;
	font-weight: 700;
}
.design__color > li:nth-child(1) .design__color-text {
	color: #820028;
}
.design__color > li:nth-child(2) .design__color-text {
	color: #c8a03c;
}
.design__color > li:nth-child(3) .design__color-text {
	color: #5f698c;
}
.design-base__title,
.design-hem__list {
	font-size: 1.8rem;
	font-weight: 700;
}
.design-base__title,
.design-hem__list > dt {
	margin: 0 0 2px;
	padding: 0 0 0 32px;
	position: relative;
	z-index: 1;
}
.design-base__title::before,
.design-hem__list > dt::before {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../../../img/lp/anniversary/check_or.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
}
.design-hem {
	margin: 24px 0 0;
}
.design-base__text span,
.design-hem__text span {
	color: #e96b4b;
	font-weight: 700;
}
.design-hem__text {
	margin: 16px 0 0;
}
.design-hem__list > dd {
	margin: 0 0 0 11px;
	padding: 0 0 0 34px;
	position: relative;
	z-index: 0;
}
.design-hem__list > dd::before,
.design-hem__list > dd::after {
	content: "";
	background: #e96b4b;
	position: absolute;
	left: 0;
}
.design-hem__list > dd::before {
	width: 32px;
	height: 1px;
	top: 50%;
}
.design-hem__list > dd::after {
	width: 1px;
	height: 100%;
	bottom: 15px;
}
.design__content.m-btm {
	background: #e9b736;
	margin: 58px 0 0;
}
.design__content.m-btm .design__group {
	width: 49.5%;
}
.design__content.m-btm .design__title {
    color: #e9b736;
}
@media screen and (min-width: 769px) {
.design__content,
.design__group {
	padding: min(2.3622vw, 30px);
}
.design__title {
	font-size: min(1.8897vw, 2.4rem);
	margin: 0 0 min(1.2598vw, 16px);
}
.design__content.m-upper {
	font-size: min(1.2598vw, 1.6rem);
}
.design__content.m-upper::after {
	width: min(6.1417vw, 78px);
	height: min(8.3464vw, 106px);
	bottom: max(-4.8818vw, -62px);
}
.design__info {
	margin: min(1.5748vw, 20px) 0 0 min(.7874vw, 10px);
}
.design__info > div::before {
	width: min(1.2598vw, 16px);
	height: min(4vw, 52px);
	top: max(-3.3vw, -42px);
}
.design__info dd {
	font-size: min(.7874vw, 1rem);
}
.design__info > div:nth-child(1) {
	margin: 0 min(2.3622vw, 30px) 0 0;
}
.design__info > div:nth-child(2) {
	margin: 0 min(1.2598vw, 16px) 0 0;
}
.design__info > div:nth-child(3)::before {
	height: min(5.433vw, 69px);
	top: max(-4.4vw, -56px);
}
.design__color {
	margin: max(-5.0393vw, -64px) 0 0;
}
.design__color > li {
	max-width: min(5.2755vw, 67px);
}
.design__color > li:not(:last-child) {
	margin: 0 min(.4724vw, 6px) 0 0;
}
.design__color-text {
	font-size: min(.8661vw, 1.1rem);
}
.design-base__title,
.design-hem__list {
	font-size: min(1.4173vw, 1.8rem);
}
.design-base__title,
.design-hem__list > dt {
	margin: 0 0 min(.1574vw, 2px);
	padding: 0 0 0 min(2.5196vw, 32px);
}
.design-base__title::before,
.design-hem__list > dt::before {
    width: min(1.811vw, 23px);
    height:  min(1.811vw, 23px);
    top: min(.3149vw, 4px);
}
.design-hem {
	margin: min(1.8897vw, 24px) 0 0;
}
.design-hem__text {
	margin: min(1.2598vw, 16px) 0 0;
}
.design-hem__list > dd {
	margin: 0 0 0 min(.8661vw, 11px);
	padding: 0 0 0 min(2.6771vw, 34px);
}
.design-hem__list > dd::before {
	width: min(2.5196vw, 32px);
}
.design-hem__list > dd::after {
	bottom: min(1.1811vw, 15px);
}
.design__content.m-btm {
	margin: min(4.5669vw, 58px) 0 0;
}
}
@media screen and (max-width: 768px) {
.feature01-sec04 {
	padding: min(17.0666vw, 64px) 0 min(32.8vw, 123px);
}
.design__content {
	border-radius: 10px;
	padding: 4vw;
}
.design__group {
	border-radius: 5px;
	padding: 4vw;
}
.design__title {
	font-size: min(4.5333vw, 1.7rem);
	margin: 0 0 min(3.2vw, 12px);
}
.design__content.m-upper::after {
	width: 10.4vw;
	height: 14.1333vw;
	bottom: -8.5vw;
}
.design__content.m-upper .design__group.m-left,
.design__content.m-upper .design__group.m-right {
	width: 100%;
}
.design__content.m-upper .design__group.m-right {
	margin: 1.3333vw 0 0;
}
.design__info {
	font-size: 2.1333vw;
	margin: 3vw 0 0 1.3333vw;
}
.design__info > div::before {
	width: 2.1333vw;
	height: 6.9333vw;
	top: -5.6vw;
}
.design__info dd {
	font-size: 1.3333vw;
}
.design__info > div:nth-child(1) {
	margin: 0 2vw 0 0;
}
.design__info > div:nth-child(2) {
	margin: 0 2.1333vw 0 0;
}
.design__info > div:nth-child(3)::before {
	height: 9.2vw;
	top: -7.4666vw;
}
.design__color {
	-webkit-box-pack: center;
	justify-content: center;
	margin: 2.6666vw 0 0;
}
.design__color > li {
	max-width: 8.5333vw;
}
.design__color > li:not(:last-child) {
	margin: 0 .8vw 0 0;
}
.design__color-text {
	font-size: 1.4666vw;
}
.design-base__title,
.design-hem__list {
	font-size: min(3.7333vw, 1.4rem);
}
.design-base__title,
.design-hem__list > dt {
	margin: 0 0 2px;
	padding: 0 0 0 min(6.4vw, 24px);
}
.design-base__title::before,
.design-hem__list > dt::before {
	width: min(4.5333vw, 17px);
	height: min(4.5333vw, 17px);
	top: min(1.0666vw, 4px);
}
.design-hem {
	margin: min(4.8vw, 18px) 0 0;
}
.design-hem__text {
	margin: min(3.2vw, 12px) 0 0;
}
.design-hem__list > dd {
	margin: 0 0 0 min(2.1333vw, 8px);
	padding: 0 0 0 min(6.9333vw, 26px);
}
.design-hem__list > dd::before {
	width: min(6.4vw, 24px);
}
.design-hem__list > dd::after {
	bottom: min(2.9333vw, 11px);
}
.design__content.m-btm {
	margin: 7.7333vw 0 0;
}
.design__content.m-btm .design__group {
	width: 100%;
}
.design__content.m-btm .design__group:not(:last-child) {
	margin: 0 0 1.3333vw;
}
}


.feature02 {
}
.feature02 .feature__head-pattern {
	background-image: url(../../../img/lp/anniversary/feature_pattern02.svg);
}
.feature02 .feature__head-body {
	background: #e6805f;
}
.feature02 .feature__head-icon__num {
	max-width: 64px;
}
.feature02 .feature__head-icon__text {
	color: #e6805f;
}
.feature02 .feature-about {
	background: #f9e7e2;
}
.feature02__list > li {
	min-height: 500px;
	background: #fff;
	border-radius: 100px;
	box-shadow: 5px 5px 10px 0px rgba(218, 96, 65, 1);
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.feature02__list > li:not(:last-child) {
	margin: 0 0 50px;
}
.feature02__list-img,
.feature02__list-textArea {
	width: 50%;
}
.feature02__list-img {
	overflow: hidden;
}
.feature02__list-img > div {
	height: 100%;
	position: relative;
}
.feature02__list-img > div img {
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	position: absolute;
	inset: 0;
}
.feature02__list-textArea {
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}
.feature02__list-title {
	font-size: 3.6rem;
}
.feature02__list-title span {
	color: #da6041;
}
.feature02__list-text {
	font-size: 2.4rem;
	margin: 8px 0 0;
}
.feature02__list > li:nth-child(1) .feature02__list-img {
	border-radius: 100px 0 0 100px;
}
.feature02__list > li:nth-child(1) .feature02__list-textArea {
	padding: 0 93px 0 64px;
}
.feature02__list > li:nth-child(2) {
	margin-right: 0;
	margin-left: auto;
}
.feature02__list > li:nth-child(2) .feature02__list-img {
	border-radius: 0 100px 100px 0;
}
.feature02__list > li:nth-child(2) .feature02__list-textArea {
	-webkit-box-pack: end;
	justify-content: flex-end;
	padding: 0 40px 0 72px;
}
.feature02__list > li:nth-child(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	position: relative;
}
.feature02__list > li:nth-child(2) .feature02__list-textArea::before {
	content: "";
	background: url(../../../img/lp/anniversary/feature02_about_bubble.svg) no-repeat;
	background-size: contain;
	width: 142px;
	height: 128px;
	position: absolute;
	top: 4px;
	left: -34px;
}
.feature02__list-pic {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	margin: -20px 0 20px;
}
.feature02__list-pic img {
	max-width: 213px;
	width: 100%;
}
@media screen and (min-width: 769px) {
.feature02__list > li {
	min-height: min(37.5vw, 500px);
}
.feature02__list > li:not(:last-child) {
	margin: 0 0 min(3.75vw, 50px);
}
.feature02__list-title {
	font-size: min(2.7vw, 3.6rem);
}
.feature02__list-text {
	font-size: min(1.8vw, 2.4rem);
	margin: min(.6vw, 8px) 0 0;
}
.feature02__list > li:nth-child(1) .feature02__list-textArea {
	padding: 0 min(6.9767vw, 93px) 0 min(4.8vw, 64px);
}
.feature02__list > li:nth-child(2) .feature02__list-textArea {
	padding: 0 min(3vw, 40px) 0 min(5.4vw, 72px);
}
.feature02__list > li:nth-child(2) .feature02__list-textArea::before {
	width: min(10.6526vw, 142px);
	height: min(9.6vw, 128px);
	top: min(.3vw, 4px);
	left: max(-2.55vw, -34px);
}
.feature02__list-pic {
	margin: max(-1.5vw, -20px) 0 min(1.5vw, 20px);
}
.feature02__list-pic img {
	max-width: min(15.9789vw, 213px);
}
}
@media screen and (max-width: 768px) {
.feature02 .feature__head-pattern {
	background-image: url(../../../img/lp/anniversary/feature_pattern02_sp.svg);
}
.feature02 .feature__head-icon__num {
	max-width: min(12.8vw, 48px);
}
.feature02__list > li {
	min-height: inherit;
	border-radius: 50px;
	overflow: hidden;
}
.feature02__list > li:not(:last-child) {
	margin: 0 0 min(10vw, 38px);
}
.feature02__list-img,
.feature02__list-textArea {
	width: 100%;
}
.feature02__list > li:nth-child(1) .feature02__list-img,
.feature02__list > li:nth-child(2) .feature02__list-img {
	border-radius: 0;
}
.feature02__list-img > div {
	height: auto;
	padding-top: 71.4285%;
}
.feature02__list-title {
	font-size: min(6.1333vw, 2.3rem);
}
.feature02__list-text {
	font-size: min(4.5333vw, 1.7rem);
	margin: min(1.6vw, 6px) 0 0;
}
.feature02__list > li:nth-child(1) .feature02__list-textArea,
.feature02__list > li:nth-child(2) .feature02__list-textArea {
	padding: min(8vw, 30px) min(6.4vw, 24px);
	position: relative;
}
.feature02__list > li:nth-child(2) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.feature02__list > li:nth-child(2) .feature02__list-textArea::before {
	width: min(28.5333vw, 107px);
	height: min(25.6vw, 96px);
	top: max(-17.0666vw, -64px);
	left: min(1.0666vw, 4px);
}
.feature02__list-pic {
	margin: min(4vw, 15px) 0 0;
}
.feature02__list-pic img {
	max-width: min(42.4vw, 159px);
}
}

.feature02 .feature-flow__title {
	color: #e96b4b;
}
.feature02-flow__list > li {
	width: 22.5%;
	box-shadow: 5px 5px 10px 0px rgba(218, 96, 65, 0.09);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-right: 2.5%;
	position: relative;
}
.feature02-flow__list > li:not(:last-child):after {
	content: "";
	width: 12%;
	height: 100%;
	background-image: url(../../../img/lp/anniversary/arrow_rd.svg);
	background-position: top min(7.5vw, 100px) center;
	background-repeat: no-repeat;
	background-size: 44%;
	position: absolute;
	top: 0;
	right: -12%;
}
.feature02-flow__upper {
	border: dashed 1px #e96b4b;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	padding: 4px 12px 15px;
}
.feature02-flow__upper-title {
	color: #e96b4b;
	font-size: 2rem;
	font-weight: 700;
}
.feature02-flow__upper-text {
	min-height: 84px;
}
.feature02-flow__upper-img {
	text-align: center;
	margin: 0 0 1px;
}
.feature02-flow__btm {
	color: #fff;
	height: 100%;
	background: #e96b4b;
	border-radius: 0 0 10px 10px;
	min-height: 170px;
	margin-top: auto;
	padding: 15px 20px;
}
@media screen and (min-width: 769px) {
.feature02-flow__list > li {
	font-size: min(1.2vw, 1.6rem);
}
.feature02-flow__list > li:nth-child(4n) {
	margin-right: 0;
}
.feature02-flow__upper {
	padding: min(.3vw, 4px) min(.9vw, 12px) min(1.1252vw, 15px);
}
.feature02-flow__upper-title {
	font-size: min(1.5vw, 2rem);
}
.feature02-flow__upper-text {
	min-height: min(6.3vw, 84px);
}
.feature02-flow__upper-img {
	margin: 0 0 min(.075vw, 1px);
}
.feature02-flow__btm {
	min-height: min(12.7531vw, 170px);
	padding: min(1.1252vw, 15px) min(1.5vw, 20px);
}
}
@media screen and (max-width: 768px) {
.feature02-flow__list > li {
	width: 100%;
	margin-right: 0;
}
.feature02-flow__list > li:not(:last-child):after {
	width: min(4vw, 15px);
	height: min(3.4666vw, 13px);
	background-image: url(../../../img/lp/anniversary/arrow_rd02.svg);
	background-position: center;
	background-size: contain;
	display: block;
	flex-shrink: 0;
	margin: min(4vw, 15px) auto;
	position: static;
}
.feature02-flow__upper {
	border-radius: 5px 5px 0 0;
	padding: min(1.0666vw, 4px) min(2.6666vw, 10px) min(2.6666vw, 10px);
}
.feature02-flow__upper-title {
	font-size: min(4vw, 1.5rem);
}
.feature02-flow__upper-text,
.feature02-flow__btm {
	min-height: inherit;
}
.feature02-flow__upper-img {
	margin: 0 0 min(.26666vw, 1px);
}
.feature02-flow__btm {
	border-radius: 0 0 5px 5px;
	padding: min(2.6666vw, 10px) min(4vw, 15px);
}
.feature02-flow__btm img {
	max-width: min(46.9333vw, 176px);
	width: 100%;
}
}

.feature03 .feature__head-pattern {
    background-image: url(../../../img/lp/anniversary/feature_pattern03.svg);
}
.feature03 .feature__head-body {
	background: #e9b736;
}
.feature03 .feature__head-icon__num {
	max-width: 61px;
}
.feature03 .feature__head-icon__text {
	color: #e9b736;
}
.feature03 .feature-about {
	background: #fff2d1;
}
.feature03__list > li:not(:last-child) {
	margin: 0 0 72px;
}
.feature03__list-head {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	background: #e9b736;
	text-align: center;
	border-radius: 20px 20px 0 0;
	padding: 2px 8px;
	position: relative;
}
.feature03__list-head::after {
	content: "";
	width: 126px;
	height: 123px;
	background-image: url(../../../img/lp/anniversary/feature03_label01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -50px;
	right: -20px;
}
.feature03__list > li:nth-child(2) .feature03__list-head::after {
	background-image: url(../../../img/lp/anniversary/feature03_label02.svg);
}
.feature03__list-body {
	background: #fff;
	border: dashed 1px #e9b736;
	border-top: none;
	border-radius: 0 0 20px 20px;
	padding: 40px 32px;
}
.feature03__list-img {
	width: 41.5%;
}
.feature03__list-textArea {
	width: 58.5%;
	padding: 0 0 0 23px;
}
.feature03__list-title__main {
	font-weight: 700;
	margin: 0 0 10px;
}
.feature03__list-title__main .m-sub {
	color: #e9b736;
	font-size: 2rem;
}
.feature03__list-title__main .m-main {
	font-size: 4.8rem;
	line-height: 1.4;
	margin: 4px 0 0;
}
.feature03__list-label {
	display: -webkit-box;
	display: flex;
	margin: 0 0 16px;
}
.feature03__list-label::after {
	content: "";
	width: 24px;
	background: #e9b736;
	display: block;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.feature03__list-label span {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	background: #e9b736;
	display: inline-block;
	padding: 4px 10px 4px 20px;
}
.feature03__list-title__sub {
	font-size: 1.8rem;
	font-weight: 700;
}
.feature03__list-text,
.feature03__list-note {
	margin: 16px 0 0;
}
.feature03__list-note__list {
}
.feature03__list-note__list > li {
	color: #707070;
	font-size: 1.4rem;
	padding: 0 0 0 16px;
	position: relative;
}
.feature03__list-note__list > li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.feature03__list-note__list.m-important > li {
	color: #e4007f;
}
.feature03__list-note__list.m-important.m-large > li {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 0 0 18px;
}
.feature03__list > li:nth-child(2) .feature03__list-head,
.feature03__list > li:nth-child(2) .feature03__list-label::after,
.feature03__list > li:nth-child(2) .feature03__list-label span {
	background: #e96b4b;
}
.feature03__list > li:nth-child(2) .feature03__list-title__main .m-sub {
	color: #e96b4b;
}
.feature03__list > li:nth-child(2) .feature03__list-body {
	border-color: #e96b4b;
}
@media screen and (max-width: 1024px) {
.feature03__list-img,
.feature03__list-textArea {
	width: 100%;
}
.feature03__list-img {
	text-align: center;
	margin: 0 0 24px;
}
.feature03__list-textArea {
	padding: 0;
}
}
@media screen and (max-width: 768px) {
.feature03 .feature__head-pattern {
    background-image: url(../../../img/lp/anniversary/feature_pattern03_sp.svg);
}
.feature__head-body {
	padding: 0 0 min(6.1333vw, 23px);
}
.feature__head-icon {
	max-width: min(40vw, 150px);
	margin-bottom: max(-17.6vw, -66px);
	top: max(-20.4vw, -76.5px);
}
.feature__head-icon__num {
	margin-top: max(-1.6vw, -6px);
}
.feature__head-icon__text {
	font-size: min(3.7333vw, 1.4rem);
}
.feature__head-title {
	font-size: min(6.4vw, 2.4rem);
}
.feature__head-title sup {
	font-size: min(4.5333vw, 1.7rem);
}
.feature__head-text {
	font-size: min(5.3333vw, 2rem);
}
.feature03 .feature__head-icon__num {
	max-width: min(12vw, 45px);
}
.feature03 .feature-about {
	overflow: hidden;
}
.feature03__list > li:not(:last-child) {
	margin: 0 0 min(14.4vw, 54px);
}
.feature03__list-head {
	font-size: min(4.8vw, 1.8rem);
	border-radius: 10px 10px 0 0;
	padding: 2px 8px;
}
.feature03__list-head::after {
	width: min(25.3333vw, 95px);
	height: min(24.8vw, 93px);
	top: max(-10.1333vw, -38px);
	right: max(-4vw, -15px);
}
.feature03__list-body {
	border-radius: 0 0 10px 10px;
	padding: min(8vw, 30px) min(2.6666vw, 10px);
}
.feature03__list-title__main {
    margin: 0 0 min(2.6666vw, 10px);
}
.feature03__list-title__main .m-sub {
	font-size: min(4vw, 1.5rem);
}
.feature03__list-title__main .m-main {
	font-size: min(6.4vw, 2.4rem);
	margin: min(1.0666vw, 4px) 0 0;
}
.feature03__list-label {
	margin: 0 0 min(3.2vw, 12px);
}
.feature03__list-label::after {
	width: min(4.5333vw, 24px);
}
.feature03__list-label span {
	font-size: min(4.5333vw, 1.7rem);
	padding: min(1.0666vw, 4px) min(2.6666vw, 10px);
}
.feature03__list-title__sub {
	font-size: 1.8rem;
}
.feature03__list-text,
.feature03__list-note {
	margin: min(3.2vw, 12px) 0 0;
}
.feature03__list-note__list > li {
	font-size: min(3.2vw, 1.2rem);
	padding: 0 0 0 min(3.2vw, 12px);
}
.feature03__list-note__list.m-important.m-large > li {
	font-size: min(3.4666vw, 1.3rem);
	padding: 0 0 0 min(4vw, 15px);
}
}
.feature03 .feature-flow {
	padding: 84px 0 100px;
}
.feature03 .feature-flow__title {
	color: #df9d20;
	margin: 0;
}
@media screen and (max-width: 768px) {
.feature03 .feature-flow {
	padding: min(16.8vw, 63px) 0 min(20vw, 75px);
}
.feature03 .feature-flow__title {
	margin: 0 0 min(2.1333vw, 8px);
}
.feature03 .feature-flow .inner {
	width: 100%;
}
}



/* --------------------------------------------------------
	CTA
-------------------------------------------------------- */
.cta__head {
    width: 100%;
    height: 21px;
    background-image: url(../../../img/lp/anniversary/pattern04.png);
	background-position: center;
    background-repeat: repeat-x;
	background-size: auto 21px;
	margin: 0 0 -1px;
}
.cta__body {
	background: #0a9a96;
	padding: 40px 0 72px;
}
.cta__title {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 24px;
}
.cta__title span {
	display: inline-block;
	padding: 0 64px;
	position: relative;
}
.cta__title span::before,
.cta__title span::after {
	content: "";
	width: 36px;
	height: 46px;
	background: url(../../../img/lp/anniversary/deco01_wh.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 23px);
}
.cta__title span::before {
	left: 0;
}
.cta__title span::after {
	right: 0;
	transform: scale(-1, 1);
}
.cta__btns {
	max-width: 1015px;
	margin: auto;
}
.cta__btns > li {
	width: 49%;
}
.cta__btns > li:not(:last-child) {
	margin: 0 2% 0 0;
}
.cta__btn {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	height: 100%;
	background: #fff;
	border: solid 1px #fff;
	border-radius: 100px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding: 16px;
	position: relative;
}
.cta__btn::before {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.cta__btn-tel {
	color: #0a9a96;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 0 16px 5px;
}
.cta__btn-tel::before {
	width: 24px;
	height: 27px;
	background-image: url(../../../img/lp/anniversary/tel_mi.svg);
}
.cta__btn-tel .cta__btn-num {
	font-size: 3rem;
}
.cta__btn-tel .cta__btn-hours {
	font-size: 1.6rem;
	font-weight: 500;
	margin: -12px 0 0;
}
.cta__btn-sample {
	background: #e96b4b;
}
.cta__btn-sample::before {
	width: 26px;
	height: 19px;
	background-image: url(../../../img/lp/anniversary/mail_wh.svg);
}
@media screen and (max-width: 1024px) {
.cta__btns > li {
	width: 100%;
}
.cta__btns > li:not(:last-child) {
	margin: 0 0 min(2.6666vw, 10px);
}
}
@media screen and (max-width: 768px) {
.cta__head {
	height: min(5.8666vw, 22px);
	background-image: url(../../../img/lp/anniversary/cta_pattern_sp.svg);
	background-size: auto min(5.8666vw, 22px);
	margin: 0 0 max(-.1333vw, -1px);
}
.cta__body {
	padding: min(8vw, 30px) 0 min(14.4vw, 54px);
}
.cta__title {
	font-size: min(6.1333vw, 2.3rem);
	margin: 0 0 min(4.8vw, 18px);
}
.cta__title span {
	padding: 0 min(12.8vw, 48px);
}
.cta__title span::before,
.cta__title span::after {
	width: min(7.2vw, 27px);
	height: min(9.3333vw, 35px);
	top: calc(50% - min(4.6666vw, 17.5px));
}
.cta__btns > li {
	width: 100%;
}
.cta__btns > li:not(:last-child) {
	margin: 0 0 min(2.6666vw, 10px);
}
.cta__btn {
	font-size: min(4.5333vw, 1.7rem);
	border-radius: 50px;
	padding: min(3.2vw, 12px);
}
.cta__btn::before {
	left: min(4vw, 15px);
}
.cta__btn-tel {
	padding: 0 min(3.2vw, 12px) min(1.3333vw, 5px);
}
.cta__btn-tel::before {
	width: min(4.8vw, 18px);
	height: min(5.8666vw, 22px);
}
.cta__btn-tel .cta__btn-num {
	font-size: min(5.3333vw, 2rem);
}
.cta__btn-tel .cta__btn-hours {
	font-size: min(3.4666vw, 1.3rem);
	margin: max(-2.6666vw, -10px) 0 0;
}
.cta__btn-sample::before {
	width: min(5.3333vw, 20px);
	height: min(4vw, 15px);
}
}

/* --------------------------------------------------------
	制作事例
-------------------------------------------------------- */
#works {
	padding: 97px 0 118px;
}
@media screen and (max-width: 768px) {
#works {
	padding: min(19.2vw, 72px) 0 min(23.4666vw, 88px);
}
}

.works__head {
	margin: 0 0 30px;
}
.works-case__list > li {
	width: 24%;
	margin-top: 28px;
	margin-right: 1.3333%;
}
.works-case__list > li > a {
	height: 100%;
	border: dashed 1px #0a9a96;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 12px 12px 20px;
	position: relative;
}
.works-case__list > li > a::before,
.works-case__list > li > a::after {
	content: "";
	opacity: 0;
	position: absolute;
	transition: .5s;
}
.works-case__list > li > a::before {
	width: 40px;
	height: 40px;
	background: url(../../../img/lp/anniversary/icon_zoom_mi.svg) no-repeat;
	background-size: contain;
	top: -6px;
	left: -6px;
	z-index: 1;
}
.works-case__list > li > a::after {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border: solid 2px #0a9a96;
	border-radius: 10px;
	top: -1px;
	left: -1px;
	z-index: 0;
}
.works-case__list > li > a:hover,
.works-case__list > li > a:hover:before,
.works-case__list > li > a:hover::after {
	opacity: 1;
}

.works-case__list-title {
	font-weight: 700;
	text-align: center;
	margin: 13px 0 0;
}
@media screen and (min-width: 1025px) {
.works-case__list > li:nth-child(-n + 4) {
	margin-top: 0;
}
.works-case__list > li:nth-child(4n) {
	margin-right: 0;
}
}
@media screen and (max-width: 1024px) {
.works-case__list > li {
	width: 32.4444%;
}
.works-case__list > li:nth-child(-n + 3) {
	margin-top: 0;
}
.works-case__list > li:nth-child(3n) {
	margin-right: 0;
}
}
@media screen and (max-width: 768px) {
.works-case__list > li {
	width: 49.3333%;
}
.works-case__list > li,
.works-case__list > li:nth-child(-n + 3) {
	margin-top: min(5.3333vw, 20px);
}
.works-case__list > li:nth-child(-n + 2) {
	margin-top: 0;
}
.works-case__list > li,
.works-case__list > li:nth-child(3n) {
	margin-right: 1.3333%;
}
.works-case__list > li:nth-child(2n) {
	margin-right: 0;
}
.works-case__list > li > a {
	border-radius: 5px;
	padding: min(2.6666vw, 10px) min(2.6666vw, 10px) min(4vw, 15px);
}
.works-case__list > li > a::before {
	width: min(8vw, 30px);
	height: min(8vw, 30px);
	top: max(-1.6vw, -6px);
	left: max(-1.6vw, -6px);
}
.works-case__list > li > a::after {
	border-radius: 5px;
}
}

.works-record {
	margin: 64px 0 0;
}
.works-record__list-area {
	background: #f9faf3;
	border: dashed 1px #0a9a96;
	border-radius: 10px;
	display: -webkit-box;
	display: flex;
	padding: 20px 64px;
}
.works-record__list-area > ul {
	width: 32%;
	margin-right: 2%;
}
.works-record__list-area > ul:nth-child(3n) {
	margin-right: 0;
}
.works-record__list-area > ul li {
	padding: 0 0 0 20px;
	position: relative;
}
.works-record__list-area > ul li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.works-record__note {
	color: #0a9a96;
	text-align: right;
	margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
.works-record {
	margin: min(12.8vw, 48px) 0 0;
}
.works-record__list-area {
	border-radius: 5px;
	overflow-x: scroll;
	padding: min(4.2666vw, 16px) min(10.6666vw, 40px);
}
.works-record__list-area > ul {
	width: fit-content;
	white-space: nowrap;
	margin-right: min(6.4vw, 24px);
}
.works-record__note {
	margin: min(2.6666vw, 10px) 0 0;
}
}

/* --------------------------------------------------------
	お客様の声
-------------------------------------------------------- */
#voice {
	background: #dbf1ef;
	padding: 97px 0 118px;
}
#voice .sec-head {
	margin: 0 0 calc(36px + min(3.9vw, 40px));
}
.voice__list > li {
	width: 48%;
	background: #fff;
	border: dashed 1px #0a9a96;
	border-radius: 20px;
	margin-top: min(5.2734vw, 54px);
	padding: 30px;
	position: relative;
}
.voice__list-img {
	max-width: min(10.5468vw, 108px);
	width: 100%;
	position: absolute;
	top: max(-3.9vw, -40px);
	right: 0;
}
.voice__list-title {
	color: #0a9a96;
	font-size: 2.2rem;
	font-weight: 700;
	margin: 0 0 14px;
	padding: 0 min(10.5468vw, 108px) 0 0;
}
@media screen and (min-width: 769px) {
.voice__list > li:nth-child(-n + 2) {
	margin-top: 0;
}
}
@media screen and (max-width: 768px) {
#voice {
	padding: min(19.2vw, 72px) 0 min(23.4666vw, 88px);
}
#voice .sec-head {
	margin: 0 0 calc(min(7.2vw, 27px) + min(8vw, 30px));
}
.voice__list > li {
	width: 100%;
	border-radius: 10px;
	margin-top: min(10.6666vw, 40px);
	padding: min(6.1333vw, 23px);
}
.voice__list > li:nth-child(1) {
	margin-top: 0;
}
.voice__list-img {
	max-width: min(21.6vw, 81px);
	top: max(-8vw, -30px);
}
.voice__list-title {
	font-size: min(4.2666vw, 1.6rem);
	margin: 0 0 min(2.6666vw, 10px);
	padding: 0 min(21.6vw, 81px) 0 0;
}
}


/* --------------------------------------------------------
	料金
-------------------------------------------------------- */
#price { padding: 97px 0 118px; }
.price-area > div:not(:last-child) { margin-bottom: 100px; }
.price__note {
	text-align: center;
	margin: 30px 0 0;
}
.price__tbl {
	border: solid 1px #d2d2d2;
	border-collapse: separate;
	border-radius: 12px;
	overflow: hidden;
}
.price__tbl th,
.price__tbl td {
	font-size: 1.8rem;
	padding: 12px 30px;
}
.price__tbl tbody tr:not(:last-child) th,
.price__tbl tbody tr:not(:last-child) td {
	border-bottom: solid 1px #d2d2d2;
}
.price__tbl thead th:not(:last-child),
.price__tbl tbody th,
.price__tbl tbody td:not(:last-child) {
	border-right: solid 1px #d2d2d2;
}
.price__tbl thead th {
	font-weight: 700;
	background: #dbf1ef;
}
.price__tbl thead th:not(:nth-child(1)),
.price__tbl tbody td {
	text-align: center;
}
.price__tbl tbody th {
	background: #fffedf;
}
@media screen and (min-width: 769px) {
	.price__tbl th,
	.price__tbl td {
		font-size: min(1.7578vw, 1.8rem);
		padding: min(1.1718vw, 12px) min(2.9296vw, 30px);
	}
}
@media screen and (max-width: 768px) {
	#price { padding: min(19.2vw, 72px) 0 min(23.4666vw, 88px); }
	.price-area > div:not(:last-child) { margin-bottom: min(20vw, 75px); }
	.price__note {
		text-align: left;
		margin: min(6.1333vw, 23px) 0 0;
	}
	.price__tbl th,
	.price__tbl td {
		font-size: min(3.7333vw, 1.4rem);
		padding: min(3.2vw, 12px) min(8vw, 30px);
	}
	.price__scroll-area {
		overflow-x: scroll;
	}
	.price__scroll-area figure {
		width: 768px;
	}
	.price__scroll-area figure img {
		width: 100%;
	}
	.price__scroll-area table {
		white-space: nowrap;
	}
}


/* --------------------------------------------------------
	制作の流れ
-------------------------------------------------------- */
#flow {
	background: #f9faf3;
	padding: 100px 0;
}
@media screen and (max-width: 768px) {
	#flow {
		background: #f9faf3;
		padding: min(19.2vw, 72px) 0 min(23.4666vw, 88px);
	}
	.flow-area {
		overflow-x: scroll;
	}
	.flow-area figure {
		width: 768px;
	}
}

/* --------------------------------------------------------
	上げ落ちジャガード織タオルのご依頼
-------------------------------------------------------- */
#order {
	padding: 72px 0 100px;
}
.order__list {
	margin: 24px 0 0;
}
.order__list > li {
	width: 49%;
	border-radius: 10px;
	overflow: hidden;
}
.order__list-head {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	background: #e6805f;
	text-align: center;
	padding: 4px;
}
.order__list-body {
	background: #f9e7e2;
	padding: 24px;
}
.order__title {
	color: #e6805f;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 24px;
}
.order__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.order__text-area {
	flex: 1 1 auto;
}
.order__info {
	font-weight: 700;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 0 10px;
}
.order__info dt {
	color: #fff;
	font-size: 1.4rem;
	background: #e6805f;
	border-radius: 5px;
	flex-shrink: 0;
	line-height: 1;
	margin: 0 15px 0 0;
	padding: 8px 10px;
}
.order__info dd {
	font-size: 1.8rem;
}
.order__img {
	max-width: 194px;
	margin: 0 0 0 10px;
	flex-shrink: 0;
}
.order__note > li {
	position: relative;
}
.order__note > li::before {
	position: absolute;
	top: 0;
	left: 0;
}
.order__list-item01 .order__note > li {
	padding: 0 0 0 16px;
}
.order__list-item01 .order__note > li::before {
	content: "※";
}
.order__list-item02 .order__list-head {
	background: #13b5b1;
}
.order__list-item02 .order__list-body {
	background: #dbf1ef;
}
.order__list-item02 .order__title {
	color: #13b5b1;
}
.order__list-item02 .order__info dt {
	background: #13b5b1;
}
.order__list-item02 .order__note > li {
	padding: 0 0 0 24px;
}
.order__list-item02 .order__note > li::before {
	content: "・";
}
.order__list-item02 .order__img {
	max-width: 104px;
}

@media screen and (min-width: 1025px) {
.order__list > li {
	font-size: min(1.2vw, 1.6rem);
}
.order__list-head {
	font-size: min(1.8vw, 2.4rem);
	padding: min(.3vw, 4px);
}
.order__list-body {
	padding: min(1.8vw, 24px);
}
.order__title {
	font-size: min(1.65vw, 2.2rem);
	margin: 0 0 min(1.8vw, 24px);
}
.order__info {
	margin: 0 0 min(.75vw, 10px);
}
.order__info dt {
	font-size: min(1.05vw, 1.4rem);
	margin: 0 min(1.1252vw, 15px) 0 0;
	padding: min(.6vw, 8px) min(.75vw, 10px);
}
.order__info dd {
	font-size: min(1.35vw, 1.8rem);
}
.order__img {
	max-width: min(14.5536vw, 194px);
	margin: 0 0 0 min(.75vw, 10px);
}
.order__list-item01 .order__note > li {
	padding: 0 0 0 min(1.2vw,16px);
}
.order__list-item02 .order__note > li {
	padding: 0 0 0 min(1.8vw, 24px);
}
.order__list-item02 .order__img {
	max-width: min(7.8vw, 104px);
}
}
@media screen and (max-width: 1024px) {
#order {
	padding: min(14.4vw, 54px) 0 min(19.2vw, 72px);
}
.order__list {
	margin: min(4.8vw, 18px) 0 0;
}
.order__list > li {
	width: 100%;
}
.order__list > li:not(:last-child) {
	margin: 0 0 min(2.6666vw, 10px);
}
}
@media screen and (max-width: 768px) {
.order__list-head {
	font-size: min(4.53333vw, 1.7rem);
	padding: min(1.0666vw, 4px);
}
.order__list-body {
	padding: min(4.26666vw, 16px) min(3.2vw, 12px);
}
.order__title {
	font-size: min(4.26666vw, 1.6rem);
	margin: 0 0 min(4.8vw, 18px);
}
.order__info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	margin: 0 0 min(2.6666vw, 10px);
}
.order__info dt {
	font-size: min(3.2vw, 1.2rem);
	margin: 0 0 min(2.1333vw, 8px);
	padding: min(1.6vw, 6px) min(2.6666vw, 10px);
}
.order__info dd {
	font-size: min(3.7333vw, 1.4rem);
}
.order__img {
	max-width: min(38.9333vw, 146px);
	margin: 0 0 0 min(2.6666vw, 10px);
}
.order__list-item01 .order__note > li {
	padding: 0 0 0 min(3.7333vw, 14px);
}
.order__list-item02 .order__note > li {
	padding: 0 0 0 min(5.3333vw, 20px);
}
.order__list-item02 .order__img {
	max-width: min(20.8vw, 78px);
}
}


/* --------------------------------------------------------
	お見積り・サンプル請求フォーム
-------------------------------------------------------- */
#form {
	background: #0a9a96;
	padding: 100px 0;
}
.form-group {
	background: #fff;
	border-radius: 10px;
}
.form-group:not(:last-child) {
	margin: 0 0 10px;
}
.form-group__head {
	border-bottom: solid 1px #0a9a96;
	padding: 20px 40px 13px;
}
.form-group__head-text {
	color: #0a9a96;
	font-size: 2.2rem;
	font-weight: 700;
}
.form-group__head-note {
	color: #e4007f;
	margin: -3px 0 0;
}
.form-group__body {
	padding: 24px 40px;
}
#mailformpro {
	padding: 0;
}
#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro input[type="number"],
#mailformpro select,
#mailformpro textarea {
	color: #000;
	font-size: 16px;
	width: 100% !important;
	background: #fff;
	border: solid 1px #bfbfbf;
	border-radius: 0;
	box-shadow: none;
	text-align: left !important;
	margin: 0;
	padding: 10px 16px;
	box-sizing: border-box;
}
#mailformpro input[type="file"] {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    padding: 0;
}
#mailformpro .mw300 {
	max-width: 300px;
}
#mailformpro .mw500 {
	max-width: 500px;
}
#mailformpro textarea {
	height: 170px !important;
}
#mailformpro select {
	max-width: 284px;
	background: #fff url("../../../img/lp/anniversary/arrow_gy.svg") no-repeat right 20px center;
	background-size: 10px !important;
	padding-right: 30px;
}
#mailformpro select.short {
	max-width: 80px;
}
/*
#mailformpro select.is_empty {
	color: #dad6d0;
}
*/
#mailformpro .radio,
#mailformpro .checkbox {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	margin: 0;
	padding: 0 0 0 28px;
	position: relative;
	cursor: pointer;
}
#mailformpro .radio::before,
#mailformpro .radio::after {
	content: "";
	border-radius: 50%;
	display: block;
	position: absolute;
	transition: .5s;
}
#mailformpro .radio::before {
	width: 10px;
	height: 10px;
	background: #0a9a96;
	opacity: 0;
	top: 9px;
	left: 5px;
	z-index: 2;
}
#mailformpro .radio::after {
	width: 20px;
	height: 20px;
	background: #fff;
	border: solid 1px #b3b3b3;
	top: 4px;
	left: 0;
}
#mailformpro .checkbox::before,
#mailformpro .checkbox::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	transition: .5s;
}
#mailformpro .checkbox::before {
	background-image: url(../../../img/lp/anniversary/check_mi.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	z-index: 1;
}
#mailformpro .checkbox::after {
	background: #fff;
	border: solid 1px #dad6d0;
	z-index: 0;
}
#mailformpro input[type="radio"]:checked ~ .radio::before,
#mailformpro input[type="checkbox"]:checked ~ .checkbox::before {
	opacity: 1;
}
#mailformpro input[type="radio"]:checked ~ .radio::after {
	border-color: #0a9a96;
}
#mailformpro .form__make label {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
#mailformpro .form__make label::before {
	top: 13px;
}
#mailformpro .form__make label::after {
	top: 8px;
}
#mailformpro .required {
	color: #e4007f;
}
.form__make-name {
	font-size: 2.2rem;
}
.form__make-link {
	color: #ee3556;
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.form__make-link:hover {
	opacity: 1;
	text-decoration-color: transparent;
}
.form-size__list > li:not(:last-child) {
	margin: 0 0 8px;
}
.form-design__list > li:not(:last-child) {
	margin: 0 0 2px;
}
.form-file__list > li:not(:last-child) {
	margin: 0 0 10px;
}
.form__unit-field {
	margin: 4px 0 16px;
}
.form-size__list > li:last-child .form__unit-field {
	margin-bottom: 0;
}
.form-size__reco {
	color: #0a9a96;
	font-weight: 700;
	margin: 0 0 -2px;
}
.form__unit-field span {
	margin: 0 0 0 8px;
}
.form__note {
	color: #737373;
	margin: 6px 0 0;
}
.form-name,
.form-name > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.form-name {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.form-name > div {
	width: 49%;
}
.form-name dt {
	color: #737373;
	width: 40px;
}
.form-name dd {
	flex: 1 1 auto;
}
.form-address > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.form-address > div:not(:last-child) {
	margin: 0 0 10px;
}
.form-address dt {
	color: #737373;
	margin: 0 12px 0 0;
}
.form-address dd {
	flex: 1 1 auto;
}
.form-howto__list > li:not(:last-child) {
	margin: 0 0 12px;
}
.form-privacy,
.form-sample {
	max-width: 740px;
	margin-inline: auto;
}
.form-privacy {
	margin-top: 30px;
}
.form-privacy__content {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.form-privacy__mark {
	width: 170px;
}
.form-privacy__text-area {
	width: calc(100% - 170px);
	padding: 0 0 0 16px;
}
.form-privacy__title,
.form-sample__title {
	font-size: 1.7rem;
	font-weight: 700;
	margin: 0 0 10px;
}
.form-privacy__text a {
	color: #0095d8;
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.form-privacy__text a:hover {
	opacity: 1;
	text-decoration-color: transparent; 
}
.form-privacy__check,
.form-sample__check {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 24px 0 0;
}
.form-sample {
	margin-top: 24px;
}
.form-submit {
	margin: 16px 0 0;
}
.form-submit__btn {
    color: #fff;
    font-size: 2rem;
    background: #e9613c;
    padding: 8px 30px;
    border-radius: 7px;
    border: none;
    text-shadow: none;
}
.form-submit__btn:hover {
    color: #fff;
    background: #e9613c;
    border: none;
	box-shadow: none;
    text-shadow: none;
}
.form__tbl th,
.form__tbl td {
	border-bottom: solid 1px #bfbfbf;
	line-height: 1.6;
	padding: 16px 0;
}
.form__tbl th {
	width: 235px;
}
.form__tbl-note {
	color: #737373;
	margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
#form {
	padding: min(19.2vw, 72px) 0 min(23.4666vw, 88px);
}
.form-group {
	border-radius: 5px;
}
.form-group:not(:last-child) {
	margin: 0 0 min(2.6666vw, 10px);
}
.form-group__head {
	padding: min(2.6666vw, 10px) min(4.2666vw, 16px);
}
.form-group__head-text {
	font-size: min(4.2666vw, 1.6rem);
}
.form-group__head-note {
	margin: max(-.8vw, -3px) 0 0;
}
.form-group__body {
	padding: 4px min(4.2666vw, 16px) min(6.4vw, 24px);
}
#mailformpro input[type="text"],
#mailformpro input[type="email"],
#mailformpro input[type="tel"],
#mailformpro input[type="number"],
#mailformpro select,
#mailformpro textarea {
	font-size: min(3.7333vw, 1.4rem);
	padding: min(2.6666vw, 10px) min(4.2666vw, 16px);
}
#mailformpro .mw300 {
	max-width: min(60vw, 225px);
}
#mailformpro .radio,
#mailformpro .checkbox {
	padding: 0 0 0 min(5.6vw, 21px);
}
#mailformpro .radio::before {
	width: min(2.4vw, 9px);
	height: min(2.4vw, 9px);
	top: min(1.8666vw, 7px);
	left: min(.8vw, 3px);
}
#mailformpro .radio::after,
#mailformpro .checkbox::before,
#mailformpro .checkbox::after {
	width: min(4vw, 15px);
	height: min(4vw, 15px);
	top: min(1.0666vw, 4px);
}
#mailformpro .form__make label::before {
	top: min(2.1333vw, 8px);
}
#mailformpro .form__make label::after {
	top: min(1.3333vw, 5px);
}
.form__make-name {
	font-size: min(4.2666vw, 1.6rem);
}
.form-size__list > li:not(:last-child),
.form-design__list > li:not(:last-child) {
	margin: 0 0 min(1.0666vw, 4px);
}
.form-file__list > li:not(:last-child) {
	margin: 0 0 min(2.6666vw, 10px);
}
.form-size__reco {
	margin: 0 0 max(-.5333vw, -2px);
}
.form__unit-field {
	margin: min(1.6vw, 6px) 0 min(4.2666vw, 16px);
}
.form__unit-field span {
	margin: 0 0 0 min(1.6vw, 6px);
}
.form__note {
	margin: min(1.0666vw, 4px) 0 0;
}
.form-name dt {
	width: min(10.6666vw, 40px);
	flex-shrink: 0;
}
.form-address > div {
	display: block;
}
.form-address > div:not(:last-child) {
	margin: 0 0 min(2.6666vw, 10px);
}
.form-address dt {
	margin: 0 0 min(1.0666vw, 4px);
}
.form-howto__list > li:not(:last-child) {
	margin: 0 0 min(2.6666vw, 10px);
}
.form-privacy {
	margin-top: min(6.1333vw, 23px);
}
.form-privacy__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}
.form-privacy__mark {
	max-width: min(45.3333vw, 170px);
	width: 100%;
	margin: 0 0 min(4.2666vw, 16px);
}
.form-privacy__text-area {
	width: 100%;
	padding: 0;
}
.form-privacy__title,
.form-sample__title {
	font-size: min(4.2666vw, 1.6rem);
	margin: 0 0 min(2.6666vw, 10px);
}
.form-privacy__check,
.form-sample__check {
	margin: min(4.8vw, 18px) 0 0;
}
.form-sample {
	margin-top: min(4.8vw, 18px);
}
.form-submit {
	margin: min(3.2vw, 12px) 0 0;
}
.form-submit__btn {
    font-size: min(4vw, 1.5rem);
    padding: min(2.6666vw, 10px) min(8vw, 30px);
}
.form__tbl th,
.form__tbl td {
	width: 100%;
	display: block;
}
.form__tbl th {
	border-bottom: none;
	padding-bottom: 0;
}
.form__tbl td {
	padding-top: 8px;
}
}


/* --------------------------------------------------------
	上げ落ちジャガード織タオル以外のタオルもあります
-------------------------------------------------------- */
#other {
	overflow: hidden;
	padding: 110px 0 54px;
}
.other__title {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 36px;
}
.other__list > li {
	text-align: center;
}
.other__list > li > a {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}
.other__list-img {
	margin: 0 0 16px;
}
.other__list-title {
	font-size: 2rem;
	font-weight: 700;
}
.other__list-text {
	margin: -2px 0 0;
}
.other__link {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 36px 0 0;
}
.other__link a span {
	text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
	transition: .5s;
}
.other__link a:hover { opacity: 1; }
.other__link a:hover span { text-decoration-color: transparent; }
@media screen and (min-width: 769px) {
.other__list {
	margin-top: -24px;
	margin-right: -32px;
}
.other__list > li {
	margin-top: 24px;
	margin-right: 32px;
}
}
@media screen and (max-width: 768px) {
#other {
	padding: min(21.8666vw, 82px) 0 min(10.6666vw, 40px);
}
.other__title {
	font-size: min(5.0666vw, 1.9rem);
	margin: 0 0 min(7.2vw, 27px);
}
.other__list > li {
	width: 49%;
	margin-top: min(6.4vw, 24px);
	margin-right: 2%;
}
.other__list > li:nth-child(-n + 2) {
	margin-top: 0;
}
.other__list > li:nth-child(2n),
.other__list > li:last-child {
	margin-right: 0;
}
.other__list-img {
	margin: 0 0 min(3.2vw, 12px);
}
.other__list-title {
	font-size: min(4vw, 1.5rem);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex: 1 1 auto;
}
.other__list-text {
	margin: max(-.5333vw, -2px) 0 0;
}
.other__link {
	margin: min(7.2vw, 27px) 0 0;
}
}

@media only screen and (max-width: 1140px) {
.modaal-gallery-control {
    width: 40px;
    height: 40px;
	bottom: 10px;
}
	.modaal-gallery-next {
		right: 10px;
	}
	.modaal-gallery-control:before {
    margin: -3px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
	.modaal-gallery-control:after, .modaal-gallery-control:before {
		display: block;
		content: " ";
		position: absolute;
		top: 13px;
		left: 20px;
		width: 2px;
		height: 13px;
		border-radius: 4px;
		background: #fff;
		-webkit-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}
	.modaal-gallery-next-inner {
		margin-left: 0;
}
.modaal-gallery-prev {
	left: inherit;
	right: 60px;
}
.modaal-gallery-prev::before,
.modaal-gallery-prev:after {
	left: 18px;
}
.modaal-gallery-prev::before {
	margin: 5px 0 0;
}
.modaal-gallery-prev:after {
	margin: -3px 0 0;
}
.modaal-gallery-prev-inner {
    margin-right: 0;
}
}