/** Shopify CDN: Minification failed

Line 180:0 All "@import" rules must come first

**/
@charset "utf-8";
/* @import url("https://pjxsvr.biz/code/nanasai/plus.css"); */


@charset "utf-8";

/**************************\
  Basic Modal Styles
\**************************/

.modal {
}

.modal_desp {
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  background-color: #fff;
  padding: 20px;
  width: 96%;
  max-width: 800px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #333;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: 1em;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from { opacity: 0; }
	  to { opacity: 1; }
}

@keyframes mmfadeOut {
	from { opacity: 1; }
	  to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
	to { transform: translateY(0); }
}

@keyframes mmslideOut {
	from { transform: translateY(0); }
	to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}


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




/** font
===================================*/
/* Noto Sans JP */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');

body {
	font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
	line-height: 1.7;
}


h1,h2,h3,h4,h5,h6 {
	/* margin: 0;
	padding: 0; */
	  font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

h1 {
	font-size: 36px;
}

h2.h3 {
	font-size: 22px;
}

/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
h1 {
	font-size: 26px;
}
}/* @media */



/** base
===================================*/
.d_title_box {
	margin-bottom: 30px;
}

.d_title_box.mode_left {
}

.d_title_box.mode_center {
}

.d_title_box.mode_right {
}

h2.d_title {
	margin: 0;
	font-size: 28px;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
}

h2.d_title span {
	font-size: 14px;
	opacity: 0.5;
}

.d_title_box.mode_center h2.d_title {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.d_title_box.mode_right h2.d_title {
	justify-content: flex-end;
}



/** header
===================================*/
.announcement__text p {
	font-size: 14px;
}

#header {
}

.header__grid--left-logo {
	justify-content: flex-start;
}

.header__search.relative {
	/* width: 416px;
	max-width: 100%;
	margin-left: auto; */
}

.header__grid--left-logo {
	justify-content: flex-start;
	align-items: flex-start;
}

.header__logo {
	flex-grow: 1;
	width: 300px;
	padding: 0;
	margin: 0;
	/* padding-bottom: 12px; */
	padding-top: 9px;
	position: absolute;
}

.logo__link span.flex {
	transition: 0.5s;
	width: 100%;
}

.is-out .logo__link span.flex {
	/* width: 40px; */
}


.header_right {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 300px);
	width: calc(100%);
}

.header__search.relative {
	width: 416px;
	max-width: 100%;
	margin-left: auto;
	flex-grow: unset;
}

.header__search form.search.relative.search--speech {
	margin: 0;
}

.search__input {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #aaa;
}

.header__icons {
	order: 2;
	flex-grow: 0;
	margin: 0;
}

.header__cart-count {
	color: #fff;
	background: #ee2e53;
	font-size: 12px;
}

.main-menu__disclosure {
	padding-bottom: 5px;
}


/* お知らせ */
article.card {
}

article.card h2.card__title.h6 {
	font-size: 16px;
	font-weight: bold;
}

article.card p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.4;
}

article.card p {
}


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

.main-menu__content {
	justify-content: flex-end;
	align-items: center;
}

.main-nav__item--toggle .main-nav__item--primary {
	align-items: flex-end;
	gap: 7px;
	align-items: center;
}

.main-menu .secondary-nav {
	padding-left: 2em;
}

.main-nav__item--primary {
	padding-bottom: 12px;
}

.secondary-nav__item.secondary-nav__cta--button {
	border-radius: 20px;
}

.secondary-nav__item:not(.secondary-nav__cta) {
	color: #fff;
}

.js-mega-nav a.main-nav__item.child-nav__item {
	display: block;
	width: 100%;
	position: relative;
}

.js-mega-nav a.main-nav__item.child-nav__item::after {
	background-image: url(//nanasai-rental.myshopify.com/cdn/shop/t/2/assets/arrow_right.svg?v=1757391…);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	content: "";
	display: block;
	width: 15px;
	height: 13px;
	position: absolute;
	left: auto;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
	filter: invert(1) brightness(2);
}


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








/** eyecatch
===================================*/
.image-banner {
}

.image-banner p {
	font-size: 16px;
}

.image-banner a.btn {
	font-size: 16px;
	font-weight: normal;
}

.main_slider {
}

.main_slider .swiper-slide {
}

.main_image .container {
	justify-content: flex-start;
}

.main_image .image-banner__image img {
	object-position: 0% 0% !important;
}

.main_image .h1 {
	margin-bottom: 10px;
}

.main_image p {
	font-size: 17px;
}

.main_image p br {
	display: none;
}

/** contents_all
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}



/** side
===================================*/
#side {
}



/** footer
===================================*/
a.back-to-top.text-sm.block {
	font-weight: normal;
	font-size: 16px;
}

#footer {
}

.footer_inner {
}

.footer__main .footer-col--links {
	flex: 0 1 auto;
	max-width: 30%;
}

.footer__main .footer-col.footer-col--text {
	flex: 0 1 auto;
	max-width: 460px;
}

.footer-menu>summary {
	border-bottom: 1px solid #868686;
}

.footer-menu .disclosure__title {
	font-size: 14px;
}

ul.footer-menu__links.disclosure__content {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	padding-top: 18px;
}

.footer-menu__links>li {
	width: 50%;
	padding-right: 1em;
}

.footer .footer__hr {
	background: none;
}

.footer .input-with-button {
	background-color: #6f6c68;
	color: #FFFCF9;
}

.input-with-button>.input {
	color: #FFFCF9;
}

.input-with-button>.input::placeholder {
	color: #FFFCF9;
}

.input-with-button>.input:focus::placeholder {
	color: transparent;
}

.input-with-button>.btn:not(.btn--primary) {
	color: #FFFCF9;
}


.footer_arrow_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	transition: 0.3s;
}

details[open] .footer_arrow_icon {
	transform: rotate(180deg);
}

.footer_arrow_icon {
	display: none;
}

.copyright {
	text-align: center;
}

.copyright address {
	font-style: normal;
	font-size: 0.8em;
}

.footer a::after {
	filter: invert(2) brightness(3);
	width: 1em !important;
	margin-left: 3px !important;
}

a.custom-link-btn[target="_blank"] {
}





/** top
===================================*/

/* 見出し */
.section__header.items-center.flex.flex-row {
	align-items: baseline;
}

.section__header a.link {
	position: relative;
	margin-right: 1.5em;
}

.section__header a.link::after {
	background-image: url(//nanasai-rental.myshopify.com/cdn/shop/t/2/assets/arrow_right.svg?v=1757391…);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	content: "";
	display: block;
	width: 13px;
	height: 11px;
	position: absolute;
	left: auto;
	right: -1.5em;
	top: 2px;
	bottom: 0;
	margin: auto;
}

h2.h4.mb-0.text-start {
	font-size: 40px;
	line-height: 1.3;
}

h2.h4.mb-0.text-start span {
	font-size: 16px;
	display: inline-block;
	margin-left: 16px;
	border-left: 1px solid currentColor;
	padding-left: 16px;
	line-height: 1.2;
}

h2.section__heading {
	font-size: 40px;
	line-height: 1.3;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

h2.section__heading span {
	font-size: 16px;
	display: inline-block;
	margin-left: 16px;
	border-left: 1px solid currentColor;
	padding-left: 16px;
	line-height: 1.2;
}


/*TOP他配送についての案内*/
.notice_shipping{
	margin:64px auto 0;
	text-align:center;
	background-color: #f7f7f7;
	padding: 20px 20px 5px;
	border-radius: 5px;
}
.notice_shipping_em{
	color: #a33;
}
.notice_shipping a{
	border-bottom:1px solid;
}
.notice_shipping.member{
	margin: 0 auto 40px;
}
.p_indent{
	padding-left:1em;
}
.notice_summary{
	border-bottom:1px solid;
	color: #a33;
}
/*会員登録画面MAPモーダルボタン*/
.modal_map {
	margin-bottom: 15px;
}
.modal__container {
	margin-top: 100px;
}

/* 767px以下 */
@media screen and (max-width: 767px) {
.notice_shipping{
	margin:0px auto 0;
}
} /* @media */


/* トップカテゴリー */
.top_product_category {
	margin: 50px 0;
}

.top_product_category .container:has(ul.grid) {
	max-width: 1066px;
	padding-inline: 15px;
}

.top_product_category ul.grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 40px;
	row-gap: 20px;
}

.top_product_category li.cc-animate-init.cc-animate-in .card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #868686;
  padding-bottom: 9.5px;
}

.top_product_category .card__collection--with-border .card__media {
	width: 48px;
}

.top_product_category .card__collection--with-border .card__info {
  width: calc(100% - 48px);
  text-align: left;
  padding: 0;
  padding-left: 8px;
}

.top_product_category .card__title {
	margin: 0;
}

.top_product_category a.card-link.text-current {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}

.top_product_category a.card-link.text-current::after {
  background-image: url(//nanasai-rental.myshopify.com/cdn/shop/t/2/assets/arrow_right.svg?v=1757391…);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top_product_category a.card-link:hover {
	color: #777;
}

.top_product_category a.text-theme-text.inline-flex.card__collection--arrow {
	font-size: 11px;
	display: none;
}


/* 最近チェックした商品 */
.top_recent_items {
}

.card__info-container [data-inventory-level=normal], .card__info-container [data-inventory-level=in_stock] {
	filter: grayscale(1);
	opacity: 0.8;
}

p.card__title.font-bold {
	font-weight: normal;
	line-height: 1.4;
}



/* コレクション */
.featured-collection-text.flex.flex-col.grow.p-6.color-scheme.color-scheme--1 {
	background-color: #868686;
	background: #868686;
	color: #FFFCF9;
}

.featured-collection-text h2.h4.section__heading {
	font-size: 32px;
	margin-bottom: 3px;
}

.featured-collection-text.color-scheme--1 h2.h4.section__heading {
	color: #FFFCF9;
}

.featured-collection-text p {
	font-size: 16px;
	font-weight: bold;
}

.featured-collection-text.color-scheme--1 p {
	color: #FFFCF9;
}

.featured-collection-text a.btn.btn--secondary {
	border-radius: 24px;
	font-weight: normal;
	opacity: 1;
	font-size: 16px;
	margin-top: 20px;
}

.featured-collection-text.color-scheme--1 a.btn.btn--secondary {
	color: #FFFCF9;
	border: 1px solid #FFFCF9;
}

.disclosure__panel.has-motion {
	padding-block: 1px;
}


/* 最近チェックした商品 */
/* .top_recent_items .slider:not(:has(.slider__item:nth-child(n+5))) button {
	display: none;
} */


/* アカウントリンク */
.shop_account_link {
}

.shop_account_link h2.h2 {
	font-size: 40px;
	font-weight: 500;
}

.shop_account_link .image-banner a.btn.btn--secondary {
	font-size: 16px;
	font-weight: normal;
	border-radius: 24px;
	min-width: 196px;
}


/* メリット */
.shop_merit {
}

.shop_merit .container {
	max-width: 1066px;
	padding-inline: 15px;
}

.icons-with-text__text {
	font-size: 14px;
}


/* 特徴 */
.shop_feature {
	margin: 0;
	background-color: #F3EFE9;
	padding: 80px 0;
}

.shop_feature h2.section__heading {
	font-weight: 500;
}

.shop_feature .container:has(.multi-column) {
	max-width: 1066px;
	padding-inline: 15px;
}

.shop_feature .card.color-scheme .card__info {
	padding: 24px 10px;
	background: none;
	background-color: #f3efe8;
}

h3.h5.card__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.rte p {
	line-height: 1.7;
}


/* ステップ */
.flow_step_wrapper.container {
	max-width: 1066px;
	padding-inline: 15px;
	padding-top: 20px;
}

ul.flow_step_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.flow_step_list > li {
  display: flex;
  border: 1px solid #868686;
  align-items: center;
  position: relative;
}

ul.flow_step_list > li + li {
	margin-top: 55px;
}

ul.flow_step_list > li + li::after {
	margin-top: 55px;
}

ul.flow_step_list > li + li::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 15px;
	top: -36px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}

ul.flow_step_list > li:last-child::after {
}

ul.flow_step_list > li.flow_step {
}

ul.flow_step_list > li.flbox {
}

.flow_step_item {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.flow_step_title {
  width: 214px;
  font-size: 32px;
  font-weight: normal;
  color: #47423E;
  background-color: #F3EFE9;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.flow_step_title h3 {
	margin: 0;
	font-size: 32px;
}

.flow_step_content {
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}
.flow_step_content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #47423E;
}

.flow_step_exp {
  font-size: 14px;
}

.flow_step_exp p {
	margin: 0;
}



/* faq */
.top_faq {
	background: none;
	padding-top: 0;
}

.reading-width.wide_mode_reading {
	width: 100%;
	max-width: 100%;
}

.wide_mode_inner {
	max-width: 1066px;
	padding-inline: 15px;
	margin: auto;
}

.wide_mode_inner span.disclosure__toggle svg {
	transition: 0.3s;
}

.wide_mode_inner [open] span.disclosure__toggle svg {
	transform: rotate(180deg);
}

.top_faq h3 {
}

.top_faq h3 {
	font-size: 18px;
}

.top_faq h4 {
	font-size: 16px;
}

.top_faq .disclosure__content p {
	font-size: 14px;
}


/* ご利用ガイド */
.cc-guide {
	background-color: #f3efe8;
	padding-block: 1px;
}

.guide_item_wrapper {
}

ul.guide_item_list {
	display: flex;
	flex-wrap: wrap;
	gap:16px;
}

ul.guide_item_list > li {
	width: calc(100% / 4 - 16px * 3 / 4);
}

ul.guide_item_list > li a {
	background-color: #FFFCF9;
	display: block;
	padding: 18px 20px;
	border: 1px solid #FFFCF9;
	transition: 0.3s;
	position: relative;
}

ul.guide_item_list > li a:hover {
	border: 1px solid currentcolor;
}

.guide_item > a::after {
	content: "";
	display: block;
	width: 15px;
	height: 13px;
	position: absolute;
	left: auto;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.guide_item {
}

.guide_item_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.guide_item_icon {
	width: 52px;
}

.guide_item_img {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guide_item_img img {
	max-width: 100%;
	max-height: 100%;
}

.guide_bnr_box a {
	display: block;
	border: 1px solid transparent;
	transition: 0.3s;
}

.guide_bnr_box a:hover {
	display: block;
	border: 1px solid currentcolor;
}

.guide_item_title {
	width: calc(100% - 68px);
}

.guide_item_title p {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}

.guide_item_title_text {
}

.guide_bnr_wrap {
	margin-top: 56px;
}

.guide_bnr_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: center;
}

.guide_bnr_box {
	width: 50%;
}

.v_guide_step {
	margin-top: 20px;
}

.v_guide_step ul.flow_step_list > li.flbox {
	list-style: none;
	padding: 0;
}

.v_guide_step li.flow_step.flbox::before {
	display: none;
}

.v_guide_step .flow_step_content h4 {
	margin: 0 0 5px;
}

.v_guide_step .flow_step_title h3 {
	margin: 0;
	border: 0;
	padding: 0;
}

.v_guide_step .flow_step_exp p {
	margin: 0;
}

.v_guide_step ul.flow_step_list > li + li::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 15px;
	top: -36px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	background-image: url(//nanasai-rental.myshopify.com/cdn/shop/t/2/assets/arrow_down.svg?v=8124127…);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.v_guide_step .flow_step_title p {
	margin-bottom: 0;
}



/** product
===================================*/
.product_features {
}

.product_features_row {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}

.product_feature_item {
	width: calc(100% / 3 - 30px * 2 / 3);
}

/* 767px以下 */
@media screen and (max-width: 767px) {
.product_feature_item {
	width: calc(100%);
}
} /* @media */

.price small {
	font-size: 13px;
}

.product_feature_img {
	margin-bottom: 20px;
}

.product_feature_img img {
	margin: 0;
}

.product_feature_text {
}

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

.product-info__add-button {
	font-size: 16px;
}

.product_code_item {
}

.product-info__block:has(.product_code_item) {
	margin: 10px 0;
}

media-gallery.media-gallery .collection-favorite-button {
	display: none;
}

.variant-price-table th, .variant-price-table td {
	padding: 5px 10px;
	font-size: 13px;
}

.variant-price-table thead {
	background-color: #f7f7f7;
}

.custom-link-btn_box {
	width: 48.5%;
	float: left;
	margin-bottom: 15px;
}

.custom-link-btn_box + .product-info__block {
	width: 48.5%;
	margin: 0 0 30px;
	float: right;
}

.custom-link-btn_box + .product-info__block + details-disclosure::before {
	content: "";
	display: block;
	overflow: hidden;
	width: 100%;
}

.sa-008-ur-favorite-app button.product--favorite-button {
	margin: 0 !important;
	border-radius: 5px !important;
	/* height: 40px; */
}



/** collection
===================================*/
h1.collection-banner__heading {
	font-size: 32px;
}

.sa-008-ur-favorite-app button.collection-favorite-button {
	display: none;
}


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



/** article
===================================*/



/** article_list
===================================*/



/** policy
===================================*/
.shopify-policy__body {
	margin: auto;
	max-width: 800px;
}

.shopify-policy__title h1 {
	font-size: 32px;
}

.cf-field-description {
}

.cf-field-description a {
	text-decoration: underline;
}

.cf-field-description a:hover {
	text-decoration: none;
}


/* 767px以下 */
@media screen and (max-width: 767px) {
.shopify-policy__title h1 {
	font-size: 24px;
}
} /* @media */




/** account
===================================*/
form#create_customer {
	max-width: 600px;
	background-color: #f7f7f7;
	padding: 20px;
	border-radius: 10px;
}

.cf-field input[type=text], .cf-field input[type=email], .cf-field input[type=number], .cf-field input[type=tel], .cf-field input[type=password], .cf-field textarea {
	border: 1px solid #333;
	border-radius: 5px;
	padding: 7px 10px;
	margin-top: 5px;
}

button.cf-cancel.cf-button.btn.button {
	background-color: #ccc;
	color: #fff;
}

button.cf-submit-form.cf-button.btn.button {
	background-color: #47423d;
	color: #fff;
}

.cf-form-inner .cf-verify-email-message {
	max-width: 100%;
	font-size: 16px;
}

.cf-form-inner .cf-select-wrap select {
	font-size: 16px;
	font-weight: normal;
	padding-inline: 10px;
	cursor: pointer;
}

/* === Cart Attributes Table === */
.attr-table {
width: 100%;
border-collapse: collapse;
border: 1px solid #e5e5e5;
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
}
.attr-table th {
background: #f7f7f7;
text-align: left;
border-bottom: 1px solid #e5e5e5;
padding: 8px;
}
.attr-table td {
border-bottom: 1px solid #e5e5e5;
padding: 8px;
vertical-align: top;
}
.attr-table td:last-child {
white-space: pre-wrap;
}
.attr-table tr:last-child td {
border-bottom: none;
}
/* 交互色にしたい場合（任意） */
.attr-table tr:nth-child(even) td {
/* background: #fafafa; */
}

.cf-field:has(.form_modal_btn) {
	margin-top: 0;
	padding-top: 0;
}





/** cart
===================================*/
.text-cetner {
	text-align: center;
}

.no_login_cart_info {
	font-size: 16px;
}

p.no_login_cart_exp {
	font-size: 16px;
}

button.btn.btn--small-wide.button.mx-request-button {
	background-color: #fff;
	border: 1px solid #333;
	margin: 10px 0 0 0;
	width: 100%;
	transition: 0.3s;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 10px;
	color: #333;
}

button.btn.btn--small-wide.button.mx-request-button:hover {
	background-color: #333;
	color: #fff;
}

#application-note {
	color: #a33;
}

input#mx-quotation-submit {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	border: 0;
}

input#mx-quotation-submit:hover {
	background-color: #555;
}

.rental-dates_sec {
	margin-top: 80px;
	margin-bottom: -50px;
}

.rental_dates_box.flbox {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

div.rental-dates {
	width: calc(50% - 30px / 2);
}

.rental_dates_at {
	width: calc(50% - 30px / 2);
}

.help.date_help {
	background-color: #f7f7f7;
	display: inline-block;
	padding: 15px;
	border-radius: 3px;
	padding: 10px 20px;
}

.rental_dates_box {
}

.rental_dates_box select {
	cursor: pointer;
	font-size: 15px;
	padding: 10px 20px;
}

.rental_dates_box .form-group {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #333;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	border: 0;
}

.rental_dates_box .form-group label {
	width: 190px;
	font-weight: bold;
}

.rental_dates_box .form-group {
	display: flex;
	flex-wrap: wrap;
}

.rental_dates_box .form-group label small {
	display: block;
	font-weight: normal;
}

.h6.cart_total_price_item {
	font-weight: bold;
	font-size: 18px;
}

.Polaris-DataTable__Table > tbody > tr > td:last-child {
	display: none;
}


/** page
===================================*/
/* contact */
.globo-form-app {
	z-index: 1 !important;
}

.globo-formbuilder-wizard .panel {
	background-color: transparent;
}

h1.page__title {
	font-size: 32px;
}

#globo-formbuilder-101685 {
	padding-top: 100px;
	margin-top: -100px;
}



/** form
===================================*/
button.action.next.submit.material_outlined-button.wizard__submit {
	padding: 20px 10px;
	font-weight: bold;
	font-size: 16px;
}

.message.success[style="display: block;"] + .gfb__footer {
display: none;
}

.globo-form-app .message.success a {
	text-decoration: underline;
}

.globo-form-app .message.success a:hover {
	text-decoration: none;
}


 
/** order
===================================*/
.address-box {
	padding: 20px;
	font-size: 13px;
}



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












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

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

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1329px) {
.conteiner_l {
}

.guide_item_title p {
	font-size: 14px;
}




}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1199px) {
.conteiner_l {
}

ul.guide_item_list > li {
	width: calc(100% / 3 - 16px * 2 / 3);
}



}/* @media */



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



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



/** tb-navi
===================================*/
.main-menu .secondary-nav {
	padding-left: 0;
}


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



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



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



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



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



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



/** tb-top
===================================*/
.top_product_category ul.grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-overlay, .max-w-text-overlay {
	max-width: 80%;
}

.footer__main .footer-col--links {
	flex: 0 1 auto;
	max-width: 50%;
}

.footer__main .footer-col.footer-col--text {
	display: none;
}

.guide_item_inner {
	gap: 10px;
}

.guide_item_icon {
	width: 36px;
}

.guide_item_img {
	width: 36px;
	height: 36px;
}

.guide_item_img img {
}

.guide_bnr_box a {
}

.guide_bnr_box a:hover {
}

.guide_item_title {
	width: calc(100% - 46px);
}

.guide_item_title p {
}

.guide_item > a::after {
	width: 13px;
	height: 11px;
	right: 10px;
}




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



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



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



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



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



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



/** tb-article
===================================*/



/** tb-article_list
===================================*/



/** tb-policy
===================================*/



/** tb-account
===================================*/



/** 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);
}

.header__grid--left-logo {
	align-items: center;
}

.header_right {
	flex-direction: row-reverse;
}

.header_right .header__search.relative {
	display: none;
}

.header__logo {
	width: 35px;
	width: 180px;
	padding-bottom: 0;
	padding-top: 0;
}

.logo__link span.flex {
	width: 35px;
	width: 180px;
}

.main-menu__disclosure {
	padding-bottom: 0px;
}

.header__icon {
	width: 34px;
	padding: 10px 0;
}

.main-menu__toggle {
	margin-left: 0;
}


/** sp-navi
===================================*/
.main-nav__item--toggle .main-nav__item--primary {
	padding-inline: 0;
	font-weight: bold;
}

.main-nav__item--primary {
	padding-inline: 0;
	font-weight: bold;
}

.secondary-nav li.inline-flex.items-center.self-center {
	width: 100%;
}

.secondary-nav__item.secondary-nav__cta--button {
	border-radius: 20px;
	margin: auto;
	margin-top: 10px;
	min-width: 180px;
	justify-content: center;
}

.js-mega-nav a.main-nav__item.child-nav__item {
	font-size: 14px;
}


/** sp-eyecatch
===================================*/
.main_image .h1 {
	font-size: 26px;
}

.main_image p {
	font-size: 16px;
}

.main_image p br {
	display: block;
}


/** sp-contents_all
===================================*/



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



/** sp-footer
===================================*/
a.back-to-top.text-sm.block {
	padding: 8px 15px;
	font-size: 16px;
}

.footer-menu>summary {
	border: 0;
}

.footer__main .footer-col--links {
	width: 100%;
	max-width: 100%;
}

.footer-col--collapsed .footer-menu.disclosure {
	border-top: 0;
}

.footer__base.grid.grid-cols-1 {
	flex-direction: column-reverse;
	display: flex;
	align-items: center;
}

.footer-sublinks {
	justify-content: center;
	font-size: 13px;
	gap: 12px 16px;
	row-gap: 12px;
	column-gap: 16px;
}

.footer_arrow_icon {
	display: flex;
}


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



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



/** sp-top
===================================*/
h2.h4.mb-0.text-start {
	font-size: 24px;
	line-height: 1.3;
}

h2.h4.mb-0.text-start span {
	font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
}

.section__header a.link {
	font-size: 13px;
}

.section__header a.link::after {
	width: 11px;
	height: 9px;
}

.top_product_category ul.grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 16px;
	column-gap: 16px;
}

.top_product_category .card__collection--with-border .card__media {
	width: 40px;
}

.top_product_category a.card-link.text-current::after {
	display: none;
}



h2.section__heading {
	font-size: 24px;
}

h2.section__heading span {
	font-size: 14px;
}

.slider .slider__grid {
	column-gap: 10px;
}

.card--product .card__info {
	padding-top: 5px;
}



.shop_account_link h2.h2 {
	font-size: 32px;
	font-weight: 500;
	width: 7.5em;
	margin-inline: auto;
}

.shop_account_link .image-banner a.btn.btn--secondary {
	min-width: 300px;
}

.shop_merit .carousel[disable-mobile=true] .icons-with-text__text:not(.icons-with-text__text--icons-above) {
	flex-basis: auto;
	width: calc(260px);
	margin-left: 10px;
}


.shop_feature {
	padding: 60px 0 40px;
}

h3.h5.card__title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}



.flow_step_wrapper.container {
	padding-top: 0;
}

.flow_step_item {
	flex-wrap: wrap;
}

ul.flow_step_list > li + li {
	margin-top: 38px;
}

ul.flow_step_list > li + li::after {
	top: -28px;
}

.flow_step_title {
	width: 100%;
	justify-content: flex-start;
	font-size: 16px;
	min-height: 50px;
	padding: 10px 20px;
	align-items: center;
	gap: 10px;
	font-weight: bold;
}

.flow_step_title h3 {
	margin: 0;
	font-size: 18px;
}

.flow_step_title p {
	margin: 0;
	line-height: 1.4;
}

.flow_step_content {
	width: 100%;
	padding: 15px 20px;
	font-size: 14px;
}

.top_faq h2.section__heading {
	margin-bottom: 24px;
}

.wide_mode_inner {
	padding-inline: 0;
}

.top_faq h3 {
	font-size: 16px;
	margin-bottom: 18px;
}

.top_faq .disclosure>summary {
	padding-block: 16px;
}

.top_faq h4 {
	font-size: 14px;
}

.wide_mode_inner span.disclosure__toggle svg {
	width: 10px;
	height: 12px;
}

 .top_faq details-disclosure + h3 {
	margin-top: 40px;
}



ul.guide_item_list {
	gap: 8px;
}

ul.guide_item_list > li {
	width: calc(100% / 2 - 8px * 1 / 2);
}

ul.guide_item_list > li a {
	padding: 12px 8px 12px 14px;
	height: 100%;
}

.guide_item_inner {
	gap: 8px;
}

.guide_item_icon {
	width: 32px;
	height: 42px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.guide_item > a::after {
	display: none;
}

.guide_item_title p {
	font-size: 13px;
	line-height: 1.3;
}

.guide_bnr_wrap {
	margin-top: 40px;
}

.guide_bnr_box {
	width: 100%;
}

.guide_bnr_box a {
	border: 0 !IMPORTANT;
}


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



/** sp-product
===================================*/
.custom-link-btn_box {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}

.custom-link-btn_box + .product-info__block {
	width: 100%;
	margin: 0 0 30px;
	float: none;
}


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



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



/** sp-category
===================================*/



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



/** sp-article
===================================*/



/** sp-article_list
===================================*/



/** sp-policy
===================================*/



/** sp-account
===================================*/



/** sp-cart
===================================*/
.rental-dates_sec {
	margin-top: 50px;
	margin-bottom: -40px;
}

div.rental-dates {
	width: 100%;
}

.rental_dates_at {
	width: 100%;
	font-size: 13px;
}

h1.h2.mb-10.text-start.js-cart-title {
	font-size: 24px;
	margin-bottom: 1em;
}

.rental_dates_box .form-group {
	gap: 10px;
}

.rental_dates_box .form-group > * {
	width: calc(100% - 180px);
}

.rental_dates_box .form-group label {
	width: 170px;
}


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





}/* @media */



media-gallery.media-gallery .collection-favorite-button {
	display: none;
}