@charset "UTF-8";
html {scroll-behavior: smooth;}
body  {
    margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
* {
    margin: 0;
	padding: 0;
	box-sizing: border-box;
    line-height: 1.2;
}
.sp {
	display: none;
}
.logo {
	position: absolute;
    top: 9px;
    left: 10px;
}
.ima_body .wrap {
    position: relative;
}
.content_width {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.inner_main_content {
	width: 100%;
	margin: 25px auto 0;
	background-color: #ffffff;
}
.main_content h2 {
	font-size: 28px;
	color: #009cc6;
	font-weight: 600;
    line-height: 1.3;
	text-align: center;
	margin-bottom: 30px;
}
.area_summary {
	text-align: center;
	text-align: center;
	margin-bottom: 30px;
}
.area_summary h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}
.area_summary p {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	text-align: center;
}
.area_summary p.attention {
	font-size: 16px;
}
.box_img img {
	width: 100%;
}
.f_day {
	color: #227cc1;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.4;
}
.qa_btn {
	padding-bottom: 40px;
	text-align: center;
}
.mail{margin-bottom: -0.2rem;}
.qa_btn a {
	text-decoration: none;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 30px;
    padding: 3px 15px 5px 15px;
    color: #000;
	background-color: #fff;
	transition: .5s;
}
.qa_btn a:hover {
    border: 1px solid #000;
	background-color: #ffd1d2;
}
.banner-box{display: flex; align-items: center; justify-content: center;
width: 90%;
max-width: 400px;margin: 0 auto; justify-content: space-around;margin: 0 auto 2rem auto;}
/* メニュー */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.menu_btn {
  width: 63px;
  height: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  top: 74px;
  right: 1px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1000;
}
.menu_btn img {
  width: 100%;
}
.naviArea {
  width: 200px;
  background-color: #f4f4f4;
  position: fixed;
  top: 0;
  right: -200px;
  transition: right 0.4s ease;
  z-index: 999;
}
.naviArea.open {
  right: -1px;
}
.menu_btn.hide {
  transform: translateX(100px);
  opacity: 0;
}
.naviArea .nav_close {
    background: #227cc1;
    color: #fff;
    display: flex;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s;
	align-items: center;
    justify-content: center;
    padding: 10px 0 12px 0;
}
.nav_close .txt {
	padding: 0 0 0 5px;
	display: inline-block;
}
.nav_close .bt {
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
}
.naviArea li a {
    display: block;
    padding: 9px 3px 9px 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
	border-left: solid 1px #227cc1;
	border-right: solid 1px #227cc1;
	border-bottom: solid 1px #227cc1; 
	background-color: #fff;
	font-size: 15px;
    transition: 0.3s;
}
.naviArea li a:hover {
	background-color: #FFFF77;
}
.naviArea li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    border-bottom: 0.1428571429em solid #227cc1;
    border-right: 0.1428571429em solid #227cc1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    transform: translate(-0.1428571429em, 0.0714285714em) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
	.area_summary p {
		font-size: 3vw;
	}
	.menu_btn {
		width: 12vw;
        height: auto;
        right: .2vw;
        top: 14vw;
	}
	.menu_btn img {
		width: 100%;
	}
	.naviArea li a {
		font-size: 4vw;
		padding: 5% 3% 5% 7%;
	}
	.naviArea .nav_close {
		font-size: 3.5vw;
	}
	.naviArea.open {
	    width: 52%;
	}
	.nav_close .bt {
		font-size: 5.5vw;
		padding: 3% 0 4% 0;
	}
	.naviArea li a:before {
		left: 2.5%;
	}
	.area_summary p.attention {
		font-size: 3vw;
	}
}
/* ポップアップ */
.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.popup-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px 40px;
	border-radius: 35px;
	max-width: 100%;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	z-index: 1000;
	width: 80%;
    max-width: 650px;
	box-sizing: border-box;
	max-height: 80vh;
    overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.popup-close {
	position: absolute;
	bottom: 13px;
    right: 17px;
}
.popup-close .close-btn {
	border: none;
	background-color: unset;
	font-size: 30px;
	font-weight: 900;
	color: #959696;
    cursor: pointer;
}
.popup-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.banner-box{display: flex; align-items: center; justify-content: center;
width: 90%;flex-wrap: wrap;
max-width: 400px;margin: 0 auto; justify-content: space-around;margin: 0 auto 2rem auto;}
.banner-box img {width: 100%; margin: 0 auto 2rem auto;}
/* /ポップアップ */
@media only screen and (max-width: 768px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block;
	}
	.logo {
		width: 14%;
		top: 2%;
        left: 4%;
	}
	.logo img {
		width: 100%;
	}
	.inner_main_content {
		max-width: none;
		padding: 0;
        box-sizing: border-box;
		margin: 0;
	}
	.main_content h2 {
		font-size: 5vw;
		margin-bottom: 3%;
	}
	.area_summary h3 {
		font-size: 4.8vw;
		margin-bottom: 5%;
	}
	.area_summary {
		margin-bottom: 10%;
	}
	.tab_content .area_summary {
		margin-bottom: 3%;
	}
	.f_day {
		font-size: 4.5vw;
		padding-bottom: 3%;
	}
	.qa_btn {
		padding-bottom: 10%;
	}
	.qa_btn a {
		font-size: 3.5vw;
	}
	.popup-content {
		width: 80%;
		border-radius: 20px;
		padding: 8%;
	}
	.popup-close .close-btn {
		font-size: 8vw;
	}
	.popup-close {
		bottom: 2%;
		right: 4%;
	}
}
/* サポート動画 */
.support_bn {
	position: fixed;
	bottom: 98px;
	left: 0;
	width: 61px;
	z-index: 10;
}
.support_bn img {
	width: 100%;
	transition: .5s;
}
.support_bn img:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.support_bn {
		position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        width: 90%;
        margin: 6% auto 5%;
	}
}
/********** ファーストビュー **********/
.fv_area_main_img {
}
.wrap_fv {
	position: relative;
	width: 100%;
	background-image: url("../images/wrap_fv_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
    margin-bottom: 45px;
}
.inner_fv {
	width: 1128px;
	height: 650px;
	margin: 0 auto;
	position: relative;
	background-image: url("../images/fv_bg_texture.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
	background-position-y: 73px;
}
.fv_main_img {
	padding: 20px 0 0 0;
    text-align: center;
}
.fv_main_img img {
	width: auto;
}
.wrap_fv .box_txt {
	width: 428px;
	margin: 0 auto;
}
.wrap_fv .box_date {
	text-align: center;
	color: #0b7552;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
}
.wrap_fv .box_date p {
	text-align: center;
    line-height: 1;
	font-weight: 600;
}
.wrap_fv .box_date p.day {
	margin-bottom: 12px;
}
.wrap_fv .box_date p.day img {
	margin: 0 auto;
    display: block;
    width: 366px;
}
.number {
	font-weight: 900;
	font-style: normal;
}
.number.big {
	font-size: 38px;
}
a.btn {
	width: 400px;
	display: flex;
	justify-content: space-between;
	padding: 12px 15px 11px 15px;
	background-color: #27a179;
	border-radius: 15px;
	color: #ffff00;
	cursor: pointer;
	text-decoration: none;
	font-size: 23px;
	position: relative;
	border: 4px solid #ffffff;
	transition: .5s;
}
.wrap_fv a.btn {
	width: 353px;
    font-size: 23px;
    margin: 0 auto;
}
a.btn p {
	display: inline-block;
	margin-left: 10px;
	font-weight: 400;
	font-size: 26px;
}
.wrap_fv a.btn p {
    margin-left: 5px;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    padding: 3px 14px 0 0;
}
a.btn p .arrow {
	display: inline-block;
	margin-left: 7px;
    height: 20px;
    width: 13px;
}
.wrap_fv a.btn p .arrow {
    position: absolute;
    right: -5px;
}
a.btn p .arrow img {
	vertical-align: baseline;
}
.btn:hover {
	background-color: #35BB8F;
}
a.btn span.free {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 4px 6px 5px 6px;
	color: #ec6941;
	font-size: 20px;
}
.area_cover {
	display: flex;
	justify-content: space-evenly;
    align-items: flex-start;
	margin: 0 auto 15px;
    width: 400px;
}
.area_cover .box_price {
	font-size: 15px;
	background-image: url("../images/price_bg.webp");
	background-repeat: no-repeat;
    background-position: top;
	background-size: cover;
    width: 141px;
    height: 160px;
    color: #efea3a;
    padding: 21px 0 0 0;
	margin-bottom: 8px;
}
.area_cover .box_price .box_01 {
	font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    margin-top: 8px;
}
.area_cover .box_price .box_02 {
	position: relative;
    margin-bottom: 7px;
	color: #227cc1;
}
.area_cover .box_price .box_02 .number {
    font-size: 48px;
    transform: scaleY(1.1);
    display: inline-block;
    font-weight: 700;
    letter-spacing: -1px;
	line-height: 0.9;
}
.area_cover .box_price .box_02 .yen {
	font-size: 20px;
}
.area_cover .box_price .percent {
	font-size: 12px;
	color: #000000;
}
.wrap_fv .box_date p.box_price_02 {
	font-size: 12px;
	color: #000000;
	margin-bottom: 7px;
}
.fv_btn{display: flex; align-items: center; justify-content: center;}
.sns object{margin: 0.2rem;}
.ima_body .swiper-wrapper {
	height: auto;
}
.fv_swiper .swiper-slide img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
/* スライドは width:auto でOK（画像幅を固定しない） */
/* PC用だけ指定（必要なら） */
@media (min-width: 768px) {
  .fv_swiper .swiper-slide {
  width: auto !important;
  }
}
.fv_swiper .swiper-slide {
  flex-shrink: 0;
  pointer-events: none;
  user-select: none;
}
.fv_swiper img {
  display: block;
  width: 100%; /* スマホでスライド幅に合わせて縮む */
  height: auto;
}
/* 画像間の余白はJS側のspaceBetweenで制御（ここでは念のためgapを無効化） */
.fv_swiper .swiper-wrapper {
  gap: 0 !important;
  margin-bottom: 60px;
}
/* ドット（直径10px） */
.fv_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #8dc3e3;
  opacity: 1;
  margin: 0 4px;
}
.fv_pagination .swiper-pagination-bullet-active {
  background: #227cc1;
}
.swiper-button-next, .swiper-button-prev {
	top: 38%;
}
/* 矢印（画像指定） */
.fv_prev,
.fv_next {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fv_prev { background-image: url("../images/fv_slide_arrow_l.webp"); }
.fv_next { background-image: url("../images/fv_slide_arrow_r.webp"); }
/* デフォルトの矢印アイコンを非表示に */
.fv_slide .swiper-button-next::after,
.fv_slide .swiper-button-prev::after { display: none; }
@media (min-width: 1750px) {
	.fv_slide {
		width: 1750px;
		margin: 0 auto;
	}
}
@media screen and (min-width:768px) and ( max-width:1200px) {
	body  {
		width: 1200px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	.fv_swiper .swiper-slide {
	  pointer-events: auto;
	}
	.fv_main_img {
		padding: 0;
	}
	.inner_fv {
		width: 100%;
		height: auto;
		background-image: unset;
	}
	.fv_main_img img {
		width: 100%;
	}
	.wrap_fv {
		position: relative;
		width: 100%;
		margin: 0 auto 3.4%;
		padding: 0;	
	}
	.wrap_fv .box_txt {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
        width: 90.5%;
        margin: 0 auto;
	}
	.fv_area_main_img {
		position: relative;
        margin-bottom: 5%;
	}
	.wrap_fv .box_date {
		top: 0;
		left: 0;
		right: 0;
		width: 72%;
	}
	.wrap_fv .box_price {
        width: 32%;
		position: absolute;
        top: -6px;
        right: 0;
    }
	.wrap_fv .box_price img {
		width: 100%;
	}
	.wrap_fv .box_date p.support {
		font-size: 3.8vw;
		margin-bottom: 3.3%;
	}
	.wrap_fv .box_date {
		font-size: 5vw;
	}
	.number.big {
		font-size: 7vw;
	}
	.wrap_fv .box_date p.day {
		text-align: left;
	}
	.fv_swiper .swiper-wrapper {
	    margin-bottom: 12%;
	}
	.fv_pagination .swiper-pagination-bullet {
		height: 5px;
		width: 5px;
	}
	.fv_slide .swiper-horizontal>.swiper-pagination-bullets, .fv_slide .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 7%;
	}
	.fv_slide .swiper-button-next, .fv_slide .swiper-button-prev {
		top: 38%;
	}
}
/********** /ファーストビュー **********/
/********** コンテンツ共有 **********/
.inner_c {
}
/********** /プロフィール **********/
/********** プロフィール **********/
.wrap_profile .inner_c {
	max-width: 1140px;
	margin: 0 auto;
}
/* モーダルベース */
.are_profile_detail {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1000;
}
/* オーバーレイ背景 */
.modal_overlay {
  position: absolute;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
/* モーダル内容 */
.modal_content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 90%;
  width: 811px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
/* チェックされたら表示 */
.modal_checkbox:checked + .profile_more + .are_profile_detail {
  display: block;
  animation: fadeIn 0.3s ease;
}
/* 閉じるボタン */
.modal_close {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
  transition: color 0.2s;
}
.modal_close:hover {
  color: #333;
}
/* フェードイン */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.are_profile_detail .modal_content {
	position: relative;
}
.are_profile_detail .modal_content .area_txt {
	padding: 30px;
background-image: linear-gradient(90deg, rgba(251,217,236,1.00), rgba(252, 236, 240, 1));
}
.are_profile_detail .modal_content .area_txt h3 {
	font-size: 26px;
	color: #e9546b;
	font-weight: 900;
	margin-bottom: 15px;
}
.are_profile_detail .modal_content .area_txt .note {
  background-image:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.00) 0%,
      rgba(255,255,255,0.00) 97%,
      #FFFFFF 97%,
      #FFFFFF 100%
    );
  background-size:100% 2em;
  line-height:1.8;
}
.are_profile_detail .modal_content .area_txt p {
	font-size: 15px;
	color: #6f523e;
	font-weight: 900;
    line-height: 2.1;
    padding-bottom: 5px;
}
.wrap_profile {
	position: relative;
	padding: 40px 0 35px;
	background-color: #ddf1ff;
	margin-bottom: 30px;
}
.wrap_profile_inner {
	position: relative;
}
.wrap_profile_inner .attention {
	text-align: center;
}
.area_series_features p {
	margin-bottom: 10px;
}
.wrap_profile .txt_series_01 {
	color: #000000;
	width: 415px;
    position: absolute;
	top: 92px;
	left: 30px;
    line-height: 1.3;
    box-sizing: border-box;
	font-weight: 700;
	line-height: 1.4;
	font-size: 16px;
}
.wrap_profile .txt_series_01 p {
	line-height: 1.2;
	display: flex;
	    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
}
.wrap_profile .txt_series_01 p span.b_circle {
	color: #00b7ee;
}
.wrap_profile .txt_series_01 h3 {
	text-align: center;
	font-size: 24px;
	color: #0082be;
	font-weight: 600;
	margin-bottom: 10px;
}
.wrap_profile .txt_series_02 {
	background-color: rgba(255,255,255,0.5);
	font-size: 16px;
	color: #000000;
	width: 380px;
    position: absolute;
	top: 450px;
	left: 30px;
    padding: 8px 12px;
    line-height: 1.3;
    box-sizing: border-box;
	font-weight: 700;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
.wrap_profile .txt_series_02 a,
.wrap_profile .txt_series_02 a:visited {
	color: #000000;
}
.wrap_profile .txt_series_02 h3 {
	font-size: 19px;
	margin-bottom: 5px;
	font-weight: 600;
}
.wrap_profile .txt_series_02 h3 span {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
}
.wrap_profile .txt_series_02 h3 span.blue {
	color: #1b86ca;
}
.wrap_profile .txt_series_02 .box_txt {
	margin-left: 15px;
}
.are_profile_img {
	position: relative;
	margin-bottom: 15px;
}
.profile_more {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #df6e72;
	padding: 5px 20px 5px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.profile_more .name {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	text-align: center;
    margin: 4px 35px 5px 11px;
	font-weight: 600;
}
.profile_more .txt_more {
	color: #df6e72;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	transition: .4s;
	background-color: #ffffff;
    border-radius: 30px;
    padding: 11px 25px 12px 11px;
	position: relative;
}
.profile_more:hover .txt_more {
	background-color: #F1D0D1;
}
.profile_more .txt_more span {
	font-size: 10px;
	position: absolute;
	top: 12px;
    right: 12px;
}
.profile_more .box_img {
	width: 90px;
}
.profile_more .box_img img {
	width: 100%;
}
.about_img_01 {
	text-align: center;
}
/* PCではボタン非表示 */
.js-feature-btn{
	display:none;
}
@media only screen and (max-width: 768px) {
	.wrap_profile {
		margin-bottom: 10%;
	}
	.are_profile_img {
		margin-bottom: 0;
	}
	.wrap_profile_inner .attention {
		font-size: 3.5vw;
	}
	.about_img_01 img {
		width: 100%;
	}
	.wrap_profile .txt_series_02 {
		position: relative;
		top:auto;
		width: 100%;
		margin: 0 0 0;
		font-weight: 500;
		font-size: 3.73vw;
        padding: 4.7%;
		left: auto;
	}
	.profile_more {
		position: relative;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: #df6e72;
		padding: 1.4% 3% 1.4% 3.1%;
		cursor: pointer;
		display: flex;
		align-items: center;
		border-radius: 10px;
	}
	.profile_img_02 {
		margin-bottom: 4.3%;
	}
	.profile_more .name {
		font-size: 3.5vw;
	    margin: 1% 0 1% 3.4%;
	}
	.profile_more .box_img {
		width: 22%;
	}
	.profile_more .txt_more {
		font-size: 2.7vw;
	    border-radius: 10px;
		position: absolute;
        right: 3%;
		padding: 2% 7% 2% 4%;
	}
	.profile_more .txt_more span {
		top: 31%;
		font-size: 2.5vw;
	}
	.wrap_profile {
		padding: 7.5% 0 3%;
	}
	.are_profile_detail .modal_content .area_txt h3 {
		font-size: 20px;
	}
	.are_profile_detail .modal_content .area_txt p {
		font-size: 13px;
	}
	.are_profile_detail .modal_content .area_txt .note {
		background-size: 100% 1.7em;
	}
	.wrap_profile .txt_series_01 {
		position: relative;
		top: auto;
        left: auto;
	}
	.wrap_profile .txt_series_01 h3 {
    	font-size: 4.5vw;
	}
	.wrap_profile .txt_series_01 {
		font-size: 3.4vw;
        width: 100%;
        margin-bottom: 8%;
	}
	.wrap_profile .txt_series_01 p {
	    text-shadow: unset;
		margin-bottom: 2%;
	}
	.wrap_profile .txt_series_02 {
        width: 95%;
        margin: 0 auto 3%;
	}
	.wrap_profile .txt_series_02 h3 span {
		font-size: 3.2vw;
	}
	.wrap_profile .txt_series_02 h3 {
    	font-size: 4.5vw;
	}
	.wrap_profile .txt_series_02 .box_txt {
		margin-left: 2%;
	}
	.wrap_profile .txt_series_02 .box_img {
		width: 20%;
	}
	.about_img_01 {
		margin-bottom: 3%;
	}
	.js-feature-text{
		position:relative;
		max-height:20vw;
		overflow:hidden;
		transition:max-height .3s ease;
		padding: 0 3%;
	}
	/* グラデーション */
	.js-feature-text::after{
		content:"";
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		height:80px;
		background:linear-gradient(
			to bottom,
			rgba(255,255,255,0),
			rgba(221,241,255,1)
		);
		pointer-events:none;
	}
	/* 開いたらグラデーションを消す */
	.js-feature-text.is-open{
		max-height:1000px;
	}
	.js-feature-text.is-open::after{
		display:none;
	}
	.js-feature-btn{
		display:block;
		width:100%;
		margin-top:15px;
		border:none;
		background:none;
		color:#0082be;
		cursor:pointer;
		position: absolute;
        bottom: -7%;
        font-size: 4vw;
	}
}
/********** /プロフィール **********/
/********** タブ **********/
.swipe_txt {
	text-align: center;
	margin-bottom: 30px;
}
.swipe_icon {
  position: sticky;
  top: 20%;
  opacity: 1;
  pointer-events: none;
  transition: opacity .8s;
  justify-content: center;
  z-index: 100;
  height: 0;
  overflow: visible;
}
.swipe_icon.is-hidden {
  opacity: 0;
}
.swipe_icon p {
}
.wrap_tab {
	background-color: #eeeeee;
	padding-top: 35px;
}
.wrap_tabs {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.wrap_tab .area_summary h3 {
	font-size: 33px;
	color: #7f3f81;
}
.tab {
	width: 1100px;
    margin: 0 auto 0;
    padding: 0 0 70px;
}
.tab-btn {
	padding: 8px 0px 6px;
	border: none;
	cursor: pointer;
	font-size: 24px;
	width: 50%;
	font-weight: 900;
	background-color: #fff;
}
.tab_mulchcover {
	border-radius: 20px 0px 0px 0px;
	color: #7f3f81;
	border: 3px solid #7f3f81;
	position: relative;
}
.small{font-size:1.6rem;}
.tab-btn .tab_bg_01 {
	position: absolute;
	left: 10px;
	top: 14px;
}
.tab-btn .tab_bg_02 {
	position: absolute;
	right:  10px;
	top: 14px;
}
.tab_accessories {
	border-radius: 0px 20px 0px 0px;
	color: #086cb9;
	border: 3px solid #086cb9;
	position: relative;
}
.tab-btn.active {
	padding: 10px 0px 5px;
	width: 50%;
	font-size: 33px;
}
.tab_mulchcover.active {
	background-color: #fce9fd;
}
.tab-btn.active .tab_bg_01,
.tab-btn.active .tab_bg_02 {
	top: 19px;
}
.tab_accessories.active {
	background-color: #ddedf9;
}
.tab_accessories img,
.tab_mulchcover img {
	opacity: .5;
}
.wrap_tab h2 {
	margin-bottom: 40px;
}
.tab_content {
	padding: 30px 0 60px;
	box-sizing: border-box;
	height: 600px;
	overflow-x: auto;
    overflow-y: scroll;
	position: relative;
}
.inner_tab_content {
	margin: 0 auto;
}
.sec_a {
	padding: 30px;
	background-color: #f0dff0;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
    align-items: center;
	max-width: 900px;
	margin: 0 auto 45px;
}
.sec_a.smallpieces {
	padding: 30px;
	background-color: #ffffff;
	border: 1px solid #c490bf;
}
.sec_a.smallpieces .box_img {
    width: 292px;
}
.sec_a.smallpieces .box_txt {
    width: 480px;
}
.sec_a h3 {
	font-size: 21px;
	color: #7f3f81;
	font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
}
.sec_a .box_txt p {
    line-height: 1.5;
}
.sec_a .box_txt {
	width: 400px;
}
.sec_a .box_img {
	width: 342px;
}
.sec_a.cushion {
	margin: 30px auto 45px;
	justify-content: space-between;
}
.sec_a.cushion .box_img {
    width: 453px;
}
.sec_a.cushion .box_txt h3 {
	text-align: center;
	font-size: 26px;
    margin-bottom: 25px;
}
.sec_a.cushion .box_txt p {
	text-align: center;
	font-size: 20px;
}
.sec_a.cushion .box_txt {
    width: 375px;
}
.wrap_mulchcover_inner .sec_a.cushion .box_txt .size {
	font-size: 16px;
    background-color: #ffffff;
    padding: 5px 0;
    margin-top: 15px;
}
.cushion .area_summary{padding:0 4rem 0 0;}
.cushion .area_summary h3{margin: 0 0 2vh 0; }
@media only screen and (max-width: 768px) {
	.swipe_icon {
		top: 30%;
	}
	.swipe_icon p {
		width: 70%;
		margin: 0 auto;
	  display: flex;
	}
	.swipe_icon p img {
		width: 100%;
	}
	.tab {
		width: 100%;
		padding: 0 0 10%;
	}
			.small{font-size:.6rem;}
	.wrap_tab {
		padding: 35px 10px 0;
	}
	.wrap_tab h2 {
		font-size: 3.9vw;
	    margin-bottom: 8%;
	}
	.tab-btn {
		padding: 20px 0px 17px;
		font-size: 3.5vw;
	}
	.tab-btn {
		padding: 2% 0px 1%;
	}
	.tab-btn.active {
		padding: 2.5% 0px 1.5%;
		font-size: 3.5vw;
	}
	.tab_content {
		padding: 0 0 5%;
		height: auto;
		overflow: hidden;
	}
	.tab_content p {
        font-size: 4vw;
        line-height: 1.5;
	}
	.sec_a {
		display: block;
        padding: 6%;
		width: 94%;
	}
	.sec_a .box_txt,
	.sec_a.cushion .box_txt,
	.sec_a.smallpieces .box_txt {
		width: 100%;
	}
	.sec_a .box_img,
	.sec_a.cushion .box_img,
	.sec_a.smallpieces .box_img {
		width: 100%;
		margin-bottom: 3%;
	}
	.sec_a h3 {
		text-align: center;
        font-size: 4vw;
        margin-bottom: 4%;
	}
	.sec_a .box_txt p {
		font-size: 3.5vw;
	}
	.sec_a.cushion .box_txt h3,
	.sec_a.smallpieces .box_txt h3 {
	    font-size: 5vw;
		margin-bottom: 4%;
	}
	.sec_a.cushion .box_txt p {
		font-size: 4.5vw;
        margin-bottom: 5%;
	}
	.sec_a.smallpieces .box_txt p {
		font-size: 4.5vw;
        margin-bottom: 0;
	}
	.wrap_mulchcover_inner .sec_a.cushion .box_txt .size {
        font-size: 3vw;
        margin-bottom: 0;
	}
	.tab-btn .tab_bg_01, .tab-btn .tab_bg_02 {
		display: none;
	}
	.tab-btn .tab_bg_02 {
		right: 4%;
	}
	.tab_accessories.active {
		width: 60%;
	}
	.tab-btn.active .tab_bg_01, .tab-btn.active .tab_bg_02 {
		top: 41%;
	}
	.tab_mulchcover .tab_bg_01 {
		left: 5%;
	}
	.tab_mulchcover {
		border: 2px solid #7f3f81;
	}
	.tab_accessories {
		border: 2px solid #086cb9;
	}
	.sec_a.smallpieces {
		margin: 0 auto;
	}
	.sec_a.cushion {
		margin: 10% auto 5%;
	}
}
/********** /タブ **********/
/********** マルチカバー **********/
.wrap_mulchcover {
	background-color: #ffffff;
}
.wrap_mulchcover .attention {
	margin-bottom: 30px;
}
.wrap_mulchcover .area_summary p {
	color: #000;
}
.main_content .mulchcover_content {
	text-align: center;
}
.main_content .mulchcover_content h3 {
	font-size: 20px;
	color: #df6e72;
	font-weight: 600;
	text-align: center;
	margin-bottom: 25px;
}
.main_content .mulchcover_content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}
.main_content .mulchcover_content .box_txt {
	margin-bottom: 25px;
}
.main_content .mulchcover_content .box_img {
	width: 100%;
}
.main_content .mulchcover_content .box_img img {
	width: 100%;
}
.mulchcover_Map {
	width: 704px;
	position: relative;
	margin: 0 auto;
}
.mulchcover_Map img {
	width: 100%;
}
.mulchcover_link {
	position: absolute;
    top: 0;
	width: 100%;
}
.mulchcover_Map a {
	display: block;
	position: absolute;
	width: 28px;
}
.mulchcover_Map a.mulchcover01 {
    top: 329px;
    left: 207px;
}
.mulchcover_Map a.mulchcover02 {
    top: 330px;
    left: 331px;
}
.mulchcover_Map a.mulchcover03 {
	top: 328px;
    right: 100px;
}
.mulchcover_Map a.mulchcover04 {
	top: 457px;
    left: 329px;
}
.mulchcover_Map a.mulchcover05 {
	top: 585px;
    left: 206px;
}
.mulchcover_Map a.mulchcover06 {
	top: 715px;
    right: 230px;
}
.mulchcover_Map a.mulchcover07 {
	top: 715px;
    right: 108px;
}
.mulchcover_Map a.mulchcover08 {
	top: 840px;
    right: 106px;
}
.glass {
}
.mulchcover07 .glass,
.mulchcover08 .glass,
.mulchcover09 .glass {
	bottom: 8px;
}
.mulchcover_link a img {
	width: 100%;
}
.mulchcover_content > div {
	display: none;
}
.mulchcover_link a.active {
}
.wrap_mulchcover_inner p {
	text-align: center;
}
.wrap_mulchcover_inner .size {
	text-align: center;
	color: #000000;
	font-weight: 500;
    background-color: #f0dff0;
    border-radius: 60px;
    margin: 0 auto;
    padding: 10px 0 11px;
    width: 300px;
	margin-bottom: 15px;
}
.wrap_mulchcover_inner .cushion .size {
	font-size: 16px;
	line-height: 1;
}
.flow_list .box_number {
	width: 60px;
	height: 60px;
	background-color: #df6e72;
	border-radius: 60px;
	color: #ffd6d7;
}
.flow_list .box_number p {
	color: #ffd6d7;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0 0 0;
}
::-webkit-full-page-media, :future, :root .flow_list .box_number p{
		padding: 13px 0 0 0;
}
.flow_list .box_number p span {
	font-size: 25px;
	display: block;
}
.flow_list .box_txt {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 15px;
	width: calc(100% - 70px);
	display: flex;
    align-items: center;
	position: relative;
}
.flow_list .box_txt::after {
	content: "";
	width: 14px;
	height: 12px;
	background-image: url("../images/flow_arrow.webp");
	background-repeat: no-repeat;
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.flow_list .s_5 .box_txt::after {
	display: none;
}
.flow_list .box_txt p {
	color: #6f523e;
	font-size: 16px;
	font-weight: 500;
    line-height: 1.3;
}
.flow_list .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.flow_list .box.s_5 {
	margin-bottom: 0;
}
.mulchcover .popup-content {
	border: 1px solid #df6e72;
	max-width: 400px;
/*	background-color: #ffe7e8;*/
}
.mulchcover .popup-content h3 {
	margin-bottom: 15px;
	text-align: center;
	font-weight: 900;
}
.mulchcover .popup-content h3 span {
	color: #df6e72;
}
.mulchcover .popup-content h3.mulchcover01_h3 span {
	color: #434343;
}
.mulchcover .popup-content h3.mulchcover03_h3 span {
	color: #bd8fb9;
}
.mulchcover .popup-content h3.mulchcover04_h3 span {
	color: #6d7073;
}
.mulchcover .popup-content h3.mulchcover05_h3 span {
	color: #78945a;
}
.mulchcover .popup-content h3.mulchcover06_h3 span {
	color: #8977b6;
}
.mulchcover .popup-content h3.mulchcover07_h3 span {
	color: #895991;
}
.mulchcover .popup-content h3.mulchcover08_h3 span {
	color: #496c75;
}
.mulchcover .popup-content .box_txt {
	margin-bottom: 0px;
}
.mulchcover .popup-content .box_txt h4 {
	color: #000;
    font-size: 14px;
	text-align: center;
	line-height: 1.3;
	font-weight: 900;
}
.mulchcover .popup-content .box_txt p {
	color: #000;
    font-size: 14px;
	text-align: center;
	line-height: 1.3;
}
.area_color_flow {
	margin-bottom: 45px;
	background-image: url("../images/flow_img_bg.webp");
	background-repeat: no-repeat;
	background-size: cover;
    padding: 50px 0;
	margin: 30px 0 30px;
}
.area_color_flow .box_img img {
	width: auto;
}
.area_color_flow .box_bubble {
	max-width: 670px;
	width: 100%;
	position: relative;
    margin: 0 auto 5px;
}
.area_color_flow .box_bubble p {
	position: absolute;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
.area_color_flow .box_bubble p.txt_01 {
	top: 48px;
    left: 21px;
}
.area_color_flow .box_bubble p.txt_02 {
    top: 46px;
    right: 11px;
}
.cushion {
    border-top: solid thin #ecd0e9;
    margin: 2rem auto 3rem auto;
    width: 90%;
	padding: 5vh 0 0;
}
.cushion > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	gap: 15px;
}
.cushion .area_summary{padding:0;margin: 0;}
.cushion .area_summary h3{margin: 0 0 2vh 0; }
@media only screen and (max-width: 768px) {
	::-webkit-full-page-media, :future, :root .flow_list .box_number p{
			padding: 9px 0 0 0;
	}
	.wrap_mulchcover {
		display: block;
	}
	.mulchcover_Map {
		width: 100%;
	}
	.content_width {
		width: 95%;
	}
	.wrap_point {
		display: block;
		width: 100%;
		margin: 0 auto 7%;
	}
	.wrap_point .box,
	.wrap_point .box .inner {
		width: 100%;
		height: auto;
	}
	.wrap_point .box {
		padding: 1% 0 8%;
		background-size: 5%;
	}
	.mulchcover_main {
		padding: 0 3%;
	}
	.turkeyblue_Map .mulchcover_main {
		padding: 0 1%;
	}
	.mulchcover_main img {
		width: 100%;
	}
	.wrap_mulchcover_inner p {
		font-size: 4vw;
	}
	.wrap_mulchcover_inner .size,
	.wrap_mulchcover_inner .cushion .size {
		font-size: 3vw;
		padding: 2% 0 2%;
        width: 65%;
		margin-bottom: 5%;
	}
	.wrap_mulchcover_inner .cushion .size {
		margin-top: 4%;
	}
	.mulchcover_Map .size {
		margin-top: 5%;
		margin-bottom: 10%;
		font-size: 3.2vw;
	}
	.wrap_mulchcover .area_summary.sp {
		margin-bottom: 0;
	}
	.wrap_mulchcover .area_summary.sp p {
	    font-size: 3.4vw;
		line-height: 1.5;
	}
	.wrap_mulchcover .area_summary h3 {
        font-size: 5vw;
        margin-bottom: 4%;
        line-height: 1.4;
	}
	.wrap_tab .area_summary h3 {
		margin-top: 10%;
	}
	.wrap_mulchcover .attention {
	    font-size: 3.5vw;
	}
	.wrap_mulchcover .attention {
		margin-bottom: 0;
	}
	.glass {
	}
	.mulchcover .popup-content h3 {
		font-size: 3.8vw;
		margin-bottom: 6%;
	}
	.mulchcover .popup-content .box_txt p {
		font-size: 3.2vw;
	}
	.mulchcover .popup-content .box_txt {
		margin-bottom: 10.3%;
	}
	.mulchcover_Map a {
        width: 7%;
	}
	.mulchcover_Map a.mulchcover01 {
		top: 30.8%;
        left: 27%;
	}
	.mulchcover_Map a.mulchcover02 {
		top: 31%;
        left: 44%;
	}
	.mulchcover_Map a.mulchcover03 {
		top: 31%;
        right: 16%;
	}
	.mulchcover_Map a.mulchcover04 {
		top: 44%;
        left: 44%;
	}
	.mulchcover_Map a.mulchcover05 {
		top: 57%;
        left: 27%;
	}
	.mulchcover_Map a.mulchcover06 {
		top: 70.5%;
        right: 34%;
	}
	.mulchcover_Map a.mulchcover07 {
        top: 70.5%;
        right: 18%;
	}
	.mulchcover_Map a.mulchcover08 {
        top: 83%;
        right: 18%;
	}
	.popup-overlay.mulchcover .popup-body .box_img {
		width: 90%;
        margin: 0 auto;
	}
	.turkeyblue_Map .bubble_txt {
		top: 2.5%;
		left: auto;
		font-size: 3vw;
		right: 6%;
	}
	.cushion {
		padding: 0;
	}
}
.box_flow_img .swiper-slide img {
	width: auto;
}
.swiper_flow .swiper-wrapper {
    align-items: center;
    justify-content: space-between;
	max-width: 1010px;
	margin: 0 auto;
}
.swiper_flow .swiper-slide {
	width: auto;
	position: relative;
}
.swiper_flow .swiper-slide .box_arrow {
	position: absolute;
    top: 65px;
    right: -31px;
    z-index: 100;
}
.swiper_flow .swiper-slide .box_img {
	position: relative;
    z-index: 10;
}
.swiper_flow .swiper-slide p {
	background-color: #c490bf;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	height: 84px;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
	.swiper_flow {
		overflow: hidden;
	}
	.swiper_flow .swiper-pagination {
		position: relative;
	}
	.flow-pagination {
		bottom: 0 !important;
	}
	.flow-pagination .swiper-pagination-bullet {
		background: #eea9ff;
		opacity: 1;
        height: 5px;
        width: 5px;
	}
	.flow-pagination .swiper-pagination-bullet-active {
		background: #7f3f81;
	}
	.box_flow_img .swiper-slide img {
		width: 100%;
	}
	.area_color_flow .box_bubble img {
		width: 92%;
		display: block;
		margin: 0 auto 3%;
	}
	.swiper_flow .swiper-slide .box_arrow {
		position: absolute;
		top: 19%;
		right: -19%;
        z-index: 100;
        width: 25%;
	}
	.swiper_flow .swiper-slide p {
		font-size: 3.4vw;
		font-weight: 600;
	}
	.area_color_flow .box_bubble p {
		font-size: 3.2vw;
	}
	.area_color_flow .box_bubble p.txt_01 {
		top: 11%;
		left: 7%;
	}
	.area_color_flow .box_bubble p.txt_02 {
		top: 9%;
        right: 4.8%;
	}
	.area_color_flow {
		padding: 7% 0;
        background-position-x: 73%;
		margin: 5% 0 8%;
	}
	.swiper_flow .swiper-wrapper {
		margin: 0 auto 3%;
	}
	.mulchcover_Map a::after {
		content: "";
		position: absolute;
        top: -131%;
        right: -17%;
        bottom: -11%;
        left: -131%;
	}
	.wrap_mulchcover_inner .sec_a {
		margin: 0 auto 5%;
	}
}
/********** /マルチカバー **********/
/********** 小物 **********/
.wrap_accessories {
	margin-bottom: 30px;
	position: relative;
	background-color: #ffffff;
}
.area_swiper_inner {
	position: relative;
}
.wrap_tab .wrap_accessories h3 {
	color: #036eb8;
	font-size: 30px;
}
.wrap_accessories .area_summary h4 {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.swiper--wrapper {
  width: 100%;
  height: 300px;
}
.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: auto;
  text-align: center;
}
.swiper-slide img {
	width: 100%;
	position: relative;
    z-index: 10;
}
.wrap_accessories .swiper-slide img,
.wrap_next_issue .swiper-slide img {
	cursor: pointer;
}
.accessories_content {
	display: none;
}
.swiper-slide .inner .box_txt {
	display: none;
	transition: .3s;
}
.area_swiper .swiper-button-prev {
	left: -37px;
}
.area_swiper .swiper-button-next {
	right: 27px;
}
.area_swiper {
	position: relative;
}
.area_swiper .swiper-button-next,
.area_swiper .swiper-button-prev {
	width: 27px;
	height: 27px;
}
.area_swiper .swiper-button-prev:after {
	content: "";
	width: 27px;
	height: 27px;
	background-image: url("../images/prev.webp");
	background-repeat: no-repeat;
	background-size: contain;
}
.area_swiper .swiper-button-next:after {
	content: "";
	width: 27px;
	height: 27px;
	background-image: url("../images/after.webp");
	background-repeat: no-repeat;
	background-size: contain;
}
.wrap_accessories .area_swiper .swiper-button-prev:after {
	background-image: url("../images/prev.webp");
	background-repeat: no-repeat;
}
.wrap_accessories .area_swiper .swiper-button-next:after {
	background-image: url("../images/after.webp");
	background-repeat: no-repeat;
}
.wrap_accessories .swiper-slide .inner:hover .box_txt h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.3;
}
.wrap_accessories .swiper-slide .inner:hover .box_txt p {
	font-size: 14px;
}
.wrap_accessories .swiper {
    margin-left: 22px;
    width: 832px;
}
.wrap_accessories .area_swiper .swiper-button-next {
    right: 2px;
}
.wrap_accessories .area_swiper .swiper-button-prev {
    left: -13px;
}
.accessories .popup-content {
	border: 1px solid #227cc1;
}
.accessories .popup-content .box_img {
	width: 100%;
}
.accessories .popup-content .box_txt h3 {
	text-align: center;
	color: #227cc1;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.accessories .popup-content .popup-body {
}
.accessories .popup-content h3 {
	color: #4cb19d;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.accessories .popup-content p {
	font-size: 14px;
	line-height: 1.3;
}
.wrap_accessories .sec_a h3 {
	color: #009cc6;
    font-size: 21px;
}
.wrap_accessories .sec_a {
	background-color: #e6f5ff;
    justify-content: space-between;
}
.wrap_accessories .sec_a .box_txt {
    width: 460px;
}
.turkeyblue_Map {
	position: relative;
	max-width: 922px;
	margin: 0 auto 45px;
}
.turkeyblue_Map .bubble_txt {
	position: absolute;
	top: 24px;
    left: 48px;
	font-size: 20px;
	font-weight: 600;
}
.turkeyblue_Map .size {
	position: absolute;
	bottom: 8px;
    right: 0;
    background-color: #aed4f1;
    padding: 8px 17px 10px 17px;
    border-radius: 15px;
    text-align: center;
}
.turkeyblue_pop_01,
.turkeyblue_pop_02,
.turkeyblue_pop_03,
.turkeyblue_pop_04,
.turkeyblue_pop_05,
.turkeyblue_pop_06,
.turkeyblue_pop_07,
.turkeyblue_pop_08,
.turkeyblue_pop_09,
.turkeyblue_pop_10,
.turkeyblue_pop_11,
.turkeyblue_pop_12,
.turkeyblue_pop_13,
.turkeyblue_pop_14,
.turkeyblue_pop_15,
.turkeyblue_pop_16 {
	position: absolute;
	cursor: pointer;
}
.turkeyblue_pop_01 {
	top: 200px;
    left: 320px;
}
.turkeyblue_pop_02 {
	top: 200px;
    right: 341px;
}
.turkeyblue_pop_03 {
	top: 193px;
    right: 95px;
}
.turkeyblue_pop_04 {
	top: 323px;
    left: 206px;
}
.turkeyblue_pop_05 {
	top: 316px;
    left: 436px;
}
.turkeyblue_pop_06 {
	top: 306px;
    right: 215px;
}
.turkeyblue_pop_07 {
	top: 435px;
    left: 97px;
}
.turkeyblue_pop_08 {
    top: 431px;
    left: 322px;
}
.turkeyblue_pop_09 {
	top: 431px;
    right: 328px;
}
.turkeyblue_pop_10 {
    top: 423px;
    right: 104px;
}
.turkeyblue_pop_11 {
    top: 547px;
    left: 212px;
}
.turkeyblue_pop_12 {
    top: 547px;
    left: 447px;
}
.turkeyblue_pop_13 {
    top: 547px;
	right: 212px;
}
.turkeyblue_pop_14 {
    top: 670px;
    left: 94px;
}
.turkeyblue_pop_15 {
    top: 670px;
    left: 325px;
}
.turkeyblue_pop_16 {
    top: 670px;
    right: 329px;
}
.accessories .popup-content {
    max-width: 400px;
}
.img_turkeyblue_02 {
	text-align: center;
	margin-bottom: 45px;
}
.area_turkeyblue_0304 {
	max-width: 900px;
	margin: 0 auto 60px;
	display: flex;
    justify-content: space-between;
}
.area_turkeyblue_0304 h4 {
	color: #227cc1;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}
.area_turkeyblue_03 h4 {
	margin-bottom: 30px;
}
.area_turkeyblue_04 h4 {
	margin-bottom: 58px;
}
.area_turkeyblue_03 {
	width: 448px;
	border: 1px solid #2b8fd5;
	border-radius: 20px;
	padding: 40px;
}
.area_turkeyblue_04 {
	width: 424px;
	border: 1px solid #2b8fd5;
	border-radius: 20px;
	padding: 40px;
}
.wrap_mulchcover_inner,
.wrap_accessories_inner {
	padding-bottom: 30px;
}
.area_designer {
	max-width: 900px;
    margin: 0 auto;
	padding: 25px 74px;
}
.area_designer .inner {
    margin: 0 auto;
}
.area_designer .inner h4 {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 15px;
}
.area_designer .inner .box_txt_01 {
	color: #297fc2;
	text-align: center;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.wrap_mulchcover_inner,
	.wrap_accessories_inner {
		padding-bottom: 0;
	}
	.area_swiper .swiper-button-next,
	.area_swiper .swiper-button-prev {
		width: 22px;
		height: 22px;
	}
	.area_swiper .swiper-button-prev:after,
	.area_swiper .swiper-button-next:after {
		content: "";
		width: 22px;
		height: 22px;
	}
	.area_swiper .swiper-button-next, .area_swiper .swiper-button-prev {
		top: 46%;
	}
	.wrap_accessories .area_swiper .swiper-button-prev {
		left: -15px;
	}
	.wrap_accessories .area_swiper .swiper-button-next {
		right: -15px;
	}
	.wrap_accessories h3 {
		font-size: 4.8vw;
	}
	.wrap_accessories .area_summary h4 {
		font-size: 4vw;
		margin-bottom: 8%;
		line-height: 1.4;
	}
	.wrap_accessories .swiper {
		width: 95%;
		margin: 0 auto;
	}
	.accessories .popup-content .popup-body {
		display: block;
	}
	.accessories .popup-content .box_img {
		margin: 0 auto 7%;
	}
	.accessories .popup-content .box_txt {
		width: 100%;
	}
	.accessories .popup-content h3 {
		text-align: center;
		font-size: 4vw;
		margin-bottom: 5%;
	}
	.accessories .popup-content p {
		font-size: 3.2vw;
	}
	.wrap_tab .wrap_accessories h3 {
		font-size: 4.8vw;
	}
	.wrap_accessories .sec_a .box_txt {
		width: 100%;
	}
	.turkeyblue_pop {
		width: 7%;
	}
	.turkeyblue_pop img {
		width: 100%;
	}
	.turkeyblue_Map .size {
		bottom: -11%;
        right: 0;
        padding: 2% 2% 2% 2%;
        border-radius: 10px;
        left: 0;
        font-size: 2.5vw;
        width: 70%;
        margin: 0 auto;
	}
	.turkeyblue_pop_01 {
		top: 35%;
		left: auto;
		right: 23%;
	}
	.turkeyblue_pop_02 {
		top: 60%;
		right: 23%;
	}
	.turkeyblue_pop_03 {
		top: 86%;
        right: 22%;
	}
	.turkeyblue_pop_07 {
		top: 11%;
		left: 36.5%;
	}
	.turkeyblue_pop_14 {
		top: 10.5%;
        left: 3%;
	}
	.turkeyblue_Map .bubble_txt {
		top: 2.5%;
		left: auto;
		font-size: 3.2vw;
		right: 5.5%;
	}
	.turkeyblue_pop_04 {
		top: 23%;
		left: auto;
		right: 40%;
	}
	.turkeyblue_pop_05 {
		top: 47.5%;
		left: auto;
		right: 39%;
	}
	.turkeyblue_pop_06 {
		top: 73.5%;
		right: 38%;
	}
	.turkeyblue_pop_08 {
		top: 35.5%;
		left: 37%;
	}
	.turkeyblue_pop_09 {
		top: 61.5%;
		right: auto;
		left: 38%;
	}
	.turkeyblue_pop_10 {
		top: 85%;
		right: auto;
		left: 38.5%;
	}
	.turkeyblue_pop_11 {
		top: 23.5%;
		left: 20%;
	}
	.turkeyblue_pop_12 {
		top: 48.5%;
		left: 19.5%;
	}
	.turkeyblue_pop_13 {
		top: 73.5%;
		right: auto;
		left: 20%;
	}
	.turkeyblue_pop_15 {
		top: 35.5%;
		left: 5%;
	}
	.turkeyblue_pop_16 {
		top: 61%;
		right: auto;
		left: 5%;
	}
	.wrap_accessories .sec_a {
		margin-bottom: 5%;
	}
	.wrap_accessories .area_summary {
        margin:0 auto 5%;
		width: 94%;
    }
	.turkeyblue_Map {
		margin: 0 auto 22%;
	}
	.wrap_tab .wrap_accessories .turkeyblue_summary_01 h3 {
		font-size: 4vw;
	}
	.img_turkeyblue_02 {
		margin: 0 auto 3%;
	}
	.area_turkeyblue_0304 {
		width: 94%;
		display: block;
		margin: 0 auto 5%;
	}
	.area_turkeyblue_03 {
		width: 100%;
	    padding: 7%;
		margin-bottom: 5%;
	}
	.area_turkeyblue_04 {
		width: 100%;
		padding: 7%;
	}
	.tab_turkeyblue_02 {
		margin-bottom: 5%;
	}
	.area_turkeyblue_0304 h4 {
    	font-size: 4.3vw;
		margin-bottom: 5%;
	}
	.wrap_accessories {
		margin-bottom: 5%;
	}
	.area_designer {
		padding: 5% 5%;
		width: 94%;
	}
	.turkeyblue_pop::after {
		content: "";
		position: absolute;
		top: -56%;
        right: -252%;
        bottom: -76%;
        left: -15%;
	}
	/* imgは通常通り */
	.turkeyblue_pop img {
		display: block;
	}
}
/********** /小物 **********/
/********** マガジン紹介 **********/
.wrap_magazine {
    padding-top: 60px;
    margin-bottom: 45px;
}
.wrap_magazine .area_summary p {
	font-size: 36px;
	font-weight: 700;
	color: #009cc6;
}
.wrap_magazine .area_summary p span {
	display: inline-block;
    background-color: #f19ec2;
    padding: 3px 5px 5px 5px;
    margin: 0 5px;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
}
.wrap_magazine .box_bubble {
	width: 394px;
	margin: 0 auto;
	position: relative;
}
.wrap_magazine .box_bubble .txt_01 {
	position: absolute;
	top: 47px;
    left: 16px;
	text-align: center;
	color: #009cc6;
	font-size: 20px;
	font-weight: 700;
}
/*アコーディオン*/
.accordion {
	margin-inline: auto;
	margin-top: 30px;
	max-width: 960px;
	position: relative;
	width: 100%;
}
.accordion-title {
	color: #6f523e;
	cursor: pointer;
	font-size: 26px;
}
.accordion-content {
	display: none;
	padding: 30px 0;
}
.accordion-content .explanation {
	text-align: center;
	font-size: 24px;
	color: #000000;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 30px;
}
.accordion-content.accordion_c_02 .explanation {
	line-height: 1.8;
}
.accordion-content.accordion_c_03 .explanation {
	line-height: 1.8;
	margin-bottom: 15px;
}
.accordion_attention {
	font-weight: 600;
}
.accordion_c_02 .accordion_attention {
	text-align: center;
	color: #3590d6;
}
.accordion_c_03 .accordion_attention {
	color: #db846a;
	max-width: 790px;
    margin: 0 auto;
}
.accordion-content.accordion_c_01 .box_img {
	margin: 0 auto;
	padding: 30px 0;
}
.accordion-content.accordion_c_02 .box_img {
	max-width: 585px;
	margin: 0 auto 15px;
}
.accordion-content.accordion_c_03 .box_img {
	max-width: 314px;
	margin: 0 auto 15px;
}
.accordion-item {
	margin-bottom: 17px;
}
.accordion-item .accordion-title {
	background-color: #a67da7;
	border-radius: 15px;
}
.accordion-item.accordion-item_02 .accordion-title {
	background-color: #3590d6;
}
.accordion-item.accordion-item_03 .accordion-title {
	background-color: #db846a;
}
.accordion-item.accordion-item_04 .accordion-title {
	background-color: #db6a82;
}
.accordion-item .accordion-title .part {
	padding: 9px 0 1px;
}
.accordion-item .accordion-title h3 {
	width: 86%;
    text-align: center;
	font-weight: 700;
	font-size: 40px;
}
.accordion-item .accordion-title h3 span {
	font-size: 20px;
	font-weight: 500;
}
.accordion-title .inner {
	position: relative;
	padding: 7px 30px 9px;
	font-weight: 600;
    color: #ffffff;
	display: flex;
    justify-content: flex-start;
}
.accordion-item_04 .accordion-title .inner {
}
.accordion-item_04 .accordion-title a {
	text-decoration: none;
}
.accordion-title .inner::after {
	content: "";
	display: block;
	height: 14px;
	width: 12px;
	background-image: url("../images/accordion_triangle.webp");
	background-repeat: no-repeat;
	position: absolute;
	right: 25px;
	top: 37%;
	transform: rotate(0deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 15px;
}
/*.accordion-title .inner::after {
	border-right: solid 3px #6f523e;
	border-top: solid 3px #6f523e;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	right: 25px;
	top: 37%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 15px;
}*/
.accordion-title.open .inner::after {
	transform: rotate(90deg);
	top: 24px;
}
.accordion-item_04 .accordion-title.open .inner::after {
}
.accordion_c_03_img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.accordion_c_03_img .box_l {
	width: 356px;
}
.accordion_c_03_img .support {
	width: 267px;
	background-color: #d2d7ea;
	margin-left: 20px;
	padding: 35px 20px;
}
.accordion_c_03_img .support p.txt {
	font-size: 14px;
	margin-bottom: 25px;
}
.accordion_c_03_img .support h4 {
	font-size: 16px;
	font-weight: 500;
	color: #094e89;
	text-align: center;
	margin-bottom: 19px;
}
.accordion_c_03_img .support .mark {
	position: relative;
	width: 152px;
	margin: 0 auto;
}
.accordion_c_03_img .support .mark p {
	color: #094e89;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-weight: 500;
}
.accordion_c_03_img .support .box_img {
	width: 162px;
	margin: 0 auto;
}
.accordion_c_01 .area_content {
	position: relative;
}
.accordion_c_01 .txt_01 {
	position: absolute;
	top: 25px;
    left: 17px;
}
.accordion_c_01 .txt_02 {
	position: absolute;
	top: 8px;
    left: 269px;
}
.accordion_c_01 .txt_03 {
	position: absolute;
    top: 5px;
    right: 36px;
}
.accordion_c_01 .txt_04 {
	position: absolute;
	bottom: -5px;
    left: 7px;
}
.accordion_c_01 .txt_05 {
	position: absolute;
    bottom: 0;
    left: 273px;
}
.accordion_c_01 .txt_06 {
	position: absolute;
    bottom: 0;
    right: 228px;
}
.accordion_c_01 .txt_07 {
	position: absolute;
	bottom: 0;
    right: 0;
}
.accordion_c_04 .area_support {
	display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
}
.accordion_c_04 .area_support .box_txt {
	width: 246px;
	background-color: #fffee9;
	border: solid #a4a4a4 1px;
	border-radius: 15px;
	padding: 20px;
}
.accordion_c_04 .area_support .box_txt h4 {
	color: #db6a82;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 500;
}
.accordion_c_04 .area_support .box_txt p {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}
.accordion_c_04 .area_support .box_img {
	width: 316px;
}
.accordion-content.accordion_c_04 .explanation {
	margin-bottom: 15px;		
	color: #db6a82;
}
.accordion-content.accordion_c_04 .explanation_02 {
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
	.wrap_magazine {
		padding-top: 6%;
		margin-bottom: 8%;
	}
	.wrap_magazine .area_summary p {
		font-size: 4vw;
	}
	.wrap_magazine .area_summary {
		margin-bottom: 0;
	}
	.accordion {
		margin-top: 6%;
		padding: 0 4%;
	}
	.accordion-title {
		padding: 3px;
	}
	.accordion-title .inner {
		font-size: 3.8vw;
		padding: 6% 4%;
	}
	.accordion-content {
		padding: 5% 0;
	}
	.accordion-title .inner::after {
		right: 2.5%;
        top: 43%;
		width: 2%;
		background-size: contain;
	}
	.accordion-title.open .inner::after {
		transform: rotate(90deg);
		top: 38%;
		right: 3%;
	}
	.accordion-content .explanation {
		font-size: 3.6vw;
		margin-bottom: 4%;
	}
	.accordion-content.accordion_c_03 .explanation {
		margin-bottom: 4%;
	}
	.accordion-content.accordion_c_03 .attention {
		margin-bottom: 8%;
	}
	.accordion-content.accordion_c_02 .box_img {
		width: 75%;
	}
	.accordion-content.accordion_c_03 .box_img {
		width: 60%;
	}
	.accordion_c_03_img {
		display: block;
	}
	.accordion_c_03_img .box_l {
		width: 80%;
		margin: 0 auto 5%;
	}
	.accordion_c_03_img .support {
		width: 80%;
		margin: 0 auto;
		padding: 6%;
	}
	.area_content p {
		font-size: 3vw;
	}
	.accordion-content.accordion_c_01 .box_img {
		margin: 0 auto;
		padding: 10% 0;
	}
	.box_mark {
		display: flex;
	}
	.accordion-item {
		margin-bottom: 5%;
	}
	.mark img {
		width: 50%;
        position: relative;
        right: 10%;
        display: inline-block;
	}
	.accordion_c_03_img .support .box_img {
		width: 55%;
	}
	.accordion_c_03_img .support .mark {
		position: relative;
		width: 45%;
		margin: 0 auto;
		text-align: right;
	}
	.accordion_c_03_img .support .mark p {
		font-size: 4vw;
		top: 36%;
		right: 3%;
		font-weight: 500;
	}
	.accordion_c_03_img .support h4 {
		font-size: 4.5vw;
		margin-bottom: 5%;
	}
	.accordion_c_03_img .support p.txt {
		font-size: 4vw;
		margin-bottom: 8%;
		line-height: 1.3;
	}
	.wrap_magazine .box_bubble {
	    width: 75%;
	}
	.wrap_magazine .box_bubble .txt_01 {
		top: 36%;
		left: 3%;
		font-size: 4vw;
	}
	.accordion-item .accordion-title .part {
		width: 12%;
		padding: 0;
	}
	.accordion-item .accordion-title .part img {
		width: 100%;
	}
	.accordion-item .accordion-title h3 span {
	    font-size: 4vw;
        display: block;
	}
	.accordion-item .accordion-title h3 {
		width: 86%;
		font-size: 4.5vw;
	}
	.accordion-title .inner {
        padding: 3.5% 2% 4%;
		align-items: center;
    }
	.accordion-item_04 .accordion-title .inner {
	}
	.accordion_c_01 .txt_01 {
		top: 2.5%;
		left: 4%;
	}
	.accordion_c_01 .txt_02 {
		top: 0;
		left: auto;
        right: 0;
	}
	.accordion_c_01 .txt_03 {
		top: 52%;
		right: 3%;
	}
	.accordion_c_01 .txt_04 {
		bottom: auto;
		left: 3%;
		top: 45.5%;
	}
	.accordion_c_01 .txt_05 {
		bottom: auto;
		left: auto;
		top: 45.5%;
		right: 2%;
	}
	.accordion_c_01 .txt_06 {
		bottom: 1%;
		right: auto;
		left: 1%;
	}
	.accordion_attention {
		font-size: 3vw;
	}
	.accordion-content.accordion_c_04 .explanation_02 {
		margin-bottom: 5%;
		font-size: 3vw;
	}
	.accordion_c_04 .area_support .box_txt {
		width: 40%;		
		padding: 2%;
	}
	.accordion_c_04 .area_support .box_img {
		width: 45%;
	}
	.accordion_c_04 .area_support {
	    column-gap: 3%;
	}
	.accordion_c_04 .area_support .box_txt h4 {
		font-size: 4vw;
	}
	.accordion_c_04 .area_support .box_txt p {
	    font-size: 3.5vw;
	}
}
/********** /マガジン紹介 **********/
/********** 近刊予告 **********/
.line_next_issue {
    display: none;
    content: "";
    width: 100%;
    height: 50px;
	background-image: url("../images/line_next_issue.webp");
	background-repeat: repeat-x;
	position: absolute;
	top: -23px;
}
.wrap_next_issue {
	padding: 60px 0;
	position: relative;
	background-color: #ddf1ff;
}
.swiper_next_issue .next_issue_t_number {
	cursor: pointer;
}
.next_issue_t_number {
	background-color: #e51781;
    color: #ffffff;
    padding: 6px 0 8px;
	text-align: center;
	font-size: 19px;
	border-radius: 30px;
}
.popup-body .next_issue_t_number {
	margin-bottom: 15px;
	background-color: #e51781;
	border-radius: 0;
}
.next_issue_02 .next_issue_t_number,
.issue_02 .next_issue_t_number {
	background-color: #41bdce;
}
.next_issue_03 .next_issue_t_number,
.issue_03 .next_issue_t_number {
	background-color: #b162a3;
}
.next_issue_04 .next_issue_t_number,
.issue_04 .next_issue_t_number {
	background-color: #1b86ca;
}
.next_issue_05 .next_issue_t_number,
.issue_05 .next_issue_t_number {
	background-color: #29b37a;
}
.next_issue_06 .next_issue_t_number,
.issue_06 .next_issue_t_number {
	background-color: #ee7a61;
}
.next_issue_content {
	display: none;
}
.wrap_next_issue .swiper-slide img {
    display: inline-block;
    margin-bottom: 9px;
}
.popup-content .cover_img {
	width: 165px;
	margin: 0 auto 15px;
}
.popup-content .area_next_issue .day {
	color: #e51781;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}
.popup-content .area_next_issue.issue_02 .day {
	color: #41bdce;
}
.popup-content .area_next_issue.issue_03 .day {
	color: #b162a3;
}
.popup-content .area_next_issue.issue_04 .day {
	color: #1b86ca;
}
.popup-content .area_next_issue.issue_05 .day {
	color: #29b37a;
}
.popup-content .area_next_issue .book_t {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 13px;
}
.popup-content .area_next_issue .kit h4 {
	color: #a15daa;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 13px;
	background-color: #dcd0e1;
    padding: 5px 0 7px 0;
	border-radius: 30px;
}
.popup-content .area_next_issue .kit h4.ttl_pink {
	color: #ff3b51;
	background-color: #fcdbe0;
}
.popup-content .area_next_issue .kit .pattern,
.popup-content .area_next_issue .kit .motif {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}
.popup-content .area_next_issue .kit .motif {
	margin-bottom: 15px;
}
.popup-content .area_next_issue .kit .pattern span,
.popup-content .area_next_issue .kit .motif span {
	font-size: 20px;
}
.wrap_next_issue .attention {
	text-align: center;
	margin: 20px auto 0;
	line-height: 1.5;
}
.area_next_issue {
	max-height: 80vh;
}
.next_issue .popup-body {
    overflow-x: auto;
	overflow-y: scroll;
    max-height: inherit;
}
.area_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 80%;
    max-width: 650px;
    box-sizing: border-box;
    height: 80vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.next_issue .area_popup .box_img {
	margin: 15px auto 15px;
}
.next_issue .area_popup .box_img.mb_0 {
	margin: 15px auto 0;
}
.issue_01 .area_pattern .box_img {
	max-width: 298px;
	width: 100%;
	margin: 0 auto 15px;
}
.area_pattern {
	margin-bottom: 15px;
}
.next_issue .area_popup {
    max-width: 610px;
}
.next_issue .area_popup .area_leftover .box_img {
	text-align: center;
}
.next_issue .area_popup .area_special {
	background-color: #fcdbe0;
	border-radius: 15px;
	text-align: center;
    padding: 30px;
}
.next_issue .area_popup .area_special .txt_01 {
	text-align: center;
	font-size: 24px;
	color: #ff3b51;
	font-weight: 500;
	margin-bottom: 10px;
}
.next_issue .area_popup .area_special h5 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}
.next_issue .area_popup .area_special p {
	text-align: center;
}
.next_issue .area_popup .area_special .box_img {
}
@media only screen and (min-width: 769px) {
	.area_swiper .swiper-prev-3:after, .area_swiper .swiper-next-3:after {
		display: none;
	}
	.swiper_next_issue .swiper-wrapper {
		display: flex;
		justify-content: center;
		gap: 0 10px;
	}
	.swiper_next_issue .swiper-wrapper {
		display: flex;
		justify-content: center;
		gap: 0 10px;
	}
		.swiper_next_issue .swiper-slide {
		width: 168px;
		height: auto;
	}
	.next_issue .popup-content {
		width: 100%;
	}
	.popup-close {
		position: absolute;
		bottom: 5px;
		right: 17px;
		z-index: 10000;
	}
	.next_issue .popup-content {
		overflow: hidden;
		padding: 0;
		border: 40px solid #ffffff;
	}
	.next_issue .popup-body .kit {
		padding-bottom: 80px;
	}
	.next_issue .area_popup .area_leftover .box_img img {
		width: inherit;
	}
}
@media only screen and (max-width: 768px) {
	.line_next_issue {
		background-image: url(../images/line_next_issue_sp.webp);
		top: 0;
        height: 3vh;
        background-size: contain;
	}
	.area_swiper_inner .popup-link {
		padding: 0 10px 0px 0;
	}
	.wrap_next_issue .swiper-wrapper {
	    align-items: flex-end;
	}
	.wrap_next_issue .swiper-slide .inner p {
		padding: 5% 0 5%;
		font-size: 4vw;
	}
	.swiper_next_issue {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
	}
	.area_swiper_inner {
		padding: 0 0 0 34px;
	}
	.popup-content .cover_img {
		width: 55%;
		margin: 0 auto 5%;
	}
	.popup-content .area_next_issue .day {
		font-size: 4.2vw;
		margin-bottom: 5%;
	}
	.popup-content .area_next_issue .book_t {
		font-size: 4.5vw;
		margin-bottom: 5%;
		line-height: 1.3;
	}
	.area_next_issue {
		max-height: 450px;
	}
	.popup-content .area_next_issue .kit h4 {
		font-size: 4vw;
		margin-bottom: 3%;
		padding: 2% 0 2% 0;
	}
	.wrap_next_issue .area_swiper .swiper-button-next {
        right: 5px;
    }
	.wrap_next_issue .area_swiper .swiper-button-prev {
        left: 5px;
    }
	.wrap_next_issue {
		padding-top: 7%;
	}
	.area_popup {
		width: 90%;
		padding: 8%;
		height: 500px;
	}
    .next_issue .popup-content {
		width: 100%;
        overflow: hidden;
        padding: 0;
		border-top: 40px solid #ffffff;
		border-bottom: 40px solid #ffffff;
		border-left: 10px solid #ffffff;
		border-right: 10px solid #ffffff;
		height: 500px;
    }
    .popup-close {
        position: absolute;
        bottom: 8px;
        right: 8px;
        z-index: 10000;
    }
    .present .popup-close {
        position: fixed;
        bottom: 10vh;
        right: 12vw;
        z-index: 10000;
    }
    .upsel_pop .popup-close {
        position: fixed;
        bottom: 10vh;
        right: 12vw;
        z-index: 10000;
    }
	.popup-close .close-btn {
		font-size: 5vw;
	}
	.wrap_next_issue .attention {
		font-size: 3vw;
	}
	.next_issue .area_popup p {
		font-size: 4.5vw;
		line-height: 1.4;
	}
	.popup-content .area_next_issue .kit .pattern,
	.popup-content .area_next_issue .kit .motif {
		font-size: 4vw;
	}
	.popup-content .area_next_issue .kit .pattern span,
	.popup-content .area_next_issue .kit .motif span {
		font-size: 3.5vw;
	}
	.next_issue .area_popup .area_special {
		padding: 5%;
	}
	.next_issue .area_popup .area_special .txt_01 {
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.next_issue .area_popup .area_special h5 {
		font-size: 5vw;
	}
	.next_issue .kit::after{
		display: block;
		content: "";
		width: 100%;
		height: 50px;
	}
}
/********** 特別付録 **********/
.wrap_special {
	margin-bottom: 35px;
	background-color: #b4eeff;
	display: flex;
	justify-content: space-between;
	padding: 20px 15px;
	align-items: center;
}
.wrap_special h3 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
}
.wrap_special h3,
.wrap_special .txt_01 {
	color: #0082be;	
}
.wrap_special .txt_01 span {
    font-size: 19px;
    background-color: #ffffff;
    display: inline-block;
    padding: 1px 6px 4px 5px;
	font-weight: 600;
	margin-bottom: 8px;
}
.wrap_special .txt_02 {
    color: #434343;
    width: 273px;
}
.wrap_special .box_txt {
	width: 300px;
}
.wrap_special .box_img {
	position: relative;
	width: 352px;
}
.wrap_special .box_img .box_bubble {
	position: absolute;
	top: 5px;
    right: 51px;
    text-align: center;
    font-size: 16px;
	font-weight: 600;
	color: #0082be;
}
@media only screen and (max-width: 768px) {
	.wrap_special {
		margin-bottom: 4%;
		padding: 5% 6%;
		display: block;
	}
	.wrap_special .txt_02 {
		width: 100%;
	}
	.wrap_special .box_txt {
		width: 100%;
	}
	.wrap_special .box_img {
		width: 100%;
        margin: 0 auto;
	}
	.wrap_special .txt_01 {
		display: flex;
    	justify-content: center;
	}
	.wrap_special .txt_01 span {
		font-size: 4vw;
		background-color: #ffffff;
		display: inline-block;
		padding: 1% 2%;
		margin-bottom: 3%;
	}
	.wrap_special .txt_02 {
		font-size: 4vw;
        margin-bottom: 5%;
	}
	.wrap_special h3 {
		font-size: 5vw;
		text-align: center;
		margin-bottom: 5%;
	}
	.wrap_special .box_img .box_bubble {
		position: absolute;
		top: 3%;
        right: 15.5%;
        font-size: 3.5vw;
	}
}
/********** 特別付録 **********/
/********** プレゼント **********/
.wrap_present {
	margin-bottom: 35px;
	display: flex;
    justify-content: center;
}
.btn_present {
	display: inline-block;
}
.present_content {
	display: none;
}
.present_content_01 {
	max-width: 870px;
	margin: 0 auto;
}
.present_content_01 img {
	width: 100%;
	transition: .5s;
	cursor: pointer;
}
.present_content_01 img:hover {
	opacity: .7;
}
.present .popup-content {
	padding: 0;
}
.present .popup-content img {
	width: 100%;
}
@media only screen and (max-height: 700px) {
	.present .popup-content.pc {
		width: 90vh;
	}
	.present .pc .popup-close {
          bottom: 1%;
      }
}
@media only screen and (max-width: 768px) {
	.wrap_present {
		margin-bottom: 10%;
	}
	.present .popup-body {
		padding-bottom: 10%;
	}
}
/********** アップセル **********/
.wrap_upsel_pop {
	margin-bottom: 35px;
	display: flex;
    justify-content: center;
}
.btn_upsel_pop {
	display: inline-block;
}
.upsel_pop_content {
	display: none;
}
.upsel_pop_content_01 {
	max-width: 870px;
	margin: 0 auto;
}
.upsel_pop_content_01 img {
	width: 100%;
	transition: .5s;
	cursor: pointer;
}
.upsel_pop_content_01 img:hover {
	opacity: .7;
}
.upsel_pop .popup-content {
	padding: 0;
}
.upsel_pop .popup-content img {
	width: 100%;
}
@media only screen and (max-height: 700px) {
	.upsel_pop .popup-content.pc {
		width: 90vh;
	}
	.upsel_pop .pc .popup-close {
          bottom: 1%;
      }
}
@media only screen and (max-width: 768px) {
	.wrap_upsel_pop {
		margin-bottom: 10%;
	}
	.upsel_pop .popup-body {
		padding-bottom: 10%;
	}
}
/* next_issue ポップアップ 前後矢印 */
.popup-overlay.next_issue .popup-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	z-index: 1001;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	transition: opacity .3s, background-color .3s;
}
.popup-overlay.next_issue .popup-nav-btn:hover {
	background-color: #ffffff;
}
.popup-overlay.next_issue .popup-nav-btn .arrow_icon {
	font-size: 38px;
    line-height: 1;
    color: #000;
}
.popup-overlay.next_issue .popup-nav-prev {
	left: -60px;
}
.popup-overlay.next_issue .popup-nav-next {
	right: -60px;
}
.popup-overlay.next_issue .popup-nav-btn.is-disabled {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
@media only screen and (max-width: 768px) {
	.popup-overlay.next_issue .popup-nav-btn {
		width: 10vw;
		height: 10vw;
	}
	.popup-overlay.next_issue .popup-nav-btn .arrow_icon {
		font-size: 9vw;
	}
	.popup-overlay.next_issue .popup-nav-prev {
		left: -6%;
	}
	.popup-overlay.next_issue .popup-nav-next {
		right: -6%;
	}
}
/********** /プレゼント **********/
/********** マガジンケース **********/
.wrap_magazinecase {
	margin-bottom: 45px;
}
.wrap_magazinecase .box_img {
	max-width: 745px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.wrap_magazinecase {
		margin-bottom: 4%;
	}
}
/********** 下部ボタン **********/
.fixed{
	position: fixed;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	background: #ddf1ff;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
}
.fixed.active{
	opacity: 1;
	visibility: visible;
}
.fixed a.btn {
    padding: 13px 17px 12px 13px;
	border: none;
}
.area_foot_btn {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
	max-width: 1400px;
	margin: 0 auto;
	min-width: 1200px;
}
.fixed .box_l {
	display: flex;
	align-items: center;
}
.fixed .box_l p {
	font-size: 20px;
	color: #000000;
	font-weight: 500;
	margin-left: 15px;
}
@media only screen and (max-width: 768px) {
	.wrap_magazinecase p {
		text-align: center;
	}
	.area_foot_btn {
		min-width: auto;
	}
	.fixed {
		background: unset;
        bottom: 0;
        padding: 10px 0 13px;
        background-color: #373737;
	}
	.fixed .sp {
	    text-align: center;
	}
	.fixed a.btn {
        padding: 2% 2% 2% 2%;
        width: 93%;
        font-size: 5.8vw;
        display: flex;
        margin: 0 auto;
        align-items: center;
	}
	a.btn span.free {
		font-size: 4.8vw;
        padding: 2% 2% 2.5% 1.5%;
		font-weight: 600;
	}
	a.btn p .arrow {
		width: 5%;
        margin-left: 4%;
		vertical-align: baseline;
	}
	a.btn p .arrow img {
		width: 100%;
	}
	a.btn p {
		margin-left: 2%;
		width: 70%;
		font-size: 6vw;
		font-weight: 600;
	}
}
/********** /マガジンケース **********/
/********** area_information **********/
.area_information {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.area_information > div {
	margin-bottom: 15px;
}
.wrap_webgift{max-width: 700px;margin: 0 auto;}
@media only screen and (max-width: 768px) {
	.area_information {
		padding: 0 4%;
	}
	.area_information > div {
		margin-bottom: 5%;
	}
}
/********** /area_information **********/
/********** フッター **********/
#footer {
    padding-top: 15px;
    text-align: center;
	padding-bottom: 96px;
    background-color: #fff;
	border-top: 1px solid #EEEEEE;
}
#footer .footerlink {
    text-align: center;
    padding-bottom: 10px;
	display: block;
}
.footerlink {
    font-size: 12px;
}
.footerCopyright {
    text-align: center;
    border-top: 1px solid #EEEEEE;
    background: #FFFFFF;
    padding: 15px 0 0 0;
}
.footerlink ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footerlink li {
    font-size: inherit;
}
#footer .footerlink li {
    display: inline-block;
    margin: 0 10px;
}
#footer .footerlink li a {
    color: #333;
	text-decoration: none;
    text-decoration: underline;
}
.footerCopyrightInner {
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
	text-align: center;
}
.footerCopyrightInner img {
    vertical-align: middle;
	max-width: 100%;
}
.footerCopyrightInner img {
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	footer {
		padding-bottom: 0;
	}
	.footerCopyright {
		padding: 15px 0;
	}
	.footerCopyright .footerCopyrightInner {
		padding-bottom: 0;
    }
	footerCopyright .footerCopyrightInner a img {
			width: 56px;
	}
	.footerCopyright .footerCopyrightInner > img {
			width: 305px;
	}
	#footer .footerlink li {
		display: inline-block;
		margin: 5px 10px;
	}
	#footer {
		padding-bottom: 18%;
	}
}
/********** /フッター **********/
/********** タブアコーディオン **********/
	@media only screen and (max-width: 768px) {
	.tab_accordion {
	  position: relative;
	}
	/* ボタン */
	.accordion-btn {
		background-color: #f0dff0;
		border: 1px solid #7f3f81;
		bottom: 0;
		color: #7f3f81;
		cursor: pointer;
		display: inline-block;
		font-size: 18px;
		left: 0;
		margin: auto;
		padding: 3% 5%;
		position: absolute;
		right: 0;
		text-align: center;
		transition: all .2s;
		width: 76%;
		z-index: 2;
		border-radius: 40px;
	}
	.wrap_accessories .accordion-btn {
		background-color: #e7e9ff;
		border: 1px solid #036eb8;
		color: #036eb8;
	}
	/* 続きを読むボタンの表記 */
	.accordion-btn::after {
	  content: "続きを読む";
	}
	/* ボタンhover時のスタイル */
	.accordion-btn:hover {
	  background-color: #FFFFFF;
	}
	.accordion-text {
	  overflow: hidden; /* テキストを隠す */
	  position: relative;
	  transition: height .3s;
	  padding: 0 0 20%;
	}
	/* 最初に見えてるテキストエリアの高さ */
	.accordion-text.is-hide {
	  height: 100px;
	}
	/* テキストをグラデーションで隠す */
	.accordion-text::before {
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
	  bottom: 0;
	  content: "";
	  height: 60px; /* グラデーションで隠す高さ */
	  position: absolute;
	  width: 100%;
	  z-index: 1;
	}
	/* 閉じるボタンの位置 */
	.accordion-btn.is-show {
	  bottom: 0;
	}
	/* 閉じるボタンの表記 */
	.accordion-btn.is-show::after {
	  content: "閉じる";
	}
	/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
	.accordion-btn.is-show + .accordion-text::before {
	  display: none;
	}
	.wrap_mulchcover_inner {
	}
	.triangle img {
		transition: transform .3s ease;
		vertical-align: baseline;
		display: inline-block;
		margin: 0 4% 0 0;
	}
	/* 三角回転 */
	.accordion-btn.is-show .triangle img {
	  transform: rotate(60deg);
	}
}
/********** /タブアコーディオン **********/
/********** SNSボタン **********/
.hdSnsBtn {
	width: 62px;
	height: 62px;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}
.hdSnsBtn:hover {
	opacity: .7;
}
@media screen and (max-width:767px) {
	.hdSnsBtn {
		width: 12vw;
		height: 12vw;	
	}
	.hdSnsBtn img {
		width: 100%;
		height: 100%;
	}
}
.hdSns {
	position: fixed;
	right: 0;
	top: 0px;
	z-index: 10005;
}
.hdSns .btnClose {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	color: #666;
	border-radius: 50px;
	position: absolute;
	right: 0em;
	top: .1em;
	font-size: 1rem;
}
@media screen and (max-width:767px) {
	.hdSns .btnClose {
		line-height: 1;
		width: 1em;
		right: .3em;
		top: .3em;
	}
}
.hdSns .hdSnsList {
	position: absolute;
	background: #fff;
	padding: 13px 20px 13px 13px;
	right: -250px;
	border-radius: 5px 0 0 5px;
	transition: .3s;
	display: flex;
}
@media screen and (max-width:767px) {
	.hdSns .hdSnsList {
		padding: 3vw 8vw 3vw 3vw;
	}
	.hdSns .hdSnsList img {
		width: 10vw;
		max-width: none;
		height: auto;
	}
}
.hdSns .hdSnsList.show {
	right: 0;
}
.hdSns .hdSnsList li + li {
	margin-left: 10px;
}
a.icon_blank:after {
	margin: 0 0 0 3px;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url("./../images/icon_blank.webp");
	background-size: contain;
	position: absolute;
	right: 5%;
	top: 30%;
}
a.icon_blank:after {
	margin: inherit;
	font-family: inherit;
	content: "";
	font-weight: inherit;
}
/********** /SNSボタン **********/
/********** ページトップへ **********/
.page-top {
  position: fixed;
  right: 5px;
  bottom: 99px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
.page-top.is-show {
  opacity: 1;
  visibility: visible;
}
.page-top .arrow {
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
}
@media screen and (max-width:767px) {
	.page-top {
		display: none;
	}
}
/********** /ページトップへ **********/
.wrap_upsel .box_txt {
	border: solid #e3d2e1 15px;
    padding: 15px;
}
.wrap_upsel .txt_01 {
	font-size: 18px;
    text-align: left;
    padding: 0 0 12px;
	font-weight: bold;
}
.wrap_upsel .txt_01 span {
	color: #e70013;
}
.wrap_upsel .txt_02 {
	font-size: 20px;
}
.wrap_upsel .txt_02 span {
	font-size: 14px;
}
.wrap_upsel .txt_03 {
	font-size: 14px;
	 padding: 0 0 10px;
}
.wrap_upsel .txt_04 {
}
.wrap_upsel .txt_a {
display:flex;
align-items: flex-start;
}
.wrap_upsel .txt_a img{width: 50%; max-width: 250px;}
@media screen and (max-width:767px) {
	.wrap_upsel .txt_01 {
	font-size: 4vw;
	}
	.wrap_upsel .txt_01 span {
	}
	.wrap_upsel .txt_02 {
	font-size: 4vw;
	}
	.wrap_upsel .txt_02 span {
	font-size: 3vw;
	}
	.wrap_upsel .txt_03 {
	font-size: 3vw;
	}
	.wrap_upsel .txt_04 {
	}
	.wrap_upsel .box_txt {
		padding: 3%;
		border: solid #e3d2e1 2.5vw;
	}
.wrap_upsel .txt_a {
display:flex;
align-items: flex-start;
flex-wrap: wrap;
}
.wrap_upsel .txt_a img{width: 100%; max-width: 800px;}
}
a.sp_bt {
    width: 400px;
    display: flex;
    justify-content: space-between;
    padding: 12px 15px 11px 15px;
    background-color: #27a179;
    border-radius: 15px;
    color: #ffff00;
    cursor: pointer;
    text-decoration: none;
    font-size: 23px;
    position: relative;
    border: 4px solid #ffffff;
    transition: .5s;
}
a.sp_bt span.free {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 4px 6px 5px 6px;
    color: #ec6941;
    font-size: 20px;
}
a.sp_bt p {
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
    font-size: 26px;
}
.fixed a.sp_bt {
    padding: 13px 17px 12px 13px;
    border: none;
}
a.sp_bt p .arrow {
    display: inline-block;
    margin-left: 7px;
    height: 20px;
    width: 13px;
}
a.sp_bt p .arrow img {
    vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
    .fixed a.sp_bt {
        padding: 2% 2% 2% 2%;
        width: 93%;
        font-size: 5.8vw;
        display: flex;
        margin: 0 auto;
        align-items: center;
    }
    a.sp_bt span.free {
        font-size: 4.8vw;
        padding: 2% 2% 2.5% 1.5%;
        font-weight: 600;
    }
    a.sp_bt p {
        margin-left: 2%;
        width: 70%;
        font-size: 6vw;
        font-weight: 600;
    }
    a.sp_bt p .arrow {
        width: 5%;
        margin-left: 4%;
        vertical-align: baseline;
    }
    a.sp_bt p .arrow img {
        width: 100%;
    }
}
