@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap');
/* CSS Document */
body{
	margin: 0;
	padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
}

p.noto{
	font-family: "Noto Serif JP";
}
p span.green{
	color: #5A8937;
}

/*menu*/
.menu_btn {
	position: fixed;
	top: 128px;
	right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
	z-index: 10000;
	background: #FF6615;
	padding: 15px;
}
.menu_btn.scroll{
	top: 0px;
}

.menu_btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.menu_btn.open{
	top: 0;
	background: #FF8119;
}
.menu_btn.open span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 11px;
}

.menu_btn.open span:nth-child(2) {
    opacity: 0;
}

.menu_btn.open span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -11px;
}
#main .menu{
	display: none;
}
#main .menu.active{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #FF8119;
	z-index: 9999;
}
.menu .menu_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70vw;
}
.menu .menu_content .menu_cnt{
	display: flex;
	align-items: center;
}
.menu .menu_content .menu_cnt .menu_img{
	min-width: 349px;
}
.menu .menu_content .menu_cnt .menu_list a{
	font-size: 1.8rem;
	color: white;
	text-decoration: none;
}
.menu .menu_content .menu_cnt .menu_list .list_cnt{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.menu .menu_content .menu_cnt .menu_list .list_cnt a{
	width: 45%;
	margin-bottom: 66px;
}
.menu .menu_content .menu_cnt .menu_list p.ttl{
	font-size: 2.4rem;
	font-weight: bold;
}
.menu .menu_content .menu_cnt .menu_list p.ttl span{
	font-size: 2rem;
}

/*.springfoodfestival2025 {
	overflow-x: hidden;
}*/

.mv {
	padding: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
/*.slick-slide img{
	height: 100vh;
}*/
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
		/* 拡大率 */
	}
}
.slick-initialized .slick-slide{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	overflow: hidden;
}
.mv__Slide-Item.slick-initialized .slick-slide{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	overflow: hidden;
}
.mv__Slide-Item img{
	width: 33.3%;
}
.mv .add-animation {
	animation: zoomUp 10s linear 0s normal both;
}
.mv .main_logo{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-48.95%,0);
	position: absolute;
}
.mv .main_logo img{
	/*height: calc(100vh - -10px);*/
}
article {
	font-size: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
article ul {
	flex: 1;
	padding: 0;
	position: relative;
	z-index: 1;
}
article ul li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transform-origin: center;
}
article div {
	flex: 1;
	width: 33%;
	position: relative;
	z-index: 2;
}
article div img {
	width: 130%;
	height: auto;
	margin-left: -13.5%;
	max-width: none;
}
.runAnimation {
	animation: zoomUp 11s linear 0s normal both;
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		transform: scale(1.15);
		opacity: 0;
	}
}

.kv {
	position: relative;
	width: 100%;
  padding: 70px 0 57px;
	background: url(../img/bg_kv_pc.jpg) repeat center top;
	background-size: contain;
}

.kv .kv-ttl {
  position: relative;
	max-width: 687px;
  margin: 0 auto;
	opacity: 0;
  transition: opacity 1s ease-in-out;
	z-index: 100;
}

/*.kv .kv-ttl picture {
	opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.kv .kv-ttl .visible {
	opacity: 1;
  transform: translateY(0);
}*/

.kv .kv-item {
	opacity: 0;
  transition: opacity 1s ease-in-out;
}

.kv .active {
	opacity: 1;
}

.kv .kv1 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 510px;
	z-index: 2;
}

.kv .kv2 {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 486px;
	z-index: 2;
}

.kv .kv-sp {
	display: none;
  opacity: 0;
}

.kv .hidden {
	display: none;
}

@media (max-width: 767px) {
  .kv {
    padding: 0 0 2%;
    background: url(../img/bg_kv_sp.jpg) repeat center top;
    background-size: cover;
  }

	.kv .kv-ttl {
		width: 100%;
    padding: 0 5% 0 2%;
	}

  .kv .kv-sp {
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
}

.btn_cnt{
	position: relative;
	z-index: 1000;
}

.headerFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	background: rgba(229, 89, 142, .5);
	border-radius: 0;
	z-index: 1000;
}

.btn_cnt p {
	font-family: "Noto Serif JP";
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}

.headerFixed p {
	display: none;
}

.btn_cnt .btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1170px;
	margin: 0px auto;
}
.btn_cnt .btn a{
	position: relative;
	width: 24%;
	text-decoration: none;
}
.btn_cnt .btn a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 40px;
	content: '';
	background: url(../img/bg_arrow.png) no-repeat left bottom;
	background-size: contain;
	transform: translateX(-50%);
}

.headerFixed .btn a:after {
	content: none;
}

.btn_cnt .btn a img{
	display: block;
	position: relative;
  transition: opacity 0.3s ease;
	margin-bottom: 24px;
	z-index: 1;
}
.btn_cnt .btn a:hover img {
	opacity: .7;
}

.headerFixed .btn a img {
	margin-bottom: 0;
}

.btn_cnt .btn a .b_txt{
	text-align: center;
}
.btn_cnt .btn a .b_txt p{
	font-size: 1.8rem;
}
.btn_cnt .btn a .b_txt p:last-child{
	font-size: 2.2rem;
	font-weight: bold;
}
.btn_cnt .btn a .b_txt p span{
	font-size: 1.8rem;
}
.btn_cnt .btn a:first-child .b_txt p{
	color: #FF6615;
}
.btn_cnt .btn a:nth-child(2) .b_txt p{
	color: #E12F0B;
}
.btn_cnt .btn a:nth-child(3) .b_txt p{
	color: #DC000C;
}
.btn_cnt .btn a:nth-child(4) .b_txt p{
	color: #BF9A23;
}

.springfoodfestival2026 .page-nav {
  width: 100%;
  background: #E4007F;
}

.springfoodfestival2026 .page-nav .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .springfoodfestival2026 .page-nav .inner {
    padding: 0;
  }
}
.springfoodfestival2026 .page-nav .page-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .springfoodfestival2026 .page-nav .page-nav-list {
    justify-content: space-between;
    padding: 0;
  }
}
.springfoodfestival2026 .page-nav .page-nav-list li {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .springfoodfestival2026 .page-nav .page-nav-list li {
    width: 33%;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
}
.springfoodfestival2026 .page-nav .page-nav-list li:last-of-type {
  margin-right: 0;
  border-right: none;
}
.springfoodfestival2026 .page-nav .page-nav-list li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .springfoodfestival2026 .page-nav .page-nav-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    padding: 5px 0;
  }
}
.springfoodfestival2026 .page-nav .page-nav-list li a::before {
  content: "●";
  display: inline;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .springfoodfestival2026 .page-nav .page-nav-list li a::before {
    display: none;
  }
}
.springfoodfestival2026 .page-nav.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000000000000;
}
@media screen and (max-width: 767px) {
  .springfoodfestival2026 .page-nav.fixed-nav {
    top: auto;
    bottom: 0;
  }
}

/*cnt1*/
.cnt1 {
	position: relative;
	overflow: hidden;
	background: url("../img/bg_contents1.png") repeat center top fixed;
	background-size: contain;
	padding: 92px 0 0;
}
.cnt1 .cnt1_bg{
	/*background: url("../img/bg_ttl.png");
	background-size: cover;
	background-position: center center;
	padding: 45px 0px;*/
	position: relative;
}
.cnt1 .cnt1_bg span {
	display: block;
	max-width: 915px;
	margin: 0 auto;
}
/*.cnt1 .cnt1_bg img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,20px);
}*/
.cnt1 .cnt1_cnt{
	padding: 110px 0px;
	/*background-image: url("../img/cnt1/border.png");
	background-repeat: repeat-y;*/
}
.cnt1_1 .cnt1_cnt {
	padding: 110px 0 0;
}
.cnt1 .cnt1_cnt .cnt{
	max-width: 1320px;
	margin: 0 auto;
}
.cnt1 .cnt1_cnt .cnt .cnt_ttl{
	max-width: 673px;
	margin: 0 auto 27px;
}
.cnt1 .cnt1_cnt .cnt .cnt_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	max-width: 100%;
	z-index: 1;
}
.cnt1_1 .cnt1_cnt .cnt .cnt_list{
	padding: 0 20px;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list {
	margin-bottom: 97px;
}
.cnt1_1 .cnt1_cnt .cnt .cnt_list .list {
	width: 32%;
	margin-bottom: 97px;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list img{
	margin-bottom: 11px;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt {
	padding: 0 20px;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p {
	font-size: 1.6rem;
	font-weight: 500;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.description {
	font-size: 1.7rem;
	font-weight: 400;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p:first-child {
	margin-bottom: 10px;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.brand {
	font-size: 2rem;
	font-weight: bold;
	color: #E54385;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.spec_b {
	font-weight: 500 !important;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p:last-child {
	font-weight: 500;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.small {
  position: relative;
	font-size: 1.4rem;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.small:before {
	font-size: 1.2rem;
  content: '●';
}
.cnt1_2{
	padding-bottom: 0;
}
.cnt1_2:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/cnt1/border.png) repeat center top;
	background-size: contain;
	transform: translateX(-50%);
}
.cnt1_2 .cnt1_cnt{
	background-image: none;
	padding: 0;
}
.cnt1_2 .cnt1_cnt .cnt {
	max-width: 1440px;
}
.cnt1_2 .cnt1_cnt .cnt .cnt_ttl_parent {
	max-width: 1320px;
	margin: 0 auto 15px;
}
.cnt1_2 .cnt1_cnt .cnt .cnt_ttl {
	max-width: 765px;
	margin: 0;
}
.cnt1_2 .cnt1_cnt .cnt .cnt_list .list {
	width: 25%;
}
.cnt1_2 .cnt1_cnt .cnt .cnt_list .list:nth-of-type(-n+2) {
	width: 25%;
}
.cnt1_2 .cnt1_cnt .cnt .cnt_list .list:first-of-type {
	padding-left: 0;
}
.cnt1_2 .cnt1_cnt .cnt .cnt_list .list:nth-of-type(2) {
	padding-right: 0;
}
.cnt1.cnt1_2 .cnt1_cnt .cnt .cnt_list .list .list_txt {
	padding: 0 30px;
}

.contents {
	overflow-x: visible;
}

.cnt1_3 {
	/*position: sticky;
	top: 124px;*/
	position: relative;
	padding: 124px 0 0;
}
.cnt1.cnt1_3 .cnt1_cnt{
	position: relative;
	padding: 0;
}
.cnt1_3::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/bg_contents2.png) no-repeat center top;
	background-size: cover;
	transform: translateX(-50%);
}
.cnt1_3 .cnt1_cnt .cnt {
	max-width: 1080px;
}
.cnt1_3 .cnt1_cnt .cnt .cnt_ttl {
	max-width: 593px;
}
.cnt1_3 .cnt1_cnt .cnt .cnt_list .list {
	width: 48%;
}
.cnt1.cnt1_3 .cnt1_cnt .cnt .cnt_list .list .list_txt p.brand{
	color: #64BC24;
}

.cnt1_4{
	/*position: sticky;
	top: 224px;*/
	position: relative;
	color: white;
	overflow: hidden;
	margin-top: -50px;
	padding-bottom: 0px;
	background: #BCA320;
	border-radius: 60px 60px 0 0;
	z-index: 2;
}

.cnt1_4:before, .cnt1_4:after {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100%;
	content: '';
	background: url(../img/bg_contents3.png) repeat-y left top;
	background-size: contain;
}

.cnt1_4:before {
	left: 40px;
}

.cnt1_4:after {
	right: 40px;
}
.cnt1.cnt1_4 .cnt1_cnt{
	padding: 0;
}
.cnt1.cnt1_4 .cnt1_cnt .cnt {
	max-width: 1080px;
}
.cnt1_4 .cnt_ttl{
	max-width: 759px;
	margin: 0 auto;
}
.cnt1_4 .cnt1_cnt .cnt .cnt_list .list {
	width: 48%;
}
.cnt1.cnt1_4 .cnt1_cnt .cnt .cnt_list .list .list_txt p.brand{
	color: white;
}

.cnt1_5{
	/*position: sticky;
	top: 324px;*/
	position: relative;
	padding: 0;
	z-index: 3;
}
.cnt1_5::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/bg_contents4.png) no-repeat center top;
	background-size: cover;
	transform: translateX(-50%);
}
.cnt1.cnt1_5 .cnt1_cnt{
	padding: 80px 0 0;
}
.cnt1_5 .cnt_ttl{
	position: absolute;
	top: 20%;
	left: 0;
	max-width: 458px;
	width: 32.7%;
	/*transform: translateY(-50%);*/
}
.cnt1_5 .cnt_ttl img{
	margin: 0 auto;
}
.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list{
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 310px;
}
.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list .list{
	width: 47%;
}
.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list .list .list_txt p.brand{
	color: #E54385;
}
.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list2{
	max-width: 800px;
	margin: 0 auto 111px;
	background: white;
	padding: 27px 30px;
	border-radius: 10px;
	box-shadow: 10px 10px 0px #894237;
}
.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list2 .list2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list2 .list2 .list2_img{
	width: 190px;
	margin-right: 17px;
}
.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list2 .list2 .list2_txt p.brand{
	font-size: 2.6rem;
	font-weight: bold;
	color: #894237;
}
.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list2 .list2 .list2_txt p.day{
	font-weight: bold;
}

.cnt1_6 {
	position: relative;
	padding: 75px 20px 145px;
	z-index: 10;
}

.cnt1_6 .cnt1_cnt {
	padding: 0;
}

.cnt1_6 .cnt1_cnt .cnt {
	max-width: 1180px;
	padding: 50px 110px;
	background: #fff;
	border: 6px solid #BCA320;
	border-radius: 60px;
}

.cnt1_6 .cnt1_cnt .cnt dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cnt1_6 .cnt1_cnt .cnt dl dt {
	width: 55%;
	padding-right: 4%;
}

.cnt1_6 .cnt1_cnt .cnt dl dd {
	width: 45%;
}

.cnt1_6 .cnt1_cnt .cnt dl dd h3 {
	position: relative;
	font-family: "Shippori Mincho", serif;
	font-size: 2.6rem;
	color: #BCA320;
}

.cnt1_6 .cnt1_cnt .cnt dl dd h3:before {
	position: absolute;
	top: -65px;
	left: 45%;
	width: 160px;
	height: 64px;
	content: '';
	background: url(../img/date.png) no-repeat center top;
	background-size: contain;
	transform: translateX(-50%);
}

.cnt1_6 .cnt1_cnt .cnt dl dd .description {
	font-family: "Noto Serif JP";
	font-size: 1.7rem;
}

.cnt1_6 .cnt1_cnt .cnt dl dd .details {
	font-family: "Noto Serif JP";
	font-size: 1.6rem;
	font-weight: 500;
}

.cnt2 {
	position: relative;
	overflow: hidden;
	/*background: url("../img/bg_contents1.png") repeat center top fixed;
	background-size: cover;*/
	z-index: 10;
}
.cnt2 .cnt2_1{
	position: relative;
  background: #FAEDED;
}

/*.cnt2 .cnt2_1:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../img/bg_contents6.png) no-repeat center top;
	background-size: cover;
	transform: translateX(-50%);
}*/
.cnt2 .cnt2_1 .cnt2_1_cnt{
	display: flex;
	justify-content: center;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsl {
	display: flex;
	justify-content: right;
	position: relative;
	width: 25%;
  padding-right: 30px;
  background-size: auto auto;
  background-color: rgb(250, 237, 237);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 8px, rgb(229, 66, 133) 8px, rgb(229, 66, 133) 9px);
}

/*.cnt2 .cnt2_1 .cnt2_1_cnt .contentsl:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #E5598E;
	border-radius: 0 60px 0 0;
}*/

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr {
	/*display: flex;
	align-items: center;*/
	position: relative;
	width: 75%;
	padding: 110px 20px 100px;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li {
	width: 47%;
	margin-bottom: 60px;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li:nth-of-type(even) {
	margin-bottom: 0;
  padding-top: 77px;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li img {
	margin-bottom: 10px;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li figcaption {
	font-size: 2.4rem;
	font-weight: 600;
	color: #E54385;
	line-height: 1;
	padding: 0 15px;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li:nth-of-type(3) figcaption {
	padding: 0;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li figcaption span {
	font-size: 1.3rem;
	font-weight: 400;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li .details {
	margin-top: 5px;
	padding-left: 20px;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li .date {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li .description {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 5px;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li .product {
	font-size: 1.6rem;
	font-weight: 500;
}

.cnt2 .cnt2_1 .cnt2_1_cnt .cnt_ttl{
	max-width: 133px;
	position: relative;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list{
	width: 86%;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list{
	display: flex;
	margin-bottom: 80px;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_img{
	max-width: 602px;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:last-child .list_img,.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:nth-child(2) .list_img{
	max-width: 500px;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list.r{
	display: flex;
	flex-direction: row-reverse;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt{
	background: rgba(255,255,255,0.15);
	padding: 50px 40px;
	margin-top: 60px;
	color: white;
	font-size: 1.6rem;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:last-child .list_txt,.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:nth-child(2) .list_txt{
	margin-top: 31px;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt p.brand{
	font-size: 2.4rem;
	font-weight: bold;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt p.brand span{
	font-size: 2.2rem;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt p.day{
	font-size: 1.8rem;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt a{
	border:solid 1px #ffffff;
	border-radius: 50px;
	background: rgba(255,255,255,0.15);
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	padding: 16px;
	margin-top: 23px;
}
.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt a:hover{
	border:solid 1px #ffffff;
	border-radius: 50px;
	background: #fff;
	color: #DC6E4D;
}
.cnt2 .cnt2_2{
	position: relative;
  width: 100%;
  margin: 0 auto;
	/*padding: 50px 0 80px;*/
  background: rgba(255,255,255,0.3);
  border-radius: 30px;
}

/*.cnt2 .cnt2_2:before {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 100%;
	height: calc(100% - 130px);
	content: '';
	background: url("../img/bg_contents7.png") repeat-y center top;
	background-size: cover;
	transform: translateX(-50%);
}*/

.cnt2 .cnt2_2 .cnt2_2_cnt{
	width: 100%;
	margin: 0 auto;
	padding: 35px 30px 40px 50px;
	position: relative;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl {
	display: flex;
	justify-content: space-between;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dt {
	order: 1;
	display: flex;
	width: 49%;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dt figure:first-of-type {
	margin-right: 2.5%;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dt figure:last-of-type {
	margin-left: 2.5%;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dt figcaption {
	font-size: 1.4rem;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dd {
	order: 0;
	width: 51%;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .cnt_ttl {
  max-width: none;
	margin-bottom: 0;
}

.cnt2 .cnt2_2 .cnt2_2_cnt .cnt_ttl span {
  font-size: 2.6rem;
  font-weight: 600;
  color: #E54285;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .date {
	font-size: 1.8rem;
	font-weight: 500;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .date span {
	color: #E5598E;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .caution {
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .description {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .link_btn {
	display: block;
	width: 80%;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 15px 0;
	background: #E5598E;
	border-radius: 30px;
}
.cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_img{
	max-width: 437px;
}
.cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_img img{
	width: 100%;
}
.cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_list{
	width: 48%;
	color: white;
}
.cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_list .cnt2_2_txt p.brand{
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 17px;
}
.cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_list .cnt2_2_txt p.day{
	font-weight: bold;
	font-size: 1.8rem;
}
.cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_list .cnt2_2_txt p:last-child{
	margin-top: 20px;
}

.cnt2 .cnt2_3 {
	position: relative;
  margin-top: -110px;
}

.cnt2 .cnt2_3_cnt {
	padding: 165px 0 200px;
	background: url("../img/bg_contents8.png") no-repeat center top;
	background-size: cover;
	position: relative;
}

.cnt2 .cnt2_3_cnt:before {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1634px;
	height: 575px;
	content: '';
	transform: translateX(-50%);
	background: url("../img/bg_cherry_blossoms.png") no-repeat left top;
	background-size: cover;
}

@media (max-width: 767px) {
	.cnt2 .cnt2_3_cnt:before {
		top: -30px;
		width: 130%;
		height: 20%;
		background: url("../img/bg_cherry_blossoms_sp.png") no-repeat left top;
		background-size: contain;
	}
}

.cnt2 .cnt2_3_cnt .cnt_ttl {
  position: relative;
	max-width: 916px;
	margin: 0 auto 35px;
  z-index: 1;
}

.cnt2 .cnt2_3_cnt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1040px;
	margin: 0 auto;
}

.cnt2 .cnt2_3_cnt ul li {
	width: 32%;
	margin-bottom: 50px;
	padding: 0 15px;
}

.cnt2 .cnt2_3_cnt ul li img {
	margin-bottom: 10px;
}

.cnt2 .cnt2_3_cnt ul li:nth-of-type(2), .cnt2 .cnt2_3_cnt ul li:nth-of-type(4) {
	padding-top: 80px;
}

.cnt2 .cnt2_3_cnt ul li .details {
  padding-left: 30px;
}

.cnt2 .cnt2_3_cnt ul li .description {
	font-size: 1.7rem;
	font-weight: 400;
	margin-bottom: 5px;
}

.cnt2 .cnt2_3_cnt ul li .brand {
	font-size: 2rem;
	font-weight: 700;
	color: #E54385;
	margin-bottom: 5px;
}

.cnt2 .cnt2_3_cnt ul li .brand span {
	font-size: 1.3rem;
	font-weight: 400;
}

.cnt2 .cnt2_3_cnt ul li .product {
	font-size: 1.6rem;
	font-weight: 500;
}
.cnt2 .cnt2_3_cnt .cnt2_3_ttl{
	max-width: 80%;
	background: #FEEDA7;
	position: relative;
	z-index: 2;
	font-family: "Noto Serif JP";
}
.cnt2 .cnt2_3_cnt .cnt2_3_ttl{
	max-width: 975px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	color: #D6502B;
}
.cnt2 .cnt2_3_cnt .cnt2_3_ttl p:nth-child(2){
	font-size: 4.3rem;
	margin-right: 10px;
}
.cnt2 .cnt2_3_cnt .cnt2_3_ttl p:first-child{
	font-size: 3rem;
	display: flex;
	align-items: baseline;
    margin-right: 10px;
}
.cnt2 .cnt2_3_cnt .cnt2_3_ttl p:first-child span{
	font-size: 4.5rem;
}
.cnt2 .cnt2_3_cnt .cnt2_3_ttl p{
	font-size: 4.3rem;
}

/*cnt3*/
.cnt3 {
	position: relative;
	background: #FFFDE0;
	margin-top: -50px;
	padding-bottom: 131px;
	border-radius: 60px 60px 0 0;
	z-index: 10;
}
.cnt3 .cnt3_ttl{
	margin: 0 auto;
	padding: 75px 0px 50px;
	text-align: center;	
	position: relative;
}
.cnt3 .cnt3_ttl img{
	max-width: 704px;
	width: 100%;
}
.cnt3 .cnt3_ttl::before{
	content: "";
	width: 25%;
	height: 75px;
	background: #DC005D;
	border-radius: 0px 100px 100px 0px;
	position: absolute;
	bottom: 60px;
	left: 0;
}
.cnt3 .cnt3_ttl::after{
	content: "";
	width: 25%;
	height: 75px;
	background: #DC005D;
	border-radius: 100px 0px 0px 100px;
	position: absolute;
	bottom: 60px;
	right: 0;
}
.cnt3 .cnt3_cnt{
	max-width: 1320px;
	margin: 0 auto;
}
.cnt3 .cnt3_cnt .cnt3_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0px 20px;
	cursor: pointer;
}
.cnt3 .cnt3_cnt .cnt3_list .list{
	width: 32%;
	margin-bottom: 80px;
	position: relative;
	transition: 0.3s ease;
}
.cnt3 .cnt3_cnt .cnt3_list .list::before{
	content: "";
	width: 100%;
	height: 50px;
	background: white;
	border-radius: 50px;
	position: absolute;
	top: 35px;
	left: 0;
}
.cnt3 .cnt3_cnt .cnt3_list .list::after{
	content: "";
	width: 18px;
	height: 18px;
	border-top: 2px solid #262626;
	border-right: 2px solid #262626;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-2px) rotate(135deg);
}
.cnt3 .cnt3_cnt .cnt3_list .list.active::before{
	display: none;
}
.cnt3 .cnt3_cnt .cnt3_list .list.active::after{
	transform: translate(-50%,-22px) rotate(-45deg);
}
.cnt3 .cnt3_cnt .cnt3_list .list > p {
	text-align: center;
	position: relative;
	z-index: 2;
	line-height: 1;
}
.cnt3 .cnt3_cnt .cnt3_list .list > p span{
	font-size: 3.5rem;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt{
	background: white;
	padding: 56px 26px 33px;
	margin-top: -30px;
	border-radius: 0px 0px 25px 25px;
	display: none;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt p{
	margin-bottom: 10px;
	text-indent: -26px;
	margin-left: 26px;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt p span.red{
	color: #DC000B;
	font-weight: bold;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt p span.fb{
	font-weight: bold;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img{
	width: 38%;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img_w46 {
	width: 46.2%;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img_w50 {
	width: 55%;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img_w55 {
	width: 55%;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img_w59 {
	width: 59%;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img img{
	width: 100%;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale{
	border: solid 2px #DC000C;
	border-radius: 10px;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale p.sale_ttl{
	background: #DC000C;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 15px 0px 10px;
	display: flex;
	justify-content: center;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale p.sale_ttl img{
	max-width: 263px;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale p.note{
	margin-left: 0;
	margin-bottom: 0;
	text-indent: 0;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .sale_cnt{
	background: #FFFAC3;
	padding: 17px 17px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale.sale2 .note{
	background: #FFFAC3;
	padding: 10px 17px;
	border-radius: 0px 0px 15px 15px;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale.sale2 .note p {
	margin-left: 0;
	text-indent: 0;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .sale_cnt .img{
	width: 40%;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .sale_cnt img{
	width: 100%;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .sale_cnt p{
	margin-left: 0;
	text-indent: 0;
}
.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale p.txt_h1{
	background: #DC000C;
	color: #FFEC02;
	padding: 5px;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 0px;
}

.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato {
	padding: 20px 15px 15px;
	background: #F9FFD6;
	border: 5px solid #197C3C;
	border-radius: 14px 21px 14px 14px;
}

.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato p {
	text-indent: 0;
	margin-left: 0;
}

.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato .ttls {
	font-size: 2.5rem;
	font-weight: 700;
	color: #DC000B;
	line-height: 1.2;
}

.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato .ttls span {
	font-size: 1.8rem;
	font-weight: 500;
	color: #262626;
}

.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato .list_flex {
	align-items: flex-start;
}

.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato .list_flex dt {
	order: 1;
	width: 50%;
	padding-left: 1.5%;
}

.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato .list_flex dd {
	order: 0;
	width: 50%;
}

.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato .list_flex dd p span {
	font-weight: 600;
	color: #DC000B;
}

@media (max-width: 767px) {
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato .ttls {
		font-size: 1.8rem !important;
	}
	
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .tomato .ttls span {
		font-size: 1.6rem;
	}
}

.cnt3 .cnt3_cnt .cnt3_list .list.list_full{
	width: 100%;
}
.cnt3 .cnt3_cnt .cnt3_list .list.list_full .list_cnt{
	display: flex;
	flex-wrap: wrap;
    gap: 0px 20px;
	justify-content: space-between;
	display: none;
}

/*cnt4*/
.cnt4{
	position: relative;
  overflow: hidden;
	background: url("../img/bg_contents10.png") no-repeat center top;
	background-size: cover;
  margin-top: -250px;
	padding: 240px 0 65px;
	z-index: 10;
}
.cnt4 .cnt4_ttl{
	max-width: 1000px;
	margin: 0 auto 80px;
}
.cnt4 .cnt4_cnt{
	max-width: 1265px;
	margin: 0 auto;
}

.cnt4 .cnt4_cnt:before {
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1628px;
	height: 455px;
	content: '';
	transform: translateX(-50%);
	background: url("../img/bg_cherry_blossoms2_pc.png") no-repeat left top;
	background-size: cover;
}

@media (max-width: 767px) {
	.cnt4 .cnt4_cnt:before {
		top: 0;
		width: 130%;
		height: 20%;
		background: url("../img/bg_cherry_blossoms2_sp.png") no-repeat left top;
		background-size: contain;
	}
}
.cnt4 .cnt4_cnt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 75px;
}
.cnt4 .cnt4_cnt ul:nth-last-of-type(2) {
	margin-bottom: 95px;
}
.cnt4 .cnt4_cnt .item_r2 {
	position: relative;
	margin-bottom: 20px;
}
.cnt4 .cnt4_cnt .item_r2:before {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 150%;
	height: 130%;
	content: '';
	background: url(../img/bg_contents10_2.png) repeat center top;
	background-size: contain;
	transform: translateX(-50%);
}
.cnt4 .cnt4_cnt ul li {
	width: 48%;
}
.cnt4 .cnt4_cnt ul li dl {
	display: flex;
	align-items: flex-end;
}
.cnt4 .cnt4_cnt ul li dl dt {
	position: relative;
	width: 61.4%;
	z-index: 1;
}
.cnt4 .cnt4_cnt .item_r li dl dt {
	order: 1;
	padding-left: 2%;
}
.cnt4 .cnt4_cnt .item_l li dl dt {
	padding-right: 2%;
}
.cnt4 .cnt4_cnt ul li dl dd {
	position: relative;
	width: 38.6%;
	padding: 10px;
}
.cnt4 .cnt4_cnt .item_r li dl dd {
	order: 0;
	padding-right: 0;
}
.cnt4 .cnt4_cnt ul li dl dd:before {
	position: absolute;
	top: 0;
	width: 170%;
	height: 105%;
	content: '';
	background: #B05896;
}
.cnt4 .cnt4_cnt .item_r li dl dd:before {
	left: 0;
}
.cnt4 .cnt4_cnt .item_l li dl dd:before {
	right: 0;
}
.cnt4 .cnt4_cnt ul li dl dd p {
	position: relative;
	color: #fff;
}
.cnt4 .cnt4_cnt ul li dl dd .brand {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 5px;
}
.cnt4 .cnt4_cnt ul li dl dd .description {
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.cnt4 .cnt4_cnt ul li dl dd .product {
	font-size: 1.6rem;
	font-weight: 500;
}
.cnt4 .cnt4_cnt ul li dl dd .product .limited {
	font-size: 1.4rem;
}
.cnt4 .cnt4_cnt ul li dl dd .product .caution {
	font-size: 1.2rem;
}
.cnt4 .cnt4_cnt ul li dl dd .floor {
	font-family: "Shippori Mincho", serif;
	font-size: 6.1rem;
	line-height: 1;
}
.cnt4 .cnt4_cnt ul li dl dd .floor span {
	font-size: 3.8rem;
}

/*cnt5*/
.cnt5{
	position: relative;
	background: #FFFBDB;
	padding: 50px 0;
	z-index: 10;
}
.cnt5 .cnt5_cnt{
	max-width: 1400px;
	margin: 0 auto;
}
.cnt5 .cnt5_cnt .cnt5_txt{
	color: white;
}
.cnt5 .cnt5_cnt .cnt5_txt .txt_ttl{
	margin-bottom: 43px;
}
.cnt5 .cnt5_cnt .cnt5_txt .txt_ttl img{
	max-width: 342px;
	width: 100%;
}
.cnt5 .cnt5_cnt .cnt5_txt .txt_ttl p{
	margin-top: 20px;
	color: #16793A;
	font-size: 2.6rem;
	background: white;
	padding: 0px 20px;
	border-radius: 50px;
	max-width: 450px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.cnt5 .cnt5_cnt .cnt5_txt .txt_ttl p span{
	font-size: 3.7rem;
}
.cnt5 .cnt5_cnt .cnt5_txt .txt img{
	width: 95%;
	margin-bottom: 10px;
}
.cnt5 .cnt5_cnt .cnt5_txt .txt p.day{
	margin: 12px 0px;
	font-weight: bold;
	font-size: 2rem;
}

/*コンテンツパラパックス*/
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.downup {transform: translateY(100px);}

#header .header-fix-wrap,.HeaderBody.is-fixed{
	position: static;
}

p span.small{
	font-size: 1.2rem;
}
.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.spec_b{
	font-weight: bold;
}
/*横1500px*/
@media (max-width: 1500px) {
	.cnt3 .cnt3_ttl::before,.cnt3 .cnt3_ttl::after{
		width: 20%;
	}
}
@media (max-width: 1380px) {
	.cnt1_5 .cnt_ttl {
		width: 30%;
	}
}
@media (max-width: 1380px) {
	.cnt1_5 .cnt_ttl {
		width: 29%;
	}
}
@media (max-width: 1100px) {
	.cnt1 .cnt1_cnt .cnt{
		padding: 0px 20px;
	}
	.cnt1.cnt1_4 .cnt1_cnt::before{
		left: -140px;
	}
	.cnt1_6 .cnt1_cnt .cnt{
		padding: 50px;
	}
	.cnt3 .cnt3_ttl::before, .cnt3 .cnt3_ttl::after{
		width: 15%;
	}
	.cnt4 .cnt4_cnt{
		max-width: 1060px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(3)::after{
		right: -60px;
	}
	.cnt4 .cnt4_cnt .list .list_txt .present.present2{
		width: 41%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(5)::after{
		right: -50px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(7)::after{
		right: -40px;
	}
}

.pc1{
	display: block;
}
.sp1{
	display: none;
}
/*ipad pro*/
@media (max-width: 1024px) {
	.pc1{
		display: none;
	}
	.sp1{
		display: block;
	}
	
	.menu .menu_content{
		position: static;
		transform: none;
		width: 100%;
	}
	.menu .menu_content .menu_cnt{
		display: block;
	}
	.menu .menu_content .menu_cnt .menu_list{
		padding-top: 75px;
	}
	.menu .menu_content .menu_cnt .menu_list .list_cnt{
		display: block;
		position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
	}
	.menu .menu_content .menu_cnt .menu_img{
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 198px;
	}
	.menu .menu_content .menu_cnt .menu_list .list_cnt a{
		font-size: 1.6rem;
		margin-bottom: 40px;
		display: block;
		width: 100%;
	}
	.menu .menu_content .menu_cnt .menu_list p.ttl{
		font-size: 2.2rem;
	}
	
	/*main*/
	article{
		display: none;
	}
	.mv .main_logo{
		position: static;
		transform: translate(0,0);
	}
	.mv .main_logo img{
		height: auto;
		width: 100%;
	}
	.slick-slide img {
		height: auto;
		width: 100%;
	}
	
	.btn_cnt .btn a{
		width: 23%;
	}
	.btn_cnt .btn a .b_txt p:last-child{
		font-size: 2rem;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_list{
		max-width: 980px;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_1_ttl::after{
		bottom: -128.9%;
        height: calc(100% - -230px);
	}
	
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .chusen::after{
		width: 89px;
		height: 68px;
		top: 30px;
		right: 10px;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list.list_full .list_cnt .list_cnt_block:last-child::after{
		width: 59px;
    	height: 137px;
	}
	
	.cnt4 .cnt4_ttl{
	}
	.cnt4 .cnt4_cnt .list::after {
		content: "";
		width: 165px;
		height: 353px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(3)::after {
		content: "";
		width: 191px;
		height: 269px;
		right: -44px;
	}
	.cnt4 .cnt4_cnt .list .list_txt .present.present2 {
        width: 39%;
		bottom: -54px;
    }
		.cnt4 .cnt4_cnt .list:nth-child(6) .list_img2{
		margin-left: 0px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(5)::after {
		content: "";
		width: 236px;
		height: 334px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6)::after {
    	content: "";
    	width: 255px;
		height: 280px;
		top: 10px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(7)::after {
		content: "";
		width: 159px;
		height: 316px;
		top: 80px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_txt .present.present2{
		bottom: 19%;
	}
	.cnt4 .pic{
		max-width: 980px;
	}
}

/*ipadair*/
@media (max-width: 820px) {
	body{
		min-width: auto;
	}
	
	.cnt1.cnt1_4 .cnt1_cnt::before {
        left: -51px;
    }
	.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list .list{
		width: 45%;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_1_ttl{
		max-width: 90px;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_1_ttl::after {
        bottom: -62.1%;
        height: calc(100% - 320px);
    }
	.cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_img {
		max-width: 307px;
	}
	.cnt2 .cnt2_3_cnt .cnt2_3_ttl{
		max-width: 730px;
		margin: 0;
		padding: 0px 20px;
		display: block;
	}
	.cnt2 .cnt2_3_cnt .cnt2_3_ttl p span {
		font-size: 4rem;
	}
	.cnt2 .cnt2_3_cnt .cnt2_3_ttl p {
		font-size: 3.4rem;
	}
	.cnt3 .cnt3_ttl::before, .cnt3 .cnt3_ttl::after {
        width: 2%;
		border-radius: 0;
    }
	.cnt3 .cnt3_cnt{
		padding: 70px 20px;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .chusen::after{
		top: auto;
        right: 10px;
        bottom: 8px;
	}
	
	.cnt4 .cnt4_cnt{
		max-width: 760px;
		padding: 88px 20px;
	}
	.cnt4 .cnt4_cnt .list{
		display: block;
	}
	.cnt4 .cnt4_cnt .list:nth-child(2n){
		display: block;
	}
	.cnt4 .cnt4_cnt .list .list_img{
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.cnt4 .cnt4_cnt .list .list_txt {
		width: 80%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_txt{
		width: 80%;
	}
	.cnt4 .cnt4_cnt .list .list_txt .present{
		width: 80%;
	}
	.cnt4 .cnt4_cnt .list .list_txt .present.present2{
		position: static;
		width: 80%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_txt .present.present2{
		position: static;
		width: 80%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(8) .list_txt{
		width: 80%;
	}
	.cnt4 .cnt4_cnt .list::after {
        content: "";
        width: 115px;
        height: 244px;
		right: 0;
    }
	.cnt4 .cnt4_cnt .list:nth-child(2)::after {
    	content: "";
    	width: 185px;
		height: 337px;
		left: auto;
		right: 0;
	}
	.cnt4 .cnt4_cnt .list:nth-child(3)::after {
        content: "";
        width: 240px;
        height: 310px;
        right: 0;
		bottom: 0;
    }
	.cnt4 .cnt4_cnt .list:nth-child(4)::after {
   	 	content: "";
    	width: 170px;
		height: 298px;
		left: auto;
		right: 0;
	}
	.cnt4 .cnt4_cnt .list:nth-child(5)::after {
        content: "";
        width: 216px;
        height: 300px;
		right: 0;
    }
	.cnt4 .cnt4_cnt .list:nth-child(6)::after {
        content: "";
        width: 255px;
        height: 280px;
        top: auto;
		left: auto;
		right: 0;
    }
	.cnt4 .cnt4_cnt .list:nth-child(7)::after {
        content: "";
        width: 170px;
        height: 336px;
        top: auto;
		right: 0;
    }
	.cnt4 .cnt4_cnt .list:nth-child(8)::after{
		top: auto;
		left: auto;
		right: 0;
		bottom: 100px;
	}
	.cnt4 .pic {
        max-width: 760px;
    }
	.cnt5{
		padding: 60px 20px;
	}
}

/*ipadmini*/
@media (max-width: 768px) {
	.btn_cnt .btn a {
        width: 20%;
    }
	.btn_cnt .btn a .b_txt p {
		font-size: 1.2rem;
	}
	.btn_cnt .btn a .b_txt p:last-child {
        font-size: 1.3rem;
    }
	.btn_cnt .btn a .b_txt p:last-child {
        font-size: 1.3rem;
    }
	
	.cnt1 .cnt1_bg{
		padding: 0 5% 10%;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_list .list {
		width: 45%;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .chusen::after{
		width: 69px;
        height: 52px;
	}
	.contents-wrap{
		width: auto;
	}
}

.pc{
	display: block;
}
.sp{
	display: none;
}
.pcdl{
	display: inline-block;
}
.spdl{
	display: none;
}

/*sp*/
@media (max-width: 767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.pcdl{
		display: none;
	}
	.spdl{
		display: inline-block;
	}
	
	.menu_btn{
		top: 92px;
	}
	.menu_btn.scroll {
		top: 0px;
	}
	
	#main p{
		font-size: 1.5rem;
	}
	.btn_cnt{
		padding: 0;
		border-radius: 40px 40px 0 0;
	}
	.btn_cnt .btn {
		gap: 0;
		padding: 5px 7% 0;
	}

	.headerFixed {
		background: none;
	}

	.headerFixed p {
		display: block;
		margin-bottom: 0;
		background: #E5598E;
		border-radius: 40px 40px 0 0;
	}

	.btn_cnt p span {
		position: relative;
		font-size: 1.6rem;
	}
	.btn_cnt p span:after {
		position: absolute;
		top: 40%;
		right: -17px;
		width: 12px;
		height: 12px;
		content: '';
		border: 0.1em solid #fff;
		border-left: 0;
		border-bottom: 0;
		transform: translateY(0) rotate(-45deg);
	}
	.headerFixed p span:after {
		transform: translateY(-50%) rotate(135deg);
	}
	.active p span:after {
		transform: translateY(0) rotate(-45deg);
	}

	.headerFixed .btn {
		background: rgba(229, 89, 142, .5);
	}

	.headerFixed.active .btn {
		display: flex;
	}

	.btn_cnt .btn a{
		width: 48%;
		margin-bottom: 5px
	}

	.btn_cnt .btn a:after {
		content: none;
	}
	.btn_cnt .btn a img {
		margin-bottom: 0 !important;
	}

	.cnt1 {
		padding: 15% 0 10%;
    background: url(../img/bg_contents1.png) repeat center top fixed;
    background-size: cover;
	}
	.cnt1 .cnt1_cnt{
		padding: 0 10%;
	}
	.cnt1 .cnt1_cnt .cnt{
		padding: 0;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_list .list{
		width: 100%;
		margin-bottom: 65px;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_list .list p:last-child{
		font-weight: bold;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.description {
		font-size: 1.4rem !important;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.brand {
		font-size: 1.6rem !important;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.small {
		font-size: 1.1rem !important;
	}
	
	.cnt1_2{
		padding-bottom: 0px;
	}
	.cnt1_2:before {
		background: url(../img/cnt1/border.png) repeat center top;
		background-size: 540% auto;
	}
	.cnt1_2 .cnt1_cnt{
		padding: 50px 0 28px;
	}
	.cnt1_2 .cnt1_cnt .cnt .cnt_ttl img{
		margin-top: 0px;
	}
	.cnt1_2 .cnt1_cnt .cnt .cnt_ttl_parent {
		max-width: 100%;
		width: 70%;
		margin: 0 0 15px;
		padding-left: 20px;
	}
	.cnt1_2 .cnt1_cnt .cnt .cnt_ttl {
		max-width: 100%;
		margin: 0;
	}
	.cnt1_2 .cnt1_cnt .cnt .cnt_list {
		display: flex !important;
		text-align: left !important;
	}
	.cnt1_2 .cnt1_cnt .cnt .cnt_list .list {
		width: 50%;
	}
	.cnt1_2 .cnt1_cnt .cnt .cnt_list .list:nth-of-type(-n+2) {
		width: 50%;
	}
	.cnt1.cnt1_2 .cnt1_cnt .cnt .cnt_list .list .list_txt {
		padding: 0 10px;
	}
	.cnt1_3 {
		position: relative;
	}
	.cnt1_3::before {
		border-radius: 40px 40px 0 0;
	}
	.cnt1.cnt1_3 .cnt1_cnt{
		padding: 0 30px;
	}
	.cnt1.cnt1_3 .cnt1_cnt .cnt_list {
		text-align: left !important;
	}
	.cnt2 .cnt2_4{
		background-size: 100%;
	}
	
	#main .cnt1 .cnt1_cnt .cnt .cnt_list .list .list_txt p.brand{
		font-size: 1.8rem;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list > p span {
		font-size: 3rem;
	}
	#main .cnt3 .cnt3_cnt .cnt3_list .list > p{
		font-size: 2.4rem;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list::after{
		width: 14px;
    	height: 14px;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt{
		padding: 56px 20px 33px;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img{
		width: 60%;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .sale_cnt .img {
		width: 40%;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt p.last{
		width: 60%;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .chusen::after {
        width: 90px;
        height: 68px;
    }

	.cnt1_4 {
		position: relative;
	}
	
	.cnt1_4:before, .cnt1_4:after {
		background: url(../img/bg_contents3.png) repeat-y left top;
		background-size: contain;
	}

	.cnt1_4:before {
		left: -70px;
	}
	
	.cnt1_4:after {
		right: -70px;
	}

	.cnt1.cnt1_4 .cnt1_cnt{
		padding: 0 35px;
	}

	.cnt1.cnt1_4 .cnt1_cnt .cnt_list {
		text-align: left !important;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_ttl{
		text-align: center;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_ttl img.sp{
		display: inline-block;
	}
	.cnt1_4 .cnt_ttl span{
		font-size: 3.3rem;
	}
	#main .cnt1_4 .cnt_ttl p{
		font-size: 2.2rem;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	
	.cnt1_5{
		position: relative;
		padding: 40px 0;
	}
	.cnt1.cnt1_5 .cnt1_cnt{
		padding: 0;
	}
	.cnt1_5 .cnt_ttl{
		position: relative;
		top: auto;
		left: auto;
		width: 77%;
		margin-bottom: 10%;
		transform: none;
	}
	.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list{
		max-width: 100%;
		text-align: left !important;
		padding: 0 10%;
	}
	.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list .list{
		width: 100%;
		margin-bottom: 7%;
	}
	.cnt1 .cnt1_cnt .cnt .cnt_list{
		display: block;
		max-width: 100%;
		text-align: center;
    padding: 0;
	}
	.cnt1_1 .cnt1_cnt .cnt .cnt_list .list {
		width: 100%;
		margin-bottom: 20%;
	}
	.cnt1_1 .cnt1_cnt .cnt .cnt_list .list:nth-of-type(-n+2) {
		width: 100%;
	}
	.cnt1_1 .cnt1_cnt .cnt .cnt_list .list:first-of-type {
		padding-left: 0;
	}
	.cnt1_1 .cnt1_cnt .cnt .cnt_list .list:nth-of-type(2) {
		padding-right: 0;
	}
	/*.cnt1_1 .cnt1_cnt .cnt .cnt_list .list img {
		width: auto;
		height: 209px;
	}*/
	.cnt1_1 .cnt1_cnt .cnt .cnt_list .list .list_txt {
		text-align: left;
    padding: 0;
	}
	.cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list2 .list2{
		display: block;
	}
	.cnt1.cnt1_5 .list_txt{
		padding: 0px 20px;
	}
	#main .cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list .list .list_txt p.brand{
		font-size: 2.2rem;
	}
	#main .cnt1.cnt1_5 .cnt1_cnt .cnt .cnt_list2 .list2 .list2_txt p.brand{
		font-size: 2.2rem;
	}

	.cnt1_6 {
		padding: 15% 5% 10%;
	}
	
	.cnt1_6 .cnt1_cnt {
		padding: 0;
	}
	
	.cnt1_6 .cnt1_cnt .cnt {
		max-width: 100%;
		padding: 10% 5%;
		border: 4px solid #BCA320;
		border-radius: 40px;
	}
	
	.cnt1_6 .cnt1_cnt .cnt dl {
		flex-wrap: wrap;
	}
	
	.cnt1_6 .cnt1_cnt .cnt dl dt {
		width: 100%;
		margin-bottom: 20%;
		padding-right: 0;
	}
	
	.cnt1_6 .cnt1_cnt .cnt dl dd {
		width: 100%;
	}
	
	.cnt1_6 .cnt1_cnt .cnt dl dd h3 {
		font-size: 2rem;
	}
	
	.cnt1_6 .cnt1_cnt .cnt dl dd h3:before {
		top: -45px;
		width: 115px;
		height: 46px;
	}
	
	.cnt1_6 .cnt1_cnt .cnt dl dd .description {
		font-size: 1.7rem;
	}
	
	.cnt1_6 .cnt1_cnt .cnt dl dd .details {
		font-size: 1.6rem;
		font-weight: 500;
	}
	
	.cnt2 .cnt2_1{
		padding: 0;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_1_ttl {
        max-width: 70px;
		margin-right: 10px;
    }
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_1_ttl::before {
		top: -84px;
		left: 0;
		width: 63px;
		height: 58px;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_1_ttl::after{
		width: 63px;
		bottom: -165.1%;
        height: calc(100% - -1030px);
	}

	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsl {
		align-items: flex-start;
		width: 17.5%;
		padding-right: 2%;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr {
		width: 82.5%;
		padding-top: 20%;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul {
		max-width: 100%;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li {
		width: 100%;
		margin-bottom: 15%;
	}

  .cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li:nth-of-type(even) {
    margin-bottom: 15%;
    padding-top: 0;
  }
	
	/*.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li img {
		padding: 0 5%;
	}*/
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li figcaption {
		font-size: 2.2rem;
    font-weight: 700;
		padding: 0 0 0 5%;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li figcaption span {
		font-size: 1.3rem;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li .details {
		padding: 0 0 0 5%;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li .date {
		font-size: 1.7rem !important;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li .description {
		font-size: 1.6rem !important;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .contentsr ul li .product {
		font-size: 1.6rem !important;
	}
	
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt_ttl{
		max-width: 48px;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list{
		width: 86%;
	}

	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list,.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list.r{
		display: block;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt{
		margin-top: 0px;
		padding: 17px;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:nth-child(2) .list_txt,.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:last-child .list_txt{
		margin-top: 31px;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:nth-child(2) .list_img,.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:last-child .list_img {
		max-width: 100%;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:nth-child(2) .list_img img,.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:last-child .list_img img{
		width: 100%;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:nth-child(2) .list_txt{
		margin-top: -44px;	
		padding: 54px 17px 17px;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:last-child .list_txt{
		margin-top: -37px;	
		padding: 54px 17px 17px;
	}
	#main .cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt p.brand{
		font-size: 2.2rem;
	}
	#main .cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt p.day{
		font-size: 1.6rem;
		font-weight: bold;
	}
	.cnt2 .cnt2_2{
    width: 100vw;
    margin: 0 calc(38% - 50vw);
    background: #fcf4f2;
    border-radius: 0;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt{
		max-width: 100%;
		padding: 60px 40px 40px;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl {
		flex-wrap: wrap;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dt {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dt figure:first-of-type {
		margin-right: 2%;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dt figure:last-of-type {
		margin-left: 2%;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dt figcaption {
		font-size: 1.2rem;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dd {
		display: contents;
		width: 100%;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .cnt_ttl {
    width: 100%;
    text-align: center;
		margin-bottom: 20px;
	}

  .cnt2 .cnt2_2 .cnt2_2_cnt .cnt_ttl span {
    font-size: 3rem;
  }
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .date {
		font-size: 1.4rem !important;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .caution {
		font-size: 1.2rem !important;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .description {
		font-size: 1.4rem !important;
	}
	
	.cnt2 .cnt2_2 .cnt2_2_cnt dl dd .link_btn {
		order: 2;
		width: 100%;
		font-size: 1.4rem;
		font-weight: 500;
	}

	.cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_list{
		width: 100%;
		margin-top: 28px;
	}
	#main .cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_list .cnt2_2_txt p{
		font-size: 1.6rem;
	}
	#main .cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_list .cnt2_2_txt p.brand{
		font-size: 2.2rem;
	}

  .cnt2 .cnt2_3 {
    margin-top: -15%;
  }

	.cnt2 .cnt2_3_cnt {
		padding: 22% 0 125px;
		background: url("../img/bg_contents8_sp.png") no-repeat center top;
		background-size: cover;
	}
	
	.cnt2 .cnt2_3_cnt .cnt_ttl {
		max-width: 80%;
		margin-bottom: 7%;
	}
	
	.cnt2 .cnt2_3_cnt ul {
		max-width: 100%;
	}
	
	.cnt2 .cnt2_3_cnt ul li {
		display: flex;
    align-items: center;
		width: 100%;
		margin-bottom: 25px;
		padding: 0 15px;
	}
	
	.cnt2 .cnt2_3_cnt ul li img {
		width: 45%;
		margin-bottom: 0;
	}
	
	.cnt2 .cnt2_3_cnt ul li:nth-of-type(even) img {
		order: 1;
	}
	
	.cnt2 .cnt2_3_cnt ul li:nth-of-type(2), .cnt2 .cnt2_3_cnt ul li:nth-of-type(4) {
		padding-top: 0;
	}
	
	.cnt2 .cnt2_3_cnt ul li .details {
		width: 55%;
		padding-left: 2%;
	}
	
	.cnt2 .cnt2_3_cnt ul li:nth-of-type(even) .details {
		order: 0;
		padding: 0 5% 0 0;
	}
	
	.cnt2 .cnt2_3_cnt ul li .description {
		font-size: 1.4rem !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #E54385;
	}
	
	.cnt2 .cnt2_3_cnt ul li .brand {
		font-size: 1.6rem !important;
	}
	
	.cnt2 .cnt2_3_cnt ul li .product {
		font-size: 1.5rem !important;
	}
	.cnt2 .cnt2_3_cnt .cnt2_3_ttl {
		max-width: 400px;
	}
	.cnt2 .cnt2_3::before{
		display: none;
	}
	#main .cnt2 .cnt2_3_cnt .cnt2_3_ttl p{
		font-size: 2.2rem;
	}
	#main .cnt2 .cnt2_3_cnt .cnt2_3_ttl p:first-child{
		display: flex;
		align-items: center;
	}
	#main .cnt2 .cnt2_3_cnt .cnt2_3_ttl p:last-child{
		font-size: 3rem;
	}
	.cnt2 .cnt2_4 .cnt2_4_list{
		display: block;
		padding: 24px 15px;
	}
	.cnt2 .cnt2_4 .cnt2_4_list .list img{
		margin-bottom: 0px;
	}
	.cnt2 .cnt2_4 .cnt2_4_list .list{
		width: 80%;
        margin: 0 auto 50px;
	}
	.cnt2 .cnt2_4 .cnt2_4_list .list .list_txt{
		margin-left: 0px;
		padding: 0px 10px;
	}
	#main .cnt2 .cnt2_4 .cnt2_4_list .list .list_txt p{
		font-size: 1.6rem;
	}
	
	.cnt3{
		padding: 58px 0px 5%;
	}
	.cnt3::after{
		display: none;
	}
	.cnt3 .cnt3_ttl{
		padding: 17px 0px 17px;
	}
	.cnt3 .cnt3_cnt{
		padding: 26px 13px 0;
		width: 95%;
	}
	.cnt3 .cnt3_cnt .cnt3_list{
		display: block;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list{
		width: 100%;
		margin-bottom: 66px;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list :last-of-type {
		margin-bottom: 0;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list::before{
		top: 23px;
	}
	.cnt3 .cnt3_ttl::before{
		display: none;
	}
	.cnt3 .cnt3_ttl::after{
		display: none;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .sale_cnt{
		align-items: flex-start;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list.list_full .list_cnt .list_cnt_block{
		width: 100%;
	}
	/*.cnt3 .cnt3_cnt .cnt3_list .list.active::after{
		transform: translate(-50%, -32px) rotate(135deg);
	}*/

	.cnt4{
		background: url("../img/bg_contents10_sp.png") no-repeat center top;
		background-size: contain;
    margin-top: -25%;
		padding: 25% 0 0;
	}

	.cnt4:before {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
		background: url("../img/bg_contents10_2_sp.png") repeat center top;
		background-size: contain;
	}
	.cnt4 .cnt4_ttl{
		max-width: 98%;
    margin-bottom: 15%;
	}
	.cnt4 .cnt4_cnt{
		max-width: 80%;
		padding: 0;
	}
	.cnt4 .cnt4_cnt ul {
		margin-bottom: 0;
	}
	.cnt4 .cnt4_cnt ul:nth-last-of-type(2) {
		margin-bottom: 40px;
	}
	.cnt4 .cnt4_cnt .item_r2 {
		position: relative;
		margin-bottom: 0;
	}
	.cnt4 .cnt4_cnt .item_r2:before {
		position: absolute;
		left: 50%;
		width: 150%;
		height: 120%;
		content: '';
		background: url(../img/bg_contents10_2.png) repeat center top;
		background-size: contain;
		transform: translateX(-50%);
	}
	.cnt4 .cnt4_cnt ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	.cnt4 .cnt4_cnt ul li dl {
		flex-wrap: wrap;
	}
	.cnt4 .cnt4_cnt ul li dl dt {
		width: 100%;
	}
	.cnt4 .cnt4_cnt ul li dl dt {
		width: 100%;
		padding: 0 15%;
	}
	.cnt4 .cnt4_cnt .item_r li dl dt {
		order: 0;
		padding-left: 15%;
	}
	.cnt4 .cnt4_cnt .item_l li dl dt {
		padding-right: 15%;
	}
	.cnt4 .cnt4_cnt ul li dl dt:before {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30px;
		content: '';
		background: #B05896;
	}
	.cnt4 .cnt4_cnt ul li dl dt img {
		position: relative;
		z-index: 2;
	}
	.cnt4 .cnt4_cnt ul li dl dd {
		width: 100%;
		padding: 20px;
	}
	.cnt4 .cnt4_cnt .item_r li dl dd {
		order: 1;
		padding-right: 20px;
	}
	.cnt4 .cnt4_cnt ul li dl dd:before {
		width: 100%;
		height: 100%;
	}
	.cnt4 .cnt4_cnt ul li dl dd .brand {
		font-size: 1.6rem !important;
	}
	.cnt4 .cnt4_cnt ul li dl dd .description {
		font-size: 1.4rem !important;
	}
	.cnt4 .cnt4_cnt ul li dl dd .product {
		font-size: 1.5rem !important;
	}
	.cnt4 .cnt4_cnt ul li dl dd .product .limited {
		font-size: 1.3rem;
	}
	.cnt4 .cnt4_cnt ul li dl dd .product .caution {
		font-size: 1.1rem;
	}
	.cnt4 .cnt4_cnt ul li dl dd .floor {
		font-size: 4.8rem !important;
	}
	.cnt4 .cnt4_cnt ul li dl dd .floor span {
		font-size: 2.8rem;
	}
	
	/*.cnt4{
		padding: 124px 0px 114px;
	}
	.cnt4 .cnt4_cnt {
        max-width: 95%;
        padding: 29px 10px;
    }
	.cnt4 .cnt4_cnt .list{
		margin-bottom: 67px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(2){
		margin-bottom: 196px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(3){
		margin-bottom: 227px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6){
		margin-bottom: 227px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(2) .list_txt{
		margin-left: 138px;
        width: 63%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(2)::after {
        content: "";
        width: 130px;
        height: 235px;
        right: auto;
        left: -11px;
	}
	.cnt4 .cnt4_cnt .list .list_txt .present {
        width: 95%;
		margin: 10px auto 0px;
        position: absolute;
        left: 50%;
		transform: translate(-50%,0);
		margin-top: 10px;
		border-radius: 20px;
    }
	#main .cnt4 .cnt4_cnt .list .list_txt .present p:first-child{
		font-size: 2rem;
	}
	.cnt4 .cnt4_cnt .list:nth-child(3)::after {
        content: "";
		width: 190px;
        height: 240px;
        right: 0;
		bottom: -2%;
	}
	.cnt4 .cnt4_cnt .list .list_txt .present.present2{
		position: absolute;
		left: 50%;
		transform: translate(-50%, 67%);
		width: 95%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(4)::after {
        content: "";
		width: 120px;
        height: 212px;
        left: auto;
        right: -23px;
		background-repeat: no-repeat;
    }
	.cnt4 .cnt4_cnt .list:nth-child(5)::after {
        content: "";
        width: 170px;
		height: 242px;
        right: -38px;
		background-repeat: no-repeat;
    }
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_txt{
		width: 100%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_txt.sp{
		margin-top: 20px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_img2{
		display: block;
		width: 50%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6)::after {
        content: "";
        width: 225px;
		height: 281px;
        top: auto;
        left: auto;
        right: -26px;
        bottom: -45px;
		background-repeat: no-repeat;
    }
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_txt .present.present2{
		position: absolute;
        left: 50%;
        transform: translate(-50%, 230%);
        width: 95%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_img .list_img2 .list_img2_txt{
		width: 100%;
		margin-top: 10px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(7) .list_txt{
		width: 100%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(7)::after {
        content: "";
		width: 130px;
        height: 263px;
        top: auto;
        right: -22px;
		background-repeat: no-repeat;
    }
	.cnt4 .cnt4_cnt .list:nth-child(8) .list_txt{
		width: 100%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(8)::after {
    	content: "";
    	width: 188px;
		height: 307px;
		bottom: 0px;
		right: -25px;
		background-repeat: no-repeat;
	}
	.cnt4 .pic{
		margin: 69px auto 0px;
		max-width: 85%;
	}
	
	.cnt4 .cnt4_cnt .list .list_txt{
		width: 60%;
	}
	.cnt4 .cnt4_cnt .list .list_txt .txt2_cnt{
		width: 61%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_img2 .arrow{
		width: 13%;
	}
	#main .cnt4 .cnt4_cnt .list .list_txt p.brand{
		font-size: 1.8rem;
	}*/
	
	.cnt5{
		padding: 61px 33px;
	}
	.cnt5 .cnt5_cnt{
		display: block;
	}
	.cnt5 .cnt5_cnt .cnt5_img{
		margin-bottom: 20px;
	}
	#main .cnt5 .cnt5_cnt .cnt5_txt .txt_ttl p{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 2px;
		line-height: 1;
		font-size: 2.2rem;
	}
	#main .cnt5 .cnt5_cnt .cnt5_txt .txt_ttl p span{
		font-size: 3.3rem;
		margin-right: 5px;
	}
	.cnt5 .cnt5_cnt .cnt5_txt .txt img{
		max-width: 180px;
		margin: 0 auto 10px;
	}
	.cnt5 .cnt5_cnt .cnt5_txt .txt p.sub{
		text-align: center;
	}
	
	.otoku img{
		width: 100%;
	}
}

/*414*/
@media (max-width: 414px) {
	.btn_cnt .btn a img{
		margin-bottom: 14px;
	}
	#main .btn_cnt .btn a .b_txt p{
		font-size: 1.2rem;
	}
	#main .btn_cnt .btn a .b_txt p:last-child {
        font-size: 1.4rem;
    }
	#main .cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list .list_txt a p{
		font-size: 1.3rem;
	}
	#main .cnt2 .cnt2_2 .cnt2_2_cnt .cnt2_2_list .cnt2_2_txt p{
		font-size: 1.5rem;
	}
	#main .cnt3 .cnt3_cnt .cnt3_list .list.list_full > p{
		font-size: 2.4rem;
	}
	#main .cnt3 .cnt3_cnt .cnt3_list .list.list_full > p span{
		font-size: 2.8rem;
	}
	.cnt4 .cnt4_cnt .list::after{
		right: -10px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(4)::after{
		right: -13px;
		height: 210px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(5)::after {
        content: "";
        width: 180px;
        height: 243px;
        right: -33px;
        bottom: 0px;
    }
	.cnt4 .cnt4_cnt .list:nth-child(6)::after {
		content: "";
        width: 225px;
		height: 250px;
        top: auto;
        left: auto;
        right: -26px;
        bottom: -16px;
    }
	.cnt4 .cnt4_cnt .list:nth-child(8)::after {
        content: "";
        width: 178px;
        height: 286px;
        bottom: 0px;
        right: -25px;
    }
	#main .cnt5 .cnt5_cnt .cnt5_txt .txt_ttl p{
		padding: 5px 10px;
		font-size: 2rem;	
	}
}
/*390*/
@media (max-width: 390px) {
	.cnt4 .cnt4_cnt .list:nth-child(3)::after {
        right: -12px;
    }
	.cnt4 .cnt4_cnt .list:nth-child(4)::after{
		bottom: -12px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(5)::after{
		bottom: 10px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(6)::after{
		right: -36px;
        bottom: -55px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(8) .list_txt {
        width: 100%;
    }
}
@media (max-width: 390px) {
	.cnt4 .cnt4_cnt .list:nth-child(8) .list_txt .txt2_cnt{
		width: 55%;
	}
}
/*375*/
@media (max-width: 375px) {
	.menu .menu_content .menu_cnt .menu_img{
		min-width: auto;
	}
	
	.cnt2 .cnt2_3_cnt .cnt2_3_ttl p:first-child span{
		font-size: 3.5rem;
	}
	#main .cnt2 .cnt2_3_cnt .cnt2_3_ttl p:last-child{
		font-size: 2.8rem;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale p.sale_ttl img{
		max-width: 230px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(2n) .list_txt {
        width: 60%;
    }
	.cnt4 .cnt4_cnt .list:nth-child(8) .list_txt {
        width: 100%;
    }
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_txt{
		width: 90%;
	}
	.cnt4 .cnt4_cnt .list:nth-child(3)::after{
		right: -22px;
	}
	.cnt4 .cnt4_cnt .list:nth-child(4)::after {
        right: 0px;
    }
	.cnt4 .cnt4_cnt .list:nth-child(6) .list_txt .present.present2 {
        position: absolute;
        left: 50%;
		transform: translate(-50%, 240%);
        width: 95%;
    }
	.cnt4 .cnt4_cnt .list:nth-child(6)::after {
        content: "";
		width: 195px;
        height: 220px;
        top: auto;
        left: auto;
        right: -26px;
        bottom: -35px;
    }
	.cnt4 .cnt4_cnt .list:nth-child(8)::after {
        content: "";
        width: 148px;
        height: 249px;
        bottom: 0px;
        right: -5px;
    }
	.cnt4 .cnt4_cnt .list:nth-child(8) .list_txt .txt2_cnt {
        width: 60%;
    }
	.cnt4 .cnt4_cnt .list:nth-child(3) .list_txt{
		width: 80%;
	}
	
	#main .cnt5 .cnt5_cnt .cnt5_txt .txt_ttl p{
		font-size: 1.8rem;
	}
	#main .cnt5 .cnt5_cnt .cnt5_txt .txt_ttl p span{
		font-size: 2.8rem;
	}
	
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .sale .chusen::after {
        width: 70px;
        height: 53px;
    }
}

/*改行調整*/
.i14,.w414,.w414_n,.w390,.w390_n,.w375{
	display: none;
}
/*767*/
@media (max-width: 767px) {
	.i14{
		display: block;
	}
}
@media (max-width: 414px) {
	.w414{
		display: block;
	}
	.w414_n{
		display: none;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img{
		width: 55%;
	}
}
@media (max-width: 390px) {
	.w390{
		display: block;
	}
	.w390_n{
		display: none;
	}
	.cnt3 .cnt3_cnt .cnt3_list .list .list_cnt .list_flex .flex_img {
        width: 50%;
    }
}
@media (max-width: 375px) {
	.w375{
		display: block;
	}
	.sp.w375_n{
		display: none;
	}
	.cnt2 .cnt2_1 .cnt2_1_cnt .cnt2_list .list:nth-child(2) .list_txt {
        margin-top: -37px;
    }
}