@charset "utf-8";

/*!
 * Theme Name: LAPUAN KANKURIT テーマ
 * Theme URI: 
 * Description: LAPUAN KANKURITのテーマ
 * Author: sloup
 * Version: 3.0
 */


/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, video {
	vertical-align: bottom;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* カスタマイズ
--------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	letter-spacing: 0.08em;
}

html {
	line-break: strict;
  font-feature-settings: "palt" 1;
}

body {
  font-family: "HelveticaNowText-Regular","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  color: #464646;
	font-feature-settings: "palt";
  background-color: #EBF0F0;
  min-width: 1100px;
}

input[type="text"] {
	font-family: "HelveticaNowText-Regular","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Helvetica Neue", "Helvetica", sans-serif!important;
}

a {
	color: #464646;
	text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

.pc_only_inline {
	display: inline;
}


header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;	
	z-index: 100;
	background-color: #fff;
}

header .wrap {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: end;
}

header .logo {
  position: absolute;
  top: 23px;
  left: 25px;
  z-index: 999;
}

header .logo .icon {
  width: 200px;
  height: 13px;
  fill: #464646;
}

#item_nav > ul {
	display: flex;
	justify-content: end;
}

#item_nav > ul > li > span {
	font-size: 14px;
	display: inline-block;
	padding: 23px 20px 20px;
	cursor: pointer;
	position: relative;
}

#item_nav > ul > li .menu {
	display: none;
	position: absolute;
	left: 0;
	top: 57px;
	width: 100%;
	background-color: #fff;
	filter: drop-shadow(0 5px 3px rgba(0, 0, 0, .1));
}

#item_nav > ul > li .menu a,
#sub_nav > ul > li .menu a {
	font-size: 13px;
	display: inline-block;
	padding: 4px 1em 4px 0;
}



#item_nav > ul > li .menu ul,
#item_nav > ul > li .menu dl,
#sub_nav > ul > li .menu dl {
	padding: 0 0 0 80px;
}

#item_nav > ul > li .menu dl dt,
#sub_nav > ul > li .menu dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #bbb;
	padding: 2px 0 12px;
}

#item_nav > ul > li .menu ul li,
#item_nav > ul > li .menu dl dd,
#sub_nav > ul > li .menu dl dd {
	margin: 6px 0 0;
}


#sub_nav {
	padding: 0 12px 0 30px;
}

#sub_nav > ul {
	display: flex;
	justify-content: end;
}

#sub_nav > ul > li .menu {
	display: none;
	position: absolute;
	left: 0;
	top: 57px;
	width: 100%;
	background-color: #fff;
	filter: drop-shadow(0 5px 3px rgba(0, 0, 0, .1));
}

#sub_nav .cart {
	display: inline-block;
	padding: 22px 12px 21px;
}

#sub_nav .cart .icon {
	width: 12px;
	height: 14px;
	fill: #464646;
}

#sub_nav .search {
	display: inline-block;
	padding: 22px 12px 22px;
	cursor: pointer;
}

#sub_nav .search .icon {
	width: 13px;
	height: 13px;
	fill: #464646;
}

#sub_nav .search_box {
	width: calc(100% - 30px);
	max-width: 500px;
	margin: 0 auto;
}

#sub_nav .search_box form {
	display: block;
	border-bottom: 1px solid #666;
	position: relative;
	width: 100%;
}

#sub_nav .search_box input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	line-height: 1;
	width: 100%;
	padding: 8px 0 8px;
	font-size: 14.5px;
}

#sub_nav .search_box button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 10px;
	display: block;
	padding: 0;
}

#sub_nav .search_box button svg {
	width: 16px;
	height: 16px;
	position: relative;
}

#sub_nav .info {
	display: inline-block;
	padding: 22px 12px 21px;
	cursor: pointer;
}

#sub_nav .info .icon {
	width: 15px;
	height: 15px;
	fill: #464646;
}


.logo .icon.active {
  fill: #464646;
}

.gnav .cart,
.gnav .search {
  position: absolute;
  top: 30px;
  z-index: 999;
}

.gnav .cart {
  right: 60px;
}

.gnav .cart .icon {
  width: 12px;
  height: 14px;
  fill: #464646;
}

.gnav .search {
  right: 30px;
}

.searchbox_sp {
	display: none;
}

.gnav .search .icon,
.searchbox_pc .icon {
  width: 13px;
  height: 13px;
  fill: #464646;
}

.searchbox_wrap {
	visibility: hidden;
	opacity: 0;
	width: 60%;
	height: 55px;
	background-color: #464646;
	z-index: 1000;
	right: 0;
	transition: 0.2s;
	position: absolute;
	top: -10px;
}

.searchbox_wrap.active {
	visibility: visible;
	opacity: 1;
	right: 0;
	top: 0;
}

input[type="text"]:focus {
  box-shadow: none;
  outline: 0;
}

.searchbox_pc {
  visibility: hidden;
  right: -13%;
	background-color: #464646;
}

.searchbox_wrap.active .searchbox_pc {
	visibility: visible;
	width: 160px;
	height: auto;
	position: absolute;
	top: 11px;
	right: 25px;
	z-index: 999;
	color: #FFF;
	border-bottom: 1px solid #fff;
}

.searchbox_wrap.active .searchbox_pc form {
	padding-left: 22px;
}

.searchbox_wrap.active .searchbox_pc button {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 7px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.searchbox_wrap.active .searchbox_pc button .icon {
	fill: #FFF;
	position: relative;
}

.searchbox_wrap.active .searchbox_pc input {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 6px 0 6px 0;
	margin: 0;
	background-color: #464646;
	color: #FFF;
	font-size: 12px;
}

.searchbox_wrap.active .searchbox_pc input::placeholder {
  color: #fff;
}

.searchbox_wrap .search_close_btn {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 19px;
	right: 25px;
	visibility: hidden;
	cursor: pointer;
	z-index: 999;
}

.searchbox_wrap.active .search_close_btn {
	visibility: visible;
}

.searchbox_wrap .search_close_btn .bar:first-child {
	width: 16px;
	height: 1px;
	background-color: #FFF;
	transform: rotate(45deg);
	display: block;
	transform-origin: center;
	position: absolute;
	left: 0;
	top: 8px;
}

.searchbox_wrap .search_close_btn .bar:last-child {
	width: 16px;
	height: 1px;
	background-color: #FFF;
	transform: rotate(-45deg);
	display: block;
	transform-origin: center;
	position: absolute;
	left: 0;
	top: 8px;
}

.searchbox_wrap + .search_layer {
	display: none;
	width: 60%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,0.48);
	z-index: 990;
}

.searchbox_wrap.active + .search_layer {
	display: block;
}

.menu_btn {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
	display: none;
}

.menu_btn .bar {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #464646;
  transition: 0.2s cubic-bezier(.1,.77,.94,.88);
}

.menu_btn .bar.active:first-child {
  transform: translateY(3px) rotate(-45deg);
}

.menu_btn .bar.active:last-child {
  transform: translateY(-3px) rotate(45deg);
}

.menu_btn .bar:first-child {
  position: absolute;
  top: 2px;
  left: 0;
}

.menu_btn .bar:last-child {
  position: absolute;
  bottom: 2px;
  left: 0;
}

.menu_container {
  width: 40%;
  min-width: 440px;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
	opacity: 0;
	visibility: hidden;
  z-index: 100;
	transition: 0.2s linear;
}

.menu_container.active {
	opacity: 1;
	visibility: visible;
}

.menu_container.visual_none.active {
	display: none;
}

.menu_container .footer_li_wrap {
	display: none;
}

.main_menu_wrap {
  margin: 140px 0 0 30px;
	overflow-y: auto;
	height: 70vh;
	padding: 0 0 180px;
}

.main_menu_wrap .menuin_search {
	display: block;
	border-bottom: 1px solid #666;
	position: relative;
	width: calc(100% - 30px);
	margin-bottom: 60px;
}

.main_menu_wrap .menuin_search .search_input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    
    line-height: 1;
    width: 100%;
    padding: 8px 0 8px;
    font-size: 14.5px;
}

.main_menu_wrap .menuin_search button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    width: 16px;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 10px;
	display: block;
	padding: 0;
}

.main_menu_wrap .menuin_search .icon {
	width: 16px;
	height: 16px;
	position: relative;
}

.main_menu_wrap .main_menu_li:not(:last-child) {
  padding-bottom: 40px;
}

.main_menu_wrap .main_menu_li li.menu_title {
  font-size: 12px;
	color: #969696;
	line-height: 1.5;
  letter-spacing: 0.06em;
}

.main_menu_wrap .main_menu_li li .menu_title:not(:first-child) {
  padding-top: 60px;
}

.main_menu_wrap .main_menu_li li {
  font-size: 14.5px;
  letter-spacing: 0.06em;
  padding-bottom: 6px;

}

.main_menu_wrap .main_menu_li li > span {
	display: inline-block;
	border-bottom: 1px solid #FFF;
	padding: 10px 0 3px;
	cursor: pointer;
}

.main_menu_wrap .main_menu_li li a {
	border-bottom: 1px solid #FFF;
	padding: 10px 0 3px;
	display: inline-block;
}

.main_menu_wrap .main_menu_li li a:hover,
.main_menu_wrap .main_menu_li li > span:hover {
	border-bottom: 1px solid #464646;
}

.main_menu_wrap .main_menu_li .menu_second > .menu_second_data {
	background-color: #FFF;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	padding: 144px 0 0 30px;
	visibility: hidden;
	overflow-y: auto;
	transition: 0.2s linear 0.3s;/*アクティブが外れる時はサブメニューの非表示アニメーションが終わるのを待つ。*/
}

.main_menu_wrap .main_menu_li .menu_second.active > .menu_second_data {
	opacity: 1;
	visibility: visible;
	transition: 0.2s linear; /*アクティブになるときはすぐに白バック登場。*/
}

.main_menu_wrap .main_menu_li .menu_second > .menu_second_data .main_menu_li {
	padding: 73px 0;
	transition: 0.3s ease;/*アクティブが外れる時はすぐにサブメニューの非表示アニメーション開始。*/
	opacity: 0;
	transform: translate3d(8px,0,0);
}

.main_menu_wrap .main_menu_li .menu_second.active > .menu_second_data .main_menu_li {
	transition: 0.3s ease 0.3s; /*アクティブになるときはlower_menuの白バックが準備できるまで待ってからサブメニューの表示アニメーション開始。*/
	opacity: 1;
	transform: translate3d(0,0,0);
}

.main_menu_wrap::-webkit-scrollbar,
.main_menu_wrap .main_menu_li .menu_second > .menu_second_data::-webkit-scrollbar {
  visibility: hidden;
	opacity: 0;
}

.main_menu_wrap::-webkit-scrollbar,
.main_menu_wrap .main_menu_li .menu_second.active > .menu_second_data::-webkit-scrollbar {
  width: 1px;
	visibility: visible;
	opacity: 1;
}

.main_menu_wrap::-webkit-scrollbar-track,
.main_menu_wrap .main_menu_li .menu_second.active > .menu_second_data::-webkit-scrollbar-track {
  background-color: #CACACA;
}

.main_menu_wrap::-webkit-scrollbar-thumb,
.main_menu_wrap .main_menu_li .menu_second.active > .menu_second_data::-webkit-scrollbar-thumb {
  background-color: #464646;
}

.main_menu_wrap .main_menu_li .menu_second > .menu_second_data .menu_back {
	width: 19px;
	height: 17px;
	background-image: url(img/menu_arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	display: block;
	position: absolute;
	top: 144px;
	left: 38px;
	cursor: pointer;
	z-index: 2;
	transition: 0.2s ease;
}

.main_menu_wrap .main_menu_li .menu_second.active > .menu_second_data .menu_back {
	visibility: visible;
	opacity: 1;
	left: 30px;
	transition: 0.2s ease 0.6s;
}

.mailmagazine_entry {
	padding: 73px 0;
    transition: 0.3s ease;
    opacity: 0;
    transform: translate3d(8px,0,0);
}

.menu_second.active .mailmagazine_entry {
	transition: 0.3s ease 0.3s;
    opacity: 1;
    transform: translate3d(0,0,0);
}

.mailmagazine_entry h3 {
	font-size: 13px;
    letter-spacing: 0.06em;
}

.mailmagazine_entry form {
	display: block;
	width: 230px;
	position: relative;
}

.mailmagazine_entry input[type="email"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 12px 52px 5px 2px;
    background: transparent;
    vertical-align: middle;
    font-size: 13px;
    color: inherit;
    box-sizing: border-box;
    border-bottom: 1px solid #464646;
    width: 100%;
    display: block;
}

.mailmagazine_entry button[type="submit"] {
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	right: 2px;
	bottom: 0;
	text-indent: -9999px;
    background-image: url(img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 12.5px 13.2px;
	background-position: right 18px;
}

main {
  display: flex;
}

.keyvisual_area {
  width: 40%;
  min-width: 440px;
  height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  left: 0;
  overflow: hidden;
}

.keyvisual_area .swiper-slide,
.keyvisual_area .swiper-slide .img {
  width: 100%;
  height: calc(100vh - 60px);
}

.gift_mode .keyvisual_area {
	height: calc(100vh - 60px - 150px);
}

.gift_mode .keyvisual_area .swiper-slide,
.gift_mode .keyvisual_area .swiper-slide .img {
  width: 100%;
  height: calc(100vh - 60px - 150px);
}

.keyvisual_area .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-media-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  /* もし比率固定ではなく「高さを一定」にしたいなら下記に変更
	 height: clamp(240px, 56.25vw, 720px); */
  background: #000;
  overflow: hidden;
}

/* 画像・動画を中央トリミング */
.slide-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;          /* これで中央トリミング（拡大＆はみ出し隠す） */
  object-position: center;
  display: block;
}

.no_click {
  width: 40%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 99;
  display: none;
}

.main_area {
	width: 100%;
	padding-left: 40%;
}

.main_hover_layer {
	width: calc(60vw - 10px);
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	display: none;
}

.main_hover_layer.active {
	display: block;
}

.pickup_title {
	font-size: 18px;
	font-family: HelveticaNowText-Light;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.pickup_list {
	display: flex;
	flex-wrap: wrap;
	padding: 5.5% 50px 0 0;
}

.pickup_list li {
	width: calc(100%/3 - 3px);
	margin: 3px 3px 0 0;
}

.pickup_list li a {
	display: flex;
	align-items: center;
	background-color: #fff;
}

.pickup_list li a .img {
	max-width: 75px;
	width: 35%;
}

.pickup_list li a .name {
	padding: 0 0 0 8%;
	font-size: 13px;
	line-height: 1.5;
}

.pickup_list li a .name h3 {
	padding: 5px 0 0;
}

.pickup_list li a .name p {
	font-size: 10px;
	color:  #999;
	padding: 6px 0 0;
	display: inline-block;
}



.swiper-container {
	position: relative;
	padding-bottom: 40px!important;
	overflow: hidden;
}

.news_swiper.swiper-container,
.key_swiper.swiper-container,
.item_thumb_swiper.swiper-container,
.item_nav_swiper.swiper-container {
	padding-bottom: 0!important;
}

.index01 {
  padding: 145px 0 0 50px;
}

.index01 .swiper-container {
	padding-bottom: 20px!important;
	width: 100%;
	transition: opacity 0.3s linear;
	opacity: 0;
}

.index01 .swiper-container.active {
	opacity: 1;
}

.index01 .swiper-slide {
  /*width: 358px;
  height: 358px;*/
  position: relative;
	overflow: hidden;
}

.index01 .swiper-slide h2 {
    font-size: 16px;
    margin-top: 18px;
    line-height: 1.5;
}

.index01 .swiper-slide p {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
}

.index02 {
  padding: 122px 50px 70px 50px;
}

.index_title_wrap {
	padding-bottom: 30px;
}

.index_title_wrap p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.06em;

}

.index_title {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 23px;
}

.recommend_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend_li li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}

.recommend_li li .img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.recommend_li li .sub_title {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.recommend_li li p {
  font-size: 12px;
  line-height: 1.6;
}

.recommend_li li:nth-child(-n+4) {
  padding-bottom: 50px;
}

.index03 {
  padding: 70px 0 0px 50px;
	position: relative;
}

.index03::before {
	content: "";
	width: calc(100% - 50px);
	height: 1px;
	background-color: #9a9a9a;
	position: absolute;
	top: 0;
	left: 50px;
}

.index03 .yomu_list {
	padding: 0;
}

.index03 .yomu_list li {
	width: 500px;
}

.index04 {
  padding: 60px 0 60px 50px;
}



.popular_swiper .swiper-slide,
.item_swiper .swiper-slide,
.popular_swiper.item_swiper .swiper-slide  {
  width: 184px;
}

.popular_swiper .swiper-slide .img  {
  width: 184px;
	overflow: hidden;
	position: relative;
}



.item_swiper .swiper-slide .img,
.popular_swiper.item_swiper .swiper-slide .img {
  width: 184px;
  /*padding-top: 252px;*/
	overflow: hidden;
	position: relative;
}

.swiper-slide .img.now:after {
	content: "now viewing";
	display: inline-block;
	padding: 0.5em 1em;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #464646;
	color: #fff;
}

.popular_swiper .swiper-slide .rank {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 35px;
  letter-spacing: 0.1em;
  position: relative;
  text-align: left;
	margin-top: 14px;
}

.popular_swiper .swiper-slide .rank .hide {
	display: none;
}

.rank span ,
.page_yomu_single .main_area .twocolum_li .number span{
	font-size: 12px;
	color: #FFF;
	background-color: #464646;
  width: 26px;
  height: 26px;
  padding: 7px 0 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
	border-radius: 50%;
  position: absolute;
  top: 0.35em;
  left: 0;
}

.index05 {
  padding-bottom: 170px;
	position: relative;
}

.index05 .video_wrap {
  position: relative;
}

.series_list .youtube,
.index05 .video_wrap .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.series_list .youtube iframe,
.series_list .youtube img,
.index05 .video_wrap .youtube iframe,
.index05 .video_wrap .youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.index05 .video_wrap .noclick_layer {
	width: 100%;
	padding-top: 56.25%;
	background-color: #737373;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index05 .video_wrap .sub_title {
  font-size: 14.5px;
  letter-spacing: 0.1em;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 2;
	white-space: nowrap;
}

.swiper-pagination {
	width: 100%!important;
	position: relative!important;
	bottom: auto!important;
	left: auto!important;
	text-align: left!important;
	padding-top: 10px;
}

.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0!important;
  width: 5%!important;
  height: 40px!important;
  border-radius: 0!important;
  /*background: #969696!important;*/
	  background: transparent!important;
	position: relative;
}

.swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #888;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}

.swiper-pagination-bullet-active {
  /*background: #464646!important;*/
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background: #222222!important;
}


footer {
  padding: 0 0 0 40%;
	position: relative;
}

footer::before {
	content: "";
	width: calc(60% - 50px);
	height: 1px;
	background-color: #9a9a9a;
	position: absolute;
	top: 0;
	right: 0;
}

.footer_li_wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 28px;
  position: relative;
  margin-bottom: 26px;
}

.footer_li {
  margin-left: 50px;
}

.footer_li:nth-child(2) {
  margin-left: 30px;
}

.footer_li li {
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.footer_li.newsletter {
  position: absolute;
  bottom: 0;
  left: 350px;
}

.page_other.page_yomu_single .main_area .wrapper .access_search input,
.sp_newsletter input {
	display: block;
	border: none;
	background-color: transparent;
	color: #969696;
	padding: 8px 0
}

.footer_li.newsletter .email,
.page_other.page_yomu_single .main_area .wrapper .access_search form,
.sp_newsletter form {
  border-bottom: 1px solid #464646;
  position: relative;
  padding-right: 75px;
}

.page_other.page_yomu_single .main_area .wrapper .access_search form,
.page_other.page_yomu_single .main_area .wrapper .access_search input,
.sp_newsletter form,
.sp_newsletter input {
	width: 100%;
	padding-right: 0;
	font-size: 12px;
}

.footer_li.newsletter .email form {
	color: #969696;
}
.footer_li.newsletter .email::before,
.page_other.page_yomu_single .main_area .wrapper .access_search form::before {
  content: "";
  width: 12px;
  height: 13px;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0,-50%,0);
}

.sp_newsletter form input[type="submit"]{
width: 12px;
height: 13px;
background-image: url(img/arrow.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 12px 13px;
border: none;
position: absolute;
top: 15px;
right: 1px;
text-indent: -9999px;
}

.copyright {
  display: block;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0.08em;
  padding: 16px 50px;
  background-color: #464646;
}



svg {
  width: 0;
  height: 0;
  overflow: hidden;
}

.fadein {
	transform: translate(0 , 20px);
	opacity: 0;
	visibility: hidden;
	transition: .4s cubic-bezier(0.77, 0, 0.175, 1);
}

.fadein.active {
	transform: translate(0 , 0);
	opacity: 1;
	visibility: visible;
}


/* メールマガフォーム2025 -----*/

#mc_embed_shell {
	visibility: hidden;
	opacity: 0;
	width: 40%;
	min-width: 440px;
	background-color: rgba(255,255,255,1);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 111;
	padding: 34px 34px 34px;
	transform: translateY(20px);
	transition: 0.2s ease;
	filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .1));
}

#mc_embed_shell.active {
	transition: 0.2s ease 0.5s;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

#mc_embed_shell.now_active {
	transition: 0.2s ease;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}


#mc_embed_shell h2 {
	font-size: 19px;
	letter-spacing: 0.05em;
}

#mc_embed_shell .mc_message {
	padding: 20px 0 0;
}

#mc_embed_shell .first_message {
	font-size: 12px;
	line-height: 1.66;
}

#mc_embed_shell .first_message a {
	text-decoration: underline;
}

#mc_embed_shell .mc_entry_area {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}

#mc_embed_shell .mc_entry_area.hide {
	display: none;
}

#mc_embed_shell .mc_entry_area .mc-field-group {
	width: 68%;
	position: relative;
}

#mc_embed_signup .mc_entry_area .mc-field-group div.mce_inline_error {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-weight: normal;
	color: #aa0000;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: -1.5em;
}

#mc_embed_shell .mc_entry_area .mc-field-group input {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	height: 45px;
	padding: 0 15px;
	font-size: 14px;
	color: #464646;
	background-color: #fff;
}

#mc_embed_shell .mc_entry_area .subscribe_btn {
	width: 30%;
}

#mc_embed_shell .mc_entry_area .subscribe_btn input {
	display: block;
	width: 100%;
	background-color: #777;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 15px 0;
}

#mc_embed_shell .close_btn {
	width: 52px;
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#mc_embed_shell .close_btn:before,
#mc_embed_shell .close_btn:after {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background-color: #464646;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: center center;
}

#mc_embed_shell .close_btn:before {
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

#mc_embed_shell .close_btn:after {
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

#mc_embed_shell #mce-responses {
	display: none;
}

#mc_embed_shell .send_message {
	display: none;
	color: #00b400;
	border: 2px solid #00b400;
	font-size: 13px;
	line-height: 1.5;
	padding: 12px;
	margin: 20px 0 0;
	font-weight: bold;
}

#mc_embed_shell .send_message.active {
	display: block;
}

#mc_embed_shell .already_message {
	display: none;
	color: #aa0000;
	border: 2px solid #aa0000;
	font-size: 13px;
	line-height: 1.5;
	padding: 12px;
	margin: 20px 0 0;
	font-weight: bold;
}

#mc_embed_shell .already_message.active {
	display: block;
}

.mm_back {
	display: none;
}





@media screen and (max-width: 768px) {
	
	.mm_back {
		display: block;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		height: 100%;
		background-color: rgba(70,70,70,0.5);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 105;
		transition: 0.2s linear;
	}
	
	.mm_back.active {
		transition: 0.2s linear 0.7s;
		opacity: 1;
		visibility: visible;
	}
	
	.mm_back.now_active {
		transition: 0.2s linear;
		opacity: 1;
		visibility: visible;
	}
	
	#mc_embed_shell {
		width: 100%;
		min-width: auto;
		border-radius: 20px 20px 0 0;
		padding: 37px 30px 30px;
	}
	
	#mc_embed_shell.active {
		transition: 0.2s ease 0.7s;
	}
	
	#mc_embed_shell .mc_entry_area {
		display: block;
	}
	
	#mc_embed_shell .mc_entry_area {
		margin: 22px 0 0;
	}
	
	#mc_embed_signup .mc_entry_area .mc-field-group div.mce_inline_error {
		bottom: auto;
		top: -1.5em;
		font-size: 11px;
	}
	
	#mc_embed_shell .mc_entry_area .mc-field-group {
		width: 100%;
	}
	
	#mc_embed_shell .mc_entry_area .subscribe_btn {
		width: 100%;
		margin: 8px 0 0;
	}
	
	#mc_embed_shell .close_btn {
		right: 5px;
		top: 5px;
	}
	
	#mc_embed_shell .mc_entry_area .subscribe_btn input {
		padding: 18px 0;
	}
}


/* itemページ */

.item_list_sec {
	margin: 148px 0 0;
	padding: 0 50px 110px;
	position: relative;
}

.index_title_wrap + .item_list_sec {
	padding: 0;
	margin: 0;
}

.item_list_sec::before {
	content: "";
	width: calc(100% - 50px);
	height: 1px;
	background-color: #464646;
	position: absolute;
	bottom: 0;
	right: 0;
}

.index_title_wrap + .item_list_sec::before {
	display: none;
}

.item_list_sec .sub_title {
	font-size: 10px;
	line-height: 1.5;
	color: #969696;
}

.item_list_sec .title {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 17px;
}

.item_list_sec .title .jp {
	display: block;
	font-size: 14px;
	margin-top: 4px;
	letter-spacing: 0.12em;
}

.item_list_sec .profile_img {
	margin: 60px 0 0;
}

.feature .item_list_sec .title {
	font-size: 19px;
}

.feature .feature_img {
	margin-top: 30px;
	display: block;
}

.item_list_sec .searchno {
	margin: 38px 0 0;
	line-height: 1.7;
}

.item_list_sec .read_p {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 40px;
	padding-bottom: 20px;
}

.item_list_sec .read_profile {
	padding: 20px 0 0;	
}

.item_list_sec .read_profile p {
	font-size: 13px;
	line-height: 1.7;
	margin-top: 1.75em;

}

.item_list_sec > .img {
	width: 100%;
	height: auto;
	margin-top: 36px;
}

.item_list_sec .item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.index_title_wrap + .item_list_sec .item_list{
	margin: 0;
}

.item_list_sec .read_p + .item_list,
.item_list_sec .img + .item_list,
.item_list_sec .img + .read_p {
	margin-top: 36px;
}

.item_list_sec .item_list li {
	width: 48%;
}

.item_list_sec .item_list li:nth-child(n+3){
	margin-top: 50px;
}

.index02 .item_list_sec .item_list li:nth-child(3) {
	margin-top: 0;
}

.index02 .item_list_sec .item_list li {
	width: 32%;
}

.item_list_sec .item_list li .img {
	width: 100%;
	position: relative;
}

.item_list_sec .item_list li .img img {
	width: 100%;
	height: auto;
}

.item_list_sec .item_list .item_name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 15px;
	font-family: "HelveticaNowText-Regular", sans-serif;
}

.item_list_sec .item_list .item_name .hide {
	display: none;
}

.item_list_sec .item_list .name_size ,
.item_list_sec .item_list .price_color {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 3px;
	display: block;
}

.item_list_sec .item_list .soldout {
	color: #969696;
}

.wp-pagenavi {
	padding: 65px 0 0;
	transform: translate3d(-10px,0,0);
}

.yomu_list + .wp-pagenavi {
	padding-left: 50px;
	padding-bottom: 110px;
}

.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	font-size: 14px;
	padding: 10px;
}

.wp-pagenavi span {
	opacity: 0.3;
}


/* itemページ */

.page_item_single .item_single {
	margin: 114px 50px 80px;
	position: relative;
}

.page_item_single .item_single .wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.page_item_single .item_single .wrap.twocolum_li {
	flex-direction: row-reverse;
}

.item_single .item_thumb_swiper {
	width: 59%;
	margin-left: 0;
}

.item_single .item_thumb_swiper .swiper-slide .img {
	display: block;
	width: 100%;
	position: relative;
}

.item_single .item_thumb_swiper .swiper-slide img,
.item_single .item_nav_swiper .swiper-slide img {
	width: 100%;
	height: auto;
	z-index: 1;
}

.item_single .item_thumb_swiper .swiper-slide .img + span {
	font-size: 12px;
	color: #464646;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.item_single .item_thumb_swiper .swiper-slide .img + span.w {
	color: #fff;
}

.item_single .item_nav_swiper .swiper-slide {
	width: 100%;
  height: 100%;
  opacity: 0.4;
}

.item_single .item_nav_swiper .swiper-slide-thumb-active {
	opacity: 1;
}

.item_single .item_nav_swiper {
	width: 100%;
	margin-top: 20px;
}

.item_single .item_nav_swiper .swiper-slide {
	width: 17%;
	position: relative;
}

.item_single .item_nav_swiper .swiper-slide .img {
	display: block;
	width: 100%;

	position: relative;
}

.item_single .item_nav_swiper .swiper-slide-thumb-active::before {
	display: none;
}

.item_single .cart_txt {
	width: 37%;
	position: relative;
}

.item_single .cartbtn_area {
	position: absolute;
	left: 0;
	border: 0;
}

.item_single .cart_txt .item_name {
	font-size: 18px;
	line-height: 1.6;
	font-family: "HelveticaNowText-Regular", sans-serif;
}

.item_single .cart_txt .item_name .hide {
	display: none;
}

.item_single .cart_txt .item_size {
	margin-top: 18px;
}

.item_single .cart_txt .item_name_jp,
.item_single .cart_txt .item_size,
.item_single .cart_txt .item_prise {
	font-size: 13px;
	line-height: 1.6;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.item_single .item_form {
	/*width: 37%;
	position: absolute;
	bottom: 28.5%;
	right: 0;*/
	width: 100%;
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	margin: 22px 0 0;
}

.item_single .item_form .souko {
	line-height: 1.72;
	padding: 0 0 12px;
	font-size: 	12px;
}
.cartjs_product_form {
	position: relative;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.item_single .item_form .box {
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	text-align: center!important;
	text-align:-webkit-center;
	height: 44px;
	line-height: 44px;
	border: none;
	letter-spacing: 0.05em;
	color: #464646;
	position: relative;
	background: #FFF url(img/item/select_arrow.svg) no-repeat right;
	background-size: 23px;
}

.item_single select {
	display: block;
	width: 100%;
	height: 44px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.item_single input {
	cursor: pointer;
	width: 100%;
	background-color: #797979;
	font-size: 13px;
	height: 44px;
	line-height: 43px;	
	text-align: center;
	border: none;
	letter-spacing: 0.05em;
	color: #FFF;
  box-sizing: border-box;
  display: none;
}

.item_single .alartbtn,
.item_single .soldoutbtn {
	display: block;
	cursor: pointer;
	width: 100%;
	background-color: #464646;
	font-size: 14px;
	height: 44px;
	line-height: 43px;	
	text-align: center;
	border: none;
	letter-spacing: 0.05em;
	color: #FFF;
  box-sizing: border-box;
  display: none;
}

.item_single .alartbtn.on,
.item_single .soldoutbtn.on {
	display: block!important;
}

.item_single .alert_color {
	display: none;
}

.item_single input.active,
.item_single .nostock.active {
	display: block;
}

.item_single .read {
	margin-top: 35px;
}

.item_single .read p {
	font-size: 15px;
	line-height: 1.6;
	padding: 1em 0 0;
}

.item_single .read img {
	margin-top: 30px;
}

.note_p {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 16px;
}

.item_single .wrap {
	/*flex-flow: row-reverse;*/
	margin-top: 30px;
	position: relative;
}

.item_single .wrap .img,
.item_single .wrap .item_detail {
	width: 47%;
}

.item_single .wrap .item_detail .list a {
	margin-right: 1em;
}

.item_single .wrap .img .title {
	font-size: 11px;
	font-family: "HelveticaNowText-Bold" , sans-serif;
	padding-top: 6px;
}

.item_single .twocolum_li > .img img {
	margin-top: 7px;
	/*display: none;*/
}

.item_single .wrap .item_detail .list li {
	font-size: 13px;
	line-height: 1.6;
	margin-top: 3px;
	letter-spacing: 0.02em;
}

.item_single .wrap .item_detail .list li a {
	font-size: 12px;
	line-height: 1.6;
	border-bottom: 1px solid #464646;
	padding-bottom: 1px;
	letter-spacing: 0.02em;
}

.item_single .wrap .item_detail .img {
	width: 85px;
	height: auto;
	padding: 32px 0 0;
}

.item_single .gift_wrapping {
	margin-top: 50px;
}

.item_single .gift_wrapping .title {
	width: 100%;
	padding: 26px 30px 23px;
	font-size: 16px;
	background-color: #FFF;
	position: relative;
}

.item_single .gift_wrapping .title::before {
	content: "";
	width: 0.8em;
	height: 0.4em;
	position: absolute;
	top: 42%;
	right: 30px;
	background: url(img/item/gift_arrow.svg) no-repeat;
	background-size: cover;
	transform: rotate(-180deg) translate(0,-50%);
	transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.item_single .gift_wrapping .title.active::before {
	top: 52%;
	transform: rotate(0deg) translate(0,-50%);
}

.item_single .gift_wrapping .innner {
	width: 100%;
	padding: 0 30px 30px;
	background-color: #FFF;
	display: none;
}

.item_single .gift_wrapping .innner .wrap {
	border-bottom: 1px solid #9a9a9a;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.item_single .gift_wrapping .innner .wrap:first-child {
	padding: 0 0 20px;
	margin-top: 0;
}

.item_single .gift_wrapping .innner .wrap:nth-child(n+2) {
	padding: 25px 0;
	margin-top: 0;
}

.item_single .gift_wrapping .innner .wrap h4 {
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
	padding-bottom: 17px;
}

.item_single .gift_wrapping .innner .wrap .img {
	width: 250px;
	padding-top: 7px;
}

.item_single .gift_wrapping .innner .wrap .img img {
	width: 100%;
	height: auto;
}

.item_single .gift_wrapping .innner .wrap .img + ul,
.item_single .gift_wrapping .innner .wrap .img + div {
	width: calc(100% - 280px);
}

.item_single .gift_wrapping .innner .wrap ul {
	padding: 0 0 0 1em;
	font-size: 13px;
}

.item_single .gift_wrapping .innner .wrap ul li {
	line-height: 1.5;
	margin-top: 7px;
	position: relative;
	/*text-align: justify;
    text-justify: inter-ideograph;*/
}

.item_single .gift_wrapping .innner .wrap ul li:before {
	content: "・";
	position: absolute;
	left: -1.2em;
	top: 0;
}

.item_single .gift_wrapping .innner .wrap p {
	font-size: 13px;
	line-height: 1.6;
	margin-top: 12px;
	text-align: justify;
    text-justify: inter-ideograph;
}

.item_single .gift_wrapping .innner .wrap h4 + p {
	margin-top: 10px;
}

.item_single .gift_wrapping .innner .btn,
.page_other .access .btn {
	margin-top: 25px;
	display: block;
	width: 100%;
	color: #FFF;
	line-height: 1.68;
	background-color: #464646;
	padding: 15px 0 14px;
	text-align: center;
	font-size: 16px;
}
.page_other .access .btn {
	margin-top: 0;
}

.item_single .breadcrumb {
	width: 100%;
	padding: 0 0 28px;
}

.breadcrumb li ,
.breadcrumb li a {
	font-size: 10px;
    line-height: 1.5;
    color: #969696;
    letter-spacing: 0.1em;
}

.item_single .color_variation {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 18px 0 0;
}

.item_single .color_variation:before {
	content:"colors";
	display: block;
	width: 100%;
	font-size: 11px;
	padding: 0 0 4px;
	color: #999;
}

.item_single .color_variation li {
	width: 23%;
	margin: 2% 2.5% 0 0;
}

.item_single .color_variation li:nth-child(4n) {
	margin-right: 0;
}

.item_single .color_variation li a.current {
	opacity: 0.5;
}

.item_single .color_variation li img {
	width: 100%;
	height: auto;
}

/* yomuページ */

.sub_menu_area {
  width: 40%;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
}

.sub_menu_area .title {
  font-size: 22px;
  line-height: 1.65;
	margin: 145px 0 0 30px;
	letter-spacing: 0.1em;
}

.sub_menu_area .sub_title {
  font-size: 27px;
  line-height: 1.5;
	margin: 145px 0 0 30px;
}

.page_manifest_single .sub_menu_area .sub_title {
	font-family: "FP-ヒラギノ角ゴ ProN W1", sans-serif;
}

.page_yomu .sub_menu_area .update {
  font-size: 12px;
  line-height: 1.5;
  margin: 60px 0 0 30px;
}

.page_yomu .sub_menu_area .list {
  margin: 60px 0 0 30px;
}

.page_yomu .sub_menu_area .list li {
  font-size: 12px;
  line-height: 1.5;
}

.page_yomu .sub_menu_area .list li a span {
  color: #969696;
}

.page_yomu .sub_menu_area .sub_list {
  margin-left: 30px;
}

.page_yomu .sub_menu_area .sub_list li {
  margin-top: 15px;
	font-size: 12px;
	line-height: 1.5;
}

.main_area {
  padding-left: 40%;
}

.yomu_list_sec {
	padding: 115px 50px 0;	
}

.yomu_list_sec > .title {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 17px;
}

.page_yomu .main_area .list {

}

.page_yomu .main_area .list li {
	background-color: #fff;
	margin: 25px 0 0;
}

.page_yomu .main_area .list li  a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 28px 0 28px 28px;
}



/* kimura */

.archive_intro {
	padding: 0 50px 0;
	margin-top: 144px;
	position: relative;
	display: none;
}

.archive_intro .title {
	font-size: 18px;
    line-height: 1.6;
    margin-top: 17px;
	letter-spacing: 0.1em;
}

.archive_intro .title.yomu {
	position: relative;
}

.archive_intro .title.yomu br {
	display: none;
}

.archive_intro .title span {
	font-size: 14px;
	display: inline-block;
	padding: 2px 15px;
	border-right: 1px solid #434343;
	margin-right: 18px;
	margin-bottom: 7px;

}

.archive_intro .title span:first-child {
	border-left: 1px solid #434343;
}

.archive_intro .category_info {
	padding: 20px 0 30px;
}

.archive_intro .category_info p {
	font-size: 13px;
    line-height: 1.7;
    margin-top: 1.75em;
}

.yomu_nav {
	display: flex;
	flex-wrap: wrap;
	margin: 145px 0 0;
	padding: 0 50px 0;
	font-size: 14px;
	transform: translate3d(-15px,0,0);
}

.yomu_nav li {
	position: relative;
}

.yomu_nav li:after {
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background-color: #464646;
	position: absolute;
	right: 1px;
	top: 8px;
}

.yomu_nav li:last-child:after {
	display: none;
}

.yomu_nav a {
	display: inline-block;
	padding: 8px 15px;
	position: relative;
}

.yomu_nav a.current {
	color: #969696;
}

.yomu_nav a.current:before {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	position: absolute;
	bottom: 7px;
	left: 15px;
	background-color: #969696;
}

.selector_btn {
	font-size: 12px;
	padding: 8px;
	display: inline-block;
	position: absolute;
	right: 50px;
	top: 0;
}

.selector_btn span {
	border-bottom: 1px solid #464646;
}

.yomu_list {
	padding: 0 50px 0px;
}

.yomu_list:last-child {
	padding-bottom: 120px;
}

.yomu_list li {
	margin: 25px 0 0;
	background-color: #fff;
}

.yomu_list li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 30px 0 30px 30px;
}

.yomu_list li a .data {
	width: calc(100% - 265px);
	position: relative;
}

.yomu_list li a .spimg {
	display: none;
}

.yomu_list li a .img {
	position: relative;
	width: 230px;
	overflow: hidden;
}

.yomu_list li a .img:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
	background-color: #ddd;
}

.yomu_list li a .img img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.yomu_list li a .category {
	border-left: 1px solid #464646;
	position: relative;
}

.yomu_list li a .category span {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #464646;
	font-size: 12px;
}

.yomu_list li a .series {
	margin-top: 10px;
}

.yomu_list li a .series span {
	font-size: 13px;
	display: inline-block;
	padding-right: 1em;
	line-height: 1.6;
}

.yomu_list li a .title {
	font-size: 16px;
	line-height: 1.6;
	position: absolute;
    left: 0;
    top: 72px;
}

.yomu_list li a .title span {
	font-size: 13px;
	display: block;
	padding-bottom: 5px;
}

.yomu_list li a .read_p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.wp-pagenavi {
	padding: 65px 0 0;
	transform: translate3d(-10px,0,0);
}

.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	font-size: 13px;
	padding: 10px;
}

.wp-pagenavi span {
	opacity: 0.3;
}


.series_list {
	padding: 3px 50px 120px;
}

.series_list li {
	margin: 55px 0 0;
}

.series_list li .title {
	font-size: 18px;
	line-height: 1.7;
	margin: 17px 0 0;
	position: relative;
	/*padding-left: 90px;*/
	font-family: "HelveticaNowText-Regular", sans-serif;
}

.series_list li .title br {
	display: none;
}

.series_list li .title span {
	font-size: 14px;
	display: inline-block;
	padding: 2px 15px;
	border-right: 1px solid #434343;
	margin-right: 18px;
	position: absolute;
	left: 0;
	top: 6px;
}

.series_list li .title span:first-child {
	border-left: 1px solid #434343;
}

.series_list li p {
	font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    margin: 10px 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

.yomu_single_area h1 {
	font-size: 22px;
    line-height: 1.55;
    letter-spacing: 0.12em;
}

.yomu_single_area h1 span {
	font-size: 17px;
	display: block;
	padding-bottom: 6px;
}

.yomu_single_area .cover + h1 {
	margin-top: 44px;
}

.yomu_single_area h2 {
	font-size: 17px;
    line-height: 1.7;
    margin: 40px 0 0;
}

.yomu_single_area figure + h2 {
	margin: 60px 0 0;
}

.yomu_single_area hr + h2 {
	margin: 60px 0 0;
}

.yomu_single_area p {
	font-size: 14px;
	line-height: 1.7;
	margin: 20px 0 0;
}

.yomu_single_area p a {
	text-decoration: underline;
}

.yomu_single_area p a:hover {
	opacity: 0.7;
}

.yomu_single_area figure + p,
.yomu_single_area .yomu_profile-block + p {
	margin: 47px 0 0;
}

.yomu_single_area h1 + p {
	margin: 40px 0 0;
}

.yomu_single_area h2 + p {
	margin-top: 37px;
}

.yomu_single_area figure {
	padding: 0;
	margin: 47px 0 0;
}

.yomu_single_area figure figcaption {
	font-size: 13px;
    line-height: 1.7;
    margin: 12px 0 0;
}

.yomu_single_area .cover {
	margin: 0;
}

.yomu_single_area figure + figure {
	margin: 15px 0 0;
}

.yomu_single_area hr {
	margin: 47px 0 0;
	border-bottom: none;
	border-top: 1px solid #464747;
}

.yomu_single_area .wp-block-buttons {
	margin-top: 47px;
	font-size: 14.5px;
}

.yomu_single_area .wp-block-buttons a {
	padding: 18px 0 16px;
}

.yomu_single_area .wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.relation_items {
	display: flex;
	flex-wrap: wrap;
	padding: 0 50px 80px;
}

.relation_items > li {
	width: calc(50% - 12px);
	margin: 24px 24px 0 0;
	padding-bottom: 40px;
}

.relation_items > li:nth-child(2n) {
	margin-right: 0;
}

.relation_items > li p {
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0 0;
}

.relation_items > li ul {
	margin: 12px 0 0;
}

.relation_items > li ul li {
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 0 0;
}

.miru_list {
	padding: 148px 50px 50px;
}

.miru_list li {

	padding: 0 0 65px;
}

.miru_list li p {
	font-size: 14.5px;
	line-height: 1.66;
	padding: 15px 0 0;
}

.miru_list li .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}

.miru_list li .movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* yomu_singleページ */

.sub_menu_area .mini_title {
	font-size: 17px;
	margin-left: 30px;
	line-height: 1.5;
}

.page_understand .sub_menu_area .mini_title,
.page_yomu_single .sub_menu_area .mini_title {
	margin-top: 150px;
}

.sub_menu_area .read_p {
	font-size: 13px;
	line-height: 1.7;
	text-align: justify;
    text-justify: inter-ideograph;
}

.sub_menu_area .title + .read_p,
.sub_menu_area .mini_title + .title {
	margin-top: 27px;
}

.sub_menu_area .sub_title + .title,
.sub_menu_area .title + .sub_title {
	margin-top: 60px;
}

.sub_menu_area .read_p + .read_p {
	margin-top: 10px;
}

.sub_menu_area .read_p {
	width: 70%;
	margin-left: 30px;
}

.page_yomu_single .sub_menu_area .read_p {
  margin: 27px 0 0 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.page_yomu_single .yomu_single_area {
  margin: 58px 50px 50px;
}

.page_yomu_single .yomu_single_area .img {
  width: 100%;
	height: auto;
}

.page_yomu_single .yomu_single_area .img:not(:first-of-type),
.page_yomu_single .yomu_single_area .read_p + .img,
.page_yomu_single .yomu_single_area .big_p + .img {
  margin-top: 48px;
}

.page_yomu_single .yomu_single_area .title {
  font-size: 18px;
	line-height: 1.7;
}

.page_yomu_single .yomu_single_area .title span {
  font-size: 14.5px;
	display: block;
	margin-bottom: 8px;
}

.page_yomu_single .yomu_single_area .read_p {
  font-size: 14px;
	line-height: 1.7;
}

.page_yomu_single .yomu_single_area .big_p {
  font-size: 14.5px;
	line-height: 1.7;
}

.page_yomu_single .yomu_single_area .read_p:not(:first-of-type),
.page_yomu_single .yomu_single_area .read_p + .big_p,
.page_yomu_single .yomu_single_area .read_p + .title,
.page_yomu_single .yomu_single_area .read_p + .img,
.page_yomu_single .yomu_single_area .read_p + .read_p,
.page_yomu_single .yomu_single_area .big_p + .big_p,
.page_yomu_single .yomu_single_area .big_p + .title,
.page_yomu_single .yomu_single_area .big_p + .img,
.page_yomu_single .yomu_single_area .img + .read_p,
.page_yomu_single .yomu_single_area .img + .big_p,
.page_yomu_single .yomu_single_area .big_p:not(:first-of-type),
.page_yomu_single .yomu_single_area .title + .big_p,
.page_yomu_single .yomu_single_area .title + .read_p,
.page_yomu_single .yomu_single_area .title + .img,
.page_yomu_single .yomu_single_area .title + .manifest_swiper,
.page_yomu_single .yomu_single_area .read_p + .manifest_swiper,
.page_yomu_single .yomu_single_area .big_p + .manifest_swiper,
.page_yomu_single .yomu_single_area .img + .manifest_swiper,
.page_yomu_single .yomu_single_area .manifest_swiper + .title,
.page_yomu_single .yomu_single_area .manifest_swiper + .read_p,
.page_yomu_single .yomu_single_area .manifest_swiper + .big_p,
.page_yomu_single .yomu_single_area .manifest_swiper + .img {
  margin-top: 38px;
}

.page_yomu_single .yomu_single_area .img + .title {
	margin-top: 50px;
}



.page_yomu_single .yomu_single_area .yomu_next,
.page_yomu_single .yomu_single_area .yomu_prev {
	display: block;
	text-align: center;
	width: 100%;
	padding: 12px 0;
	background-color: #FFF;
	border-radius: 30px;
	margin-top: 40px;
	font-size: 14.5px;
	line-height: 1.5;
}

.page_yomu_single .yomu_single_area .read_p + .yomu_next {
	margin-top: 20px;
}

.page_yomu_single .yomu_single_area .yomu_next span {
	font-size: 12px;
}

.profile_area {
	margin: 80px 0 0 50px;
  padding: 40px 0;
	position: relative;
}

.profile_area .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.profile_area::before,
.use_item_li::before,
.connection_page_li::before,
.season_recommend_li::before,
.history_item_li::before,
.connection_item_li::before {
  content: "";
	width: 100%;
	height: 1px;
	background-color: #9a9a9a;
	position: absolute;
	top: 0;
	left: 0;
}

.profile_area .name {
  font-size: 14.5px;
	line-height: 1.5;
}

.profile_area .list {
	margin-top: 15px;
}

.profile_area .list li,
.profile_area .list li span {
  font-size: 12px;
	line-height: 1.6;
}
.profile_area .list li:not(:first-child) {
	margin-top: 8px;
}

.profile_area .list li span {
  margin-top: 5px;
	display: inline-block;
}

.profile_area p {
	width: 50%;
  font-size: 12px;
	line-height: 1.7;
	margin-right: 50px;
}

.use_item_li {
	padding: 80px 50px 80px 0;
	margin: 0 0 0 50px;
	position: relative;
}

.page_ikikata_single .use_item_li {
	padding: 60px 50px 80px 0;
}

.staff {
	font-size: 12px;
	line-height: 1.7;
	font-family: "Helvetica" , "Helvetica Neue" ;
}

.use_item_swiper .swiper-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staff + .use_item_swiper {
	margin-top: 90px;
}

.use_item_swiper .swiper-wrapper .swiper-slide {
	width: 47%;
	height: auto;
	transition: 0.2s;
}

.use_item_swiper .swiper-wrapper .swiper-slide:nth-child(n+3) {
	margin-top: 50px;
}

.use_item_swiper .swiper-wrapper .swiper-slide .img {
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.use_item_swiper .swiper-wrapper .swiper-slide .img img {
	position: absolute;
  top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
  object-fit: cover;
}

.use_item_swiper .swiper-wrapper .swiper-slide p {
	font-size: 12px;
	line-height: 1.6;
}

.use_item_swiper .swiper-wrapper .swiper-slide .item_name {
	margin-top: 15px;
}

.use_item_swiper .swiper-wrapper .swiper-slide .price {
	margin-top: 3px;
}

.use_item_swiper .swiper-wrapper .swiper-slide .detail {
	margin-top: 22px;
}

.season_recommend_li,
.connection_page_li,
.history_item_li,
.connection_item_li {
	padding-top: 40px;
	margin: 0 0 44px 50px;
	position: relative;
}

.page_item_single .item_single:last-child,
.page_item_single .connection_page_li:last-child,
.page_item_single .connection_item_li:last-child,
.page_yomu_single .connection_item_li:last-child {

	margin-bottom: 130px;
}

.page_yomu_single .connection_page_li,
.page_miru_single .history_item_li,
.page_item_single .history_item_li {
	margin-bottom: 50px;
}

.page_yomu_single .connection_page_li:last-child,
.page_miru_single .history_item_li:last-child,
.page_item_single .history_item_li:last-child {
	margin-bottom: 80px;
}

.connection_page_li .title,
.season_recommend_li .title,
.history_item_li .title,
.connection_item_li .title {
	font-size: 18px;
	line-height: 1.5;
}

.connection_page_li .connection_page_swiper {
	margin-top: 24px;
}

.connection_page_li .swiper-slide {
	width: 56%;
}

.connection_page_li .swiper-slide .img {
	width: 100%;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.swiper-slide img {
	
	/*width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate3d(-50%,-50%,0);*/
}

.connection_page_li .swiper-slide .sub_title {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 18px;
	padding-right: 10px;
}

.connection_page_li .swiper-slide .read_p {
	width: 95%;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
	text-align: justify;
text-justify: inter-ideograph;
}


/* miruページ */

.page_miru .main_area .list {
	margin: 145px 0 0 50px;
	padding: 0 50px 110px 0;
}

.page_miru .main_area .list li {
	padding-bottom: 60px;
	position: relative;
}

.page_miru .main_area .list .img {
	position: relative;
}

.page_miru .main_area .list .img::before {
	content: "";
	width: 45px;
	height: 52px;
	background-image: url(img/video_triangle.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.page_miru .main_area .list li:not(:first-child) {
	padding-top: 60px;
	border-top: 1px solid #464646;
}

.page_miru .main_area .list li .title {
	font-size: 14.5px;
	line-height: 1.5;
	margin-top: 18px;
}


/* miru_singleページ */

.page_miru_single .main_area .video_wrap {
	margin: 145px 50px 0;
}

.page_miru_single .main_area .video_wrap {
	margin: 145px 50px 0;
}

.page_miru_single .main_area .video_wrap .youtube {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.page_miru_single .main_area .video_wrap .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page_miru_single .main_area .video_wrap .title {
	margin-top: 15px;
	font-size: 14.5px;
	line-height: 1.5;
}

.twocolum_li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_miru_single .main_area .video_wrap .list {
	margin: 70px 0 80px;
}

.page_miru_single .main_area .video_wrap .list li {
	width: 47%;
}

.page_miru_single .main_area .video_wrap .list li:nth-child(n+3) {
	margin-top: 40px;
}

.page_miru_single .main_area .video_wrap .list li .img {
	width: 100%;
	height: 75%;
	overflow: hidden;
}

.page_miru_single .main_area .video_wrap .list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_miru_single .main_area .video_wrap .list li .title {
	font-size: 12px;
	line-height: 1.8;
	margin-top: 10px;
}

.item_swiper,
.item_swiper {
	margin-top: 20px;
}

.item_swiper p,
.item_swiper p {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 14px;
	font-family: "HelveticaNowText-Regular", sans-serif;
}

.item_swiper p + p,
.item_swiper p + p  {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 2px;
}

.item_swiper p .hide {
	display: none;
}


/* マニフェストページ */

.page_manifest .main_area .list {
	margin: 118px 50px 100px;
}

.page_manifest .main_area .list li {
	width: 48%;
	margin-top: 30px;
}



.page_manifest .main_area .list li .sub_title {
	font-size: 20px;
	font-family: "FP-ヒラギノ角ゴ ProN W1", sans-serif;
}

.page_manifest .main_area .list li .img {
	margin-top: 12px;
}

.page_manifest .main_area .list li .title {
	font-size: 14px;
	line-height: 1.65;
	margin-top: 15px;
}


/* マニフェスト_singleページ */

.page_manifest_single .season_recommend_li {
	margin-bottom: 130px;
}

.page_manifest_single .connection_page_li {
	/*margin-top: 100px;*/
}

.page_manifest_single .main_area .manifest_swiper {
	padding-bottom: 20px!important;
}

.page_manifest_single .main_area .manifest_swiper .swiper-slide {
	width: 70%;
}

.page_manifest_single .main_area .manifest_swiper .swiper-slide .img {
	width: 100%;
	padding-top: auto;
}

.page_manifest_single .main_area .manifest_swiper .swiper-slide .img img {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	height: auto;
}


.page_yomu_single .main_area .note_p {
	font-size: 12px;
	line-height: 1.8;
	color: #969696;
	margin-top: 20px!important;
}

.page_yomu_single .main_area .center_img {
	width: 50%;
	margin: 36px auto 0;
}

.page_yomu_single .main_area .center_img .img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.page_yomu_single .main_area .twocolum_li {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_yomu_single .main_area .twocolum_li dt {
	width: 32%;
	padding: 0 0 0 32px;
	font-size: 14.5px;
	line-height: 1.5;
	position: relative;
}

.page_other .main_area .twocolum_li dt {
	padding: 0;
}

.page_yomu_single .main_area .twocolum_li .number span {
	width: 22px;
	height: 22px;
	top: 0;
	transform: translate3d(0,0,0);
	font-size: 12px;
	padding: 5px 0 0;
	line-height: 1;
	letter-spacing: 0;
}

.page_yomu_single .main_area .twocolum_li dt:not(:first-child){
	margin-top: 29px;
}

.page_yomu_single .main_area .twocolum_li dd:not(:last-child) {
	border-bottom: 1px solid #9a9a9a;
}

.page_yomu_single .main_area .twocolum_li dd:nth-child(n+3) {
	padding-top: 29px;
}

.page_yomu_single .main_area .twocolum_li dd {
	width: 64%;
	padding-bottom: 25px;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
    text-justify: inter-ideograph;
}

.page_yomu_single .main_area .twocolum_li dd span.en {
	display: block;
	text-align: start;
	text-justify: auto;
	line-height: 1.8;
}

.page_yomu_single .main_area .twocolum_li + .read_p,
.page_yomu_single .main_area .twocolum_li + .big_p,
.page_yomu_single .main_area .twocolum_li + .title,
.page_yomu_single .main_area .twocolum_li + .manifest_swiper {
	margin-top: 60px;
}

.page_yomu_single .main_area .twocolum_li .list li {
	font-size: 12px;
	line-height: 1.8;
	padding-left: 18px;
	position: relative;
}

.page_yomu_single .main_area .twocolum_li .list li::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #464646;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

.page_yomu_single .main_area .twocolum_li .icon_dt {
	padding-left: 60px;
	position: relative;
}

.page_yomu_single .main_area .twocolum_li .icon_dt::before {
	content: "";
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 2px;
	left: 0;
}

.page_yomu_single .main_area .twocolum_li .icon_dt:nth-child(1)::before {
	width: 41px;
	height: 41px;
	background-image: url(img/manifest/icon_energie.svg);
}

.page_yomu_single .main_area .twocolum_li .icon_dt:nth-child(3)::before {
	width: 38px;
	height: 38px;
	background-image: url(img/manifest/icon_water.svg);
}

.page_yomu_single .main_area .twocolum_li .icon_dt:nth-child(5)::before {
	background-image: url(img/manifest/icon_recycle.svg);
}

.page_yomu_single .main_area .twocolum_li .icon_dt:nth-child(7)::before {
	background-image: url(img/manifest/icon_environment.svg);
}


/* otherページ */

.page_other .yomu_single_area {
  margin: 145px 0 100px 50px;
}

.manifest_single_area {
	margin: 148px 0 47px 50px;
}

.manifest_single_area p {
	margin-top: 38px;
	padding: 0 50px 0 0;
	font-size: 14px;
    line-height: 1.7;
}

.manifest_single_area .manifest_link {
	position: relative;
	padding-left:23px; 
	margin: 40px 0 0;
}

.manifest_single_area .manifest_link:before,
.manifest_single_area .manifest_link:after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 1px solid #464646;
	border-right: 1px solid #464646;
	position: absolute;
	top: 50%;
	transform: translate3d(-48%,-45%,0) rotate(45deg);
}

.manifest_single_area .manifest_link:before {
	left: 0;
}

.manifest_single_area .manifest_link:after {
	left: 7px;
}

.manifest_single_area .manifest_link a {
	font-size: 14px;
	color: #464646;
	text-decoration: underline;
}

.manifest_single_area > .img {
	padding: 0 50px 0 0;
	margin-top: 38px;
}

.manifest_single_area .twocolum_li {
	padding: 0 50px 0 0;
}

.manifest_swiper {
	margin-top: 38px;	
}

.page_other.page_yomu_single .main_area .twocolum_li dt ,
.page_other.page_yomu_single .main_area .list li,
.page_other.page_yomu_single .main_area .list li a,
.page_other.page_yomu_single .main_area .sub_title,
.page_other.page_yomu_single .main_area p {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.page_other.page_yomu_single .main_area .access .sub_title,
.page_other.page_yomu_single .main_area .access h3 {
	font-size: 15px;
	line-height: 1.5;
}

.page_other.page_yomu_single .main_area .access .sub_title + h3 {
	margin-top: 30px;
}

.page_other.page_yomu_single .main_area .access h3 + .read_p {
	margin-top: 9px;
	padding-top: 0;
}

.page_other.page_yomu_single .main_area .access .read_p + a {
	font-size: 12px;
	margin-top: 15px;
	display: inline-block;
	border-bottom: 1px solid #464646;
}

.page_yomu_single .main_area .access .twocolum_li > li:nth-child(1) {
	width: 32%;
}

.page_yomu_single .main_area .access .wrapper:first-of-type .twocolum_li > li:nth-child(2) {
	width: 52%;
	margin-right: 50px;
	height: 0;
	overflow: hidden;
	padding-bottom: 40%;
	position: relative;
}

.page_yomu_single .main_area .access .wrapper:first-of-type .twocolum_li > li:nth-child(2) iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.page_yomu_single .main_area .access .twocolum_li .search_wrap {
	display: none;
}

.page_yomu_single .main_area .access .twocolum_li .search_wrap + li {
	margin-left: 25px;
}

.page_yomu_single .main_area .access .twocolum_li li:nth-child(2) a,
.page_yomu_single .main_area .privacypolicy .twocolum_li li:nth-child(2) a,
.page_yomu_single .main_area .terms .sub_title a {
	border-bottom: 1px solid #464646;
}

.page_other.page_yomu_single .main_area .list li:not(:first-child) {
	margin-top: 35px;
}
.page_other.page_yomu_single .main_area .access li:nth-child(2) li {
	position: relative;
}

.page_other.page_yomu_single .main_area .access li:nth-child(2) li:not(:first-child) {
	margin-top: 45px;
}

.page_other.page_yomu_single .main_area .access li:nth-child(2) li:nth-child(1)::before {
	content: "1";
	font-size: 12px;
	position: absolute;
	top: 0.5em;
	left: -25px;
}

.page_other.page_yomu_single .main_area .access li:nth-child(2) li:nth-child(2)::before {
	content: "2";
	font-size: 12px;
	position: absolute;
	top: 0.5em;
	left: -25px;
}

.page_other.page_yomu_single .main_area .access li:nth-child(2) li:nth-child(3)::before {
	content: "3";
	font-size: 12px;
	position: absolute;
	top: 0.5em;
	left: -25px;
}

.page_other.page_yomu_single .main_area .twocolum_li {
	margin-top: 0;
}

.page_other.page_yomu_single .main_area .twocolum_li +  .twocolum_li {
	margin-top: 80px;
}

.page_other.page_yomu_single .main_area .twocolum_li dd {
	padding-right: 50px;
}

.page_other.page_yomu_single .yomu_single_area .title {
	font-size: 18px;
}

.page_other.page_yomu_single .main_area .title + .wrapper {
	margin-bottom: 80px;
	padding-top: 80px;
}

.page_other.page_yomu_single .main_area .wrapper + .wrapper {
	border-top: 1px solid #9a9a9a;
	padding-top: 80px;
}

.page_other.page_yomu_single .main_area .wrapper .sub_title + .read_p {
	margin-top: 25px;
}

.page_other.page_yomu_single .main_area .list a {
	border-bottom: 1px solid #464646;
}

.page_other.page_yomu_single .main_area .sub_title + .list {
	margin-top: 35px;
	position: relative;
}

.page_other.page_yomu_single .main_area .terms .list li {
	position: relative;
}

.page_other.page_yomu_single .main_area .terms .list li::before {
	content: "-";
	font-size: 12px;
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
}

.page_other.page_yomu_single .main_area .wrapper .read_p,
	.page_other.page_yomu_single .main_area .wrapper .access_search  {
	padding-top: 30px;
}

.main_area .wrapper .read_p:first-child,
.main_area .wrapper .sub_title:first-child {
	margin: 0!important;
	padding: 0!important;
}

.page_other.page_yomu_single .main_area .wrapper .access_search h3 {
	font-size: 12px;
}

header.active.menu_open .icon,
header.active.menu_open .gnav .cart .icon {
	fill: #464646;
}

header.active.menu_open .menu_btn .bar {
	background-color: #464646;
}

.news_bar {
	width: 100%;
	height: 36px;
	background-color: #464646;
	color: #fff;
	text-align: center;
	z-index: 200;
	position: relative;
	display: none;
}

.news_bar.active {
	display: block;
}

.news_bar ul li {
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.news_bar ul li a {
	display: inline-block;
	padding: 5px 20px;
	line-height: 1;
	color: #fff;
	font-size: 13px;
}

.news_bar .news_close {
	position: absolute;
	right: 20px;
	top: 0;
	width: 52px;
	height: 36px;
	cursor: pointer;
	z-index: 10;
}

.news_bar .news_close:before,
.news_bar .news_close:after {
	content: "";
	display: block;
	width: 16px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 18px;
	top: 50%;
	transform-origin: center;
}

.news_bar .news_close:before{
	transform: rotate(45deg);
}

.news_bar .news_close:after{
	transform: rotate(-45deg);
}


.sp_newsletter {
width: 60%;
height: 100%;
position: fixed;
top: 0;
right: 0;
z-index: 2000;
opacity: 0;
visibility: hidden;
transition: 0.2s linear;
}

.sp_newsletter.active {
	opacity: 1;
	visibility: visible;
}

.sp_newsletter .layer {
width: 100%;
height: 100vh;
position: absolute;
top: 0;
right: 0;
background: rgba(0,0,0,0.48);
}

.sp_newsletter form {
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
width: 330px;
padding: 30px 25px 25px;
background-color: #FFF;
z-index: 1000;
font-size: 12.5px;
border-bottom: none;
z-index: 999;
}

.sp_newsletter form .input_wrap {
	position: relative;
}

.sp_newsletter form::before {
top: calc(50% + 15px);
right: 25px;
}

.sp_newsletter input {
font-size: 12.5px;
padding-top: 15px;
border-bottom: 1px solid #464646;
letter-spacing: 0.08em;
}

.sp_newsletter .close_btn {
display: block;
width: 13px;
height: 13px;
position: absolute;
top: 27px;
right: 25px;
background: url(img/close_btn.svg) no-repeat;
}

.desinger_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 95px 50px 120px;
}

.desinger_list li {
	width: 48%;
	margin-top: 50px;
}

.desinger_list li .img {
	width: 100%;
	position: relative;
}

.desinger_list li h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 15px;
    font-family: "HelveticaNowText-Regular", sans-serif;
}

.scroll_sign {
	display: none;
}

.home_more_btn {
	display: none;
}


/* PCのみの設定 
-------------------------------------------------- */

@media screen and (min-width: 768px) {
	
	#item_nav > ul > li:hover > span:before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #464646;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	#item_nav > ul > li:hover .menu {
		display: flex;
		justify-content: center;
		padding: 40px 58px 58px;
	}
	
	#item_nav > ul > li .menu .close_layer {
		display: none;
	}
	
	#item_nav > ul > li .menu a:hover,
	#sub_nav > ul > li .menu a:hover {
		opacity: 0.6;
	}
	
	#sub_nav > ul > li .active + .menu {
		display: flex;
		justify-content: center;
		padding: 40px 58px 58px;
	}
	
	.top_bnr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10% 50px 0 0;
	}
	
	.top_bnr li {
		width: 49.2%;
		padding-top: 5%;
	}
	
	.top_bnr li h2 {
		font-size: 17px;
		line-height: 1.5;
		margin: 18px 0 0;
		font-family: HelveticaNowText-Light;
		letter-spacing: 0.04em;
	}
	
	.top_bnr li p {
		font-size: 12px;
		line-height: 1.6;
		margin-top: 8px;
		padding: 0 10px 0 0;
	}
	
	#gift_bnr {
		visibility: visible;
		opacity: 1;
		width: 40%;
		height: 150px;
		min-width: 440px;
		background-color: rgba(217,198,192,1);
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 110;
		display: block;
	}
	
	#gift_bnr > div {
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	
	#gift_bnr > div .img {
		width: 150px;
		position: relative;
	}
	
	#gift_bnr > div .img p {
		display: inline-block;
		background-color: #fff;
		padding: 0.7em 1.5em;
		border-radius: 100px;
		font-size: 13px;
		font-family: HelveticaNowText-Light;
		position: absolute;
		left: 70%;
		top: 0;
		transform: translate3d(-50%,-50%,0);
		white-space: nowrap;
	}
	
	#gift_bnr > div .img p:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		clip-path: polygon(0 0, 100% 0, 0 100%);
		background-color: #fff;
		position: absolute;
		right: 20px;
		bottom: 0;
		transform: translate3d(0,95%,0);
	}
	
	#gift_bnr > div .text {
		width: calc(100% - 150px);
		padding: 0 5%;
	}
	
	#gift_bnr > div .text h3 {
		font-size: 17px;
		line-height: 1.5;
		font-family: HelveticaNowText-Light;
		letter-spacing: 0.04em;
	}
	
	#gift_bnr > div .text p {
		font-size: 12px;
		line-height: 1.5;
		font-family: HelveticaNowText-Light;
		letter-spacing: 0.04em;
		margin: 5px 0 0;
	}
	
}

/* スマホカスタマイズ
--------------------------------------------------*/

@media screen and (max-width: 768px) {
	
	body {
		min-width: inherit;
	}
	
	.archive_intro {
		margin: 0;
		padding: 0 24px;
	}
	
	.archive_intro .title {
		margin-top: 21px;
		font-size: 20px;
		line-height: 1.51;
	}
	
	.archive_intro .title.yomu {
		padding: 0;
	}
	
	.archive_intro .title.yomu br {
		display: block;
	}
	
	.yomu_nav {
		margin: 0;
		position: absolute;
		right: 0;
		top: 107px;
		padding: 0;
		justify-content: flex-end;
		transform: translate3d(-10px,0,0);
	}
	
	.archive_intro .title.yomu + .yomu_nav {
		margin-top: 50px;
	}
	
	.yomu_nav a {
		font-size: 13px;
		padding: 9px 16px 8px;
	}
	
	.yomu_nav li:after {
		top: 10px;
	}
	
	.yomu_list {
		padding: 0px 15px 65px;
	}
	
	.index03 .yomu_list li {
		margin: 0;
	}
	
	.yomu_list li a {
		padding: 0;
	}
	
	.yomu_list li a .data {
		width: 100%;
		padding: 15px 0 20px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.yomu_list li a .category {
		width: 6.4em;
		padding: 0 0 0 23px;
		border: none;
	}
	
	.yomu_list li a .category span {
		border: none;
		line-height: 1.5;
		position: relative;
	}
	
	.yomu_list li a .category span:before,
	.yomu_list li a .category span:after {
		content: "";
		display: block;
		width: 1px;
		height: 1em;
		position: absolute;
		top: 0.25em;
		background-color: #464646;
	}
	
	.yomu_list li a .category span:before{
		left: 0;
	}
	
	.yomu_list li a .category span:after {
		right: 0;
	}
	
	.yomu_list li a .series {
		width: calc(100% - 6.4em);
		margin: 0;
	}
	
	.yomu_list li a .series span {
		margin-right: 0;
		font-size: 12px;
		line-height: 1.5;
		padding-left: 1em;
	}
	
	.yomu_list li a .spimg {
		display: block;
		width: 100%;
		margin: 14px 0 0;
	}
	
	.yomu_list li a .img {
		width: 100%;
		display: none;
	}
	
	.yomu_list li a .title {
		margin-top: 23px;
		width: 100%;
		padding: 0 22px;
		line-height: 1.51;
		position: relative;
		left: auto;
		top: auto;
	}
	
	.yomu_list li a .read_p {
		position: relative;
		width: 100%;
		margin: 15px 0 0;
		padding: 0 22px;
		font-size: 14px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.wp-pagenavi {
		text-align: center;
		padding-bottom: 65px;
	}
	
	.yomu_list + .wp-pagenavi {
		padding-top: 0;
	}
	
	.series_list {
		padding: 0 20px 100px;
	}
	
	.series_list li {
		margin-top: 45px;
	}
	
	.series_list li:first-child {
		margin-top: 40px;
	}
	
	.series_list li .title {
		padding: 0;
		font-size: 20px;
		line-height: 1.51;
	}
	
	.series_list li .title br {
		display: block;
	}
	
	.series_list li .title span {
		padding: 0px 15px;
	}
	
	.series_list li p {
		font-size: 14px;
		margin-top: 12px;
	}
	
	.page_yomu_single .sub_menu_area .read_p {
		margin: 15px 0 0;
		font-size: 13px;
		width: 100%;
	}
	
	.yomu_single_area h1 {
		font-size: 20px;
		padding: 0 9px;
	}
	
	.yomu_single_area h1 span {
		font-size: 16.5px;
	}
	
	.yomu_single_area .cover + h1 {
		margin-top: 32px;
	}
	
	.yomu_single_area p {
		margin-top: 30px;
		padding: 0 9px;
	}
	
	.yomu_single_area h1 + p {
		margin-top: 20px;
	}
	
	.yomu_single_area h2 {
		line-height: 1.51;
		margin-top: 30px;
		padding: 0 9px;
		font-size: 16px;
	}
	
	.yomu_single_area h2 + p {
		margin-top: 30px;
	}
	
	.yomu_single_area figure {
		margin: 32px 0 0;
	}
	
	.yomu_single_area figure figcaption {
		font-size: 12px;	
	}
	
	.yomu_single_area figure + p,
	.yomu_single_area .yomu_profile-block + p {
		margin: 28px 0 0;
	}
	
	.yomu_single_area .wp-block-buttons {
		margin-top: 42px;
	}
	
	.yomu_single_area .wp-block-button__link {
		font-size: 16px;
		padding: 20px 0;
	}
	
	.relation_items {
		padding: 0 15px 50px;
	}
	
	.relation_items:last-child {
		padding-bottom: 100px;
	}
	
	.relation_items > li {
		width: calc(50% - 6px);
		margin: 24px 12px 0 0;
		padding-bottom: 25px;
	}
	
	.item_single .read p {
		font-size: 14px;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	.miru_list {
		padding: 40px 15px 60px;	
	}
	
	.miru_list li.wide,
	.miru_list li {
		padding-bottom: 45px;
	}
	
	.miru_list li.wide p,
	.miru_list li p {
		font-size: 14px;	
		padding-top: 10px;
	}
	
	.miru_list li p br {
		display: none;
	}
	
	.relation_items > li p {
		font-size: 13px;
	}
	
	header {
		transition: transform 0.15s ease;
	}
	
	header.down {
		transform: translateY(-100%);
	}
	
	header.menu_open.down {
		transform: translateY(0);
	}
	
	header.up {
		transform: translateY(0);
	}
	
	header.active {
		width: 100%;
		z-index: 100;
	}



	
	.news_bar {
		height: auto;
		text-align: left;
	}
	
	.news_bar .swiper-container {
		padding: 0!important;
	}
	
	.news_bar ul li {
		text-align: left;
		line-height: 1.68;
		padding: 13px 60px 13px 20px;
		height: auto;
		font-size: 12px;
	}
	
	.news_bar ul li a {
		padding: 0;
		font-size: 11px;
	}
	
	.news_bar .news_close {
		right: 2px;
		height: 100%;
	}
	
	.sp_only {
		display: block;
	}

	.pc_only,
	.pc_only_inline {
		display: none;
	}

	footer::before {
		display: none;
	}
	
	
	header .wrap {
		display: block;
	}




	/* 2025追記 ------ */
	
	body.menu-open {
	  overflow: hidden;
	  touch-action: none;
	}
	
	header {
		background-color: #464646;
	}
	
	header .logo {
		position: relative;
		left: auto;
		top: auto;
		padding: 18px 20px;
		z-index: 101;
		width: 60%;
	}
	
	header .logo a {
		display: inline-block;
	}
	
	header .logo .icon {
		width: 186px;
		height: 12px;
		fill: #fff;
	}
	
	#item_nav {
		background-color: #fff;
	}
	
	#item_nav > ul {
		justify-content: space-between;
		position: relative;
		padding: 0 20px;
	}
	
	#item_nav > ul > li > span {
		font-size: 14px;
		padding: 19px 0;
	}
	
	#item_nav > ul > li > span.active:before {
		content: "";
		display: block;
		width: 120%;
		height: 2px;
		background-color: #464646;
		position: absolute;
		left: -10%;
		bottom: -1px;
		z-index: 2;
	}
	
	#item_nav > ul > li .active + .menu {
		display: block;
		top: 52px;
		height: calc(100dvh - 104px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: env(safe-area-inset-bottom);
		background-color: rgba(0,0,0,0.4);
	}
	
	.news_mode #item_nav > ul > li .active + .menu {
		height: calc(100dvh - 150px);
	}
	
	#item_nav > ul > li .menu .close_layer {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}
	
	#item_nav > ul > li .menu ul,
	#item_nav > ul > li .menu dl,
	#sub_nav > ul > li .menu dl {
		padding: 0;
		background-color: #fff;
		position: relative;
	}
	
	#item_nav > ul > li .menu ul li,
	#item_nav > ul > li .menu dl dd,
	#sub_nav > ul > li .menu dl dd {
		margin: 0;
	}
	
	#item_nav > ul > li .menu dl:not(.sp_toggle) dt,
	#sub_nav > ul > li .menu dl dt {
		font-size: 11px;
		font-weight: bold;
		display: block;
		padding: 17px 0 15px 21px;
		color: #bbb;
		border-top: 1px solid #efefef;
	}
	
	#item_nav > ul > li .menu dl:not(.sp_toggle) dt.sp_hidden {
		display: none;
	}
	
	
	#item_nav > ul > li .menu dl.sp_toggle dt {
		font-size: 14px;
		font-weight: normal;
		display: block;
		padding: 18px 1.5em;
		border-top: 1px solid #efefef;
		position: relative;
		color: #464646;
	}
	
	#item_nav > ul > li .menu dl.sp_toggle dt:before {
		content: "";
		display: block;
		width: 12px;
		height: 2px;
		background-color: #464646;
		position: absolute;
		right: 19px;
		top: 50%;
		transform: translate3d(0,-50%,0);
	}
	#item_nav > ul > li .menu dl.sp_toggle dt:after {
		content: "";
		display: block;
		width: 2px;
		height: 12px;
		background-color: #464646;
		position: absolute;
		right: 24px;
		top: 50%;
		transform: translate3d(0,-50%,0);
	}
	#item_nav > ul > li .menu dl.sp_toggle.active dt:after {
		display: none;
	}
	
	#item_nav > ul > li .menu dl.sp_toggle dd {
		display: none;
	}
	
	#item_nav > ul > li .menu dl.sp_toggle.active dd {
		display: block;
	}
	
	#item_nav > ul > li .menu dl.sp_toggle dd a {
		background-color: #efefef;
		padding: 18px 0 18px 2.5em;
	}
	
	#item_nav > ul > li .menu dl.title_cat:before {
		content: "カテゴリから探す";
		font-size: 11px;
		font-weight: bold;
		display: block;
		padding: 18px 0 15px 21px;
		color: #999999;
		border-top: 1px solid #dedede;
	}
	
	#item_nav > ul > li .menu a,
	#sub_nav > ul > li .menu a {
		font-size: 14px;
		display: block;
		padding: 18px 1.5em;
		border-top: 1px solid #dedede;
		position: relative;
	}
	
	#item_nav > ul > li .menu a:before,
	#sub_nav > ul > li .menu a:before {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #464646;
		border-right: 2px solid #464646;
		position: absolute;
		right: 22px;
		top: 50%;
		transform: translate3d(0,-50%,0) rotate(45deg);
	}
	
	#sub_nav {
		width: 100%;
		padding: 0 8px 0 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	
	#sub_nav .cart {
		padding: 19px 12px 17px;
	}
	
	#sub_nav .cart .icon {
		fill: #fff;
	}
	
	#sub_nav .search {
		padding: 19px 12px 17px;
	}
	
	#sub_nav .search .icon {
		fill: #fff;
		width: 14px;
		height: 14px;
	}
	
	#sub_nav .info {
		padding: 18px 12px 17px;
	}
	
	#sub_nav .info .icon {
		fill: #fff;
	}
	
	#sub_nav > ul > li > span {
		position: relative;
	}
	
	#sub_nav > ul > li > span.active:before {
		content: "";
		display: block;
		width: 110%;
		height: 3px;
		background-color: #fff;
		position: absolute;
		left: -5%;
		bottom: 0px;
		z-index: 2;
	}
	
	#sub_nav > ul > li .menu {
		top: 52px;
	}
	
	#sub_nav > ul > li .active + .menu {
		display: block;
		top: 52px;
		height: calc(100dvh - 52px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: env(safe-area-inset-bottom);
		background-color: rgba(0,0,0,0.4);
	}
	.news_mode #sub_nav > ul > li .active + .menu {
		height: calc(100dvh - 98px);
	}
	
	#sub_nav > ul > li .menu .close_layer {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}
	
	#sub_nav .search_box {
		width: 100%;
		max-width: none;
		background-color: #fff;
		margin: 0;
		padding: 20px 0 30px;
	}
	
	#sub_nav .search_box form {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	
	#sub_nav .search_box input {
		font-size: 16px;
	}
	
	.pickup_title {
		padding: 40px 22px 0;
	}
	
	.pickup_list {
		padding: 0 15px;
		margin: 18px 0 0;
	}
	
	.pickup_list li {
		width: calc(100% / 3 - 1px);
		margin: 1px 1px 0 0;
	}
	
	.pickup_list li a {
		display: block;
		padding: 0.7em 0 0.6em;
	}
	
	.pickup_list li a .img {
		display: none;
	}
	
	.pickup_list li a .name {
		padding: 0;
		text-align: center;
		font-size: 11px;
	}
	
	.top_bnr {
		padding: 0 15px;
		margin: 50px 0 0;
	}
	
	.top_bnr li {
		margin: 24px 0 0;
	}
	
	.top_bnr li .img {
		position: relative;
	}
	
	.top_bnr li h2 {
		font-size: 17px;
		line-height: 1.5;
		font-family: HelveticaNowText-Light;
		letter-spacing: 0.04em;
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
		padding: 3em 10px 0.6em;
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		width: 100%;
	}
	
	.top_bnr li p {
		font-size: 12px;
		line-height: 1.6;
		padding: 14px 10px 0;
	}
	
	#gift_bnr {
		display: none;
	}
	
	
	/* 2025追記ここまで ------ */
	
	
	
	
	
	

  .gnav .cart {
    top: 27px;
    right: 70px;
    position: absolute;

  }




	.gnav .search .icon {
		display: none;
	}

	.searchbox_wrap {
		display: none;
	}

	.searchbox_sp {
		display: block;
    visibility: visible;
		opacity: 0;
		transition: 0.7s ease 0.5s;
	}

	.menu_container.visual_none.active {
		display: block;
	}
	
	.main_menu_wrap .menuin_search {
		width: calc(100% - 50px);
		margin: 0 auto 50px;
	}

  

  .menu_btn {
    width: 13.5px;
    height: 13.5px;
    top: 27px;
    right: 20px;
		display: block;
  }



  .menu_btn .bar.active:first-child {
    transform: translateY(4px) rotate(-45deg);
  }

  .menu_btn .bar.active:last-child {
    transform: translateY(-4px) rotate(45deg);
  }

  .menu_btn .bar.active {
    background-color: #464646;
  }
  
  .white_header .menu_btn .bar {
	  background-color: #fff;
  }
  
  .white_header.menu_open .menu_btn .bar {
	  background-color: #464646;
  }

  .main_menu_wrap {
    width: 100%;
		height: 100vh;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 90px;
		padding-bottom: 200px;
		margin-bottom: 110px;
		overflow-y: auto;
		overflow-x: hidden;
		/*padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);*/
		transition: 0.7s ease 0.7s;

  }

	.main_menu_wrap .main_menu_li {
		padding: 0 0 0 25px;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	.main_menu_wrap .category_li {
		display: block;
	}

  .main_menu_wrap .main_menu_li li {
    font-size: 15px;
  }

  .main_menu_wrap .main_menu_li li {
		margin-bottom: 10px;
    padding: 0;
  }

	.main_menu_wrap .main_menu_li li a,
	.main_menu_wrap .main_menu_li li > span {
		border-bottom: none;
	}

  .main_menu_wrap .main_menu_li li:hover > a{
    border-bottom: none;
  }

	.main_menu_wrap .main_menu_li:not(:last-child) {
		padding-bottom: 35px;
	}

	.main_menu_wrap .main_menu_li .menu_second > .menu_second_data {
		padding: 90px 0 0 25px;
		background-color: #EBF0F0;
		z-index: 99;
	}

	.main_menu_wrap .main_menu_li .menu_second > .menu_second_data .main_menu_li {
		padding-top: 50px;
	}

	.main_menu_wrap .main_menu_li .menu_second > .menu_second_data .menu_back {
		top: 90px;
		left: 33px;
	}

	.main_menu_wrap .main_menu_li .menu_second.active > .menu_second_data .menu_back {
		left: 25px;
	}
	
	.mailmagazine_entry form {
		width: calc(100% - 25px);
	}

  .menu_container {
    width: 100%;
    min-width: inherit;
		left: 0;
    background-color: #EBF0F0;
		overflow-y: hidden;
		overflow-x: hidden;
  }

	.menu_container.active {
		position: absolute;
	  width: 100%;
	  left: 0;
	  top: 0;
	}

	.menu_container .footer_li_wrap {
		display: block;
		width: 100%;
		padding: 0;
		z-index: 999;
	}

	.menu_container .footer_li_wrap.active {
		display: none;
	}

	.main_menu_wrap .footer_li_wrap ul:not(:last-child) {
		padding-bottom: 0;
	}

	.main_menu_wrap .footer_li li {
		font-size: 12.5px;
		padding: 17px 20px;
	}



		.main_menu_wrap ul:nth-child(3) {
			padding-bottom: 140px;
		}

	  main {
	    display: block;
	  }

	.keyvisual_area {
		width: 100%;
		height: 60dvh;
		min-width: inherit;
		position: relative;
		top:auto;
		left: auto;
		margin: 104px 0 0;
	}
	
	.gift_mode .keyvisual_area {
		height: 60dvh;
	}
	
	.news_mode .keyvisual_area {
		margin: 150px 0 0;
	}

	.keyvisual_area .swiper-slide {
		width: 100%;
		height: 60dvh;
	}
	

	  .no_click {
	    width: 100%;
	  }

	  .main_area {
	    padding-left: 0;
	  }

	  .index01, .index02, .index03, .index04, .index05 {
	    padding: 0 15px;
	  }

	  .index01 {
	    max-width: none;
	    width: 100%;
	    margin: 0 0 74px;
		padding: 0;
	  }
	  
	  .news_mode .index01.sp_keyvisual {
		  margin-top: 45px;
	  }


	  .index01 .swiper-slide {
	    width: 100%;
	    height: auto;
		padding: 35px 20px 0;
	  }
	  
	  .index01 .swiper-wrapper {
		  display: block;
		}
		
	

	  .index01 .swiper-container {
	    padding-bottom: 25px!important;
	  }

		.index01 .swiper-slide p {
			margin-top: 5px;
			line-height: 1.6;
		}
	
	.index01 .swiper-wrapper .swiper-slide.min {
		display: none;
	}
	
	.index01 .full .swiper-wrapper .swiper-slide.min {
		display: block;
	}
		
	.index01 .swiper-wrapper .swiper-slide:first-child {
		position: relative;
		padding: 0;
	}
	
	.index01 .swiper-wrapper .swiper-slide:first-child .adjust {
		width: 100%;
		height: calc(100vh - 140px - 46px);
		position: relative;
		overflow: hidden;
	}
	
	.index01 .swiper-wrapper .swiper-slide:first-child .adjust img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate3d(-50%,0,0);
	}
	
	.index01 .swiper-wrapper .swiper-slide:first-child h2 {
		padding: 0 25px;
		position: absolute;
		bottom: 23px;
		left: 0px;
		color: #fff;
		font-size: 6vw;
		font-family: HelveticaNowText-Light;
		text-shadow: 0px 0px 5px #555;
	}
	
	.index01 .swiper-wrapper .swiper-slide:first-child p {
		background-color: #fff;
		padding: 25px 100px 0 25px;
		margin: 0;
		height: 140px;
		font-size: 14px;
		position: relative;
	}
	
	.index01 .swiper-wrapper .swiper-slide:first-child p:after {
		content: "More Detail";
		display: inline-block;
		border-bottom: 1px solid #464646;
		color: #464646;
		padding: 0 0 0px;
		position: absolute;
		left: 25px;
		bottom: 30px;
		font-size: 15px;
		letter-spacing: 0.02em;
	}
	
	
	
	.home_more_btn {
		display: block;
		font-size: 13px;
		text-align: center;
		width: 50%;
		background-color: #fff;
		border: 1px solid #464646;
		padding: 14px 0;
		margin: 0 auto;
		position: relative;
	}
	
	.home_more_btn.open {
		display: none;
	}
	

		.swiper-pagination {
			text-align: center!important;
		}

		.swiper-pagination-bullet {
			width: 10%!important;
			margin: 0 2px!important;
		}


	  .index02, .index03, .index04, .index05 {
	    margin-left: 0;
	  }

	  .index02 {
	    width: 100%;
	    max-width: none;
	    min-width: inherit;
	    padding-bottom: 68px;
	    border-bottom: none;
			margin: 0;
	  }

	  .index_title {
	    font-size: 20px;
	    margin-bottom: 25px;
			padding: 0 10px;
	  }

	  .index02 .index_title {
	    margin-bottom: 15px;
	  }

	  .index_title_wrap {
	    margin-bottom: 43px;
	    padding: 0;
	  }

		.index_title_wrap p {
			width: 100%;
			font-size: 13px;
			line-height: 1.68;
			padding: 0 10px;
		}

	  .recommend_li li {
	    width: 100%;
	    justify-content: center;
	  }

		.recommend_li li .img {
			margin-bottom: 18px;
		}

	  .recommend_li li .sub_title {
	    font-size: 17px;
			line-height: 1.5;
	    margin-bottom: 7px;
			padding: 0 10px;
	  }

	  .recommend_li li p {
	    font-size: 12px;
			padding: 0 10px;
			line-height: 1.68;
	  }

	  .recommend_li li:nth-child(-n+4) {
	    padding-bottom: 0;
	  }

	  .recommend_li li:not(:last-child) {
	    padding-bottom: 42px;
	  }

	  .index03 {
	    max-width: none;
	    width: 100%;
			padding-top: 45px;
	  }

		.index03::before {
			width: 90%;
			left: 50%;
			transform: translate3d(-50%,0,0);
		}

	  .index03, .index04 , .index05 {
	    margin-bottom: 60px;
	  }

	  .index03 .swiper-slide {
	    width: 100%;
	    height: auto;
	  }

	  .index03 .swiper-slide a {
	    position: relative;
	    top: auto;
	    transform: none;
			padding: 0;
	  }

	  .index03 .txt_wrap {
	    width: 100%;
	    padding: 22px;
	  }

	  .index03 .txt_wrap .mini_title {
	    font-size: 12.5px;
	    margin-bottom: 35px;
	  }

	  .index03 .txt_wrap .sub_title {
	    font-size: 16.5px;
	    margin-bottom: 35px;
	  }

	  .index03 .txt_wrap p {
	    font-size: 12.5px;
	    line-height: 1.68;
	  }

	  .index03 .swiper-slide .img {
	    width: 100%;
	    padding-left: 0;
	  }

	  .index04, .index05 {
	    max-width: none;
	    width: 100%;
	  }

	  .popular_swiper .swiper-slide {
	    width: 147px;
	  }

	  .popular_swiper .swiper-slide .img {
	    width: 147px;
	  }

		.popular_swiper.connection_page_swiper .swiper-slide .img {
			width: 100%;
			
		}

	  .index05 {
	    border-bottom: none;
	    margin-bottom: 110px;
	  }

		.index05 .video_wrap::before {
			content: "";
			background-image: url(img/video_triangle.svg);
			background-repeat: no-repeat;
			background-size: cover;
			width: 15px;
			height: 17px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate3d(-50%,-50%,0);
			z-index: 10;
		}

		.index05 a.sp_only {
			display: inline-block;
			font-size: 14px;
			border-bottom: 1px solid #464646;
			margin: 17px 0  0 10px;
		}

	  footer {
	    padding: 0;
	  }

	  .copyright {
	    width: 100%;
	    padding: 16px 0 16px 20px;
	  }

	  .footer_li_wrap {
	    padding-top: 0;
	    margin-bottom: 0;
	    padding: 0 20px;
	  }

	  .footer_li {
	    width: 100%;
	    margin-left: 0;
	  }

	  .footer_li li {
	    padding: 17px 0 13px;
	    border-top: 1px solid #9a9a9a;
	  }

	  .footer_li:nth-child(2) {
	    margin-left: 0;
	  }

	  .footer_li.newsletter {
	    position: relative;
	    left: auto;
	  }

	  .footer_li.newsletter .email {
	    display: none;
	  }


		/* itemページ */

		.page_item .keyvisual_area,
		.page_other .keyvisual_area {
			display: none;
		}



		.item_list_sec {
			width: 100%;
			margin: 122px 0 0;
			padding: 0 15px 80px;
		}
		
		.page_item_single .item_single {
			width: 100%;
			margin: 122px 0 0;
			padding: 0 25px 80px;
		}
		
		.news_mode .item_list_sec,
		.news_mode .page_item_single .item_single {
			margin: 168px 0 0;
		}
		
		.index_title_wrap + .item_list_sec,
		.news_mode .index_title_wrap + .item_list_sec {
			padding: 0;
			margin: 0;
		}
		
		.feature .item_list_sec {
			padding: 0 15px 80px;
		}
		
		.feature .item_list_sec .title,
		.feature .item_list_sec .read_p {
			padding-left: 9px;
			padding-right: 9px;
		}

		.item_list_sec::before {
			display: none;
		}

		.item_list_sec .sub_title {
			font-size: 12.5px;
			padding: 0 10px;
		}

		.item_list_sec .title {
			font-size: 20px;
			margin-top: 16px;
			padding: 0 10px;
		}
		
		.item_list_sec .title .jp {
			font-size: 12px;
		}

		.item_list_sec .title.itemtop {
			font-size: 16.5px;
			margin-top: 0;
		}
		
		.item_list_sec .read_p {
			padding-bottom: 0;
			line-height: 1.8;
		}
		
		.item_list_sec .item_list {
			margin-top: 30px;
		}
		
		.item_list_sec .profile_img {
			margin-top: 35px;
		}
		
		.item_list_sec .read_profile {
			padding: 10px 10px 0;
		}

		/*.item_list_sec .item_list {
			margin-top: 50px;
		}*/

		/*.item_list_sec .item_list li {
			width: 100%;
		}*/

		/*.item_list_sec .item_list li:nth-child(n+3) {
			margin-top: 62px;
		}*/
		
		.index02 .item_list_sec .item_list li {
			width: 48%;
		}

		.index02 .item_list_sec .item_list li:nth-child(n+3) {
			margin-top: 50px;
		}

		.item_list_sec .item_list .item_name {
			font-size: 16px;
			margin-top: 16px;
		}

		.item_list_sec .item_list .name_size,
		.item_list_sec .item_list .price_color {
			font-size: 12px;
			margin-top: 2px;
		}
		.item_list_sec .read_p + .item_list, .item_list_sec .img + .item_list {
			margin-top: 60px;
		}

		.page_item_single .keyvisual_area {
			display: none;
		}

		.page_item_single .item_single {
			padding: 0;
			padding: 0 15px 80px;
		}

		.item_single .item_thumb_swiper {
			width: 100%;
			order: 1;
		}

		.item_single .item_nav_swiper .swiper-slide {
			width: 27%;
		}

		.item_single .cart_txt,
		.item_single .item_form,
		.item_single .read_p,
		.item_single .note_p,
		.item_single .twocolum_li,
		.item_single .gift_wrapping	{
			position: relative;
			width: 100%;
			padding: 0 0px;
			bottom: auto;
			top: auto;
			left: auto;
			right: auto;
		}

		.item_single .gift_wrapping .innner .wrap h4 {
			line-height: 1.8;
		}
		
		.item_single .item_nav_swiper {
			order: 2;
		}

		.item_single .cart_txt {
			margin-top: 30px;
			order: 3;
		}

		.item_single .cart_txt .item_name {
			font-size: 18px;
		}

		.item_single .cart_txt .item_name_jp {
			margin-top: 15px;
		}

		.item_single .cart_txt .item_name_jp, .item_single .cart_txt .item_size, .item_single .cart_txt .item_prise {
			font-size: 13.5px;
		}

		.item_single .item_form {
			margin-top: 27px;
			padding: 0;
		}

		.item_single .item_form .box,
		.item_single input {
			font-size: 16.5px;
			height: 52px;
			line-height: 52px;
			letter-spacing: 0.05em;
		}
		
		.item_single .alartbtn,
		.item_single .soldoutbtn {
			font-size: 12px;
			height: 52px;
			line-height: 52px;
		}
		
		.item_single .soldoutbtn {
			font-size: 16.5px;
		}

		.item_single .item_thumb_swiper .swiper-slide .img + span {
			left: 18px;
			bottom: 19px;
		}
			
		.item_single select {
			height: 52px;
		}

		.item_single .wrap {
			flex-flow: wrap;
			margin-top: 10px;
		}

		.item_single .wrap .img, .item_single .wrap .item_detail {
			width: 100%;
		}
		
		.item_single .gift_wrapping .innner .wrap .img {
			width: 100%;
			padding: 0 0 12px;
		}
		
		.item_single .gift_wrapping .innner .wrap .img + ul,
		.item_single .gift_wrapping .innner .wrap .img + div {
			width: 100%;
		}

		.item_single .wrap .img .title {
			font-size: 14px;
			padding-top: 30px;
		}

		.item_single .twocolum_li .img img {
			margin-top: 10px;
		}

		.item_single .wrap .item_detail {
			margin-top: 0;
		}
		
		.item_single .wrap .img + .item_detail {
			margin-top: 30px;
		}

		.item_single .wrap .item_detail .img {
			position: relative;
			width: 110px;
			padding-top: 15px;
		}

		.item_single .gift_wrapping .title {
			font-size: 15px;
			padding: 25px 30px 23px;
			letter-spacing: 0.15em;
		}

		.item_single .gift_wrapping .title::before {
			right: 25px;
		}

		.item_single .gift_wrapping .innner {
			padding: 5px 20px 25px;
		}

		.item_single .gift_wrapping .innner .wrap p {
			font-size: 12.5px;
			line-height: 1.68;
		}

		.item_single .gift_wrapping .innner .wrap:first-child {
			padding: 0 0 30px;
		}

		.item_single .gift_wrapping .innner .wrap:nth-child(n+2) {
			padding: 30px 0;
		}


		.item_single .item_nav_swiper .swiper-slide-active {
			opacity: 1;
		}

		.item_single .breadcrumb {
			padding: 0 0 17px 10px;
		}

		/* yomuページ */

		.sub_menu_area {
			width: 100%;
			padding: 0 24px;
			height: auto;
			background-color: transparent;
			position: relative;
		}

		.sub_menu_area .title {
			font-size: 18px;
			margin: 110px 0 0 ;
		}

		.page_yomu .sub_menu_area .list {
			margin: 30px 0 0 25px;
			padding-left: 22px;
		}

		.page_yomu .sub_menu_area .list li:first-child {
			position: relative;
			font-size: 16.5px;
		}

		.page_yomu .sub_menu_area .list li a span {
			color: #464646;
		}

		.page_yomu .sub_menu_area .list li:first-child::before {
			content: "";
			width: 9px;
		  height: 9px;
		  border: 1px solid;
		  border-color: transparent transparent #464646 #464646;
			position: absolute;
			top: 5px;
			left: -20px;
			transform: rotate(-45deg);
		}

		.page_yomu .sub_menu_area .list li.active:first-child::before {
			top: 10px;
			transform: rotate(135deg);
		}

		.page_yomu .sub_menu_area .sub_list {
			margin-left: 49px;
			display: none;
			transition: 0.2s linear;
		}

		.page_yomu .sub_menu_area .sub_list li {
			font-size: 16.5px;
			margin-top: 13px;
		}

		.page_yomu .sub_menu_area .update {
			position: absolute;
			bottom: 6px;
			right: 25px;
			margin: 0;
		}

		.page_yomu .main_area {
			padding: 0;
			/*position: relative;*/
		}

		

		.page_yomu .main_area .list {
			margin: 0 25px;
		}

		.page_yomu .main_area .list li .txt_wrap ,
		.page_yomu .main_area .list li .img {
			width: 100%;
		}

		.page_yomu .main_area .list li:not(:first-child) {
			padding-top: 33px;
		}

		.page_yomu .main_area .list li:last-child {
			margin-bottom: 150px;
		}

		.page_yomu .main_area .list li .txt_wrap .mini_title {
			font-size: 14.5px;
			padding: 0 5px;
			margin-left: 10px;
		}

		.page_yomu .main_area .list li .txt_wrap .sub_title {
			font-size: 20px;
			margin-top: 30px;
		}

		.page_yomu .main_area .list li .txt_wrap .read_p {
			font-size: 14.5px;
			margin-top: 30px;
			line-height: 1.8;
		}

		.page_yomu .main_area .list li .img {
			margin-top: 25px;
		}


		/* yomu_singleページ */
		.page_understand .sub_menu_area .mini_title {
			font-size: 16.5px;
			margin: 110px 0px 0;
		}
		
		.page_yomu_single .sub_menu_area .mini_title {
			font-size: 18px;
			margin: 110px 0px 0;
		}
		

		.page_yomu_single .sub_menu_area .title {
			margin: 35px 0px 0;
		}

		.sub_menu_area .read_p {
			width: 100%;
			font-size: 13px;
			line-height: 1.8;
			margin: 12px 0 0!important;
			padding: 0;
		}

		.page_yomu_single .yomu_single_area {
			margin: 32px 15px 30px;
		}
		
		.page_yomu_single .yomu_single_area:last-child {
			margin-bottom: 130px;
		}

		.page_yomu_single .yomu_single_area .img + .img, .page_yomu_single .yomu_single_area .read_p + .read_p {
			margin-top: 10px;
		}

		.page_yomu_single .yomu_single_area .read_p:not(:first-of-type), .page_yomu_single .yomu_single_area .read_p + .sub_title, .page_yomu_single .yomu_single_area .img + .read_p, .page_yomu_single .yomu_single_area .img + .sub_title, .page_yomu_single .yomu_single_area .big_p:not(:first-of-type), .page_yomu_single .yomu_single_area .big_p + .read_p, .page_yomu_single .yomu_single_area .big_p + .big_p {
			margin-top: 38px;
		}

		.page_yomu_single .yomu_single_area .img + .title {
			margin-top: 40px;
		}

		.page_yomu_single .yomu_single_area .title + .read_p {
			margin-top: 22px;
		}

		.page_yomu_single .yomu_single_area .title {
			font-size: 20px;
		}

		.page_yomu_single .yomu_single_area .title span {
			font-size: 16.5px;
		}

		.page_yomu_single .yomu_single_area .read_p {
			font-size: 14.5px;
			line-height: 1.8;
		}

		.page_yomu_single .yomu_single_area .big_p {
			font-size: 16.5px;
			line-height: 1.5;
		}

		.page_yomu_single .yomu_single_area .title,
		.page_yomu_single .yomu_single_area .read_p,
		.page_yomu_single .yomu_single_area .big_p {
			/*margin-left: 10px;
			margin-right: 10px;*/
		}
		
		.page_other.page_yomu_single .yomu_single_area .title {
			font-size: 16px;
			letter-spacing: 0.03em;
		}

		.profile_area,
		.page_ikikata_single .profile_area {
			margin: 60px 15px 0!important;
			padding: 25px 7px;
		}

		.profile_area .name {
			font-size: 16.5px;
		}

		.profile_area .list {
			margin-top: 18px;
		}

		.profile_area .list li,
		.profile_area .list li span {
			font-size: 12.5px;
		}

		.profile_area .list li span {
		  margin-top: 0;
		}

		.profile_area p,
		.profile_area p {
			width: 100%;
			font-size: 12.5px;
			margin-right: 0;
			margin-top: 18px;
		}

		.use_item_swiper .swiper-wrapper .swiper-slide .item_name {
			margin-top: 10px;
		}

		.use_item_swiper .swiper-wrapper .swiper-slide .price {
			margin-top: 0;
		}

		.use_item_swiper .swiper-wrapper .swiper-slide .detail {
			margin-top: 5px;
		}

		.use_item_li {
			margin: 0 0 0 20px;
			padding: 60px 0;
		}

		.page_yomu_single .use_item_li {
			padding: 35px 0 62px;
		}

		.staff + .use_item_swiper {
			margin-top: 62px;
		}

		.use_item_swiper .swiper-wrapper {
			flex-wrap: nowrap;
			justify-content: flex-start;
		}

		.use_item_swiper .swiper-wrapper .swiper-slide,
		.connection_page_li .swiper-wrapper .swiper-slide {
			width: 61%;
			padding-bottom: 0;
		}
		
		.connection_page_swiper .swiper-pagination {
			left: 0!important;
		}

		.use_item_swiper .swiper-wrapper .swiper-slide:nth-child(n+3) {
			margin-top: 0;
		}

		.use_item_swiper .swiper-wrapper .swiper-slide .detail {
			margin-top: 8px;
		}

		.use_item_swiper .swiper-wrapper .swiper-slide p {
			font-size: 12.5px;
		}

		.connection_page_li .title,
		.season_recommend_li .title,
		.history_item_li .title,
		.connection_item_li .title {
			font-size: 18px;
			padding: 0 9px;
		}

		.connection_page_li .connection_page_swiper {
			margin-top: 30px;
		}

		.connection_page_li .swiper-slide .sub_title {
			font-size: 15px;
			letter-spacing: 0.02em;
		}

		.connection_page_li .swiper-slide .read_p {
			width: 95%;
			font-size: 12px;
		}

		.page_yomu_single .yomu_single_area .yomu_next,
		.page_yomu_single .yomu_single_area .yomu_prev {
			padding: 15px 0;
			font-size: 16.5px;
		}


		/* miruページ */

		.page_miru .main_area .list {
			margin: 50px 15px 0;
			padding: 0;
		}

		.page_miru .main_area .list li {
			padding-bottom: 40px;
		}

		.page_miru .main_area .list li:not(:first-child) {
			padding-top: 50px;
		}

		.page_miru .main_area .list li:last-child {
			padding-bottom: 80px;
		}

		.page_miru .main_area .list li .title {
			margin: 10px 0 0 8px;
		}


		/* miru_singleページ */

		.page_miru_single .sub_menu_area {
			display: none;
		}

		.page_miru_single .main_area .video_wrap {
			margin: 110px 0 0 0;
		}

		.page_miru_single .main_area .youtube {
			width: 100%;
		}

		.page_miru_single .main_area .video_wrap .youtube + .title {
			font-size: 16.5px;
			line-height: 1.75;
			margin: 20px 0 0 25px;
		}

		.page_miru_single .main_area .video_wrap .list {
			margin: 55px 25px 67px;
		}

		.page_miru_single .main_area .video_wrap .list li {
			width: 100%;
		}

		.page_miru_single .main_area .video_wrap .list li .title {
			font-size: 14.5px;
			letter-spacing: 0.05em;
		}

		.page_miru_single .main_area .video_wrap .list li:nth-child(n+3) {
			margin-top: 0;
		}

		.page_miru_single .main_area .video_wrap .list li:nth-child(n+2) {
			margin-top: 50px;
		}

		.season_recommend_li,
		.connection_page_li,
		.history_item_li,
		.connection_item_li {
			padding-top: 28px;
			margin: 0 0 65px 15px;
		}
		
		.season_recommend_li:last-child,
		.connection_page_li:last-child,
		.history_item_li:last-child,
		.connection_item_li:last-child {
			margin-bottom: 100px;
		}

		.page_ikikata_single .connection_page_li {
			padding-bottom: 0;
			margin-bottom: 65px;
		}

		.use_item_li .use_item_swiper,
		.season_recommend_li .item_swiper,
		.connection_page_li .connection_page_swiper,
		.history_item_li .item_swiper,
		.connection_item_li .item_swiper {
			margin-left: 9px;
		}

		.use_item_li::before,
		.connection_page_li::before,
		.season_recommend_li::before,
		.history_item_li::before,
		.connection_item_li::before {
			width: calc(100% - 20px);
		}

		.item_swiper .swiper-slide, .item_swiper .swiper-slide {
			width: 147px;
		}

		.item_swiper .swiper-slide .img, .item_swiper .swiper-slide .img {
			width: 147px;
		}


		/* マニフェストページ */

		.sub_menu_area .sub_title {
			margin: 112px 0 0;
		}

		.sub_menu_area .sub_title + .title, .sub_menu_area .title + .sub_title {
			margin: 42px 0 0;
			font-size: 20px;
			line-height: 1.5;
		}
		
		.page_manifest_single .yomu_single_area {
			margin-top: 33px;
			padding-bottom: 75px;
		}
		
		.manifest_single_area {
			margin: 33px 15px 0;
			padding-bottom: 50px;
		}
		
		.manifest_single_area p {
			padding: 0 10px;
		}
		
		.manifest_single_area .manifest_link {
			padding-left: 33px;
		}
		
		.manifest_single_area .manifest_link:before {
			left: 12px;
		}
		.manifest_single_area .manifest_link:after {
			left: 19px;
		}
		
		.manifest_single_area > .img {
			padding: 0;
		}
		
		.manifest_single_area .twocolum_li {
			padding: 0;
		}
		
		.manifest_swiper {
			margin-top: 38px;	
		}


		.page_manifest .main_area .list {
			margin: 0px 15px 80px;
		}

		.page_manifest .main_area .list li {
			width: 100%;
		}


		
		.page_manifest .main_area .list li:nth-child(n+3),
		.page_manifest .main_area .list li {
			margin-top: 64px;
		}
		
		.page_manifest .main_area .list li:first-child {
			margin-top: 46px;
		}

		.page_manifest .main_area .list li .sub_title {
			font-size: 27px;
		}

		.page_manifest .main_area .list li .img {
			margin-top: 13px;
		}

		.page_manifest .main_area .list li .title {
			font-size: 16px;
			margin-top: 12px;
		}

		.page_yomu_single .main_area .center_img {
			width: 100%;
			margin: 40px 0 0;
		}

		.page_yomu_single .main_area .note_p {
			margin: 25px 5px 0;
			font-size: 12.5px;
		}

		.page_yomu_single .main_area .twocolum_li dt {
			width: 100%;
			font-size: 20px;
			margin: 0 10px;
			padding-left: 48px;
		}

		.page_yomu_single .main_area .twocolum_li dt:not(:first-child) {
			margin-top: 48px;
		}

		.page_yomu_single .main_area .twocolum_li .number span {
			    width: 25px;
			    height: 25px;
			    top: 3px;
			    left: 10px;
			    font-size: 14px;
			    padding: 6px 0 0;
			    text-align: center;
			    display: block;
			    letter-spacing: 0;
		}

		.page_yomu_single .main_area .twocolum_li dd {
			width: 100%;
			font-size: 14.5px;
			padding: 0 10px;
		}

		.page_yomu_single.page_manifest_single .main_area .twocolum_li dd {
			margin-top: 35px;
		}

		.page_yomu_single .main_area .twocolum_li dd:not(:last-child) {
			padding-bottom: 42px;
		}

		.page_yomu_single .main_area .twocolum_li dd:nth-child(n+3) {
			padding-top: 0;
		}

		.page_yomu_single .main_area .twocolum_li .list li {
			font-size: 14.5px;
			padding-left: 27px;
		}

		.page_yomu_single .main_area .twocolum_li .list li::before {
			font-size: 10px;
			top: 9px;
		}

		.page_yomu_single .main_area .twocolum_li .icon_dt {
			padding-left: 80px;
		}

		.page_yomu_single .main_area .twocolum_li .icon_dt::before {
			width: 50px;
			height: 50px;
			top: 6px;
			left: 8px;
		}

		.page_yomu_single .main_area .twocolum_li .icon_dt:nth-child(1)::before {
			width: 53px;
			height: 53px;
			top: 3px;
		}

		.page_yomu_single .main_area .twocolum_li .icon_dt:nth-child(3)::before {
			width: 54px;
			height: 54px;
			top: 2px;
		}

		.page_manifest_single .connection_page_li {
			margin-bottom: 50px;
		}

		.page_manifest_single .season_recommend_li {
			margin-bottom: 65px;
		}


		/* otherページ */

		.page_other .yomu_single_area {
	    margin: 112px 15px 0px;
		}

		.page_other.page_yomu_single .main_area .twocolum_li dt, .page_other.page_yomu_single .main_area .list li, .page_other.page_yomu_single .main_area .list li a, .page_other.page_yomu_single .main_area .sub_title, .page_other.page_yomu_single .main_area p {
			font-size: 14px;
			line-height: 1.68;
		}
		
		.access .sub_title {
			margin-top: 22px;
		}

		.page_other.page_yomu_single .main_area .title + .wrapper {
			margin-top: 75px;
			margin-bottom: 0;
		}

		.page_other.page_yomu_single .main_area .wrapper + .wrapper {
			padding: 48px 10px 100px;
			border-top: 1px solid #9a9a9a;
			margin-top: 48px;
		}

		.page_other.page_yomu_single .main_area .twocolum_li dt {
			font-size: 14.5px;
			padding-left: 0;
		}

		.page_other.page_yomu_single .main_area .twocolum_li dd {
			font-size: 12.5px;
			margin-top: 15px;
			padding: 0 10px 50px;
		}

		.page_other.page_yomu_single .main_area .access .wrapper + .wrapper .twocolum_li dd {
			padding: 20px 0 0 25px;
		}

		.page_other.page_yomu_single .main_area .twocolum_li dt, .page_other.page_yomu_single .main_area .list li, .page_other.page_yomu_single .main_area .list li a, .page_other.page_yomu_single .main_area .wrap .sub_title, .page_other.page_yomu_single .main_area .wrap p {
			font-size: 14px;
		}

		.page_other.page_yomu_single .main_area .list li:not(:first-child) {
			margin-top: 45px;
		}

		.page_other.page_yomu_single .main_area  .title + .wrapper {
			padding: 0 10px 0;
			margin-top: 65px;
		}

		.page_other.page_yomu_single .main_area .terms .title + .wrapper {
			padding: 0 10px 100px;
		}
		
		.page_other.page_yomu_single .main_area .wrapper + .wrapper.shoplist {
			padding-left: 0;
			padding-right: 0;
			width: calc(100% - 20px);
			margin: 0 auto;
			padding-bottom: 100px;
		}

		.page_other.page_yomu_single .main_area  .title + .read_p {
			margin-left: 0;
			margin-right: 0;
		}

		.page_other.page_yomu_single .main_area .wrapper .read_p {
			padding: 25px 0 0;
			margin-left: 0;
			margin-right: 0;
		}

		.page_yomu_single .main_area .twocolum_li dt,
		.page_yomu_single .main_area .twocolum_li dd {
			margin: 0;
		}

		.page_other.page_yomu_single .yomu_single_area.access .title {
			font-size: 20px;
		}

		.page_other.page_yomu_single .main_area .access h3,
		.page_other.page_yomu_single .main_area .wrapper .access_search h3 {
			font-size: 16.5px;
		}

		.page_other.page_yomu_single .main_area .access h3 + .read_p {
			font-size: 12.5px;
		}

		.page_other.page_yomu_single .main_area .twocolum_li dd,
		.page_yomu_single .main_area .access .wrapper:first-of-type .twocolum_li > li:nth-child(2) {
			padding: 0 0 48px;
			margin-top: 8px;
			width: 100%;
		}
		
		.page_other.page_yomu_single .main_area .twocolum_li dd:last-child {
			padding-bottom: 100px;
		}

		.page_yomu_single .main_area .access .twocolum_li > li:nth-child(1) {
			width: 100%;
		}

		.page_yomu_single .main_area .access .wrapper:first-of-type .twocolum_li > li:nth-child(2) {
			margin-right: 0;
			padding-top: 60%;
			margin-top: 25px;
			margin-bottom: 52px;
		}

		.sp_newsletter {
			width: 100%;
			height: 100vh;
	    position: fixed;
	    top: 0;
	    right: 0;
		}

		.sp_newsletter .layer {
			width: 100%;
			height: 100vh;
	    position: fixed;
	    top: 0;
	    right: 0;
			background: rgba(0,0,0,0.48);
		}

		.sp_newsletter.active {
			display: block;
		}

		.sp_newsletter form {
			position: fixed;
			top: 50%;
			left: 50%;
			transform: translate3d(-50%,-50%,0);
			width: 87%;
			padding: 30px 25px 25px;
			background-color: #FFF;
			z-index: 1000;
			font-size: 12.5px;
			border-bottom: none;
			z-index: 999;
		}

		.sp_newsletter form::before {
			top: calc(50% + 15px);
			right: 25px;
		}

		.sp_newsletter input {
			font-size: 12.5px;
			padding-top: 15px;
			border-bottom: 1px solid #464646;
			letter-spacing: 0.08em;
		}

		.sp_newsletter .close_btn {
			display: block;
			width: 13px;
			height: 13px;
			position: absolute;
			top: 27px;
			right: 25px;
			background: url(img/close_btn.svg) no-repeat;
		}
		
		
		.desinger_list {
			padding: 0px 15px 100px;
		}

		.desinger_list li h2 {
		    font-size: 17px;
		}
		
		.page_yomu,
		.page_manifest,
		.page_yomu_single,
		.page_understand {
			padding-top: 122px;
		}


	}

@media (min-width: 768px) and (max-height: 700px) {
   .main_menu_wrap ul li .menu_second {
		 height: calc(100vh - 184px);
		 overflow-y: auto;
	 }
}
