@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 Page-head01
-----------------------------------------------------------
----------------------------------------------------------- */
.Page-head {
  position: relative;
  padding-top: 20px;
  margin-bottom: 55px;
}

.Page-head .breadcrumb,
.Page-head .breadcrumb a {
  color: #999999;
}

.Page-head .breadcrumb {
  position: relative;
  font-size: 13px;
  line-height: 1.3;
  z-index: 50;
}

.Page-head .breadcrumb a {
  text-decoration: none;
}

.Page-head .breadcrumb .breadcrumb-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 calc(1.8vw + 417px) 0 1.8vw;
}

.Page-head .breadcrumb .breadcrumb-inner>div {
  margin-right: 0.3em;
}

.Page-head .breadcrumb ul {
  /* @mixin:clearfix */
  list-style: none;
  padding: 0;
}

.Page-head .breadcrumb ul:after {
  /* @mixin:clearfix */
  content: "";
  display: block;
  clear: both;
}

.Page-head .breadcrumb li {
  float: left;
  line-height: 1.3;
  margin-right: 0.3em;
}

.Page-head .breadcrumb .sitemap-item .arrow {
  padding-right: 0.3em;
}

.Page-head .page-title {
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222222;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-size: 32px;
  padding: 60px 0 0;
}

.Page-head .sub-image {
  position: relative;
  z-index: 0;
}

.Page-head .sub-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
}

.Page-head .sub-image img {
  width: 100%;
}

.Page-head .sub-image~.page-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  color: #FFF;
  right: 0;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
  padding-top: 30px;
}

.Page-head .sub-image~.page-title>span {
  display: table;
  width: 100%;
  height: 100%;
}

.Page-head .sub-image~.page-title>span>span {
  display: table-cell;
  vertical-align: middle;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Header
-----------------------------------------------------------
----------------------------------------------------------- */
.Header .Header-pattern {
  padding-top: 50px;
}

.Header .Header-pattern .Header-main-wrap {
  background-color: #e8e8e8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 6px 3px;
}

.Header .Header-pattern .Header-main-wrap .Header-inner-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  height: 50px;
}

.Header .Header-pattern .Header-main-wrap .header-logo {
  height: 30px;
}

.Header .Header-pattern .Header-main-wrap .header-logo picture {
  display: flex;
}

.Header .Header-pattern .Header-main-wrap .header-logo picture img {
  height: 30px !important;
  width: 100%;
}

/*
-----------------------------------------------------------
Header-nav
----------------------------------------------------------- */
.Header .Header-pattern .Header-nav>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.Header .Header-pattern .Header-nav>ul>li {
  margin-left: 30px;
  position: relative;
}

.Header .Header-pattern .Header-nav>ul>li:first-child {
  margin-left: 0;
}

.Header .Header-pattern .Header-nav>ul>li>a {
  display: block;
  font-weight: 500;
  color: #444444;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 10px 0;
}

.Header .Header-pattern .Header-nav>ul>li>a:hover {
  color: #c3152b;
  opacity: 1;
}

.Header .Header-pattern .Header-nav>ul>li>.accordion-menu {
  display: none;
}

.Header .Header-pattern .Header-nav>ul>li:hover>.accordion-menu {
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  width: 200px;
}

.Header .Header-pattern .Header-nav>ul>li:hover>.accordion-menu>ul>li {
  margin-bottom: 1px;
  background: #bd8184;
}

.Header .Header-pattern .Header-nav>ul>li:hover>.accordion-menu>ul>li>a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 10px 15px;
  position: relative;
}

.Header .Header-pattern .Header-nav>ul>li:hover>.accordion-menu>ul>li>a>span {
  position: relative;
  padding-left: 22px;
}

.Header .Header-pattern .Header-nav>ul>li:hover>.accordion-menu>ul>li>a>span::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #FFF;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

/*
-----------------------------------------------------------
 header-cart-nav
----------------------------------------------------------- */
.Header .header-cart-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: auto;
  gap: 20px;
  margin-left: 30px;
}

.Header .header-cart-nav .login-wrap a,
.Header .header-cart-nav .btn-nav {
  padding-right: 24px;
  position: relative;
}

.Header .header-cart-nav .btn-nav:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 17px;
}

.Header .header-cart-nav .login-wrap a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 17px;
  background: url(/img/icon_login.svg);
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.Header .header-cart-nav .cart-wrap .btn-nav:before {
  background: url(/img/icon_cart02.svg);
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.Header .header-cart-nav .register-wrap .btn-nav:before {
  background: url(/img/icon_mypage.svg);
  background-size: auto 17px;
  background-repeat: no-repeat;
}

.Header .header-top-wrap .header-cart-nav .nav>a.btn-nav {
  font-size: 0;
  display: block;
  width: 22px;
  height: 22px;
}

.Header .header-top-wrap .header-cart-nav .news-wrap a {
  background: url(/img/icon_news.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
}

.Header .header-top-wrap .header-cart-nav .favorite-wrap a {
  background: url(/img/icon_favorite.svg);
  background-size: 21px auto;
  background-repeat: no-repeat;
}

.Header .header-top-wrap .header-cart-nav .cart-wrap a {
  background: url(/img/icon_cart.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
}

/* wb-login-box menu-btn-wrap
----------------------------------------------------------- */
.Header .header-cart-nav .menu-btn-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.Header .header-cart-nav .menu-btn-wrap:hover {
  background: #aaa;
}

.Header .header-cart-nav .menu-btn-wrap:hover .main-menu {
  display: block;
}

.Header .header-cart-nav .menu-btn-wrap>span {
  background: #333;
  height: 2px;
  display: block;
  width: 25px;
}

.Header .header-cart-nav .menu-btn-wrap span+span {
  margin-top: 6px;
}

/* wb-login-box
----------------------------------------------------------- */
.Header .header-cart-nav .login-wrap .Login-box-user {
  display: none;
}

.Header .header-cart-nav .login-wrap .Login-box-btn ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Header .header-cart-nav .login-wrap .Login-box-btn ul li {
  width: 100%;
}

.Header .header-cart-nav .login-wrap .Login-box-btn ul li.Login-box-btn-mypage {
  display: none;
}

.Header .header-cart-nav .login-wrap .Login-box-btn ul li.Login-box-btn-logout a:before {
  content: "ログアウト";
}

.Header .header-cart-nav .login-wrap .Login-box-btn ul li.Login-box-btn-login a:before {
  content: "ログイン";
}

.Header .header-cart-nav .login-wrap .Login-box-btn ul li.Login-box-btn-mypage a:before {
  content: "マイページ";
}

.Header .header-cart-nav .login-wrap .Login-box-btn ul li.Login-box-btn-cart {
  display: none;
}

.Header .header-cart-nav .login-wrap .Login-box-btn ul li a img {
  display: none;
}

/* main-menu
----------------------------------------------------------- */
.Header .main-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  max-width: 1100px;
  top: 48px;
  left: 0;
  padding: 40px 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

.Header .main-menu .main-menu-innner>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.Header .main-menu .main-menu-innner>ul>.menu {
  width: 50%;
  padding: 5px 20px;
  border-left: 1px solid #dbdbdb;
}

.Header .main-menu .main-menu-innner>ul>.menu:first-child {
  padding-left: 0 !important;
  border: none;
}

.Header .main-menu .main-menu-innner>ul>.menu .menu-title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
  display: block;
}

.Header .main-menu .main-menu-innner>ul>.menu ul li+li {
  margin-top: 12px;
}

.Header .main-menu .main-menu-innner>ul>.menu ul li a,
.Header .main-menu .main-menu-innner>ul>.menu .categ-block .wb-cart-categ-name {
  font-size: 13px;
  color: #333333;
  padding: 0;
}

.Header .main-menu .main-menu-innner>ul>.menu ul li a:hover,
.Header .main-menu .main-menu-innner>ul>.menu .categ-block .wb-cart-categ-name:hover {
  text-decoration: underline;
}

.Header .main-menu .main-menu-innner>ul>.menu .categ-block .wb-cart-categ-name a {
  color: #333333;
}

.Header .main-menu .main-menu-innner>ul>.menu .wb-cart-categ-content table,
.Header .main-menu .main-menu-innner>ul>.menu .wb-cart-categ-content tbody {
  width: 100%;
}

.Header .main-menu .main-menu-innner>ul>.menu .wb-cart-categ-content tbody {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.Header .main-menu .main-menu-innner>ul>.menu .wb-cart-categ-content tr+tr {
  padding-top: 12px;
}

.Header .main-menu .main-menu-innner>ul>.menu .categ-block .wb-cart-categ-title,
.Header .main-menu .main-menu-innner>ul>.menu .categ-block .wb-cart-categ-img {
  display: none;
}

/*
---------------------------------------------------------
wb-cart-search-content
--------------------------------------------------------- */
.Header .right-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.Header .wb-cart-search-content {
  position: relative;
}

.Header .wb-cart-search-content:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/img/icon_search.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 12px;
}

.Header .wb-cart-search-content>p,
.Header .wb-cart-search-title {
  display: none;
}

.Header .wb-cart-search-content .search-input {
  width: 100%;
  height: 30px;
  padding: 0 50px 0 35px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: 0;
  border-radius: 8px;
}

.Header .wb-cart-search-content .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border: none;
  background: #333;
  color: #fff;
  border-radius: 0 8px 8px 0;
}

/*
======================================================================
 Footer-light
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer
-----------------------------------------------------------
----------------------------------------------------------- */
body.Footer-light .Footer {
  width: 100%;
  padding: 80px 0 85px;
  font-size: 12px;
  line-height: 1.4167;
  color: #a0a0a0;
  background-color: #efefef;
}

body.Footer-light .Footer .Footer-in-wrap {
  width: 980px;
  margin: 0 auto;
}

/*
---------------------------------------------------------
 top-nav-wrap
--------------------------------------------------------- */
body.Footer-light .top-nav-wrap {
  display: flex;
  line-height: 2;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

/* nav-list
--------------------------------------------------------- */
body.Footer-light .top-nav-wrap .nav-list:not(:first-of-type) {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid rgba(45, 45, 45, 0.05);
}

body.Footer-light .top-nav-wrap .nav-list li a {
  display: inline-flex;
  column-gap: 4px;
  align-items: center;
  line-height: 1;
  color: inherit;
}

body.Footer-light .top-nav-wrap .nav-list li a .Icon {
  width: auto;
  height: 14px;
  fill: currentColor;
}

/* sub-nav-list
--------------------------------------------------------- */
body.Footer-light .top-nav-wrap .nav-list .sub-nav-list {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  column-gap: 20px;
  height: fit-content;
}

/*
---------------------------------------------------------
 bottom-nav-wrap
--------------------------------------------------------- */
body.Footer-light .bottom-nav-wrap ul {
  display: flex;
  margin-bottom: 40px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

body.Footer-light .bottom-nav-wrap ul li {
  display: block;
  letter-spacing: 0.2px;
}

body.Footer-light .bottom-nav-wrap ul li:not(:first-of-type) {
  margin-left: 30px;
}

body.Footer-light .bottom-nav-wrap li a {
  display: flex;
  column-gap: 4px;
  align-items: center;
  color: inherit;
}

body.Footer-light .bottom-nav-wrap li a .Icon {
  width: auto;
  height: 14px;
  fill: currentColor;
}

body.Footer-light .company-info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

body.Footer-light .company-info-wrap .logo-wrap {
  width: 200px;
}

body.Footer-light .company-info-wrap .right-wrap,
body.Footer-light .company-info-wrap .right-wrap .sns-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}

body.Footer-light .company-info-wrap .right-wrap .sns-wrap {
  margin-right: 10px;
}

/*
---------------------------------------------------------
 copyright
--------------------------------------------------------- */
.copyright {
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: inherit;
  text-align: center;
}

/*
---------------------------------------------------------
 footer-main-content
--------------------------------------------------------- */
/*body.Footer-light .Footer .footer-main-wrap {
    padding: 35px 0 32px;
}
body.Footer-light .Footer .footer-main-content {
    display: table;
    table-layout: fixed;
}
body.Footer-light .Footer .footer-main-content .footer-column-block {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
}*/
/*
---------------------------------------------------------
 top-nav-wrap
--------------------------------------------------------- */
/*body.Footer-light .Footer .top-nav-wrap {
    display: flex;
    line-height: 1.8333;
}
body.Footer-light .Footer .top-nav-wrap .nav:not(:first-of-type){
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgba(45, 45, 45, 5%);
}
body.Footer-light .Footer .top-nav-wrap .nav ul {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    column-gap: 20px;
    height: fit-content;
}*/
/*
---------------------------------------------------------
 bottom-nav-wrap
--------------------------------------------------------- */
/*.bottom-nav-wrap {
    display: flex;
    padding: 12px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}*/
/*
-----------------------------------------------------------
 Copyright
----------------------------------------------------------- */
/*body.Footer-light .Footer .Copyright {
    background: $color-d-main01;
	color: rgba(255,255,255,0.6);
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.05em;
    padding: 6px 0;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 contact-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
/*body.Footer-light .Footer .contact-wrap {
    background: $color-bg01;
    text-align: center;
    padding: 32px 0;
}
body.Footer-light .Footer .contact-wrap .main-txt {
	font-family: $font-set01;
    color:  $color-d-acc;
    font-size: 21px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}*/
/*
---------------------------------------------------------
 contact-btn
--------------------------------------------------------- */
/*body.Footer-light .Footer .contact-wrap .contact-btn a {
    font-size: 24px;
    padding: 11px 35px 13px;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Footer-nav
-----------------------------------------------------------
----------------------------------------------------------- */
/*body.Footer-light .Footer-nav li:first-of-type {
    border-top: $border-main;
}
body.Footer-light .Footer-nav li {
    border-bottom: $border-main;
}
body.Footer-light .Footer-nav li a {
	font-family: $font-set01;
	color: $color-d-main02;
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1.2;

	&:hover {
	    background-color: $color-d-sub01;
		opacity: 1;
	}

	&:before {
		color: $color-d-main01;
		content: '\f054';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 13px;
		margin-right: 2px;
	}
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 footer-bottom-nav
-----------------------------------------------------------
----------------------------------------------------------- */
/*body.Footer-light .Footer .footer-bottom-nav {
    text-align: center;
    padding: 0 0 20px;
}
body.Footer-light .Footer .footer-bottom-nav ul {
    font-size: 0;
}
body.Footer-light .Footer .footer-bottom-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
body.Footer-light .Footer .footer-bottom-nav li a {
	font-family: $font-set01;
	color: $color-d-main02;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;

	&:before {
		color: $color-d-main01;
		content: '\f054';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 13px;
		margin-right: 2px;
	}
}
body.Footer-light .Footer .footer-bottom-nav li a {
    vertical-align: middle;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 footer-information
-----------------------------------------------------------
----------------------------------------------------------- */
/*body.Footer-light .Footer .footer-information .Logo {
    margin-bottom: 12px;
}
body.Footer-light .Footer .footer-information .Logo img {
}
body.Footer-light .Footer .footer-information .info {
    margin-bottom: 8px;
    letter-spacing: 0;
}
body.Footer-light .Footer .footer-information .info p {
	color: $color-text-sub;
	font-size: 14px;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 footer-column-content04
-----------------------------------------------------------
----------------------------------------------------------- */
/*body.Footer-light .Footer .footer-column-content04 .title {
	font-family: $font-set01;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
	line-height: 1.4;
	position: relative;
}
body.Footer-light .Footer .footer-column-content04 .title span {
	color: $color-d-main01;
	position: relative;
	display: inline-block;
	z-index: 10;
	background: #FFF;
	padding: 0 8px;
}
body.Footer-light .Footer .footer-column-content04 .title:before {
    background: $color-d-main01;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 1px;
	z-index: 0;
}*/
/* --------------------------------------------------------
-----------------------------------------------------------
 Beta
-----------------------------------------------------------
----------------------------------------------------------- */
/*
---------------------------------------------------------
 beta-title-block
--------------------------------------------------------- */
.Beta .beta-title-block {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

.Beta .beta-title-block h2.title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 1.7;
  color: #222;
}

/*
---------------------------------------------------------
 beta-search-block
--------------------------------------------------------- */
.Beta .beta-search-block ul li a {
  font-weight: bold;
}

.Beta .beta-search-block ul li+li {
  margin-top: 12px;
}

.Beta .beta-search-block ul li a:hover {
  text-decoration: underline;
}

/*
---------------------------------------------------------
 beta-sub-content-block
--------------------------------------------------------- */
.Beta .beta-sub-content-block {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(45, 45, 45, 0.05);
}

.Beta .beta-sub-content-block .beta-sub-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.Beta .beta-sub-content-block .beta-sub-title h3 {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  line-height: 1.7333;
  color: #333;
}

/* beta-categ-block
--------------------------------------------------------- */
.Beta .beta-categ-block .wb-cart-categ-title {
  display: none;
}

.Beta .beta-categ-block .wb-cart-categ-content ul {
  list-style: none;
  padding: 0;
}

.Beta .beta-categ-block .wb-cart-categ-content ul li+li {
  margin-top: 12px;
}

.Beta .beta-categ-block .wb-cart-categ-content ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.Beta .beta-categ-block .wb-cart-categ-content ul li a:hover {
  text-decoration: underline;
}

.Beta .beta-categ-block .wb-cart-categ-content ul li a img {
  width: 40px;
}

.Beta .beta-categ-block .wb-cart-categ-content ul li a span {
  display: block;
  flex: 1;
}

/* beta-menu-block
--------------------------------------------------------- */
.Beta .beta-menu-block {
  margin-bottom: 20px;
}

.Beta .beta-menu-block ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  font-size: 13px;
  color: #2d2d2d;
}

.Beta .beta-menu-block ul li a:hover {
  text-decoration: underline;
}

/* beta-bnr-block
--------------------------------------------------------- */
.Beta .beta-bnr-block ul {
  display: flex;
  flex-direction: column;
}

.Beta .beta-bnr-block ul li+li {
  margin-top: 20px;
}

/*
---------------------------------------------------------
 beta-pickup-block
--------------------------------------------------------- */
.Beta .beta-pickup-block .beta-pickup-body .article+.article {
  margin-top: 30px;
}

/* img-wrap
--------------------------------------------------------- */
.Beta .beta-pickup-block .beta-pickup-body .img-wrap {
  margin-bottom: 10px;
}

.Beta .beta-pickup-block .beta-pickup-body .img-wrap img {
  border-radius: 10px;
}

/* text-wrap
--------------------------------------------------------- */
.Beta .beta-pickup-block .beta-pickup-body .text-wrap .title {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.5;
  color: #a0a0a0;
}

.Beta .beta-pickup-block .beta-pickup-body .text-wrap .body {
  font-weight: bold;
}

/*
---------------------------------------------------------
 beta-news-block
--------------------------------------------------------- */
.Beta .beta-news-block .beta-news-body .wb-blog-list .wb-blog-title {
  display: flex;
  flex-direction: column-reverse;
}

.Beta .beta-news-block .beta-news-body .wb-blog-list .wb-blog-title a {
  font-weight: bold;
}

.Beta .beta-news-block .beta-news-body .wb-blog-list .wb-blog-title a:hover {
  text-decoration: underline;
}

.Beta .beta-news-block .beta-news-body .wb-blog-list .wb-blog-title .wb-blog-date {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.5;
  color: #a0a0a0;
}

.Beta .beta-news-block .beta-news-body .wb-blog-list+.wb-blog-list {
  margin-top: 15px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  color: #333333;
  background-color: #FFF;
  font-feature-settings: "palt";
  min-width: 1000px;
  font-family: 'Noto Sans JP', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
label,
button,
input[type="submit"],
input[type="button"] {
  /* @mixin:transition */
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

a:hover,
label:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  /* @mixin:PC-opacity */
  opacity: 0.8;
}

a:link, a:visited {
  color: #222222;
  /*text-decoration: underline;*/
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
}

a {
  color: #23abdd;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*
---------------------------------------------------------
 Attention
--------------------------------------------------------- */
.Attention {
  font-size: 13px;
}

/*
---------------------------------------------------------
 float
--------------------------------------------------------- */
.Fl {
  float: left;
}

.Fr {
  float: right;
}

/*
---------------------------------------------------------
 非表示
--------------------------------------------------------- */
.PC-none {
  display: none !important;
}

/*
---------------------------------------------------------
 サイト幅
--------------------------------------------------------- */
.In-wrap,
.Edit {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  /*width: calc(100% - 40px);*/
}

body.Page-narrow-content .Content .In-wrap,
body.Page-narrow-content .Content .Edit {
  max-width: 860px;
}

/*
---------------------------------------------------------
 Content
--------------------------------------------------------- */
.Content-block {
  /* @mixin:PC-content-block */
  margin-bottom: 60px;
}

.Content-block:last-child {
  /* @mixin:PC-content-block */
  margin-bottom: 0;
}

.Content-block.MOD-bg {
  /* @mixin:PC-content-block-bg */
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0;
}

.Content-block.MOD-bg:nth-last-of-type(even) {
  /* @mixin:PC-content-block-bg */
  background-color: #f8f8f8;
}

.Content-article {
  /* @mixin:PC-content-article */
  margin-bottom: 40px;
}

.Content-article:last-child {
  /* @mixin:PC-content-article */
  margin-bottom: 0;
}

.Content-body {
  /* @mixin:PC-content-body */
  padding-left: 10px;
  padding-right: 10px;
}

/*
---------------------------------------------------------
 電話番号リンク
--------------------------------------------------------- */
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  cursor: default;
}

/*
-----------------------------------------------------------
 Table
----------------------------------------------------------- */
.Table-basic {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.Table-basic th, .Table-basic td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}

.Table-basic th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: bold;
}

.Table-basic td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

/*
-----------------------------------------------------------
 Title
----------------------------------------------------------- */
.Title-block {
  /* @mixin:PC-title-block */
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

.Title-block span {
  display: block;
}

.Title-block span.sub-txt {
  font-size: 13px;
  color: #aaa;
}

.Title-block.MOD-side {
  /* @mixin:PC-title-block-side */
}

.Title-block.MOD-center {
  /* @mixin:PC-title-block-center */
}

.Title-article {
  /* @mixin:PC-title-article */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-bottom: 1px solid #dcdcdc;
  border-left: 2px solid #fcdb2c;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-size: 20px;
  padding: 6px 8px 9px;
  margin-bottom: 12px;
}

.Title-article a {
  /* @mixin:PC-title-article */
  color: inherit;
  text-decoration: none;
}

.Title-small {
  /* @mixin:PC-title-small */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222222;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 17px;
}

/*
-----------------------------------------------------------
Button
----------------------------------------------------------- */
.Btn-cv {
  /* @mixin:PC-btn-cv */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fb4c4c;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  overflow: hidden;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
}

.Btn-cv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.Btn-main {
  /* @mixin:PC-btn-main */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fcdb2c;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF !important;
}

.Btn-main.MOD-cancel {
  background-color: #444 !important;
  color: #FFF !important;
}

.Btn-sub {
  /* @mixin:PC-btn-sub */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #fcdb2c !important;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px 0;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  background: none;
  text-align: center;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 1.3;
  border: 1px solid;
}

.Btn-anchor {
  /* @mixin:PC-btn-anchor */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #f8f8f8;
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  line-height: 1.3;
  padding: 10px 8px 10px 27px;
  font-size: 16px;
  border-radius: 3px;
}

.Btn-anchor::after {
  /* @mixin:PC-btn-anchor */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #222222 transparent transparent transparent;
  display: block;
  top: 18px;
  left: 10px;
}

/*
-----------------------------------------------------------
 Link
----------------------------------------------------------- */
.Link-text {
  /* @mixin:PC-link-text */
  font-family: "Noto Sans JP", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none !important;
}

.Link-text:hover {
  text-decoration: underline !important;
}

.Link-arrow {
  /* @mixin:PC-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block;
}

.Link-arrow:before {
  /* @mixin:PC-link-arrow */
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fcdb2c;
}

/*
-----------------------------------------------------------
 Edit(自由編集エリア)
----------------------------------------------------------- */
.Edit.MOD-top .wb-edit {
  margin-bottom: 40px;
}

.Edit.MOD-bottom .wb-edit {
  margin-top: 50px;
}

.Edit .wb-edit:empty {
  margin: 0 !important;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Content
-----------------------------------------------------------
----------------------------------------------------------- */
.Content {
  background-color: #fff;
}

.Content .Content-inner {
  padding: 40px 0 110px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Alpha
-----------------------------------------------------------
----------------------------------------------------------- */
.Alpha {
  width: calc(100% - 230px);
}

.Page-narrow-content .Alpha {
  width: 100%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 .Beta
-----------------------------------------------------------
----------------------------------------------------------- */
.Beta {
  width: 180px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-pair(table)
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-pair .wb-pair-list-table {
  /* @mixin:PC-table-basic */
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  table-layout: fixed;
}

.wb-pair .wb-pair-list-table th, .wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 20px;
}

.wb-pair .wb-pair-list-table th {
  /* @mixin:PC-table-basic */
  border-right: 1px solid #dcdcdc;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: bold;
}

.wb-pair .wb-pair-list-table td {
  /* @mixin:PC-table-basic */
  background: #fff;
}

.wb-pair .wb-pair-list-table th {
  min-width: 150px;
  width: 22%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 wb-calendar
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-calendar {
  color: #333;
}

.wb-calendar .wb-calendar-table {
  border: 1px solid #dcdcdc;
  width: 100%;
  border-collapse: collapse;
  background: #FFF;
}

.wb-calendar .wb-calendar-table caption {
  background-color: #fcdb2c;
  color: #fff;
  text-align: center;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr:first-child {
  background-color: #f8f8f8;
}

.wb-calendar .wb-calendar-table tr th,
.wb-calendar .wb-calendar-table tr td {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 3px;
}

.wb-calendar .wb-calendar-table tr:first-child th {
  font-weight: bold;
  font-size: 80%;
  padding: 2px;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-1 {
  background-color: #C8D2FF;
}

.wb-calendar .wb-calendar-table tr td.wb-calendar-table-2 {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 Calendar-body
-----------------------------------------------------------
----------------------------------------------------------- */
.Calendar-information {
  color: #999999;
  font-size: 85%;
}

.Calendar-information .calendar-color {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.Calendar-information .calendar-color span {
  vertical-align: middle;
}

.Calendar-information .calendar-color .color-figure {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.Calendar-information .calendar-color01 .color-figure {
  background-color: #C8D2FF;
}

.Calendar-information .calendar-color02 .color-figure {
  background-color: #FFCACA;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.Flex-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
.Flex-wrap {
  display: flex;
  gap: 50px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
::placeholder
-----------------------------------------------------------
----------------------------------------------------------- */
::placeholder {
  font-size: 13px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.wb-cart-itemdetail-order-box
-----------------------------------------------------------
----------------------------------------------------------- */
.wb-cart-itemdetail-order-box .wb-cart-itemdetail-detail-designbtn a:link,
.wb-cart-itemdetail-order-box .wb-cart-itemdetail-detail-designbtn a:visited {
  text-decoration: underline;
}