@charset "utf-8";


/** #PC
===================================*/



/** font
===================================*/



/** base
===================================*/
.wrapper .__inner {
	max-width: 1190px;
	padding-inline: 15px;
}


/** layout
===================================*/
.wrapper.wrapper--column-2 .__inner .main {
	width: 890px;
	padding-inline: 0;
}

.wrapper.wrapper--column-2 .__inner .aside {
	width: 230px;
	padding-inline: 0;
}


/* 767px以下 */
@media screen and (max-width: 1200px) {
.wrapper.wrapper--column-2 .__inner .main {
	width: calc(100% - 260px);
}

.wrapper.wrapper--column-2 .__inner .aside {
	width: 230px;
}
} /* @media */


/* 767px以下 */
@media screen and (max-width: 767px) {
.wrapper.wrapper--column-2 .__inner .main {
	width: 100%;
}

.wrapper.wrapper--column-2 .__inner .aside {
	width: 0;
}
} /* @media */



/** header
===================================*/
#header {
}

.headline_wrap {
}

.headline {
}

.header_inner {
}

.logo {
}

.logo img {
}

.right_information {
}



/** drawer
===================================*/
.drawer_nav {
}




/** navi
===================================*/
#gnav {
}

.gnavi {
}

.gnavi > li {
}

.gnavi > li a {
}



/** eyecatch
===================================*/
.main_slider {
}

.main_slider .swiper-slide {
	width: 1040px;
}

.image_wrap_title {
	margin: 0;
	padding: 0;
}



/** top
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}

.contets_wrap {
	display: flex;
	flex-wrap: wrap;
	background-color: #f3d250;
}

#main-wrap {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.pc_left {
	width: calc(50% - 450px / 2);
	background-image: url(../images/bg_menu.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	height: 100vh;
	overflow: auto;
	/* min-height: 1080px; */
	position: fixed;
	left: 0;
	top: 0;
}

.pc_right {
	width: calc(50% - 450px / 2);
	background-image: url(../images/bg_right.webp);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	height: 100vh;
	/* min-height: 1080px; */
	position: fixed;
	right: 0;
	top: 0;
}

.fvbox {
	position: relative;
}

.fv_link {
	font-size: 0;
	position: absolute;
	bottom: 5%;
	width: 92%;
	height: 61px;
	background-color: #3333334d;
	background-color: transparent;
	margin: auto;
	left: 0;
	right: 0;
	top: auto;
	border-radius: 30px;
	overflow: hidden;
}

.fv_link h2 {
	height: 100%;
}

.fv_link_area {
	display: block;
	width: 100%;
	height: 100%;
}

a:hover.fv_link_area {
	background-color: #ffffff3b;
}


.about02 {
	margin-top: -1px;
}

.corn03 {
	position: relative;
}

.corn03_link {
	font-size: 0;
	position: absolute;
	bottom: 43%;
	height: auto;
	background-color: #3333334d;
	background-color: transparent;
	margin: auto;
	left: 0;
	right: 0;
	top: auto;
	border-radius: 30px;
	display: block;
	width: fit-content;
	text-align: center;
	width: calc(610 / 750 * 100%);
}

.corn03_link:hover {
	bottom: 43.5%;
}

.corn03_link img {
}

video {
	max-width: 100%;
	vertical-align: middle;
}

.howto01 {
	position: relative;
}

.howto01 .moviebox {
	position: absolute;
	width: calc(653 / 750 * 100%);
	margin: auto;
	left: 0;
	right: 0;
	bottom: auto;
	overflow: hidden;
	border-radius: 20px;
}

.howto01 .moviebox.v1 {
	top: 36.5%;
}

.howto01 .moviebox.v2 {
	top: 54%;
}

.event {
}

.event_inner {
	position: relative;
}

.movie_modal.v1 {
	width: calc(692 / 750 * 100%);
	margin: auto;
	position: absolute;
	z-index: 1;
	top: 48%;
	left: 0;
	right: 0;
	transition: 0.2s;
	outline: none;
}

.movie_modal.v1:hover {
	top: calc(48% - 2px);
}

.movie_modal.v1 button {
	border: 0;
	padding: 0;
	width: 100%;
	outline: none;
}

.event_linkbox.v1 {
	width: calc(602 / 750 * 100%);
	position: absolute;
	top: 85%;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	transition: 0.2s;
}

.event_linkbox.v1:hover {
	top: calc(85% - 2px);
}

.event > .movie_modal {
	position: relative;
	z-index: 10;
	pointer-events: auto;
}

.event > .movie_modal button {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
}

.event > .movie_modal img {
	display: block;
	width: 100%;
	height: auto;
}

#modal-media-youtube .movie-youtube-modal {
	width: min(405px, 100%);
	background: transparent;
}

/* #modal-media-youtube iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 9 / 16;
	border: 0;
	margin-top: 8px;
	max-height: calc(100vh - 180px);
	width: auto;
	margin-inline: auto;
	overflow: hidden;
	border-radius: 12px;
} */

#modal-media-youtube .movie-youtube-modal {
	background: transparent;
	width: auto;
	max-width: none;
}

#modal-media-youtube .youtube-vertical {
	position: relative;
	margin: 8px auto 0;
	overflow: hidden;
	border-radius: 12px;
}

#modal-media-youtube .youtube-vertical iframe {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

button.uk-modal-close-outside.event_close.uk-icon.uk-close {
	padding: 0;
}

button.uk-modal-close-outside.event_close.uk-icon.uk-close svg {
	display: none;
}


.journal01 {
	position: relative;
}

.journal01 .linkbox.v1 {

}

.journal_link {
	position: absolute;
	width: calc(618 / 750 * 100%);
	margin: auto;
	left: 0;
	right: 0;
	top: 54%;
	bottom: auto;
	overflow: hidden;
	text-align: center;
}

.journal_link:hover {
	top: 53.5%;
}

.faq05 {
	position: relative;
}

.faq_link {
	position: absolute;
	width: 76%;
	height: 31%;
	margin: auto;
	left: 0;
	right: 1%;
	top: 22%;
	bottom: auto;
	overflow: hidden;
	text-align: center;
	/* background-color: #3333334f; */
	border-radius: 20px;
	background-color: rgba(255,255,255,0.0);
}

.faq_link:hover {
	background-color: rgba(255,255,255,0.2);
}


/** side
===================================*/
.pc_left {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pc_left::-webkit-scrollbar {
  display: none;
}

.menu_container {
	padding-top: 40px;
	padding-right: 37px;
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	float: right;
}

ul.top_menu {
	margin-bottom: 60px;
}

ul.top_menu li {
}

ul.top_menu li + li {
	margin-top: 30px;
}

ul.top_menu li a:hover img {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.menu_cv {
	margin-bottom: 14px;
}

.menu_cv a {
	display: block;
}

.menu_cv img {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
}

.menu_cv:hover img {
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}


.menu_first_info {
	padding-bottom: 100px;
}






/** footer
===================================*/
#footer {
}

footer#footer {
	background-color: #fff;
	padding-bottom: 10px;
}

.note_inner {
	padding: 20px;
}

.note_toggle>ul > li {
	border-bottom: 1px solid #a7a06a;
}

.note_toggle .action {
	font-size: 16px;
	display: block;
	padding: 15px;
	font-weight: bold;
	color: #736d6d;
	text-decoration: none;
}

.note_toggle>ul > li:first-child {
	border-top: 1px solid #a7a06a;
}

.note_contents {
	font-size: 13px;
	padding-bottom: 20px;
}

.note_contents a {
}

.note_contents a:hover {
	text-decoration: none;
}

.note_contents p {
	margin: 0 0 1em;
}

/* .note_toggle a.toggle {
	position: relative;
	display: block;
	padding: 7px 5px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #321d0c;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
} */

.note_toggle a.arrow_toggle::after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: 3px solid #CCC;
	border-right: 3px solid #CCC;
	content: "";
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.note_toggle a.arrow.action {
	position: relative;
	cursor: pointer;
}

.note_toggle a.arrow.action::after {
	content: "";
	display: block;
	position: absolute;
	right: 17px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: 3px solid #CCC;
	border-right: 3px solid #CCC;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.note_toggle a.arrow_toggle.opened:after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.box_toggle {
	display: none;
	padding: 0px 15px 0px;
}

.note_em, .note_contents dl dt {
	font-weight: bold;
	color: #333;
}

.list_bullet_a ul li {
	position: relative;
	padding-left: 1em;
}

.list_bullet_a ul li::before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}

.note_contents .list_note_a li {display: flex;}
.note_contents .list_note_a .mark {margin-right: .3rem;}

p.footer-copyright {
	margin: 0;
	padding: 5px 20px 15px;
	font-size: 12px;
	text-align: center;
	color: #a7a06a;
}




/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}







/** page
===================================*/



/** product
===================================*/



/** product_category
===================================*/
/* 売り切れ時の表示 */
.p-product-block ul.__product li.__item.__is-soldout a::after {
	margin: auto;
	content: "SOLD OUT";
	position: absolute;
	top: 4%;
	left: 2%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	width: 95%;
	aspect-ratio: 1/1;
	font-size: 20px;
	font-weight: bold;
	z-index: 1;
}


/* 小カテゴリーのリンクアンダーライン */
.main.main--product-list section.__child ul li a {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: from-font;
}

.main.main--product-list section.__child ul li a:hover {
	text-decoration: none;
}



/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** 404
===================================*/




/** nav
===================================*/
.fix_cv {
	display: none;
}

.fix_cv {
	position: fixed;
	z-index: 50;
	top: 10px;
	left: 0;
	right: 0;
	max-width: 500px;
	margin: auto;
}

.fix_cv {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
	opacity 0.4s ease,
	visibility 0.4s ease;
}

.fix_cv.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fix_cv_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.fix_menu {
	width: 13.2%;
}

.fix_menu button {
	outline: none;
}

.fix_menu img {
	filter: drop-shadow(1px 2px 5px #1f423775);
	color: #1f423775;
}

.fix_button {
	width: 73.73%;
}

.fix_menu button {
	appearance: none;
	background: none;
	border: none;
	padding: 0;
}

.sp_menu {
	background-color: #f8fd51;
	background-image: url(../images/sp_menu_back.webp);
	background-size: cover;
	background-position: left top;
	width: 100%;
	max-width: 375px !important;
	background-repeat: no-repeat;
	padding: 60px 28px 46px;
}

.uk-offcanvas-overlay:before {
	background: #00000078;
}

button.uk-offcanvas-close.menu_close {
	position: relative;
	padding: 0;
	top: 0;
	right: auto;
	left: auto;
}

button.uk-offcanvas-close.menu_close img {
	filter: drop-shadow(1px 0px 5px #33333338);
	color: #33333338;
}

button.uk-offcanvas-close.menu_close svg {
	display: none;
}

.sp_menu .menu_container {
	padding: 40px 0;
	width: auto;
	float: none;
	display: block;
}

.sp_menu ul.top_menu {
	margin-bottom: 42px;
	padding-left: 10px;
}

.sp_menu .menu_first_info {
	padding-bottom: 0;
}

.sp_menu .menu_cv {
	margin-bottom: 16px;
}

#offcanvas-overlay {
  --offcanvas-width: 375px;
}

#offcanvas-overlay .uk-offcanvas-bar {
  width: var(--offcanvas-width);
  left: calc(var(--offcanvas-width) * -1);
}

#offcanvas-overlay.uk-open > .uk-offcanvas-bar {
  left: 0;
}




/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1200px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1199px) {
.pc_left {
	width: 375px;
}

#main-wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	margin-left: 375px;
}

.pc_right {
	width: calc(100% - 375px - 450px);
}

}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 824px) {
.fix_cv {
	display: block;
}

.conteiner_l {
}

.pc_left {
	width: 318px;
}

.pc_right {
	width: calc(100% - 318px - 450px);
}

.menu_container {
	padding-right: 20px;
	padding-left: 20px;
}

#main-wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 450px;
	margin-left: 318px;
}

}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1039px) {
/** tb-base
===================================*/
#TB_ancor {
	color: #f66;
	font-size: 20px;
}



/** tb-header
===================================*/



/** tb-navi
===================================*/



/** tb-eyecatch
===================================*/



/** tb-contents_all
===================================*/



/** tb-side
===================================*/



/** tb-footer
===================================*/



/** tb-slideMenu
===================================*/



/** tb-drawer
===================================*/



/** tb-top
===================================*/



/** tb-page
===================================*/



/** tb-product
===================================*/



/** tb-product_category
===================================*/



/** tb-single
===================================*/



/** tb-category
===================================*/



/** tb-search
===================================*/



/** tb-404
===================================*/



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/** base
===================================*/
#SP_ancor {
	color: #f66;
	font-size: 20px;
}


/** sp-header
===================================*/
/* header */
.site_header {
	transition: 0.3s;
}

.site_header.scroll_down {
	transform: translateY(-60px);
}


/** sp-navi
===================================*/



/** sp-eyecatch
===================================*/



/** sp-top
===================================*/
.contets_wrap {
	display: block;
}

.pc_left {
	display: none;
}

.pc_right {
	display: none;
}

#main-wrap {
	width: 100%;
	margin: 0;
	max-width: 100%;
}

.fv_link {
	height: 7%;
	border-radius: 80px;
}

.corn03_link img {
	width: 100%;
}

.journal_link img {
	width: 100%;
}


/** sp-side
===================================*/



/** sp-footer
===================================*/



/** sp-slideMenu
===================================*/



/** sp-drawer
===================================*/



/** sp-top
===================================*/



/** sp-page
===================================*/



/** sp-product
===================================*/



/** sp-product_category
===================================*/



/** sp-single
===================================*/



/** sp-category
===================================*/
.p-product-block ul.__product li.__item a .__photo {
	padding-top: 100%;
}

.p-product-block ul.__product li.__item a .__photo img {
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	margin: auto;
}



/** sp-search
===================================*/



/** sp-404
===================================*/





}/* @media */


