@charset "UTF-8";

/*spレイアウト*/
/*font*/
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 100;
  src: url("../../font/common/NotoSansCJKjp-Thin.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 200;
  src: url("../../font/common/NotoSansCJKjp-Light.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("../../font/common/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../../font/common/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../../font/common/NotoSansCJKjp-Regular.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../../font/common/NotoSansCJKjp-Medium.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../../font/common/NotoSansCJKjp-Bold.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url("../../font/common/NotoSansCJKjp-Black.woff") format("woff"), url("../../font/common/NotoSansCJKjp-Black.ttf") format("truetype");
}

html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  color: #3c3c3c;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

body.sjg {
  font-family: 'Noto Sans JP', sans-serif;
}

body.bridal {
  font-family: 'Frank Ruhl Libre', "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.08em;
}

@media (max-width: 640px) {
  body {
    font-size: 1.2rem;
  }
}

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

li {
  list-style: none;
}

.main .breadcrumbs {
  text-align: left;
  margin: 10% 0 50px 0;
  display: flex;
  max-width: 1920px;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .main .breadcrumbs {
    flex-flow: wrap;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.main .breadcrumbs li {
  font-size: 1.2rem;
  line-height: 20px;
}

.main .breadcrumbs li::after {
  content: '>';
  padding: 0 5px;
}

.main .breadcrumbs li:last-child::after {
  content: ' ';
}

.main .breadcrumbs a {
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  display: inline-block;
}

.main .breadcrumbs a:hover {
  opacity: 0.7;
  border-bottom: solid 1px;
  display: inline-block;
}

/*.header01,.header02,.sjb-header01,.sjb-header02 {
  .main {
    position: relative;
    top: 36px;
    @include sp {
      top: 30px;
    }
  }
}*/

.sjb-header.hide_header-banner .header {
  margin-top: 0;
}

@media (max-width: 768px) {
  .sjb-header03 .header {
    margin-top: 0;
  }
}

.sjb-header04 .header {
  margin-top: 0;
}

button {
  display: inline-block;
  padding: 0;
  text-align: center;
  border: none;
  letter-spacing: 2px;
  outline: none;
}

select {
  border: none;
  background: transparent;
  height: 30px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  outline: none;
  -webkit-appearance: none;
  z-index: 1;
  cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0px 0px 0px 10px;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}

.container>.inn {
  max-width: 1200px;
  width: 93.8%;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .container>.inn {
    width: auto;
  }
}

.slick-arrow::before {
  display: block;
  opacity: 1;
  width: 20px;
  height: 20px;
}

.slick-arrow.slick-prev {
  z-index: 1;
}

@media (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: -10px;
  }
}

.slick-arrow.slick-prev::before {
  content: ' ';
  background: url(../../img/common/detail/slide-left.png) no-repeat;
}

.slick-arrow.slick-next {
  z-index: 1;
}

@media (max-width: 768px) {
  .slick-arrow.slick-next {
    right: -10px;
    width: 13px;
  }
}

.slick-arrow.slick-next::before {
  content: ' ';
  background: url(../../img/common/detail/slide-right.png) no-repeat;
}

.recommend-section {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .recommend-section {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.recommend-section h2 {
  letter-spacing: 5px;
  font-size: 36px;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .recommend-section h2 {
    font-size: 26px;
  }
}

.recommend-section h2 span {
  display: block;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 200;
}

.recommend-section .products-recommend {
  margin: 40px 0;
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul {
    margin: 0 10px;
  }
}

.recommend-section .products-recommend ul .slick-prev {
  top: 35%;
}

@media screen and (max-width: 1280px) {
  .recommend-section .products-recommend ul .slick-prev {
    top: 31%;
  }
}

@media screen and (max-width: 1000px) {
  .recommend-section .products-recommend ul .slick-prev {
    top: 27%;
  }
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul .slick-prev {
    top: 39%;
  }
}

@media screen and (max-width: 431px) {
  .recommend-section .products-recommend ul .slick-prev {
    top: 31%;
  }
}

.recommend-section .products-recommend ul .slick-next {
  top: 35%;
}

@media screen and (max-width: 1280px) {
  .recommend-section .products-recommend ul .slick-next {
    top: 31%;
  }
}

@media screen and (max-width: 1000px) {
  .recommend-section .products-recommend ul .slick-next {
    top: 27%;
  }
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul .slick-next {
    top: 39%;
  }
}

@media screen and (max-width: 431px) {
  .recommend-section .products-recommend ul .slick-next {
    top: 31%;
  }
}

.recommend-section .products-recommend ul li {
  margin: 0 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul li {
    margin: 0 10px;
  }
}

.recommend-section .products-recommend ul li img {
  width: 100%;
}

.recommend-section .products-recommend ul li .recommend-title {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul li .recommend-title {
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0 10px;
  }
}

.recommend-section .products-recommend ul li .recommend-title a {
  color: #3c3c3c;
}

.recommend-section .products-recommend ul li .recommend-price {
  text-align: left;
  font-size: 12px;
}

@media (max-width: 768px) {
  .recommend-section .products-recommend ul li .recommend-price {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .pc-display {
    display: block;
  }

  .sp-display,
  .sp-display-inline {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-display {
    display: none !important;
  }

  .sp-display {
    display: block;
  }

  .sp-display-inline {
    display: inline;
  }
}

/*全ページ共通(上へ戻るボタン)*/
.pagetop {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  bottom: 45px;
  right: 50px;
  z-index: 10;
}

.pagetop a {
  width: 40px;
  height: 40px;
  display: block;
}

.pagetop a:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 42%;
  left: 30%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-top: solid 1px #3c3c3c;
  border-left: solid 1px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
}

/*IE11 selectタグの矢印非表示*/
select::-ms-expand {
  display: none;
}

.header {
  display: flex;
  justify-content: center;
}

body.scrolled .header .header2 {
  height: auto !important;
}

body.scrolled .header .header2 .middle {
  position: static;
  background: none;
}

@media screen and (max-width: 1023px) {
  .header .middle {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 1s;
  }

  body.scrolled .header .middle {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
  }

  body.scrolled.header01 .header .middle {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/*モーダルサイズ*/
.logout-remodal {
  width: 30%;
}

@media (max-width: 768px) {
  .logout-remodal {
    width: 100% !important;
  }
}

.submit-remodal {
  padding: 40px;
}

@media (max-width: 768px) {
  .submit-remodal {
    width: 100% !important;
  }
}

/*------------------------------------
  BEGIN SJヘッダー レイアウト
------------------------------------*/
header {
  z-index: 10;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
}

header .header-banner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  header .header-banner {
    font-size: 1rem;
  }
}

header .header-banner .batsu-icon {
  position: absolute;
  right: 40px;
  margin: auto;
  opacity: 0.5;
}

header .header-banner .batsu-icon:hover {
  opacity: 0.3;
}

header .header-banner .batsu-icon img {
  width: 13px;
}

@media screen and (max-width: 1023px) {
  header .header-banner .batsu-icon {
    right: 15px;
  }
}

@media (max-width: 768px) {
  header .header-banner .batsu-icon img {
    width: 8px;
  }
}

@media (max-width: 768px) {
  header .header-banner a {
    font-weight: 500;
  }
}

header .header-main {
  height: auto !important;
  position: relative;
  /*1023px以下のレイアウト*/
}

@media screen and (max-width: 1023px) {
  header .header-main .header-top {
    display: none;
  }
}

header .header-main .header-top:after {
  content: "";
  clear: both;
  display: block;
}

header .header-main .header-top .left,
header .header-main .header-top .right {
  display: inline-block;
  vertical-align: middle;
}

header .header-main .header-top .left li,
header .header-main .header-top .right li {
  float: left;
  padding: 10px;
}

header .header-main .header-top .left {
  text-align: center;
  margin: 0 auto;
  width: 500px;
  display: block;
}

@media (max-width: 1280px) {
  header .header-main .header-top .left {
    width: 450px;
  }
}

header .header-main .header-top .left ul {
  display: -webkit-flex;
  display: flex;
}

header .header-main .header-top .left li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  padding: 0;
}

header .header-main .header-top .left li:hover a {
  font-size: 1.3rem;
}

@media (max-width: 1280px) {
  header .header-main .header-top .left li:hover a {
    font-size: 12px;
  }
}

header .header-main .header-top .left li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 1.3rem;
  font-family: "Poppins";
  font-weight: 400;
  box-sizing: border-box;
}

header .header-main .header-top .right {
  height: 35px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  right: 0;
  /*display: flex;
  display: -ms-flexbox;
  align-items: center;*/
}

header .header-main .header-top .right ul {
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

header .header-main .header-top .right li {
  padding: 0;
  font-weight: 300;
  border: none;
}

header .header-main .header-top .right li.wishlist img {
  width: 25px;
}

@media (max-width: 1280px) {
  header .header-main .header-top .right li.wishlist img {
    width: 21px;
  }
}

header .header-main .header-top .right li.wishlist img.added {
  display: none;
}

header .header-main .header-top .right li.wishlist .added img,
header .header-main .header-top .right li.wishlist .on img {
  display: none !important;
}

header .header-main .header-top .right li.wishlist .added img.added,
header .header-main .header-top .right li.wishlist .on img.added {
  display: inline !important;
}

header .header-main .header-top .right li img {
  width: 19px;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 1280px) {
  header .header-main .header-top .right li img {
    width: 18px;
  }
}

header .header-main .header-top .right .login {
  padding-right: 15px;
  position: relative;
}

@media (max-width: 1280px) {
  header .header-main .header-top .right .login {
    font-size: 14px;
  }
}

header .header-main .header-top .right .login:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
}

header .header-main .header-top .right .login .link {
  height: auto;
  padding: 2rem 1rem;
  position: absolute;
  top: 18px;
  right: -11%;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

header .header-main .header-top .right .login .link li {
  padding: 15px;
}

header .header-main .header-top .right .login .link li a {
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 300;
  white-space: nowrap;
}

header .header-main .header-top .right .login02 {
  position: relative;
}

header .header-main .header-top .right .login02 a {
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 200;
  white-space: nowrap;
}

header .header-main .header-top .right .login02 a:hover {
  border-bottom: solid 1px;
  display: inline-block;
}

header .header-main .header-top .right .link {
  display: none;
}

header .header-main .header-top .right .login:hover .link {
  display: block;
}

header .header-main .header-top .right .cart {
  position: relative;
}

header .header-main .header-top .right .cart span.num {
  position: absolute;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

header .header-main .header-top .right .wishlist {
  padding: 0;
  margin: 0 0 0 15px;
}

header .header-main .header-top .right .wishlist img.added {
  display: none;
}

header .header-main .header-top .right .wishlist .added img,
header .header-main .header-top .right .wishlist .on img {
  display: none;
}

header .header-main .header-top .right .wishlist .added img.added,
header .header-main .header-top .right .wishlist .on img.added {
  display: inline;
}

header .header-main .header-top .right .wishlist02 {
  margin-left: 0;
}

header .header-main .header-top .right .cart {
  padding: 0;
  margin: 0 0 0 20px;
}

header .header-main .header-top .right .cart .cart-content {
  width: 370px;
  padding: 3.2rem 2.5rem;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 2;
  display: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media (max-width: 1280px) {
  header .header-main .header-top .right .cart .cart-content {
    overflow-y: scroll;
    -ms-overflow-y: scroll;
    max-height: 80vh;
  }
}

header .header-main .header-top .right .cart .cart-content .title {
  text-align: left;
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: 200;
}

header .header-main .header-top .right .cart .cart-content ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none) {
  header .header-main .header-top .right .cart .cart-content ul {
    flex-direction: initial;
  }
}

header .header-main .header-top .right .cart .cart-content ul li {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

header .header-main .header-top .right .cart .cart-content ul li figure {
  width: 40%;
}

header .header-main .header-top .right .cart .cart-content ul li figure img {
  width: 100%;
}

header .header-main .header-top .right .cart .cart-content ul li .order {
  width: 55%;
}

header .header-main .header-top .right .cart .cart-content ul li .order p {
  margin-bottom: 1.5rem;
}

header .header-main .header-top .right .cart .cart-content ul li .order p:first-of-type {
  line-height: 1.5;
}

header .header-main .header-top .right .cart .cart-content ul li .order .price {
  font-size: 1.4rem;
  font-family: "Poppins";
}

header .header-main .header-top .right .cart .cart-content ul li .flex-wraper {
  font-size: 1.2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
}

header .header-main .header-top .right .cart .cart-content ul li .flex-wraper p {
  margin-bottom: 0;
  line-height: 1.5;
}

header .header-main .header-top .right .cart .cart-content .detail {
  padding-top: 2rem;
  line-height: 2;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

header .header-main .header-top .right .cart .cart-content .detail div:last-of-type {
  text-align: right;
}

header .header-main .header-top .right .cart .cart-content .total {
  padding: 2rem 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  margin: 2rem 0;
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

header .header-main .header-top .right .cart .cart-content .text-wrap {
  text-align: center;
}

header .header-main .header-top .right .cart .cart-content .morebtn01 {
  font-size: 2rem;
  font-family: "Poppins";
  display: inline-block;
}

header .header-main .header-top .right .cart .cart-content .clickbtn01 {
  width: 70%;
  padding: 2rem 0;
  margin: 3rem auto 0;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

header .header-main .header-top .right .cart:hover .cart-content {
  display: block;
}

header .header-main .cart:hover .cart-content {
  display: block;
}

header .header-main .header-bottom {
  position: relative;
  padding: 35px 30px;
  /*@include pc-sm {
    padding: 35px 20px;
  }*/
}

@media (max-width: 1280px) {
  header .header-main .header-bottom {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 1023px) {
  header .header-main .header-bottom {
    display: none;
  }
}

header .header-main .header-bottom .left,
header .header-main .header-bottom .right {
  display: inline-block;
  vertical-align: middle;
}

header .header-main .header-bottom .left li,
header .header-main .header-bottom .right li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

header .header-main .header-bottom .left li.search img,
header .header-main .header-bottom .right li.search img {
  width: 22px;
  vertical-align: middle;
}

@media (max-width: 1280px) {

  header .header-main .header-bottom .left li.search img,
  header .header-main .header-bottom .right li.search img {
    width: 20px;
  }
}

header .header-main .header-bottom .left .logo {
  width: 250px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

@media (max-width: 1280px) {
  header .header-main .header-bottom .left .logo {
    width: 200px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1120px) {
  header .header-main .header-bottom .left .logo {
    width: 180px;
  }
}

header .header-main .header-bottom .left .logo img {
  width: 100%;
}

header .header-main .header-bottom .left .category {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .header-main .header-bottom .left .category>ul {
  padding-left: 20px;
}

header .header-main .header-bottom .left .category>ul>li {
  display: block;
  float: left;
  vertical-align: middle;
}

header .header-main .header-bottom .left .category>ul>li>a {
  line-height: 60px;
  font-size: 15px;
  letter-spacing: 0;
  height: 60px;
  display: inline-block;
  padding: 0 15px;
}

@media (max-width: 1280px) {
  header .header-main .header-bottom .left .category>ul>li>a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1120px) {
  header .header-main .header-bottom .left .category>ul>li>a {
    padding: 0 7px;
  }
}

header .header-main .header-bottom .left .category>ul>li>a:hover {
  text-decoration: underline;
}

header .header-main .header-bottom .left .category .level-2 {
  position: absolute;
  padding: 40px 10px 20px;
  box-sizing: border-box;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media (max-width: 1280px) {
  header .header-main .header-bottom .left .category .level-2 {
    top: 186px;
  }
}

header .header-main .header-bottom .left .category .level-2 ul:after {
  content: "";
  clear: both;
  display: block;
}

header .header-main .header-bottom .left .category .level-2 .box {
  width: 180px;
  padding: 0 20px;
}

header .header-main .header-bottom .left .category .level-2 .box h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
}

header .header-main .header-bottom .left .category .level-2 .box li {
  padding: 0;
  height: inherit;
  margin-bottom: 5px;
  font-size: 1.4rem;
  display: block;
}

header .header-main .header-bottom .left .category .level-2 .box img {
  width: 90%;
}

header .header-main .header-bottom .left .category .level-2 .box a {
  padding: 0;
  height: inherit;
  letter-spacing: 0;
  line-height: 20px;
}

header .header-main .header-bottom .left .category .level-2>ul {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}

header .header-main .header-bottom .left .category .level-2 {
  display: none;
}

header .header-main .header-bottom .left .category li:hover .level-2 {
  display: block;
}

header .header-main .header-bottom .right {
  position: absolute;
  right: 30px;
  top: 26px;
  text-align: right;
}

@media (max-width: 1280px) {
  header .header-main .header-bottom .right {
    right: 20px;
  }
}

header .header-main .header-bottom .right .store {
  margin-right: 20px;
}

@media (max-width: 1280px) {
  header .header-main .header-bottom .right .store {
    margin-right: 15px;
  }
}

header .header-main .header-bottom .right .store img {
  width: 18px;
  vertical-align: text-bottom;
}

@media (max-width: 1280px) {
  header .header-main .header-bottom .right .store img {
    width: 16px;
  }
}

header .header-main .header-bottom .right .search {
  /*margin-right: 12px;*/
}

header .header-main .header-bottom .right .search-bar {
  width: 525px;
  margin-top: 2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

header .header-main .header-bottom .right .search-bar input {
  padding: 5px;
  position: relative;
}

header .header-main .header-bottom .right .search-bar p {
  display: contents;
}

header .header-main .header-bottom .right .search-bar p a {
  width: 25%;
  height: calc(100% - 10px);
  font-size: 1.6rem;
  font-family: "Poppins";
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 5px;
}

header .header-main .header-bottom .language .language-select {
  position: relative;
  padding: 15px 15px 15px 0;
}

header .header-main .header-bottom .language .language-select:hover {
  cursor: pointer;
}

header .header-main .header-bottom .language .language-select:after {
  content: "";
  width: 4px;
  height: 4px;
  border: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -5px;
}

header .header-main .header-bottom .language .language-box {
  padding: 1rem 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 44px;
  right: 0%;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

header .header-main .header-bottom .language .language-box li {
  padding: 5px;
  font-size: 1.4rem;
  font-family: "Poppins";
}

header .header-main .header-bottom .language .language-box li:hover {
  border-bottom: solid 1px #ececec;
}

header .header-main .header-bottom .language .language-box li a {
  color: #3c3c3c;
  padding: 6px 10px 5px;
  display: block;
  border-bottom: 1px solid transparent;
}

header .header-main .header-bottom .language .language-box {
  display: none;
}

header .header-main .header-bottom .language:hover .language-box {
  display: flex;
  display: -ms-flexbox;
}

header .header-main .sp-header {
  display: none;
}

@media screen and (max-width: 1023px) {
  header .header-main .sp-header {
    display: block;
  }
}

header .header-main .sp-header .top:after {
  content: "";
  clear: both;
  display: block;
}

header .header-main .sp-header .top ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

header .header-main .sp-header .top li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: -webkit-center;
}

header .header-main .sp-header .top li:nth-child(1) {
  -webkit-flex: 1 1 36.26%;
  flex: 1 1 36.26%;
}

header .header-main .sp-header .top li:nth-child(2) {
  -webkit-flex: 1 1 27.867%;
  flex: 1 1 27.867%;
}

header .header-main .sp-header .top li:last-child {
  border-right: none;
  -webkit-flex: 1 1 35.873%;
  flex: 1 1 35.873%;
}

@media screen and (max-width: 640px) {
  header .header-main .sp-header .top li {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

header .header-main .sp-header .top li a {
  display: table-cell;
  vertical-align: middle;
  height: 31px;
}

@media all and (-ms-high-contrast: none) {
  header .header-main .sp-header .top li a {
    vertical-align: initial;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
  }
}

header .header-main .sp-header .middle {
  padding: 12px 1.5rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  /*@media all and (-ms-high-contrast:none){
    justify-content: initial;
  }*/
}

header .header-main .sp-header .middle .left-area {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 59px;
}

header .header-main .sp-header .middle .left-area button {
  position: static;
  padding: 0 15px 0 0;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: none;
}

header .header-main .sp-header .middle .left-area button img.menu-icon {
  width: 20px;
}

header .header-main .sp-header .middle .left-area button img {
  width: 29px;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .left-area .store {
    margin-top: -1px;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: none;
  }
}

header .header-main .sp-header .middle .left-area .store img {
  width: 15px;
  vertical-align: middle;
}

header .header-main .sp-header .middle .logo {
  margin: 0 auto;
  padding: 0 20px;
  -webkit-flex: 0 1 70%;
  flex: 0 1 70%;
  max-width: 280px;
}

@media screen and (max-width: 400px) {
  header .header-main .sp-header .middle .logo {
    width: 57%;
  }
}

header .header-main .sp-header .middle .logo img {
  vertical-align: bottom;
}

header .header-main .sp-header .middle img {
  width: 100%;
}

header .header-main .sp-header .middle .right-area {
  text-align: right;
  -webkit-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 51px;
}

header .header-main .sp-header .middle .right-area img {
  width: 100%;
}

header .header-main .sp-header .middle .right-area ul {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 400px) {
  header .header-main .sp-header .middle .right-area ul {
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area ul {
    display: flex;
    align-items: baseline;
  }
}

header .header-main .sp-header .middle .right-area li {
  display: inline-block;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: none;
}

header .header-main .sp-header .middle .right-area li:first-child {
  padding-left: 0;
}

header .header-main .sp-header .middle .right-area li.cart {
  position: relative;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area li.cart {
    padding-left: 0;
  }
}

header .header-main .sp-header .middle .right-area li.cart a {
  position: relative;
}

header .header-main .sp-header .middle .right-area li.cart img {
  width: 20px;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area li.cart img {
    width: 18px;
  }
}

header .header-main .sp-header .middle .right-area li.cart span.num {
  position: absolute;
  top: 60%;
  left: 56%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area li.cart span.num {
    left: 10px;
  }
}

header .header-main .sp-header .middle .right-area li.search img {
  width: 24px;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area li.search img {
    width: 18px;
    position: relative;
  }
}

header .header-main .sp-header .middle .right-area .cart-content {
  width: 370px;
  padding: 3.2rem 2.5rem;
  position: absolute;
  top: 30px;
  right: 10%;
  z-index: 50;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  max-height: 80vh;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content {
    width: 300px;
    max-height: 75vh;
    right: -12px;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 330px) {
  header .header-main .sp-header .middle .right-area .cart-content {
    width: 250px;
  }
}

header .header-main .sp-header .middle .right-area .cart-content .title {
  text-align: left;
  font-size: 2rem;
  font-family: "Poppins";
  font-weight: 200;
}

header .header-main .sp-header .middle .right-area .cart-content ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

header .header-main .sp-header .middle .right-area .cart-content ul li {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  display: -ms-flexbox;
  text-align: left;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content ul li {
    padding: 1.5rem 0;
  }
}

header .header-main .sp-header .middle .right-area .cart-content ul li figure {
  width: 40%;
}

header .header-main .sp-header .middle .right-area .cart-content ul li figure img {
  width: 100%;
}

header .header-main .sp-header .middle .right-area .cart-content ul li .order {
  width: 60%;
}

header .header-main .sp-header .middle .right-area .cart-content ul li .order p {
  margin-bottom: 1.5rem;
}

header .header-main .sp-header .middle .right-area .cart-content ul li .order p:first-of-type {
  line-height: 1.5;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content ul li .order p:first-of-type {
    font-size: 1.1rem;
  }
}

header .header-main .sp-header .middle .right-area .cart-content ul li .order .price {
  font-size: 1.4rem;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content ul li .order .price {
    font-size: 1.2rem;
  }
}

header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper {
  font-size: 1.2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper {
    font-size: 1.1rem;
  }
}

header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper p {
  margin-bottom: 0;
  line-height: 1.5;
}

header .header-main .sp-header .middle .right-area .cart-content .detail {
  padding-top: 2rem;
  line-height: 2;
  font-size: 1.2rem;
  font-family: "NotoSansCJKjp";
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content .detail {
    padding-top: 1.5rem;
    font-size: 1.1rem;
  }
}

header .header-main .sp-header .middle .right-area .cart-content .detail div:first-of-type {
  text-align: left;
}

header .header-main .sp-header .middle .right-area .cart-content .detail div:last-of-type {
  text-align: right;
}

header .header-main .sp-header .middle .right-area .cart-content .total {
  padding: 2rem 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  margin: 2rem 0;
  clear: both;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content .total {
    padding: 1.5rem 0;
    margin: 1.5rem 0;
  }
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content .total {
    font-size: 1.2rem;
  }
}

header .header-main .sp-header .middle .right-area .cart-content .text-wrap {
  text-align: center;
}

header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  font-size: 2rem;
  font-family: "Poppins";
  display: inline-block;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
    font-size: 1.4rem;
  }
}

header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  width: 70%;
  padding: 2rem 0;
  margin: 3rem auto 0;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
    font-size: 1.5rem;
  }
}

header .header-main .sp-header .middle .right-area .cart:hover .cart-content {
  display: block;
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .cart:hover .cart-content {
    display: none;
  }
}

header .header-main .sp-header .middle .right-area .search-bar {
  width: 525px;
  margin-top: 3rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 83%;
  right: 30px;
  display: none;
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media screen and (max-width: 1023px) {
  header .header-main .sp-header .middle .right-area .search-bar {
    top: 35px;
  }
}

@media (max-width: 768px) {
  header .header-main .sp-header .middle .right-area .search-bar {
    width: calc(100% - 2rem);
    margin: 1.5rem 1rem 0;
    position: absolute;
    left: 0px;
  }
}

header .header-main .sp-header .middle .right-area .search-bar input {
  padding: 5px;
  position: relative;
}

header .header-main .sp-header .middle .right-area .search-bar p {
  display: contents;
}

header .header-main .sp-header .middle .right-area .search-bar p a {
  width: 25%;
  height: calc(100% - 10px);
  font-size: 1.6rem;
  font-family: "Poppins";
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 5px;
}

header .img-white {
  display: none;
}

header .img-black {
  display: inline;
}

header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJトップヘッダー（文字白ver）
------------------------------------*/
.header01 header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.header01 header .header-banner {
  background: #e6e6e6;
}

.header01 header .header-main a {
  color: #fff;
}

.header01 header .header-main .header-top {
  border-bottom: 1px solid #fff;
}

.header01 header .header-main .header-top .left li,
.header01 header .header-main .header-top .right li {
  border-left: 1px solid #fff;
}

.header01 header .header-main .header-top .left li:active,
.header01 header .header-main .header-top .left li.active {
  background-color: #fff;
}

.header01 header .header-main .header-top .left li:active a,
.header01 header .header-main .header-top .left li.active a {
  color: #3c3c3c;
}

.header01 header .header-main .header-top .left li:hover {
  background-color: #fff;
}

.header01 header .header-main .header-top .left li:hover a {
  color: #3c3c3c;
}

.header01 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #fff;
}

.header01 header .header-main .header-top .right li {
  border: none;
}

.header01 header .header-main .header-top .right .login:after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.header01 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.header01 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.header01 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .header-top .right .cart:before {
  color: #fff;
}

.header01 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header01 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header01 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.header01 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header01 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header01 header .header-main .header-top .right .cart-content .clickbtn01 {
  background-color: #000;
}

.header01 header .header-main .header-top .right .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header01 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.header01 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.header01 header .header-main .header-bottom .right .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header01 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.header01 header .header-main .sp-header .top {
  border-bottom: 1px solid #fff;
}

.header01 header .header-main .sp-header .top li {
  border-right: 1px solid #fff;
}

.header01 header .header-main .sp-header .top li:hover,
.header01 header .header-main .sp-header .top li.active {
  background-color: #fff;
}

.header01 header .header-main .sp-header .top li:hover a,
.header01 header .header-main .sp-header .top li.active a {
  color: #3c3c3c;
}

.header01 header .header-main .sp-header .middle .right-area li.cart:before {
  color: #fff;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  background-color: #000;
}

.header01 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header01 header .header-main .sp-header .middle .right-area .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header01 header .img-white {
  display: inline;
}

.header01 header .img-black {
  display: none;
}

.header01 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJトップヘッダー（文字黒ver）
------------------------------------*/
.header02 header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header02 header .header-banner {
  background: #e6e6e6;
}

.header02 header .header-main a {
  color: #3c3c3c;
}

.header02 header .header-main .header-top {
  border-bottom: 1px solid #3c3c3c;
}

.header02 header .header-main .header-top .left li,
.header02 header .header-main .header-top .right li {
  border-left: 1px solid #3c3c3c;
}

.header02 header .header-main .header-top .left li:active,
.header02 header .header-main .header-top .left li.active {
  background-color: #3c3c3c;
}

.header02 header .header-main .header-top .left li:active a,
.header02 header .header-main .header-top .left li.active a {
  color: #fff;
}

.header02 header .header-main .header-top .left li:hover {
  background-color: #3c3c3c;
}

.header02 header .header-main .header-top .left li:hover a {
  color: #fff;
}

.header02 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #3c3c3c;
}

.header02 header .header-main .header-top .right li {
  border: none;
}

.header02 header .header-main .header-top .right .login:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.header02 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.header02 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.header02 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .header-top .right .cart:before {
  color: #3c3c3c;
}

.header02 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header02 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header02 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.header02 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header02 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header02 header .header-main .header-top .right .cart-content .clickbtn01 {
  background-color: #000;
}

.header02 header .header-main .header-top .right .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header02 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.header02 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.header02 header .header-main .header-bottom .right .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header02 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.header02 header .header-main .sp-header .top {
  border-bottom: 1px solid #3c3c3c;
}

.header02 header .header-main .sp-header .top li {
  border-right: 1px solid #3c3c3c;
}

.header02 header .header-main .sp-header .top li:hover,
.header02 header .header-main .sp-header .top li.active {
  background-color: #3c3c3c;
}

.header02 header .header-main .sp-header .top li:hover a,
.header02 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.header02 header .header-main .sp-header .middle .right-area li.cart:before {
  color: #3c3c3c;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  background-color: #000;
}

.header02 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header02 header .header-main .sp-header .middle .right-area .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header02 header .img-white {
  display: none;
}

.header02 header .img-black {
  display: block;
}

.header02 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJ下層ページヘッダー（文字黒）
------------------------------------*/
.header03 header .header-banner {
  background: #e6e6e6;
}

.header03 header .header-main a {
  color: #3c3c3c;
}

.header03 header .header-main .header-top {
  border-bottom: 1px solid #3c3c3c;
}

.header03 header .header-main .header-top .left li,
.header03 header .header-main .header-top .right li {
  border-left: 1px solid #3c3c3c;
}

.header03 header .header-main .header-top .left li:active,
.header03 header .header-main .header-top .left li.active {
  background-color: #3c3c3c;
}

.header03 header .header-main .header-top .left li:active a,
.header03 header .header-main .header-top .left li.active a {
  color: #fff;
}

.header03 header .header-main .header-top .left li:hover {
  background-color: #3c3c3c;
}

.header03 header .header-main .header-top .left li:hover a {
  color: #fff;
}

.header03 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #3c3c3c;
}

.header03 header .header-main .header-top .right li {
  border: none;
}

.header03 header .header-main .header-top .right .login:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.header03 header .header-main .header-top .right .login .link {
  background-color: #fff;
}

.header03 header .header-main .header-top .right .login .link li a {
  color: #3c3c3c;
}

.header03 header .header-main .header-top .right .login a:hover {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .header-top .right .cart:before {
  color: #3c3c3c;
}

.header03 header .header-main .header-top .right .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header03 header .header-main .header-top .right .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .header-top .right .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header03 header .header-main .header-top .right .cart-content .detail span {
  color: #cf264e;
}

.header03 header .header-main .header-top .right .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .header-top .right .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header03 header .header-main .header-top .right .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header03 header .header-main .header-top .right .cart-content .clickbtn01 {
  background-color: #000;
}

.header03 header .header-main .header-top .right .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header03 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.header03 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.header03 header .header-main .header-bottom .right .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header03 header .header-main .header-bottom .right .language .language-select:after {
  border-left: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.header03 header .header-main .sp-header .top {
  border-bottom: 1px solid #3c3c3c;
}

.header03 header .header-main .sp-header .top li {
  border-right: 1px solid #3c3c3c;
}

.header03 header .header-main .sp-header .top li:hover,
.header03 header .header-main .sp-header .top li.active {
  background-color: #3c3c3c;
}

.header03 header .header-main .sp-header .top li:hover a,
.header03 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.header03 header .header-main .sp-header .middle .right-area li.cart:before {
  color: #3c3c3c;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content {
  color: #3c3c3c;
  background-color: #fff;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content ul li {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete {
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content ul li .flex-wraper .delete a {
  color: #3c3c3c;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .detail span {
  color: #cf264e;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .total {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 {
  border-bottom: solid 1px #3c3c3c;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .morebtn01 a {
  color: #3c3c3c;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 {
  background-color: #000;
}

.header03 header .header-main .sp-header .middle .right-area .cart-content .clickbtn01 .font-color {
  color: #fff;
}

.header03 header .header-main .sp-header .middle .right-area .search-bar p a {
  color: #fff;
  background-color: #212121;
}

.header03 header .img-white {
  display: none;
}

.header03 header .img-black {
  display: block;
}

.header03 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
@-webkit-keyframes show1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header {
  display: flex;
  justify-content: center;
}

body.scrolled .header .header2 {
  height: auto !important;
}

body.scrolled .header .header2 .middle {
  position: static;
  background: none;
}

@media screen and (max-width: 1023px) {
  .header .middle {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 1s;
  }

  body.scrolled .header .middle {
    position: fixed;
    background-color: rgba(105, 48, 124, 0.3);
  }
}

/*モーダルサイズ*/
.logout-remodal {
  width: 30%;
}

@media (max-width: 768px) {
  .logout-remodal {
    width: 100% !important;
  }
}

.submit-remodal {
  padding: 40px;
}

@media (max-width: 768px) {
  .submit-remodal {
    width: 100% !important;
  }
}

/*------------------------------------
  BEGIN SJヘッダー レイアウト
------------------------------------*/
.sjb-header {
  z-index: 10;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
}

.sjb-header .header-banner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  position: relative;
  background: #69307c;
}

.sjb-header .header-banner a {
  color: #fff !important;
}

@media (max-width: 768px) {
  .sjb-header .header-banner {
    font-size: 1rem;
  }
}

.sjb-header .header-banner .batsu-icon {
  position: absolute;
  right: 40px;
  margin: auto;
  opacity: 0.5;
}

.sjb-header .header-banner .batsu-icon:hover {
  opacity: 0.3;
}

.sjb-header .header-banner .batsu-icon img {
  width: 13px;
}

@media screen and (max-width: 1023px) {
  .sjb-header .header-banner .batsu-icon {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .sjb-header .header-banner .batsu-icon img {
    width: 8px;
  }
}

@media (max-width: 768px) {
  .sjb-header .header-banner a {
    font-weight: 500;
  }
}

.sjb-header .header-main {
  height: auto !important;
  position: relative;
  background-color: white;
  /*@include sp {
    height: 70px !important;
  }*/
  /*1023px以下のレイアウト*/
}

@media screen and (max-width: 1023px) {
  .sjb-header .header-main .header-top {
    display: none;
  }
}

.sjb-header .header-main .header-top:after {
  content: "";
  clear: both;
  display: block;
}

.sjb-header .header-main .header-top .left,
.sjb-header .header-main .header-top .right {
  display: inline-block;
  vertical-align: middle;
}

.sjb-header .header-main .header-top .left li,
.sjb-header .header-main .header-top .right li {
  float: left;
  padding: 10px;
}

.sjb-header .header-main .header-top .left {
  text-align: center;
  margin: 0 auto;
  width: 500px;
  display: block;
}

@media (max-width: 1280px) {
  .sjb-header .header-main .header-top .left {
    width: 450px;
  }
}

.sjb-header .header-main .header-top .left ul {
  display: -webkit-flex;
  display: flex;
}

.sjb-header .header-main .header-top .left li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  padding: 0;
}

.sjb-header .header-main .header-top .left li:hover a {
  font-size: 1.3rem;
}

@media (max-width: 1280px) {
  .sjb-header .header-main .header-top .left li:hover a {
    font-size: 12px;
  }
}

.sjb-header .header-main .header-top .left li a {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 1.3rem;
  font-family: "Poppins";
  font-weight: 400;
  box-sizing: border-box;
}

.sjb-header .header-main .header-top .right {
  height: 35px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.sjb-header .header-main .header-top .right ul {
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.sjb-header .header-main .header-top .right li {
  padding: 0;
  font-weight: 300;
  border: none;
}

.sjb-header .header-main .header-top .right li img {
  width: 19px;
  vertical-align: middle;
  position: relative;
}

.sjb-header .header-main .header-top .right .link {
  display: none;
}

.sjb-header .header-main .header-bottom {
  position: relative;
  padding: 20px 30px;
}

@media (max-width: 1280px) {
  .sjb-header .header-main .header-bottom {
    padding: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .sjb-header .header-main .header-bottom {
    display: none;
  }
}

.sjb-header .header-main .header-bottom .left,
.sjb-header .header-main .header-bottom .right {
  display: inline-block;
  vertical-align: middle;
}

.sjb-header .header-main .header-bottom .left li,
.sjb-header .header-main .header-bottom .right li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.sjb-header .header-main .header-bottom .left .logo {
  width: 250px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  position: relative;
  z-index: 10;
}

@media (max-width: 1280px) {
  .sjb-header .header-main .header-bottom .left .logo {
    width: 200px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1120px) {
  .sjb-header .header-main .header-bottom .left .logo {
    width: 180px;
  }
}

.sjb-header .header-main .header-bottom .left .logo img {
  width: 100%;
}

.sjb-header .header-main .header-bottom .left .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.sjb-header .header-main .header-bottom .left .category {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sjb-header .header-main .header-bottom .left .category>ul {
  padding-left: 0;
}

.sjb-header .header-main .header-bottom .left .category>ul>li {
  display: block;
  float: left;
  vertical-align: middle;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sjb-header .header-main .header-bottom .left .category>ul>li>a {
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 2px;
  height: 60px;
  display: inline-block;
  padding: 0 15px;
}

@media (max-width: 1280px) {
  .sjb-header .header-main .header-bottom .left .category>ul>li>a {
    padding: 0 10px;
    font-size: 14px;
  }
}

.sjb-header .header-main .header-bottom .left .category>ul>li>a:hover {
  text-decoration: underline;
}

.sjb-header .header-main .header-bottom .left .category .level-2 {
  position: absolute;
  padding: 40px 10px 20px;
  box-sizing: border-box;
  top: 180px;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media (max-width: 1280px) {
  .sjb-header .header-main .header-bottom .left .category .level-2 {
    top: 186px;
  }
}

.sjb-header .header-main .header-bottom .left .category .level-2 ul:after {
  content: "";
  clear: both;
  display: block;
}

.sjb-header .header-main .header-bottom .left .category .level-2 .box {
  width: 180px;
  padding: 0 20px;
}

.sjb-header .header-main .header-bottom .left .category .level-2 .box h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
}

.sjb-header .header-main .header-bottom .left .category .level-2 .box li {
  padding: 0;
  height: inherit;
  margin-bottom: 5px;
  font-size: 1.4rem;
  display: block;
}

.sjb-header .header-main .header-bottom .left .category .level-2 .box img {
  width: 90%;
}

.sjb-header .header-main .header-bottom .left .category .level-2 .box a {
  padding: 0;
  height: inherit;
  letter-spacing: 0;
  line-height: 20px;
}

.sjb-header .header-main .header-bottom .left .category .level-2>ul {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}

.sjb-header .header-main .header-bottom .left .category .level-2 {
  display: none;
}

.sjb-header .header-main .header-bottom .left .category li:hover .level-2 {
  display: block;
}

.sjb-header .header-main .header-bottom .right {
  position: absolute;
  right: 30px;
  top: 37px;
  text-align: right;
}

@media (max-width: 1280px) {
  .sjb-header .header-main .header-bottom .right {
    right: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .sjb-header .header-main .header-bottom .right .store {
    width: 16px;
  }
}

.sjb-header .header-main .header-bottom .right .store img {
  width: 18px;
  vertical-align: text-bottom;
}

@media all and (-ms-high-contrast: none) {
  .sjb-header .header-main .header-bottom .right .store img {
    width: 100%;
  }
}

.sjb-header .header-main .header-bottom .right .search-area {
  width: 525px;
  position: relative;
  display: none;
}

.sjb-header .header-main .header-bottom .right .search a {
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  .sjb-header .header-main .header-bottom .right .search {
    width: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .sjb-header .header-main .header-bottom .right .search img {
    width: 100%;
  }
}

.sjb-header .header-main .header-bottom .right .search-bar {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

.sjb-header .header-main .header-bottom .right .search-bar input {
  padding: 5px;
  position: relative;
}

.sjb-header .header-main .header-bottom .right .search-bar p {
  display: contents;
}

.sjb-header .header-main .header-bottom .right .search-bar p a {
  width: 25%;
  height: calc(100% - 10px);
  color: #3c3c3c;
  background-color: #e6e6e6;
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 400;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 5px;
}

.sjb-header .header-main .header-bottom .right .search-suggest {
  width: 80%;
  max-height: 71vh;
  padding: 20px 25px;
  overflow-y: scroll;
  background-color: #fff;
  text-align: left;
  position: absolute;
  right: 1px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.sjb-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar {
  width: 8px;
}

.sjb-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.sjb-header .header-main .header-bottom .right .search-suggest::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.sjb-header .header-main .header-bottom .right .search-suggest p {
  color: #3c3c3c;
}

.sjb-header .header-main .header-bottom .right .search-suggest ul {
  margin-top: 15px;
}

.sjb-header .header-main .header-bottom .right .search-suggest .text1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

.sjb-header .header-main .header-bottom .right .search-suggest .text2 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}

.sjb-header .header-main .header-bottom .right .search-suggest .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  border-top: solid 1px #cecece;
}

.sjb-header .header-main .header-bottom .right .search-suggest .flex-wrapper1 a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sjb-header .header-main .header-bottom .right .search-suggest .flex-wrapper1 a:hover {
  opacity: 0.7;
}

.sjb-header .header-main .header-bottom .right .search-suggest .img-wrapper1 {
  width: 23%;
}

.sjb-header .header-main .header-bottom .right .search-suggest .img-wrapper1 img {
  width: 100%;
}

.sjb-header .header-main .header-bottom .right .search-suggest .text-area {
  width: 73%;
}

.sjb-header .header-main .header-bottom .right .search-suggest .text3 {
  line-height: 1.2;
  font-size: 10px;
  font-family: "NotoSansCJKjp";
}

.sjb-header .header-main .header-bottom .right .search-suggest .text4 {
  line-height: 1.5;
  font-size: 11px;
  font-family: 'Frank Ruhl Libre', serif;
}

.sjb-header .header-main .header-bottom .right .search-suggest .text5 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
}

.sjb-header .header-main .sp-header {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sjb-header .header-main .sp-header {
    display: block;
  }
}

.sjb-header .header-main .sp-header .top:after {
  content: "";
  clear: both;
  display: block;
}

.sjb-header .header-main .sp-header .top ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.sjb-header .header-main .sp-header .top li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: -webkit-center;
}

.sjb-header .header-main .sp-header .top li:nth-child(1) {
  -webkit-flex: 1 1 36.26%;
  flex: 1 1 36.26%;
}

.sjb-header .header-main .sp-header .top li:nth-child(2) {
  -webkit-flex: 1 1 27.867%;
  flex: 1 1 27.867%;
}

.sjb-header .header-main .sp-header .top li:last-child {
  border-right: none;
  -webkit-flex: 1 1 35.873%;
  flex: 1 1 35.873%;
}

@media screen and (max-width: 640px) {
  .sjb-header .header-main .sp-header .top li {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

.sjb-header .header-main .sp-header .top li a {
  display: table-cell;
  vertical-align: middle;
  height: 31px;
}

@media all and (-ms-high-contrast: none) {
  .sjb-header .header-main .sp-header .top li a {
    vertical-align: initial;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .top {
    display: none;
  }
}

.sjb-header .header-main .sp-header .middle {
  padding: 12px 1.5rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  /*@media all and (-ms-high-contrast:none){
    justify-content: initial;
  }*/
}

.sjb-header .header-main .sp-header .middle .left-area {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 59px;
}

.sjb-header .header-main .sp-header .middle .left-area button {
  position: static;
  padding: 0 15px 0 0;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: none;
}

.sjb-header .header-main .sp-header .middle .left-area button img.menu-icon {
  width: 20px;
}

.sjb-header .header-main .sp-header .middle .left-area button img {
  width: 29px;
}

.sjb-header .header-main .sp-header .middle .logo {
  margin: 0 auto;
  padding: 0 20px;
  -webkit-flex: 0 1 70%;
  flex: 0 1 70%;
  max-width: 250px;
}

@media screen and (max-width: 400px) {
  .sjb-header .header-main .sp-header .middle .logo {
    width: 57%;
  }
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .logo {
    max-width: 200px;
  }
}

.sjb-header .header-main .sp-header .middle .logo img {
  vertical-align: bottom;
}

.sjb-header .header-main .sp-header .middle img {
  width: 100%;
}

.sjb-header .header-main .sp-header .middle .right-area {
  text-align: right;
  -webkit-flex: 0 1 15%;
  flex: 0 1 15%;
  max-width: 51px;
}

.sjb-header .header-main .sp-header .middle .right-area ul {
  align-items: normal;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .store {
    margin-top: -1px;
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: none;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .store a {
  text-align: center;
  display: block;
}

.sjb-header .header-main .sp-header .middle .right-area .store a span.text {
  font-size: 9px;
}

.sjb-header .header-main .sp-header .middle .right-area .store img {
  width: 15px;
  vertical-align: middle;
}

.sjb-header .header-main .sp-header .middle .right-area .search img {
  width: 19px;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search img {
    position: relative;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-area {
  width: 525px;
  position: relative;
  display: none;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-area {
    width: calc(100% - 2rem);
    position: static;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-bar {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 83%;
  right: 470px;
  -webkit-animation: show1 0.15s;
  animation: show1 0.15s;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-bar {
    width: calc(100% - 2rem);
    margin: 1.5rem 1rem 0;
    position: absolute;
    left: 0px;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-bar input {
  padding: 5px;
  position: relative;
}

.sjb-header .header-main .sp-header .middle .right-area .search-bar p {
  display: contents;
}

.sjb-header .header-main .sp-header .middle .right-area .search-bar p a {
  width: 25%;
  height: calc(100% - 10px);
  color: #3c3c3c;
  background-color: #e6e6e6;
  font-size: 1.6rem;
  font-family: "Poppins";
  font-weight: 400;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  right: 5px;
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest {
  width: 80%;
  max-height: 61vh;
  padding: 20px 25px;
  overflow-y: scroll;
  background-color: #fff;
  text-align: left;
  position: absolute;
  top: 80px;
  right: 471px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar {
  width: 8px;
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-suggest {
    top: 123px;
    right: 10.5px;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest p {
  color: #3c3c3c;
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest ul {
  margin-top: 15px;
  display: block;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-suggest ul {
    margin-top: 0;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .text1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-suggest .text1 {
    font-size: 12px;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .text2 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  border-top: solid 1px #cecece;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 {
    padding-left: 0;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .flex-wrapper1 a:hover {
  opacity: 0.7;
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 {
  width: 23%;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 {
    width: 30%;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .img-wrapper1 img {
  width: 100%;
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .text-area {
  width: 73%;
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-suggest .text-area {
    width: 65%;
  }
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .text3 {
  line-height: 1.2;
  font-size: 10px;
  font-family: "NotoSansCJKjp";
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .text4 {
  line-height: 1.5;
  font-size: 11px;
  font-family: 'Frank Ruhl Libre', serif;
}

.sjb-header .header-main .sp-header .middle .right-area .search-suggest .text5 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .sjb-header .header-main .sp-header .middle .right-area .search-suggest .text5 {
    font-size: 13px;
  }
}

.sjb-header .img-white {
  display: none;
}

.sjb-header .img-black {
  display: inline;
}

.sjb-header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJトップヘッダー（文字白ver）
------------------------------------*/
.sjb-header01 header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.sjb-header01 header .header-main .header-top {
  border-bottom: 1px solid #fff;
}

.sjb-header01 header .header-main .header-top .left li,
.sjb-header01 header .header-main .header-top .right li {
  border-left: 1px solid #fff;
}

.sjb-header01 header .header-main .header-top .left li a {
  color: #fff;
}

.sjb-header01 header .header-main .header-top .left li:active,
.sjb-header01 header .header-main .header-top .left li.active {
  background-color: #d7c2dd;
}

.sjb-header01 header .header-main .header-top .left li:active a,
.sjb-header01 header .header-main .header-top .left li.active a {
  color: #fff;
}

.sjb-header01 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header01 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjb-header01 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header01 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.sjb-header01 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #fff;
}

.sjb-header01 header .header-main .header-top .right li {
  border: none;
}

.sjb-header01 header .header-main .header-bottom .left .category li a {
  color: #fff;
}

.sjb-header01 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjb-header01 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjb-header01 header .header-main .sp-header .top {
  border-bottom: 1px solid #fff;
}

.sjb-header01 header .header-main .sp-header .top li {
  border-right: 1px solid #fff;
}

.sjb-header01 header .header-main .sp-header .top li a {
  color: #fff;
}

.sjb-header01 header .header-main .sp-header .top li.active {
  background-color: #d7c2dd;
}

.sjb-header01 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjb-header01 header .header-main .sp-header .top li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header01 header .header-main .sp-header .top li.sj-link:hover a {
  color: #fff;
}

.sjb-header01 header .header-main .sp-header .top li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header01 header .header-main .sp-header .top li.sjg-link:hover a {
  color: #fff;
}

.sjb-header01 header .img-white {
  display: inline;
}

.sjb-header01 header .img-black {
  display: none;
}

.sjb-header01 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJトップヘッダー（文字黒ver）
------------------------------------*/
.sjb-header02 header {
  top: 0;
  left: 0;
  right: 0;
}

.sjb-header02 header .header-main a {
  color: #3c3c3c;
}

.sjb-header02 header .header-main .header-top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header02 header .header-main .header-top .left li,
.sjb-header02 header .header-main .header-top .right li {
  border-left: 1px solid #e6e6e6;
  max-width: 50%;
}

.sjb-header02 header .header-main .header-top .left li:active,
.sjb-header02 header .header-main .header-top .left li.active {
  background-color: #d7c2dd;
}

.sjb-header02 header .header-main .header-top .left li:active a,
.sjb-header02 header .header-main .header-top .left li.active a {
  color: #fff;
}

.sjb-header02 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header02 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjb-header02 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header02 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.sjb-header02 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #e6e6e6;
}

.sjb-header02 header .header-main .header-top .right li {
  border: none;
}

.sjb-header02 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjb-header02 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjb-header02 header .header-main .sp-header .top {
  border-bottom: 1px solid #3c3c3c;
}

.sjb-header02 header .header-main .sp-header .top li {
  border-right: 1px solid #3c3c3c;
}

.sjb-header02 header .header-main .sp-header .top li a {
  color: #3c3c3c;
}

.sjb-header02 header .header-main .sp-header .top li.active {
  background-color: #d7c2dd;
}

.sjb-header02 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjb-header02 header .header-main .sp-header .top li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header02 header .header-main .sp-header .top li.sj-link:hover a {
  color: #fff;
}

.sjb-header02 header .header-main .sp-header .top li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header02 header .header-main .sp-header .top li.sjg-link:hover a {
  color: #fff;
}

.sjb-header02 header .img-white {
  display: none;
}

.sjb-header02 header .img-black {
  display: inline;
}

.sjb-header02 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJ下層ページヘッダー文字色黒(SPでヘッダー分の高さ保持)
------------------------------------*/

@media (max-width: 768px) {
  .sjb-header03 header {
    position: initial;
  }
}

.sjb-header03 header .header-main a {
  color: #3c3c3c;
}

.sjb-header03 header .header-main .header-top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header03 header .header-main .header-top .left li,
.sjb-header03 header .header-main .header-top .right li {
  border-left: 1px solid #e6e6e6;
  max-width: 50%;
}

.sjb-header03 header .header-main .header-top .left li:active,
.sjb-header03 header .header-main .header-top .left li.active {
  background-color: #d7c2dd;
}

.sjb-header03 header .header-main .header-top .left li:active a,
.sjb-header03 header .header-main .header-top .left li.active a {
  color: #fff;
}

.sjb-header03 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header03 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjb-header03 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header03 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.sjb-header03 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #e6e6e6;
}

.sjb-header03 header .header-main .header-top .right li {
  border: none;
}

.sjb-header03 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjb-header03 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjb-header03 header .header-main .sp-header .top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header03 header .header-main .sp-header .top li {
  border-right: 1px solid #e6e6e6;
}

.sjb-header03 header .header-main .sp-header .top li a {
  color: #3c3c3c;
}

.sjb-header03 header .header-main .sp-header .top li.active {
  background-color: #d7c2dd;
}

.sjb-header03 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjb-header03 header .header-main .sp-header .top li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header03 header .header-main .sp-header .top li.sj-link:hover a {
  color: #fff;
}

.sjb-header03 header .header-main .sp-header .top li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header03 header .header-main .sp-header .top li.sjg-link:hover a {
  color: #fff;
}

.sjb-header03 header .img-white {
  display: none;
}

.sjb-header03 header .img-black {
  display: inline;
}

.sjb-header03 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJ下層ページヘッダー文字色黒(PC,SPでヘッダーの高さが出る)
------------------------------------*/
@media (max-width: 768px) {
  .sjb-header04 header {
    position: initial;
  }
}

.sjb-header04 header .header-main a {
  color: #3c3c3c;
}

.sjb-header04 header .header-main .header-top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header04 header .header-main .header-top .left li,
.sjb-header04 header .header-main .header-top .right li {
  border-left: 1px solid #e6e6e6;
  max-width: 50%;
}

.sjb-header04 header .header-main .header-top .left li:active,
.sjb-header04 header .header-main .header-top .left li.active {
  background-color: #d7c2dd;
}

.sjb-header04 header .header-main .header-top .left li:active a,
.sjb-header04 header .header-main .header-top .left li.active a {
  color: #fff;
}

.sjb-header04 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header04 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjb-header04 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header04 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.sjb-header04 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #e6e6e6;
}

.sjb-header04 header .header-main .header-top .right li {
  border: none;
}

.sjb-header04 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjb-header04 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjb-header04 header .header-main .sp-header .top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header04 header .header-main .sp-header .top li {
  border-right: 1px solid #e6e6e6;
}

.sjb-header04 header .header-main .sp-header .top li a {
  color: #3c3c3c;
}

.sjb-header04 header .header-main .sp-header .top li.active {
  background-color: #69307c;
}

.sjb-header04 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjb-header04 header .header-main .sp-header .top li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header04 header .header-main .sp-header .top li.sj-link:hover a {
  color: #fff;
}

.sjb-header04 header .header-main .sp-header .top li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header04 header .header-main .sp-header .top li.sjg-link:hover a {
  color: #fff;
}

.sjb-header04 header .img-white {
  display: none;
}

.sjb-header04 header .img-black {
  display: inline;
}

.sjb-header04 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJ下層ページヘッダー文字色白(PC,SPでヘッダー分高さでない)
------------------------------------*/
.sjb-header05 header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sjb-header05 header .header-main a {
  color: #fff;
}

.sjb-header05 header .header-main .header-top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header05 header .header-main .header-top .left li,
.sjb-header05 header .header-main .header-top .right li {
  border-left: 1px solid #e6e6e6;
}

.sjb-header05 header .header-main .header-top .left li a {
  color: #3c3c3c;
}

.sjb-header05 header .header-main .header-top .left li:active,
.sjb-header05 header .header-main .header-top .left li.active {
  background-color: #d7c2dd;
}

.sjb-header05 header .header-main .header-top .left li:active a,
.sjb-header05 header .header-main .header-top .left li.active a {
  color: #fff;
}

.sjb-header05 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header05 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjb-header05 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header05 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.sjb-header05 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #e6e6e6;
}

.sjb-header05 header .header-main .header-top .right li {
  border: none;
}

.sjb-header05 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjb-header05 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjb-header05 header .header-main .sp-header .top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header05 header .header-main .sp-header .top li {
  border-right: 1px solid #e6e6e6;
}

.sjb-header05 header .header-main .sp-header .top li a {
  color: #3c3c3c;
}

.sjb-header05 header .header-main .sp-header .top li.active {
  background-color: #d7c2dd;
}

.sjb-header05 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjb-header05 header .header-main .sp-header .top li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header05 header .header-main .sp-header .top li.sj-link:hover a {
  color: #fff;
}

.sjb-header05 header .header-main .sp-header .top li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header05 header .header-main .sp-header .top li.sjg-link:hover a {
  color: #fff;
}

.sjb-header05 header .img-white {
  display: inline;
}

.sjb-header05 header .img-black {
  display: none;
}

.sjb-header05 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJ下層ページヘッダー文字色黒(PC,SPでヘッダー分高さでない)
------------------------------------*/
.sjb-header06 header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sjb-header06 header .header-main a {
  color: #3c3c3c;
}

.sjb-header06 header .header-main .header-top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header06 header .header-main .header-top .left li,
.sjb-header06 header .header-main .header-top .right li {
  border-left: 1px solid #e6e6e6;
  max-width: 50%;
}

.sjb-header06 header .header-main .header-top .left li:active,
.sjb-header06 header .header-main .header-top .left li.active {
  background-color: #d7c2dd;
}

.sjb-header06 header .header-main .header-top .left li:active a,
.sjb-header06 header .header-main .header-top .left li.active a {
  color: #fff;
}

.sjb-header06 header .header-main .header-top .left li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header06 header .header-main .header-top .left li.sj-link:hover a {
  color: #fff;
}

.sjb-header06 header .header-main .header-top .left li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header06 header .header-main .header-top .left li.sjg-link:hover a {
  color: #fff;
}

.sjb-header06 header .header-main .header-top .left li:last-child {
  border-right: 1px solid #e6e6e6;
}

.sjb-header06 header .header-main .header-top .right li {
  border: none;
}

.sjb-header06 header .header-main .header-bottom .left .category .level-2 {
  background: #fff;
}

.sjb-header06 header .header-main .header-bottom .left .category .level-2 a {
  color: #3c3c3c;
}

.sjb-header06 header .header-main .sp-header .top {
  border-bottom: 1px solid #e6e6e6;
}

.sjb-header06 header .header-main .sp-header .top li {
  border-right: 1px solid #e6e6e6;
}

.sjb-header06 header .header-main .sp-header .top li a {
  color: #3c3c3c;
}

.sjb-header06 header .header-main .sp-header .top li.active {
  background-color: #69307c;
}

.sjb-header06 header .header-main .sp-header .top li.active a {
  color: #fff;
}

.sjb-header06 header .header-main .sp-header .top li.sj-link:hover {
  background-color: #69307c;
}

.sjb-header06 header .header-main .sp-header .top li.sj-link:hover a {
  color: #fff;
}

.sjb-header06 header .header-main .sp-header .top li.sjg-link:hover {
  background-color: #b09a56;
}

.sjb-header06 header .header-main .sp-header .top li.sjg-link:hover a {
  color: #fff;
}

.sjb-header06 header .img-white {
  display: none;
}

.sjb-header06 header .img-black {
  display: inline;
}

.sjb-header06 header .header2 {
  border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
  END
------------------------------------*/
@-webkit-keyframes show1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

footer {
  width: 100%;
}

footer .innner {
  padding: 0 60px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  footer .innner {
    padding: 0 15px;
    margin: 0;
  }
}

footer ul.footer-array {
  display: flex;
  justify-content: space-between;
}

footer ul.footer-array li {
  font-size: 14px;
  line-height: 16px;
  padding: 0 10px 15px 0;
  box-sizing: border-box;
}

footer ul.footer-array li a {
  font-size: 14px;
  color: #3c3c3c;
}

footer ul.footer-array li a:hover {
  opacity: .6;
}

footer ul.footer-array li.left {
  width: 25%;
}

footer ul.footer-array li.right {
  width: 75%;
}

footer ul.footer-array li.right li,
footer ul.footer-array li.right a {
  font-size: 13px;
}

footer ul.footer-array li.right .first-cat {
  width: 40%;
}

footer ul.footer-array li.right .first-cat .footer-array {
  flex-flow: wrap;
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}

footer ul.footer-array li.right .first-cat .footer-array li:nth-child(odd) {
  width: 40%;
}

footer ul.footer-array li.right .first-cat .footer-array li:nth-child(even) {
  width: 60%;
}

footer ul.footer-array li.right .first-cat .second-cat-sm {
  width: 100%;
}

footer ul.footer-array li.right .first-cat .second-cat-sm .main-cat {
  margin-bottom: 15px;
}

footer ul.footer-array li.right .second-cat-block {
  width: 20%;
}

footer ul.footer-array li.right .second-cat {
  width: 40%;
}

footer ul.footer-array li.right .second-cat .footer-array {
  flex-flow: wrap;
}

footer ul.footer-array li.right .second-cat .footer-array li:nth-child(odd) {
  width: 40%;
}

footer ul.footer-array li.right .second-cat .footer-array li:nth-child(even) {
  width: 60%;
}

footer ul.footer-array li.right .third-cat {
  width: 20%;
}

footer ul.footer-array li.right .third-cat .store {
  margin-bottom: 2rem;
}

footer ul.footer-array li .main-cat {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}

footer .copyright {
  font-size: 12px;
  margin: 10px 0;
}

@media (max-width: 768px) {
  footer .copyright {
    font-size: 10px;
    margin: 30px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  footer .sp-footerMenu {
    position: relative;
  }

  footer .sp-footerMenu .main-cat {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #3c3c3c;
    color: #3c3c3c;
  }

  footer .sp-footerMenu .main-cat::after {
    content: '';
    background: url(../../img/footer/right-arrow.png) no-repeat;
    width: 8px;
    height: 11px;
    position: absolute;
    top: 20px;
    right: 0;
    background-size: contain;
  }

  footer .sp-footerMenu .main-cat.nav-toggle::after {
    background: url(../../img/footer/plus_btn.png) no-repeat;
    width: 10px;
    height: 10px;
    background-size: contain;
    -webkit-transition: .3s;
    transition: .3s;
  }

  footer .sp-footerMenu .main-cat.nav-toggle.active {
    border-bottom: none;
  }

  footer .sp-footerMenu .main-cat.nav-toggle.active::after {
    transform: rotate(-45deg);
  }

  footer .sp-footerMenu .nav-child-menu {
    border-bottom: 1px solid #3c3c3c;
    padding: 0 10px 10px;
  }

  footer .sp-footerMenu .nav-child-menu li {
    height: 40px;
    line-height: 42px;
    margin: 5px 0;
    font-size: 14px;
  }

  footer .sp-footerMenu .members {
    color: #5d616a;
    font-size: 18px;
    border: 2px solid #50505a;
    text-align: center;
    padding: 18px 0;
  }

  footer .sp-footerMenu .members::after {
    content: '';
    background: url(../../img/footer/right-arrow.png) no-repeat;
    width: 8px;
    height: 11px;
    position: absolute;
    top: 25px;
    right: 15px;
    background-size: contain;
  }

  footer .sp-footerMenu .members span {
    font-size: 12px;
    display: inline-block;
    padding-left: 20px;
    line-height: 20px;
    vertical-align: bottom;
  }
}

footer.footer2 {
  text-align: center;
  margin: 0 auto 20px;
}

.sjb-footer {
  width: 100%;
  padding: 40px 0 50px 0;
  background-color: #f2f2f2;
}

@media (max-width: 768px) {
  .sjb-footer {
    padding: 0;
    background-color: #fff;
  }
}

.sjb-footer a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .sjb-footer .pc-br {
    display: none;
  }
}

.sjb-footer .contents {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .sjb-footer .contents {
    width: 100%;
  }
}

.sjb-footer .left {
  width: 35%;
}

@media (max-width: 768px) {
  .sjb-footer .left {
    display: none;
  }
}

.sjb-footer .right {
  width: 65%;
  margin-bottom: 50px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .sjb-footer .right {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }
}

.sjb-footer .img-wrapper01 {
  width: 40%;
  margin-bottom: 22px;
}

.sjb-footer .img-wrapper01 .image {
  width: 100%;
}

.sjb-footer .subtitle {
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .sjb-footer .subtitle {
    width: 100%;
    height: 100%;
    padding: 15px;
    margin-bottom: 0;
    color: #787878;
    font-weight: 300;
    text-align: center;
    display: block;
  }
}

.sjb-footer .btn01 {
  width: 44%;
  border: solid 1px;
  font-size: 22px;
  font-family: 'Frank Ruhl Libre', serif;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .sjb-footer .btn01 {
    width: 100%;
    font-size: 14px;
    border-color: #b2b2b2;
    border-left: none;
    border-right: none;
    position: initial;
  }
}

.sjb-footer .btn01 a {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .sjb-footer .btn01 a {
    padding: 15px;
    color: #787878;
  }
}

.sjb-footer .btn01 a:after {
  content: ">";
  position: absolute;
  right: 5%;
}

@media (max-width: 768px) {
  .sjb-footer .btn01 a:after {
    display: none;
  }
}

.sjb-footer .lists01 .item01 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 200;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .sjb-footer .lists01 .item01 {
    color: #787878;
  }
}

.sjb-footer .lists01 .item02 {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 200;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .sjb-footer .lists01 .item02 {
    color: #787878;
  }
}

.sjb-footer .block01 {
  width: 30%;
}

@media (max-width: 768px) {
  .sjb-footer .block01 {
    display: none;
  }
}

.sjb-footer .block02 {
  width: 20%;
  padding: 5% 0;
  /*.item02 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }*/
}

@media (max-width: 768px) {
  .sjb-footer .block02 {
    display: none;
  }
}

.sjb-footer .block03 {
  width: 25%;
}

@media (max-width: 768px) {
  .sjb-footer .block03 {
    width: 100%;
    position: relative;
  }

  .sjb-footer .block03 .lists01 {
    padding: 0 10px 10px;
    display: none;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .sjb-footer .block03 .subtitle:after {
    content: url(../../img/common/list/icon-open.png);
    position: absolute;
    right: 15px;
  }

  .sjb-footer .block03 .subtitle.active:after {
    content: url(../../img/common/list/icon-close.png);
    position: absolute;
    right: 15px;
  }
}

@media screen and (min-width: 769px) {
  .sjb-footer .block04 {
    display: none;
  }
}

.sjb-footer .block05 {
  width: 17%;
}

.sjb-footer .block05 .lists01 {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sjb-footer .block05 .lists01 {
    width: 40%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .sjb-footer .block05 {
    width: 100%;
    margin: 25px 0 35px;
  }

  .sjb-footer .block05 .subtitle {
    display: none;
  }
}

.sjb-footer .icon {
  font-size: 20px;
  color: #787878;
}

.sjb-footer .innner {
  text-align: center;
}

.sjb-footer .innner .copyright {
  font-weight: 500;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .sjb-footer .innner .copyright {
    margin: 0;
  }
}

/*------------------------------------
  BEGIN ハンバーガーボタン スタイル
------------------------------------*/
.menu-toggle {
  display: none;
}

@media screen and (max-width: 1280px) {
  .menu-toggle {
    display: block;
    background-color: transparent;
    color: #fff;
    position: absolute;
    margin-left: 0;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 2rem;
    top: 10%;
    border: none;
    outline: none;
  }
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN SJ/GIRL共通
------------------------------------*/
.body_wrapper {
  background-color: #fff;
  border: 0;
  left: 0;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.body_wrapper .main,
.body_wrapper .header-banner,
.body_wrapper .header .top,
.body_wrapper .header .middle {
  /* -webkit-transform: translate(0,0); transform: translate(0,0); */
  transition: .2s ease-in;
}

.body_wrapper nav[role="navigation"] {
  background: #fff;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  color: #000;
  font-weight: 400;
  overflow: hidden;
  width: 80%;
  transition: 0.2s ease-in;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.body_wrapper nav[role="navigation"] a {
  letter-spacing: 1px;
  color: #000;
}

.body_wrapper nav[role="navigation"] .store {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.body_wrapper nav[role="navigation"] .store a {
  display: block;
  padding: 14px;
}

.body_wrapper nav[role="navigation"] .store img {
  width: 15px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.body_wrapper nav[role="navigation"] .store .batsu-icon {
  position: absolute;
  right: 0;
  top: 2px;
}

.body_wrapper nav[role="navigation"] .store .batsu-icon img {
  margin: 0;
}

.body_wrapper nav[role="navigation"] .store .batsu-text {
  letter-spacing: 0;
  font-size: 1.3rem;
}

.body_wrapper nav[role="navigation"] .guide {
  width: 100%;
  height: 50px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.body_wrapper nav[role="navigation"] .guide ul {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.body_wrapper nav[role="navigation"] .guide li {
  float: left;
  padding: 0 5px;
  padding-left: 1.5rem;
  box-sizing: border-box;
  text-align: left;
  width: 65%;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .guide li {
    position: relative;
    padding: 0 12px;
  }
}

@media screen and (max-width: 320px) {
  .body_wrapper nav[role="navigation"] .guide li {
    width: 68%;
  }
}

.body_wrapper nav[role="navigation"] .guide li.login {
  padding-right: 0;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .guide li.login a {
    font-size: 11px;
  }
}

.body_wrapper nav[role="navigation"] .guide li.login span.arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: 2px;
  margin: 0 0 0 3px;
  transition: 0.3s;
}

.body_wrapper nav[role="navigation"] .guide li.login .open span.arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: -1px;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist {
  width: 10%;
  text-align: center;
  padding: 0 6px;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist img {
  vertical-align: middle;
  width: 21px;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist img.added {
  display: none;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist .added img,
.body_wrapper nav[role="navigation"] .guide li.wishlist .on img {
  display: none;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist .added img.added,
.body_wrapper nav[role="navigation"] .guide li.wishlist .on img.added {
  display: inline;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist .fa-heart {
  margin-top: 3px;
}

.body_wrapper nav[role="navigation"] .guide li.wishlist .fa-heart::before {
  font-size: 20px;
}

.body_wrapper nav[role="navigation"] .guide li.cart {
  width: 20%;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 320px) {
  .body_wrapper nav[role="navigation"] .guide li.cart {
    width: 17%;
  }
}

.body_wrapper nav[role="navigation"] .guide li.cart span.num {
  position: absolute;
  top: 60%;
  left: 53%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 1000px) {
  .body_wrapper nav[role="navigation"] .guide li.cart span.num {
    left: 54.5%;
  }
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .guide li.cart span.num {
    left: 52%;
  }
}

@media screen and (max-width: 320px) {
  .body_wrapper nav[role="navigation"] .guide li.cart span.num {
    left: 62%;
  }
}

.body_wrapper nav[role="navigation"] .guide li.cart a {
  position: relative;
}

.body_wrapper nav[role="navigation"] .guide li.cart img {
  width: 29px;
}

.body_wrapper nav[role="navigation"] .guide li.language {
  width: 30%;
  padding-right: 3rem;
  text-align: right;
  margin-top: 2px;
  position: relative;
}

.body_wrapper nav[role="navigation"] .guide li.language ul {
  display: none;
}

.body_wrapper nav[role="navigation"] .guide li.language:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 7.2%;
  right: 18px;
  margin-top: 2px;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .guide li.language:after {
    top: 7%;
    right: 15px;
    margin-top: 0;
  }
}

.body_wrapper nav[role="navigation"] .guide li.language.open:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 7.2%;
}

.body_wrapper nav[role="navigation"] .mypage-link ul {
  display: none;
  padding: 1rem 1.5rem 2rem;
}

.body_wrapper nav[role="navigation"] .mypage-link ul li {
  width: 115px;
  position: relative;
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .body_wrapper nav[role="navigation"] .mypage-link ul li {
    width: 39%;
  }
}

.body_wrapper nav[role="navigation"] .mypage-link ul li:after {
  content: "/";
  position: absolute;
  right: 10%;
}

.body_wrapper nav[role="navigation"] .mypage-link ul li:last-child::after {
  content: ' ';
}

.body_wrapper nav[role="navigation"] .mypage-link ul.language-box li {
  width: 15%;
}

.body_wrapper nav[role="navigation"] .level-1 ul {
  display: -webkit-flex;
  display: flex;
}

.body_wrapper nav[role="navigation"] .level-1 li {
  -webkit-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  max-width: none;
  min-width: 25%;
  letter-spacing: 1px;
  border: solid 1px #e6e6e6;
  background: #fff;
  display: table;
  width: 33.33%;
}

.body_wrapper nav[role="navigation"] .level-1 li.active {
  border-right: none;
  background: #e6e6e6;
}

.body_wrapper nav[role="navigation"] .level-1 li:nth-of-type(2) {
  border-right: none;
  border-left: none;
}

.body_wrapper nav[role="navigation"] .level-1 li a {
  font-size: 1.1rem;
  text-align: center;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
}

.body_wrapper nav[role="navigation"] .main-navigation {
  clear: both;
  padding: 0 15px;
}

.body_wrapper nav[role="navigation"] .nav-title {
  font-size: 16px;
  line-height: 1.4;
}

.body_wrapper nav[role="navigation"] .nav-child-menu {
  padding: 0 15px 10px 10px;
  display: none;
}

.body_wrapper nav[role="navigation"] .category {
  border-bottom: 1px solid #e6e6e6;
}

.body_wrapper nav[role="navigation"] .category li {
  position: relative;
}

.body_wrapper nav[role="navigation"] .category li a {
  padding: 15px 7px;
  display: block;
}

.body_wrapper nav[role="navigation"] .category .nav-toggle,
.body_wrapper nav[role="navigation"] .category .nav-toggle2 {
  /*position: absolute;
  top: 35%;
  right: 12px;*/
  width: 15%;
  height: 70%;
  position: absolute;
  top: 45%;
  right: -22px;
  transform: translate(-50%, -50%);
}

.body_wrapper nav[role="navigation"] .category .nav-toggle::after,
.body_wrapper nav[role="navigation"] .category .nav-toggle2::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 2px;
  transition: 0.3s;
  position: absolute;
  top: 38%;
  right: 10px;
}

.body_wrapper nav[role="navigation"] .category .nav-toggle.active::after,
.body_wrapper nav[role="navigation"] .category .nav-toggle2.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu li {
  position: relative;
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu li .nav-toggle2 {
  /*position: absolute;
  top: 33%;
  right: 14px;*/
  width: 15%;
  height: 70%;
  position: absolute;
  top: 45%;
  right: -22px;
  transform: translate(-50%, -50%);
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu li .nav-toggle2::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 38%;
  right: 10px;
  margin-top: 2px;
  opacity: 0.6;
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu li .nav-toggle2.active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu2 {
  padding: 0 10px;
  display: none;
}

.body_wrapper nav[role="navigation"] .category .nav-child-menu2 li:after {
  display: none;
}

.body_wrapper nav[role="navigation"] .hashtag {
  border-bottom: solid 1px #ececec;
  letter-spacing: 1px;
}

.body_wrapper nav[role="navigation"] .hashtag ul {
  padding: 2rem 15px 10px 15px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
}

.body_wrapper nav[role="navigation"] .hashtag ul li {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #ececec;
}

.body_wrapper nav[role="navigation"] .other li {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.body_wrapper nav[role="navigation"] .other li a {
  padding: 15px 7px;
  display: block;
}

.body_wrapper nav[role="navigation"] .other li .nav-toggle {
  /*position: absolute;
  top: 35%;
  right: 12px;*/
  width: 15%;
  height: 70%;
  position: absolute;
  top: 45%;
  right: -22px;
  transform: translate(-50%, -50%);
}

.body_wrapper nav[role="navigation"] .other li .nav-toggle:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 38%;
  right: 10px;
  margin-top: 2px;
  transition: 0.3s;
}

.body_wrapper nav[role="navigation"] .other li .nav-toggle.active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.body_wrapper nav[role="navigation"] .other .nav-child-menu li {
  border-bottom: none;
}

.body_wrapper nav[role="navigation"] .customer {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.body_wrapper nav[role="navigation"] .customer ul {
  background-color: #f2f2f2;
  padding: 0 10px;
}

.body_wrapper nav[role="navigation"] .customer li {
  border-bottom: solid 1px #dcdcdc;
  position: relative;
}

.body_wrapper nav[role="navigation"] .customer li:last-of-type {
  border-bottom: none;
}

.body_wrapper nav[role="navigation"] .customer li .nav-toggle {
  /*position: absolute;
  top: 40%;
  right: 17px;*/
  width: 15%;
  height: 70%;
  position: absolute;
  top: 45%;
  right: -20px;
  transform: translate(-50%, -50%);
}

.body_wrapper nav[role="navigation"] .customer li .nav-toggle:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-left: solid 2px #3c3c3c;
  border-bottom: solid 2px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 38%;
  right: 12px;
  margin-top: 2px;
  transition: 0.3s;
}

.body_wrapper nav[role="navigation"] .customer li .nav-toggle.active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.body_wrapper nav[role="navigation"] .customer li a {
  padding: 20px 7px;
  display: block;
}

.body_wrapper nav[role="navigation"] .sns-area {
  width: 100%;
  padding: 3rem 0;
  margin-top: 0;
}

.body_wrapper nav[role="navigation"] .sns-area ul {
  width: 60%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

.body_wrapper nav[role="navigation"] .sns-area ul li {
  width: 20px;
  margin-right: 0;
}

.body_wrapper nav[role="navigation"] .sns-area ul li .icon {
  font-size: 4rem;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"] .sns-area ul li .icon {
    font-size: 2.5rem;
  }
}

.body_wrapper nav[role="navigation"] .sns-area ul .twitter {
  margin-left: -1rem;
}

.body_wrapper nav[role="navigation"] .level-2 {
  border-bottom: 1px solid #e6e6e6;
}

.body_wrapper nav[role="navigation"] .level-2 ul {
  display: -webkit-flex;
  display: flex;
}

.body_wrapper nav[role="navigation"] .level-2 li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
  min-width: 25%;
  letter-spacing: 1px;
  display: table;
  text-align: center;
  border-right: solid 1px #fff;
  background: #e6e6e6;
}

.body_wrapper nav[role="navigation"] .level-2 li.active span {
  position: relative;
  display: inline-block;
}

.body_wrapper nav[role="navigation"] .level-2 li.active span::after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -3px;
  height: 1px;
  background: #3c3c3c;
}

.body_wrapper nav[role="navigation"] .level-2 li:last-of-type {
  border-right: none;
}

.body_wrapper nav[role="navigation"] .level-2 li.sjg {
  background: #ede5c5;
}

.body_wrapper nav[role="navigation"] .level-2 li a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  font-size: 1.1rem;
  text-align: center;
}

.body_wrapper.menu-active .main,
.body_wrapper.menu-active .header-banner,
.body_wrapper.menu-active .header .top,
.body_wrapper.menu-active .header .middle {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  transition: 0.2s ease-in;
}

.body_wrapper.menu-active nav[role="navigation"] {
  display: block;
  flex-flow: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.link_to_top {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 22px;
  border-bottom: solid 1px #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.navigation.tab_sj .search-suggest {
  display: none;
}

.navigation.tab_bridal .sideNav_tabCont {
  border-top: solid 0px #e6e6e6;
  font-family: 'Frank Ruhl Libre', "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.08em;
}

.navigation.tab_bridal .store {
  border: none !important;
}

.navigation.tab_bridal .guide,
.navigation.tab_bridal .mypage-link {
  display: none !important;
}

.navigation.tab_girl .search-suggest {
  display: none;
}

.navigation.tab_girl .sideNav_tabCont {
  font-family: 'Noto Sans JP', sans-serif;
}

.side-nav-search {
  display: none;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN　GIRL
------------------------------------*/
.tab_girl .sns-area ul {
  width: 30% !important;
}

/*------------------------------------
  END
------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
}

/*------------------------------------
  BEGIN　BRIDAL
------------------------------------*/
.body_wrapper nav[role="navigation"].tab_bridal .main-navigation {
  padding: 15px 15px 5px;
}

.body_wrapper nav[role="navigation"].tab_bridal .category {
  padding: 5px 0;
  border: none;
}

.body_wrapper nav[role="navigation"].tab_bridal .category li a {
  padding: 11px 7px;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-title.bar {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 10px;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-title small {
  font-size: 12px;
  margin: 0 0 0 1em;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-title2 {
  font-size: 13px;
  font-weight: 600;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-child-menu {
  padding: 0 15px 10px 20px;
}

.body_wrapper nav[role="navigation"].tab_bridal .nav-child-menu .nav-title2 {
  font-weight: 400;
}

.body_wrapper nav[role="navigation"].tab_bridal .category .nav-toggle::after,
.body_wrapper nav[role="navigation"].tab_bridal .category .nav-toggle2::after,
.body_wrapper nav[role="navigation"].tab_bridal .customer li .nav-toggle:after {
  border-width: 0 0 1px 1px;
}

.body_wrapper nav[role="navigation"].tab_bridal .category .nav-toggle.active::after,
.body_wrapper nav[role="navigation"].tab_bridal .category .nav-toggle2.active::after,
.body_wrapper nav[role="navigation"].tab_bridal .customer li.nav-toggle.active:after {
  margin-top: 6px;
}

.body_wrapper nav[role="navigation"].tab_bridal .customer {
  border: none;
}

.body_wrapper nav[role="navigation"].tab_bridal .customer li {
  border: none;
}

.body_wrapper nav[role="navigation"].tab_bridal .sns-area {
  background-color: #f2f2f2;
  padding: 1.5rem 0 2.2rem;
}

.body_wrapper nav[role="navigation"].tab_bridal .sns-area ul li .icon {
  font-size: 1.6rem;
  opacity: 0.6;
}

.body_wrapper nav[role="navigation"].tab_bridal .side-nav-search {
  width: 100%;
  position: relative;
  display: block;
}

.body_wrapper nav[role="navigation"].tab_bridal .side-nav-search .side-nav-search-box {
  border-top: none;
  border-color: #e6e6e6;
  letter-spacing: 1px;
  font-size: 9px;
}

.body_wrapper nav[role="navigation"].tab_bridal .side-nav-search .side-nav-search-btn {
  width: calc(20% - 6px);
  height: calc(100% - 7px);
  margin: 3px;
  background: #e6e6e6;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.body_wrapper nav[role="navigation"].tab_bridal .side-nav-search .side-nav-search-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 375px) {
  .body_wrapper nav[role="navigation"].tab_bridal .side-nav-search .side-nav-search-btn {
    width: calc(30% - 6px);
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest {
  width: 100%;
  padding: 18px 15px;
  background-color: #fff;
  text-align: left;
  display: block;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest p {
  color: #3c3c3c;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest ul {
  margin-top: 15px;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text1 {
    margin-bottom: 10px;
    font-size: 10px;
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text2 {
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text2 {
    font-size: 12px;
    font-weight: 600;
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  border-top: solid 1px #cecece;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .flex-wrapper1 a {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .img-wrapper1 {
  width: 23%;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .img-wrapper1 img {
  width: 100%;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text-area {
  width: 73%;
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text3 {
  line-height: 1.2;
  font-size: 10px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text3 {
    font-size: 6px;
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text4 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 11px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text4 {
    font-size: 8px;
  }
}

.body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text5 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .body_wrapper nav[role="navigation"].tab_bridal .search-suggest .text5 {
    font-size: 12px;
  }
}

/*------------------------------------
  END
------------------------------------*/
.sjb-catalog {
  /*------------------------------
    BEGIN カタログ請求完了
  ------------------------------*/
  /*------------------------------
    END
  ------------------------------*/
}

.sjb-catalog h2,
.sjb-catalog p span {
  font-family: "NotoSansCJKjp";
}

.sjb-catalog.main.cart .breadcrumbs {
  margin-top: 10%;
}

@media (max-width: 768px) {
  .sjb-catalog.main.cart .breadcrumbs {
    margin-bottom: 30px;
  }
}

.sjb-catalog .section1 {
  width: 70%;
  max-width: 1400px;
  margin: 37px auto 0;
}

@media (max-width: 768px) {
  .sjb-catalog .section1 {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
}

.sjb-catalog .section1 .text-area .title {
  margin-bottom: 35px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .sjb-catalog .section1 .text-area .title {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.sjb-catalog .section1 .text-area .attention {
  font-size: 12px;
  color: #cf264e;
}

@media (max-width: 768px) {
  .sjb-catalog .section1 .text-area .attention {
    font-size: 11px;
  }
}

.sjb-catalog .section1 .text-area .text {
  padding-left: 35px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .sjb-catalog .section1 .text-area .text {
    padding-left: 0;
    font-size: 12px;
  }
}

.sjb-catalog .section1 .button1 {
  background: #e6e6e6 !important;
  color: #3c3c3c !important;
}

.sjb-catalog .section1 .cart_btn1 {
  background: #e6e6e6;
}

.sjb-catalog .section1 .cart_btn1 a {
  color: #3c3c3c;
}

.sjb-catalog .section1 .contact-text th {
  vertical-align: top;
}

.sjb-catalog .section1 .contact-text th,
.sjb-catalog .section1 .contact-text td {
  padding-bottom: 0;
}

.sjb-catalog .section1 .attention th,
.sjb-catalog .section1 .attention td {
  padding: 10px 0;
}

@media (max-width: 768px) {
  .sjb-catalog .section1 .attention th {
    display: none;
  }
}

.sjb-catalog .section1 .attention span {
  padding-bottom: 3px;
  border-bottom: solid 1px;
}

.sjb-catalog .section1 .cart_table2 .cart_btns2,
.sjb-catalog .section1 table.cart_table3 .cart_btns2,
.sjb-catalog .section1 table.cart_table4 .cart_btns2,
.sjb-catalog .section1 table.cart_table5 .cart_btns2 {
  max-width: initial;
  margin-left: 0;
}

.sjb-catalog .section1 .cart_table2 .cart_btns2 .cart_btn1,
.sjb-catalog .section1 table.cart_table3 .cart_btns2 .cart_btn1,
.sjb-catalog .section1 table.cart_table4 .cart_btns2 .cart_btn1,
.sjb-catalog .section1 table.cart_table5 .cart_btns2 .cart_btn1 {
  flex: 0 1 56%;
}

@media (max-width: 768px) {

  .sjb-catalog .section1 .cart_table2 .cart_btns2 .cart_btn1,
  .sjb-catalog .section1 table.cart_table3 .cart_btns2 .cart_btn1,
  .sjb-catalog .section1 table.cart_table4 .cart_btns2 .cart_btn1,
  .sjb-catalog .section1 table.cart_table5 .cart_btns2 .cart_btn1 {
    flex: 0 1 66%;
  }
}

.sjb-catalog .section1 .cart_table2 .cart_btns2 .cart_btn1 a,
.sjb-catalog .section1 table.cart_table3 .cart_btns2 .cart_btn1 a,
.sjb-catalog .section1 table.cart_table4 .cart_btns2 .cart_btn1 a,
.sjb-catalog .section1 table.cart_table5 .cart_btns2 .cart_btn1 a {
  display: flex;
  justify-content: center;
}

.sjb-catalog .section1 .cart_table2 .cart_btns2 .cart_btn1 img,
.sjb-catalog .section1 table.cart_table3 .cart_btns2 .cart_btn1 img,
.sjb-catalog .section1 table.cart_table4 .cart_btns2 .cart_btn1 img,
.sjb-catalog .section1 table.cart_table5 .cart_btns2 .cart_btn1 img {
  width: 20px;
}

.sjb-catalog .section2 {
  width: 70%;
  max-width: 1400px;
  margin: 50px auto 0;
}

@media (max-width: 768px) {
  .sjb-catalog .section2 {
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 0 0;
  }
}

.sjb-catalog .section2 .title {
  margin-bottom: 36px;
  font-size: 18px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .sjb-catalog .section2 .title {
    margin-bottom: 22.5px;
    font-size: 15px;
  }
}

.sjb-catalog .section2 .text1 {
  letter-spacing: 0;
  line-height: 1.8;
  font-size: 14px;
  font-family: "Kozuka Gothic Pr6N";
}

@media (max-width: 768px) {
  .sjb-catalog .section2 .text1 {
    font-size: 12px;
  }
}

.sjb-catalog .section2 .customer {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .sjb-catalog .section2 .customer {
    margin-top: 35px;
  }
}

.sjb-catalog .section2 .btn {
  width: 300px;
  margin-top: 27px;
  background: #e6e6e6;
  font-size: 20px;
}

@media (max-width: 768px) {
  .sjb-catalog .section2 .btn {
    width: 80%;
    margin: 37.5px 0 58.5px 0;
    font-size: 15px;
  }
}

.sjb-catalog .section2 .btn a {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .sjb-catalog .section2 .btn a {
    padding: 18px 0;
  }
}

.sjb-catalog .section2 .btn a:before {
  content: "＜";
  padding-right: 5px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .sjb-catalog .section2 .btn a:before {
    font-size: 9px;
  }
}

.main.cart {
  line-height: 1.8;
  box-sizing: border-box;
  padding: 20px 0 0;
}

.main.cart * {
  box-sizing: border-box;
  letter-spacing: 0.04em;
}

.main.cart img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.main.cart button {
  transition: 0.2s;
}

.main.cart button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.main.cart input+label[for]:hover {
  cursor: pointer;
}

.main.cart textarea {
  width: 100%;
  border: 1px solid #cbcbcb;
  font-size: 1.4rem;
  padding: 15px 20px;
  min-height: 13em;
}

.main.cart .select1,
.main.cart .select2 {
  border: 1px solid #cbcbcb;
  border-radius: 0;
  background: url(../../img/common/icon/select_bg2.png) no-repeat 100% 50%;
  background-size: auto 100%;
  padding: 15px 40px 15px 20px;
  height: auto;
  min-width: 130px;
  font-size: 1.4rem;
}

.main.cart .select2 {
  font-size: 1.2rem;
  width: 100%;
}

.main.cart .input1,
.main.cart .input2,
.main.cart .input3,
.main.cart .input4 {
  font-size: 1.2rem;
  width: 100%;
  max-width: 200px;
  padding: 15px 20px;
  border: 1px solid #cbcbcb;
}

.main.cart .input2 {
  max-width: none;
}

.main.cart .input4 {
  max-width: 130px;
}

.main.cart .button1 {
  background: #212121;
  font-size: 1.4rem;
  color: #fff;
  padding: 15px 10px;
  width: 150px;
  text-align: center;
}

.main.cart .button1:hover {
  cursor: pointer;
}

.main.cart .check1 {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  outline: none;
  background: #fff;
  border-radius: 0;
}

.main.cart .check1:checked {
  opacity: 1;
  background: url(../../img/common/icon/check.svg) no-repeat 50% 50% #fff;
  background-size: 75%;
}

.main.cart .check1:hover {
  cursor: pointer;
}

.main.cart .check1+label {
  vertical-align: -1px;
}

.main.cart .radio1 {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  border-radius: 100px;
  outline: none;
  background: #fff;
}

.main.cart .radio1:checked {
  opacity: 1;
  background: url(../../img/common/icon/radio.svg) no-repeat 50% 50% #fff;
  background-size: 50%;
}

.main.cart .radio1:hover {
  cursor: pointer;
}

.main.cart .radio1+label {
  vertical-align: -2px;
}

.main.cart .radio2 {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cbcbcb;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  border-radius: 100px;
  outline: none;
  background: #fff;
}

.main.cart .radio2:checked {
  opacity: 1;
  background: url(../../img/common/icon/radio.svg) no-repeat 50% 50% #fff;
  background-size: 50%;
}

.main.cart .radio2:hover {
  cursor: pointer;
}

.main.cart .radio2+label {
  vertical-align: -2px;
}

.main.cart small {
  font-size: 0.75em;
  display: inline-block;
  margin: 0 0 0 2px;
}

.main.cart .recommend-section {
  padding: 0 22px 0 30px;
}

.main.cart .breadcrumbs {
  margin-top: 0;
}

.cart_content {
  margin: 10px 0 120px;
}

.cart_page_title {
  font-size: 1.875em;
  font-weight: 200;
  margin: 0 0 10px;
}

.cart .itemsList1 .row,
.cart .itemsList3 .row {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

.cart .itemsList1 .row>.col,
.cart .itemsList3 .row>.col {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
}

.cart .itemsList1 .row>.col1,
.cart .itemsList3 .row>.col1 {
  -webkit-flex: 1 1 44%;
  flex: 1 1 44%;
  max-width: none;
}

.cart .itemsList1 .row>.col2,
.cart .itemsList3 .row>.col2 {
  -webkit-flex: 1 1 21%;
  flex: 1 1 21%;
  max-width: none;
}

.cart .itemsList1 .row>.col3,
.cart .itemsList3 .row>.col3 {
  -webkit-flex: 1 1 21%;
  flex: 1 1 21%;
  max-width: none;
}

.cart .itemsList1 .row1,
.cart .itemsList3 .row1 {
  background-color: #e6e6e6;
}

.cart .itemsList1 .row1>.col,
.cart .itemsList3 .row1>.col {
  padding: 0.6em 1em;
}

.cart .itemsList1 .row1>.col3,
.cart .itemsList3 .row1>.col3 {
  -webkit-flex: 0 1 32%;
  flex: 0 1 32%;
}

.cart .itemsList1 .row2,
.cart .itemsList3 .row2 {
  border-bottom: 1px solid #cecece;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart .itemsList1 .row2>.col,
.cart .itemsList3 .row2>.col {
  padding: 50px 0;
}

.cart .itemsList1 .row2>.col2,
.cart .itemsList3 .row2>.col2 {
  padding: 50px 10px;
}

.cart .itemsList1 .item_ph,
.cart .itemsList3 .item_ph {
  float: left;
  width: 160px;
  margin: 0 20px 0 0;
}

.cart .itemsList1 .item_name,
.cart .itemsList3 .item_name {
  font-size: 1.25em;
  margin: 0 0 0.8em 180px;
}

.cart .itemsList1 .item_txt1,
.cart .itemsList3 .item_txt1 {
  font-size: 0.875em;
  margin: 0 0 1em 180px;
}

.cart .itemsList1 .item_remove,
.cart .itemsList3 .item_remove {
  margin: 0 0 0 180px;
}

.cart .itemsList1 .item_remove a,
.cart .itemsList3 .item_remove a {
  border-bottom: 1px solid;
  font-size: 0.75em;
  transition: 0.2s;
}

.cart .itemsList1 .item_remove a:hover,
.cart .itemsList3 .item_remove a:hover {
  border-color: #fff;
  opacity: 0.7;
}

.cart .itemsList3 .row1>.col1 {
  -webkit-flex: 0 1 61%;
  flex: 0 1 61%;
}

.cart .itemsList3 .row1>.col2 {
  -webkit-flex: 0 1 39%;
  flex: 0 1 39%;
}

.cart .itemsList3 .row2>.col {
  padding: 40px 0;
}

.cart .itemsList3 .row2>.col1 {
  -webkit-flex: 1 1 56%;
  flex: 1 1 56%;
}

.cart .itemsList3 .row2>.col2 {
  -webkit-flex: 1 1 20%;
  flex: 1 1 20%;
  text-align: center;
}

.cart .itemsList3 .row2>.col3 {
  -webkit-flex: 1 1 24%;
  flex: 1 1 24%;
  text-align: right;
  padding: 0 10px 0 0;
}

.cart .itemsList3 .item_name {
  font-size: 1.125em;
}

.cart .itemsList3 .item_txt1 {
  font-size: 0.75em;
}

.cart .itemsList3 .item_list1 {
  font-size: 0.75em;
  margin: 0 0 0 37.6%;
  overflow: hidden;
}

.cart .itemsList3 .item_list1 dt {
  float: left;
  clear: both;
}

.cart .itemsList3 .item_list1 dd {
  margin: 0 0 0 7.5em;
}

.cart .itemsList3 .item_list1 dd::before {
  content: '：';
}

.cart .itemsList4 .row1>.col1 {
  -webkit-flex: 1 1 75%;
  flex: 1 1 75%;
}

.cart .itemsList4 .row1>.col2 {
  -webkit-flex: 1 1 13%;
  flex: 1 1 13%;
}

.cart .itemsList4 .row1>.col3 {
  -webkit-flex: 1 1 12%;
  flex: 1 1 12%;
  text-align: right;
  padding-right: 4%;
}

.cart .itemsList4 .row2 {
  -webkit-align-items: start;
  align-items: start;
}

.cart .itemsList4 .row2>.col1 {
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
}

.cart .itemsList4 .row2>.col2 {
  -webkit-flex: 1 0 37%;
  flex: 1 0 37%;
  padding: 135px 3% 50px 0%;
}

.cart .itemsList4 .row2>.col3 {
  -webkit-flex: 1 1 14%;
  flex: 1 1 14%;
  padding-top: 135px;
}

.cart .itemsList4 .row2>.col4 {
  -webkit-flex: 1 1 13%;
  flex: 1 1 13%;
  text-align: right;
  padding: 135px 2% 50px 10px;
}

.cart_details {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 45px 0 0;
}

.cart_details>.col1 {
  -webkit-box-ordinal-group: 1;
  order: 1;
  -webkit-flex: 1 0 560px;
  flex: 1 0 560px;
  max-width: none;
}

.cart_details>.col2 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
}

.cart_table1 {
  width: 100%;
  max-width: 350px;
  border-collapse: collapse;
  float: right;
  margin: 0 0 30px;
}

.cart_table1 tfoot {
  border-top: 1px solid #cecece;
  font-size: 1.25em;
}

.cart_table1 th,
.cart_table1 td {
  padding: 5px 0;
}

.cart_table1 tbody tr:last-child>th,
.cart_table1 tbody tr:last-child>td {
  padding-bottom: 25px;
}

.cart_table1 tfoot tr:first-child>th,
.cart_table1 tfoot tr:first-child>td {
  padding-top: 35px;
}

.cart_table1 th {
  text-align: left;
}

.cart_table1 td {
  text-align: right;
}

.cart_table1 .txt1,
.cart_table1 .txt2 {
  color: #cf264e;
}

.cart_table1+* {
  clear: both;
}

.cart_btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.cart_btns .cart_btn1 {
  -webkit-flex: 0 1 350px;
  flex: 0 1 350px;
  max-width: none;
  -webkit-box-ordinal-group: 1;
  order: 1;
  margin: 0;
}

.cart_btns .cart_btn2 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  margin: 0 5% 0 0;
}

.cart_btns2 {
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 420px;
  margin: 25px 0 0 auto;
}

.cart_btns2 .cart_btn1 {
  -webkit-flex: 0 1 71%;
  flex: 0 1 71%;
  max-width: none;
  margin: 0;
}

.cart_btns2 .cart_btn2 {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  margin: 0;
}

.cart_btn1 {
  font-size: 1.25em;
  display: block;
  width: 350px;
  background: #212121;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.cart_btn1 img[src*="chevron"] {
  width: 7px;
}

.cart_btn1:hover {
  cursor: pointer;
}

.cart_btn2 {
  font-size: 0.875em;
  border-bottom: 1px solid;
  transition: 0.2s;
}

.cart_btn2:hover {
  border-color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.cart_btn3 {
  display: inline-block;
  font-size: 0.875em;
  padding: 15px 40px 12px 40px;
  background: #fff;
  border: 1px solid #3c3c3c;
  margin: 0 0 30px;
}

.cart_btn3:hover {
  cursor: pointer;
}

.cart_note1 {
  font-size: 0.75em;
}

ul.cart_note1,
ol.cart_note1 {
  clear: both;
}

ul.cart_note1>li,
ol.cart_note1>li {
  text-indent: -1em;
  padding: 3px 0 3px 1em;
}

.engraving_radio {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0.875em;
}

.engraving_radio .item {
  display: inline-block;
}

.engraving_radio .item+.item {
  margin: 0 0 0 20px;
}

.engraving_cont {
  padding: 30px 0;
}

.engraving_cont .engraving_text {
  margin: 0 0 20px;
}

.engraving_cont .engraving_typeface {
  margin: 0 0 20px;
}

.engraving_cont .engraving_year {
  margin: 0 0 20px;
}

.engraving_cont .engraving_time {
  margin: 0 0 20px;
}

.engraving_cont .engraving_text2 {
  margin: 0;
}

.engraving_cont .title {
  margin: 0 0 2px;
}

.engraving_cont .note {
  font-size: 0.75em;
  margin: 5px 0 0;
}

.engraving_cont .typeface_sample {
  display: inline-block;
  border: 1px solid #cbcbcb;
  padding: 6px 11px;
  margin: 0 0 0 15px;
}

@media (max-width: 1000px) {

  .cart .itemsList1 .item_ph,
  .cart .itemsList3 .item_ph {
    float: none;
  }

  .cart .itemsList1 .item_name,
  .cart .itemsList3 .item_name {
    margin-left: 0;
  }

  .cart .itemsList1 .item_txt1,
  .cart .itemsList3 .item_txt1 {
    margin-left: 0;
  }

  .cart .itemsList1 .item_remove,
  .cart .itemsList3 .item_remove {
    margin-left: 0;
  }

  .cart_details {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 25px 0 35px;
  }

  .cart_details>.col1 {
    -webkit-box-ordinal-group: -1;
    order: -1;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: none;
  }

  .cart_details>.col2 {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
    margin: 40px 0 0;
  }
}

@media (max-width: 768px) {
  .cart_page_title {
    font-size: 1.5em;
  }

  .cart_content {
    margin: 0 0 35px;
  }

  .cart .itemsList1 .row,
  .cart .itemsList3 .row {
    display: block;
  }

  .cart .itemsList1 .row1,
  .cart .itemsList3 .row1 {
    display: none;
  }

  .cart .itemsList1 .row2,
  .cart .itemsList3 .row2 {
    padding: 0 0 25px;
  }

  .cart .itemsList1 .row2>.col,
  .cart .itemsList3 .row2>.col {
    padding: 0 0 3px;
    position: relative;
  }

  .cart .itemsList1 .row2+.row2,
  .cart .itemsList3 .row2+.row2 {
    padding-top: 30px;
  }

  .cart .itemsList1 .item_ph,
  .cart .itemsList3 .item_ph {
    position: absolute;
    width: 140px;
    margin: 0 6% 0 0;
  }

  .cart .itemsList1 .item_name,
  .cart .itemsList3 .item_name,
  .cart .itemsList1 .item_txt1,
  .cart .itemsList3 .item_txt1,
  .cart .itemsList1 .col2,
  .cart .itemsList3 .col2,
  .cart .itemsList1 .col3,
  .cart .itemsList3 .col3,
  .cart .itemsList1 .col4,
  .cart .itemsList3 .col4 {
    margin-left: 160px;
  }

  .cart .itemsList1 .item_name,
  .cart .itemsList3 .item_name {
    font-size: 1em;
    line-height: 1.35;
  }

  .cart .itemsList1 .item_txt1,
  .cart .itemsList3 .item_txt1,
  .cart .itemsList1 .col2,
  .cart .itemsList3 .col2,
  .cart .itemsList1 .col3,
  .cart .itemsList3 .col3,
  .cart .itemsList1 .col4,
  .cart .itemsList3 .col4 {
    font-size: 0.8333em;
  }

  .cart .itemsList1 .item_remove,
  .cart .itemsList3 .item_remove {
    margin: 10px 0 0;
  }

  .cart .itemsList3 .row2>.col2,
  .cart .itemsList3 .row2>.col3 {
    text-align: left;
  }

  .cart .itemsList3b .item_txt1 {
    margin-bottom: 0;
  }

  .cart .itemsList3b .row2>.col,
  .cart .itemsList3b .row3>.col {
    padding-bottom: 0;
  }

  .cart .itemsList4 .row2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .cart .itemsList4 .row2>.col {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
  }

  .cart .itemsList4 .row2>.col2 {
    -webkit-order: 3;
    order: 3;
    margin: 0;
    padding: 25px 0 0;
    width: 100%;
  }

  .cart .itemsList4 .item_txt1 {
    margin-bottom: 0;
  }

  .cart .itemsList4 .item_remove {
    text-align: left;
  }

  .main.cart {
    padding: 10px 0 0;
  }

  .main.cart .select1,
  .main.cart .select2 {
    font-size: 1rem;
    min-width: 90px;
    padding: 12px 40px 12px 20px;
    margin: 0 0 5px;
  }

  .main.cart .select2 {
    padding: 12px 15px;
  }

  .main.cart .input1,
  .main.cart .input2,
  .main.cart .input3,
  .main.cart .input4 {
    padding: 5px 15px;
    height: 41px;
    max-width: 52.5%;
    font-size: 1rem;
  }

  .main.cart .input2,
  .main.cart .input3 {
    max-width: none;
  }

  .main.cart .button1 {
    padding: 13px 10px;
    font-size: 0.9166rem;
    width: 38%;
    vertical-align: bottom;
  }

  .main.cart .check1 {
    vertical-align: middle;
  }

  .main.cart .radio1 {
    vertical-align: middle;
  }

  .main.cart textarea {
    min-height: 10em;
  }

  .main.cart .recommend-section {
    padding: 0;
  }

  .main.cart .breadcrumbs {
    margin: 0 auto 7px;
  }

  .cart_details>.col2 {
    margin: -27px 0 0;
  }

  .cart_details2 {
    padding: 0 25px;
    margin: 20px 0 0;
  }

  .cart_details2 .cart_table1 {
    max-width: none;
    font-size: 1em;
  }

  .cart_details2 .cart_table1 td {
    padding: 3px 0;
  }

  .cart_details2 .cart_table1 tfoot {
    border: none;
    font-size: 1.25em;
  }

  .cart_details2 .cart_table1 tfoot tr:first-child>th,
  .cart_details2 .cart_table1 tfoot tr:first-child>td {
    padding-top: 0;
  }

  .cart_table1 {
    max-width: 55%;
    font-size: 0.91667em;
    margin: 0 0 25px;
  }

  .cart_table1 tfoot {
    font-size: 1em;
  }

  .cart_table1 .txt1 {
    font-size: 0.8333em;
  }

  .cart_table1 tfoot tr:first-child>th,
  .cart_table1 tfoot tr:first-child>td {
    padding-top: 25px;
  }

  .cart_btns {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .cart_btns .cart_btn1 {
    -webkit-flex: 1 1 100%;
    flex: 0 1 100%;
    max-width: none;
    -webkit-box-ordinal-group: -1;
    order: -1;
    margin: 0 0 30px;
  }

  .cart_btns .cart_btn2 {
    -webkit-flex: 1 1 100%;
    flex: 0 1 100%;
    max-width: none;
    margin: 0;
  }

  .cart_btn1 {
    width: 100%;
  }

  .cart_btn2 {
    font-size: 0.8333em;
  }

  .cart_btn3 {
    font-size: 0.8333em;
    padding: 7px 16px 6px 16px;
    float: right;
    margin: 0 0 25px;
  }

  .engraving_cont .engraving_text {
    margin: 0 0 15px;
  }

  .engraving_cont .engraving_typeface {
    margin: 0 0 15px;
  }

  .engraving_cont .engraving_year {
    margin: 0 0 15px;
  }

  .engraving_cont .engraving_time {
    margin: 0 0 15px;
  }

  .engraving_cont .title {
    font-size: 1.1rem;
  }

  .engraving_cont .note {
    font-size: 0.9rem;
  }
}

.cart_area1 {
  padding: 1em 0 3em;
}

.cart_area2 {
  padding: 40px 0 3.5em;
}

.cart_area2 a {
  border-bottom: 1px solid;
}

.cart_area2 a:hover {
  border: none;
}

.cart_area2a {
  padding: 10px 0 3.5em;
}

.cart_area2a a {
  border-bottom: 1px solid;
}

.cart_area2a a:hover {
  border: none;
}

.cart_copy1 {
  font-size: 1.625em;
  font-weight: 200;
  text-align: center;
  margin: 0 0 0.2em;
}

.cart_copy2 {
  text-align: center;
}

.cart_copy3,
.cart_copy3a,
.cart_copy3b {
  font-size: 1.625em;
  font-weight: 200;
  text-align: center;
  margin: 0 0 1.5em;
}

.cart_copy3a {
  font-size: 1.5em;
  margin: 1.5em 0 0.2em;
}

.cart_copy3b {
  font-size: 1.5em;
  margin: 0 0 0.2em;
}

.cart_copy4,
.cart_copy4a {
  text-align: center;
  font-size: 0.75em;
  line-height: 2;
}

.cart_copy4a {
  font-size: 0.875em;
}

.cart_copy5 {
  text-align: center;
  font-size: 0.75em;
  line-height: 2;
  margin: 2em 0 0;
}

@media (max-width: 768px) {

  .cart_area2,
  .cart_area2a {
    padding: 20px 0 2.5em;
    border-bottom: 1px solid #cecece;
    margin: 0 0 2em;
  }

  .cart_copy1 {
    font-size: 1.41667em;
  }

  .cart_copy3,
  .cart_copy3a,
  .cart_copy3b {
    font-size: 1.25em;
  }

  .cart_copy3a {
    margin: 0.8em 0 0.2em;
  }

  .cart_copy4,
  .cart_copy4a {
    font-size: 0.75em;
  }

  .cart_copy4a {
    font-size: 0.8333em;
  }
}

.cart_step {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 60px 0 80px;
}

.cart_step li {
  display: block;
  -webkit-flex: 0 1 31.3%;
  flex: 0 1 31.3%;
  max-width: none;
  text-align: center;
  padding: 0.6em 1em 0.5em;
  border-bottom: 2px solid #212121;
  font-size: 1.25em;
}

.cart_step li.active,
.cart_step li.current {
  background: #212121;
  color: #fff;
}

.cart_box1 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 50px;
}

.cart_box1>.cart_main {
  -webkit-flex: 1 1 61.66%;
  flex: 1 1 61.66%;
  max-width: 61.66%;
}

.cart_box1>.cart_side {
  -webkit-flex: 1 1 32.5%;
  flex: 1 1 32.5%;
  max-width: 32.5%;
  position: relative;
}

@media (max-width: 768px) {
  .cart_box1 {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 15px;
  }

  .cart_box1>.cart_main,
  .cart_box1>.cart_side {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: none;
  }
}

.order_list_wrap {
  overflow: hidden;
}

.order_list_wrap.following {
  position: absolute;
  overflow: hidden;
}

.order_list {
  background: #fafafa;
  padding: 30px;
}

.order_list+.order_list {
  margin: 20px 0 0;
}

.order_list .title {
  font-size: 1.25em;
  overflow: hidden;
  margin: 0 0 15px;
}

.order_list .link {
  font-size: 0.6667em;
  float: right;
  border-bottom: 1px solid;
  margin: 4px 0 0;
  line-height: 1.5;
}

.order_list .list1 {
  font-size: 0.875em;
}

.order_list .list1>li {
  padding: 3px 0;
}

.order_list .list1 .li1 {
  margin: 1.4em 0 0;
}

@media (max-width: 768px) {
  .order_list+.order_list {
    margin: 15px 0 0;
  }

  .order_list .list1 {
    font-size: 1em;
  }

  .order_list .list1>li {
    padding: 2px 0;
  }
}

.cart .itemsList2 {
  margin: 5px 0 15px;
}

.cart .itemsList2 .item {
  overflow: hidden;
  border-bottom: 1px solid #cecece;
  padding: 1em 0;
}

.cart .itemsList2 .item_ph {
  float: left;
  width: 27%;
  margin: 0.4em 1em 1em 0;
}

.cart .itemsList2 .item_data {
  overflow: hidden;
}

.cart .itemsList2 .item_name {
  font-size: 1.125em;
  margin: 0 0 0.8em;
  line-height: 1.5;
}

.cart .itemsList2 .item_txt1 {
  font-size: 0.75em;
}

.sum_box,
.sum_box2 {
  padding: 0 0 0 30px;
}

.sum_box dl,
.sum_box2 dl {
  overflow: hidden;
}

.sum_box dl dt,
.sum_box2 dl dt,
.sum_box dl dd,
.sum_box2 dl dd {
  font-size: 0.875em;
  padding: 3px 0;
}

.sum_box dl dt,
.sum_box2 dl dt {
  float: left;
  clear: both;
}

.sum_box dl dd,
.sum_box2 dl dd {
  text-align: right;
}

.sum_box dl dt.total,
.sum_box2 dl dt.total,
.sum_box dl dd.total,
.sum_box2 dl dd.total {
  font-size: 1.125em;
  margin: 10px 0 0;
  padding: 15px 0 0;
}

.sum_box dl dt.total small,
.sum_box2 dl dt.total small,
.sum_box dl dd.total small,
.sum_box2 dl dd.total small {
  font-size: 0.6667em !important;
}

.sum_box dl dd.total,
.sum_box2 dl dd.total {
  border-top: 1px solid #cecece;
}

.sum_box dl .neg_num,
.sum_box2 dl .neg_num {
  color: #cf264e;
}

.sum_box2 {
  padding: 0;
}

.sum_box2 dl dt.total,
.sum_box2 dl dd.total {
  padding: 0;
  border: none;
}

.cart_label1 {
  border-bottom: 1px solid #3c3c3c;
  font-size: 1.125em;
  padding: 0.3em 0;
  margin: 0 0 1em;
}

.cart_label1 small {
  font-size: 0.6666em !important;
  margin-left: 20px !important;
}

.cart_txt1 {
  color: #cf264e;
}

.cart_form_box {
  margin: 1em 0 3.5em;
}

.cart_form_box>.inn {
  margin: 0 1em;
}

.cart_form_box .txt1 {
  font-size: 0.875em;
  line-height: 2.3;
  margin: 0 0 1.5em;
}

.cart_form_box .txt2 {
  font-size: 0.75em;
  line-height: 2.3;
  margin: 0 0 1.5em;
}

.cart_form_box .link1 {
  border-bottom: 1px solid;
  transition: 0.2s;
}

.cart_form_box .link1:hover {
  border-color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

table.cart_table2,
table.cart_table3,
table.cart_table4,
table.cart_table5 {
  font-size: 0.875em;
  width: 100%;
  max-width: 640px;
}

table.cart_table2 th,
table.cart_table3 th,
table.cart_table4 th,
table.cart_table5 th,
table.cart_table2 td,
table.cart_table3 td,
table.cart_table4 td,
table.cart_table5 td {
  text-align: left;
  padding: 15px 0;
}

table.cart_table2 th,
table.cart_table3 th,
table.cart_table4 th,
table.cart_table5 th {
  font-weight: 400;
  line-height: 1.4;
}

table.cart_table2 th:first-child,
table.cart_table3 th:first-child,
table.cart_table4 th:first-child,
table.cart_table5 th:first-child {
  width: 27%;
}

table.cart_table2 td:nth-child(4),
table.cart_table3 td:nth-child(4),
table.cart_table4 td:nth-child(4),
table.cart_table5 td:nth-child(4) {
  width: 30%;
}

table.cart_table2 .note,
table.cart_table3 .note,
table.cart_table4 .note,
table.cart_table5 .note {
  font-size: 1.2rem;
  margin: 3px 0;
}

table.cart_table2 .note2,
table.cart_table3 .note2,
table.cart_table4 .note2,
table.cart_table5 .note2 {
  font-size: 1.2rem;
  margin: 3px 0;
  text-align: right;
}

table.cart_table2 .note li,
table.cart_table3 .note li,
table.cart_table4 .note li,
table.cart_table5 .note li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

table.cart_table2 td+th,
table.cart_table3 td+th,
table.cart_table4 td+th,
table.cart_table5 td+th {
  width: 13%;
  padding-left: 5%;
}

table.cart_table2 .link1,
table.cart_table3 .link1,
table.cart_table4 .link1,
table.cart_table5 .link1 {
  font-size: 1.2rem;
}

table.cart_table3 {
  margin: 0 25px;
  width: auto;
  max-width: 560px;
}

table.cart_table3 th,
table.cart_table3 td {
  padding: 12px 0;
}

table.cart_table3 .tr1>th,
table.cart_table3 .tr1>td {
  padding-top: 25px;
}

table.cart_table3 .tr2>th {
  padding-left: 41px;
}

table.cart_table4 {
  margin: 0 25px;
  width: calc(100% - 50px);
  max-width: 615px;
}

table.cart_table4 th,
table.cart_table4 td {
  padding: 12px 0;
}

table.cart_table5 th:first-child {
  width: 30%;
}

table.cart_table5 th.th1 {
  vertical-align: middle;
}

.str_count_num.max {
  color: #cf264e;
}

@media (max-width: 768px) {
  .cart_step {
    margin: 15px 0 25px;
  }

  .cart_step li {
    font-size: 0.75em;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    padding: 0.4em 0 0.2em;
    border-bottom-width: 1px;
  }

  .cart_step li+li {
    margin: 0 0 0 0.7em;
  }

  .cart_label1 {
    font-size: 1.25em;
  }

  .cart_label1 small {
    font-size: 0.9166em;
  }

  .cart_form_box>.inn {
    margin: 0;
  }

  .cart_form_box .txt1 {
    font-size: 0.9166em;
    line-height: 2.1;
  }

  table.cart_table2,
  table.cart_table3,
  table.cart_table4,
  table.cart_table5 {
    font-size: 0.91667em;
  }

  table.cart_table2 th,
  table.cart_table3 th,
  table.cart_table4 th,
  table.cart_table5 th,
  table.cart_table2 td,
  table.cart_table3 td,
  table.cart_table4 td,
  table.cart_table5 td {
    display: block;
  }

  table.cart_table2 th:first-child,
  table.cart_table3 th:first-child,
  table.cart_table4 th:first-child,
  table.cart_table5 th:first-child {
    width: auto;
  }

  table.cart_table2 .tr3,
  table.cart_table3 .tr3,
  table.cart_table4 .tr3,
  table.cart_table5 .tr3 {
    display: table;
    width: 100%;
  }

  table.cart_table2 .tr3>th,
  table.cart_table3 .tr3>th,
  table.cart_table4 .tr3>th,
  table.cart_table5 .tr3>th,
  table.cart_table2 .tr3>td,
  table.cart_table3 .tr3>td,
  table.cart_table4 .tr3>td,
  table.cart_table5 .tr3>td {
    display: table-cell;
    padding-top: 15px;
  }

  table.cart_table2 .tr3>th,
  table.cart_table3 .tr3>th,
  table.cart_table4 .tr3>th,
  table.cart_table5 .tr3>th {
    width: 12em;
  }

  table.cart_table2 .tr3_td,
  table.cart_table3 .tr3_td,
  table.cart_table4 .tr3_td,
  table.cart_table5 .tr3_td {
    width: 100%;
  }

  table.cart_table2 th,
  table.cart_table3 th,
  table.cart_table4 th,
  table.cart_table5 th {
    padding: 0;
  }

  table.cart_table2 td,
  table.cart_table3 td,
  table.cart_table4 td,
  table.cart_table5 td {
    padding: 2px 0 18px;
  }

  table.cart_table2 td:nth-child(4),
  table.cart_table3 td:nth-child(4),
  table.cart_table4 td:nth-child(4),
  table.cart_table5 td:nth-child(4) {
    width: auto;
  }

  table.cart_table2 td+th,
  table.cart_table3 td+th,
  table.cart_table4 td+th,
  table.cart_table5 td+th {
    width: auto;
    padding-left: 0;
  }

  table.cart_table2 .note,
  table.cart_table3 .note,
  table.cart_table4 .note,
  table.cart_table5 .note,
  table.cart_table2 .note2,
  table.cart_table3 .note2,
  table.cart_table4 .note2,
  table.cart_table5 .note2 {
    font-size: 0.83333em;
  }

  table.cart_table2 .link1,
  table.cart_table3 .link1,
  table.cart_table4 .link1,
  table.cart_table5 .link1 {
    font-size: 1rem;
  }

  table.cart_table3 {
    margin: 0;
  }

  table.cart_table3 th,
  table.cart_table3 td {
    display: table-cell;
    padding: 5px 0;
  }

  table.cart_table3 .tr1>th,
  table.cart_table3 .tr1>td {
    padding-top: 15px;
  }

  table.cart_table3 .tr2>th {
    padding-left: 37px;
  }

  table.cart_table3 .tr1>th,
  table.cart_table3 .tr2>th {
    width: 12em;
  }

  table.cart_table4 {
    margin: 0;
    width: 100%;
  }

  table.cart_table4 th,
  table.cart_table4 td {
    display: table-cell;
    padding: 5px 0;
  }

  .order_list {
    padding: 25px;
  }
}

.cart_list1 {
  margin: 40px 0 70px;
}

.cart_list1 li {
  overflow: hidden;
}

.cart_list1 li+li {
  margin: 30px 0 0;
}

.cart_list1 input.radio1,
.cart_list1 input.checkbox1 {
  margin-right: 10px;
}

.cart_list1 input.radio1+label,
.cart_list1 input.checkbox1+label {
  vertical-align: middle;
}

.cart_list2 {
  display: -webkit-flex;
  display: flex;
}

.cart_list2>li {
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
  max-width: none;
  overflow: hidden;
}

.cart_list2 input.radio1,
.cart_list2 input.checkbox1 {
  margin-right: 10px;
}

.cart_list2 input.radio1+label,
.cart_list2 input.checkbox1+label {
  vertical-align: middle;
}

.cart_list3 dl {
  overflow: hidden;
  border-top: 1px solid #cecece;
  padding: 20px 0;
}

.cart_list3 dt,
.cart_list3 dd {
  padding: 15px 0;
}

.cart_list3 dt {
  width: 45%;
  float: left;
  clear: both;
}

.cart_list3 dd {
  width: 55%;
  padding-left: 15px;
  margin: 2px 0 0;
  font-size: 0.75em;
  float: left;
}

@media (max-width: 768px) {

  .cart_list1 input.radio1+label,
  .cart_list1 input.checkbox1+label,
  .cart_list2 input.radio1+label,
  .cart_list2 input.checkbox1+label {
    font-size: 0.9166em;
  }

  .cart_list2>li {
    -webkit-flex: 0 1 45%;
    flex: 0 1 45%;
  }

  .cart_list2>li:first-child {
    -webkit-flex: 0 1 55%;
    flex: 0 1 55%;
  }

  .cart_list3 dl {
    padding: 12px 0;
  }

  .cart_list3 dt,
  .cart_list3 dd {
    width: 100%;
    padding: 12px 0;
  }

  .cart_list3 dd {
    font-size: 1em;
  }
}

.main.cart .add_address_details .item {
  padding: 20px 0 0;
}

.main.cart .add_address_details .add_add_text {
  padding: 20px 0 0 41px;
}

.main.cart .add_address_details .add_add_text .input1,
.main.cart .add_address_details .add_add_text .input2,
.main.cart .add_address_details .add_add_text .input3,
.main.cart .add_address_details .add_add_text .input4 {
  max-width: 63%;
  max-width: calc(100% - 9em);
}

.main.cart .use_point_box {
  padding: 0.5em 0 0;
}

.main.cart .use_point_box .select1,
.main.cart .use_point_box .select2 {
  margin: 0 0.6em 0 2em;
  min-width: 230px;
}

.main.cart .use_point_box .txt3 {
  margin-bottom: 0.5em;
}

.main.cart .req_matter {
  border: 1px solid #cecece;
  padding: 20px 30px;
  margin: 0 0 40px;
}

.main.cart .req_matter .title {
  text-align: center;
  margin: 0 0 0.5em;
}

.main.cart .req_matter .list {
  font-size: 0.75em;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.main.cart .req_matter .list li+li {
  margin: 0.4em 0 0;
}

@media (max-width: 768px) {
  .main.cart .add_address_details {
    margin-left: -12em;
  }

  .main.cart .add_address_details .item {
    padding: 15px 0 0;
  }

  .main.cart .add_address_details .add_add_text {
    padding: 15px 0 0 36px;
  }

  .main.cart .use_point_box .select1,
  .main.cart .use_point_box .select2 {
    margin: 0;
  }

  .main.cart .use_point_box1 .box {
    display: block;
  }

  .main.cart .use_point_box1 .box+.box {
    margin: 15px 0 0;
  }
}

.remodal.remodal-cart {
  max-width: 850px;
  padding: 4% 7%;
  text-align: left;
  line-height: 1.8;
}

.remodal.remodal-cart .cart_t1 {
  font-size: 1.125em;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: 1px solid;
}

.remodal.remodal-cart .cart_p1 {
  font-size: 0.875em;
  margin: 7px 0;
}

.remodal.remodal-cart .cart_p2 {
  font-size: 0.75em;
  margin: 7px 0;
}

.remodal.remodal-cart .box {
  border-top: 1px solid #e6e6e6;
  padding: 1em 0 0;
  margin: 1.5em 0 0;
}

.remodal.remodal-cart img.card {
  display: block;
  margin: 10px auto 30px;
  max-width: 100%;
}

.remodal.remodal-cart .cart_btn1 {
  font-size: 1.25em;
  display: block;
  width: 300px;
  background: #212121;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  margin: 45px auto 0;
}

.remodal.remodal-cart .cart_btn1 img[src*="chevron"] {
  width: 8px;
}

.remodal.remodal-cart .cart_btn1:hover {
  cursor: pointer;
}

.remodal.remodal-cart .email_box {
  display: -webkit-flex;
  display: flex;
  padding: 30px 0 0;
}

.remodal.remodal-cart .email_box>.box:nth-child(1) {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: none;
  padding: 6px 15px 0 0;
}

.remodal.remodal-cart .email_box>.box:nth-child(2) {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: none;
}

.remodal.remodal-cart img.remodal-close {
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .remodal.remodal-cart {
    padding: 9% 6.5%;
  }

  .remodal.remodal-cart .cart_t1 {
    font-size: 1.25em;
  }

  .remodal.remodal-cart .cart_p1 {
    font-size: 0.91666em;
    margin: 3px 0;
  }

  .remodal.remodal-cart .cart_p2 {
    font-size: 0.8333em;
    margin: 3px 0;
  }

  .remodal.remodal-cart .cart_btn1 {
    margin: 30px auto 0;
    width: 240px;
  }

  .remodal.remodal-cart .email_box {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .remodal.remodal-cart .email_box>.box:nth-child(1) {
    padding: 0;
  }

  .remodal.remodal-cart img.remodal-close {
    top: 17px;
    right: 17px;
    width: 17px;
    height: 17px;
  }
}

.bridal-list {
  /*------------------------------------
    BRIDAL PLP共通
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BRIDAL PLP
  ------------------------------------*/
  /*.view-more-block {
    padding-left: 30px;
    text-align: center;
    @include sp {
      padding-left: 15px;
    }
    .sjb-e-more-btn {
      font-size: 24px;
      font-family: "Poppins";
      @include sp {
        font-size: 14px;
      }
    }
  }*/
}

.bridal-list .sjb-main-visual {
  margin-bottom: 74px;
  position: relative;
}

@media (max-width: 768px) {
  .bridal-list .sjb-main-visual {
    margin-bottom: 20px;
    top: 0;
  }
}

.bridal-list .sjb-main-visual .breadcrumbs {
  position: absolute;
  top: 15%;
}

@media (max-width: 768px) {
  .bridal-list .sjb-main-visual .breadcrumbs {
    top: 0;
  }
}

.bridal-list .sjb-main-visual .block {
  width: 28%;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 75%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .bridal-list .sjb-main-visual .block {
    width: 80%;
    top: 75%;
    left: 50%;
    bottom: 0;
  }
}

.bridal-list .sjb-main-visual .block .title {
  line-height: 60px;
  font-size: 50px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 1400px) {
  .bridal-list .sjb-main-visual .block .title {
    line-height: 4.166vw;
    font-size: 3.472vw;
  }
}

@media (max-width: 768px) {
  .bridal-list .sjb-main-visual .block .title {
    line-height: 1.5;
    font-size: 25px;
  }
}

.bridal-list .sjb-main-visual .block .jp {
  margin-top: 5px;
  margin-bottom: 44px;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
  font-style: normal;
}

@media screen and (max-width: 1400px) {
  .bridal-list .sjb-main-visual .block .jp {
    margin-bottom: 3.055vw;
    font-size: 0.972vw;
  }
}

@media (max-width: 768px) {
  .bridal-list .sjb-main-visual .block .jp {
    margin-bottom: 13px;
    font-size: 8px;
  }
}

.bridal-list .sjb-main-visual .block .text {
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  .bridal-list .sjb-main-visual .block .text {
    line-height: 1.388vw;
    font-size: 0.972vw;
  }
}

@media (max-width: 768px) {
  .bridal-list .sjb-main-visual .block .text {
    line-height: 1.5;
    font-size: 9px;
  }
}

.bridal-list .sjb-main-visual .set-list-block {
  left: 30%;
  color: #fff;
}

@media (max-width: 768px) {
  .bridal-list .sjb-main-visual .set-list-block {
    width: 80%;
    top: 75%;
    left: 50%;
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .bridal-list a:hover {
    opacity: 0.7;
  }
}

.bridal-list img {
  width: 100%;
}

.bridal-list .inner {
  width: 80%;
  max-width: 1400px;
  padding-top: 30px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .bridal-list .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.bridal-list .sort-menu-wrapper {
  overflow: hidden;
  padding: 30px 0 20px;
}

@media (max-width: 768px) {
  .bridal-list .sort-menu-wrapper {
    padding: 0 0 20px;
  }
}

.bridal-list .sort-menu-wrapper .wrapper5 {
  transition: background .2s ease-in;
  position: relative;
}

.bridal-list .sort-menu-wrapper.sticky2 .wrapper5 {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 15px 0 15px;
}

.bridal-list .sort-menu-wrapper {
  width: 100%;
  text-align: right;
  text-align: -webkit-right;
  /* 絞り込みMENU */
  /* // 絞り込みMENU */
}

.bridal-list .sort-menu-wrapper .flex-wrapper1 {
  width: 450px;
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .bridal-list .sort-menu-wrapper .flex-wrapper1 {
    width: 100%;
  }
}

.bridal-list .sort-menu-wrapper .sort-box {
  width: 200px;
  padding: 10px 13px;
  border-bottom: solid 1px #e2e2e2;
  text-align: left;
  position: relative;
}

@media (max-width: 768px) {
  .bridal-list .sort-menu-wrapper .sort-box {
    width: 48%;
    padding: 0 13px 10px 13px;
  }
}

.bridal-list .sort-menu-wrapper .sort-box:first-of-type {
  display: flex;
  align-items: center;
}

.bridal-list .sort-menu-wrapper .sort-box:after {
  content: ' ';
  background: url(../../img/common/detail/down_arrow.svg) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 40%;
  right: 20px;
  background-size: contain;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .bridal-list .sort-menu-wrapper .sort-box:after {
    top: 30%;
  }
}

.bridal-list .sort-menu-wrapper .sort-box.active:after {
  top: 30%;
  transform: rotate(-180deg);
}

@media (max-width: 768px) {
  .bridal-list .sort-menu-wrapper .sort-box.active:after {
    top: 20%;
  }
}

.bridal-list .sort-menu-wrapper .text01 {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}

.bridal-list .sort-menu-wrapper .filter-block {
  width: 450px;
  max-height: 70vh;
  padding: 0 10px;
  margin-top: -1px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  text-align: left;
  overflow: scroll;
  -ms-overflow-style: none;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  right: 0;
  display: none;
}

@media (max-width: 768px) {
  .bridal-list .sort-menu-wrapper .filter-block {
    width: 100%;
    position: static;
    background-color: rgba(245, 245, 245, 0.4);
  }
}

.bridal-list .sort-menu-wrapper .filter-block .filter-list {
  width: 100%;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-list .filter-item {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-list .filter-item .filter-item-open {
  padding: 15px;
  position: relative;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-list .filter-item .filter-item-open:after {
  content: url(../../img/common/list/icon-open.png);
  position: absolute;
  top: 13px;
  right: 15px;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-list .filter-item .filter-item-open.active:after {
  content: url(../../img/common/list/icon-close.png);
  position: absolute;
  top: 13px;
  right: 15px;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-list .text02 {
  font-size: 12px;
  cursor: pointer;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-list .text02:hover {
  opacity: 0.7;
}

.bridal-list .sort-menu-wrapper .filter-block .flex-wrapper2 {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bridal-list .sort-menu-wrapper .filter-block .flex-wrapper2 .text03 {
  padding-bottom: 3px;
  border-bottom: 1px solid #3c3c3c;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.bridal-list .sort-menu-wrapper .filter-block .flex-wrapper2 .text03:hover {
  opacity: 0.7;
}

.bridal-list .sort-menu-wrapper .filter-block .flex-wrapper2 .filter-btn {
  padding: 11px 32px;
  font-size: 12px;
  color: #fff;
  background-color: #4c4c4c;
  display: block;
  /*a {
    width: 100%;
    height: 100%;
    padding: 11px 32px;
    color: #fff;
    display: block;
  }*/
}

.bridal-list .sort-menu-wrapper .filter-block .filter-item-child {
  width: 100%;
  padding: 10px 20px;
  display: block;
  display: none;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-item-child .filter-child-menu {
  width: 49%;
  padding: 6px 10px 6px 30px;
  line-height: 1.6;
  font-size: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-item-child .filter-child-menu input {
  width: 100%;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 200;
  opacity: 0;
  cursor: pointer;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-item-child .filter-child-menu span {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #b5b5b5;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}

.bridal-list .sort-menu-wrapper .filter-block .filter-item-child .filter-child-menu input:checked+span {
  background-color: #485157;
}

.bridal-list .sort-menu-wrapper .filter-block::-webkit-scrollbar {
  display: none;
}

.bridal-list .section1 {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .bridal-list .section1 {
    margin-top: 22.5px;
  }
}

.bridal-list .section1 .text1 {
  font-size: 18px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .bridal-list .section1 .text1 {
    font-size: 11px;
  }
}

.bridal-list .section1 .flex-wrapper1 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.bridal-list .section1 .flex-wrapper1::after {
  content: '';
  display: block;
  width: 30%;
}

.bridal-list .section1 .flex-wrapper1 .item {
  width: 30%;
  max-width: 30%;
  padding: 0 30px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 768px) {
  .bridal-list .section1 .flex-wrapper1 .item {
    width: 50%;
    max-width: 50%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.bridal-list .section1 .flex-wrapper1 .item .badge-area {
  position: inherit;
}

.bridal-list .section1 .flex-wrapper1 .item .badge-new {
  color: #a0801f;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  opacity: 1;
  margin-bottom: 3px;
}

.bridal-list .section1 .flex-wrapper1 .item .text1 {
  display: inline-block;
}

.bridal-list .section1 .flex-wrapper1 .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.bridal-list .section1 .flex-wrapper1 .item span {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .bridal-list .section1 .flex-wrapper1 .item span {
    opacity: 0;
  }

  .bridal-list .section1 .flex-wrapper1 .item:hover span {
    opacity: 1;
  }
}

.bridal-list .section1 .flex-wrapper1 .img-wrapper1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bridal-list .section1 .flex-wrapper1 .img-wrapper1 img.imgHover {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.bridal-list .section1 .reverse {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.bridal-list .section1 .flex-wrapper2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal-list .section1 .flex-wrapper2 {
    display: block;
  }
}

.bridal-list .section1 .flex-wrapper2 .img-wrapper2 {
  width: 35%;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .bridal-list .section1 .flex-wrapper2 .img-wrapper2 {
    width: 100%;
    margin-bottom: 40px;
  }
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 {
  width: 65%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media (max-width: 768px) {
  .bridal-list .section1 .flex-wrapper2 .flex-wrapper3 {
    width: 100%;
  }
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .item {
  width: 50%;
  max-width: 50%;
  padding: 0 30px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 768px) {
  .bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .item {
    padding: 0;
    margin-bottom: 40px;
  }
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .item .badge-area {
  position: inherit;
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .item .badge-new {
  color: #a0801f;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  opacity: 1;
  margin-bottom: 3px;
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .item .text1 {
  display: inline-block;
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .item span {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  opacity: 0;
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .item:hover span {
  opacity: 1;
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .img-wrapper1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bridal-list .section1 .flex-wrapper2 .flex-wrapper3 .img-wrapper1 img.imgHover {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.bridal-list .pager {
  width: 25%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-around;
  align-items: center;
  /*&:before {
    content: url(../../img/common/list/nav-left.svg);
    width: 15px;
  }
  &:after {
    content: url(../../img/common/list/nav-right.svg);
    width: 15px;
  }*/
}

@media (max-width: 768px) {
  .bridal-list .pager {
    width: 80%;
    margin: 30px auto 60px;
  }
}

.bridal-list .pager .icon {
  width: 15px;
}

.bridal-list .pager .icon img {
  width: 100%;
  height: 100%;
}

.bridal-list .pager .num {
  font-size: 16px;
}

@media (max-width: 768px) {
  .bridal-list .pager .num {
    font-size: 12px;
  }
}

.bridal-list .pager .num a {
  width: 100%;
  height: 100%;
  padding: 5px 8px;
  display: block;
}

.bridal-list .pager .num.active {
  background-color: #ececec;
}

.bridal-list .section2 {
  width: 100%;
  margin-top: 100px;
  text-align: center;
  /* block共通スタイル */
  /* // block共通スタイル */
}

@media (max-width: 768px) {
  .bridal-list .section2 {
    margin-top: 50px;
  }
}

.bridal-list .section2 .title {
  margin-bottom: 40px;
  font-size: 40px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .bridal-list .section2 .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.bridal-list .section2 .block1,
.bridal-list .section2 .block2,
.bridal-list .section2 .block3 {
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 768px) {

  .bridal-list .section2 .block1,
  .bridal-list .section2 .block2,
  .bridal-list .section2 .block3 {
    margin-bottom: 10px;
  }
}

.bridal-list .section2 .block1 .img-wrapper1,
.bridal-list .section2 .block2 .img-wrapper1,
.bridal-list .section2 .block3 .img-wrapper1 {
  width: 100%;
}

.bridal-list .section2 .block1 a,
.bridal-list .section2 .block2 a,
.bridal-list .section2 .block3 a {
  width: 100%;
  height: 100%;
  display: block;
}

.bridal-list .section2 .detail {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .bridal-list .section2 .detail {
    width: 70%;
  }
}

.bridal-list .section2 .detail .subtitle {
  font-size: 48px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media screen and (max-width: 1400px) {
  .bridal-list .section2 .detail .subtitle {
    font-size: 3.333vw;
  }
}

@media (max-width: 768px) {
  .bridal-list .section2 .detail .subtitle {
    font-size: 21px;
  }
}

.bridal-list .section2 .detail .jp {
  font-size: 16px;
}

@media screen and (max-width: 1400px) {
  .bridal-list .section2 .detail .jp {
    font-size: 1.111vw;
  }
}

@media (max-width: 768px) {
  .bridal-list .section2 .detail .jp {
    font-size: 8px;
  }
}

.bridal-list .section2 .detail .text {
  margin-top: 25px;
  line-height: 18px;
  font-size: 14px;
}

@media screen and (max-width: 1400px) {
  .bridal-list .section2 .detail .text {
    margin-top: 1.735vw;
    line-height: 1.25vw;
    font-size: 0.972vw;
  }
}

@media (max-width: 768px) {
  .bridal-list .section2 .detail .text {
    margin-top: 12.5px;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 9px;
  }
}

.bridal-list .section2 .block1 .detail {
  left: 75%;
}

@media (max-width: 768px) {
  .bridal-list .section2 .block1 .detail {
    left: 68%;
  }
}

.bridal-list .section2 .block2 .detail {
  left: 30%;
}

@media (max-width: 768px) {
  .bridal-list .section2 .block2 .detail {
    left: 38%;
  }
}

.bridal-list .section2 .block3 {
  border: solid 1px #e5e5e5;
}

.bridal-list .section2 .block3 .detail {
  left: 75%;
}

@media (max-width: 768px) {
  .bridal-list .section2 .block3 .detail {
    margin-bottom: 0;
    left: 63%;
  }
}

.bridal-list .section2 .block4 {
  width: 100%;
}

@media (max-width: 768px) {
  .bridal-list .section2 .block4 {
    margin-bottom: 50px;
  }
}

.bridal-list .section2 .block4 .flex-wrapper1 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .bridal-list .section2 .block4 .flex-wrapper1 {
    display: block;
  }
}

.bridal-list .section2 .block4 .flex-wrapper1 .item {
  width: 45%;
  font-size: 24px;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  border: solid 1px;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal-list .section2 .block4 .flex-wrapper1 .item {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
  }
}

.bridal-list .section2 .block4 .flex-wrapper1 .item a {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: block;
}

@media (max-width: 768px) {
  .bridal-list .section2 .block4 .flex-wrapper1 .item a {
    padding: 15px;
  }
}

.bridal-list .section2 .marriage .subtitle {
  color: #fff;
}

.bridal-list .section2 .marriage .text {
  color: #fff;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BRIDAL 検索結果
------------------------------------*/
.sjb-search .search-flex-wrapper {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .sjb-search .search-flex-wrapper {
    display: block;
  }
}

.sjb-search .search-flex-wrapper .title {
  font-size: 18px;
}

@media (max-width: 768px) {
  .sjb-search .search-flex-wrapper .title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
  }
}

.sjb-search .sort-menu-wrapper {
  padding: 0 !important;
}

.sjb-search .section1 .flex-wrapper1 {
  justify-content: initial !important;
}

.sjb-search .section1 .flex-wrapper1 .item {
  width: 33.33% !important;
  max-width: 33.33% !important;
}

@media (max-width: 768px) {
  .sjb-search .section1 .flex-wrapper1 .item {
    width: 50% !important;
    max-width: 50% !important;
  }
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BRIDAL 検索結果なし
------------------------------------*/
@media screen and (min-width: 769px) {
  .sjb-search-zero .sp-br {
    display: none;
  }
}

.sjb-search-zero .section1 {
  width: 70%;
  max-width: 1400px;
  margin: 50px auto 0;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 {
    width: 100%;
    padding: 0 15px;
    margin: 20px auto 80px auto;
  }
}

.sjb-search-zero .section1 .title {
  margin-bottom: 35px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 .title {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.sjb-search-zero .section1 .text1 {
  margin-bottom: 35px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 .text1 {
    margin-bottom: 32px;
    font-size: 12px;
  }

  .sjb-search-zero .section1 .text1:last-of-type {
    margin-bottom: 18px;
  }
}

.sjb-search-zero .section1 .text1 span {
  font-size: 20px;
  color: #cf264e;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 .text1 span {
    font-size: 14px;
  }
}

.sjb-search-zero .section1 .attention .item {
  line-height: 2;
  font-size: 14px;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 .attention .item {
    font-size: 12px;
  }
}

.sjb-search-zero .section1 .search {
  margin-top: 45px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 .search {
    margin-top: 13px;
    display: block;
  }
}

.sjb-search-zero .section1 .search .subtitle {
  width: 100px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 .search .subtitle {
    padding-bottom: 5px;
    font-size: 11px;
  }
}

.sjb-search-zero .section1 .search .wrapper1 {
  width: 60%;
  position: relative;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 .search .wrapper1 {
    width: 100%;
  }
}

.sjb-search-zero .section1 .search .wrapper1 .search-bar {
  border: solid 2px #e6e6e6;
}

.sjb-search-zero .section1 .search .wrapper1 .search-btn {
  width: 25%;
  height: 50px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .sjb-search-zero .section1 .search .wrapper1 .search-btn {
    width: 30%;
    font-size: 15px;
  }
}

.sjb-search-zero .section1 .search .wrapper1 .search-btn a {
  width: 100%;
  height: 100%;
  color: #3c3c3c;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

/*------------------------------------
  END
------------------------------------*/
* {
  box-sizing: border-box;
}

.remodal-close {
  position: absolute;
  top: 15px;
  right: 8px;
  background-image: url(../../img/common/icon/batsu2.png);
  background-repeat: no-repeat;
  background-size: 23px;
}

.remodal-close:before {
  content: "";
}

.sj {
  /*------------------------------------
    BEGIN 共通
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN top-slide-area
  ------------------------------------*/
  /*レスポンシブ時の画像の切り替え*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN item-category
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN pickup-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN checked-items
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN season-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN movie-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN news-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN weekly-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN customer-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN brand-story-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN special-brand-area
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
}

.sj .box-title {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 200;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .sj .box-title {
    font-size: 2.6rem;
  }
}

.sj .top-slide-area {
  max-width: 1920px;
  max-height: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sj .top-slide-area {
    max-height: initial;
    height: auto;
  }
}

.sj .top-slide-area img {
  max-width: 100%;
  width: 100%;
}

.sj .top-slide-area .slide-text {
  position: absolute;
  width: 100%;
  bottom: 10%;
  color: #fff;
}

.sj .top-slide-area .slide-text ul {
  width: 80%;
  margin: 0 auto;
}

.sj .top-slide-area .slide-text ul li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

@media (max-width: 768px) {
  .sj .top-slide-area .slick-dots {
    bottom: 0;
    display: -webkit-flex;
    display: flex;
  }

  .sj .top-slide-area .slick-dots>li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
    width: auto;
  }

  .sj .top-slide-area .slick-dots>li.slick-active {
    background: #fff;
  }

  .sj .top-slide-area .slick-dots>li button {
    width: 100%;
    height: auto;
  }

  .sj .top-slide-area .slick-dots>li button::before {
    display: none;
  }
}

.sj .link {
  position: absolute;
  right: 60px;
  bottom: -5%;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .sj .link {
    right: 29px;
    bottom: -50px;
    font-size: 1.5rem;
  }
}

.sj .link:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 4px;
  right: -25px;
  display: block;
  border-top: solid 2px #3c3c3c;
  border-right: solid 2px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .sj .link:before {
    top: 3px;
  }
}

.sj .link:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .sj .sp-br {
    display: none;
  }
}

.sj .linefeed {
  white-space: nowrap;
}

.sj .top-slide-area {
  position: relative;
}

.sj .top-slide-area img {
  width: 100%;
}

.sj .top-slide-area .slide-text {
  position: absolute;
  width: 100%;
  bottom: 5%;
  color: #fff;
}

@media (max-width: 768px) {
  .sj .top-slide-area .slide-text {
    display: none;
  }
}

.sj .top-slide-area .slide-text .thum-slide {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

.sj .top-slide-area .slide-text .thum-slide .thumbnail-item {
  width: 32%;
  margin-right: 3rem;
  padding-bottom: 1.5rem;
  font-weight: 200;
  outline: none;
  border-bottom: solid 4px rgba(255, 255, 255, 0.5);
  display: block;
  cursor: pointer;
}

.sj .top-slide-area .slide-text .thum-slide .thumbnail-item:hover {
  border-bottom: solid 4px rgba(255, 255, 255, 0.8);
}

.sj .top-slide-area .slide-text .thum-slide .thumbnail-current {
  border-bottom: solid 4px white;
}

@media (max-width: 768px) {
  .sj .top-slide-area li img:first-of-type {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sj .top-slide-area li img:last-of-type {
    display: none;
  }
}

.sj .item-category {
  width: 100%;
  padding: 0 1.5rem;
  margin-top: 8rem;
}

.sj .item-category ul {
  width: 100%;
  margin-top: 3.5rem;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

.sj .item-category ul li {
  width: 33%;
  height: 5rem;
  border-left: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  font-size: 1.1rem;
  font-family: "NotoSansCJKjp";
}

.sj .item-category ul li:nth-last-of-type(-n+3) {
  border-bottom: none;
}

.sj .item-category ul li:nth-of-type(3n-2) {
  border-left: none;
}

.sj .item-category ul li:last-of-type {
  padding: 0;
}

.sj .item-category ul li:last-of-type img {
  width: 110px;
  padding: 16px;
}

.sj .item-category ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .sj .item-category {
    display: none;
  }
}

.sj .pickup-area {
  padding: 0 10rem;
  margin: 0 auto;
  background: #fff;
  padding-top: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .sj .pickup-area {
    padding: 0 15px;
    margin-top: 7rem;
    box-sizing: border-box;
  }
}

.sj .pickup-area .grid-container {
  max-width: 1400px;
  width: 100%;
  margin: 4.3rem auto 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-align-items: start;
  align-items: start;
  position: relative;
}

@media screen and (min-width: 770px) and (max-width: 900px) {
  .sj .pickup-area .grid-container {
    margin-bottom: -200px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  .sj .pickup-area .grid-container {
    margin-bottom: -150px;
  }
}

@media (max-width: 768px) {
  .sj .pickup-area .grid-container {
    margin-top: 3.5rem;
    display: block;
  }
}

.sj .pickup-area .grid {
  width: calc(50% - 35px);
  margin-bottom: 3.4%;
  position: relative;
}

@media (max-width: 768px) {
  .sj .pickup-area .grid {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.sj .pickup-area .grid .pickup-box {
  color: #3c3c3c;
}

.sj .pickup-area .grid:first-of-type .pickup-box {
  width: 65%;
  color: #fff;
  top: auto;
  bottom: 10%;
}

@media (max-width: 768px) {
  .sj .pickup-area .grid:first-of-type .pickup-box {
    left: 26px;
  }
}

.sj .pickup-area .grid:nth-of-type(2n) {
  margin-top: -18%;
  margin-left: 3.7%;
}

@media (max-width: 768px) {
  .sj .pickup-area .grid:nth-of-type(2n) {
    margin-top: 0;
    margin-left: 0;
  }
}

.sj .pickup-area .grid:nth-of-type(2n) .pickup-box {
  left: auto;
  right: 0;
}

@media (max-width: 768px) {
  .sj .pickup-area .grid:nth-of-type(2n+1) {
    margin-top: 0;
  }
}

.sj .pickup-area .grid:nth-of-type(2n+1):first-of-type {
  margin-top: 0;
}

.sj .pickup-area .grid-style {
  margin-top: 0 !important;
}

.sj .pickup-area .grid:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .pickup-area .grid img {
  width: 100%;
}

@media screen and (min-width: 770px) and (max-width: 900px) {
  .sj .pickup-area .link {
    bottom: 10%;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  .sj .pickup-area .link {
    bottom: 5%;
  }
}

@media screen and (min-width: 1000px) {
  .sj .pickup-area .link {
    bottom: -2%;
  }
}

.sj .pickup-box {
  width: 60%;
  position: absolute;
  top: auto;
  left: 26px;
  bottom: 12%;
}

@media (max-width: 768px) {
  .sj .pickup-box {
    left: 0;
  }
}

.sj .pickup-title {
  border-bottom: solid 1px;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 3.6rem;
  line-height: 1.111;
}

@media screen and (max-width: 1400px) {
  .sj .pickup-title {
    font-size: 2.5vw;
  }
}

@media (max-width: 768px) {
  .sj .pickup-title {
    margin-bottom: 0;
    font-size: 26px;
    word-break: break-word;
  }
}

.sj .pickup-link {
  margin: 2rem auto;
  font-size: 0.97vw;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .sj .pickup-link {
    margin: 0.5rem 0;
    font-size: 10px;
  }
}

.sj .pickup-discription {
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (max-width: 1400px) {
  .sj .pickup-discription {
    font-size: 12px;
    word-break: break-word;
  }
}

.sj .checked-items-area {
  max-width: 1400px;
  margin: 12rem auto 0;
}

@media (max-width: 768px) {
  .sj .checked-items-area {
    margin: 10rem 1.5rem 0;
  }
}

.sj .checked-items-area img {
  width: 100%;
}

.sj .checked-items-slide {
  padding-left: 25px;
  margin: 4.3rem 10rem 0;
  position: relative;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .sj .checked-items-slide {
    margin: 2.6rem 1.5rem 0 0;
  }
}

.sj .checked-items-slide li:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .checked-items-description {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #3c3c3c;
}

@media (max-width: 768px) {
  .sj .checked-items-description {
    display: none;
  }
}

.sj .checked-items-description p:first-of-type {
  line-height: 1.5;
  letter-spacing: 1px;
}

.sj .checked-items-description p:last-of-type {
  margin-top: 1.5rem;
  letter-spacing: 0;
}

.sj .checked-items-prev {
  position: absolute;
  top: 32%;
  left: 0;
}

.sj .checked-items-prev:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  border-top: solid 1px #3c3c3c;
  border-left: solid 1px #3c3c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sj .checked-items-next {
  position: absolute;
  top: 32%;
  right: 0;
}

.sj .checked-items-next:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sj .season-area {
  max-width: 1400px;
  padding: 0 17rem;
  margin: 14rem auto 0;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sj .season-area {
    padding: 0 1.5rem;
    margin-top: 7.2rem;
  }
}

.sj .season-area .link {
  right: 128px;
  bottom: -12%;
}

@media (max-width: 768px) {
  .sj .season-area .link {
    right: 42px;
    bottom: -50px;
  }
}

.sj .season-block {
  margin: 3.6rem auto 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .sj .season-block {
    margin-top: 3rem;
  }
}

.sj .season-block a {
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .sj .season-block a {
    width: 100%;
  }
}

.sj .season-block a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .season-block a div {
  width: 50%;
}

@media (max-width: 768px) {
  .sj .season-block a div {
    width: 50%;
  }
}

.sj .season-block a div img {
  width: 100%;
}

.sj .season-gallery-top {
  margin-top: 9.5rem;
}

@media (max-width: 768px) {
  .sj .season-gallery-top {
    margin-top: 4.5rem;
  }
}

.sj .season-gallery-bottom {
  margin-bottom: 9.5rem;
}

@media (max-width: 768px) {
  .sj .season-gallery-bottom {
    margin-bottom: 4.5rem;
  }
}

.sj .movie-area {
  max-width: 1400px;
  padding: 0 10rem;
  margin: 24rem auto 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .sj .movie-area {
    padding: 0 1.5rem;
    margin: 12rem auto 0;
    cursor: pointer;
  }
}

.sj .movie-area .top-movie-pc {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sj .movie-area .top-movie-pc .movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sj .news-area {
  max-width: 1400px;
  margin: 14.2rem auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .sj .news-area {
    margin: 7rem auto 0;
  }
}

.sj .news-area .news-view-more {
  margin-top: 9rem;
  text-align: center;
}

@media (max-width: 768px) {
  .sj .news-area .news-view-more {
    margin-top: 5rem;
  }
}

.sj .news-area .news-view-more .news-view-more-btn {
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #3c3c3c;
  display: inline-block;
}

@media (max-width: 768px) {
  .sj .news-area .news-view-more .news-view-more-btn {
    font-size: 1.2rem;
    padding-bottom: 5px;
    border-bottom: 1px solid;
  }
}

.sj .news-area .news-view-more .news-view-more-btn:after {
  content: "+";
}

.sj .news-area .tab {
  margin: 3.3rem 10rem 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

@media (max-width: 768px) {
  .sj .news-area .tab {
    margin: 3.8rem auto 0;
  }
}

.sj .news-area .tab li {
  cursor: pointer;
}

.sj .news-area .tab-all {
  padding-bottom: 5px;
  border-bottom: solid 1px;
  color: #3c3c3c;
}

.sj .news-area .tab-new {
  color: #ccc17a;
}

.sj .news-area .tab-store {
  color: #82977e;
}

.sj .news-area .tab-bridal {
  color: #707a99;
}

.sj .news-area .tab-others {
  color: #81503d;
}

.sj .news-area .tab li {
  margin-right: 4.4rem;
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .sj .news-area .tab li {
    font-size: 1.2rem;
    margin-right: 2.5rem;
  }
}

.sj .news-area .tab li:last-of-type {
  margin-right: 0;
}

.sj .news-area .appear {
  display: none;
}

.sj .news-list {
  margin-top: 5.5rem;
}

@media (max-width: 768px) {
  .sj .news-list {
    margin: 4rem 1.5rem 0;
  }
}

.sj .news-list .news02,
.sj .news-list .news03,
.sj .news-list .news04,
.sj .news-list .news05 {
  display: none;
}

.sj .news-detail {
  margin-bottom: 2rem;
  /*.news-detailのなかのカテゴリーカラー*/
}

@media (max-width: 768px) {
  .sj .news-detail {
    border-bottom: solid 1px #e9e9e9;
  }
}

.sj .news-detail:last-of-type {
  margin-bottom: 0;
}

.sj .news-detail a {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

.sj .news-detail .left {
  width: 45%;
  margin-right: 2rem;
  border-bottom: solid 1px #e9e9e9;
}

@media (max-width: 768px) {
  .sj .news-detail .left {
    width: 60%;
    margin-right: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 500px) {
  .sj .news-detail .left {
    padding-right: 2rem;
    padding-bottom: 1.5rem;
  }
}

.sj .news-detail .category {
  padding: 0.3rem 1rem;
  margin-top: 0.4rem;
  border: solid 1px;
  display: inline-block;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sj .news-detail .category {
    font-size: 0.9rem;
  }
}

.sj .news-detail .color01 {
  /*new item*/
  color: #ccc17a;
}

.sj .news-detail .color02 {
  /*store*/
  color: #82977e;
}

.sj .news-detail .color03 {
  /*bridal*/
  color: #707a99;
}

.sj .news-detail .color04 {
  /*others*/
  color: #81503d;
}

.sj .news-detail .date {
  margin-top: 4.2rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sj .news-detail .date {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.sj .news-detail .title {
  margin-top: 1.3rem;
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .sj .news-detail .title {
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.sj .news-detail .right {
  max-width: 350px;
  width: 40%;
}

.sj .news-detail .right img {
  width: 100%;
}

.sj .news-detail:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .weekly-area {
  max-width: 1400px;
  margin: 12rem auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .sj .weekly-area {
    margin: 10rem auto 0;
  }
}

.sj .weekly-area ul {
  margin: 4rem 10% 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

@media (max-width: 768px) {
  .sj .weekly-area ul {
    display: block;
    margin: 2.5rem 1.5rem 0;
  }
}

.sj .weekly-area .left {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .sj .weekly-area .left {
    width: 60%;
    margin: 0 auto 5rem;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .sj .weekly-area .left figure {
    margin-bottom: 2rem;
    border-bottom: solid 1px #e9e9e9;
  }
}

.sj .weekly-area .left .box:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .weekly-area .left a {
  display: block;
}

.sj .weekly-area .left a .number {
  padding: 1.6rem 2rem;
  position: absolute;
  top: 4px;
  left: 3px;
  z-index: 1;
  display: inline-block;
  border: solid 1px #3c3c3c;
}

@media (max-width: 768px) {
  .sj .weekly-area .left a .number {
    padding: 1rem 1.6rem;
  }
}

.sj .weekly-area .left a .text {
  width: 40%;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sj .weekly-area .left a .text {
    width: 100%;
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}

.sj .weekly-area .left a .text .name {
  line-height: 1.5;
  letter-spacing: 1px;
}

.sj .weekly-area .left a .text .price {
  margin-top: 1.5rem;
  letter-spacing: 0;
}

.sj .weekly-area .left a img {
  width: 100%;
}

.sj .weekly-area .right {
  width: 50%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .sj .weekly-area .right {
    width: 100%;
  }
}

.sj .weekly-area .right .box {
  width: 50%;
  padding-left: 3rem;
  padding-bottom: 2.8rem;
  position: relative;
  box-sizing: border-box;
  display: block;
}

@media (max-width: 768px) {
  .sj .weekly-area .right .box {
    padding-left: 1rem;
    padding-bottom: 5rem;
  }

  .sj .weekly-area .right .box:nth-last-of-type(-n+2) {
    padding-bottom: 0;
  }
}

.sj .weekly-area .right .box:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

@media (max-width: 768px) {
  .sj .weekly-area .right .box figure {
    margin-bottom: 2rem;
    border-bottom: solid 1px #e9e9e9;
  }
}

.sj .weekly-area .right .box a {
  width: 100%;
  display: block;
}

.sj .weekly-area .right .box a .number {
  padding: 1.6rem 1.8rem;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
  display: inline-block;
  border: solid 1px #3c3c3c;
  background-color: #fff;
}

@media (max-width: 768px) {
  .sj .weekly-area .right .box a .number {
    padding: 1rem 1.4rem;
    left: 0;
  }
}

.sj .weekly-area .right .box a .text {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .sj .weekly-area .right .box a .text {
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}

.sj .weekly-area .right .box a .text .name {
  line-height: 1.5;
  letter-spacing: 1px;
}

.sj .weekly-area .right .box a .text .price {
  margin-top: 1.5rem;
  letter-spacing: 0;
}

.sj .weekly-area .right .box a img {
  width: 100%;
}

.sj .weekly-area .link {
  right: 128px;
  bottom: -10%;
}

@media (max-width: 768px) {
  .sj .weekly-area .link {
    right: 42px;
    bottom: -50px;
  }
}

.sj .customer-area {
  width: 100%;
  margin: 32rem auto 0;
}

@media (max-width: 768px) {
  .sj .customer-area {
    margin-top: 15rem;
  }
}

.sj .customer-area ul {
  margin: 0 5rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sj .customer-area ul {
    margin: 0 1.5rem;
    display: block;
  }
}

.sj .customer-area li {
  margin-right: 3.8rem;
  position: relative;
}

.sj .customer-area li:last-of-type {
  margin-right: 0;
}

@media (max-width: 768px) {
  .sj .customer-area li {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .sj .customer-area li:last-of-type {
    margin-bottom: 0;
  }
}

.sj .customer-area li:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.sj .customer-area li .text {
  width: 100%;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.sj .customer-area li .text .title {
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.125;
  letter-spacing: 6px;
}

@media screen and (max-width: 1400px) {
  .sj .customer-area li .text .title {
    font-size: 2.2vw;
  }
}

@media (max-width: 768px) {
  .sj .customer-area li .text .title {
    font-size: 2rem;
  }
}

.sj .customer-area li .text .subtitle {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .sj .customer-area li .text .subtitle {
    font-size: 1.25vw;
  }
}

@media (max-width: 768px) {
  .sj .customer-area li .text .subtitle {
    font-size: 0.9rem;
  }
}

.sj .customer-area li img {
  width: 100%;
}

@media (max-width: 768px) {
  .sj .customer-area li .customer-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sj .customer-area li .customer-sp {
    display: none;
  }
}

.sj .brand-story-area {
  width: 100%;
  max-width: 1920px;
  margin: 20.6rem auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .sj .brand-story-area {
    margin-top: 5rem;
  }
}

.sj .brand-story-area img {
  width: 100%;
}

.sj .brand-story-area .text {
  width: 350px;
  position: absolute;
  left: 10%;
  bottom: 7%;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    left: auto;
    bottom: auto;
    box-sizing: border-box;
  }
}

.sj .brand-story-area .text .title {
  padding-left: 1rem;
  padding-bottom: 1.4rem;
  font-size: 3.6rem;
  color: #fff;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .title {
    font-size: 2.5rem;
  }
}

.sj .brand-story-area .text .title:before {
  content: '';
  width: 100%;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 50px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .title:before {
    width: 270px;
    border-bottom: solid 1px #3c3c3c;
    top: 70px;
    left: 20px;
  }
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .title {
    padding-left: 0;
    padding-bottom: 0;
    color: #3c3c3c;
    display: inline-block;
  }
}

.sj .brand-story-area .text .brand-story-link {
  padding-top: 2rem;
  padding-left: 1rem;
  position: static;
  font-size: 1.4rem;
  color: #fff;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .brand-story-link {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.2rem;
    color: #3c3c3c;
  }
}

.sj .brand-story-area .text .brand-story-link:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 73px;
  left: 110px;
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .brand-story-link:before {
    border-top: solid 1px #3c3c3c;
    border-right: solid 1px #3c3c3c;
    top: 48px;
    left: 110px;
  }
}

.sj .brand-story-area .text .brand-story-link a {
  color: #fff;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .brand-story-link a {
    color: #3c3c3c;
  }
}

.sj .brand-story-area .text .brand-story-link a:hover {
  opacity: 0.6;
}

.sj .brand-story-area .text .detail {
  padding-left: 1rem;
  font-size: 2rem;
  font-family: "NotoSansCJKjp";
  font-weight: 200;
  color: #fff;
  line-height: 1.5;
  margin-top: 1.3rem;
}

@media (max-width: 768px) {
  .sj .brand-story-area .text .detail {
    padding-top: 0.3rem;
    padding-left: 0;
    font-size: 1.2rem;
    color: #3c3c3c;
  }
}

.sj .special-brand-area {
  width: 100%;
  margin: 17rem auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  .sj .special-brand-area {
    margin-top: 8.5rem;
  }
}

.sj .special-brand-area ul {
  width: 100%;
  padding: 0 10rem;
  margin-top: 4rem;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .sj .special-brand-area ul {
    padding: 0;
    margin-top: 3rem;
  }
}

.sj .special-brand-area ul li {
  width: 100%;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .sj .special-brand-area ul li {
    margin-bottom: 0;
    line-height: 0;
  }
}

.sj .special-brand-area ul li:last-of-type {
  margin-bottom: 0;
}

.sj .special-brand-area ul li a {
  display: inline-block;
}

.sj .special-brand-area ul li a img {
  width: 100%;
}

.sj .special-brand-area ul li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

/* // sj*/
/*------------------------------------
  全ページ共通
  ------------------------------------*/
/*スクロールアクション*/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}

.pickup-area .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.customer-area .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.customer-area .fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

/*------------------------------------
  BEGIN sns-area
------------------------------------*/
.sns-area {
  margin-top: 10.7rem;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .sns-area {
    margin-top: 7.5rem;
  }
}

.sns-area li {
  margin-right: 10rem;
}

@media screen and (max-width: 950px) {
  .sns-area li {
    margin-right: 8%;
  }
}

@media (max-width: 768px) {
  .sns-area li {
    margin-right: 9%;
  }
}

.sns-area li a:hover {
  opacity: 0.6;
}

.sns-area li:last-of-type {
  margin-right: 0;
}

.sns-area .icon {
  font-size: 5.5rem;
}

@media (max-width: 768px) {
  .sns-area .icon {
    font-size: 3rem;
  }
}

/*------------------------------------
   END
------------------------------------*/
/*------------------------------------
  BEGIN mail-magazine-area
------------------------------------*/
.mail-magazine-area {
  width: 100%;
  background-color: #fafafa;
}

.mail-magazine-area .content {
  max-width: 1400px;
  padding: 9rem 10rem;
  margin: 10.5rem auto 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .mail-magazine-area .content {
    padding: 3.5rem 1.5rem;
    margin-top: 3.5rem;
  }
}

.mail-magazine-area .title {
  margin-bottom: 2.3rem;
  font-size: 2rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .mail-magazine-area .title {
    margin-left: 6rem;
    margin-right: 6rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 450px) {
  .mail-magazine-area .title {
    margin-left: 2rem;
  }
}

.mail-magazine-area .detail {
  margin-bottom: 2.3rem;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .mail-magazine-area .detail {
    margin-left: 6rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 450px) {
  .mail-magazine-area .detail {
    margin-left: 2rem;
  }
}

.mail-magazine-area .input-area {
  display: flex;
  display: -ms-flexbox;
  height: 45px;
}

@media (max-width: 768px) {
  .mail-magazine-area .input-area {
    align-items: flex-end;
  }
}

.mail-magazine-area .input-area .mail {
  width: 100%;
  margin-right: 3rem;
  border-bottom: 1px solid #3c3c3c;
}

@media screen and (max-width: 450px) {
  .mail-magazine-area .input-area .mail {
    margin-right: 1.5rem;
  }
}

.mail-magazine-area .input-area .mail .mail-address {
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .mail-magazine-area .input-area .mail .mail-address {
    display: none;
  }
}

.mail-magazine-area .input-area .mail .form {
  width: 100%;
  padding-top: 1rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 45px;
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .mail-magazine-area .input-area .mail .form {
    padding-left: 0.5rem;
    font-size: 0.5rem;
    letter-spacing: 1px;
    height: 35px;
  }
}

.mail-magazine-area .input-area .mail .form:focus {
  outline: 0;
}

.mail-magazine-area .input-area .submit {
  width: 200px;
  height: 45px;
  height: auto;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mail-magazine-area .input-area .submit {
    height: 35px;
    font-size: 11px;
    letter-spacing: 0;
  }
}

.mail-magazine-area .input-area .submit:hover {
  opacity: 0.6;
  /*color: #fff;
  background: #ececec;*/
  /*button {
    background-color: #ececec;
  }*/
}

.submit-remodal {
  width: 80%;
  text-align: center;
}

.submit-remodal .submit .submit-title {
  font-size: 3rem;
  font-family: "Poppins";
  font-weight: 100;
}

.submit-remodal .submit .submit-text {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-family: "NotoSansCJKjp";
  font-weight: 100;
}

/*------------------------------------
  END
------------------------------------*/
/*------------------------------------
  BEGIN members-area
------------------------------------*/
.members-area {
  max-width: 1400px;
  margin: 9rem auto 0;
}

.members-area .content {
  border: solid 5px #646464;
  margin: 0 5rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.members-area a {
  width: 100%;
  display: inline-block;
}

.members-area a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition: 0.5s;
  -ms-transition: 0 0.5s;
}

.members-area a div {
  width: 100%;
  padding: 6rem 0;
}

.members-area a p {
  padding-top: 30px;
  font-size: 40px;
  color: #5d616a;
  line-height: 0.8;
  letter-spacing: 4px;
}

.members-area a p span {
  font-size: 2rem;
  color: #5d616a;
}

.members-area a p:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 100px;
  display: block;
  border-top: solid 3px #3c3c3c;
  border-right: solid 3px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .members-area {
    display: none;
  }
}

/*------------------------------------
  END
------------------------------------*/
.bridal {
  margin-bottom: 100px;
  /*------------------------------------
    BEGIN 共通
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN top-slide-area
  ------------------------------------*/
  /*レスポンシブ時の画像の切り替え*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN section01
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN section02
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN section03
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN section04
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /*------------------------------------
    BEGIN section05
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
}

@media (max-width: 768px) {
  .bridal {
    margin-bottom: 40px;
  }
}

.bridal a {
  display: block;
}

.bridal a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .bridal .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .bridal .sp-inline-style {
    display: inline-block;
  }
}

.bridal .title {
  letter-spacing: 5px;
  font-size: 48px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #787878;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal .title {
    font-size: 24px;
  }
}

.bridal .image01 {
  width: 100%;
}

.bridal .flex-wrapper01 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}

.bridal .flex-wrapper02 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .bridal .flex-wrapper02 {
    display: block;
  }
}

.bridal .top-slide-area {
  max-width: 1920px;
  max-height: 850px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /*.slick-dots {
    @include sp {
      bottom: 0; display: -webkit-flex; display: flex;
      > li { -webkit-flex: 1 1 auto; flex: 1 1 auto; max-width: none; height: 4px; background: rgba(255,255,255,0.5); margin: 0 ; width: auto;
        &.slick-active { background: #fff; }
        button { width: 100%; height: auto;
          &::before { display: none;}
        }
      }
    }
  }*/
}

@media (max-width: 768px) {
  .bridal .top-slide-area {
    max-height: initial;
    height: auto;
  }
}

.bridal .top-slide-area img {
  max-width: 100%;
  width: 100%;
}

.bridal .top-slide-area .slide-text {
  position: absolute;
  width: 100%;
  bottom: 5%;
  color: #fff;
}

@media (max-width: 768px) {
  .bridal .top-slide-area .slide-text {
    display: none;
  }
}

.bridal .top-slide-area .slide-text ul {
  width: 80%;
  margin: 0 auto;
}

.bridal .top-slide-area .slide-text ul li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}

.bridal .top-slide-area .thum-slide {
  width: 80%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 900px) {
  .bridal .top-slide-area .thum-slide {
    width: 90%;
  }
}

.bridal .top-slide-area .thumbnail-item {
  width: 25%;
  margin-right: 3rem;
  padding-bottom: 1.5rem;
  font-weight: 200;
  outline: none;
  border-bottom: solid 4px rgba(215, 194, 221, 0.5);
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .bridal .top-slide-area .thumbnail-item {
    margin-right: 2rem;
  }
}

.bridal .top-slide-area .thumbnail-item:hover {
  border-bottom: solid 4px #d7c2dd;
}

.bridal .top-slide-area .thumbnail-current {
  border-bottom: solid 4px #d7c2dd;
}

@media (max-width: 768px) {
  .bridal .top-slide-area .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .bridal .top-slide-area li img:first-of-type {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .bridal .top-slide-area li img:last-of-type {
    display: none;
  }
}

.bridal .section01 {
  width: 100%;
  max-width: 1400px;
  padding: 20px 50px 0;
  margin: 5px auto 0;
}

@media (max-width: 768px) {
  .bridal .section01 {
    padding: 0;
  }
}

.bridal .section01 .flex-wrapper01 {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .bridal .section01 .flex-wrapper01 {
    width: 93%;
  }
}

.bridal .section01 .img-wrapper01 {
  width: 50%;
  margin-right: 15px;
  line-height: 0;
  position: relative;
}

@media (max-width: 768px) {
  .bridal .section01 .img-wrapper01 {
    width: 100%;
    margin-right: 0;
  }
}

.bridal .section01 .img-wrapper01:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.bridal .section01 .img-wrapper01:nth-of-type(3) {
  margin-right: 0;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.bridal .section01 .img-wrapper01 .subtitle {
  letter-spacing: 0;
  font-size: 56px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1400px) {
  .bridal .section01 .img-wrapper01 .subtitle {
    font-size: 3.888vw;
  }
}

@media (max-width: 768px) {
  .bridal .section01 .img-wrapper01 .subtitle {
    font-size: 32px;
  }
}

.bridal .section01 .img-wrapper01 .color {
  color: #787878;
}

.bridal .section01 .img-wrapper02 {
  width: 100%;
  line-height: 0;
  position: relative;
}

.bridal .section01 .img-wrapper02 .subtitle {
  letter-spacing: 0;
  font-size: 56px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
}

@media screen and (max-width: 1400px) {
  .bridal .section01 .img-wrapper02 .subtitle {
    font-size: 3.888vw;
  }
}

@media (max-width: 768px) {
  .bridal .section01 .img-wrapper02 .subtitle {
    font-size: 32px;
    color: #787878;
    top: 16%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.bridal .section01 .img-wrapper03 {
  position: relative;
}

@media (max-width: 768px) {
  .bridal .section01 .img-wrapper03 {
    padding: 0 15px;
  }
}

.bridal .section01 .img-wrapper03 .detail {
  text-align: center;
  position: absolute;
  top: 35%;
  right: 9%;
}

@media (max-width: 768px) {
  .bridal .section01 .img-wrapper03 .detail {
    width: 60%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 375px) {
  .bridal .section01 .img-wrapper03 .detail {
    top: 75%;
  }
}

.bridal .section01 .img-wrapper03 .subtitle {
  letter-spacing: 7px;
  font-size: 48px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #787878;
}

@media screen and (max-width: 1400px) {
  .bridal .section01 .img-wrapper03 .subtitle {
    font-size: 3.333vw;
  }
}

@media (max-width: 768px) {
  .bridal .section01 .img-wrapper03 .subtitle {
    font-size: 40px;
    color: #fff;
  }
}

.bridal .section01 .img-wrapper03 .subtitle:after {
  content: "";
  padding-bottom: 28px;
  border-bottom: solid 1px #787878;
  display: block;
}

@media screen and (max-width: 1400px) {
  .bridal .section01 .img-wrapper03 .subtitle:after {
    padding-bottom: 1.9444vw;
  }
}

@media (max-width: 768px) {
  .bridal .section01 .img-wrapper03 .subtitle:after {
    padding-bottom: 14px;
    border-color: #fff;
  }
}

.bridal .section01 .img-wrapper03 .detail-text {
  padding: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #787878;
}

@media screen and (max-width: 1400px) {
  .bridal .section01 .img-wrapper03 .detail-text {
    line-height: 1.736vw;
    font-size: 1.111vw;
  }
}

@media (max-width: 768px) {
  .bridal .section01 .img-wrapper03 .detail-text {
    padding: 12.5px 0 0 0;
    line-height: 1.7;
    font-size: 9px;
    color: #fff;
  }
}

.bridal .section01 .wrapper01 {
  width: 100%;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .bridal .section01 .wrapper01 {
    margin-top: 0;
  }
}

.bridal .section01 .link-block {
  width: 50%;
  margin: 40px 0;
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal .section01 .link-block {
    margin: 28.5px 0;
    font-size: 15px;
  }
}

.bridal .section01 .link-block:first-of-type {
  border-right: solid 1px #787878;
}

.bridal .section01 .link-block:last-of-type {
  padding-left: 10px;
}

.bridal .section01 .link-block a {
  padding: 20px 0;
  color: #787878;
}

.bridal .section02 {
  width: 100%;
  max-width: 1400px;
  padding: 0 50px 0;
  margin: 105px auto 0;
}

@media (max-width: 768px) {
  .bridal .section02 {
    padding: 0;
    margin-top: 39px;
  }
}

.bridal .section02 .slide {
  width: 100%;
  margin-top: 60px;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .bridal .section02 .slide {
    padding-left: 15px;
    margin-top: 15px;
  }
}

.bridal .section02 .slide .slick-prev {
  width: 30px;
  height: 30px;
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.7);
  top: 37%;
  left: 11%;
}

.bridal .section02 .slide .slick-next {
  width: 30px;
  height: 30px;
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.7);
  top: 37%;
  right: 11%;
}

@media (max-width: 768px) {
  .bridal .section02 .slide .slick-list {
    padding-left: 0 !important;
  }
}

.bridal .section02 .item-block {
  margin-right: 41px;
}

@media (max-width: 768px) {
  .bridal .section02 .item-block {
    margin-right: 25px;
  }
}

.bridal .section02 .detail {
  padding: 22px 0 22px 9px;
}

@media (max-width: 768px) {
  .bridal .section02 .detail {
    padding: 9px 0 0 0;
  }
}

.bridal .section02 .detail .date {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #b4ac76;
}

@media (max-width: 768px) {
  .bridal .section02 .detail .date {
    margin-bottom: 9px;
    font-size: 11px;
  }
}

.bridal .section02 .detail .detail-text {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #3c3c3c;
}

@media (max-width: 768px) {
  .bridal .section02 .detail .detail-text {
    font-size: 12px;
  }
}

.bridal .section02 .img-wrapper02 {
  width: calc(100% - 140px);
  margin: 80px 70px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal .section02 .img-wrapper02 {
    width: 100%;
    margin: 50px 0 0;
  }
}

.bridal .section02 .movie-area {
  width: calc(100% - 140px);
  margin: 80px 70px 0;
  text-align: center;
  pointer-events: none;
}

@media (max-width: 768px) {
  .bridal .section02 .movie-area {
    width: 100%;
    margin: 50px 0 0;
  }
}

.bridal .section02 .movie-area .top-movie-pc {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.bridal .section02 .movie-area .top-movie-pc .movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.bridal .section03 {
  width: 100%;
  max-width: 1400px;
  padding: 0 50px 0;
  margin: 100px auto 0;
  /*@include sp {
    .sp-contents {
      margin-top: 23px;
    }
    .sp-display {
      position: relative;
      .flex-wrapper04 {
        width: 100%;
        display: flex;
        display: -ms-flexbox;
      }
      .block01 {
        width: 66.66%;
        height: 20%;
      }
      .block02 {
        width: 33.33%;
        height: 20%;
      }
      .block03 {
        width: 50%;
        height: 20%;
      }
    }
  }*/
}

@media (max-width: 768px) {
  .bridal .section03 {
    padding: 0 15px 0;
    margin-top: 50px;
  }
}

.bridal .section03 .pc-contents {
  margin-top: 45px;
  position: relative;
}

.bridal .section03 .img-wrapper01 {
  width: 100%;
  line-height: 0;
}

.bridal .section03 .text01 {
  padding: 30px 44px;
  font-size: 48px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #656565;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1400px) {
  .bridal .section03 .text01 {
    padding: 2.083vw 3.055vw;
    font-size: 3.333vw;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .text01 {
    padding: 21px 25px;
    font-size: 24px;
    display: block;
    text-align: center;
  }
}

.bridal .section03 .text01 .small {
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1400px) {
  .bridal .section03 .text01 .small {
    font-size: 1.527vw;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .text01 .small {
    font-size: 11px;
  }
}

.bridal .section03 .wrapper01 {
  width: 100%;
  margin-top: 20px;
  line-height: 0;
  position: relative;
}

@media (max-width: 768px) {
  .bridal .section03 .wrapper01 {
    margin-top: 10px;
  }
}

.bridal .section03 .wrapper01 .detail {
  line-height: 25px;
  position: absolute;
  top: 35%;
  left: 18%;
}

@media screen and (max-width: 1400px) {
  .bridal .section03 .wrapper01 .detail {
    line-height: 1.736vw;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .wrapper01 .detail {
    line-height: 1;
    position: initial;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .wrapper01 .subtitle {
    position: absolute;
    top: 30%;
    left: 18%;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .wrapper01 .detail-text {
    width: 75%;
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.bridal .section03 .wrapper02 {
  width: 100%;
  margin-top: 20px;
  line-height: 0;
  border: solid 1px #c1c1c1;
  position: relative;
}

@media (max-width: 768px) {
  .bridal .section03 .wrapper02 {
    margin-top: 10px;
    border: none;
  }
}

.bridal .section03 .wrapper02 .detail {
  position: absolute;
  top: 50%;
  left: 18%;
}

@media (max-width: 768px) {
  .bridal .section03 .wrapper02 .detail {
    line-height: 1;
    top: 30%;
    z-index: 1;
  }
}

.bridal .section03 .subtitle {
  font-size: 48px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #656565;
}

@media screen and (max-width: 1400px) {
  .bridal .section03 .subtitle {
    font-size: 3.333vw;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .subtitle {
    font-size: 24px;
  }
}

.bridal .section03 .detail-text {
  margin-top: 22px;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #656565;
}

@media screen and (max-width: 1400px) {
  .bridal .section03 .detail-text {
    margin-top: 1.527vw;
    font-size: 1.25vw;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .detail-text {
    margin-top: 0;
    line-height: 1.5;
    font-size: 11px;
    text-align: center;
  }
}

.bridal .section03 .flex-wrapper01 {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .bridal .section03 .flex-wrapper01 {
    margin-top: 10px;
  }
}

.bridal .section03 .img-wrapper02 {
  width: 50%;
  position: relative;
}

.bridal .section03 .img-wrapper02:first-of-type {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .bridal .section03 .img-wrapper02:first-of-type {
    margin-right: 5px;
  }
}

.bridal .section03 .img-wrapper02:first-of-type .text02 {
  line-height: 1.4;
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #3c3c3c;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .bridal .section03 .img-wrapper02:first-of-type .text02 {
    font-size: 2.5vw;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .img-wrapper02:first-of-type .text02 {
    width: 100%;
    font-size: 18px;
    z-index: 1;
  }
}

.bridal .section03 .img-wrapper02:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.bridal .section03 .img-wrapper02 .text02 {
  font-size: 48px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1400px) {
  .bridal .section03 .img-wrapper02 .text02 {
    font-size: 3.333vw;
  }
}

@media (max-width: 768px) {
  .bridal .section03 .img-wrapper02 .text02 {
    width: 100%;
    font-size: 24px;
    z-index: 1;
  }
}

.bridal .section04 {
  width: 100%;
  max-width: 1400px;
  padding-bottom: 50px;
  margin: 70px auto 0;
}

@media (max-width: 768px) {
  .bridal .section04 {
    padding: 0;
    margin-top: 50px;
  }
}

.bridal .section04 .flex-wrapper01 {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .bridal .section04 .flex-wrapper01 {
    margin-top: 15px;
  }
}

.bridal .section04 .item-block {
  margin-right: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .bridal .section04 .item-block {
    margin-right: 10px;
  }
}

.bridal .section04 .item-block .detail {
  width: 85%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.bridal .section04 .item-block .subtitle {
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  font-size: 36px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .bridal .section04 .item-block .subtitle {
    padding-bottom: 1.388vw;
    font-size: 2.5vw;
  }
}

@media (max-width: 768px) {
  .bridal .section04 .item-block .subtitle {
    padding-bottom: 20px;
    font-size: 24px;
  }
}

.bridal .section04 .item-block .subtitle .jp {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1400px) {
  .bridal .section04 .item-block .subtitle .jp {
    font-size: 1.25vw;
  }
}

@media (max-width: 768px) {
  .bridal .section04 .item-block .subtitle .jp {
    font-size: 15px;
  }
}

.bridal .section04 .item-block .detail-text {
  padding: 70px 45px 0;
  font-size: 18px;
  font-family: "NotoSansCJKjp";
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .bridal .section04 .item-block .detail-text {
    padding: 4.861vw 3.125vw 0;
    font-size: 1.25vw;
  }
}

@media (max-width: 768px) {
  .bridal .section04 .item-block .detail-text {
    padding: 18px 40px 0;
    font-size: 12px;
  }
}

.bridal .section04 .sjb-column-slide .slick-list {
  padding-left: 0 !important;
}

.bridal .section04 .column-arrows {
  position: relative;
  top: 0;
}

.bridal .section04 .column-arrows .slick-prev {
  left: 10%;
}

.bridal .section04 .column-arrows .slick-next {
  right: 10%;
}

.bridal .section04 .link {
  margin: 50px 118px 0 0;
  font-size: 24px;
  font-family: 'Frank Ruhl Libre', serif;
  text-align: right;
}

@media (max-width: 768px) {
  .bridal .section04 .link {
    margin: 24px 15px 0 0;
    font-size: 12px;
  }
}

.bridal .section04 .link a {
  color: #787878;
}

.bridal .section05 {
  width: 100%;
  max-width: 1400px;
  padding: 0 120px;
  margin: 15px auto 0;
}

@media (max-width: 768px) {
  .bridal .section05 {
    padding: 0 15px 25px;
    margin-top: 50px;
  }
}

.bridal .section05 .subtitle {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #787878;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .bridal .section05 .subtitle {
    line-height: 1.1;
    font-size: 15px;
    text-align: center;
    display: block;
  }
}

.bridal .section05 .subtitle .jp {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 768px) {
  .bridal .section05 .subtitle .jp {
    font-size: 10px;
  }
}

.bridal .section05 .flex-wrapper03 {
  width: 100%;
  margin-top: 50px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .bridal .section05 .flex-wrapper03 {
    margin-top: 15px;
  }
}

.bridal .section05 .flex-wrapper03 .item-block {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  position: relative;
}

.bridal .section05 .flex-wrapper03 .item-block:nth-of-type(odd) {
  margin-right: 10px;
}

.bridal .section05 .flex-wrapper03 .item-block:nth-of-type(even) {
  margin-left: 10px;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.bridal .section05 .flex-wrapper03 .item-block .detail {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.bridal .section05 .flex-wrapper03 .item-block:last-of-type {
  border: solid 1px #787878;
}

.bridal .section05 .flex-wrapper03 .item-block:last-of-type a {
  width: 100%;
  height: 100%;
}

.bridal .section05 .flex-wrapper03 .item-block:last-of-type .detail {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #787878;
}

@media screen and (max-width: 1400px) {
  .bridal .section05 .flex-wrapper03 .item-block:last-of-type .detail {
    font-size: 2.083vw;
  }
}

@media (max-width: 768px) {
  .bridal .section05 .flex-wrapper03 .item-block:last-of-type .detail {
    font-size: 12px;
  }
}

.bridal .section05 .flex-wrapper03 .text01 {
  margin-bottom: 35px;
  font-size: 32px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .bridal .section05 .flex-wrapper03 .text01 {
    margin-bottom: 2.430vw;
    font-size: 2.222vw;
  }
}

@media (max-width: 768px) {
  .bridal .section05 .flex-wrapper03 .text01 {
    margin-bottom: 10px;
    font-size: 8px;
  }
}

.bridal .section05 .flex-wrapper03 .text02 {
  margin-bottom: 35px;
  font-size: 48px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .bridal .section05 .flex-wrapper03 .text02 {
    margin-bottom: 2.430vw;
    font-size: 3.333vw;
  }
}

@media (max-width: 768px) {
  .bridal .section05 .flex-wrapper03 .text02 {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.bridal .section05 .flex-wrapper03 .text03 {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .bridal .section05 .flex-wrapper03 .text03 {
    font-size: 2.083vw;
  }
}

@media (max-width: 768px) {
  .bridal .section05 .flex-wrapper03 .text03 {
    font-size: 10px;
  }
}

.bridal .section05 .flex-wrapper01 {
  width: 100%;
  border: solid 1px #787878;
  line-height: 0;
}

.bridal .section05 .flex-wrapper01 .img-wrapper01 {
  width: 30%;
}

.bridal .section05 .flex-wrapper01 a {
  width: 100%;
  height: 100%;
}

.bridal .section05 .flex-wrapper01 .detail {
  width: 70%;
  position: relative;
}

.bridal .section05 .flex-wrapper01 .detail .text {
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #787878;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 1400px) {
  .bridal .section05 .flex-wrapper01 .detail .text {
    font-size: 2.083vw;
  }
}

@media (max-width: 768px) {
  .bridal .section05 .flex-wrapper01 .detail .text {
    font-size: 15px;
  }
}

.product_detail {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product_detail {
    padding-bottom: 10px;
  }
}

.product_detail .detail_main {
  max-width: 1340px;
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .product_detail .detail_main {
    padding: 0 15px;
    margin: 0 auto 50px;
  }
}

.product_detail .detail_main .product_detail_main {
  max-width: 1200px;
  margin: 30px auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main {
    display: inline-block;
    width: 100%;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section {
  max-width: 525px;
  width: 50%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-image-section {
    width: 100%;
    position: relative;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section .product-image-area {
  display: none;
}

.product_detail .detail_main .product_detail_main .product-image-section .product-image-area.current {
  display: block;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li.slick-current a {
    position: relative;
    display: block;
  }

  .product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li.slick-current a::after {
    display: none;
    content: ' ';
    background: url(../../img/common/detail/SJ_icon_search.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-size: contain;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li img {
  width: 100%;
  height: 481px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb li img {
    height: auto;
  }
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb .slick-arrow.slick-prev {
  left: 5px;
  width: 13px;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb .slick-arrow.slick-next {
  right: 5px;
  width: 13px;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-thumb .slick-dots li button::before {
  content: 'ー';
  font-size: 20px;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav {
  display: flex;
  width: 100% !important;
  flex-flow: wrap;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav li {
  width: 100% !important;
  height: 100% !important;
  max-width: 116px;
  max-height: 116px;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 3.8%;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav li:nth-child(4n) {
  margin: 0;
}

.product_detail .detail_main .product_detail_main .product-image-section .slider-image-nav li img {
  width: 100%;
}

.product_detail .detail_main .product_detail_main .product-detail-section {
  max-width: 400px;
  width: 50%;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section {
    width: 100%;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-badges {
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-badges {
    font-size: 14px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-badges .badges-new {
  color: #b9a049;
}

.product_detail .detail_main .product_detail_main .product-detail-section h1.product-name {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section h1.product-name {
    font-size: 20px;
    line-height: 30px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section h2.product-price {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section h2.product-price {
    font-size: 18px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section h2.product-price span {
  font-size: 16px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section h2.product-price span {
    font-size: 12px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color {
  margin-bottom: 20px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color ul {
  display: flex;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color ul li {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color ul li img {
  width: 100%;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-color ul li.current {
  border: 2px solid #090103;
  box-sizing: border-box;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-size {
  display: flex;
  align-items: center;
  width: 40%;
  position: relative;
  border-bottom: 1px solid #3c3c3c;
  padding: 5px 0;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-size {
    width: 50%;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-size::after {
  content: ' ';
  background: url(../../img/common/detail/down_arrow.svg) no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  right: 0;
  background-size: contain;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-size span {
  font-size: 12px;
  width: 40%;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-size select {
  width: 60%;
  padding-left: 30px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart {
  margin-bottom: 30px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart button {
  background: #212121;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist {
  display: flex;
  align-items: center;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share span,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist span {
  font-size: 13px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share span.add-wish-list,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist span.add-wish-list {
  padding-left: 5px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share a,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist a {
  padding: 0 5px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share a .fab,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist a .fab {
  font-size: 27px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share a:hover,
.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist a:hover {
  opacity: .6;
}

@media (max-width: 768px) {

  .product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-share a,
  .product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist a {
    padding: 0 5px;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist {
  cursor: pointer;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-like .product-wishlist img {
  width: 18px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-detail-info {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 20px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-detail-info p {
  font-size: 12px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-detail-info span {
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .product_detail .detail_main .product_detail_main .product-detail-section .product-detail-info span {
    width: 80%;
  }
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact {
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact h3 {
  font-size: 14px;
  line-height: 26px;
  padding: 10px 0;
  position: relative;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact h3::after {
  content: '';
  background: url(../../img/common/list/icon-open.png) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 0;
  background-size: contain;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact h3.active::after {
  background: url(../../img/common/list/icon-close.png) no-repeat;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact p {
  display: none;
  font-size: 12px;
  line-height: 22px;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact p a {
  border-bottom: 1px solid #9d9d9d;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact p a:hover {
  opacity: .6;
}

.product_detail .detail_main .product_detail_main .product-detail-section .product-contact p span {
  display: inline-block;
  font-weight: bold;
  padding-top: 15px;
}

.product-banner {
  width: 100%;
  box-sizing: border-box;
}

.product-banner h2 {
  letter-spacing: 5px;
  font-size: 36px;
  display: block;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .product-banner h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.product-banner h2.product-banner-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .product-banner h2.product-banner-title {
    font-size: 16px;
  }
}

.product-banner p.product-banner-text {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .product-banner p.product-banner-text {
    font-size: 12px;
    line-height: 24px;
  }
}

.product-banner .product-banner-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .product-banner .product-banner-block {
    display: inline-block;
  }
}

.product-banner .product-banner-block .product-banner-left,
.product-banner .product-banner-block .product-banner-right {
  width: 48%;
}

@media (max-width: 768px) {

  .product-banner .product-banner-block .product-banner-left,
  .product-banner .product-banner-block .product-banner-right {
    width: 100%;
    margin-top: 20px;
  }
}

.product-banner .product-banner-block .product-banner-left img,
.product-banner .product-banner-block .product-banner-left iframe,
.product-banner .product-banner-block .product-banner-right img,
.product-banner .product-banner-block .product-banner-right iframe {
  width: 100%;
}

.product-banner .product-banner-block.banner-text-bottom {
  align-items: flex-end;
}

.product-banner.craftsmanship-ver1 {
  background-color: #fafafa;
  margin: 100px 0;
  padding: 50px 10%;
}

.product-banner.craftsmanship-ver2 {
  margin: 10% auto;
  max-width: 1200px;
  padding: 0 20px;
}

.product-banner.craftsmanship-ver2 .product-banner-left {
  width: 53%;
}

.product-banner.craftsmanship-ver2 .product-banner-right {
  width: 43%;
}

.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block {
  margin-bottom: 40px;
}

.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block:last-child {
  margin: 0;
}

.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block .product-banner-left,
.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block .product-banner-right {
  width: 48%;
}

.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block .product-banner-left img,
.product-banner.craftsmanship-ver2 .product-banner-right .product-banner-block .product-banner-right img {
  width: auto;
}

@media screen and (min-width: 769px) {
  .detail-main-changePage {
    position: absolute;
    width: 100%;
    top: 16%;
    transform: translate(0, -16%);
  }

  .detail-main-changePage a {
    margin: 0 20px;
    display: inline-block;
    position: absolute;
  }

  .detail-main-changePage a.next-detail-page {
    right: 0;
  }
}

@media (max-width: 768px) {
  .detail-main-changePage {
    margin-top: 30px;
    text-align: center;
  }

  .detail-main-changePage a {
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
  }

  .detail-main-changePage a.prev-detail-page::before {
    content: '＜';
    padding: 0 5px;
  }

  .detail-main-changePage a.next-detail-page::after {
    content: '＞';
    padding: 0 5px;
  }

  .detail-main-changePage span {
    border-right: 1px solid #3c3c3c;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
  }
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../../img/common/detail/default-skin.svg) 0 -44px no-repeat !important;
}

.girl_detail .detail_main .product_detail_main .product-detail-section .product-add-to-cart button {
  background: #b09a56;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block {
    width: 100%;
  }
}

.girl_detail .product-banner .product-banner-block .product-banner-left {
  width: 32%;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-left {
    width: 70%;
    margin: 0 auto;
  }
}

.girl_detail .product-banner .product-banner-block .product-banner-right {
  width: 64%;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block {
    display: flex;
  }
}

.girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block .product-banner-left,
.girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block .product-banner-right {
  width: auto;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block .product-banner-left {
    width: 70%;
  }

  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block .product-banner-right {
    width: 30%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line {
    display: inline-block;
    margin-top: 30px;
  }

  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line .product-banner-left,
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line .product-banner-right {
    width: 100%;
  }

  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line .product-banner-left .product-banner-text,
  .girl_detail .product-banner .product-banner-block .product-banner-right .product-banner-block.sp-full-line .product-banner-right .product-banner-text {
    margin-top: 20px;
  }
}

.girl_detail .product-banner .product-banner-block h3 {
  font-family: 'NotoSansCJKjp', 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: 32px;
  border-bottom: 2px solid #dddddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .girl_detail .product-banner .product-banner-block h3 {
    font-size: 18px;
  }
}

.girl_detail .recommend-section {
  margin: 5% auto;
  padding-bottom: 2%;
}

.girl_detail .recommend-section:last-child {
  border: none;
}

.girl_detail .recommend-section h2 span {
  letter-spacing: 1px;
}

*:focus {
  outline: none;
}

.bridal-detail {
  /*------------------------------------
    BRIDAL PLP共通
  ------------------------------------*/
  /*------------------------------------
    END
  ------------------------------------*/
  /* ▼▼ Engagement_PDPのレイアウト */
  /* ▼▼ Marriage_PDP,Set_ring_PDPのレイアウト */
}

.bridal-detail .sjb-main-visual {
  margin-bottom: 74px;
  position: relative;
  /*@media screen and (max-width: 330px) {
    .style1 {
      top: 24%;
    }
    .style2 {
      top: 20%;
    }
  }*/
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual {
    margin-bottom: 20px;
    top: 0;
  }
}

.bridal-detail .sjb-main-visual .breadcrumbs {
  position: absolute;
  top: 15%;
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .breadcrumbs {
    top: 0;
  }
}

.bridal-detail .sjb-main-visual .block {
  width: 40%;
  text-align: left;
  position: absolute;
  top: 29%;
  left: 27%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /*@media screen and (max-width: 900px) {
    top: 35%;
  }*/
  /*@media screen and (max-width: 330px) {
    top: 24%;
  }
  @media screen and (max-width: 330px) {
    top: 27%;
  }*/
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .block {
    width: calc(100% - 30px);
    top: 15%;
    left: 15px;
    transform: initial;
  }
}

.bridal-detail .sjb-main-visual .block .product-badges {
  font-size: 16px;
  font-family: "Poppins";
  margin-bottom: 10px;
}

.bridal-detail .sjb-main-visual .block .badges-new {
  color: #b9a049;
  font-family: 'Cormorant Garamond', serif;
}

.bridal-detail .sjb-main-visual .block .title {
  margin-bottom: 25px;
  font-size: 40px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  .bridal-detail .sjb-main-visual .block .title {
    margin-bottom: 1.736vw;
    font-size: 2.857vw;
  }
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .block .title {
    margin-bottom: 9px;
    font-size: 28px;
  }
}

.bridal-detail .sjb-main-visual .block .text {
  line-height: 1.7;
  font-size: 13px;
}

@media screen and (max-width: 1400px) {
  .bridal-detail .sjb-main-visual .block .text {
    line-height: 1.527vw;
    font-size: 0.902vw;
  }
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .block .text {
    line-height: 1.7;
    font-size: 10px;
  }
}

.bridal-detail .sjb-main-visual .slide-wrapper {
  width: 30%;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .slide-wrapper {
    width: 65%;
    top: 66%;
  }
}

.bridal-detail .sjb-main-visual .slide-wrapper .main-slide {
  width: 100%;
}

.bridal-detail .sjb-main-visual .slide-wrapper .main-slide .item {
  width: 100%;
}

.bridal-detail .sjb-main-visual .slide-wrapper .main-slide .slick-prev {
  left: -20%;
}

.bridal-detail .sjb-main-visual .slide-wrapper .main-slide .slick-next {
  right: -20%;
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .slide-wrapper .main-slide .slick-prev {
    left: -21%;
  }

  .bridal-detail .sjb-main-visual .slide-wrapper .main-slide .slick-next {
    right: -21%;
  }
}

.bridal-detail .sjb-main-visual .slide-wrapper .sjb-detail-movie {
  width: 60%;
}

.bridal-detail .sjb-main-visual .slide-wrapper .youtube {
  width: 100%;
  margin-top: 20%;
  position: relative;
}

.bridal-detail .sjb-main-visual .slide-wrapper .youtube .movie {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .slide-wrapper .slick-dots {
    top: 123%;
  }

  .bridal-detail .sjb-main-visual .slide-wrapper .slick-dots li button::before {
    content: 'ー';
    font-size: 25px;
  }

  .bridal-detail .sjb-main-visual .slide-wrapper .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}

.bridal-detail .sjb-main-visual .detail-main-changePage {
  top: 50%;
  /*@media screen and (max-width: 330px) {
    top: 19%;
  }
  @media screen and (max-width: 323px) {
    top: 23%;
  }*/
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .detail-main-changePage {
    margin-top: 0;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media (max-width: 768px) {
  .bridal-detail .sjb-main-visual .style2 {
    top: 8%;
  }
}

@media screen and (min-width: 769px) {
  .bridal-detail a:hover {
    opacity: 0.7;
  }
}

.bridal-detail img {
  width: 100%;
}

@media (max-width: 768px) {
  .bridal-detail .pc-br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .bridal-detail .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .bridal-detail .slide-thum-wrapper {
    display: none;
  }
}

.bridal-detail .slide-thum-wrapper .main-thum-slide {
  width: 50%;
  padding-top: 30px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
}

.bridal-detail .slide-thum-wrapper .main-thum-slide .item {
  width: 15%;
  margin: 0 15px;
}

@media (max-width: 768px) {
  .bridal-detail .slide-thum-wrapper .main-thum-slide .item {
    margin: 0;
  }
}

.bridal-detail .slide-thum-wrapper .main-thum-slide .item:hover {
  opacity: 0.7;
  cursor: pointer;
}

.bridal-detail .section1 {
  width: 90%;
  max-width: 1400px;
  margin: 40px auto 100px auto;
}

@media (max-width: 768px) {
  .bridal-detail .section1 {
    width: 100%;
    padding: 0 15px;
    margin: 32.5px 0 35px 0;
  }
}

.bridal-detail .section1 .title {
  font-size: 32px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .title {
    font-size: 25px;
  }
}

.bridal-detail .section1 .title .small {
  line-height: 2;
  letter-spacing: 0;
  font-size: 12px;
  font-family: 'Cormorant Garamond', serif;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .title .small {
    font-size: 9px;
  }
}

.bridal-detail .section1 .flex-wrapper1 {
  margin-top: 15px;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper1 {
    margin-top: 13px;
    display: block;
  }
}

.bridal-detail .section1 .margin-style {
  margin-top: 25px;
}

.bridal-detail .section1 .select-wrapper {
  width: 340px;
  border-bottom: solid 1px;
  position: relative;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .select-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 325px) {
  .bridal-detail .section1 .select-wrapper {
    width: 100%;
  }
}

.bridal-detail .section1 .select-wrapper span {
  letter-spacing: 0;
  font-size: 14px;
}

.bridal-detail .section1 .select-wrapper .block1 {
  width: 79%;
  padding-left: 13px;
  letter-spacing: 1px;
  font-family: "NotoSansCJKjp";
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .select-wrapper .block1 {
    width: 90%;
    padding-left: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 751px) {
  .bridal-detail .section1 .select-wrapper .block1 {
    width: 77%;
  }
}

.bridal-detail .section1 .select-wrapper:after {
  content: ' ';
  background: url(../../img/common/detail/down_arrow.svg) no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 10px;
  right: 0;
  background-size: contain;
}

.bridal-detail .section1 .text1 {
  margin-left: 20px;
  line-height: 1.5;
  font-size: 12px;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .text1 {
    margin-left: 0;
    margin-top: 18px;
    font-size: 13px;
  }
}

.bridal-detail .section1 .text2 {
  line-height: 1.9;
  font-size: 12px;
}

.bridal-detail .section1 .right {
  margin-left: 25px;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .right {
    margin-left: 0;
  }
}

.bridal-detail .section1 .flex-wrapper2 {
  padding-bottom: 40px;
  margin-top: 30px;
  border-bottom: solid 1px #e2e2e2;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 {
    padding-bottom: 30px;
    justify-content: space-between;
    position: relative;
    top: 40px;
  }
}

.bridal-detail .section1 .flex-wrapper2 .flex-wrapper3 {
  margin-right: 50px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 .flex-wrapper3 {
    margin-right: 0;
  }
}

.bridal-detail .section1 .flex-wrapper2 .flex-wrapper3 span {
  margin-right: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 .flex-wrapper3 span {
    font-size: 12px;
  }
}

.bridal-detail .section1 .flex-wrapper2 .flex-wrapper3 .icon {
  margin-right: 18px;
  font-size: 25px;
  color: #646464;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 .flex-wrapper3 .icon {
    font-size: 30px;
  }
}

.bridal-detail .section1 .flex-wrapper2 .flex-wrapper3 p:last-of-type .icon {
  margin-right: 0;
}

.bridal-detail .section1 .flex-wrapper2 .block2 {
  margin: 0 40px 0 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 .block2 {
    margin: 0;
  }
}

.bridal-detail .section1 .flex-wrapper2 .block2 .text {
  font-size: 14px;
  position: relative;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 .block2 .text {
    font-size: 12px;
  }
}

.bridal-detail .section1 .flex-wrapper2 .block2 .text:after {
  content: ' ';
  background: url(../../img/common/detail/bridal/engagement/icon_off.jpg) no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -3px;
  left: -25px;
  background-size: contain;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 .block2 .text:after {
    width: 25px;
    height: 25px;
    top: -5px;
  }
}

.bridal-detail .section1 .flex-wrapper2 .block2 .text.active:after {
  background: url(../../img/common/detail/bridal/engagement/icon_on.jpg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 .block2 .text.active:after {
    width: 25px;
    height: 25px;
    top: -5px;
  }
}

.bridal-detail .section1 .flex-wrapper2 .block2 .btn {
  background-color: #e6e6e6;
}

.bridal-detail .section1 .flex-wrapper2 .block2 .btn a {
  width: 100%;
  height: 100%;
  padding: 9px 12px;
  display: block;
}

@media (max-width: 768px) and (max-width: 768px) {
  .bridal-detail .section1 .flex-wrapper2 .sp-style {
    margin: 0;
    position: absolute;
    top: -90%;
    left: 0;
  }
}

.bridal-detail .section1 .contact-block {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .contact-block {
    margin-top: 73px;
  }
}

.bridal-detail .section1 .contact-block .subtitle {
  width: 150px;
  margin-bottom: 22px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.bridal-detail .section1 .contact-block .subtitle:hover {
  opacity: 0.7;
}

.bridal-detail .section1 .contact-block .subtitle:after {
  content: url(../../img/common/list/icon-close.png);
  position: absolute;
  right: 15px;
}

.bridal-detail .section1 .contact-block .subtitle.active:after {
  content: url(../../img/common/list/icon-open.png);
  position: absolute;
  right: 15px;
}

.bridal-detail .section1 .contact-block .detail-text {
  margin-bottom: 35px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .contact-block .detail-text {
    margin-bottom: 32.5px;
    letter-spacing: 0;
  }
}

.bridal-detail .section1 .contact-block .detail-text .text3 {
  font-size: 14px;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .contact-block .detail-text .text3 {
    font-size: 13px;
  }
}

.bridal-detail .section1 .contact-block .detail-text .text3 span {
  border-bottom: solid 1px;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .contact-block .detail-text .text3 span {
    font-size: 13px;
  }
}

.bridal-detail .section1 .contact-block .flex-wrapper3 {
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .contact-block .flex-wrapper3 {
    display: block;
  }
}

.bridal-detail .section1 .contact-block .flex-wrapper3 .btn {
  width: 207px;
  margin-right: 20px;
  border: solid 1px #646464;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .contact-block .flex-wrapper3 .btn {
    width: 100%;
    margin-right: 0;
    font-size: 15px;
  }
}

.bridal-detail .section1 .contact-block .flex-wrapper3 .btn a {
  width: 100%;
  height: 100%;
  padding: 15px 50px;
  display: block;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .contact-block .flex-wrapper3 .btn a {
    padding: 22.5px 0;
  }
}

.bridal-detail .section1 .contact-block .flex-wrapper3 .style {
  background-color: #646464;
}

@media (max-width: 768px) {
  .bridal-detail .section1 .contact-block .flex-wrapper3 .style {
    margin-bottom: 18.5px;
  }
}

.bridal-detail .section1 .contact-block .flex-wrapper3 .style a {
  color: #fff;
}

.bridal-detail .section01 {
  width: 90%;
  max-width: 1400px;
  margin: 40px auto 100px auto;
}

@media (max-width: 768px) {
  .bridal-detail .section01 {
    width: 100%;
    padding: 0 15px;
    margin: 32.5px 0 35px 0;
  }
}

.bridal-detail .section01 .flex-wrapper1 {
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 {
    display: block;
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 {
  width: 46%;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 {
    width: 100%;
  }

  .bridal-detail .section01 .flex-wrapper1 .block1:first-of-type {
    margin-bottom: 45px;
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 .small {
  line-height: 2;
  letter-spacing: 0;
  font-size: 12px;
  font-family: 'Cormorant Garamond', serif;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 .small {
    font-size: 9px;
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper1-sp {
  display: block;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper1-sp {
    /*display: flex;
    display: -ms-flexbox;*/
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper1-sp .title {
  font-size: 32px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper1-sp .title {
    font-size: 25px;
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper1-sp .price {
  margin-top: 8px;
  font-size: 22px;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper1-sp .price {
    margin-top: 5px;
    font-size: 14px;
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper1-sp .price span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper1-sp .price span {
    font-size: 10px;
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper2 {
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper2 {
    margin-top: 9px;
    display: block;
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper2 .right {
  margin-left: 25px;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 .flex-wrapper2 .right {
    margin-left: 0;
  }
}

.bridal-detail .section01 .flex-wrapper1 .block1 .text3 {
  margin-top: 16px;
  font-size: 16px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper1 .block1 .text3 {
    padding-bottom: 5px;
    font-size: 13px;
    border-bottom: solid 1px;
    display: inline-block;
  }
}

.bridal-detail .section01 .text2 {
  line-height: 2;
  font-size: 12px;
  font-family: "NotoSansCJKjp";
}

.bridal-detail .section01 .store-link {
  margin-top: 16px;
  display: inline-block;
  cursor: pointer;
}

.bridal-detail .section01 .store-link .btn {
  font-size: 16px;
  background-color: #e6e6e6;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .store-link .btn {
    font-size: 14px;
  }
}

.bridal-detail .section01 .store-link .btn a {
  width: 100%;
  height: 100%;
  padding: 9px 12px;
  display: block;
}

.bridal-detail .section01 .flex-wrapper02 {
  padding-bottom: 40px;
  margin-top: 30px;
  border-bottom: solid 1px #e2e2e2;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper02 {
    padding-bottom: 20px;
    justify-content: space-between;
  }
}

.bridal-detail .section01 .flex-wrapper02 .flex-wrapper01 {
  margin-right: 50px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper02 .flex-wrapper01 {
    margin-right: 0;
  }
}

.bridal-detail .section01 .flex-wrapper02 .flex-wrapper01 span {
  margin-right: 15px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper02 .flex-wrapper01 span {
    font-size: 12px;
  }
}

.bridal-detail .section01 .flex-wrapper02 .flex-wrapper01 .icon {
  margin-right: 18px;
  font-size: 25px;
  color: #646464;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper02 .flex-wrapper01 .icon {
    font-size: 30px;
  }
}

.bridal-detail .section01 .flex-wrapper02 .block1 {
  margin: 0 40px 0 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper02 .block1 {
    margin: 0;
  }
}

.bridal-detail .section01 .flex-wrapper02 .block1 .text {
  font-size: 14px;
  position: relative;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper02 .block1 .text {
    font-size: 12px;
  }
}

.bridal-detail .section01 .flex-wrapper02 .block1 .text:after {
  content: ' ';
  background: url(../../img/common/detail/bridal/engagement/icon_off.jpg) no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -3px;
  left: -25px;
  background-size: contain;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper02 .block1 .text:after {
    width: 25px;
    height: 25px;
    top: -5px;
  }
}

.bridal-detail .section01 .flex-wrapper02 .block1 .text.active:after {
  background: url(../../img/common/detail/bridal/engagement/icon_on.jpg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .flex-wrapper02 .block1 .text.active:after {
    width: 25px;
    height: 25px;
    top: -5px;
  }
}

.bridal-detail .section01 .section1 {
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .bridal-detail .section01 .section1 {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .bridal-detail .section01 .section1 .contact-block {
    margin-top: 33px;
  }
}

.bridal-detail .section2 {
  width: 100%;
  max-width: 1400px;
  padding: 60px 145px 70px;
  margin: 0 auto;
  background-color: #e6e6e6;
}

@media (max-width: 768px) {
  .bridal-detail .section2 {
    padding: 27.5px 15px 20px;
  }
}

.bridal-detail .section2 .subtitle {
  font-size: 40px;
  font-family: 'Frank Ruhl Libre', serif;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal-detail .section2 .subtitle {
    font-size: 25px;
  }
}

.bridal-detail .section2 .flex-wrapper1 {
  margin-top: 70px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .bridal-detail .section2 .flex-wrapper1 {
    margin-top: 27px;
    display: block;
  }
}

.bridal-detail .section2 .flex-wrapper1 .img-wrapper1 {
  width: 48%;
}

@media (max-width: 768px) {
  .bridal-detail .section2 .flex-wrapper1 .img-wrapper1 {
    width: 100%;
    margin-bottom: 25px;
  }
}

.bridal-detail .section2 .flex-wrapper1 .text-wrapper1 {
  width: 48%;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .bridal-detail .section2 .flex-wrapper1 .text-wrapper1 {
    width: 100%;
  }
}

.bridal-detail .section2 .flex-wrapper1 .text-wrapper1 .text1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .bridal-detail .section2 .flex-wrapper1 .text-wrapper1 .text1 {
    line-height: 0;
    font-size: 16px;
  }
}

.bridal-detail .section2 .flex-wrapper1 .text-wrapper1 .text2 {
  font-size: 14px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .bridal-detail .section2 .flex-wrapper1 .text-wrapper1 .text2 {
    font-size: 13px;
  }
}

.bridal-detail .section3 {
  width: calc(100% - 100px);
  max-width: 1400px;
  padding: 90px 50px;
  margin: 0 auto;
  border-bottom: solid 1px #e2e2e2;
}

@media (max-width: 768px) {
  .bridal-detail .section3 {
    width: calc(100% - 30px);
    padding: 45px 0;
    margin: 0 15px;
  }
}

.bridal-detail .section3 .inner {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal-detail .section3 .inner {
    width: 100%;
    margin: 0;
  }
}

.bridal-detail .section3 .title {
  margin-bottom: 20px;
  font-size: 40px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .bridal-detail .section3 .title {
    margin-bottom: 13px;
    font-size: 25px;
  }
}

.bridal-detail .section3 .subtitle {
  font-size: 16px;
}

@media (max-width: 768px) {
  .bridal-detail .section3 .subtitle {
    font-size: 10px;
  }
}

.bridal-detail .section3 .img-wrapper1 {
  width: 100%;
}

.bridal-detail .section3 .text1 {
  margin-bottom: 20px;
  letter-spacing: 4px;
  font-size: 20px;
  font-family: "Poppins";
  text-align: -webkit-center;
}

@media (max-width: 768px) {
  .bridal-detail .section3 .text1 {
    margin-bottom: 12px;
    font-size: 13px;
  }
}

.bridal-detail .section3 .text1:after {
  content: "";
  width: 50px;
  margin-top: 25px;
  border-top: solid 3px #b7b7b7;
  display: block;
}

@media (max-width: 768px) {
  .bridal-detail .section3 .text1:after {
    width: 25px;
    margin-top: 12px;
    border-width: 1px;
  }
}

.bridal-detail .section3 .text2 {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
}

@media (max-width: 768px) {
  .bridal-detail .section3 .text2 {
    width: 80%;
    font-size: 10px;
  }
}

.bridal-detail .section4 {
  width: 80%;
  max-width: 1400px;
  margin: 85px auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  .bridal-detail .section4 {
    width: 100%;
    padding: 0 15px;
    margin: 52px auto 0;
  }
}

.bridal-detail .section4 .title {
  font-size: 40px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .bridal-detail .section4 .title {
    font-size: 25px;
  }
}

.bridal-detail .section4 .flex-wrapper1 {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .bridal-detail .section4 .flex-wrapper1 {
    width: 90%;
    margin: 0 auto;
  }
}

.bridal-detail .section4 .flex-wrapper1 .item {
  width: 25%;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .bridal-detail .section4 .flex-wrapper1 .item {
    margin-right: 0;
  }
}

.bridal-detail .section4 .flex-wrapper1 .item a {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .bridal-detail .section4 .flex-wrapper1 .item .text1 {
    font-size: 11px;
  }
}

.reservation p {
  font-family: "NotoSansCJKjp";
}

.reservation img {
  width: 100%;
}

@media (max-width: 768px) {
  .reservation .pc-br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .reservation .sp-br {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .reservation .pc-inline-style {
    display: inline-block;
  }
}

.reservation .section1 {
  width: 80%;
  max-width: 1400px;
  margin: 60px auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  .reservation .section1 {
    width: 100%;
    padding: 0 15px;
    margin-top: 40px;
  }
}

.reservation .section1 .title1 {
  margin-bottom: 35px;
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 768px) {
  .reservation .section1 .title1 {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.reservation .section1 .text1 {
  line-height: 1.8;
  font-size: 14px;
  font-family: "NotoSansCJKjp";
}

@media (max-width: 768px) {
  .reservation .section1 .text1 {
    letter-spacing: 0;
    font-size: 11px;
    text-align: left;
  }
}

.reservation .section1 .img-wrapper1 {
  margin-top: 45px;
  position: relative;
}

@media (max-width: 768px) {
  .reservation .section1 .img-wrapper1 {
    margin-top: 19px;
  }
}

.reservation .section1 .img-wrapper1 .detail {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .reservation .section1 .img-wrapper1 .detail {
    width: 70%;
    left: 66%;
  }
}

.reservation .section1 .img-wrapper1 .detail .title2 {
  margin-bottom: 20px;
  font-size: 50px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media screen and (max-width: 1400px) {
  .reservation .section1 .img-wrapper1 .detail .title2 {
    margin-bottom: 1.388vw;
    font-size: 3.472vw;
  }
}

@media (max-width: 768px) {
  .reservation .section1 .img-wrapper1 .detail .title2 {
    margin-bottom: 4px;
    font-size: 23px;
  }
}

.reservation .section1 .img-wrapper1 .detail .date {
  margin-bottom: 25px;
  font-size: 23px;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 300;
}

@media screen and (max-width: 1400px) {
  .reservation .section1 .img-wrapper1 .detail .date {
    margin-bottom: 1.736vw;
    font-size: 1.597vw;
  }
}

@media (max-width: 768px) {
  .reservation .section1 .img-wrapper1 .detail .date {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.reservation .section1 .img-wrapper1 .detail .wrapper1 {
  width: 100%;
  margin: 0 auto;
}

.reservation .section1 .img-wrapper1 .detail .text2 {
  margin-bottom: 28px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 12px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media screen and (max-width: 1400px) {
  .reservation .section1 .img-wrapper1 .detail .text2 {
    margin-bottom: 1.944vw;
    line-height: 1.458vw;
    font-size: 0.833vw;
  }
}

@media (max-width: 768px) {
  .reservation .section1 .img-wrapper1 .detail .text2 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 8px;
  }
}

.reservation .section1 .img-wrapper1 .detail .text3 {
  letter-spacing: 0;
  font-size: 11px;
}

@media screen and (max-width: 1400px) {
  .reservation .section1 .img-wrapper1 .detail .text3 {
    font-size: 0.763vw;
  }
}

@media (max-width: 768px) {
  .reservation .section1 .img-wrapper1 .detail .text3 {
    line-height: 1.3;
    font-size: 6px;
  }
}

.reservation .section2 {
  width: 90%;
  max-width: 1400px;
  margin: 62px auto 13px auto;
}

@media (max-width: 768px) {
  .reservation .section2 {
    width: 100%;
    margin: 30px auto 10px auto;
  }
}

.reservation .section2 .store {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

@media (max-width: 768px) {
  .reservation .section2 .store {
    padding: 0 15px;
  }
}

.reservation .section2 .store .item {
  width: calc(50% - 20px);
  margin: 0 10px 33px;
  text-align: center;
}

@media (max-width: 768px) {
  .reservation .section2 .store .item {
    width: calc(50% - 7.5px);
    margin: 0 0 16px;
  }

  .reservation .section2 .store .item:nth-of-type(even) {
    margin-left: 7.5px;
  }

  .reservation .section2 .store .item:nth-of-type(odd) {
    margin-right: 7.5px;
  }
}

.reservation .section2 .store .item a {
  width: 100%;
  height: 100%;
  display: block;
}

.reservation .section2 .store .item .img-box {
  position: relative;
}

.reservation .section2 .store .item .img-box .img-wrapper1 {
  line-height: 0;
}

.reservation .section2 .store .item .img-box .detail {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.reservation .section2 .store .item .img-box .detail .text1 {
  margin-bottom: 30px;
  font-size: 28px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .reservation .section2 .store .item .img-box .detail .text1 {
    margin-bottom: 2.083vw;
    font-size: 1.944vw;
  }
}

@media (max-width: 768px) {
  .reservation .section2 .store .item .img-box .detail .text1 {
    margin-bottom: 8px;
    font-size: 9.5px;
  }
}

.reservation .section2 .store .item .img-box .detail .text2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-family: 'Frank Ruhl Libre', serif;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .reservation .section2 .store .item .img-box .detail .text2 {
    margin-bottom: 2.083vw;
    font-size: 2.430vw;
  }
}

@media (max-width: 768px) {
  .reservation .section2 .store .item .img-box .detail .text2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.reservation .section2 .store .item .img-box .detail .text3 {
  margin-bottom: 53px;
  font-size: 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .reservation .section2 .store .item .img-box .detail .text3 {
    margin-bottom: 3.680vw;
    font-size: 1.736vw;
  }
}

@media (max-width: 768px) {
  .reservation .section2 .store .item .img-box .detail .text3 {
    margin-bottom: 17px;
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .reservation .section2 .store .item .img-box .detail .text3-landmark {
    margin-bottom: 5px;
  }
}

.reservation .section2 .store .item .img-box .detail .text4 {
  padding-bottom: 5px;
  font-size: 16px;
  color: #fff;
  border-bottom: solid 1px #fff;
  display: inline-block;
}

@media screen and (max-width: 1400px) {
  .reservation .section2 .store .item .img-box .detail .text4 {
    padding-bottom: 0.347vw;
    font-size: 1.111vw;
  }
}

@media (max-width: 768px) {
  .reservation .section2 .store .item .img-box .detail .text4 {
    padding-bottom: 5px;
    font-size: 8px;
  }
}

.reservation .section2 .store .item .note {
  padding: 22px 0;
  letter-spacing: 1px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .reservation .section2 .store .item .note {
    padding: 11px 0;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 9px;
  }
}

.reservation .section3 {
  width: 80%;
  max-width: 1400px;
  padding: 30px 0;
  margin: 0 auto;
  background-color: #e6e6e6;
  text-align: center;
}

.reservation .section3 .text1 {
  margin-bottom: 15px;
  font-size: 18px;
}

.reservation .section3 .text2 {
  line-height: 1.3;
  font-size: 14px;
}

@media (max-width: 768px) {
  .reservation .section3 {
    display: none;
  }
}

.reservation .section3-sp {
  display: none;
}

@media (max-width: 768px) {
  .reservation .section3-sp {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 56px;
  }

  .reservation .section3-sp .form-link {
    width: 100%;
    background: #646464;
    font-size: 15px;
  }

  .reservation .section3-sp .form-link a {
    width: 100%;
    height: 100%;
    padding: 21px 0;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
  }

  .reservation .section3-sp .text1 {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 10px;
    font-family: "NotoSansCJKjp";
  }
}

.reservation .section4 {
  width: 80%;
  max-width: 1400px;
  margin: 33px auto 0 auto;
}

@media (max-width: 768px) {
  .reservation .section4 {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
}

.reservation .section4 .flag1 {
  width: 100px;
  padding: 8px 0;
  background-color: #666666;
  border-radius: 3px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .reservation .section4 .flag1 {
    width: 80px;
    height: 26px;
    padding: 0;
    line-height: 26px;
    font-size: 13px;
  }
}

.reservation .section4 .flag1 a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.reservation .section4 .select-text {
  padding-bottom: 8px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #404040;
}

@media (max-width: 768px) {
  .reservation .section4 .select-text {
    padding-bottom: 4px;
    margin-top: 5px;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 14px;
  }
}

.reservation .section4 .store-list {
  width: 100%;
  margin-bottom: 33px;
  /* 店舗を選択　クリック箇所 */
}

@media (max-width: 768px) {
  .reservation .section4 .store-list {
    margin-bottom: 8px;
    display: none;
  }
}

.reservation .section4 .store-list .item {
  width: 100%;
  padding: 15px 10px;
  border-bottom: solid 1px #e2e4e5;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  position: relative;
}

.reservation .section4 .store-list .item:hover {
  background-color: #ffebeb;
}

.reservation .section4 .store-list .item:before {
  content: url(../../img/common/reservation/arrow2.gif);
}

.reservation .section4 .store-list .item.activeStore:before {
  content: url(../../img/common/reservation/arrow2-active.gif);
}

.reservation .section4 .store-list .item .store {
  padding-left: 22px;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 300;
}

.reservation .section4 .store-list .item .detail {
  width: 65px;
  padding: 4px 0;
  border: solid 1px #dddddd;
  border-radius: 2px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
}

.reservation .section4 .store-list .item .detail a {
  width: 100%;
  height: 100%;
  display: block;
}

.reservation .section4 .store-list .item.activeStore {
  background: #eeeeee;
}

.reservation .section4 .store-list .store.activeStore {
  font-weight: 700;
}

.reservation .section4 .flex-wrapper1 {
  width: 100%;
  margin-top: 15px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
}

.reservation .section4 .flex-wrapper1 .flex-wrapper2 {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.reservation .section4 .flex-wrapper1 .flex-wrapper2:last-of-type {
  width: 300px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.reservation .section4 .flex-wrapper1 .flag2 {
  margin-right: 8px;
  border: solid 1px #666666;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.reservation .section4 .flex-wrapper1 .flag2 a {
  padding: 8px 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.reservation .section4 .flex-wrapper1 .icon1 {
  border-radius: 3px;
  border: solid 1px #666666;
}

.reservation .section4 .flex-wrapper1 .icon1 a {
  padding: 8px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.reservation .section4 .flex-wrapper1 .flag3 {
  margin: 0 6px 4px 6px;
  border: solid 1px #666666;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
}

.reservation .section4 .flex-wrapper1 .flag3 a {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  display: block;
}

.reservation .section4 .flex-wrapper1 .prev-flag {
  border: 1px solid #cccccc;
}

.reservation .section4 .flex-wrapper1 .prev-flag a {
  color: #cccccc;
}

.reservation .section4 .calendar-navi {
  width: 100%;
  border: 1px solid #dddddd;
}

.reservation .section4 .calendar-navi .wrapper1 {
  width: 100%;
}

.reservation .section4 .calendar-navi .wrapper1 .time {
  padding: 10px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0;
  font-size: 14px;
  font-family: "メイリオ";
  text-align: center;
}

.reservation .section4 .calendar-navi .wrapper1 .date {
  width: 12%;
  padding: 13px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  font-family: "メイリオ";
  letter-spacing: 0;
  text-align: center;
}

.reservation .section4 .calendar-navi .wrapper1 .saturday {
  color: #08ade7;
}

.reservation .section4 .calendar-navi .wrapper1 .sunday {
  color: #ff7153;
}

.reservation .section4 .calendar-navi .wrapper1 .space {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  font-family: "メイリオ";
  text-align: center;
}

.reservation .section4 .calendar-navi .wrapper1 .space a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
}

.reservation .section4 .icon-circle {
  font-size: 20px;
  color: #6996e0;
}

.reservation .section4 .icon-triangle {
  width: 20px;
}

@media (max-width: 768px) {
  .reservation .section4 {
    display: none;
  }
}

/*--------------------------------
  BEGIN SP予約フォーム
--------------------------------*/
.reservation-form .pc-display {
  display: inline-block;
}

@media (max-width: 768px) {
  .reservation-form .pc-display {
    display: none;
  }
}

.reservation-form .section4 {
  display: block;
}

.reservation-form .store-list-sp {
  margin-top: 8px;
  position: relative;
  display: none;
}

@media (max-width: 768px) {
  .reservation-form .store-list-sp {
    display: block;
  }
}

.reservation-form .store-list-sp:before {
  content: "";
  width: 0;
  height: 0;
  margin-top: -.2em;
  border-color: #666666 transparent transparent;
  border-style: solid;
  border-width: .45em .3em;
  display: block;
  position: absolute;
  right: .6em;
  top: 50%;
}

.reservation-form .store-list-sp .store-list {
  width: 100%;
  height: auto;
  padding: 8px 16px 8px 8px;
  background: transparent;
  background-image: none;
  border: 1px solid #a9a9a9;
  font-size: 13px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

.reservation-form .flex-wrapper1 {
  margin-bottom: 4px;
}

.reservation-form .flag2 {
  margin-right: 6px !important;
  font-size: 13px !important;
}

.reservation-form .flex-wrapper2 {
  width: auto !important;
}

.reservation-form .flag3 {
  margin: 0 0 0 6px !important;
  font-size: 11px !important;
}

.reservation-form .flag3 a {
  padding: 8px !important;
}

.reservation-form .calendar-navi .date {
  padding: 4px 5px !important;
  line-height: 1.6;
  font-size: 10px !important;
}

.reservation-form .calendar-navi .time {
  padding: 0 !important;
  font-size: 10px !important;
}

.reservation-form .calendar-navi .space a {
  padding: 6px !important;
}

.reservation-form .calendar-navi .icon-circle {
  font-size: 17px !important;
}

.reservation-form .flex-wrapper2 {
  margin-top: 15px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

.reservation-form .flex-wrapper2 .attention {
  margin-right: 16px;
  letter-spacing: 0;
  font-size: 13px;
  position: relative;
}

.reservation-form .flex-wrapper2 .icon-circle {
  font-size: 11px !important;
}

.reservation-form .flex-wrapper2 .icon-triangle {
  width: 12px;
}

/*--------------------------------
  END
--------------------------------*/
.main {
  /*---------------------------------
    COLUMN 詳細
  ---------------------------------*/
}

.main.column a:hover {
  opacity: 0.7;
}

.main.column img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .main.column .sp-br {
    display: none;
  }
}

.main.column .middle-br {
  display: none;
}

@media screen and (min-width: 330px) and (max-width: 768px) {
  .main.column .middle-br {
    display: block;
  }
}

@media (max-width: 768px) {
  .main.column .pc-br {
    display: none;
  }
}

.main.column .wrapper {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .main.column .wrapper {
    width: 100%;
  }
}

.main.column .top {
  width: 100%;
  margin-top: 65px;
  text-align: center;
}

@media (max-width: 768px) {
  .main.column .top {
    margin-top: 40px;
  }
}

.main.column .top .title {
  margin-bottom: 20px;
  font-size: 38px;
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  .main.column .top .title {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

.main.column .top .text {
  font-size: 14px;
  font-family: 'NotoSansCJKjp';
}

@media (max-width: 768px) {
  .main.column .top .text {
    font-size: 11px;
  }
}

.main.column .column-slide-area {
  width: 100%;
  margin-top: 88px;
}

@media (max-width: 768px) {
  .main.column .column-slide-area {
    margin-top: 40px;
  }
}

.main.column .column-slide-area .slide-contents {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .main.column .column-slide-area .slide-contents {
    margin-bottom: 0;
  }
}

.main.column .column-slide-area .img-wrapper1 {
  width: 100%;
  line-height: 0;
}

.main.column .column-slide-area .text-area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 101%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .main.column .column-slide-area .text-area {
    width: 60%;
    left: 90%;
  }
}

@media screen and (max-width: 375px) {
  .main.column .column-slide-area .text-area {
    left: 74%;
  }
}

@media screen and (max-width: 355px) {
  .main.column .column-slide-area .text-area {
    left: 70%;
  }
}

@media screen and (max-width: 330px) {
  .main.column .column-slide-area .text-area {
    left: 67%;
  }
}

.main.column .column-slide-area .text-area .title {
  padding-bottom: 17px;
  border-bottom: solid 1px;
  letter-spacing: 1px;
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  display: inline-block;
}

@media screen and (max-width: 1400px) {
  .main.column .column-slide-area .text-area .title {
    padding-bottom: 1.214vw;
    font-size: 1.857vw;
  }
}

@media (max-width: 768px) {
  .main.column .column-slide-area .text-area .title {
    padding-bottom: 8px;
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 18px;
  }
}

.main.column .column-slide-area .text-area .text {
  padding-top: 17px;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 200;
}

@media screen and (max-width: 1400px) {
  .main.column .column-slide-area .text-area .text {
    padding-top: 1.214vw;
    line-height: 2vw;
    font-size: 1vw;
  }
}

@media (max-width: 768px) {
  .main.column .column-slide-area .text-area .text {
    padding-top: 12px;
    line-height: 2;
    font-size: 11px;
  }
}

.main.column .section {
  width: 100%;
  margin: 90px 0 10px 0;
}

@media (max-width: 768px) {
  .main.column .section {
    padding: 0 27.5px;
    margin: 47px 0 0 0;
  }
}

.main.column .section .flex-wrapper1 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

@media (max-width: 768px) {
  .main.column .section .flex-wrapper1 {
    display: block;
  }
}

.main.column .section .left {
  width: 45%;
}

@media (max-width: 768px) {
  .main.column .section .left {
    width: 100%;
    margin-bottom: 42.5px;
  }
}

.main.column .section .left .img-wrapper1 {
  margin-bottom: 18px;
}

.main.column .section .right {
  width: 52%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media (max-width: 768px) {
  .main.column .section .right {
    width: 100%;
    display: block;
  }
}

.main.column .section .right .box1 {
  width: 100%;
}

@media (max-width: 768px) {
  .main.column .section .right .box1 {
    margin-bottom: 48px;
  }
}

.main.column .section .right .box1 .img-wrapper1 {
  width: 50%;
}

@media (max-width: 768px) {
  .main.column .section .right .box1 .img-wrapper1 {
    width: 48%;
  }
}

.main.column .section .right .box1 .text-box1 {
  width: 48%;
}

.main.column .section .right .flex-wrapper1 {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
}

@media (max-width: 768px) {
  .main.column .section .right .flex-wrapper1 {
    display: flex;
    display: -ms-flexbox;
  }
}

.main.column .section .title {
  padding-bottom: 15px;
  border-bottom: solid 1px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  .main.column .section .title {
    padding-bottom: 10px;
    letter-spacing: 0;
    font-size: 13px;
  }
}

.main.column .section .text {
  padding-top: 15px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'NotoSansCJKjp';
}

@media (max-width: 768px) {
  .main.column .section .text {
    padding-top: 10px;
    font-size: 11px;
  }
}

.main.column .section .link-text1 {
  margin-top: 15px;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'NotoSansCJKjp';
  text-align: right;
}

@media (max-width: 768px) {
  .main.column .section .link-text1 {
    margin-top: 5px;
    font-size: 11px;
  }
}

.main.column .section .link-text1 a {
  padding-bottom: 8px;
  border-bottom: solid 1px;
  display: inline-block;
}

@media (max-width: 768px) {
  .main.column .section .link-text1 a {
    padding-bottom: 5px;
  }
}

.main.column .section2 .flex-wrapper1 {
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .main.column .section2 .flex-wrapper1 {
    display: flex;
    display: -ms-flexbox;
  }
}

.main.column .section2 .box1 {
  width: 24.5%;
  margin-top: 75px;
}

@media (max-width: 768px) {
  .main.column .section2 .box1 {
    width: 47%;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.main.column .section2 .title {
  padding-bottom: 10px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .main.column .section2 .title {
    padding-bottom: 7.5px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .main.column .section2 .text {
    letter-spacing: 0;
  }
}

.main.column-detail .detail-section {
  width: 100%;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section {
    padding: 0 30px;
    margin-top: 45px;
  }
}

.main.column-detail .detail-section .topics {
  width: 80%;
  padding: 40px 50px;
  margin: 0 auto;
  border: solid 1px #cecece;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .topics {
    width: 100%;
    padding: 28px 25px;
  }
}

.main.column-detail .detail-section .topics .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'Frank Ruhl Libre', serif;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .topics .title {
    margin-bottom: 17.5px;
    font-size: 18px;
  }
}

.main.column-detail .detail-section .topics .item {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Kozuka Gothic Pr6N";
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .topics .item {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

.main.column-detail .detail-section .topics .item a {
  border-bottom: solid 1px;
  display: inline-block;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .topics .item a {
    padding-bottom: 5px;
  }
}

.main.column-detail .detail-section .flex-wrapper1 {
  width: 70%;
  padding-top: 144px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .flex-wrapper1 {
    width: 100%;
    padding-top: 43px;
    display: block;
  }
}

.main.column-detail .detail-section .reverse {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.main.column-detail .detail-section .img-wrapper1 {
  width: 38%;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .img-wrapper1 {
    width: 100%;
  }
}

.main.column-detail .detail-section .text-box1 {
  width: 57%;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .text-box1 {
    width: 100%;
  }
}

.main.column-detail .detail-section .text-box1 .title {
  padding-bottom: 12px;
  border-bottom: solid 2px #cecece;
  letter-spacing: 0;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .text-box1 .title {
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
  }
}

.main.column-detail .detail-section .text-box1 .text {
  margin-top: 30px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Kozuka Gothic Pr6N";
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .text-box1 .text {
    margin-top: 13px;
    font-size: 11px;
  }
}

.main.column-detail .detail-section .flex-wrapper2 {
  width: 70%;
  margin: 55px auto 0;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .flex-wrapper2 {
    width: 100%;
    margin-top: 7px;
  }
}

.main.column-detail .detail-section .flex-wrapper2 .img-wrapper2 {
  width: 30%;
}

@media (max-width: 768px) {
  .main.column-detail .detail-section .flex-wrapper2 .img-wrapper2 {
    width: 32%;
  }
}

.main.column-detail .tag-area {
  width: 100%;
  margin-top: 125px;
  text-align: center;
}

@media (max-width: 768px) {
  .main.column-detail .tag-area {
    padding: 0 15px;
    margin-top: 87px;
  }
}

.main.column-detail .tag-area .title {
  margin-bottom: 25px;
  font-size: 22px;
  font-family: "Poppins";
}

@media (max-width: 768px) {
  .main.column-detail .tag-area .title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.main.column-detail .tag-area .item {
  margin-bottom: 18px;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Kozuka Gothic Pr6N";
  display: inline-block;
}

@media (max-width: 768px) {
  .main.column-detail .tag-area .item {
    margin-bottom: 15px;
    letter-spacing: 0;
    font-size: 12px;
  }
}

.main.column-detail .tag-area .item:after {
  content: "/";
  padding: 0 5px;
}

@media (max-width: 768px) {
  .main.column-detail .tag-area .item:after {
    padding: 0 1px;
  }
}

.main.column-detail .tag-area .en {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 400;
}

@media (max-width: 768px) {
  .main.column-detail .tag-area .en {
    font-size: 12px;
  }
}

.main.column-detail .section2 .box1 {
  margin-top: 0;
}

.main.column-detail .section2 .title2 {
  /* COLUMN detailのsection2のタイトル */
  margin-bottom: 28px;
  font-size: 28px;
  font-family: 'Frank Ruhl Libre', serif;
  text-align: center;
}

@media (max-width: 768px) {
  .main.column-detail .section2 .title2 {
    margin-bottom: 35px;
    font-size: 20px;
  }
}

/*# sourceMappingURL=sj-style-common.css.map */