﻿

/*============================================================
common
==============================================================*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::placeholder {
  color: #c4c4c4;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}
/* body::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  opacity: 1;
  transition: 1.2s ease;
  z-index: 1000;
  pointer-events: none;
}
body.is-active::after {
  opacity: 0;
} */
body.is-noscroll {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
} 
.l-wrapper input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
ul {
  list-style: none;
}
label {
  cursor: pointer;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.center,
.c-center {
  text-align: center;
}
.left,
.c-left {
  float: left;
}
.right,
.c-right {
  float: right;
}
.only-pc-inline {
  display: inline;
}
.only-pc {
  display: inherit;
}
.only-sp {
  display: none;
}
.c-text {
  line-height: 1.75;
}
.c-notice {
  font-size: 1.2rem;
}
.c-number {
  font-size: 2.5rem;
  color: #e60012;
}
.c-border-green {
  border-bottom: 2px solid #4daf33;
}

.c-border-pink {
  border-bottom: 2px solid #ef7d8d;
}
.l-wrapper {
  overflow: hidden;
}
.l-wrapper.is-fixed {
  overflow: visible;
}
.l-cp .l-content_category {
  margin-bottom: 90px;
}
.l-detail-main_detail_list {
  padding: 15px 0;
}
.l-container {
  width: 100%;
  max-width: 1240px;
  padding: 0 30px;
  margin: auto;
}
.l-container.-gide {
  padding: 0 30px 220px;
}
.l-container.-feature {
  padding: 0 30px 100px;
}
.l-container.-privacy {
  margin-top: 50px;
}
.l-container-large {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 0 30px;
}
.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.c-more-btn {
  display: inline-block;
  height: 60px;
  padding: 0 60px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  background: #000;
  border-radius: 100vw;
}
.c-more-btn:hover {
  color: #000;
  background: #ffe000;
}
.c-dot-bg {
  background: url(../image/dot-bg.png);
}
.c-pink-bg {
  position: relative;
  background: #ff758b;
}
.c-yellow-bg {
  position: relative;
  background: #ffe000;
}
.c-gray-bg {
  position: relative;
  background: #ebebeb;
}
.c-link {
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
}
.c-text-right {
  text-align: right;
}
.c-text-red {
  color: #f00;
}
.c-text-red .c-text-list {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}
.c-text-danger {
  margin-top: 20px;
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
}
.c-text-danger::before {
  content: "!";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ff0000;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  margin-right: 7px;
}
.c-text-yellow {
  color: #ffe000;
}
.c-text-green {
  color: #00b300;
}
.c-text-pink {
  color: #ff758b;
}
.c-text-blue {
  color: #008fff;
}
.c-text-bold {
  font-weight: bold;
}
.c-caution {
  font-size: 1.2rem;
}
.modaal-container {
  box-shadow: none;
  background: none;
  pointer-events: none;
}
.fix-model .modaal-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fix-model .modaal-wrapper .modaal-close {
  margin-right: -469px;
  top: 101px;
  margin-top: auto;
}

.modaal-content-container {
  position: relative;
  top: 70px;
  margin-bottom: 140px;
  background: #fff;
  pointer-events: all;
}
.modaal-inner-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}

.modaal-wrapper * {
  -webkit-backface-visibility: unset;
}
.modaal-wrapper .modaal-close {
  position: absolute;
  top: 35%;
  margin-top: -367px;
  right: 50%;
  background: #ebebeb;
  cursor: pointer;
  pointer-events: all;
  margin-right: -465px;
}
.modaal-wrapper .modaal-close:after,
.modaal-wrapper .modaal-close:before {
  background: #000;
}
.modaal-wrapper .modaal-close:focus:after,
.modaal-wrapper .modaal-close:focus:before,
.modaal-wrapper .modaal-close:hover:after,
.modaal-wrapper .modaal-close:hover:before {
  background: #000;
}
.l-top-news .p-top-faq_a_txt a {
  color: #00b300;
}
/*============================================================
page
==============================================================*/
.l-breadcrumb {
  padding: 10px 0;
  background: #ebebeb;
}
.l-breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb_list_item {
  margin-right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
.l-breadcrumb_list_item:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  font-weight: normal;
}
.l-breadcrumb_list_item a:hover {
  text-decoration: underline;
}
.c-page-link {
  text-decoration: underline;
  color: #00b300;
  cursor: pointer;
}
.c-page-link:hover {
  text-decoration: none;
}
.c-page-h2 {
  font-size: 6.4rem;
  line-height: 1;
}
.c-page-h1 {
  font-size: 5.4rem;
  line-height: 1;
}
.c-page-h2_sub {
  margin-bottom: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}
.c-page-h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  border-bottom: 2px solid #c4c4c4;
}
.c-page-h3.c-page-h3_white {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.c-page-h3.c-page-h3_black {
  border-bottom: 2px solid #000;
}
.c-page-h3.c-page-h3_yellow {
  border-bottom: 2px solid #ffe000;
}
.c-page-txt {
  margin-bottom: 40px;
}
.c-page-btn {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  margin: auto;
  padding: 13px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  background: #fff;
  border: 3px solid #000;
  border-radius: 100vw;
  cursor: pointer;
}
.p-detail-quote_print_btn02_blue {
  background-color: #5999E8 !important;
}
.c-page-section {  
  padding: 80px 0;
}
.shipping-feeWrap{
  padding-top: 168px;
}
.shipping-fee {
  padding-top: 168px;
  margin-top: -168px;
}
.c-page-slider .slick-next,
.c-page-slider .slick-prev {
  width: 21px;
  height: 25px;
  z-index: 2;
}
.c-page-slider .slick-prev::before,
.c-page-slider .slick-next::before {
  display: none;
}
.c-page-slider .slick-prev {
  left: 0;
  background: url(../image/slider-prev01.png) no-repeat center / 21px
    25px;
}
.c-page-slider .slick-next {
  right: 0;
  background: url(../image/slider-next01.png) no-repeat center / 21px
    25px;
}
.c-page-input {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 10px;
  background: #fff;
  border: 3px solid #c4c4c4;
}
textarea.c-page-input {
  height: 200px;
}

.delivery-date {
  margin-bottom: 20px;
}
.c-page-input_req {
  border: 3px solid #fed5dc;
}
.c-page-select {
  position: relative;
  max-width: 560px;
}
.c-page-select::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* top: 0; */
  /* bottom: 0; */
  top: 17px;
  bottom: auto;
  right: 8px;
  margin: auto;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

/*============================================================
loading
==============================================================*/
.l-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffe000;
  z-index: 9999;
  pointer-events: none;
}
.loading_logo {
  position: absolute;
  width: 50vw;
  max-width: 642px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #000;
  opacity: 0;
  transition: 0.2s ease;
}
.l-loading.show .loading_logo {
  opacity: 1;
}

/*============================================================
header
==============================================================*/
.l-header {
  position: relative;
  width: 100%;
  height: 168px;
  margin: auto;
  background: #fff;
}
.l-header_container {
  height: 94px;
  padding: 0 30px;
  background: #fff;
}
.l-header_container.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.l-header_content {
  display: flex;
}
.p-header_logo {
  margin: 23px auto 23px 20px;
}
.p-header_logo_text {
  font-weight: bold;
  /* font-family: 'Poppins', sans-serif; */
  font-family: "A-OTF 見出ゴMB1 Std DeBold", sans-serif;
  letter-spacing: 6px;
}
.p-header_logo img {
  width: 321px;
  margin: 0;
}
.p-header_associationLogo-pc{
	margin: 30px 20px 30px auto;
}
.p-header_associationLogo-pc img{
	width: 200px;
}
.p-header_search {
  display: flex;
}
.p-header_search_input {
  width: 240px;
  height: 34px;
  margin: 30px 0;
  padding: 10px;
  font-size: 1.8rem;
  border: 1px solid #000;
}
.p-header_search_btn {
  width: 44px;
  height: 34px;
  margin: 30px 0;
  background: #000 url(../image/header-search.png) no-repeat center /
    26px;
  cursor: pointer;
}
.p-header_search-pc {
  display: flex;
}
.p-header_search-wrap {
  display: none;
}
.p-header_cart,
.p-header_favorite,
.p-header_login,
.p-header_menu {
  /* margin: 0 0 0 20px; */
  padding: 30px 0 30px 20px;
}
.p-header_cart img,
.p-header_favorite img,
.p-header_login img,
.p-header_menu img {
  width: 40px;
  transition: 0.2s ease;
}
.p-header_cart img:hover,
.p-header_favorite img:hover,
.p-header_favorite img:hover,
.p-header_menu_btn img:hover {
  opacity: 0.5;
}
.p-header_favorite_btn {
  display: block;
  width: 40px;
  height: 34px;
  background: url(../image/header-favorite.png) no-repeat center / 40px
    34px;
}
.p-header_login {
  position: relative;
}
.l-header_login_box {
  position: absolute;
  width: 240px;
  padding: 20px;
  right: -30px;
  top: 84px;
  background: #f3f3f3;
  transition: 0.2s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
.l-header_favorite_box {
  width: 200px;
  background-color: #fcdd00;
  color: #000000;
  padding: 15px;
  position: absolute;
  right: 50px;
  bottom: 0px;
  font-size: 16px;
  opacity: 0;
}
.l-header_favorite_box:before {
  content: "";
  width: 25px;
  height: 19px;
  position: absolute;
  top: -19px;
  right: 46px;
  background: url(../image/icon_up.png) no-repeat;
}
.p-header_favorite:hover .l-header_favorite_box {
  opacity: 1;
}
.p-header_login:hover .l-header_login_box {
  opacity: 1;
  pointer-events: all;
}
.p-header_login_txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.l-header_login_list_item {
  margin-top: 10px;
}
.p-header_login_list_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #000;
  transition: 0.2s ease;
}
.p-header_login_list_btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.p-header_login_list_btn.c-new {
  height: 40px;
  line-height: 36px;
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
.p-header_login_list_btn.c-new::after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.p-header_menu_btn {
  width: 40px;
  height: 34px;
  background: url(../image/header-menu.png) no-repeat center / 40px 34px;
  cursor: pointer;
}
.c-open .p-header_menu_btn {
  background: url(../image/header-menu-on.png) no-repeat center / 40px
    34px;
}
.l-header_list {
  display: flex;
  justify-content: center;
  height: 75px;
}
.l-header_list_item {
  position: relative;
  width: 19%;
  padding: 24px 0;
  text-align: center;
}

.l-header_list_item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
.l-header_list_item:last-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
.p-header_list_link {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-header_list_link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  background: #ffe000;
  transition: 0.2s ease;
}
.p-header_list_link:hover::after {
  width: 100%;
}
.l-header_list_menu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  top: 74px;
  left: 0;
  background: #fff;
  z-index: 2;
}
.l-header_list_menu.category {
  width: 500%;
}
.l-header_list_menu_item {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
.l-header_list_menu.category .l-header_list_menu_item {
  width: 20%;
}
.l-header_list_item:hover .l-header_list_menu_item {
  height: 50px;
  overflow: visible;
}
.l-header_list_item:hover
  .l-header_list_menu.category
  .l-header_list_menu_item {
  height: 90px;
  border-top: none;
}
.p-header_list_menu_link {
  display: block;
  transition: 0.2s ease;
  padding: 15px 0;
}
.l-header_list_menu.category .p-header_list_menu_link {
  padding: 0;
}
.p-header_list_menu_link:hover {
  opacity: 0.5;
}
.p-header_list_menu_link img {
  width: 41px;
  height: 35px;
  display: block;
}
.p-header_list_menu_txt {
  font-size: 1.4rem;
  font-weight: bold;
}
.l-header-menu_container {
  display: none;
  position: absolute;
  overflow-y: auto;
  width: 100%;
  max-height: calc(100vh - 94px);
  top: 94px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 98;
  transition: 0.2s ease;
}
.c-open .l-header-menu_container {
  opacity: 1;
  pointer-events: all;
}
.c-open .l-header-menu_container.only-pc {
  display: block;
}
.l-header-menu_container .l-footer_link_title {
  margin-bottom: 10px;
}
.l-header-menu_container .p-footer_link_btn {
  padding: 5px 20px;
  font-size: 1.8rem;
  color: #fff;
  background: #ff758b;
}
.l-header-menu_container .p-footer_list_link {
  color: #000;
}
.l-header-menu_container .p-footer_list_link {
  font-size: 1.6rem;
}
.col-menu {
  width: 500%;
  left: -200%;
}
.col-menu li {
  width: 20%;
  height: 0;
}
.l-header_list_item:hover
  .l-header_list_menu.col-menu
  .l-header_list_menu_item {
  height: 75px;
}
.l-header_list_menu.col-menu .p-header_list_menu_link {
  padding: 17px 0;
}
/*============================================================
top
==============================================================*/
.l-top-mv {
  position: relative;
  height: 40vw;
  max-height: 777px;
}

.l-top-mv_slider {
  overflow: hidden;
}

.l-top-mv_slider::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 300px;
  top: -195px;
  left: calc(50% - 170px);
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
}

.p-top-mv_bg {
  width: 100%;
  height: 40vw;
  max-height: 777px;
}
.p-top-mv_bg.bg01 {
  background: url(https://www.rub-lab.com/user_data/packages/default/images/home/mv-img01.webp) no-repeat center / cover;
}
.p-top-mv_bg.bg03 {
  background: url(https://www.rub-lab.com/user_data/packages/default/images/home/mv-img03.webp) no-repeat center / cover;
}
.p-top-mv_logoWrap {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 15px auto 0;
  transform: translateY(-50%);
}
.p-top-mv_logo {
  width: 54%;
  margin-left: 25%;
}
.p-top-mv_logo img {
  /* width: 879px; */
}
.p-top-mv_title {
  font-size: 16.5px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-indent: initial;
  opacity: 1.0;
  margin: 15px auto 0;
}
.p-top-mv_title_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-mv_logo {
    margin-left: 25%;
  }
  .p-top-mv_title {
      font-size: 12.5px;
      margin: 5px auto 0;
  }
}
@media screen and (max-width: 400px) {
  .p-top-mv_title_sp {
    display: block;
  }
}
.l-top-no1-banner-sp{
  display: none;
}
.l-top-no1-banner-pc{
  position: relative;
  padding: 50px 0 0;
}
.l-top-no1-banner img{
  display: block;
}
.l-top-no1-banner-link:hover{
  opacity: .5;
  transition: 0.2s ease;
}
.l-top-area-banner{
  padding: 50px 0;
}
.l-top-area-banner__list{
  display: flex;
}
.l-top-area-banner__item{
  margin: 0 15px;
}
.l-top-area-banner__link:hover{
  opacity: .5;
  transition: 0.2s ease;
}
@media screen and (max-width: 768px){
  .l-top-area-banner{
    display: none;
  }
}
.l-top-category {
  position: relative;
  padding: 120px 0 ;
}
.l-top-category-guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-top-category-guide_list {
  width: 35.2%;
  background: #fff;
  border-top: 5px solid #ff758b;
  border-bottom: 5px solid #ff758b;
}
.l-top-category-guide_list_item {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.l-top-category-guide_list_item:not(:last-child) {
  border-bottom: 1px solid #ff758b;
}
.l-top-category-guide_list_item a {
  display: block;
  transition: 0.2s ease;
}
.l-top-category-guide_list_item a:hover {
  opacity: 0.5;
}
.p-top-category-guide_list_img {
  display: block;
  padding-top: 12px;
  padding-bottom: 5px;
}
.none-br br {
  display: none;
}
.p-top-category-guide_list_img img {
  width: 26px;
}
.p-top-category-guide_list_title {
  display: block;
  padding-bottom: 13px;
}
.l-top-category-delivery_container {
  position: relative;
  width: 61.2%;
  padding-bottom: 50px;
  background: #fff;
  border: 5px solid #ff758b;
  border-radius: 2px;
}
.p-top-category-delivery_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #ff758b;
}
.p-top-category-delivery_icon {
  margin-right: 35px;
}
.p-top-category-delivery_icon img {
  width: 46px;
}
.p-top-category-delivery_day {
  margin-right: 20px;
  font-size: 2.2rem;
  font-weight: bold;
}
.p-top-category-delivery_day .c-large {
  font-size: 3.8rem;
}
.p-top-category-delivery_time {
  display: inline-block;
  margin-right: 20px;
  padding: 2px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 4px;
}
.p-top-category-delivery_txt {
  font-size: 2.4rem;
}
.l-top-category-delivery_list {
  display: flex;
}
.l-top-category-delivery_list_item {
  width: 33.33%;
  padding: 15px 10px;
  text-align: center;
  border-right: 2px solid #ff758b;
}
.l-top-category-delivery_list_item:nth-child(2) {
  border-right: 2px solid #ff758b;
}
.l-top-category-delivery_list_item:last-child {
  border-right: none;
}
.p-top-category-delivery_list_title {
  font-size: 2.4rem;
  color: #fff;
  border-radius: 100vw;
}
.l-top-category-delivery_list_item.item01 .p-top-category-delivery_list_title {
  background: #008fff;
}
.l-top-category-delivery_list_item.item02 .p-top-category-delivery_list_title {
  background: #ff0000;
}
.l-top-category-delivery_list_item.item03 .p-top-category-delivery_list_title {
  background: #ff8210;
}
.p-top-category-delivery_list_txt {
  font-size: 2.2rem;
  font-weight: bold;
}
.l-top-category-delivery_list_item.item01 .p-top-category-delivery_list_txt {
  color: #008fff;
}
.l-top-category-delivery_list_item.item02 .p-top-category-delivery_list_txt {
  color: #ff0000;
}
.l-top-category-delivery_list_item.item03 .p-top-category-delivery_list_txt {
  color: #ff8210;
}
.p-top-category-delivery_list_txt .c-large {
  font-size: 3.8rem;
}
.p-top-category-delivery_link {
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #ff758b;
  transition: 0.2s ease;
}
.p-top-category-delivery_link:hover {
  opacity: 0.5;
}
.p-top-category-delivery_link .c-small {
  vertical-align: middle;
  font-size: 1.3rem;
}
.p-top-category-delivery_link_tri {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #ffffff;
}
.l-top-category_container {
  position: relative;
  margin-top: 100px;
  padding: 55px 50px 100px;
  background: #fff;
  border: 5px solid #ff758b;
  border-radius: 4px;
}
.l-top-category_container::after {
  content: "";
  position: absolute;
  height: 146px;
  top: -106px;
  left: -5px;
  right: -5px;
  margin: auto;
  background: url(../image/category-box.png) no-repeat center;
}
.p-top-category_title {
  margin-bottom: 10px;
}
.p-top-category_title img {
  width: 268px;
}
.p-top-category_title_sub {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.l-top-category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-top-category_list_item {
  display: flex;
  align-items: center;
  width: 30%;
  margin-bottom: 40px;
  transition: 0.2s ease;
}
.l-top-category_list_item:hover {
  opacity: 0.5;
}
.p-top-category_list_img {
  margin-right: 10px;
}
.p-top-category_list_img img {
  width: 60px;
  margin-left: 5px;
}
.h-50 img {
  height: 49px;
}
.p-top-category_list_title {
  max-width: 160px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.p-top-category_list_arrow {
  margin-right: 10px;
}
.p-top-category_list_arrow img {
  width: 21px;
}
.l-top-ranking {
  position: relative;
  padding: 160px 0 80px;
  background: #ff758b;
}
.c-top-title_container {
  position: relative;
}
.c-top-title_content {
  position: absolute;
  display: flex;
  align-items: baseline;
  margin: auto;
  z-index: 3;
}
.c-top-title {
  font-size: 10rem;
  line-height: 1;
}
.c-top-title.-newItem {
  font-size: 6.4rem;
}
.c-top-title_sub {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.c-top-title_img {
  position: absolute;
  margin: auto;
}
.p-top-ranking_title_content {
  top: -150px;
  left: -20px;
}
.p-top-ranking_title {
  margin-right: 30px;
}
.p-top-ranking_title_img {
  top: -336px;
  right: -60px;
}
.l-top-ranking_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.l-top-ranking_tab_item {
  display: table;
  width: 16.2%;
  height: 90px;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.08em;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}
.l-top-ranking_tab_item .c-middle {
  display: table-cell;
  vertical-align: middle;
}
.l-top-ranking_tab_item.is-current {
  background: #ffe000;
}
.l-top-ranking_list {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-top-ranking_list.is-show {
  display: flex;
}
.l-top-ranking_list_item {
  position: relative;
  display: block;
  width: 24%;
  margin-bottom: 60px;
}
.p-top-ranking_list_num {
  position: absolute;
  left: -20px;
  top: -66px;
  margin: auto;
  z-index: 2;
}
.p-top-ranking_list_num img {
  width: 180px;
}
.p-top-ranking_list_img {
  position: relative;
  margin-bottom: 20px;
}
.l-product_icon_list {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 98%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.l-product_icon_list_item {
  width: 18%;
  max-width: 62px;
  margin: 1%;
  margin-bottom: 2%;
}
.l-product_icon_list_item img {
  width: 62px;
}
.p-product_icon_logo {
  position: absolute;
  width: 32%;
  max-width: 77px;
  top: 2%;
  left: 2%;
  margin: auto;
}
.p-product_icon_logo img {
  width: 77px;
}
.p-product_icon_dl {
  position: absolute;
  width: 17%;
  top: 2%;
  right: 2%;
  margin: auto;
}
.p-product_icon_dl img {
  width: 60px;
}
.p-top-ranking_list_title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 5px;
  margin-top: 15px;
  font-weight: normal;
}
.p-top-ranking_list_txt {
  font-size: 16px;
  font-weight: normal;
}
.p-ranking_title {
  text-align: center;
	margin-bottom: 50px;
	font-size: 2.2rem;
	margin-top: 60px;
}
.p-ranking_title .en {
  display: block;
  font-size: 6.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.l-top-feature {
  position: relative;
  padding: 40px 0 0;
}
.l-category .l-top-feature {
  background: none;
  padding: 40px 0 0;
}
.p-top-feature_title_content {
  text-align: center;
  margin-bottom: 70px;
}
.p-top-feature_title {
  margin-right: 30px;
}
.l-top-feature_list {
  display: flex;
  justify-content: space-between;
}
.l-top-feature_item {
  flex: 0 0 24%;
}
.l-top-feature_item_link {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.p-top-feature_item_img {
  position: relative;
  margin-bottom: 20px;
}
.p-top-feature_item_title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.7rem;
  padding: 0 5px;
  margin-top: 15px;
}
.p-top-feature_item_txt {
  font-size: 17px;
}
.l-top-pickup {
  position: relative;
  padding: 280px 0 80px;
  background: #ffe000 ;
}
.p-top-pickup_title_content {
  flex-direction: row-reverse;
  top: -150px;
  right: -10px;
}
.p-top-pickup_title {
  margin-left: 30px;
}
.p-top-pickup_title_img {
  left: 80px;
  top: -333px;
}
.slick-next,
.slick-prev {
  z-index: 2;
}
.l-top-pickup_slider .slick-prev {
  left: 0;
}
.l-top-pickup_slider .slick-next {
  right: 7px;
}
.l-top-pickup_slider .slick-prev:before,
.l-top-pickup_slider .slick-next:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ff758b;
}
.l-top-pickup_slider .slick-prev:before {
  border-width: 12px 20px 12px 0;
  border-color: transparent #ff758b transparent transparent;
}
.l-top-pickup_slider .slick-prev:before,
.l-top-pickup_slider .slick-next:before {
  content: "";
  position: relative;
  right: -6px;
}
.l-top-pickup_slider_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 60px;
}
.l-top-pickup_slider_content {
  width: 48%;
}
.p-top-pickup_slider_title {
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: bold;
}
.p-top-pickup_slider_title_sub {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #ff758b;
}
.l-top-pickup_slider_img {
  width: 51%;
  display: flex;
  vertical-align: middle;
  text-align: center;
}
.l-top-pickup_slider_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.l-top-special {
  position: relative;
  padding: 280px 0 80px;
  background: #fff;
}
.p-top-special_title_content {
  top: -150px;
  left: -20px;
}
.p-top-special_title {
  margin-right: 30px;
}
.p-top-special_title_img {
  top: -230px;
  right: -20px;
}
.l-top-special_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.l-top-special_banner_first {
  width: 46%;
}
.l-top-special_banner_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 52.8%;
}
.p-l-top-special_banner_img {
  display: block;
}
.p-l-top-special_banner_img img{
  width: 100%;
}
.l-top-special_banner_other .p-l-top-special_banner_img {
  width: 49.5%;
  margin-bottom: 2.5%;
}
.l-top-column {
  padding: 280px 0 80px;
  background: #ff758b;
}
.p-top-column_title_content {
  flex-direction: row-reverse;
  top: -150px;
  right: -60px;
}
.p-top-column_title {
  margin-left: 20px;
}
.p-top-column_title_img {
  left: 66px;
  top: -337px;
}
.l-top-column_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-top-column_list_item {
  width: 24%;
  margin-bottom: 40px;
  position: relative;
}
.l-top-column_list_item a{
  display: block;
  position: relative;
  z-index: 1;
}
.p-top-column_list_img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.l-top-column_list_item:nth-child(odd) a::before{
  content: "";
  width: 252px;
  height: 239px;
  background: url(../image/cicle.png) no-repeat;
  position: absolute;
  top: 5px;
  z-index: 2;
  background-size: 100% auto;
  left: 15px;
}
.l-top-column_list_item:nth-child(even) a::before{
  content: "";
  width: 252px;
  height: 239px;
  background: url(../image/cicle02.png) no-repeat;
  position: absolute;
  top: 5px;
  z-index: 2;
  background-size: 100% auto;
  left: 15px;
}
.p-top-column_list_img img{
  width: auto;
  max-width: 420px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.p-top-column_list_category {
  display: inline-block;
  min-width: 116px;
  margin-bottom: 5px;
  padding: 5px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #fff;
}
.p-top-column_list_category.category-voice {
  border: 5px solid #ffe000;
}
.p-top-column_list_category.category-rub-lab {
  color: #ff758b;
  border: 5px solid #fff;
}
.p-top-column_list_title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-top-column_list_item a:hover .p-top-column_list_title {
  text-decoration: underline;
}
.l-footer-history {
  position: relative;
  padding: 80px 0;
}
.p-footer-history_bg_container {
  position: relative;
}
.p-footer-history_bg {
  position: absolute;
  top: -160px;
  right: 95px;
  margin: auto;
}
.p-footer-history_title {
  text-align: center;
}
.p-footer-history_title_sub {
  margin-bottom: 50px;
  text-align: center;
}
.l-footer-history_slider {
  position: relative;
  padding: 0 50px;
  z-index:1;
}
.l-footer-history_slider::before,
.l-footer-history_slider::after {
  content: "";
  position: absolute;
  width: calc((105vw - 1140px) / 2);
  height: 100%;
  top: 0;
  bottom: 0;
  left: calc((105vw - 1240px) / 2 * -1);
  right: auto;
  margin: auto;
  background: #fff;
  z-index: 1;
}
.l-footer-history_slider::after {
  left: auto;
  right: calc((105vw - 1240px) / 2 * -1);
}
.l-container .l-container-pickup_sliderWrap .l-template-pickup_slider::before,
.l-container .l-container-pickup_sliderWrap .l-template-pickup_slider::after {
  background: #ff758b;
}
.l-detail-recommend_slider.l-footer-history_slider::before,
.l-detail-recommend_slider.l-footer-history_slider::after {
  background: #ffe000;
}
.l-detail-relate_slider.l-footer-history_slider::before,
.l-detail-relate_slider.l-footer-history_slider::after {
  background: #ff758b;
}
.l-container .l-template-pickup_slider::before,
.l-container .l-template-pickup_slider::after {
  background: #ff758b;
}

.l-footer-history_slider .slick-next,
.l-footer-history_slider .slick-prev {
  width: 21px;
  height: 25px;
  z-index: 2;
}
.l-footer-history_slider .slick-prev {
  left: 0;
  background: url(../image/slider-prev01.png) no-repeat center / 21px
    25px;
}
.l-footer-history_slider .slick-next {
  right: 0;
  background: url(../image/slider-next01.png) no-repeat center / 21px
    25px;
}
.l-footer-history_slider .slick-prev::before,
.l-footer-history_slider .slick-next::before {
  display: none;
}
.l-footer-history_slider .slick-list {
  position: relative;
  overflow: visible;
}
.l-footer-history_slider_container {
  position: relative;
  display: block;
  margin: 0 5%;
}
.l-top .l-footer-history_slider_container{
  margin: 0;
}
.p-footer-history_slider_title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 5px;
  margin-top: 15px;
}
.p-footer-history_slider_img {
  display: block;
}
.p-footer-history_slider_content {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 80%;
  padding: 10px;
  font-size: 1.2rem;
  overflow: hidden;
  background: #fff;
  border: 3px solid #c4c4c4;
  transition: 0.2s ease;
  opacity: 0;
}
.l-footer-history_slider_container:hover .p-footer-history_slider_content {
  height: auto;
  overflow: visible;
  top: 100%;
  opacity: 1;
}
.l-footer-history_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 0 0;
}
.l-footer-history_list_item {
  width: 20%;
  max-width: 65px;
  margin: 0 5%;
  transition: 0.2s ease;
}
.l-footer-history_list_item:hover {
  opacity: 0.5;
}
.l-footer-history_list_img {
  display: block;
  margin-bottom: 10px;
}
.l-footer-history_list_img img {
  width: 58px;
}
.l-footer-history_list_title {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.l-top-news {
  padding: 60px 0;
}
.l-top-faq_container {
  margin-bottom: 40px;
  padding: 45px 30px;
  background: #fff;
  border: 5px solid #ff758b;
  border-radius: 2px;
}
.p-top-faq_title {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1;
}
.p-top-faq_title_sub {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2.4rem;
}
.l-top-faq_q_container {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px 30px 10px;
  cursor: pointer;
  border-bottom: 1px solid #c4c4c4;
}
.l-top-faq_q_container::before,
.l-top-faq_q_container::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #ff758b;
  transform: rotate(0deg);
  transition: 0.2s;
}
.l-top-faq_q_container::before {
  right: 20px;
  transform: rotate(90deg);
}
.l-top-faq_q_container.is-active::before {
  transform: rotate(0deg);
}
.p-top-faq_q_title {
  width: 42px;
  margin-right: 20px;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  color: #ff758b;
}
.p-top-faq_q_txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.l-top-faq_a_container {
  display: flex;
  /* align-items: baseline; */
  padding: 30px 10px;
  background: #fff1f3;
}
.fabric img {
  width: 250px;
}
.p-top-faq_a_title {
  width: 42px;
  margin-right: 20px;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  color: #ff758b;
}
.p-top-faq_a_txt {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-top-faq_btn {
  margin-top: 50px;
}
.l-top-news_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 45px 30px;
  background: #fff;
}
.l-top-news_container::before,
.l-top-news_container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../image/news_bg.png) no-repeat center;
}
.l-top-news_container::after {
  top: auto;
  bottom: -4px;
}
.l-top-news_title_container {
  margin-right: 60px;
}
.p-top-news_title {
  margin-top: 1.2rem;
  font-size: 4.6rem;
  line-height: 1;
}
.l-top-news_list_item:not(:last-child) {
  margin-bottom: 10px;
}
.p-top-news_list_link {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.2s ease;
}
.p-top-news_list_link:hover {
  opacity: 0.5;
}
.p-top-news_list_date {
  /* display: inline-block; */
  font-size: 1.8rem;
  font-weight: bold;
  color: #8b8b8b;
  margin-right: 20px;
}
.p-top-news_list_title {
  display: inline-block;
}

.w-100-percent {
  width: 100%;
}

.l-cp .l-footer-history_slider::before, 
.l-cp .l-footer-history_slider::after{
  left: -30px;
  width: 85px;
}
.l-cp .l-footer-history_slider::after{
  right: -30px;
  left: auto;
}
.l-cp .l-footer-history_container{
  position: relative;
  z-index: 2;
}
.l-cp .l-footer-history_container::before, 
.l-cp .l-footer-history_container::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    bottom: 0;
    left: calc(100% - 2px);
    right: auto;
    margin: auto;
    background: #fff;
    z-index: 1;
}
.l-cp .l-footer-history_container::before{
  right: calc(100% - -30px);
  left: auto;
}
.l-cp .l-footer-history_container::after{
  left: calc(100% - -30px);
  right: auto;
}
.l-footer-history_container .slick-next, .l-footer-history_container .slick-prev{
  -webkit-transform: translate(0,-110%);
  -ms-transform: translate(0,-110%);
  transform: translate(0,-110%);
}
.l-detail-recommend .l-footer-history_container .slick-next, 
.l-detail-recommend .l-footer-history_container .slick-prev{
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
/*============================================================
footer
==============================================================*/
.l-chatbot {
  position: fixed;
  display: block;
  width: 86px;
  height: 214px;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  border-radius: 10px 0 0 10px;
  animation: chatin1 0.2s ease forwards;
  z-index: 15;
  overflow: hidden;
}

.l-chatbot .l-chatbot-imgSp {
  display: none;
  width: 195px;
  right: -12px;
}
.l-chatbot img {
  width: 210px;
  height: auto;
  margin-left: 9px;
  position: absolute;
  right: -22px;
  max-width: initial;
}
.l-chatbot.is-active {
  top: auto;
  bottom: 130px;
  animation: chatin2 0.2s ease forwards;
}
.l-chatbot.is-active.l-detail-chatbot {
  bottom: 148px;
}
@keyframes chatin1 {
  0% {
    right: -72px;
  }
  100% {
    right: 0;
  }
}
@keyframes chatin2 {
  0% {
    right: -72px;
  }
  100% {
    right: 0;
  }
}
.p-chatbot_img {
  margin-bottom: 5px;
}
.p-chatbot_txt {
  font-size: 2rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-page-top {
  position: fixed;
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 6px;
  background: #fff;
  border: 2px solid #ffe000;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s ease;
  z-index: 15;
}
.c-page-top:hover {
  background: #ffe000;
}
.c-page-top::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(-45deg);
}
.c-page-top.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-page-top.l-detail-page-top {
  bottom: 78px;
}
.l-footer {
  background: #ff758b;
}
.l-footer-contact_title {
  padding: 15px 0;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  background: #ff758b;
}
.l-footer-contact_container {
  padding: 40px 0 80px;
}
.l-footer-contact_txt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.l-footer-contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto;
  gap: 0 5%;
}
.l-footer-contact_list_item {
  flex: 0 0 20%;
}
.p-footer-contact_link {
  display: block;
  transition: 0.2s ease;
}
.p-footer-contact_link:hover {
  opacity: 0.5;
}
.p-footer-contact_img {
  display: block;
  margin-bottom: 10px;
}
.p-footer-contact_img img {
  width: 153px;
}
.p-footer-contact_title {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.l-footer-payment-shipping_group {
  border: 3px solid #0090d5;
  max-width: 500px;
  margin: 0 auto 30px;
}
.l-footer-payment-shipping_groupInner {
  padding: 30px 15px;
}
.l-footer-payment-shipping_groupTitle {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid #0090d5;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.l-footer-payment-shipping_groupList {
  margin-left: 25px;
  margin-bottom: 30px;
}
.l-footer-payment-shipping_groupItem {
  margin-bottom: 10px;
}
.l-footer-payment-shipping_groupImage {
  margin: 10px 0 20px;
}
.l-footer-payment-shipping_priceText {
  text-align: center;
  font-size: 16px;
  color: #ff6981;
  margin-bottom: 15px;
  font-weight: bold;
}
.l-footer-payment-shipping_priceTable {
  border: 2px solid #0090d5;
  margin-bottom: 30px;
}
.l-footer-payment-shipping_priceList {
  border-bottom: 1px solid #0090d5;
  display: flex;
  align-items: center;
}
.l-footer-payment-shipping_priceList:last-child {
  border-bottom: none;
}
.l-footer-payment-shipping_priceHead {
  border-right: 1px solid #0090d5;
  flex: 0 0 64%;
  padding: 12px;
  font-size: 12px;
}
.l-footer-payment-shipping_priceHead:last-child {
  border-bottom: none;
}
.l-footer-payment-shipping_priceDetail {
  margin: 0 0 0 auto;
  padding: 10px;
}
.l-footer-payment-shipping_Btn__link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  background-color: #0090d5;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 250px;
  height: 65px;
  line-height: 65px;
  border-radius: 50px;
}
.l-footer-info {
  padding: 80px 0 160px;
  background: #f3f3f3;
}
.l-footer-info_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-footer-info_content {
  width: 48%;
}
.l-footer-info_title_img {
  margin-bottom: 10px;
}
.l-footer-info_title_img img {
  width: 40px;
}
.l-footer-info_title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.l-footer-calendar_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-footer-calendar_img {
  width: 49%;
  margin-bottom: 20px;
}
.p-footer-calendar_img img {
  width: 247px;
}
.p-footer-calendar_title_sub {
  text-align: center;
}
.p-footer-calendar_title {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
}
.l-footer-calendar_content {
  width: 48%;
  margin-bottom: 20px;
}
.p-footer-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-footer-calendar_week,
.p-footer-calendar_day {
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 1rem;
  border: 1px solid #ebebeb;
}
.p-footer-calendar_week {
  color: #fff;
  background: #00b300;
}
.p-footer-calendar_day {
  background: #fff;
}
.p-footer-calendar_holiday {
  color: #fff;
  background: #fb0050;
}
.l-footer-calendar_holiday {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-footer-calendar_holiday::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 24px;
  margin-right: 10px;
  background: #fb0050;
}
.l-footer-calendar_holiday_txt {
  display: inline-block;
  vertical-align: middle;
}
.l-footer-access_list {
  margin-top: 82.5px;
}
.l-footer-access_list_item:not(:last-child) {
  margin-bottom: 40px;
}
.p-footer-access_list_title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 2.2rem;
  color: #00b300;
}
.p-footer-access_list_title .-underline:hover{
  text-decoration: underline;
}
.p-footer-access_map {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  font-size: 1.2rem;
  vertical-align: middle;
  color: #fff;
  background: #00b300;
  border-radius: 100vw;
  transition: 0.2s ease;
}
.p-footer-access_map:hover {
  color: #00b300;
  background: #fff;
}
.p-footer_access_txt {
  text-align: center;
}
.l-footer_container {
  position: relative;
  padding: 60px 0;
  background: #ff758b;
}
.c-back-top {
  position: absolute;
  height: 40px;
  right: 20px;
  top: -40px;
  margin: auto;
  padding: 0 40px;
  color: #fff;
  background: #ff758b;
  border-radius: 10px 10px 0 0;
  transition: 0.2s ease;
}
.c-back-top:hover {
  opacity: 0.5;
}
.c-back-top img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-right: 10px;
}
.c-back-top_txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
}
.l-footer_link {
  padding: 0;
}
.l-footer_link_container {
  display: flex;
  justify-content: space-between;
}
.l-footer_link_title {
  margin-bottom: 20px;
}
.p-footer_link_btn {
  width: 100%;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff758b;
  background: #fff;
  border-radius: 100vw;
}
.l-footer_list {
  margin-bottom: 30px;
}
.l-footer_list_item {
  position: relative;
  text-align: left;
  margin-bottom: 5px;
}
.l-footer_list_item::before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
}
.p-footer_list_link {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  transition: 0.2s ease;
}
.p-footer_list_link:hover {
  text-decoration: underline;
  opacity: 0.5;
}
.l-footer_list .l-footer_list_item .l-list_pop_menu {
  display: none;
}
.l-footer_list .l-footer_list_item .l-list_pop_menu li a {
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  padding: 5px 10px;
}
.l-footer_list .l-footer_list_item:hover > .l-list_pop_menu {
  display: block;
  position: absolute;
  left: 193px;
  top: 0;
  z-index: 100;
  width: 280px;
  background: #ff758b;
  border: 1px solid #fff;
}
.l-footer_border {
  width: 2px;
  background: #fff;
}
.l-footer_banner_container {
  padding: 0 0 25px;
}
.l-footer_banner_content {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.p-footer_banner_img {
  margin: 0 5px 10px;
}
.l-footer_banner_text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-footer_associationLogo{
  padding: 20px 0 0;
}
.l-footer_associationLogo img{
  width: 200px;
  background-color: #fff;
  padding: 8px;
}
.l-footer_copy {
  padding: 30px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.l-footer-faq_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.l-footer_copy_link {
  color: #fff;
}
.l-footer-faq_list::before,
.l-footer-faq_list::after {
  content: "";
  width: 23%;
  order: 1;
}
.l-footer-faq_list_item {
  position: relative;
  width: 24%;
  height: 80px;
  margin-bottom: 1%;
  font-weight: bold;
  background: #fff url(../image/faq-icon01.png) no-repeat center right
    20px / 10px 11px;
}
.p-footer-faq_list_txt {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: auto;
  transform: translateY(-50%);
}
.p-footer-faq_btn {
  max-width: 280px;
  color: #fff;
  background: #000;
}

/*============================================================
detail
==============================================================*/
.l-detail-main {
  padding: 20px 0 80px;
}
.l-detail-main_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-detail-main_slider_container {
  width: 38%;
}

.l-detail-main_slider_container .l-detail-main_slider_thumb{
  max-height: 380px;
  /* overflow: hidden; */
  display: flex;
  flex-wrap: wrap;
}
.l-detail-main_slider .slick-track {
  display: flex;
  align-items: center;
}
.p-detail-main_slider_img {
  position: relative;
}
.l-detail-main_slider .slick-next,
.p-detail-main_slider .slick-prev {
  width: auto;
  height: auto;
}
.l-detail-main_slider .slick-next {
  right: 0;
}
.l-detail-main_slider .slick-prev {
  left: 0;
}

.l-detail-main_slider .slick-next:before,
.l-detail-main_slider .slick-prev:before {
  content: "";
  opacity: 1;
}
.l-detail-main_slider .slick-next:before {
  font-size: inherit;
  width: 0; 
  height: 0; 
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 20px solid #000;
} 
.l-detail-main_slider .slick-prev:before {
  font-size: inherit;
  width: 0; 
  height: 0; 
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 20px solid #000;
}

@media (max-width: 480px) {
  /* .l-detail-main_slider .slick-next:before {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 16px;
  }
  .l-detail-main_slider .slick-prev:before {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-right-width: 16px;
  } */
  .l-detail-main_slider .slick-next:before,
  .l-detail-main_slider .slick-prev:before {
    display: none;
  }
  .l-detail-main_slider .slick-next {
    width: 20px;
    height: 44px;
    background: url("../image/triangle-right-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-detail-main_slider .slick-prev {
    width: 20px;
    height: 44px;
    background: url("../image/triangle-left-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .l-detail-main_slider_container .l-detail-main_slider_thumb {
    max-height: 87px;
  }
}

.l-detail-main_slider_thumb_item {
  /* position: relative; */
  vertical-align: middle;
}
/* .slick-current .l-detail-main_slider_thumb_item img{
  border: 1px solid rgb(26, 22, 22);
} */

.l-detail-main_slider_thumb_item.is_active img {
  border: 1px solid rgb(26, 22, 22);
}

.l-detail-main_content {
  width: 58%;
}
.p-detail-main_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-detail-main_size,
.p-detail-main_color {
  display: flex;
  width: 48%;
  font-weight: bold;
  border: 2px solid #ebebeb;
}
.p-detail-main_size_title,
.p-detail-main_color_title {
  padding: 5px 10px;
  background: #ebebeb;
}
.p-detail-main_size_txt,
.p-detail-main_color_txt {
  padding: 5px 10px;
}
.l-detail-main_title_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.l-detail-main_title_container_sub {
  margin-bottom: 0;
}
.p-detail-main_title {
  font-size: 2.4rem;
}
.p-detail-main_title_sub {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8b8b8b;
}
.p-detail-main_title_favorite img {
  width: 60px;
}
.l-detail-main_price {
  margin-bottom: 20px;
}
.p-detail-main_table {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  border-collapse: collapse;
}
.p-detail-main_table th,
.p-detail-main_table td {
  vertical-align: text-bottom;
}
.p-detail-main_table th {
  padding-right: 20px;
  text-align: left;
}
.p-detail-main_table_txt {
  color: #f00;
}
.p-detail-main_table_txt .c-large {
  font-size: 2.8rem;
}
.p-detail-main_txt {
  margin-bottom: 10px;
  font-weight: bold;
}
.p-detail-main_txt .c-large {
  font-size: 2.8rem;
}
.p-detail-main_price_txt {
  margin-bottom: 20px;
  font-weight: bold;
}
.l-detail-main_review {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-detail-main_review_link {
  margin-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-detail-main_review_star {
  font-size: 2rem;
  color: #ffe000;
}
.l-detail-main_case {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-detail-main_delivery_container {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #fff;
  border: 5px solid #ff758b;
  border-radius: 2px;
}
.l-detail-main_delivery_container .p-top-category-delivery_icon {
  margin-right: 5px;
}
.l-detail-main_delivery_container .p-top-category-delivery_day {
  margin-right: 5px;
  font-size: 1.4rem;
}
.l-detail-main_delivery_container .p-top-category-delivery_day .c-large {
  font-size: 2.2rem;
}
.l-detail-main_delivery_container .p-top-category-delivery_time {
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 1.4rem;
}
.l-detail-main_delivery_container .p-top-category-delivery_txt {
  font-size: 1.6rem;
}
.l-detail-main_delivery_container .l-top-category-delivery_list_item {
  padding: 12px 5px 6px;
}
.l-detail-main_delivery_container .p-top-category-delivery_list_title {
  margin-bottom: 4px;
  font-size: 1.4rem;
}
.l-detail-main_delivery_container .p-top-category-delivery_list_txt {
  font-size: 1.4rem;
}
.l-detail-main_delivery_container .p-top-category-delivery_list_txt .c-large {
  font-size: 2.2rem;
}
.l-detail-main_delivery_container .p-top-category-delivery_link {
  padding: 5px 0 0;
  font-size: 1.8rem;
}
.l-detail-main_delivery_container .p-top-category-delivery_link_tri {
  border-width: 6px 0 6px 12px;
}
.l-detail-main_detail_acc {
  position: relative;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid #c4c4c4;
}
.l-detail-main_detail_acc::before,
.l-detail-main_detail_acc::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: #ff758b;
  transform: rotate(0deg);
  transition: 0.2s;
}
.l-detail-main_detail_acc::before {
  right: 10px;
  transform: rotate(90deg);
}
.l-detail-main_detail_acc.is-active::before {
  display: none;
}
.l-detail-main_detail_txt {
  padding: 15px 0;
  font-size: 1.6rem;
}
.l-detail-main_detail_txt .c-large {
  font-size: 2rem;
  font-weight: bold;
}
.l-detail-main_detail_link_container {
  margin-bottom: 30px;
}
.l-detail-main_detail_link {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  background: url(../image/slider-next01.png) no-repeat center right 14px /
    10.5px 12.5px;
  border-bottom: 2px solid #c4c4c4;
  outline: inherit;
}
.l-detail-main_detail_link:nth-child(2n) {
  background: url(../image/slider-next02.png) no-repeat center right 14px /
    10.5px 12.5px;
}
.l-detail-main_cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-detail-main_center {
  justify-content: center;
}
.l-detail-main_cta_footer .p-detail-main_cta_btn {
  width: 32%;
}
.p-detail-main_cta_btn {
  display: inline-block;
  width: 48%;
  height: 48px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
  background: #ffe000;
  border: 3px solid #000;
  border-radius: 100vw;
}
.modaal-container .p-detail-main_cta_btn {
  width: 49%;
}

.p-btn--modifier {
  width: 100%;
}

.display-sp {
  display: none;
}
.p-detail-main_cta_btn--modifier {
  width: 33%;
}
.w-50 img {
  width: 40px;
  margin-left: 15px;
}
.p-detail-main_cta_btn_single {
  width: 100%;
  max-width: 566px;
  margin: auto;
}
.p-detail-main_cta_btn.p-detail-main_cta_btn_buy {
  background: #fff;
}
.p-detail-main_cta_btn_img {
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.p-detail-main_cta_btn_txt {
  display: inline-block;
  vertical-align: middle;
}
.p-detail-main_cta_btn_design_txt {
  margin-bottom: 5px;
}
.p-detail-main_cta_btn_design {
  margin-bottom: 20px;
  background: #ebebeb;
  max-width: 100%;
  border: 3px solid #ebebeb;
}
.l-detail-main_cta_footer {
  position: fixed;
  height: 80px;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
  z-index: 3;
}
.l-detail-main_content .l-detail-main_cta_footer {
  background: #ff758b;
}
.l-detail-main_cta_footer.is-active {
  bottom: 0;
}
.p-detail2-main_title {
  margin: 40px 0 10px;
  text-align: center;
  font-size: 2.4rem;
}
.l-detail-color {
  position: relative;
  padding: 0 0 80px;
}
.l-detail-color_border {
  margin-bottom: 80px;
  height: 10px;
  background: #ff758b;
}
.l-detail-color_tap {
  margin-bottom: 20px;
}
.l-detail-color_tap_img {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
}
.l-detail-color_tap_txt {
  display: inline-block;
  vertical-align: middle;
}
.l-detail-color_list_container {
  position: relative;
  margin-bottom: 30px;
}
.l-detail-color_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-detail-color_list_content {
  overflow: hidden;
  height: auto;
}
.l-detail-color_list_content.is-active {
  height: auto;
}
.l-detail-color_list_item {
  display: block;
  width: 8%;
  margin: 0 2% 2%;
}
.l-detail-color_list_item.is-empty {
  margin: 0 2%;
}
.p-detail-color_list_title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.l-detail-color_more {
  display: none;
  position: absolute;
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
}
.l-detail-color_more.is-active {
  position: relative;
  height: auto;
}
.p-detail-color_more_btn {
  display: none;
  width: 100%;
  max-width: 224px;
  height: 48px;
  margin: 50px auto 0;
  text-align: center;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  background: #000;
  border-radius: 100vw;
  cursor: pointer;
}
.l-detail-color_more.is-active .p-detail-color_more_btn {
  margin: 0 auto;
}
.p-detail-color_more_btn::before {
  content: "カラーをもっと見る";
}
.l-detail-color_more.is-active .p-detail-color_more_btn::before {
  content: "閉じる";
}
.l-detail-color_modal_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  padding-top: 80px;
}
.l-detail-color_modal_content {
  width: 48%;
}
.p-detail-color_modal_title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-detail-color_modal_txt {
  margin-bottom: 20px;
}
.p-detail-color_modal_img {
  position: relative;
  margin-bottom: 10px;
}
.l-detail-color_modal_table_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.l-detail-color_modal_table {
  width: 49%;
  table-layout: fixed;
}
.modaal-wrapper .modaal-close.p-detail-color_modal_btn {
  position: static;
  display: block;
  max-width: 100%;
  margin: auto;
  color: #000;
  background: #ebebeb;
}
.modaal-wrapper .modaal-close.p-detail-color_modal_btn::before,
.modaal-wrapper .modaal-close.p-detail-color_modal_btn::after {
  display: none;
}
.l-detail-price {
  position: relative;
  padding: 0 0 80px;
}
.l-detail_border {
  margin-bottom: 80px;
  height: 10px;
  background: #ff758b;
}
.l-detail-table_container {
  overflow-y: auto;
  margin-bottom: 20px;
}
.l-detail-table_container::-webkit-scrollbar {
  height: 18px;
}
.l-detail-table_container::-webkit-scrollbar-track {
  background: #fff;
}
.l-detail-table_container::-webkit-scrollbar-thumb {
  border-radius: 100vw;
  background: #000;
  border: 4px solid #fff;
}
.l-detail-price_table_first {
  margin-bottom: 40px;
}
.p-detail-table {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-collapse: collapse;
}
.p-detail-table th,
.p-detail-table td {
  padding: 10px;
  border: 2px solid #000;
  background: #fff;
}
.p-detail-table .p-detail-table_title {
  color: #fff;
  background: #5a5a5a;
}
.p-detail-table_title.-fee {
  width: 26.3%;
}
.p-detail-table_tax{
  text-align: right;
}
.p-detail-table .p-detail-table_type {
  position: relative;
  background: #ebebeb;
  border-right: 2px solid #000;
}
.p-detail-table .p-detail-table_type.p-detail-table_type_left {
  text-align: center;
}
.img-small {
  width: 17px;
  height: auto;
}
.p-detail-price_txt {
  margin-bottom: 20px;
}
.p-detail-price_table {
  margin-top: 10px;
  width: 100%;
  table-layout: fixed;
}
.p-detail-price_table tr:hover td {
  background: #ebebeb;
}
.l-detail-white_bg {
  max-width: 1200px;
  margin: auto;
  padding: 80px 0;
  background: #fff;
}
.l-detail-quote {
  padding: 80px 0;
  background: #ffffff url(../image/dot-bg.png);
  position: relative;
  z-index: 9;
}
.l-detail-quote_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-detail-quote_content {
  width: 100%;
}
.l-detail-quote_box {
  padding: 20px 0;
}
.l-detail-quote_input_container {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  align-items: center;
}

.l-detail-quote_input_num_container {
  padding-left: 60px;
}

.l-detail-quote_input_container .c-text {
  padding-left: 30px;
}
.p-detail-quote_title_sub {
  margin-bottom: 10px;
}
.p-detail-quote_txt {
  margin-bottom: 50px;
}
.p-detail-quote_input.p-detail-quote_input_num {
  max-width: 78px;
}
.p-detail-quote_box {
  margin-top: 10px;
  padding: 20px 30px;
  background: #ebebeb;
}
.l-detail-quote_select_container {
  width: 60%;
}
.p-detail-quote_container_title {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-detail-quote_container_title_sub {
  margin-bottom: 20px;
}
.p-detail-quote_container_link {
  display: inline-block;
  margin-bottom: 20px;
}
.l-detail-quote_modal_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-detail-quote_modal_content {
  width: 48%;
}
.p-detail-quote_modal_title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
.p-detail-quote_modal_txt {
  margin-bottom: 20px;
}
.p-detail-quote_modal_img {
  margin-bottom: 20px;
}
.p-detail-quote_group .l-detail-quote_print_content {
  border-width: 2px;
}
.p-detail-color_modal_img .modaal-gallery-control:after,
.p-detail-color_modal_img .modaal-gallery-control:before {
  display: none;
}
.p-detail-color_modal_img .modaal-gallery-next {
  width: 21px;
  height: 25px;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/slider-next01.png) no-repeat center / 21px
    25px;
  border-radius: 0;
}
.p-detail-color_modal_img .modaal-gallery-prev {
  width: 21px;
  height: 25px;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/slider-prev01.png) no-repeat center / 21px
    25px;
  border-radius: 0;
}
.l-detail-color_cta {
  margin: 0 auto 20px;
}
.modaal-wrapper .modaal-close.p-detail-quote_modal_btn {
  position: static;
  display: block;
  margin: auto;
  color: #000;
  background: #ebebeb;
}
.modaal-wrapper .modaal-close.p-detail-quote_modal_btn::before,
.modaal-wrapper .modaal-close.p-detail-quote_modal_btn::after {
  display: none;
}
.l-detail-quote_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-detail-quote_list_item {
  width: 23%;
  margin-bottom: 30px;
}

.l-detail-quote_title {
  display: flex;
  align-items: center;
  background-color: #efefef;
}

.l-detail-quote_title .number {
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  width: 40px;
  text-align: center;
  background-color: #595757;
  color: #ffffff;
}

.l-detail-quote_title p {
  padding: 10px 20px;
  width: calc(100% - 40px);
}

/* .l-detail-quote_title p span {
	padding-left: 30px;
} */

.p-detail-quote_list_title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-detail-quote_list_img img {
  width: 128px;
}
.l-detail-quote_print_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-detail-quote_print {
  width: 48%;
  margin-bottom: 40px;
}
.p-detail-quote_print_title {
  padding: 15px 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #ff758b;
}

.p-detail-quote_print_title--modifier {
  font-size: 1.6rem;
  padding: 10px 0;
}
.p-detail-quote_print_title.p-detail-quote_silk_title {
  text-align: center;
  background: #00b300;
}
.l-detail-quote_print_content {
  padding: 30px;
  border: 4px solid #ff758b;
}
.l-detail-quote_print_content.l-detail-quote_silk_content {
  border: 4px solid #00b300;
}
.p-detail-quote_group
  .l-detail-quote_print_content.l-detail-quote_silk_content {
  border-width: 2px;
}
.p-detail-quote_print_img {
  margin: 0 60px 20px;
}
.p-detail-quote_print_delivery_table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
.p-detail-quote_print_table_title {
  display: block;
  padding: 5px 0;
  color: #ff758b;
  border: 2px solid #ff758b;
  border-radius: 4px;
}
.p-detail-quote_silk_table_title {
  color: #00b300;
  border: 2px solid #00b300;
}
.l-detail-quote_silk_content {
  border: 2px solid #00b300;
}
.p-detail-quote_print_delivery {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.p-detail-quote_print_date {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-detail-quote_print_date .unit {
  font-size: 1.3rem;
}
.p-detail-quote_print_date .c-large {
  font-size: 2.2rem;
}
.p-detail-quote_print_title_price {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-detail-quote_print_title_price .c-large {
  font-size: 4.2rem;
  color: #f00;
}
.p-detail-quote_print_acc {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #ff758b;
  cursor: pointer;
}
.p-detail-quote_print_acc.p-detail-quote_silk_acc {
  text-align: center;
  color: #000;
  border: 2px solid #00b300;
}
.p-detail-quote_print_acc::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  top: calc(50% - 18px);
  bottom: 0;
  right: 10px;
  margin: auto;
  background-image: url("../image/arrow_down.png");
  background-size: cover;
  background-color: transparent;
  transform: rotate(0deg);
  transition: 0.2s;
}

.p-detail-quote_print_acc.is-active.p-detail-quote_silk_acc::after,
.p-detail-quote_print_acc.is-active.p-detail-quote_print_acc::after {
  transform: rotate(180deg);
  margin-top: 8px;
}
.p-detail-quote_print_acc.is-active::before {
  display: none;
}
.p-detail-quote_row-group {
  margin: 0 10px;
}
.p-detail-quote_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.l-detail-quote_print_content .p-detail-quote_group:not(:first-child) {
  margin-top: 30px;
}
.p-detail-quote--yellow .p-detail-quote_print_title {
  background-color: #fbe04c;
  color: #231815;
}
.p-detail-quote--yellow .l-detail-quote_print_content {
  border: 2px solid #fbe04c;
}
.p-detail-quote--yellow .p-detail-quote_print_acc {
  border: 2px solid #fbe04c;
}

.p-detail-quote--yellow .p-detail-quote_row-group {
  border-bottom: 3px solid #fbe04c;
}
.p-detail-quote_print_content_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.p-detail-quote_print_content_txt {
  padding: 0 10px;
  text-align: right;
  font-size: 1.6rem;
}
.p-detail-quote_print_caution {
  margin-bottom: 20px;
}
.p-detail-quote_print_caution_group {
  padding: 15px 30px 0;
}
.p-detail-quote_print_caution_row {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.l-detail-quote_print_btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-detail-quote_print_btn_list .l-detail-quote_print_btn_container {
  width: 48%;
}
.l-detail-quote_print_btn_list .l-detail-quote_print_btn_container .c-page-btn {
  padding: 7px 0;
}
.l-detail-quote_print_btn_list .l-detail-quote_print_btn_container.col-1 {
  width: 100%;
}
.l-detail-quote_print_btn_list
  .l-detail-quote_print_btn_container.col-1
  .c-page-btn {
  padding: 13px 0;
}
.l-detail-quote_print_btn_container {
  margin-bottom: 15px;
}
.p-detail-quote_print_btn01 {
  background: #ffe000;
}
.p-detail-quote_print_btn03 {
  background: #ebebeb;
  border: 3px solid #ebebeb;
}
.l-detail-size {
  padding: 80px 0;
}
.l-detail-size_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-detail-size_table_container {
  width: 100%;
}
.l-detail-size_table_container_small {
  width: 50%;
  margin: 0 auto 20px;
}
.p-detail-size_txt {
  margin-bottom: 20px;
}
.p-detail-size_table {
  width: 1000px;
  margin-top: 122px;
}
.p-detail-table.p-detail-size_table .p-detail-table_title {
  width: 70px;
}
.p-detail-table.p-detail-size_table .p-detail-table_type {
  width: 64px;
  border-right: 2px solid #000;
}
.p-detail-size_table_img {
  position: absolute;
  top: -122px;
  left: 0;
  right: 0;
  margin: auto;
}
.p-detail-size_modal_img {
  overflow-y: auto;
}
.p-detail-size_modal_img img {
  width: auto;
  max-width: none;
}
.l-detail-print {
  padding: 80px 0;
  background: #ff758b;
}
.l-detail-print_list {
  padding-bottom: 40px;
}
.l-detail-print_list_item {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 4px;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff758b;
  background: #ffe000;
}
.l-detail-design {
  position: relative;
  padding: 80px 0;
}
.bfBg::before{
  content: "";
  background: #ff758b;
  top: 0;
}
.aftBg{

}
.aftBg:after{
  content: "";
}
.l-detail-relate:before,
.l-detail-design:after{
  position: absolute;
  width: 100%;
  height: 272px;
  left: 0;
  z-index: 1;
}
.l-detail-design02 {
  background: #ffe000 url(../image/design-bg02.png) no-repeat center top;
}
.p-detail-design_txt {
  margin-bottom: 40px;
}
.l-detail-design_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.l-detail-design_btn_container {
  width: 32%;
  margin-bottom: 15px;
}
.p-detail-design_btn {
  text-align: center;
  min-height: 70px;
}
.p-detail-design_img {
  display: inline-block;
  width: 34px;
  margin-right: 10px;
  vertical-align: middle;
}
.p-detail-design_btn_txt {
  display: inline-block;
  vertical-align: middle;
}
.p-detail-print_img {
  padding: 20px;
  background: #fff;
  margin-bottom: 40px;
}
.l-detail-review {
  padding: 272px 0 0;
  background: #fff url(../image/review-bg.png) no-repeat center top;
}
.p-detail-review_title {
  font-size: 1.8rem;
}
.p-detail-review_star {
  margin-bottom: 20px;
  font-size: 3rem;
  color: #ffe000;
}
.l-detail-review_table {
  margin: 0 auto 40px;
  text-align: left;
}
.l-detail-review_table th {
  padding-bottom: 10px;
  padding-right: 10px;
}
.p-detail-review_list_bar {
  position: relative;
  width: 200px;
  height: 20px;
  background: #ebebeb;
}
.p-detail-review_list_bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #00b300;
}
.l-detail-review_slider .slick-next,
.l-detail-review_slider .slick-prev {
  width: 21px;
  height: 25px;
  z-index: 2;
}
.l-detail-review_slider .slick-prev::before,
.l-detail-review_slider .slick-next::before {
  display: none;
}
.l-detail-review_slider .slick-prev {
  left: 0;
  background: url(../image/slider-prev01.png) no-repeat center / 21px
    25px;
}
.l-detail-review_slider .slick-next {
  right: 0;
  background: url(../image/slider-next01.png) no-repeat center / 21px
    25px;
}
.l-detail-review_slider_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 30px;
}
.p-detail-review_slider_img,
.l-detail-review_slider_content {
  width: 100%;
}
.p-detail-review_slider_img {
  max-width: 176px;
  margin-right: 40px;
}
.p-detail-review_slider_title {
  font-size: 2rem;
  font-weight: bold;
}
.p-detail-review_slider_name {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.p-detail-review_slider_star {
  font-size: 2rem;
  font-weight: bold;
  color: #ffe000;
}
.p-detail-review_slider_txt {
  margin-bottom: 20px;
}
.p-detail-review_slider_date {
  font-size: 1.2rem;
}
.l-detail-case {
  padding: 80px 0;
}
.l-detail-case_slider .slick-prev {
  background: url(../image/slider-prev02.png) no-repeat center / 21px
    25px;
}
.l-detail-case_slider .slick-next {
  background: url(../image/slider-next02.png) no-repeat center / 21px
    25px;
}
.l-detail-case_slider_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 30px;
}
.p-detail-case_slider_img,
.l-detail-case_slider_content {
  width: 48%;
}
.pd100{
  padding: 100px 0;
}
.p-detail-case_slider_img {
  max-width: 360px;
  margin-right: 40px;
}
.p-detail-case_slider_img img{
  border-radius: 50%;
}
.p-detail-case_slider_title {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.p-detail-case_slider_txt {
  margin-bottom: 20px;
}
.p-detail-case_btn {
  max-width: 128px;
}
.l-detail-recommend {
  padding: 80px 0;
  background: #ffe000;
}
.l-detail-recommend_slider .slick-prev {
  background: url(../image/slider-prev03.png) no-repeat center / 21px
    25px;
}
.l-detail-recommend_slider .slick-next {
  background: url(../image/slider-next03.png) no-repeat center / 21px
    25px;
}
.l-detail-relate {
  position: relative;
  padding: 80px 0;
  background: #ff758b; 
}
.l-detail-relate_slider .slick-prev {
  background: url(../image/slider-prev02.png) no-repeat center / 21px
    25px;
}
.l-detail-relate_slider .slick-next {
  background: url(../image/slider-next02.png) no-repeat center / 21px
    25px;
}
.l-detail-history {
  padding: 80px 0;
}
.l-template-pickup_slider .slick-prev {
  background: url(../image/slider-prev02.png) no-repeat center / 21px
    25px;
}
.l-template-pickup_slider .slick-next {
  background: url(../image/slider-next02.png) no-repeat center / 21px
    25px;
}

.l-template-pickup_slider .slick-prev:hover {
  background: url(../image/slider-prev02.png) no-repeat center / 21px
    25px;
}
.l-template-pickup_slider .slick-next:hover {
  background: url(../image/slider-next02.png) no-repeat center / 21px
    25px;
}
.l-template-pickup_slider .slick-prev:focus {
  background: url(../image/slider-prev02.png) no-repeat center / 21px
    25px;
}
.l-template-pickup_slider .slick-next:focus {
  background: url(../image/slider-next02.png) no-repeat center / 21px
    25px;
}



/*============================================================
contact
==============================================================*/
.l-contact-main_tap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.p-contact-main_tap_img {
  margin-right: 5px;
}
.p-contact-main_tap_img img {
  width: 35px;
}
.p-contact-main_tap_txt {
  font-size: 2rem;
  font-weight: bold;
}
.l-contact-main_list {
  display: flex;
  justify-content: space-around;
}
.l-contact-main_list_item {
  display: block;
  width: 30%;
}
.p-contact-main_list_img {
  display: block;
  margin-bottom: 10px;
}
.p-contact-main_list_title {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.p-contact-form_txt {
  text-align: center;
  margin-bottom: 40px;
}
.l-contact-form_flow {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #ff758b;
}
.l-contact-form_flow_item {
  position: relative;
  width: 33.333333%;
  height: 80px;
  text-align: center;
  font-weight: bold;
}
.l-contact-form_flow.step4 .l-contact-form_flow_item{
width: 25%;
}
.l-contact-form_flow_item:not(:last-child) {
  border-right: 1px solid #ff758b;
}
.l-contact-form_flow_item.is-current {
  background: #ffe000;
}
.p-contact-form_flow_step {
  position: absolute;
  width: 80px;
  height: 24px;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  background: #ff758b;
  border-radius: 100vw;
}
.p-contact-form_flow_txt {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.p-contact-form_h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  border-bottom: 2px solid #ffe000;
  padding-top: 200px;
  margin-top: -200px;
}
.p-catalog_banner {
  width: 425px;
  margin: 0 auto;
}
.p-contact-form_h4 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.p-contact-form_title {
  margin-bottom: 10px;
  font-weight: bold;
}
.l-contact-form {
  padding: 80px 0 0;
}
.l-contact-form_container {
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #ebebeb;
}
.wrap-load-more .wrap-load-more_item {
  display: none;
  clear: both;
  overflow: hidden;
}
.p-contact-form_title .p-contact-form_title_req {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px;
  font-size: 1.2rem;
  color: #fff;
  background: #ff758b;
  border-radius: 100vw;
  vertical-align: middle;
}
.p-contact-form_title .p-contact-form_title_any {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px;
  font-size: 1.2rem;
  background: #ebebeb;
  border-radius: 100vw;
}
.p-contact-form_title .p-contact-form_title_member {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px;
  font-size: 1.2rem;
  color: #fff;
  background: #00b300;
  border-radius: 100vw;
}

.p-contact-form_title--modifier_field1 {
  display: inline-block;
  width: 228px;
}

.p-contact-form_title--modifier_field {
  display: inline-block;
  width: 278px;
  margin-right: 1%;
}

.l-contact-form_btn_container {
  margin-bottom: 80px;
}
.mg-bottom {
  margin-bottom: 100px !important;
}
.pd-bottom {
  padding-bottom: 100px;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-lft-16 {
  padding-left: 193px;
}
.pd-lft-20 {
  padding-left: 238px;
}
.mg-bottom-150 {
  margin-bottom: 150px;
}
.mg-top {
  margin-top: 80px;
}
.mg-top-40 {
  margin-top: 40px;
}
.p-contact-form_btn {
  max-width: 280px;
  background: #ffe000;
}
.p-contact-form_btn_back {
  max-width: 280px;
  background: #fff;
}
.p-contact-form_btn_top {
  max-width: 280px;
  color: #fff;
  background: #000;
}
.l-contact-form_acc {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 40px 20px 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #ff758b;
  cursor: pointer;
}
.l-contact-form_acc::before,
.l-contact-form_acc::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #fff;
  transform: rotate(0deg);
  transition: 0.2s;
}
.l-contact-form_acc::before {
  right: 20px;
  transform: rotate(90deg);
}
.l-contact-form_acc.is-active::before {
  display: none;
}
.p-contact-form_acc_req {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 3px 10px;
  font-size: 1.4rem;
  color: #ff758b;
  background: #fff;
  border-radius: 100vw;
}
.p-contact-form_acc_txt {
  margin-bottom: 20px;
}
.l-contact-form_input_num {
  max-width: 280px;
}
.l-contact-form_calendar {
  position: relative;
  max-width: 560px;
}
.l-contact-form_calendar_img {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  transform: translateY(-50%);
  pointer-events: none;
}
.l-contact-form_calendar_img img {
  width: 24px;
}
.l-contact-form_calendar_input {
  cursor: pointer;
}
.l-contact-form_calendar_input-form {
  cursor: pointer;
}
.p-contact-form_acc_caution {
  margin-bottom: 20px;
  font-weight: bold;
}
.l-contact-form_design_file_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-contact-form_design_file_container--modifier {
  justify-content: unset;
}
.l-contact-form_design_file_box {
  width: 49%;
  margin-bottom: 20px;
  padding: 40px;
  text-align: center;
  border: dashed 3px #ff758b;
  cursor: pointer;
}
.l-contact-form_design_file_box input {
  display: none;
}
.l-contact-form_design_file_text {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-top: 50px;
}

.l-contact-form_design_file_text p {
  text-align: center;
}

.p-contact-form_design_file_btn {
  max-width: 280px;
  background: #fff;
}
.p-contact-form_design_box_title {
  padding: 15px 20px;
  background: #ebebeb;
}
.l-contact-form_design_box {
  margin-bottom: 80px;
  padding: 40px;
  border: 8px solid #ebebeb;
}
.p-contact-form_design_box_img {
  margin-bottom: 20px;
}
.p-contact-form_design_box_txt {
  margin-bottom: 20px;
}
.p-contact-form_privacy_btn {
  max-width: 200px;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
}
.p-contact-form_name {
  width: 48%;
  max-width: 272px;
  margin-right: 1%;
}
.p-contact-form_address {
  width: 50%;
}
.p-contact-form_address_icon {
  display: inline-block;
  margin-left: 10px;
  width: 36px;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 2.4rem;
  line-height: 36px;
  color: #fff;
  background: #000;
  border-radius: 50%;
}
.p-contact-form_input_txt {
  /* margin-bottom: 10px; */
  margin-bottom: 20px;
}
.l-contact-form_privecy_container {
  margin-bottom: 10px;
}
.p-contact-form_checkbox_txt {
  font-weight: bold;
}
.l-contact-form_checkbox_list_item {
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer;
}
.mg-bm {
  margin-bottom: 20px;
}
.p-contact-form_radio_input {
  display: none;
}
.p-contact-form_radio_input + label,
.p-contact-form_radio_input + .p-contact-form_radio_txt {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.p-contact-form_radio_input + label::before,
.p-contact-form_radio_input + .p-contact-form_radio_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: #fff;
  border: 3px solid #c4c4c4;
  border-radius: 50%;
}
.p-contact-form_radio_input:checked + label,
.p-contact-form_radio_input:checked + .p-contact-form_radio_txt {
  color: #000;
}
.p-contact-form_radio_input:checked + label::before,
.p-contact-form_radio_input:checked + .p-contact-form_radio_txt::before {
  border: 3px solid #ff758b;
}
.p-contact-form_radio_input:checked + label::after,
.p-contact-form_radio_input:checked + .p-contact-form_radio_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 8px;
  height: 8px;
  margin: auto;
  background: #ff758b;
  border-radius: 50%;
}
.p-contact-form_checkbox_input {
  display: none;
}
.p-contact-form_checkbox_link{
  margin-top: 10px;
}
.p-contact-form_checkbox_txt {
  display: inline-block;
  margin: 10px auto;
  padding-left: 20px;
  font-size: 0;
  text-indent: -9999px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  line-height: 1;
  margin-right: 10px;
}
.p-contact-form_checkbox_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background: #fff;
  border: 3px solid #c4c4c4;
}
.p-contact-form_checkbox_input:checked + .p-contact-form_checkbox_txt {
  color: #000;
}
.p-contact-form_checkbox_input:checked + .p-contact-form_checkbox_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 9px;
  width: 7px;
  height: 14px;
  margin: auto;
  transform: rotate(40deg);
  border-bottom: 3px solid #f00;
  border-right: 3px solid #f00;
}
.l-contact-faq {
  padding: 80px 0;
  background-color: #ffe000;
}
.p-contact-login_title {
  margin-bottom: 50px;
  font-size: 2.4rem;
}
.l-contact-benefits {
  padding: 80px 0;
}
.l-contact-benefits_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-contact-benefits_list_item {
  position: relative;
  overflow: hidden;
  width: 24%;
  margin-bottom: 40px;
  padding: 35px 0 10px;
  background: #fff;
}
.p-contact-benefits_list_num {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 0;
  right: 0;
  top: -23px;
  margin: auto;
  padding-top: 16px;
  text-align: center;
  font-size: 2rem;
  color: #ff758b;
  background: #ffe000;
  border-radius: 50%;
}
.p-contact-benefits_list_img {
  margin-bottom: 10px;
}
.p-contact-benefits_list_img img {
  width: 66px;
}
.p-contact-benefits_title {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-contact-benefits_title .c-large {
  font-size: 1.6rem;
  color: #ff758b;
}
.p-contact-thanks_img {
  margin-bottom: 20px;
}
.p-contact-thanks_img img {
  width: 86px;
}
.p-contact-thanks_title {
  margin-bottom: 10px;
  font-size: 3.6rem;
}
.p-contact-thanks_txt {
  margin-bottom: 0;
}
.p-contact-line_img {
  margin-bottom: 10px;
}
.p-contact-line_img img {
  width: 88px;
}
.l-contact-gallery {
  padding: 272px 0 0;
  background: #ff758b url(../image/relate-bg.png) no-repeat center top;
}
.l-contact-gallery_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-contact-gallery_list_item {
  width: 16%;
  margin-bottom: 1%;
}

/*============================================================
roughestimate
==============================================================*/
.l-roughestimate-form_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-roughestimate-form_content {
  position: relative;
  width: 68%;
}
.l-roughestimate_btn-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  position: -webkit-sticky;
  bottom: 20px;
}
.unit-form_content {
  width: 100%;
}
.l-roughestimate-form_price {
  width: 30%;
  max-height: 125vh;
  overflow: auto;
  padding-top: 10px;
  background: #fff;
}
.mg-bottom-10 {
  margin-bottom: 10px;
}
.mg-bottom-20 {
  margin-bottom: 20px;
}
.mg-bottom-40 {
  margin-bottom: 40px;
}
.pd-bottom-0 {
  padding-bottom: 0;
}
.l-cart .l-roughestimate-form_price {
  max-height: 32vh;
}
.l-roughestimate-form_price .c-page-h2 {
  font-size: 3.6rem;
}
.l-roughestimate-form_price .c-page-h2_sub {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.l-roughestimate-form_price .l-roughestimate-confirm_price {
  padding: 10px 10% 10px 10px;
}
.l-roughestimate-form_flow_item {
  width: 25%;
}
.l-roughestimate-color_list_item {
  cursor: pointer;
}
.l-detail-color_list_img {
  position: relative;
}
.p-roughestimate--modifier {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
}
.p-roughestimate-color_btn {
  max-width: 560px;
  padding: 20px 0;
  font-size: 1.8rem;
}
.l-roughestimate-color_list_item:hover .l-detail-color_list_img {
  opacity: 0.5;
}
.p-roughestimate-color_list_input:checked + .l-detail-color_list_img:hover {
  opacity: 1;
}
.p-roughestimate-color_list_input {
  display: none;
}
.p-roughestimate-color_list_input:checked + .l-detail-color_list_img::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  right: -10px;
  margin: auto;
  background: url(../image/check-icon.png) no-repeat center /
    30px;
  border-radius: 50%;
}
.modaal-wrapper .p-roughestimate-color_modal_btn {
  position: fixed;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 13px 0;
  font-size: 1.6rem;
  color: #000;
  background: #ffe000;
  border: 3px solid #000;
}
.p-roughestimate-color_modal_btn::before,
.p-roughestimate-color_modal_btn::after {
  display: none;
}
.p-roughestimate-form_title {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 40px 20px 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #ff758b;
}
.p-roughestimate-form_txt {
  margin-bottom: 40px;
}
.p-roughestimate-form_add_container {
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
}
.p-roughestimate-form_add_icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background: #000;
  border-radius: 50%;
}
.p-roughestimate-form_add_icon::before,
.p-roughestimate-form_add_icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 2px;
}
.p-roughestimate-form_add_icon::after {
  transform: rotate(90deg);
}
.p-roughestimate-form_add_txt {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.l-roughestimate-form_btn_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-roughestimate-form_btn_container .p-roughestimate-form_btn {
  width: 48%;
}
.l-roughestimate-form_btn_container.note{
  margin-bottom: 30px;
}
.p-roughestimate-form_btn {
  margin: 0 1%;
}
.p-roughestimate-form_btn_back {
  width: 100%;
  max-width: 580px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.l-roughestimate-form_design_box {
  margin-bottom: 20px;
}
.l-roughestimate-price_container {
  position: fixed;
  height: 68px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 7px 20px;
  background: #ffe000;
  z-index: 3;
}
.l-roughestimate-price {
  display: flex;
  align-items: center;
  margin: auto;
}
.l-roughestimate-quote_price.popup-price {
  padding: 25px 20px;
}
.popup-price .l-roughestimate-price {
  display: block;
}
.popup-price .l-roughestimate-price_num {
  text-align: right;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 7px;
}
.l-roughestimate-price_txt {
  margin-right: auto;
  font-weight: bold;
}
.l-roughestimate-price_num {
  margin-left: auto;
  margin-right: 0;
  font-size: 3.2rem;
  font-weight: bold;
  color: #f00;
}
.l-roughestimate-price_num span {
  font-size: 1.4rem;
}
.l-roughestimate-price_btn {
  max-width: 120px;
  margin-left: 20px;
  margin-right: 0;
  text-align: center;
  color: #fff;
  background: #000;
}
.l-roughestimate-size_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.p-roughestimate-size_img {
  width: 100px;
}
.p-roughestimate-size_dec {
  margin:20px 0;
  font-size:14px;
  font-weight: bold;
}
.p-roughestimate-size_content {
  width: calc(100% - 110px);
}
.p-roughestimate-size_title {
  font-size: 1.6rem;
}
.l-roughestimate-size_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-roughestimate-size_list::before,
.l-roughestimate-size_list::after {
  content: "";
  width: 24%;
  order: 1;
}
.l-roughestimate-size_list_item {
  width: 24%;
  margin-bottom: 20px;
}
.l-roughestimate-size_list_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-roughestimate-size_list_title {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-roughestimate-size_list_input {
  width: 70%;
}
.p-roughestimate-size_list_txt {
  width: 28%;
}
.l-roughestimate-print_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-roughestimate-print_img {
  width: 50%;
}
.p-roughestimate-print_content {
  width: 50%;
}
.p-roughestimate-print_title {
  font-weight: bold;
  font-size: 2.4rem;
  /* margin-bottom: 20px; */
}
.p-roughestimate-print_select {
  margin-bottom: 20px;
}
.l-roughestimate-print_process_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-roughestimate-print_process_title{
  width: 100%;
  border-bottom: 1px solid #ffd900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.login_modalInner{
  background-color: #ff758b;
}
.login_modalTitle{
  color: red;
}

@media screen and (max-width: 676px) {
  .p-roughestimate-print_process_title{
    display: block;
  }
  /* .c-page-btn{
    margin-top: 20px;
  } */
}
.p-roughestimate-print_process_img {
  width: 240px;
}
/* Custom */
.p-roughestimate-print_modal_btn .p-roughestimate-print_process_img {
  position: relative;
  height: 184px;
}

.p-roughestimate-print_modal_btn img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modaal-content-container .p-roughestimate-print_modal_btn:hover {
  background-color: #ebebeb;
}

.modaal-wrapper .p-roughestimate-print--modifier:first-child {
  /* margin: -30px -30px 0; */
  margin: 40px -30px 0;
  padding: 30px 30px 30px;
}

.modaal-wrapper .p-roughestimate-print--modifier:not(:first-child) {
  margin: 0 -30px 0;
  padding: 30px 30px 30px;
}

.modaal-wrapper .p-roughestimate-print--modifier:last-child {
  margin: 0 -30px -30px;
  padding: 30px 30px 30px;
}

.p-contact-form_btn--modifier {
  /* margin-top: 20px; */
  background: #e9eaea;
  margin: 0;
}

.p-contact-form_btn--modifier.is-selected {
  /* margin-top: 20px; */
  background: #ffe000;
}
@media screen and (max-width: 676px) {
  .p-contact-form_btn--modifier{
    margin-top: 20px;
  }
}
.p-roughestimate-print_process_txt {
  width: calc(100% - 265px);
}
.p-roughestimate-print_select_color_container {
  position: relative;
  width: 50%;
}
.p-roughestimate-print_select_color_container::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background: #008fff;
  z-index: 1;
}
.p-roughestimate-print_select_color {
  padding: 10px 10px 10px 39px;
}
.p-roughestimate-print_process_select {
  display: block;
}
.p-roughestimate-print_modal_btn {
  cursor: pointer;
}
.p-roughestimate-quote_box {
  margin-top: 0;
  margin-bottom: 30px;
}
.l-roughestimate-quote_container:not(:last-child) {
  margin-bottom: 30px;
}
.p-roughestimate-quote_table {
  width: 100%;
  font-weight: bold;
  border-collapse: collapse;
}
.p-roughestimate-quote_table th,
.p-roughestimate-quote_table td {
  padding: 10px;
  vertical-align: top;
}
.p-roughestimate-quote_table th {
  width: 292px;
  text-align: left;
  background: #ebebeb;
  border-bottom: 2px solid #fff;
}
.p-roughestimate_body .p-roughestimate-quote_table th {
  width: 70px;
}
.p-roughestimate-quote_table td {
  border-top: 2px solid #ebebeb;
}
.p-roughestimate-quote_table td.is-last {
  border-bottom: 2px solid #ebebeb;
}
.l-roughestimate-quote_price {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 30px;
  background: #ffffff;
  border: 5px solid #ffe000;
}
.p-roughestimate-quote_btn {
  margin-top: 40px;
}
.order-procedure {
  text-align: center;
}
.order-procedure a {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  margin: auto;
  padding: 13px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  background: #ffe000;
  border: 3px solid #000;
  border-radius: 100vw;
  cursor: pointer;
}
.p-roughestimate-login-user_txt {
  margin-bottom: 40px;
}
.p-roughestimate-login-user_link {
  color: #fff;
}
.p-roughestimate-login-user_password {
  margin-bottom: 10px;
}
.l-roughestimate-login_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.l-roughestimate-login_container section {
  width: 50%;
}
.l-roughestimate-login-user .l-container {
  max-width: 620px;
  margin-right: 0;
}
.l-roughestimate-login-guest .l-container {
  max-width: 620px;
  margin-left: 0;
}
.p-roughestimate-login-main_h2_sub {
  margin-bottom: 0;
}
.l-roughestimate-confirm_price {
  padding: 10px 15% 10px 230px;
  background: #ffe000;
}
.p-roughestimate-confirm-size_content {
  margin-bottom: 10px;
}
.p-roughestimate-quote_table .l-roughestimate-confirm-size_img_container {
  border-top: none;
}
.p-roughestimate-confirm-size_img {
  width: 200px;
}
.p-roughestimate-confirm_img img {
  width: 96px;
}
.p-roughestimate-confirm_btn {
  max-width: 280px;
}
.l-cart-form_result_container {
  padding: 25px 20px;
  border: 4px solid #ffde00;
}
.p-cart-form_result_title {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-cart-form_result_price {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #ebebeb;
}
.p-cart-form_result_price .c-large {
  font-size: 3.2rem;
  color: #ff0000;
}

/*============================================================
cart
==============================================================*/
.l-cart_box {
  padding: 40px 30px;
  background: #ebebeb;
}
.p-cart_title {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.p-cart_txt {
  margin-bottom: 10px;
}
.p-cart_img {
  margin-bottom: 20px;
}
.p-cart_img img {
  width: 140px;
}
.l-cart-faq {
  padding: 296px 0 0;
  background: #ff758b url(../image/relate-bg.png) no-repeat center top;
}
.l-cart-recommend {
  padding: 296px 0 0;
  background: #ffe000 url(../image/recommend-bg.png) no-repeat center top;
}
.l-cart-history {
  padding: 296px 0 0;
  background: #ff758b url(../image/relate-bg.png) no-repeat center top;
}
.l-cart-history .l-footer-history_slider::before,
.l-cart-history .l-footer-history_slider::after {
  background: #ff758b;
}
.l-cart-history .l-footer-history_slider .slick-prev {
  background: url(../image/slider-prev02.png) no-repeat center / 21px
    25px;
}
.l-cart-history .l-footer-history_slider .slick-next {
  background: url(../image/slider-next02.png) no-repeat center / 21px
    25px;
}
.l-cart-gallery {
  padding: 296px 0 80px;
  background: #fff url(../image/gallery-bg.png) no-repeat center top;
}
.l-cart-form {
  padding: 80px 0 0;
}
.l-cart-form-faq {
  padding: 296px 0 0;
  background: #ff758b url(../image/faq-bg.png) no-repeat center top;
}
.l-cart-check {
  padding: 296px 0 0;
  background: #ffe000 url(../image/recommend-bg.png) no-repeat center top;
}
.l-cart-check .l-detail-relate_slider.l-footer-history_slider::before,
.l-cart-check .l-detail-relate_slider.l-footer-history_slider::after {
  background: #ffe000;
}
.l-cart-check .l-footer-history_slider .slick-prev {
  background: url(../image/slider-prev03.png) no-repeat center / 21px
    25px;
}
.l-cart-check .l-footer-history_slider .slick-next {
  background: url(../image/slider-next03.png) no-repeat center / 21px
    25px;
}
.l-cart-relate {
  padding: 296px 0 0;
  background: #ff758b url(../image/relate-bg.png) no-repeat center top;
}
.l-cart-form-recommend {
  padding: 296px 0 80px;
  background: #fff url(../image/gallery-bg.png) no-repeat center top;
}
.l-cart-form-recommend
  .l-detail-recommend_slider.l-footer-history_slider::before,
.l-cart-form-recommend
  .l-detail-recommend_slider.l-footer-history_slider::after {
  background: #fff;
}
.l-cart-form-recommend .l-footer-history_slider .slick-prev {
  background: url(../image/slider-prev01.png) no-repeat center / 21px
    25px;
}
.l-cart-form-recommend .l-footer-history_slider .slick-next {
  background: url(../image/slider-next01.png) no-repeat center / 21px
    25px;
}
.l-cart-form_count_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 5px;
}
.l-cart-form_count {
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #c4c4c4;
}
.p-cart-form_count_btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  color: #fff;
  background: #c4c4c4;
  cursor: pointer;
}
.p-cart-form_count_btn::before,
.p-cart-form_count_btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 2px;
}
.p-cart-form_count_btn::after {
  transform: rotate(90deg);
}
.p-cart-form_count_btn.ms-count-minus::after {
  display: none;
}
.p-cart-form_count_input {
  display: inline-block;
  width: 36px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
}
.p-cart-form_remove {
  display: inline-block;
  vertical-align: middle;
}
.l-cart-form-check {
  padding: 80px 0 0;
  background: #ff758b;
}
.l-cart-benefits {
  padding: 296px 0 0;
  background: #ffe000 url(../image/recommend-bg.png) no-repeat center top;
}

/*============================================================
designsend
==============================================================*/
.p-designsend-form_txt {
  margin-bottom: 40px;
  text-align: center;
}
.l-designsend-form_container {
  margin-bottom: 80px;
  padding: 30px;
  background: #ff758b;
}
.l-designsend-form_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-designsend-form_tab_item {
  width: 49.5%;
  margin-bottom: 1%;
  padding: 20px;
  font-weight: bold;
  color: #ff758b;
  background: #fff;
  cursor: pointer;
}
.l-designsend-form_tab_item.is-current {
  background: #ffe000;
}
.p-designsend-form_tab_img {
  display: inline-block;
  width: 29px;
  margin-right: 5px;
  vertical-align: middle;
}
.p-designsend-form_tab_txt {
  display: inline-block;
  vertical-align: middle;
}
.l-designsend-form_content {
  padding: 30px;
  background: #fff;
}
.l-designsend-form_list {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-designsend-form_list.is-show {
  display: flex;
}
.l-designsend-form_list_item {
  position: relative;
  width: 30%;
}
.l-designsend-form_list_item.is-half {
  width: 46%;
}
.l-designsend-form_list_item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 44px;
  bottom: 0;
  right: -12%;
  margin: auto;
  border-top: 4px solid #ff758b;
  border-right: 4px solid #ff758b;
  transform: rotate(45deg);
}
.p-designsend-form_step_num {
  display: inline-block;
  width: 80px;
  height: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  background: #ff758b;
  border-radius: 100vw;
}
.l-designsend-form_step_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-designsend-form_step_img {
  width: 90px;
}
.p-designsend-form_step_txt {
  width: calc(100% - 100px);
  font-size: 1.4rem;
}
.p-designsend-form_step_link {
  margin: 10px auto;
}
.p-designsend-print,
.p-designsend-print_input {
  max-width: 280px;
}

/*============================================================
catalog
==============================================================*/
.p-catalog_txt {
  margin-bottom: 40px;
}
.l-catalog_select_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.l-catalog_select_box {
  position: relative;
  width: 49%;
  margin-bottom: 20px;
  padding: 30px 25px 76px 55px;
  background: #ebebeb;
}
.p-catalog_select_txt {
  text-align: justify;
}
.l-catalog_select_box.is-active {
  background: #ffe5e5;
}
.l-catalog_select_box.l-catalog_select_box_confirm {
  padding: 30px 20px 10px;
}
.l-catalog_select_box_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-contact-form_checkbox_container {
  margin-top: 0;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.p-catalog_select_img img {
  display: inline-block;
  width: 100px;
  height: auto;
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}
/* .l-catalog_select_box.l-catalog_select_box_confirm .p-catalog_select_content {
	width: calc(100% - 90px);
} */
.p-catalog_select_content {
  width: calc(100% - 125px);
}
.p-catalog_select_title {
  font-size: 2rem;
  font-weight: bold;
}
.p-catalog_select_title_sub {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.p-catalog_select_btn {
  position: absolute;
  width: 230px;
  left: 20px;
  right: 20px;
  bottom: 30px;
  margin: auto;
  border: none;
  border: 2px solid #000000;
}
.p-catalog_btn_container {
  margin-bottom: 40px;
}
.p-catalog_btn {
  max-width: 420px;
  background: #ffe000;
}
.p-catalog_btn_txt {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
  color: #ff758b;
}
.p-catalog_banner img {
  display: inline-block;
}

/*============================================================
cp
==============================================================*/
.l-content_cp {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-cp-txt {
  margin-bottom: 40px;
}
.l-cp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-cp-list_item {
  width: 48%;
  margin-bottom: 60px;
}
.p-cp-list_img {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.p-cp-list_img img {
  display: inline-block;
}
.p-cp-list_title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}
.l-cp-gallery {
  padding: 128px 0 0;
  background: #ff758b url(../image/faq-bg.png) no-repeat center top -48px;
}
.p-cp_btn {
  max-width: 420px;
}

/*============================================================
tokkyu
==============================================================*/
.l-tokkyu-main {
  padding: 0 0 80px;
}
.l-tokkyu-list {
  margin-bottom: 40px;
}
.l-tokkyu-list .l-list_lnav li a {
  padding: 0 20px 0 10px;
  text-align: center;
}
.l-tokkyu-guideline_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.l-tokkyu-guideline_list_item {
  width: 29.5%;
  margin-bottom: 1%;
  border: 3px solid #ebebeb;
}
.l-tokkyu-guideline_list_item.item01 {
  width: 39.5%;
}
.p-tokkyu-guideline_list_title {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #ebebeb;
}
.p-tokkyu-guideline_list_title_img {
  display: inline-block;
  width: 45px;
  margin-right: 5px;
  margin-left: 0;
}
.p-tokkyu-guideline_list_title_txt {
  display: inline-block;
  font-weight: bold;
}
.l-tokkyu-guideline_list_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #ebebeb;
}
.l-tokkyu-guideline_list_content {
  width: 49.5%;
}
.l-tokkyu-guideline_list_box {
  padding: 20px 10px;
  text-align: center;
  background: #fff;
}
.p-tokkyu-guideline_list_box_title {
  max-width: 140px;
  margin: 0 auto 8px;
  padding: 5px 0;
  font-weight: bold;
  color: #fff;
  background: #ff758b;
  border-radius: 100vw;
}
.p-tokkyu-guideline_list_box_title.p-tokkyu-guideline_list_box_title_early {
  color: #000;
  background: #ffe000;
}
.p-tokkyu-guideline_list_box_date {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-tokkyu-guideline_list_box_date .c-large {
  font-size: 2rem;
}
.p-tokkyu-guideline_list_box_link {
  margin-top: 10px;
}
.p-tokkyu-express_img {
  margin-bottom: 20px;
}
.p-tokkyu-express_title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}
.l-tokkyu-express_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-tokkyu-express_list_item {
  position: relative;
  width: 49.5%;
  padding: 20px;
  text-align: center;
  background: #ffe5e5;
}
.l-tokkyu-express_list_item.item02 {
  background: #e5f4ff;
}
.l-tokkyu-express_list.last {
  margin-bottom: 10px;
}
.p-tokkyu-express_list_title {
  max-width: 200px;
  margin: 0 auto 20px;
  padding: 5px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #f00;
  border-radius: 100vw;
}
.l-tokkyu-express_list_item.item02 .p-tokkyu-express_list_title {
  background: #008fff;
}
.p-tokkyu-express_list_box {
  position: relative;
  display: block;
  background: #fff;
}
.p-tokkyu-express_list_box_title {
  padding: 5px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #00b300;
}
.p-tokkyu-express_list_box_txt {
  position: relative;
  padding: 8px 28px 8px 8px;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #00b300;
  background: #fff url(../image/express-icon01.png) no-repeat center
    right 8px / 16px 20px;
}
.l-tokkyu-express_container {
  padding: 5px 0;
}
.p-tokkyu-express_container_title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.p-tokkyu-express_list_txt {
  font-weight: bold;
}
.p-tokkyu-express_list_txt_large {
  margin: 40px 0;
}
.p-tokkyu-express_list_txt .c-large {
  font-size: 2rem;
}
.l-tokkyu-schedule_tab .l-tokkyu-schedule_tab_item {
  width: 33.1%;
}
.l-tokkyu-schedule_container {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
.p-tokkyu-schedule_step_title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-tokkyu-schedule_step_caution {
  margin-bottom: 10px;
}
.p-tokkyu-schedule_step_caution a {
  padding: 0 2px;
  color: #f00;
  text-decoration: underline;
}
.p-tokkyu-schedule_step_caution a:hover {
  text-decoration: none;
}
.l-tokkyu-schedule_step {
  margin-bottom: 20px;
}
.l-tokkyu-schedule_step_item {
  position: relative;
  padding: 20px;
  background: #fff;
}
.l-tokkyu-schedule_step_item:not(:last-child) {
  margin-bottom: 40px;
}
.l-tokkyu-schedule_step_item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../image/icon-arrow.png);
  background-size: contain;
  width: 30px;
  height: 20px;
  top: inherit;
  bottom: -30px;
  left: 50%;
  right: inherit;
  transform: translateX(-50%);
}
.l-tokkyu-schedule_step_item .p-icon-point {
  text-align: center;
}
.p-tokkyu-schedule_step_title {
  margin-bottom: 10px;
}
.p-tokkyu-schedule_step_txt {
  margin-bottom: 20px;
}
.p-tokkyu-schedule_step_txt a {
  padding: 0 2px;
}
.p-tokkyu-schedule_step_nyukou {
  margin: -20px 0 20px;
}
.l-tokkyu-schedule_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-tokkyu-schedule_tab_body:nth-of-type(3) .l-tokkyu-schedule_list {
  justify-content: center;
}
.l-tokkyu-schedule_list_item {
  width: 49%;
}
.l-tokkyu-schedule_list_item.item03,
.l-tokkyu-schedule_list_item.item04,
.l-tokkyu-schedule_list_item.item05 {
  width: 32%;
}
.p-tokkyu-schedule_list_title_box {
  position: relative;
  height: 50px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #008fff;
}
.p-tokkyu-schedule_list_title_normal {
  background: #ff8210;
}
.p-tokkyu-schedule_list_title_hayawari {
  background: #ffe000;
}
.p-tokkyu-schedule_list_title_superexp {
  background: #f00;
}
.p-tokkyu-schedule_list_title_exp {
  background: #ff758b;
}
.p-tokkyu-schedule_list_title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.p-tokkyu-schedule_list_title_hayawari .p-tokkyu-schedule_list_title {
  color: #000;
}
.p-tokkyu-schedule_list_txt {
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  background: #e5f4ff;
}
.p-tokkyu-schedule_list_txt_normal {
  background: #fff2e8;
}
.p-tokkyu-schedule_list_txt_hayawari {
  background: #fffcea;
}
.p-tokkyu-schedule_list_txt_superexp {
  background: #ffe5e5;
}
.p-tokkyu-schedule_list_txt_exp {
  background: #ffeef1;
}
.p-tokkyu-schedule_list_txt .c-large {
  font-size: 2rem;
}
.p-tokkyu-schedule_caution {
  margin-bottom: 20px;
}
.l-tokkyu-schedule_tab_body .p-detail-price_table tr:hover td + td {
  background-color: #fff;
  pointer-events: none;
}
.l-tokkyu-contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-tokkyu-contact_list_item {
  width: 49.5%;
  padding: 20px;
  text-align: center;
  background: #fff;
}
.p-tokkyu-contact_list_img {
  margin-bottom: 10px;
}
.p-tokkyu-contact_list_img img {
  width: 99px;
}
.p-tokkyu-contact_list_tel {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-tokkyu-contact_list_btn {
  background: #ffe000;
}
.p-tokkyu-area_img {
  margin-bottom: 20px;
}
.p-tokkyu-area_title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2px 5px;
  color: #fff;
  background: #ff758b;
}
.p-tokkyu-area_title.title02 {
  color: #000;
  background: #ffe000;
}
.p-tokkyu-area_title.title03 {
  background: #00b300;
}
.p-tokkyu-area_txt {
  margin-bottom: 40px;
}
.p-tokkyu-express_modal_title {
  margin: 80px auto 20px;
  padding: 5px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #f00;
  border-radius: 100vw;
}
.p-tokkyu-express_modal_title.title02 {
  background: #008fff;
}
.p-tokkyu-express_modal_title_sub {
  margin-bottom: 20px;
  font-weight: bold;
}
.p-tokkyu-express_modal_txt {
  margin-bottom: 20px;
}
.tokkyu .modaal-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.tokkyu .modaal-wrapper .modaal-close {
  top: 100px;
}
/*============================================================
setsample
==============================================================*/
.p-wrap-sample_member_border {
  margin-bottom: 80px;
  border-top: 2px solid #c4c4c4;
}
.c-title_sample .p-title_sample_member {
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 20px;
  font-size: 1.4rem;
  color: #fff;
  background: #00b300;
  border-radius: 100vw;
}
.p-title_sample_member_txt {
  margin-bottom: 15px;
}
.p-title_sample_member_txt_little {
  margin-bottom: 20px;
}
.p-title_sample_member_txt_note {
  margin-bottom: 80px;
}
.p-sample_member_btn {
  margin-bottom: 20px;
}
.l-sample_member_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.l-sample_member_list::after {
  content: "";
  width: 30%;
  order: 1;
}
.l-sample_member_list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 32%;
  margin-bottom: 20px;
}
.p-sample_member_list_img {
  width: 30%;
}
.p-sample_member_list_content {
  width: 66%;
}
.p-sample_member_list_title {
  margin-bottom: 20px;
  font-weight: bold;
}
.p-sample_member_list_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-sample_member_list_btn {
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  padding: 0 20px;
  background: #ebebeb;
  border-radius: 18px;
  display: block;
  cursor: pointer;
  font-weight: 700;
  transition: 0.2s ease;
}

.l-list-flow li .p-text-fax {
  text-align: left;
}
.l-setsample_box {
  margin-bottom: 40px;
  padding: 40px 30px;
}
.p-setsample_txt {
  margin-bottom: 20px;
}
.p-setsample_btn {
  margin-bottom: 40px;
}
.p-setsample_box_txt {
  text-align: center;
}
.p-setsample_box_btn {
  max-width: 280px;
}
.l-setsample_acc {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
.l-setsample_acc::before,
.l-setsample_acc::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: #000;
  transform: rotate(0deg);
  transition: 0.2s;
}
.l-setsample_acc::before {
  right: 20px;
  transform: rotate(90deg);
}
.l-setsample_acc.is-active::before {
  display: none;
}
.l-setsample_acc_box {
  margin-top: 20px;
  margin-bottom: 0;
}
.popup-open {
  overflow: hidden;
}
.popup-submit {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-submit .popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.popup-submit .popup-inner .wrap-content {
  width: 390px;
  height: 187px;
  padding: 40px;
  text-align: center;
}
.popup-submit .popup-inner .notification-ttl {
  font-size: 1.7rem;
  margin-bottom: 50px;
}
.popup-submit .popup-inner .btn-submit p {
  display: inline-block;
  font-size: 1.7rem;
  margin-left: 20px;
}
.popup-submit .popup-inner .btn-submit p:first-child {
  margin: 0;
}
.popup-submit .popup-inner .btn-submit p a {
  display: block;
  border: 1px solid #222222;
  background-color: #ffffff;
  color: #222222;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  min-width: 100px;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.popup-submit .popup-inner .btn-submit .btn-agree a {
  background-color: #222222;
  color: #ffffff;
}
.popup-submit .popup-inner .btn-submit .btn-agree a:hover {
  background-color: #ffffff;
  color: #222222;
}
.cl-green {
  display: inline-block;
  color: #00b300;
  text-decoration: underline;
}
.input-resize {
  margin-bottom: 20px;
}
.delete-item {
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  color: #ffffff;
  padding: 5px 50px;
  border-radius: 50px;
  margin-left: 20px;
}
/*============================================================
news
==============================================================*/
.l-news .p-listBlock {
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid #ebebeb;
}
.l-news .c-img {
  position: relative;
  width: 167.5px;
  height: 100px;
  overflow: hidden;
}
.l-news .c-img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 120px;
  transform: translate(-50%, -50%);
}
.l-news .c-text {
  width: calc(100% - (167.5px + 140px + 48px));
  padding-bottom: 5px;
}
.l-news .c-text dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.l-news .c-text dt a {
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.2s ease;
}
.l-news .c-text dt a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
.l-news .c-text dd {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.5;
  max-height: 4.2em;
}
.l-news .c-text_date {
  display: block;
  margin-bottom: -4px;
  color: #8b8b8b;
  font-size: 1.2rem;
  font-weight: bold;
}
.l-news .c-btn {
  width: 140px;
  border-radius: 21px;
  background-color: #000;
  transition: 0.2s ease;
}
.l-news .c-btn:hover {
  opacity: 0.5;
}
.l-news .c-btn a {
  display: block;
  width: 100%;
  padding: 11px 0 13px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.l-detail-recommend_yellow {
  background-image: url(../image/design-bg02.png);
}
.l-detail-recommend_yellow + .l-detail-history {
  background-image: url(../image/review-bg.png);
}

/*============================================================
news detail
==============================================================*/
.l-category.l-newsDetail {
  padding: 50px 0 0;
}
.l-newsDetail .l-newsArticle {
  width: 720px;
  margin: 0 auto;
}
.l-category.l-newsDetail .c-text_date {
  margin-top: 0;
}
.l-newsDetail .c-title_cate {
  margin: 10px 0 30px;
  font-size: 1.8rem;
  line-height: 1.16;
  text-align: left;
}
.l-newsDetail .c-mainVisual {
  width: 100%;
  height: auto;
}
.l-newsDetail .p-article {
  margin-top: 30px;
}
.l-newsDetail .p-article .c-text {
  width: 100%;
  padding: 0;
  font-size: 1.4rem;
}
.l-newsDetail .p-article .c-text + .c-text {
  margin-top: 30px;
}
.l-newsDetail .p-article + .c-btn {
  margin: 42px auto 0;
}
.l-newsDetail .l-newsLatest {
  margin: 60px auto 0;
  padding-top: 40px;
  border-top: 2px solid #ebebeb;
}
.l-newsDetail .c-page-h2 {
  font-size: 1.8rem;
  line-height: 1.33;
}
.l-newsContent_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.l-newsDetail .p-listBlock {
  display: flex;
  align-items: flex-start;
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
.l-newsDetail .p-listBlock:nth-of-type(2n) {
  margin-right: 0;
}
.l-newsDetail .p-listBlock .c-title {
  width: calc(100% - (167.5px + 30px));
}
.l-newsDetail .p-listBlock .c-title .c-text_date {
  margin-bottom: 4px;
  font-size: 1rem;
}
.l-newsDetail .p-listBlock .c-title a {
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.2s ease;
}
.l-newsDetail .p-listBlock .c-title a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
/*============================================================
aside
==============================================================*/
.l-aside-category {
  width: 200px;
  position: relative;
}
.p-aside_search {
  margin-bottom: 40px;
  border: 2px solid #808080;
  position: relative;
}
.p-aside_search:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -24px;
  background-color: #c4c4c4;
}
.p-aside_search_input {
  width: calc(100% - 44px);
  height: 34px;
  padding: 10px;
  border: medium none;
}
.p-aside_search_btn {
  width: 44px;
  vertical-align: bottom;
  height: 34px;
  background: #000 url(../image/header-search.png) no-repeat center /
    26px;
  cursor: pointer;
}
.p-title_aside {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}
form .p-section_aside_cate {
  border-top: none;
}
.p-section_aside_cate {
  border-top: 2px solid #c4c4c4;
  padding: 16px 0 16px;
}
.p-title_aside_section {
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  transition: 0.2s ease;
}
.p-title_aside_section:hover {
  opacity: 0.5;
}
.p-title_aside_section span {
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  display: block;
}
.p-title_aside_section span::before,
.p-title_aside_section span::after {
  display: block;
  position: absolute;
  content: "";
  background: #000;
  border-radius: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s ease;
}
.p-title_aside_section span::before {
  width: 100%;
  height: 4px;
}
.p-title_aside_section span::after {
  height: 0;
  width: 4px;
  transition: 0.2s ease;
}
.p-title_aside_section.is-active span::after {
  height: 100%;
}
.p-section_aside_cate ul.p-list_catecheck {
  margin-top: 5px;
}
.p-section_aside_cate ul.p-list_catecheck li {
  position: relative;
  margin-top: 15px;
}
.p-section_aside_cate ul.p-list_catecheck > li:hover .l-list_pop_menu {
  display: block;
}
.l-list_pop_menu {
  position: absolute;
  left: 200px;
  top: 0;
  z-index: 100;
  width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
}
.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li {
  margin: 0;
  padding: 10px;
}
.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li:hover {
  background: #ebebeb;
}
.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li span {
  display: none;
}
.p-section_aside_cate ul.p-list_catecheck li .l-list_pop_menu li .p-check_cate {
  padding: 0;
}
.p-check_cate {
  box-sizing: border-box;
  transition: 0.2s ease;
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1;
  font-size: 1.4rem;
}
.p-radio_cate {
  box-sizing: border-box;
  transition: 0.2s ease;
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1;
  font-size: 1.2rem;
}
.p-section_aside_cate ul li input[type="checkbox"] {
  display: none;
}
.p-check_cate span {
  transition: 0.2s ease;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #c4c4c4;
  content: "";
}
.p-radio_cate span {
  transition: 0.2s ease;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #c4c4c4;
  content: "";
}
.p-check_cate span:before,
.p-check_cate span:after {
  transition: 0.2s ease;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  background: #000;
}
.p-radio_cate span:before {
  transition: 0.2s ease;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.p-list-sort li input[type="radio"]:checked + .p-radio_cate span:before {
  opacity: 1;
}
.p-check_cate span:before {
  width: 2px;
  height: 8px;
}
.p-check_cate span:after {
  width: 8px;
  height: 2px;
}
.p-section_aside_cate
  ul.p-list_catecheck
  li
  input[type="checkbox"]:checked
  + .p-check_cate {
  background: #ebebeb;
  padding: 13px 10px 13px 30px;
}
.p-section_aside_cate
  ul.p-list_catecheck
  li
  input[type="checkbox"]:checked
  + .p-check_cate
  span {
  border: none;
  border-radius: 50%;
  background: #fff;
  left: 4px;
  width: 18px;
  height: 18px;
}
.p-section_aside_cate
  ul.p-list_catecheck
  li
  input[type="checkbox"]:checked
  + .p-check_cate
  span:before,
.p-section_aside_cate
  ul.p-list_catecheck
  li
  input[type="checkbox"]:checked
  + .p-check_cate
  span:after {
  opacity: 1;
}
.l-list_sub_cate .sub_cate {
  display: none;
}
.l-list_sub_cate input[type="checkbox"]:checked + .sub_cate {
  display: block;
}
.p-section_aside_cate ul.p-list_catecolor {
  margin-top: 10px;
}
.p-list_catecolor_inner {
  display: flex;
  flex-wrap: wrap;
}
.p-section_aside_cate ul.p-list_catecolor li {
  width: 25%;
  text-align: center;
  font-size: 1rem;
}
.p-section_aside_cate ul.p-list_catecolor li span {
  transition: 0.2s ease;
  display: block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 0 auto 5px;
  cursor: pointer;
}
.p-coloricon_01 {
  border: 1px solid #ddd;
}
.p-coloricon_02 {
  background: #000;
}
.p-coloricon_03 {
  background: #ebebeb;
}
.p-coloricon_04 {
  background: #9a5b3f;
}
.p-coloricon_05 {
  background: #f4e8c8;
}
.p-coloricon_06 {
  background: #00b300;
}
.p-coloricon_07 {
  background: #008fff;
}
.p-coloricon_08 {
  background: #9253d1;
}
.p-coloricon_09 {
  background: #ffde00;
}
.p-coloricon_10 {
  background: #ff758b;
}
.p-coloricon_11 {
  background: #ef2e44;
}
.p-coloricon_12 {
  background: #ff8210;
}
.p-coloricon_13 {
  background: url(../image/bg_color_other.png);
}
.p-section_aside_cate
  ul.p-list_catecolor
  li
  input[type="checkbox"]:checked
  + .p-check_cate_color
  span {
  border: 3px solid #888;
}
.p-list_catebland {
  margin-top: 12px;
}
.p-list_catebland_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-list_catebland_inner li {
  width: 48%;
  margin-top: 8px;
}
.p-list_catebland_inner li input[type="checkbox"] {
  display: none;
}
.p-list_catebland_inner li .p-check_cate_bland {
  border: 1px solid #ebebeb;
  transition: 0.2s ease;
  display: block;
  cursor: pointer;
}
.p-list_catebland_inner
  li
  input[type="checkbox"]:checked
  + .p-check_cate_bland {
  border-color: #000;
}
.p-aside_btn_area {
  position: relative;
  height: 126px;
}
.p-inner_asidebtn {
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 200px;
  z-index: 9;
}
.p-inner_asidebtn.is-fit {
  position: relative;
}
.p-aside_btn_area a {
  transition: 0.2s ease;
}
.p-aside_btn_area a:hover {
  opacity: 0.5;
}
.p-submit_aside a {
  text-align: center;
  box-sizing: border-box;
  background: #ffde00;
  border: 3px solid #000;
  display: block;
  font-size: 1.4rem;
  height: 58px;
  border-radius: 28px;
}
.p-submit_aside {
  margin-bottom: 10px;
}
.p-submit_aside a span.p-text_count {
  display: block;
  font-size: 2rem;
}
.p-submit_aside a span.p-text_count .p-text_count_s {
  font-size: 1.4rem;
}
.p-clear_aside a {
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #000;
  background: #fff;
  display: block;
  font-size: 1.4rem;
  height: 40px;
  line-height: 34px;
  border-radius: 20px;
}
.link-common {
  color: #00b300;
  text-decoration: underline;
}
.contact-line_sp {
  display: none;
}
.l-contact-form_design_box.mg0 {
  margin: 0 0 10px;
}
.l-product-inquire {
  width: 100%;
  margin: 0 auto;
}
.l-product-inquire .l-product-inquire_wrap {
  border: 3px solid #ff758b;
  margin-bottom: 100px;
}
.l-product-inquire .l-product-inquire_title {
  padding: 8px 8px 8px 25px;
  background-color: #ff758b;
}
.l-product-inquire .l-product-inquire_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.l-product-inquire .l-product-inquire_body {
  padding: 20px;
  overflow: hidden;
}
.l-product-inquire .l-product-inquire_body .img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.l-product-inquire .l-product-inquire_cnt {
  font-size: 16px;
  width: 70%;
  float: left;
}
.l-product-inquire .l-product-inquire_cnt h4 {
  font-size: 24px;
}
.l-product-inquire a {
  font-size: 14px;
  float: right;
  color: #fff;
  background-color: #000000;
  padding: 10px 0 8px 4px;
  width: 168px;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 35px;
}
.l-product-inquire .l-product-inquire_estimate {
  border-top: 1px solid #000;
  padding-top: 20px;
  margin: 0 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-product-inquire .l-product-inquire_estimate-title {
  /* font-size: 26px; */
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-product-inquire .l-product-inquire_estimate-title {
    font-size: 20px;
  } 
}
.l-product-inquire .l-product-inquire_estimate-price {
  font-size: 16px;
  padding-right: 20px;
}
.l-product-inquire .l-product-inquire_estimate-price span {
  font-size: 22px;
  color: #ff0000;
}
.l-product-inquire .l-product-inquire_estimate-text {
  flex-basis: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
.l-product-inquire .l-product-inquire_estimate-text dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 480px;
}
.l-product-inquire .l-product-inquire_estimate-text dl dt{
  width: 100px;
}
.l-product-inquire .l-product-inquire_estimate-text dl dd{
  text-align: right;
  padding:0 10px;
  width: 140px;
}
@media screen and (max-width: 676px) {
  .l-product-inquire .l-product-inquire_estimate-text{
    font-size: 14px;
    margin: 20px 0;
  }
  .l-product-inquire .l-product-inquire_estimate-text dl{
    justify-content: space-between;
  }
  .l-product-inquire .l-product-inquire_estimate-text dl dt{
    width: 50%;
  }
  .l-product-inquire .l-product-inquire_estimate-text dl dd{
    padding:0px;
    width:50%;
  }
}
.l-product-inquire .l-product-inquire_estimate-textright {
  flex-basis: 100%;
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-product-inquire .l-product-inquire_estimate-textright {
    text-align: left;
  }
}
.l-product-inquire .l-product-inquire_estimate-textright span {
  color: #ff0000;
}
.l-product-inquire .l-product-inquire_estimate-note {
  flex-basis: 100%;
  font-size: 14px;
  color: #ff0000;
}

.favorite .c-pink-bg .l-footer-history_slider::before,
.favorite .c-pink-bg .l-footer-history_slider::after {
  background-color: rgb(255, 117, 139);
}
.favorite .c-pink-bg .l-footer-history_slider .slick-next {
  background: url(../image/slider-next02.png) no-repeat center / 21px
    25px;
}
.favorite .c-pink-bg .l-footer-history_slider .slick-prev {
  background: url(../image/slider-next02.png) no-repeat center / 21px
    25px;
  transform: rotate(180deg);
}
.favorite-list {
  padding: 50px 0 0;
}
.favorite-list-cnt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.favorite-list-cnt li {
  position: relative;
  width: 46%;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 60px;
}
.favorite-list-cnt figure {
  width: 176px;
  float: left;
  font-size: 12px;
  font-weight: bold;
}
.favorite-list-cnt figure img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.favorite-body-item {
  overflow: hidden;
  padding: 0 0 0 13px;
  font-size: 14px;
  font-weight: bold;
}
.favorite-list-cnt .favorite-body-item h4 {
  font-size: 14px;
}
.favorite-list-cnt .l-table_item_detail th {
  background: #ebebeb;
}
.favorite-list-cnt .l-table_item_detail th,
.favorite-list-cnt .l-table_item_detail td {
  border: 2px solid #ebebeb;
}
.favorite-list-cnt .p-text_totalprice {
  border-bottom: none;
}
.favorite-list-cnt .small-detail {
  font-size: 10px;
  font-weight: bold;
}
.favorite .l-content_category {
  margin: 0 auto;
}
.favorite-list-cnt li .btn-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.favorite-list-cnt li .btn-close:hover,
.favorite-list-cnt li .btn-close:focus {
  opacity: 0.7;
}
.favorites-note {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
}
.favorites-note p {
  margin-bottom: 20px;
  color: #464646;
}
.favorites-note a {
  background: #ffe022;
  border: 2px solid #000000;
  border-radius: 50px;
  display: inline-block;
  width: 417px;
  padding: 18px 10px;
  font-size: 18px;
}
.favorite-list-cnt li .date {
  font-weight: normal;
}
/*============================================================
ranking
==============================================================*/
.br-sp {
  display: none;
}
.slick-slider_top {
  margin-bottom: 90px;
}
.slick-slider_top img {
  width: 41px;
  height: 35px;
}
.slick-slider_txt {
  font-size: 1.2rem;
  font-weight: bold;
}
.slick-slider_link {
  display: block;
  text-align: center;
  outline: none;
}
.slick-slider_top .slick-next,
.slick-slider_top .slick-prev {
  width: 21px;
  height: 25px;
  z-index: 2;
}
/* .slick-slider_top .slick-disabled {
  opacity: 0;
} */
.slick-slider_top .slick-next {
  background: url(../image/slider-next01.png) no-repeat center / 21px
    25px;
  right: -40px;
}
.slick-slider_top .slick-prev {
  background: url(../image/slider-prev01.png) no-repeat center / 21px
    25px;
  left: -40px;
}
.slick-slider_top .slick-next:before,
.slick-slider_top .slick-prev:before {
  display: none;
}
.raking-item_list {
  width: 990px;
  margin: 0 auto;
}
.raking-item_list .l-list-sort li.p-list-item-wrap {
  width: 21%;
  position: relative;
  margin-bottom: 80px;
  margin-right: 52px;
}
.raking-item_list .p-text_totalprice {
  border: none;
}
.p-ranking_number {
  position: absolute;
  z-index: 1;
  top: -25px;
}
.raking-item_list .p-item_icon_list li {
  margin-right: 5px;
}
.raking-item_list .p-item_icon_list {
  margin-top: -40px;
  z-index: 1;
  position: relative;
  margin-left: 5px;
}
.l-slick-slide_item {
  position: relative;
}
.l-slick-slide_item::before {
  content: "";
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background-color: #ffde00;
  opacity: 0;
}
.l-slick-slide_item.current:before,
.l-slick-slide_item:hover:before {
  opacity: 1;
}
/* Modal close */
#modaal-close {
  width: 45px;
  height: 45px;
}

#modaal-close:after,
#modaal-close:before {
  top: 12px;
  left: 21px;
}
.h1-text_error{
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  line-height: 1.3;
}
.h1-text_error::before{
  position: absolute;
  top: 1px;
  left: 0;
}
@media screen and (min-width: 769px) {
  main {
    margin-top: 168px;
  }
  .l-cp .l-detail-relate::before {
    content: '';
    position: absolute;
    height: 272px;
    width: 100%;
    top: 0;
    background: #ffe000 url(../image/relate-bg.png) no-repeat center top;
  }
  .l-cp .l-detail-relate .l-container{
    background: #ff758b;
  }
  .l-detail-main_cta--two-btn {
    justify-content: center;
  }
  .l-detail-main_cta--two-btn a:first-child {
    margin-right: 10px;
  }
}
.sp-block {
  display: none;
}

.sp-inline-block {
  display: none;
}
/*============================================================
friend
==============================================================*/

#main:has(.friend_inner) {
  width: auto;
  margin-left: 0;
}

.line:has(.friend_inner) {
  background: #fff !important;
}

#main .friend_inner{
  max-width: 960px;
  margin: 0 auto;
}
#main .friend_inner .friend-pc{
  display: none;
}
#main .friend_mv{
  padding-top: 25px;
  max-width: 960px;
}
.friend_btnMv{
  margin-top: 64px;
  margin-bottom: 80px;
}
.friend_btn .friend_btnLink{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.friend_btn + .friend_btn {
  margin-top: 20px;
}
.friend_btn a:hover{
  transition: 0.4s;
}
#main .friend_aera1{
  margin-bottom: 72px;
}
#main .friend_aera2{
  margin-bottom: 97px;
}
#main .friend_aera3{
  /* border: 3px solid #FF758B; */
  margin: -30px;
  padding: 30px;
  margin-bottom: 95px;
}
#main .friend_aera3 .friend_btn{
  margin-top: 43px;
  margin-bottom: 27px;
}
#main .friend_aera4{
  margin-bottom: 27px;
}
.friend_btnArea4{
  margin-top: 43px;
  margin-bottom: 114px;
}
#main .friend_aera5{
  background-color: #f4f4f4;
  margin: 0 auto 50px;
  padding: 40px 20px;
}
#main .friend_aera5 .friend_area5Title {
  font-size: 24px;
  margin-bottom: 20px;
}
#main .friend_aera5 .friend_area5List {
  list-style: disc;
  margin: 0 auto;
  width: fit-content;
  padding-left: 1em;
}
#main .friend_aera5 .friend_area5Item {
  text-align: left;
  font-size: 14px;
}
.photo{
  background-color: #FF758B;
  padding-top: 60px;
  padding-bottom: 9px;
  margin-bottom: 100px;
}
.photo_title{
  margin-bottom: 34px;
}
.photo_gallery{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 767px;
  margin: 0 40px;
  align-items: flex-start;
}
.photo_gallery img{
  margin-bottom: 48px;
}

.friend_value {
  padding: 0 20px;
  margin: 80px auto;
}

.friend_valueTitle {
  margin-bottom: 30px;
}

.friend_valueImage + .friend_valueImage{
  margin-top: 30px;
}
.friend_imageUnder {
  width: 90%;
  margin: 0 auto 100px;
}
#main .friend_aera4sp{
  margin-bottom: 42px;
}
.friend_btnWrap {
  margin-bottom: 50px;
}
.friend_btnWrap.-mb {
  margin-bottom: 80px;
}


@media screen and (min-width: 767px) {

  #main .friend_inner{
    max-width: 1060px;
  }

  #main .friend_inner{
    padding: 0 50px;
  }
  #main .friend_inner .friend-sp{
    display: none;
  }
  #main .friend_inner .friend-pc{
    display: block;
  }
  #main .friend_mv{
    padding-top: 42px;
    
  }
  .friend_btnMv{
    margin-top: -10%;
    margin-bottom: 84px;
  }
  .friend_btn .friend_btnLink{
    width: 29.5%;
    transition: opacity 300mss;
  }
  .friend_btn .friend_btnLink:hover {
    opacity: 0.7;
  }
  #main .friend_aera1{
    margin-bottom: 94px;
  }
  #main .friend_aera2{
    margin-bottom: 115px;
  }
  #main .friend_aera3{
    border: none;
    margin-bottom: 4px;
  }
  #main .friend_aera4{
  }

  .friend_btnArea4{
    margin-bottom: 7px;
    margin-top: 53px;
  }
  #main .friend_aera5{
    max-width: 670px;
    margin: 0 auto 50px;
    padding: 40px 50px 50px;
    border-radius: 12px;
  }
  #main .friend_aera5 .friend_area5Title {
    font-size: 24px;
  }
  #main .friend_aera5 .friend_area5List {
    padding-left: 1em;
  }
  #main .friend_aera5 .friend_area5Item {
    font-size: 16px;
  }
  .friend_btnArea5{
    margin-bottom: 118px;
  }
 
.photo{
  padding-top: 60px;
  padding-bottom: 42px;
  margin-bottom: 100px;
}
.photo_title{
  margin-bottom: 22px;
}
.photo_gallery{
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: nowrap;
}
.photo_gallery a:hover{
  opacity: 0.5;
  transition: 0.3s;
}
.photo_gallery img{
  margin: 0;
}

.photo_gallery .even{
  margin-top: 6px;
}

.friend_value {
  margin: 0 auto 45px;
  padding: 0;
}

.friend_valueTitle {
    width: 50%;
    margin: 0 auto;
}
.friend_valueImage {
  width: 96%;
  margin: 0 auto;
}

.friend_btnWrap {
  margin-bottom: 100px;
}
.friend_btnWrap.-mb {
  margin-bottom: 100px;
}

.friend_imageUnder {
  width: 59%;
  margin-bottom: 30px;
}

}




/*============================================================
breakpoint 767px
==============================================================*/
@media screen and (min-width: 767px) {
  .p-detail-quote_print_date .p-name {
    padding-right: 15px;
  }
  .p-detail-quote_print_date .c-large {
    padding-left: 15px;
  }
  .c-notice {
    padding-left: 10px;
  }
  .c-zoom {
    position: relative;
  }
  .p-zoom_img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    padding: 5px;
    background: #000;
    border-radius: 100vw;
  }
  .p-img_gallery .large {
    padding: 10px;
  }
  .p-zoom_img.large {
    width: 45px;
  }
  .c-zoom .p-zoom_img.large {
    left: -22px;
    top: -14px;
  }
  .c-zoom .p-zoom_img {
    left: -10px;
    top: -14px;
  }
  .l-header {
    position: fixed;
    z-index: 11;
    top: 0;
  }
  .p-header_search-sp {
    display: none;
  }
}

/*============================================================
breakpoint 1320px
==============================================================*/
@media screen and (max-width: 1320px) {
  .p-top-ranking_title_img,
  .p-top-column_title_content {
    right: -20px;
  }
  .l-roughestimate-form_price {
    max-height: 132vh;
  }
}

/*============================================================
breakpoint 1240px
==============================================================*/
@media screen and (max-width: 1240px) {
  .l-footer-history_slider::before,
  .l-footer-history_slider::after {
    width: 80px;
    left: -30px;
  }
  .l-footer-history_slider::after {
    left: auto;
    right: -30px;
  }
  .p-top-column_list_img{
    width: 100%;
  }
  .l-top-column_list_item:nth-child(even) a::before,
  .l-top-column_list_item:nth-child(odd) a::before{
    width: 100%;
    height: 65%;
    left: 0;
  }
}

/*============================================================
breakpoint 1240px
==============================================================*/
@media screen and (max-width: 1100px) {
  .p-ranking_title {
    margin: 0 0 30px;
  }
  .input-resize {
    max-width: 25%;
  }
  .pd-lft-16 {
    padding-left: 17%;
  }
  .pd-lft-20 {
    padding-left: 22%;
  }

  .p-contact-form_title--modifier_field1 {
    display: inline-block;
    width: calc(25% - 44px);
  }
  .p-contact-form_title--modifier_field {
    display: inline-block;
    width: 25%;
    margin-right: 1%;
  }
  .l-aside-category {
    width: 100%;
    order: 2;
    padding: 0 30px;
  }
  .p-detail-quote_print_content_title {
    font-size: 1.3rem;
  }

  .p-detail-quote_print_content_txt {
    font-size: 1.3rem;
  }

  .p-detail-quote_row-group {
    margin: 0;
  }

  .l-detail-quote_print_content {
    padding: 20px;
  }

  .l-detail-quote_silk_content-child {
    padding: 20px;
  }
  .p-detail-quote_print_img {
    margin: 0 0 20px;
  }
}

/*============================================================
breakpoint 1024px - 1200px
==============================================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .p-footer_link_btn {
    font-size: 1.6rem;
  }
}

/*============================================================
breakpoint 769px - 1100px
==============================================================*/
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-breadcrumb {
    margin-bottom: 30px;
  }
  .p-header_search_input {
    font-size: 1.4rem;
  }
  .l-footer-payment-shipping_groupWrap {
    flex-direction: column;
  }
  .l-footer-payment-shipping_group {
    max-width: 650px;
    width: 100%;
  }
}

/*============================================================
breakpoint 769px - 1024px
==============================================================*/
@media screen and (min-width: 769px) and (max-width: 960px) {
  .l-footer_link_container {
    flex-wrap: wrap;

  }
  .l-footer_border {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .l-footer_link {
    width: calc(50%);
    position: relative;
    float: left;
  }
  .l-footer_link:after {
    
  }
  .l-footer_link:nth-child(1),
  .l-footer_link:nth-child(2) {
    margin-bottom: 30px;
  }
  .l-footer_link:first-child:after,
  .l-footer_link:nth-child(3):after {
    content: "";
    display: block;
    width: 2px;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-footer_link_btn {
    font-size: 1.6rem;
  }
}

/*============================================================
breakpoint 1024px
==============================================================*/
@media screen and (max-width: 1024px) {
  .slick-slider_top .slick-next {
    right: 0;
  }
  .slick-slider_top .slick-prev {
    left: 0;
  }
  .raking-item_list .l-list-sort li.p-list-item-wrap {
    margin-right: 40px;
  }
  .raking-item_list {
    width: 100%;
  }
  .l-product-inquire {
    width: 100%;
  }
  .l-product-inquire .l-product-inquire_cnt {
    width: 60%;
  }
  .l-product-inquire .l-product-inquire_body a {
    width: 24%;
  }
  .p-header_logo_text {
    letter-spacing: 0;
  }
  .p-header_logo {
    margin-left: 0;
  }
  .l-container {
    padding: 0 20px;
  }
  .l-container.-gide {
    padding: 0 20px 140px;
  }
  .l-container.-feature {
    padding: 0;
  }
  .shipping-feeWrap {
    padding-top: 168px;
  }
  .shipping-fee {
    padding-top: 168px;
    margin-top: -168px;
  }
  .l-container-large {
    padding: 0 20px;
  }
  .l-container.l-intro-cont-cs{
    max-width: 100vw;
  }
  .l-top-mv {
    height: 50vw;
  }
  .p-top-mv_bg {
    height: 50vw;
  }
  .p-header_search_input {
    width: 160px;
  }
  .p-header_list_link {
    font-size: 1.6rem;
  }
  .l-top-category-guide_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-top-category-delivery_container {
    width: 100%;
    padding-bottom: 30px;
  }
  .p-top-category_list_title {
    max-width: 80px;
    font-size: 1.8rem;
  }
  .l-top-category_container {
    padding: 55px 25px 200px;
  }
  .c-top-title {
    font-size: 7rem;
  }
  .c-top-title.-newItem {
    font-size: 6.4rem;
  }
  .p-top-ranking_title_img {
    width: 291px;
    top: -240px;
  }
  .p-top-pickup_title_img {
    width: 135.5px;
    left: 0;
  }
  .p-top-column_title_img {
    width: 163px;
    left: -20px;
  }
  .p-footer-contact_title {
    font-size: 2rem;
  }
  .p-top-special_title_img {
    width: 173px;
  }
  .p-footer-history_bg {
    width: 90px;
    top: -100px;
    right: 0;
  }
  .mg-bottom-150 {
    margin-bottom: 90px;
  }
  .l-roughestimate-form_price {
    max-height: 150vh;
  }
  .input-resize {
    max-width: 23%;
  }
  .pd-lft-16 {
    padding-left: 11%;
  }
  .pd-lft-20 {
    padding-left: 18%;
  }
  .p-contact-form_title--modifier_field1 {
    display: inline-block;
    width: calc(23% - 44px);
    margin-right: 0;
  }
  .p-contact-form_title--modifier_field {
    display: inline-block;
    width: 23%;
    margin-right: 1%;
  }

  /* .p-contact-form_title  
	.p-contact-form_title_req--modifier {
		display: table;
		margin-bottom: 10px;
	} */
  .fix-model .modaal-wrapper .modaal-close {
    right: 40px;
    margin-right: 0;
    top: 90px;
  }
  .p-tokkyu-express_modal_title {
    margin: 0 auto 20px;
  }
  .p-detail-main_cta_btn--modifier .p-detail-main_cta_btn_txt {
    font-size: 1.3rem;
  }

  .p-detail-quote_print_title_price {
    font-size: 1.3rem;
  }

  .p-detail-quote_print_caution_group {
    padding: 15px 5px 0;
  }

  .p-detail-quote_print_caution_row {
    font-size: 16px;
  }

  .l-detail-quote_print_content {
    padding: 14px;
  }
}
@media screen and (max-width: 900px) {
  .modaal-wrapper .modaal-close {
    margin-right: -384px;
    margin-top: -416px;
  }
}

@media screen and (min-width: 769px) {
  .l-cp .l-detail-relate {
    background: unset;
  }
  .l-detail-main_slider_thumb_item {
    height: 86px !important;
  }
  .l-detail-main_slider_container .l-detail-main_slider_thumb.pc .slick-track{
    width: 450px !important;
    transform: inherit !important;
  }
    
  .l-detail-main_slider_thumb_item img{
    /* position: absolute; */
    width: 96%;
    height: 100%;
    object-fit: cover;
  }

  .l-footer-payment-shipping_groupWrap {
    display: flex;
    gap: 0 50px;
    justify-content: center;
  }
  .l-footer-payment-shipping_group {
    flex: 0 0 47%;
    max-width: 100%;
  }
  .l-footer-payment-shipping_groupInner {
    min-height: 640px;
    padding: 45px 30px 135px;
    position: relative;
  }
  .l-footer-payment-shipping_Btn.-how {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-footer-payment-shipping_groupTitle {
    font-size: 27px;
  }
  .l-footer-payment-shipping_groupList {
    margin-left: 10%;
  }
  .l-footer-payment-shipping_groupImage {
    margin: 20px 0 20px;
  }
  .l-footer-payment-shipping_priceText {
    font-size: 25px;
  }
  .l-footer-payment-shipping_priceHead {
    font-size: 17px;
  }
  .l-footer-payment-shipping_priceDetail {
    font-size: 17px;
  }
  .l-footer-payment-shipping_Btn {
    width: 100%;
  }
  .l-footer-payment-shipping_Btn__link {
    font-size: 30px;
    transition: 300ms;
    width: 340px;
    height: 80px;
    line-height: 80px;
  }
  .l-footer-payment-shipping_Btn__link.-how {
    font-size: 26px;
    max-width: 415px;
    height: 70px;
    line-height: 70px;
    width: 100%;
  }
  .l-footer-payment-shipping_Btn__link:hover {
    opacity: 0.7;
  }
}
/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {

  .l-detail-main_slider_container .l-detail-main_slider_thumb{
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .l-detail-main_slider_thumb_item {
    height: 100%;
    flex: 0 0 20.1%;
  }
  .l-cp .l-content_category {
    margin-bottom: 40px;
  }
  .l-detail-main_slider_container .l-detail-main_slider_thumb img{
    width: 96%;
    height: 100%;
    object-fit: cover;
  }
  .slick-slider_top {
    margin-bottom: 60px;
  }
  .l-list-sort {
    justify-content: space-between;
  }
  .raking-item_list {
    width: 100%;
  }
  .raking-item_list .l-list-sort li.p-list-item-wrap {
    width: 45%;
    position: relative;
    margin-bottom: 50px;
    margin-right: 30px;
  }
  .l-header_favorite_box {
    right: 17px;
    bottom: -87px;
  }
  .favorites-note {
    font-size: 16px;
    letter-spacing: -1.4px;
  }
  .favorites-note img {
    width: 188px;
  }
  .favorites-note a {
    width: 328px;
  }
  .favorite .l-contact-gallery {
    background: #ff758b url(../image/relate-bg.png) no-repeat center top -83px;
  }
  .favorite-list-cnt li {
    width: 100%;
  }
  .favorite-list-cnt figure {
    width: 88px;
  }
  .favorite-list-cnt li .btn-close {
    top: -20px;
    right: -10px;
  }
  .favorite-list-cnt li {
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .favorite-list-cnt li .date {
    position: absolute;
    bottom: 20px;
    left: 118px;
  }
  .sp-block {
    display: block;
  }
  .sp-inline-block {
    display: inline-block;
  }
  body {
    font-size: 1.4rem;
  }
  body.c-open {
    overflow: hidden;
  }
  input,
  button,
  textarea,
  select {
    font-size: 1.4rem;
  }
  .mg-bottom {
    margin-bottom: 50px !important;
  }
  .pd-bottom {
    padding-bottom: 50px;
  }
  .only-pc-inline {
    display: none;
  }
  .only-pc {
    display: none;
  }
  .only-sp {
    display: inherit;
  }
  .left,
  .right {
    float: none;
  }
  .l-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    z-index: 11;
    pointer-events: none;
  }
  .c-open .l-overlay {
    display: block;
    pointer-events: all;
  }
  .l-header {
    /* height: 55px; */
    height: 60px;
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .l-header_container {
    width: 94%;
    height: 50px;
    margin: auto;
    padding: 0;
  }
  .l-header_container.is-active {
    width: 100%;
  }

  .l-container,
  .l-container-large {
    width: 94%;
    margin: auto;
    padding: 0;
  }
  .c-more-btn {
    height: 38px;
    padding: 0 50px;
    font-size: 1.6rem;
    line-height: 38px;
  }
  .c-dot-bg {
    background: url(../image/dot-bg.png) center / 8px;
  }
  .modaal-outer-wrapper {
    width: 90%;
    margin: auto;
  }
  .modaal-content-container {
    max-width: 90vw;
    padding: 20px;
  }
  .modaal-inner-wrapper {
    padding: 0;
  }
  .tokkyu .modaal-container,
  .fix-model .modaal-container {
    position: relative;
    transform: none;
    left: 0;
  }
  .tokkyu .modaal-wrapper .modaal-close,
  .fix-model .modaal-wrapper .modaal-close,
  .modaal-wrapper .modaal-close {
    right: 5px;
    top: 5px;
    margin: 0 auto;
  }

  .modaal-wrapper .modaal-close:after,
  .modaal-wrapper .modaal-close:before {
    background: #000;
  }
  .p-header_favorite img {
    width: 30px;
  }
  .p-header_logo {
    margin: auto auto auto -10px;
  }
  .p-header_logo img {
    /* width: 160.5px; */
    width: 180px;
  }
  .p-header_associationLogo-pc{
    display: none;
  }
  .p-header_cart {
    display: none;
  }
  .p-header_login {
    display: none;
  }
  .p-header_login_txt {
    font-size: 1.6rem;
  }
  .p-header_login .l-header_login_box {
    display: none;
  }
  .l-header_login_box {
    position: static;
    width: 100%;
    margin: auto;
    padding: 30px 20px 0;
    opacity: 1;
    pointer-events: all;
    background: #fff;
  }
  .l-header_login_list {
    padding: 20px 10px;
    background: #f3f3f3;
  }
  .l-header_login_list_item {
    margin: 0;
  }
  .l-header_login_list_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-header_login_list_link {
    position: relative;
    display: block;
  }
  .p-header_login_list_link::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
  .p-header_login_list_img,
  .p-header_login_list_txt {
    display: inline-block;
    vertical-align: middle;
  }
  .p-header_login_list_img img {
    width: 20px;
  }
  .p-header_login_list_btn {
    height: 40px;
    line-height: 40px;
  }
  .p-header_search {
    position: relative;
    width: 30px;
    height: 40px;
    margin: 5px 0;
    background: #fff url(../image/header-search_bk_sp.png) no-repeat
      center / 30px 26px;
  }
  .p-header_search-sp {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 0 20px;
    z-index: 2;
  }
  .p-header_search-wrap {
    display: block;
  }
  .p-header_search_input {
    display: block;
    width: calc(100% - 50px);
    height: 40px;
  }
  .p-header_search_btn {
    position: absolute;
    width: 49px;
    height: 40px;
    margin: 5px 0;
    background: #000 url(../image/header-search.png) no-repeat center /
      30px 26px;
    top: 25px;
    right: 22px;
  }
  .p-header_search-pc {
    display: none;
  }
  .p-header_favorite {
    margin: 8px 0 8px 10px;
    padding: 0;
  }
  .p-header_menu {
    margin: 8px 0 8px 10px;
    padding: 0;
  }
  .p-header_favorite_btn {
    width: 30px;
    background: url(../image/header-favorite_sp.png) no-repeat center /
      30px 26px;
  }
  .p-header_menu_btn {
    width: 30px;
    background: url(../image/header-menu_sp.png) no-repeat center / 30px
      26px;
  }
  .c-open .p-header_menu_btn {
    background: url(../image/header-menu-on_sp.png) no-repeat center /
      30px 26px;
  }
  .l-header_list {
    display: none;
  }
  .l-header_sp_nav {
    position: fixed;
    width: 100%;
    height: 50px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 10;
    transition: 0.2s ease;
  }
  .l-header_sp_nav.is-active {
    top: 0;
  }
  .l-header_spnav_list {
    display: flex;
    justify-content: space-between;
    height: 51px;
    border-bottom: 1px solid #000;
  }
  .l-header_spnav_list_item {
    width: 20%;
    padding: 6px 0;
  }
  .l-header_spnav_list_item:not(:last-child) {
    border-right: 1px solid #000;
  }
  .l-header_spnav_list_item.menu {
    cursor: pointer;
  }
  .l-header_spnav_list_img {
    display: block;
    margin: 0 auto 2px;
  }
  .l-header_spnav_list_img img {
    width: 20px;
  }
  .l-header_spnav_list_item.menu .l-header_spnav_list_img {
    width: 20px;
    height: 20px;
    background: url(../image/header-menu.png) no-repeat center / 20px
      17px;
  }
  .l-header-menu_container {
    width: calc(100% - 40px);
    max-height: 100vh;
    top: 0;
    right: -100%;
    left: auto;
    margin: auto;
    padding: 0;
    transition: 0.2s ease;
    z-index: 17;
  }
  .c-open .l-header-menu_container.only-pc {
    display: none;
  }
  .l-header-menu_container.only-sp {
    position: fixed;
    display: block;
  }
  .c-open .l-header-menu_container {
    right: 0;
    padding-bottom: calc(env(safe-area-inset-bottom));
  }
  .l-header_spnav_list_txt {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .l-header-menu_container_search {
    display: flex;
    align-items: center;
    padding: 20px 30px 40px;
  }
  .p-header-menu_list_search_input {
    width: calc(100% - 44px);
    height: 34px;
    padding: 8px;
    border: 2px solid #000;
  }
  .p-header-menu_list_search_btn {
    width: 44px;
    height: 34px;
    background: #000 url(../image/header-search.png) no-repeat center /
      26px;
  }
  .l-header-menu_list {
    padding: 0 20px 120px;
  }
  .l-header-menu_list_link {
    position: relative;
  }
  .l-header-menu_list_link::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg);
  }
  .p-header-menu_list_img {
    margin-right: 10px;
  }
  .p-header-menu_list_img img {
    width: 30px;
  }
  .p-header-menu_list_txt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p-header-menu_list_title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 5px 35px 5px 0;
    border-bottom: 2px solid #000;
  }
  .p-header-menu_list_container {
    padding: 0 20px 20px 40px;
  }
  .p-header-menu_list_link {
    position: relative;
    display: block;
    padding: 5px 0;
  }
  .p-header-menu_list_link::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
  .p-header-menu_acc_title {
    position: relative;
    display: block;
    padding: 5px 0;
    cursor: pointer;
  }
  .l-header-menu_acc_list {
    padding-left: 15px;
  }
  .p-header-menu_acc_title::before,
  .p-header-menu_acc_title::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #000;
  }
  .p-header-menu_acc_title::before {
    width: 2px;
    height: 12px;
    right: 5px;
  }
  .p-header-menu_acc_title.is-active::before {
    display: none;
  }
  .p-header-menu_acc_list_item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
  }
  .p-header-menu_acc_list_item::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
  .p-header-menu_close {
    position: relative;
    padding: 15px 45px 15px 20px;
    font-weight: bold;
    background: #f3f3f3 url(../image/header-menu-on.png) no-repeat
      center right 17px / 20px 17px;
    cursor: pointer;
  }
  .p-top-mv_bg.bg01 {
    background: url(https://www.rub-lab.com/user_data/packages/default/images/home/mv-img_sp.webp) no-repeat center / cover;
  }
  .p-top-mv_bg.bg03 {
    background: url(https://www.rub-lab.com/user_data/packages/default/images/home/mv-img03_sp.webp) no-repeat center / cover;
  }
  .l-top-no1-banner-pc{
    display: none;
  }
  .l-top-no1-banner-sp{
    display: block;
    padding-bottom: 30px;
  }
  .l-top-no1-banner{
    padding: 30px 0;
  }
  .l-top-category {
    padding: 30px 0 80px;
  }
  .l-top-category-guide_list {
    display: none;
  }
  .l-top-category-guide_list_item {
    font-size: 1.6rem;
  }
  .p-top-category-guide_list_img {
    padding-top: 6px;
    padding-bottom: 2px;
  }
  .p-top-category-guide_list_title {
    padding-bottom: 6px;
  }
  .p-top-category-delivery_icon {
    margin-right: 5px;
  }
  .p-top-category-delivery_day {
    margin-right: 5px;
    font-size: 1.4rem;
  }
  .p-top-category-delivery_day .c-large {
    font-size: 2.2rem;
  }
  .p-top-category-delivery_time {
    margin-right: 5px;
    padding: 2px 5px;
    font-size: 1.4rem;
  }
  .p-top-category-delivery_txt {
    font-size: 1.6rem;
  }
  .l-top-category-delivery_list_item {
    padding: 12px 5px 6px;
  }
  .p-top-category-delivery_list_title {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .p-top-category-delivery_list_txt {
    font-size: 1.4rem;
  }
  .p-top-category-delivery_list_txt .c-large {
    font-size: 2.2rem;
  }
  .p-top-category-delivery_link {
    padding: 5px 0 0;
    font-size: 1.6rem;
  }
  .p-top-category-delivery_link_tri {
    border-width: 6px 0 6px 12px;
  }
  .l-top-category_container::after {
    height: 48.6666666667px;
    top: -35px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: url(../image/category-box.png) no-repeat center /
      393.333333333px 48.6666666667px;
  }
  .l-top-category_container {
    margin-top: 35px;
    padding: 25px 10px 0;
    border: 2px solid #ff758b;
    border-radius: 2px;
  }
  .p-top-category_title {
    margin-bottom: 5px;
  }
  .p-top-category_title img {
    width: 134px;
  }
  .p-top-category_title_sub {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .p-top-category_list_title {
    font-size: 1.6rem;
  }
  .l-top-category_list_item {
    width: 47%;
    margin-bottom: 30px;
  }
  .p-top-category_list_img {
    margin-right: 5px;
  }
  .p-top-category_list_img img {
    width: 40px;
    margin-left: 5px;
  }
  .p-top-category_list_arrow {
    margin-right: 5px;
  }
  .p-top-category_list_arrow img {
    width: 10.5px;
  }
  .c-top-title_content {
    flex-wrap: wrap;
    text-align: center;
    left: 0;
    right: 0;
  }
  .c-top-title {
    margin: 0 auto;
    font-size: 5rem;
  }
  .c-top-title.-newItem{
    font-size: 5rem;
  }
  .c-top-title_sub {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .p-top-ranking_title_content {
    top: -104px;
  }
  .p-top-ranking_title_img {
    width: 224px;
    top: -200px;
    right: -10px;
    z-index: 0;
  }
  .l-top-ranking {
    padding: 120px 0 50px;
  }
  .l-top-ranking_tab {
    margin-bottom: 40px;
  }
  .l-top-ranking_tab_item {
    width: 32.8%;
    height: 51px;
    margin-bottom: 1%;
    padding: 15px 10px;
    font-size: 1.4rem;
  }
  .l-top-ranking_tab_item.c-multi {
    padding: 5px 0;
  }
  .l-top-ranking_list_item {
    width: 48%;
    margin-bottom: 40px;
  }
  .p-top-ranking_list_num {
    left: 0;
    top: -33px;
  }
  .p-top-ranking_list_num img {
    width: 90px;
  }
  .p-top-ranking_list_img {
    margin-bottom: 10px;
  }
  .p-top-ranking_list_title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
  .p-top-ranking_list_txt {
    font-size: 1.2rem;
  }
  
  .l-top-feature {
    padding: 0 0 50px;
  }
  .l-top-feature.-product {
    padding: 0;
    background: none;
    margin-bottom: -50px;
  }
  .l-top-feature_list{
    flex-wrap: wrap;
  }
  .l-top-feature_item {
    flex: 0 0 48%;    
  }
  .l-top-feature_item_link {
    margin-bottom: 40px;
  }
  .p-top-feature_item_img {
    margin-bottom: 10px;
  }
  .p-top-feature_item_title {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  .p-top-feature_item_txt {
    font-size: 1.2rem;
  }
  .l-top-pickup {
    padding: 150px 0 40px;
    margin-bottom: 150px;
  }
  .p-top-pickup_title_content {
    top: -104px;
  }
  .p-top-pickup_title_img {
    width: 90px;
    left: -14px;
    top: -174px;
  }
  
  .l-top-pickup_slider .slick-prev,
  .l-top-pickup_slider .slick-next {
    top: 25vw;
  }
  .l-top-pickup_slider .slick-prev:before,
  .l-top-pickup_slider .slick-next:before {
    border-width: 8px 0 8px 14px;
  }
  .l-top-pickup_slider .slick-prev:before {
    border-width: 8px 14px 8px 0;
  }
  .p-top-pickup_slider_title {
    font-size: 1.6rem;
  }
  .p-top-pickup_slider_title_sub {
    font-size: 1.4rem;
  }
  .p-top-pickup_slider_txt {
    font-size: 1.4rem;
  }
  
  .l-top-special {
    padding: 0 0 50px;
  }
  .p-top-special_title_content {
    top: -112px;
  }
  .p-top-special_title_img {
    width: 72px;
    top: -112px;
    right: auto;
    left: -6px;
  }
  .p-top-special_title_img.img02 {
    width: 72px;
    top: -112px;
    right: -6px;
    left: auto;
  }
  .l-top-special_banner,
  .l-top-special_banner_other {
    width: 100%;
  }
  .l-top-special_banner_first {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-top-special_banner_first img {
    width: 93%;
  }
  .l-top-special_banner {
    margin-bottom: 25px;
  }
  .l-top-column {
    padding: 150px 0 40px;
  }
  .p-top-column_title_content {
    top: -86px;
    right: 0;
  }
  .p-top-column_title_img {
    width: 71px;
    left: auto;
    right: -3px;
    top: -105px;
    z-index: 3;
  }
  .l-top-column_list {
    margin-top: -30px;
  }
  .l-top-column_list_item {
    position: relative;
    width: 32%;
    margin-bottom: 20px;
  }
  .p-top-column_list_title {
    font-size: 1.4rem;
    text-align: left;
  }
  .l-top-mv_slider::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    top: -120px;
    left: calc(50% - 75px);
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
  }
  .l-footer-history {
    padding: 40px 0;
  }
  .p-footer-history_bg {
    width: 60px;
    top: -66px;
    right: auto;
    left: 0;
  }
  .p-footer-history_title_sub {
    margin-bottom: 30px;
  }
  .l-footer-history_slider {
    margin-bottom: 0;
    padding: 0 25px;
  }
  .l-footer-history_slider::before,
  .l-footer-history_slider::after {
    width: 60px;
  }
  .l-footer-history_slider_container:hover .p-footer-history_slider_content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .l-footer-history_list {
    padding: 5px 0;
  }
  .l-footer-history_list_item {
    width: 16%;
    margin: 0 3%;
  }
  .l-footer-history_list_img {
    margin-bottom: 5px;
  }
  .l-footer-history_list_img img {
    width: 29px;
  }
  .l-footer-history_list_title {
    font-size: 0.8rem;
  }
  .p-footer-history_slider_img img {
    width: 92px;
  }
  .l-top-news {
    padding: 30px 0;
  }
  .l-top-faq_container {
    margin-bottom: 20px;
    padding: 25px 15px;
  }
  .p-top-faq_title {
    font-size: 3.2rem;
  }
  .p-top-faq_title_sub {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .l-top-faq_q_container {
    padding: 30px 20px 30px 10px;
  }
  .l-top-faq_q_container::before,
  .l-top-faq_q_container::after {
    width: 16px;
    right: 5px;
  }
  .l-top-faq_q_container::before {
    right: 5px;
  }
  .p-top-faq_q_title {
    width: 28px;
    margin-right: 10px;
    font-size: 3.2rem;
  }
  .p-top-faq_q_txt {
    font-size: 1.4rem;
  }
  .p-top-faq_a_title {
    width: 28px;
    margin-right: 10px;
    font-size: 3.2rem;
  }
  .p-top-faq_a_txt {
    font-size: 1.6rem;
  }
  .p-top-faq_btn {
    margin-top: 25px;
    padding: 0 20px;
  }
  .l-top-news_container {
    padding: 30px 15px;
  }
  .l-top-news_title_container {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .p-top-news_title {
    margin: 0 0 10px;
    font-size: 3.2rem;
  }
  .l-top-news_list_item:not(:last-child) {
    margin-bottom: 5px;
  }
  .p-top-news_list_date {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .p-top-news_list_link {
    font-size: 1.4rem;
  }

  .modaal-wrapper .p-roughestimate-print--modifier:first-child {
    margin: -20px -20px 0;
    padding: 20px 20px 20px;
  }

  .modaal-wrapper .p-roughestimate-print--modifier:not(:first-child) {
    margin: 0 -20px 0;
    padding: 20px 20px 20px;
  }

  .modaal-wrapper .p-roughestimate-print--modifier:last-child {
    margin: 0 -20px -20px;
    padding: 20px 20px 20px;
  }

  .p-roughestimate-print_modal_btn .p-roughestimate-print_process_img {
    height: 92px;
  }
  .l-chatbot .l-chatbot-imgPc {
    display: none;
  }
  .l-chatbot .l-chatbot-imgSp {
    display: block;
  }
  .l-chatbot {
    width: 53px;
    height: 140px;
    top: auto;
    bottom: 70px;
    animation: chatin1 0.2s ease forwards;
  }
  .l-chatbot.is-active {
    top: auto;
    bottom: 130px;
    animation: chatin2 0.2s ease forwards;
  }
  @keyframes chatin1 {
    0% {
      right: -40px;
    }
    100% {
      right: 0;
    }
  }
  @keyframes chatin2 {
    0% {
      right: -40px;
    }
    100% {
      right: 0;
    }
  }
  .p-chatbot_img {
    margin-bottom: 2px;
  }
  .c-page-top {
    width: 40px;
    height: 40px;
    bottom: 75px;
    right: 0;
  }
  .c-page-top:hover {
    background: #fff;
  }
  .c-page-top::after {
    width: 12px;
    height: 12px;
    top: 4px;
  }
  .p-chatbot_txt {
    font-size: 1.4rem;
  }
  .l-footer-contact{
    margin-top:30px;
  }
  .l-footer-contact_title {
    padding: 10px 0;
    font-size: 2rem;
    color: #fff;
  }
  .l-footer-contact_container {
    padding: 20px 0;
  }
  .l-footer-contact_txt {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .l-footer-contact_list {
    gap: 10px 35px;
  }
  .l-footer-contact_list_item {
    flex: 0 0 33%;
  }
  .p-footer-contact_img {
    margin-bottom: 5px;
  }
  .p-footer-contact_title {
    font-size: 1.6rem;
  }
  .l-footer-info {
    display: none;
  }
  .c-back-top {
    display: none;
  }
  .l-footer_container {
    display: none;
  }
  .l-footer_bottom {
    padding: 0;
  }
  .l-footer_banner_container {
    padding: 25px 0;
  }
  .l-footer_banner_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto;
  }
  .p-footer_banner_img {
    margin: 0 5px 10px;
    width: 47%;
    max-width: 260px;
  }
  .p-footer_banner_img img {
    width: 100%;
  }
  .l-footer_banner_text {
    font-size: 13px;
  }
  .l-footer_bottom_list {
    border-top: 1px solid #000;
  }
  .l-footer_bottom_list_item {
    display: block;
    padding: 15px 3%;
    font-weight: bold;
    border-bottom: 1px solid #000;
    background: #fff url(../image/slider-next01.png) no-repeat center
      right 3% / 10.5px 12.5px;
  }
  .l-footer_bottom_list_item:nth-child(2n) {
    background: #fff url(../image/slider-next02.png) no-repeat center
      right 3% / 10.5px 12.5px;
  }
  .l-footer_bottom_list_container {
    padding: 20px 15px;
    background: #f3f3f3;
  }
  .l-footer_bottom_list_container_child {
    padding: 0;
    background: #f3f3f3;
  }
  .l-footer_bottom_list_container_child .l-footer_bottom_list_item {
    border-bottom: 1px solid #000;
  }
  .l-footer_bottom_list_container_child .l-footer_bottom_list_links {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer_bottom_list_container_child .l-footer_bottom_list_links li {
    padding: 8px 0;
  }
  .l-footer_bottom_list_container_child .l-footer_bottom_list_links li::after {
    content: "｜";
  }
  .l-footer-calendar_content {
    margin-bottom: 0;
  }
  .l-footer-calendar_holiday {
    font-size: 1.4rem;
  }
  .l-footer-calendar_holiday::before {
    width: 22px;
    height: 20px;
  }
  .l-footer-calendar_pagination {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .l-footer-calendar_pagination button {
    text-decoration: underline;
    font-size: 2.4rem;
    color: #00b300;
  }
  .l-footer-calendar_pagination .prev-page {
    margin-right: auto;
  }
  .l-footer-calendar_pagination .next-page {
    margin-left: auto;
  }
  .l-footer-calendar_pagination .prev-page.disabled,
  .l-footer-calendar_pagination .next-page.disabled,
  .l-footer-calendar_pagination_num {
    display: none;
  }
  .l-footer_copy_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2rem;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .l-footer_copy_list_item {
    display: block;
    margin: auto;
    color: #fff;
  }
  .l-footer_copy_list_border {
    width: 1px;
    background: #fff;
  }
  .l-footer_copy {
    padding: 20px 0;
    font-size: 1.2rem;
    color: #fff;
    background: #ff758b;
  }
  .l-footer-faq_list {
    margin-bottom: 20px;
  }
  .l-footer-faq_list_item {
    width: 48%;
    margin-bottom: 4%;
    background: #fff url(../image/faq-icon01.png) no-repeat center right
      10px / 10px 11px;
  }
  .p-footer-faq_list_txt {
    left: 10px;
    font-size: 1.4rem;
  }
  .l-detail-footer_copy {
    margin-bottom: 68px;
  }
  .l-breadcrumb_list_item {
    font-size: 1rem;
  }
  .c-page-h2 {
    font-size: 3.6rem;
  }
  .c-page-h1 {
    font-size: 3.6rem;
  }
  .c-page-h2_sub {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .c-page-h3 {
    font-size: 2rem;
  }
  .c-page-btn {
    max-width: 280px;
  }
  .c-page-section {
    padding: 40px 0;
  }
  .shipping-feeWrap{
    padding-top: 51px;
  }
  .shipping-fee {
    padding-top: 51px;
    margin-top: -51px;
  }
  .c-page-txt {
    margin-bottom: 30px;
  }
  .l-detail-main {
    padding: 10px 0 40px;
  }
  .l-detail-main_slider_container,
  .l-detail-main_content {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-detail-main_size,
  .p-detail-main_color {
    font-size: 1.4rem;
  }
  .p-detail-main_cta_btn_design {
    max-width: 100%;
  }
  .p-detail2-main_title {
    margin: 20px 0 10px;
    font-size: 2rem;
  }
  .l-detail-color {
    padding: 0 0 40px;
  }
  .l-detail-color_list_container {
    margin-bottom: 20px;
  }
  .l-detail-color_list_content {
    height: 260px;
  }
  .l-detail-color_list_item {
    width: 18%;
  }
  .p-detail-color_list_title {
    font-size: 1rem;
  }
  .l-detail-color_more {
    display: block;
  }
  .p-detail-color_more_btn {
    display: inline-block;
  }
  .modaal-wrapper .modaal-close.p-detail-color_modal_btn {
    max-width: none;
  }
  .p-detail-color_modal_img {
    margin-bottom: 0;
  }
  .p-detail-color_modal_img img {
    width: 68%;
  }
  .p-detail-color_modal_title {
    margin-bottom: 15px;
  }
  .l-detail-color_modal_table_container {
    margin-bottom: 10px;
  }
  .l-detail-color_modal_content {
    width: 100%;
  }
  .l-detail-color_cta {
    margin: 0 auto 10px;
  }
  .l-detail_border {
    margin-bottom: 40px;
  }
  .l-detail-white_bg {
    padding: 40px 0;
  }
  .l-detail-price {
    padding: 0 0 40px;
  }
  .p-detail-table {
    font-size: 1rem;
  }
  .p-detail-price_table02 {
    width: 600px;
  }
  .p-detail-table th,
  .p-detail-table td {
    padding: 8px 5px;
  }
  .p-detail-table_title.-fee{
    width: 25.9%;
  }
  .l-detail-quote {
    padding: 40px 0;
  }
  .l-detail-quote_content {
    width: 100%;
  }
  .p-detail-quote_print_date {
    font-size: 1.8rem;
  }
  .p-detail-quote_print_date .c-large {
    font-size: 2rem;
  }
  .p-detail-quote_print_title_price {
    font-size: 1.6rem;
  }
  .p-detail-quote_print_title_price .c-large {
    font-size: 3rem;
  }
  .p-detail-quote_print_content_title {
    font-size: 1.6rem;
  }
  .p-detail-quote_print_caution_group {
    padding: 15px 30px 0;
  }
  .l-detail-quote_modal_content {
    width: 100%;
  }
  .p-detail-quote_print_caution_row {
    font-size: 1.8rem;
  }
  .p-detail-quote_modal_title {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .modaal-wrapper .modaal-close.p-detail-quote_modal_btn {
    font-size: 1.4rem;
  }
  .l-detail-quote_print {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-detail-quote_print_content {
    padding: 20px;
  }
  .l-detail-quote_print_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-detail-quote_print_img {
    position: relative;
    width: 80%;
    left: 10%;
  }
  .p-detail-quote_print_img.only-sp {
    display: inline-table;
  }
  .p-detail-quote_print_tap_img {
    position: absolute;
    width: 19px;
    height: 19px;
    bottom: 5px;
    right: 5px;
    margin: auto;
    pointer-events: none;
  }
  .l-detail-quote_print_delivery_table_container {
    width: 100%;
  }
  .p-detail-quote_print_delivery_table th,
  .p-detail-quote_print_delivery_table td {
    display: block;
  }
  .p-detail-quote_print_delivery_table td {
    margin-bottom: 10px;
  }
  .p-detail-size_table {
    width: 800px;
  }
  .p-detail-table.p-detail-size_table .p-detail-table_title {
    width: 44px;
    padding: 10px 0;
  }
  .p-detail-table.p-detail-size_table .p-detail-table_type {
    width: 46px;
    padding: 10px 0x;
  }
  .p-detail-table.p-detail-size_table th,
  .p-detail-table.p-detail-size_table td {
    padding: 10px 0;
  }
  .p-detail-table .p-detail-table_fix {
    position: sticky;
    left: 0;
    border-left: 2px solid #000;
  }
  .p-detail-table .p-detail-table_fix::before,
  .p-detail-table .p-detail-table_fix::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
    background: #000;
  }
  .p-detail-table .p-detail-table_fix::after {
    left: auto;
    right: -2px;
  }
  .l-detail-size {
    padding: 40px 0;
  }
  .l-detail-size_table_container {
    width: 100%;
    margin-bottom: 20px;
  }
  .l-detail-print {
    padding: 40px 0;
  }
  .l-detail-design {
    padding: 40px 0;
  }
  .l-detail-design02 {
    background: #ffe000 url(../image/design-bg02.png) no-repeat center
      top -82px;
  }
  .p-detail-design_txt {
    margin-bottom: 20px;
  }
  .l-detail-design_btn_container {
    width: 100%;
  }
  .p-detail-print_img {
    padding: 10px;
    margin-bottom: 30px;
  }
  .l-detail-review {
    padding: 118px 0 0;
    background: #fff url(../image/review-bg.png) no-repeat center top -90px;
  }
  .p-detail-review_list_bar {
    width: 150px;
  }
  .l-detail-case {
    padding: 90px 0 0;
    background: #ff758b;
  }
  .pd100{
    padding: 50px 0;
  }
  .p-detail-case_slider_img,
  .l-detail-case_slider_content {
    width: 100%;
  }
  .p-detail-case_slider_img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-detail-case_slider_img img {
    width: 180px;
  }
  .p-detail-case_slider_title {
    text-align: center;
  }
  .p-detail-review_title {
    font-size: 1.6rem;
  }
  .l-detail-review_slider_container {
    justify-content: space-between;
  }
  .p-detail-review_slider_img {
    margin-right: 0;
  }
  .p-detail-review_slider_txt {
    font-size: 1.4rem;
  }
  .l-detail-recommend {
    padding: 106px 0;
  }
  .p-detail-case_slider_txt {
    font-size: 1.4rem;
  }
  .l-detail-relate {
    padding: 105px 0;
  }
  .l-detail-history {
    padding: 120px 0;
  }
  .c-page-top.l-detail-page-top {
    bottom: 78px;
  }
  .l-chatbot.is-active.l-detail-chatbot {
    bottom: 128px;
  }
  .p-contact-main_tap_txt {
    font-size: 1.6rem;
  }
  .p-contact-main_list_title {
    font-size: 1.6rem;
  }
  .p-contact-main_list_img img {
    width: 99px;
  }
  .l-contact-form {
    padding: 40px 0 0;
  }
  .p-contact-form_txt {
    text-align: left;
  }
  .p-contact-form_flow_step {
    width: 60px;
    height: 20px;
    top: -10px;
    font-size: 1rem;
    line-height: 20px;
  }
  .l-contact-form_flow_item {
    height: 60px;
    font-size: 1.2rem;
  }
  .p-contact-form_h3 {
    font-size: 2rem;
    margin-top: -100px;
    padding-top: 100px;
  }
  .l-contact-form_container {
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
  .l-contact-form_btn_container {
    margin-bottom: 40px;
  }
  .l-contact-form_acc {
    margin-bottom: 20px;
    padding: 15px 40px 15px 20px;
    font-size: 1.8rem;
  }
  .l-contact-form_design_file_box {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
  }
  .l-contact-form_design_box {
    margin-bottom: 40px;
    padding: 22px;
    border: 8px solid #ebebeb;
  }
  .p-contact-form_design_box_img {
    margin-bottom: 10px;
  }
  .p-contact-form_design_box_img img {
    width: 270px;
  }
  .p-contact-form_privacy_btn {
    max-width: 200px;
    padding: 7px 0;
  }
  .l-contact-faq {
    padding: 40px 0;
    background: #ffe000;
  }
  .p-contact-login_title {
    font-size: 2rem;
  }
  .l-contact-benefits {
    padding: 40px 0;
  }
  .l-contact-benefits_list_item {
    width: 48%;
    margin-bottom: 20px;
  }
  .p-contact-benefits_btn {
    margin-bottom: 10px;
  }
  .p-roughestimate-login-main_h2_sub {
    margin-bottom: 0;
  }
  .p-contact-confirm_img img {
    width: 96px;
  }
  .p-contact-thanks_title {
    font-size: 2.8rem;
  }
  .p-contact-thanks_txt {
    margin-bottom: 0;
  }
  .l-contact-line {
    padding: 40px 0 0;
  }
  .l-contact-gallery {
    padding: 90px 0 0;
    background: #ff758b url(../image/faq-bg.png) no-repeat center top -67px;
  }
  .l-contact-gallery_list_item {
    width: 24%;
    margin-bottom: 2%;
  }
  .c-text-danger {
    margin-top: 20px;
  }
  .l-roughestimate-form_content {
    width: 100%;
  }
  .l-roughestimate-form_price {
    display: none;
  }
  .l-roughestimate-price_container {
    padding: 7px 10px;
  }
  .l-roughestimate-price_btn {
    max-width: 90px;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .l-roughestimate-size_list_item {
    width: 49%;
  }
  .l-roughestimate-form_design_box {
    margin-bottom: 10px;
  }
  .l-roughestimate-form_btn_container {
    justify-content: space-between;
  }
  
  .p-roughestimate-form_btn {
    width: 48%;
    margin: 0;
  }

  .p-roughestimate-form_btn_back {
    width: 100%;
    max-width: none;
  }
  .p-roughestimate-form_title {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 1.8rem;
  }
  .l-roughestimate-color_list_item:hover .l-detail-color_list_img {
    opacity: 1;
  }
  .p-roughestimate-color_btn {
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .modaal-wrapper .p-roughestimate-color_modal_btn {
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 1.4rem;
  }
  .p-roughestimate-print_select_color_container {
    width: 100%;
  }
  .p-roughestimate-print_process_img {
    width: 92px;
  }
  .p-roughestimate-print_process_txt {
    width: calc(100% - 102px);
  }
  .c-page-top.l-roughestimate-page-top {
    bottom: 78px;
  }
  .l-roughestimate-quote_price {
    bottom: 0;
  }
  .p-roughestimate-quote_table th {
    width: auto;
  }
  .p-roughestimate-quote_btn {
    margin-top: 20px;
  }
  .l-roughestimate-quote_container:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-chatbot.is-active.l-roughestimate-chatbot {
    bottom: 128px;
  }
  .l-roughestimate-login_container section {
    width: 100%;
  }
  .l-roughestimate-login-user .l-container,
  .l-roughestimate-login-guest .l-container {
    max-width: 620px;
    margin: auto;
  }
  .l-roughestimate-confirm_price {
    padding: 5px 6% 5px 10px;
  }
  .p-roughestimate-login-user_txt {
    margin-bottom: 20px;
  }
  .l-cart_box {
    padding: 20px 30px;
  }
  .p-cart_title {
    font-size: 2rem;
  }
  .l-cart-faq {
    padding: 88px 0 0;
    background: #ff758b url(../image/faq-bg.png) no-repeat center top -68px;
  }
  .l-cart-recommend {
    padding: 108px 0 0;
    background: #ffe000 url(../image/recommend-bg.png) no-repeat center
      top -82px;
  }
  .l-cart-history {
    padding: 108px 0 0;
    background: #ff758b url(../image/relate-bg.png) no-repeat center top -82px;
  }
  .l-cart-gallery {
    padding: 122px 0 40px;
    background: #fff url(../image/gallery-bg.png) no-repeat center top -92px;
  }
  .l-cart-form_count_container {
    justify-content: flex-end;
  }
  .l-cart-form {
    padding: 40px 0 0;
  }
  .l-cart-form-faq {
    padding: 88px 0 0;
    background: #ff758b url(../image/faq-bg.png) no-repeat center top -68px;
  }
  .l-cart-check {
    padding: 108px 0 0;
    background: #ffe000 url(../image/recommend-bg.png) no-repeat center
      top -82px;
  }
  .l-cart-relate {
    padding: 108px 0 0;
    background: #ff758b url(../image/relate-bg.png) no-repeat center top -82px;
  }
  .l-cart-form-recommend {
    padding: 122px 0 40px;
    background: #fff url(../image/gallery-bg.png) no-repeat center top -92px;
  }
  .p-cart-form_result_title {
    font-size: 1.6rem;
  }
  .p-cart-form_result_price {
    font-size: 1.6rem;
  }
  .p-cart-form_result_price .c-large {
    font-size: 2.4rem;
  }
  .l-cart-form-check {
    padding: 40px 0 0;
  }
  .l-cart-benefits {
    padding: 108px 0 40px;
    background: #ffe000 url(../image/recommend-bg.png) no-repeat center
      top -82px;
  }
  .p-designsend-form_txt {
    margin-bottom: 20px;
    text-align: left;
  }
  .l-designsend-form_container {
    margin-bottom: 40px;
    padding: 20px;
  }
  .l-designsend-form_content {
    padding: 20px;
  }
  .l-designsend-form_tab_item {
    padding: 10px;
    font-size: 1.2rem;
  }
  .l-designsend-form_list_item,
  .l-designsend-form_list_item.is-half {
    width: 100%;
  }
  .l-designsend-form_list_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-designsend-form_list_item:not(:last-child)::after {
    top: auto;
    bottom: -12px;
    right: 0;
    left: 0;
    transform: rotate(135deg);
  }
  .p-designsend-form_step_num {
    margin-bottom: 10px;
  }
  .p-catalog_txt {
    margin-bottom: 30px;
  }
  .l-catalog_select_box {
    width: 100%;
    padding: 30px 20px 76px 40px;
  }
  .p-cp-txt {
    margin-bottom: 30px;
  }
  .l-cp-list_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-cp-list_title {
    font-size: 1.8rem;
  }
  .l-cp-gallery {
    padding: 88px 0 0;
    background: #ff758b url(../image/faq-bg.png) no-repeat center top -68px;
  }
  .l-tokkyu-main {
    padding: 40px 0;
  }
  .l-tokkyu-guideline_list_item,
  .l-tokkyu-guideline_list_item.item01 {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-tokkyu-express_img img {
    width: 281px;
  }
  .p-tokkyu-express_title {
    font-size: 1.6rem;
  }
  .l-tokkyu-express_list_item {
    padding: 15px;
  }
  .p-tokkyu-express_list_title {
    font-size: 1.6rem;
  }
  .p-tokkyu-express_list_box_title {
    font-size: 1.4rem;
  }
  .p-tokkyu-express_list_box_txt {
    font-size: 1.4rem;
  }
  .p-tokkyu-express_container_title {
    font-size: 1.6rem;
  }
  .p-tokkyu-schedule_list_txt {
    padding: 10px 5px;
  }
  .p-wrap-sample_member_border {
    margin-bottom: 40px;
  }
  .c-title_sample .p-title_sample_member {
    font-size: 1.2rem;
  }
  .p-title_sample_member_txt {
    margin-bottom: 20px;
  }
  .p-sample_member_btn {
    margin-bottom: 40px;
  }
  .l-sample_member_list_item {
    width: 100%;
  }
  .l-setsample_box {
    padding: 30px 20px;
  }
  .l-setsample_acc {
    font-size: 1.6rem;
  }
  .p-setsample_box_txt {
    text-align: left;
  }
  .popup-submit .popup-inner .wrap-content {
    width: 300px;
    height: 130px;
    padding: 20px;
  }
  .popup-submit .popup-inner .notification-ttl {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .popup-submit .popup-inner .btn-submit p {
    font-size: 1.6rem;
  }
  .p-contact-form_checkbox_container {
    height: 20px;
    right: auto;
    left: 10px;
  }
  .p-contact-form_checkbox_txt::before {
    width: 20px;
    height: 20px;
  }
  .mg-top {
    margin-top: 40px;
  }

  .l-contact-form_design_file_text {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  .input-resize {
    max-width: 24%;
  }
  .pd-lft-16 {
    padding-left: 11%;
  }
  .pd-lft-20 {
    padding-left: 19%;
  }
  .delete-item {
    padding: 5px 37px;
    margin-left: 15px;
  }
  .pd-bottom-80 {
    padding-bottom: 40px !important;
  }
  .p-contact-form_title--modifier_field1 {
    display: inline-block;
    width: calc(24% - 44px);
    min-width: 50px;
  }

  .p-contact-form_title--modifier_field {
    display: inline-block;
    width: 24%;
    margin-right: 1%;
  }

  /* news */
  .l-news .l-newsList {
    padding: 40px 0;
  }
  .l-news .p-listBlock {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .l-news .c-img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .l-news .c-img img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 640px;
    height: auto;
    transform: translate(0, 0);
  }
  .l-news .c-text {
    width: 100%;
    padding: 0 20px;
  }
  .l-news .c-text dd {
    margin-top: 4px;
    -webkit-line-clamp: 3;
    max-height: 7em;
  }
  .l-news .c-text_date {
    margin: 12px 0 0;
  }
  .l-news .c-btn {
    margin: 20px auto 0;
  }
  .l-detail-recommend_yellow {
    background-image: url(../image/design-bg02.png);
  }
  /* news detail */
  .l-category.l-newsDetail {
    padding: 40px 0 0;
  }
  .l-newsDetail .l-newsArticle {
    width: 100%;
    padding: 0 20px;
  }
  .l-newsDetail .p-listBlock {
    width: 100%;
    margin-right: 0;
  }
  .l-newsDetail .l-newsLatest {
    padding: 40px 20px 0;
  }
  .l-newsDetail .l-newsLatest .p-listBlock {
    display: flex;
  }
  .l-newsDetail .l-newsLatest .p-listBlock .c-img {
    width: 147px;
    height: 88px;
  }
  .l-newsDetail .l-newsLatest .p-listBlock .c-img > img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 108px;
    transform: translate(-50%, -50%);
  }
  .l-newsDetail .l-newsLatest .p-listBlock .c-title {
    width: calc(100% - (147px + 20px));
  }
  .l-product-inquire .btn {
    clear: both;
    text-align: center;
  }
  .l-product-inquire .btn a {
    float: none;
    width: 160px;
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
  }
  .l-product-inquire .l-product-inquire_cnt {
    width: 100%;
  }
  .l-product-inquire .l-product-inquire_title {
    text-align: center;
  }
  .l-product-inquire .l-product-inquire_wrap {
    margin-bottom: 50px;
  }

  .l-detail-quote_list_item {
    width: 49%;
  }

  .p-detail-quote_print_content_txt {
    font-size: 1.6rem;
  }

  .p-detail-quote_print_date .p-name {
    padding-right: 15px;
  }
  .p-detail-quote_print_date .c-large {
    padding-left: 15px;
  }
  .c-notice {
    margin-left: 10px;
  }
  .l-detail-quote_print_content .p-detail-quote_group:not(:first-child) {
    margin-top: 20px;
  }
  .l-product-inquire .l-product-inquire_cnt h4 {
    font-size: 20px;
  }
  .l-product-inquire .l-product-inquire_wrap h3 {
    font-size: 14px;
  }
  .l-product-inquire .l-product-inquire_cnt {
    font-size: 14px;
  }
  .phone {
    background: #ff758b;
  }

  .line {
    background: #00b300 !important;
  }
  .l-detail-discount_list_item .l-detail-discount_list_text{
    background: #fff !important;
  }
  .phone .p-detail-main_cta_btn_img {
    height: 26px;
  }
  .messenger img {
    height: 10px;
    margin-right: 3px;
  }
  .l-detail-main_content .l-detail-main_cta_footer {
    background: rgba(0, 0, 0, 0.4);
  }
  .pc-block {
    display: none;
  }

  .w-50 img {
    width: 30px;
    margin-left: 5px;
  }

  .h-50 img {
    height: auto;
  }
  .p-contact-form_btn_back--modifier {
    width: 47%;
    margin-right: 10px;
  }

  .p-contact-form_btn_back--modifier + a{
    width: 47%;
  }
  
  .p-contact-form_btn-group {
    display: flex;
    align-items: center;
    font-size: 11px;
  }
  .l-contact-main .p-contact-form_btn-group{
    font-size: 14px;
  }
  .l-detail-main_cta_footer .l-detail-main_cta--two-btn a {
    width: 48%;
  }
  .l-detail-main_cta_footer .l-detail-main_cta {
    justify-content: center;
  }
  .l-detail-main_cta_footer .p-detail-main_cta_btn {
    width: 80%;
  }
  .l-detail-main_cta_footer .p-detail-main_cta_btn_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 676px) {
  .l-detail-quote_input_container {
    flex-direction: column;
    align-items: revert;
  }
  .l-detail-quote_input_num_container {
    padding-left: 0;
    text-align: right;
  }
  .l-detail-quote_title .number,
  .l-detail-quote_title .number--second {
    display: inline-flex;
    min-height: 80px;
    align-items: center;
    justify-content: center;
  }
  .l-detail-quote_input_container .c-text {
    padding-left: 0;
  }
  .l-top-pickup_slider_container {
    flex-direction: column-reverse;
    padding: 0 30px;
  }
  .l-top-pickup_slider_content {
    width: 100%;
  }
  .l-top-pickup_slider_img {
    width: 60%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .l-detail-main_slider_thumb_item {
    height: 100px;
  }
  .l-detail-relate:before, 
  .l-detail-design:after{
    background-position: center -67px;
    height: 100px;
  }
  .aftBg:after{
    bottom: -100px;
  }
  .l-cp .l-footer-history_slider::before, .l-cp .l-footer-history_slider::after{
    width: 60px;
  }
  .l-top-column_list_item {
    position: relative;
    width: 48%;
    margin-bottom: 20px;
  }
  .slick-slider_group {
    padding: 0 20px;
  }
  .slick-slider_top .slick-prev {
    left: 0;
    background-size: 18px auto;
  }
  .slick-slider_top .slick-next {
    right: 0;
    background-size: 18px auto;
  }
  .l-product-inquire .l-product-inquire_body {
    position: relative;
  }
  .l-product-inquire .l-product-inquire_body .img {
    float: none;
    margin-bottom: 10px;
  }
  .l-product-inquire .l-product-inquire_cnt h4 {
    position: absolute;
    top: 17px;
    left: 117px;
  }
  .p-detail-main_cta_btn_txt {
    line-height: 1.2;
  }
  .dis-none {
    display: none;
  }
  .l-detail-color_modal_container {
    padding-top: 0;
  }
  .purpose-use {
    width: 100%;
    max-width: 100%;
  }
  .c-page-input {
    max-width: 100%;
  }
  .c-page-input option {
    width: 100%;
    font-size: 14px;
  }
  .p-header_logo_text {
    /* letter-spacing: -1px; */
    font-size: 12px;
  }
  .l-top-special_banner_first {
    width: 100%;
    margin-bottom: 5px;
  }
  .l-top-special_banner_first img {
    width: 100%;
  }
  .input-resize {
    max-width: 30%;
  }
  .wrap-load-more .wrap-load-more_item {
    margin-bottom: 20px;
  }
  .pd-lft-16 {
    padding-left: 5%;
  }
  .pd-lft-20 {
    padding-left: 14%;
  }
  .mg-top-40 {
    margin-top: 20px;
  }
  .delete-item {
    padding: 5px 25px;
    margin-right: 40px;
    float: right;
    margin-bottom: 0;
    margin-top: -10px;
  }
  .p-contact-form_title--modifier_field1 {
    display: inline-block;
    width: 31%;
    min-width: 50px;
    margin-right: 1%;
  }
  .p-contact-form_title--modifier_field {
    display: inline-block;
    width: 31%;
    margin-right: 1%;
    min-width: 60px;
  }

  .p-contact-form_title .p-contact-form_title_req--modifier {
    display: table;
    margin-bottom: 10px;
  }
  .txt-left,
  .p-contact-form_acc_txt {
    text-align: left;
  }
  .contact-line_sp {
    display: block;
  }
  .contact-line_pc {
    display: none;
  }
  .p-catalog_banner {
    width: 100%;
    margin: 0 auto;
  }
  .display-sp {
    display: block;
    padding: 0 !important;
  }
  .display-pc {
    display: none;
  }
  .none-br br {
    display: block;
  }
  .l-detail-main_cta_footer .l-detail-main_cta {
    justify-content: center;
  }
  .l-detail-main_cta_footer .p-detail-main_cta_btn {
    font-size: 1.2rem;
    width: 80%;
  }
  .l-detail-main_cta_footer .p-detail-main_cta_btn .p-detail-main_cta_btn_txt {
    font-size: 20px;
  }
  .l-top .c-more-btn:hover{

  }
}
@media screen and (max-width: 440px) {
  .l-detail-main_slider_thumb_item {
    height: 86px;
  }
  .p-header_favorite:hover .l-header_favorite_box {
    opacity: 0;
  }
  .p-detail-quote_print_caution_group {
    padding: 15px 5px 0;
  }
  .p-detail-main_cta_btn--modifier {
    width: 100%;
  }
  .p-detail-main_cta_btn--modifier:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-roughestimate-print_modal_btn .p-roughestimate-print_process_img {
    width: 100%;
    height: 186px;
  }
  .p-roughestimate-print_process_txt {
    margin-top: 10px;
    width: 100%;
  }

  .p-contact-form_btn--modifier_wrapper {
    text-align: center;
  }
  
}
@media screen and (max-width: 414px) {
  .br-sp {
    display: block;
  }
  .input-resize {
    max-width: 29%;
  }
  .input-resize {
    margin-bottom: 20px;
  }
  .pd-lft-16 {
    padding-left: 8%;
  }
  .pd-lft-20 {
    padding-left: 16%;
  }
  .position-relative {
    position: relative;
  }
  .delete-item {
    padding: 3px 15px;
    margin-right: 30px;
  }

  .l-top-mv_slider::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    top: -120px;
    left: calc(50% - 75px);
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
  }
  .block-sp {
    display: block;
  }
  .l-detail-quote_title .block-sp {
    padding: 0 !important;
  }
  .p-detail-quote_print_title_price {
    font-size: 1.3rem;
  }
  .c-number {
    font-size: 1.6rem;
  }
  .l-detail-quote_print_content {
    padding: 10px;
  }
  .p-detail-quote_print_content_title {
    min-width: 50px;
    font-size: 1.4rem;
  }
  .l-detail-quote_input_container .c-text {
    padding-left: 0;
  }
  .p-detail-quote_print_content_txt {
    font-size: 1.4rem;
  }
  .p-detail-quote_print_caution_row {
    font-size: 1.6rem;
  }
  .c-notice {
    margin-left: 0;
    display: block;
  }
  .p-detail-main_cta_btn_txt {
    font-size: 12px;
  }
  .p-ranking_title {
    font-size: 1.6rem;
  }
  .p-ranking_title .en {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 374px) {
  .p-contact-form_btn-group {
    font-size: 10px;
  }
}
/* 0414~ css */
.p-roughestimate-clear_btn {
  width: 48%;
  color: #fff;
  background: #000;
}
.l-detail-main_detai-tit {
  display: block;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #c4c4c4;
}

.p-roughestimate_modal_btn {
  margin-top: 20px !important;
}

.c-checkbox {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.c-checkbox:before {
  background-color: #fff;
  border: 1px solid #000;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}

.c-checkbox::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -webkit-transition: .3s;
  transition: .3s;
  width: 10px;
}

.c-checkbox:checked:before {
  background-color: #000;
}

.c-checkbox:checked:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.c-text-underline {
  text-decoration: underline;
}
/* 
.p-lineUp-detail .l-detail-main_slider_thumb .slick-track {
  display: flex !important;
  flex-wrap: wrap;
} */

.p-lineUp-detail .l-detail-main_slider_thumb .slick-slide {
  height: inherit !important;
}

.p-lineUp-detail .l-detail-main_slider_thumb .slick-slide > div {
  position: relative;
  height: 100%;
}
/*  
.p-lineUp-detail .l-detail-main_slider_thumb_item {
  position: relative;
  height: 100%;
  vertical-align: middle;
}  */


@media screen and (min-width: 769px) {
  .sp-only{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only{
    display: none;
  }
}

/* お支払い方法 */
.select-pay-note ul li{
  padding-left:10px;
  position: relative;
}
.select-pay-note ul li::before{
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
.select-pay-note ul li span{
  color: #f00;
}
.select-pay-note img{
  margin:20px 0;
}

.select-pay-note-linkWrap{
  margin: 20px 0 20px;
}
.select-pay-note-link{
  color: #008fff;
  text-decoration: underline #008fff;
  transition: 200ms;
}
.select-pay-note-link:hover{
  opacity: 0.7;
  transition: 200ms;
}
.select-pay-note-text{
  margin-bottom: 20px;
}
.select-pay-note-text:last-child{
  margin-bottom: 0;
}

.inlink-page{
  padding-top: 250px;
  margin-top: -250px;
}
@media screen and (max-width: 768px) {
  .inlink-page{
    padding-top: 100px;
    margin-top: -100px;
  } 
}

/* uservoice */
.uservoice#breadcrumbs{
  display: block;
}

/* originalname */
.originalname#breadcrumbs{
  display: block;
}

.originalname__wrap{
  max-width: 960px;
  margin: 20px auto 90px;
}
.originalname__mv{
  margin-bottom: 12px;
}

.originalname__linkList{
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.originalname__linkItem{
  padding: 15px 10px;
}

.originalname__contents{
  padding: 75px 50px 50px;
  margin-bottom: 65px;
}
.pink{
border: 5px solid #FF758B;
}
.green{
  border: 5px solid #1EAA39;
}
.yellow{
  border: 5px solid #FFF343;
}
.gray{
  border: 5px solid #A9A9AA;
}

.originalname__title{
  margin-bottom: 30px;
}
.originalname__text{
  font-size: 20px;
  margin-bottom: 30px;
}
.originalname p{
  margin-bottom: 55px;
}

.originalname__link{
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 330px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;

}

@media screen and (max-width: 768px) {
  .originalname__linkList{
    flex-wrap: wrap;
  }

  .originalname__linkItem:first-child{
    flex: 0 0 70%;
  }


  .originalname__text{
    font-size: 18px;
  }

  .originalname__contents{
    padding: 75px 23px 63px;
    margin: 0 40px 75px;
  }

  .originalname p{
    margin-bottom: 65px;
  }
  
  .originalname__link{
    width: 510px;
    height: 115px;
    line-height: 115px;
    font-size: 30px;
    border-radius: 85px;
  }  
}


/*============================================================
Winter
==============================================================*/

.Winter * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.Winter picture, .Winter figure, .Winter img {
  display: block;
  height: auto;
  width: 100%;
}
br.only-pc{
  display: block;
}
br.only-sp{
  display: none;
}
.Winter a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.Winter a:hover {
  opacity: 0.7;
}
/* -------------------------- */
/* - - - - - - pc - - - - - - */
/* -------------------------- */

.winter .Winter__inner{
  padding: 0 20px;
  margin: 0 auto;
}
.winter .Winter__mv{
  padding-top: 40px;
  margin-bottom: 50px;
}
.Winter__mvImage{
  max-width: 960px;
  margin: 0 auto;
}
.Winter__textTop{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-feature-settings: 'palt';
  text-align: center;
  line-height: 1.7;
  margin-bottom: 81px;
}
.Winter__productsInner{
  margin-bottom: 100px;
}

.Winter__title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.Winter__titleMain{
  font-size: 60px;
  font-weight: bold;
  font-feature-settings: 'palt';
  letter-spacing: 0.03em;
  line-height: 0.7;
  margin-bottom: 25px;
  position: relative;
}
.Winter__titleMain::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 37px;
  background-color: #000;
  position: absolute;
  bottom: -3px;
  left: -36px;
  transform: rotate(155deg);
}
.Winter__titleMain::after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 37px;
  background-color: #000;
  position: absolute;
  bottom: -3px;
  right: -36px;
  transform: rotate(23deg);
}
.Winter__titleText{
  text-align: center;
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-feature-settings: 'palt';
  margin-bottom: 7px;
}

.Winter__productsList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 45px 6%;
  max-width: 670px;
  margin: 0 auto;
}

.Winter__productsItem{
  flex: 0 0 47%;
}
.Winter__productsImage{
  margin-bottom: 25px;
}
.Winter__productsImage img{
}
.Winter__productsName{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.07em;
  margin-bottom: 5px;
  font-feature-settings: 'palt';
}

.Winter__productsNumber{
  margin-bottom: 5px;
}

.Winter__productsTable{
  border: 2px solid #000;
  border-collapse: collapse;
  margin-bottom: 13px;
  width: 99%;
}
.Winter__productsTable th{
  background-color: #EFEFEF;
  border-bottom: 2px solid #000;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  padding: 3px;
  text-align: center;
  width: 20%;
  font-feature-settings: 'palt';
}
.Winter__productsTable td{
  border-bottom: 2px solid #000;
  font-size: 13px;
  line-height: 1.5;
  padding: 3px 0 3px 7px;
  text-align: left;
  width: 80%;
  font-feature-settings: 'palt';
}

.Winter__productsText{
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: justify;
  margin-bottom: 27px;
}

.Winter__productsValue{
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}
.Winter__productsValuePlain{
  font-size: 14px;
  position: relative;
  font-feature-settings: 'palt';
}
.Winter__productsValuePlain::before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 1px;
  right: -20px;
}
.Winter__productsValueNumber{
  font-size: 28px;
  padding-left: 27px;
  font-family: "Poppins", sans-serif;
  font-feature-settings: 'palt';
}
.Winter__productsValueTax{
  display: inline-block;
  font-size: 12px;
  margin-top: auto;
  line-height: 1.4;
  font-feature-settings: 'palt';
}

.Winter__ticket{}
.Winter__ticketInner{}
.Winter__ticketBg{
  background-image: url(../image/ticket_bg_pc.png);
  background-position: left center;
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 810px;
  height: 370px;
  margin: 0 auto;
  position: relative;
}

.Winter__ticketWrap{
  position: relative;
}
.Winter__ticketTitle{
  text-align: center;
  padding-top: 60px;
  margin-left: -50px;
}
.Winter__ticketTitleTemplate{
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  font-feature-settings: 'palt';
  margin-bottom: 10px;
}
.Winter__ticketTitleTotal{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  font-feature-settings: 'palt';
}
.Winter__ticketTitleDiscount{
  font-size: 50px;
  font-size: 50px;
  color: #ec7083;
  font-family: "Poppins", sans-serif;
}
.Winter__ticketText1{
  font-size: 18px;
  font-feature-settings: 'palt';
  padding-left: 60px;
  padding-right: 140px;

}
.Winter__ticketText1Pink{
  color: #ec7083;
}
.Winter__ticketText2{
  font-size: 18px;
  font-feature-settings: 'palt';
  padding-left: 60px;
}
.Winter__ticketTextDeformation{
  display: inline-block;
  transform: rotate(90deg);
  font-size: min(calc(44 / 810) * 100vw, 44px);
  font-feature-settings: 'palt';
  font-family: "Poppins", sans-serif;
  color: #c9caca;
  position: absolute;
  top: 50%;
  left: 78%;
  transform: translateY(-50%) rotate(90deg);
}


.Winter__btnLink{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  border-radius: 40px;
  background-color: #ec7083;
  width: 450px;
  height: 80px;
  margin: 35px auto 80px;
  font-weight: bold;
}
.Winter__btn a:hover{
  opacity: 0.7;
  transition: 0.3s;
}


.Winter__photo{
  padding-top: 60px;
  padding-bottom: 42px;
  margin-bottom: 100px;
}

.Winter__photoList{
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  align-items: flex-start;
  gap: 0 30px;
}
.Winter__photoItem{
  text-align: center;
}
.Winter__photoItemImage{
  margin-bottom: 18px;
}
.Winter__photoTitle{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 35px;
  border: 4.75px solid #c9caca;
  margin-bottom: 14px;
  box-sizing: border-box;
}
.Winter__photoTitle.-black{
  border: 4.75px solid #595757;
}
.Winter__photoText{
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
}
.Winter__photoGallery a:hover{
  opacity: 0.5;
  transition: 0.3s;
}

/* -- Winterのスライドの設定 - */
.l-container-Winter{
  padding: 0;
}
.Winter__slide{
  overflow: hidden;
  margin-bottom: 145px;
}
.Winter__slide .l-footer-history_slider{
  padding: 0 40px;
}
.l-container.l-container-Winter{
  width: auto;
  max-width: 960px;
  margin: 0 auto;
}
.l-container .Winter__slide .l-footer-history_slider::before, 
.l-container .Winter__slide .l-footer-history_slider::after{
  background-color: #fff;
}
.l-container .Winter__slide .l-footer-history_slider .slick-prev {
  background: url(../image/winter_prevarrow.png) no-repeat center / 21px
    25px;
}
.l-container .Winter__slide .l-footer-history_slider .slick-next {
  background: url(../image/winter_nextarrow.png) no-repeat center / 21px
    25px;
}
.l-container .Winter__slide .l-footer-history_slider::before,
.l-container .Winter__slide .l-footer-history_slider::after {
  content: "";
  position: absolute;
  width: calc((104vw - 1140px) / 2);
  height: 100%;
  top: 0;
  bottom: 0;
  left: calc((105vw - 1240px) / 2 * -1);
  right: auto;
  margin: auto;
  background: #fff;
  z-index: 1;
}
.l-container .Winter__slide .l-footer-history_slider::after {
  left: auto;
  right: calc((105vw - 1240px) / 2 * -1);
}
/* -- Winterのスライドの設定ここまで - */



/* -------------------------- */
/* - - - - - - sp - - - - - - */
/* -------------------------- */
@media screen and (max-width: 767px) {
  #winter {
    width: auto;
    margin: 0 auto;
  }
  br.only-sp{
    display: block;
  }
  br.only-pc{
    display: none;
  }

  .Winter .Winter__inner{
    margin: 0 auto;
  }
  .Winter .Winter__mv{
    padding-top: 25px;
  }

  .Winter__textTop{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.03em;
    /* text-align: center; */
    line-height: 1.9;
    margin-bottom: 40px;
  }


  #Winter .Winter__inner{
    padding: 0 20px;
  }
  #Winter .Winter__mv{
    padding-top: 42px;
    margin-bottom: 60px;
  }
  .Winter__textTop{
    font-size: 13px;
  }
  .Winter__productsInner{
    margin-bottom: 100px;
  }
  
  .Winter__title{
    margin-bottom: 20px;
  }
  
  .Winter__titleMain{
    font-size: 27.5px;
    margin-bottom: 5px;
  }
  .Winter__titleMain::before{
    height: 18px;
    left: -18px;
  }
  .Winter__titleMain::after{
    height: 18px;
    right: -18px;
  }
  .Winter__titleText{
    font-size: 13px;
    margin-bottom: 7px;
  }
  .Winter__productsInner{
    margin-bottom: 50px;
  }
  .Winter__productsList{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px 10px;
    flex-wrap: wrap;
    padding: 0px 0px;
    gap: 40px 1%;
    max-width: 770px;
  }
  
  .Winter__productsItem{
    flex: 0 0 calc(50% - 10px);
  }
  .Winter__productsImage{
    margin-bottom: 25px;
  }
  .Winter__productsImage img{
  }
  .Winter__productsName{
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .Winter__productsNumber{
    font-size: 11px;
    margin-bottom: 5px;
  }
  
  .Winter__productsTable{
    table-layout: auto;
  }
  .Winter__productsTable th{
    font-size: 11px;

  }
  .Winter__productsTable td{
    font-size: 11px;
  }
  
  .Winter__productsText{
    font-size: 11px;
    margin-bottom: 20px;
  }
  
  .Winter__productsValue{
  }
  .Winter__productsValuePlain{
    font-size: 10px;
  }
  .Winter__productsValuePlain::before{
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 1px;
    right: -10px;
  }
  .Winter__productsValueNumber{
    font-size: 13px;
    padding-left: 12px;
    font-family: "Poppins", sans-serif;
  }
  .Winter__productsValueTax{
    display: inline-block;
    font-size: 10px;
    margin-top: auto;
    line-height: 1.4;
  }
  .Winter__ticket{}
  .Winter__ticketInner{}
  .Winter__ticketBg{
    background-image: url(../image/ticket_bg_sp.png);
    max-width: 500px;
    background-size: 100% 100%;
    height: 100%;
    margin-bottom: 30px;
  }
  .Winter__ticketWrap{
    padding: 30px 0;
  }
  .Winter__ticketTitle{
    padding-top: 0;
  }
  .Winter__ticketTitleTemplate{
    font-size: min(calc(30 / 375) * 100vw, 40px);
    margin-bottom: 5px;
  }
  .Winter__ticketTitleTotal{
    font-size: min(calc(14 / 375) * 100vw, 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
  }
  .Winter__ticketTitleDiscount{
    font-size: min(calc(25 / 375) * 100vw, 35px);
    line-height: 1;
  }
  .Winter__ticketText1{
    font-size: min(calc(12 / 375) * 100vw, 15px);
    padding-left: 30px;
    padding-right: 105px;
  }
  .Winter__ticketText1Pink{}
  .Winter__ticketText2{
    font-size: min(calc(12 / 375) * 100vw, 15px);
    padding-left: 30px;
    padding-right: 105px;
  }
  .Winter__ticketTextDeformation{
    display: none;
  }

  
  .Winter__btn{
    padding: 0 20px;
    margin: 0 auto;
  }
  .Winter__btnLink{
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 30px;
    margin: 0 auto;
    max-width: 280px;
  }
  .Winter__photo{}
  .Winter__photoList{
    flex-wrap: wrap;
    gap: 20px 3%;
    max-width: 550px;
    margin: 0 auto;
  }
  .Winter__photoItem{
    flex: 0 0 47%;
  }
  .Winter__photoTitle{
    font-size: 13px;
    padding: 6px 25px;
  }
  .Winter__photoText{
    font-size: 14px;
  }



  /* -- Winterのスライドの設定 - */
  .Winter__slide{
    margin-bottom: 60px;
  }

  .l-container .Winter__slide .l-footer-history_slider .slick-prev {
    background: url(../image/winter_prevarrow.png) no-repeat center / 21px
      25px;
  }
  .l-container .Winter__slide .l-footer-history_slider .slick-next {
    background: url(../image/winter_nextarrow.png) no-repeat center / 21px
      25px;
  }
  .l-container .Winter__slide .l-footer-history_slider img{
    width: 100%;
  }
  .l-container .Winter__slide .l-footer-history_slider::before,
  .l-container .Winter__slide .l-footer-history_slider::after {
    width: 65px;
    left: -30px;
  }
  .l-container .Winter__slide .l-footer-history_slider::after {
    left: auto;
    right: -30px;
  }
  /* -- Winterのスライドの設定ここまで - */

}


/*============================================================
2022_outer
==============================================================*/

/* -------------------------- */
/* - - - - - - pc - - - - - - */
/* -------------------------- */

.outer{}
.outer__inner{
  max-width: 960px;
  margin: 0 auto;
}
.outer__fv{
padding-top: 42px;
margin-bottom: 2px;
}
.outer__mainText{
  margin-bottom: 0;
}
.outer__listWrap{
  /* padding: 0 20px; */
}
.outer__list{}
.outer__item{
  position: relative;
  /* margin-bottom: 61px; */
}
.outer__imageWrap{}
.outer__imageWrap img{
  /* width: 100%; */
}
.outer__btn{
  position: absolute;
}
.outer__btn.-right{
  bottom: 19%;
  right: 9%;
}
.outer__btn.-left{
  bottom: 19%;
  left: 8%;
}
.outer__btnLink{
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #C99900;
  text-align: center;
  border-radius: 50px;
  position: relative;
  transition: 200ms;
  padding: 20px 65px 20px 55px;
}
.outer__btnLink:before{
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 40%;
  right: 13%;
}
.outer__btnLink:hover{
  opacity: 0.7;
  transition: 200ms;
}

.outer__section {
  max-width: 960px;
  margin: 0 auto 160px;
  padding: 0 30px;
}
.outer__recommendTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.outer__recommendTitleInner {
display: inline-block;
font-size: 22.4px;
font-weight: bold;
letter-spacing: 0;
line-height: 1;
position: relative;
}

.outer__recommendTitleInner::before,
.outer__recommendTitleInner::after {
background-color: #604c3f;
content: '';
display: block;
height: 30px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
}

.outer__recommendTitleInner::before {
left: -30px;
-webkit-transform: translateY(-50%) rotate(-28deg);
transform: translateY(-50%) rotate(-28deg);
}

.outer__recommendTitleInner::after {
right: -28px;
-webkit-transform: translateY(-50%) rotate(28deg);
transform: translateY(-50%) rotate(28deg);
}

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

.outer__recommendList li {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% - 30px);
flex: 0 0 calc(50% - 30px);
max-width: calc(50% - 30px);
}

.outer__recommendList li figure img {
width: 100%;
}

.outer__recommendTitle2 {
font-size: 22px;
font-weight: bold;
letter-spacing: -1px;
margin: 30px 0 12px;
text-align: center;
}

.outer__recommendText {
font-size: 15px;
letter-spacing: 0;
margin: 18px 0;
text-align: center;
}

.outer__recommendBtn{
  align-items: center;
  background-color: #F6C942;
  border-radius: 30px;
  color: #000;
  display: flex;
  font-size: 18px;
  height: 60px;
  width: 200px;
  justify-content: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
  transition: 200ms;
}
.outer__recommendBtn::after{
  background-image: url(../image/icon_btn_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.outer__recommendBtn.-black {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.outer__recommendBtn.-wide {
  border-radius: 45px;
  height: 64px;
  width: 242px;
}
.outer__recommendBtn.-wide::after {
  right: 19px;
}

.outer__recommendBtn.-black {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.outer__recommendBtn.-wide {
  border-radius: 45px;
  height: 64px;
  width: 242px;
}
.outer__recommendBtn.-wide::after {
  right: 19px;
}
.outer__recommendBtn:hover {
  opacity: 0.7;
  transition: 200ms;
}

@media screen and (max-width: 840px) {

  .outer__btn{}
  .outer__btn.-right{
    right: 6%;
  }
  .outer__btn.-left{
    left: 5%;
  }
  .outer__btnLink{}
  .outer__btnLink:before{}

}

/* -------------------------- */
/* - - - - - - sp - - - - - - */
/* -------------------------- */
@media screen and (max-width: 767px) {

  .outer__inner{
    width: 640px;
  }
  .outer__fv{}
  .outer__mainText{}
  .outer__listWrap{}
  .outer__list{}
  .outer__item{}
  .outer__imageWrap{}
  .outer__btn{
    transform: scale(1.6,1.6);

  }
  .outer__btn.-right{
    right: 31%;
    bottom: 12%;
  }
  .outer__btn.-left{
    left: 31%;
    bottom: 12%;
  }
  .outer__btn.-outer3{
    bottom: 9%;
  }
  .outer__btn.-outer4{
    bottom: 8%;
  }
  .outer__btn.-outer11{
    bottom: 14%;
  }
  .outer__btnLink{}
  .outer__btnLink:before{}

  .outer__section{
    padding: 0;
  }
  .outer__recommendTitle {
    height: 65px;
  }
  .outer__recommendTitleInner {
    font-size: 26px;
  }
  .outer__recommendList {
    display: block;
    margin: 60px 40px 0;
  }
  .outer__recommendList li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 80px;
    max-width: 100%;
  }
  .outer__recommendTitle2 {
    font-size: 26px;
    margin: 40px 0 20px;
  }
  .outer__recommendText {
    font-size: 20px;
    margin: 25px 0;
  }
  .Sdgs2 .outer__recommendBtn.-wide {
    border-radius: 40px;
    height: 69px;
    width: 260px;
  }

}


/*============================================================
Premium
==============================================================*/

/* -------------------------- */
/* - - - - - - pc - - - - - - */
/* -------------------------- */

#main .Premium__inner{}
#main .Premium__mv{
  padding-top: 42px;
  margin-bottom: 46px;
}
.Premium__titleTop{
  font-size: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.Premium__text{
  font-size: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 33px;
}
.Premium__btn{
  margin-bottom: 87px;
}
.Premium__btn.-bottom{
  margin-bottom: 40px;
}
.Premium__btnLink{
  display: inline-block;
  transition: 0.4s;
}
.Premium__btnLink:hover{
  opacity: 0.6;
  transition: 0.4s;
}
.Premium__area{}
.Premium__title{
  font-size: 38px;
  margin-bottom: 26px;
  display: inline-block;
  position: relative;
}
.Premium__textPlan{
  font-size: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 25px;
}
.Premium__title:before{
  content: '';
  display: block;
  position: absolute;
  width: 286px;
  height: 36px;
  background-color: #FFEA00;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.Premium__list{
  display: flex;
  justify-content: center;
  margin: 0 -10px 99px;
}
.Premium__item{
  flex: 0 0 28%;
  margin: 0 10px;
}
.Premium__link{
  transition: 0.4s;
}
.Premium__link:hover{
  transition: 0.4s;
  opacity: 0.6;
}
.Premium__fig{}
.Premium__img{}
.Premium__listExample{
  margin-bottom: 71px;
}
.Premium__itemExample{
  margin-bottom: 56px;
}


/* -------------------------- */
/* - - - - - - sp - - - - - - */
/* -------------------------- */
@media screen and (max-width: 767px) {

  #main .Premium__inner{}
  #main .Premium__mv{
    padding-top: 25px;
    margin-bottom: 50px;
  }
  .Premium__titleTop{
    margin-bottom: 8px;
  }
  .Premium__text{
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .Premium__btn{
    margin-bottom: 104px;
  }
  .Premium__btn.-bottom{
    margin-bottom: 110px;
  }
  .Premium__btnLink{}
  .Premium__area{}
  .Premium__title{
    margin-bottom: 26px;
  }
  .Premium__list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px 103px;
  }
  .Premium__item{
    margin: 0 13px;
    flex: 0 0 41.5%;
  }
  .Premium__item:first-child{
    margin: 0 66px -12px;
  }
  .Premium__fig{}
  .Premium__img{}
  .Premium__listExample{
    margin-bottom: 51px;
  }
  .Premium__itemExample{
    margin-bottom: 48px;
  }
  .outer__section.-premium{
    margin-bottom: 80px;
  }


}



/*============================================================
Memorial
==============================================================*/

/* -------------------------- */
/* - - - - - - pc - - - - - - */
/* -------------------------- */

#main .Memorial__inner{}
#main .Memorial__mv{
  padding-top: 42px;
  margin-bottom: 46px;
}
.Memorial__area{}
.Memorial__areaTitle{}
.Memorial__areaTitle.-order {
  z-index: 1;
  position: relative;
}
.Memorial__list{
  display: flex;
  justify-content: center;
  margin: 0 -10px 99px;
}
.Memorial__item{
  flex: 0 0 24%;
  margin: 0 10px;
}
.Memorial__itemImage{
  margin-bottom: 18px;
}
.Memorial__btnLink{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #EE86A9;
  text-align: center;
  border-radius: 50px;
  position: relative;
  transition: 200ms;
  padding: 20px 50px 20px 45px;
}
.Memorial__btnLink:before{
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 40%;
  right: 19%;
}
.Memorial__btnLink:hover{
  opacity: 0.7;
  transition: 200ms;
}


.Memorial__recommend {}
.Memorial__recommendInner {
  margin-bottom: 100px;
}
.Memorial__recommendTitle {
  margin-bottom: -14px;
}

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

.Memorial__recommendList li {
flex: 0 0 calc(50% - 30px);
max-width: calc(50% - 30px);
}

.Memorial__recommendList li figure img {
width: 100%;
}

.Memorial__recommendTitle2 {
font-size: 22px;
font-weight: bold;
letter-spacing: -1px;
margin: 30px 0 12px;
text-align: center;
}

.Memorial__recommendText {
font-size: 15px;
letter-spacing: 0;
margin: 18px 0;
text-align: center;
}
.Memorial__orderImage {
  margin-top: -19px;
}


/* -------------------------- */
/* - - - - - - sp - - - - - - */
/* -------------------------- */
@media screen and (max-width: 767px) {

  #main .Memorial__inner{}
  #main .Memorial__mv{
    padding-top: 25px;
    margin-bottom: 14px;
  }
  .Memorial__btn{
    /* transform: scale(1.6,1.6); */
  }
  .Memorial__btnLink{
    font-size: 25px;
    padding: 25px 70px 25px 65px;
  }
  .Memorial__area{
    padding: 0 25px;
  }
  .Memorial__areaTitle{
    margin-bottom: 35px;
  }
  .Memorial__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px 43px;
  }
  .Memorial__list.-area2 {
    margin-bottom: 82px;
  }
  .Memorial__item{
    margin: 0 0 90px;
    flex: 0 0 49.5%;
  }
  .Memorial__list.-area2 .Memorial__item{
    margin: 0 0 50px;
  }
  .Memorial__recommend{}
  .Memorial__recommendInner{
    padding: 0 25px;
  }
  .Memorial__recommendTitle {}
  
  .Memorial__recommendList {
    display: block;
    margin: 60px 40px 0;
  }
  .Memorial__recommendList li {
    flex: 0 0 100%;
    margin: 0 0 80px;
    max-width: 100%;
  }
  .Memorial__recommendTitle2 {
    font-size: 26px;
    margin: 40px 0 20px;
  }
  .Memorial__recommendText {
    font-size: 20px;
    margin: 25px 0;
  }
  .Memorial__orderImage {
    margin-top: -53px;
    margin-bottom: 100px;
  }

}




/*============================================================
Memorial
==============================================================*/

/* -------------------------- */
/* - - - - - - pc - - - - - - */
/* -------------------------- */

.l-top-area-pdf{}
.l-top-area-pdf_area{
  text-align: center;
  padding-bottom: 50px;
}
.l-top-area-pdf_link{
  display: inline-block;
  transition: 200ms;
}
.l-top-area-pdf_link:hover{
  opacity: 0.6;
  transition: 200ms;
}
.l-top-area-pdf_image{}



/* -------------------------- */
/* - - - - - - sp - - - - - - */
/* -------------------------- */
@media screen and (max-width: 767px) {

  .l-top-area-pdf{}
  .l-top-area-pdf_area{
    padding: 0 20px 10px;
    margin-top: -15px;
  }
  .l-top-area-pdf_link{}
  .l-top-area-pdf_image{}

}


/*============================================================
Category DESIGN
==============================================================*/

/* -------------------------- */
/* - - - - - - pc - - - - - - */
/* -------------------------- */

.design_flow_txt {
	text-align: center;
	background: #fff;
	padding: 5rem 5rem 0 5rem;
}

.design_flow_txt h2 {
	margin-right: 0;
}

.design_flow_txt a {
	color: #ff758b;
	font-weight: bold;
	border-bottom: solid 1px;
}

.design_flow ul {
	background: #fff;
	box-sizing: border-box;
	padding: 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.design_flow ul li {
	width: calc(100%/5 - 30px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	position: relative;
	background: #ffe000;
	border: solid 5px;
	box-sizing: border-box;
}

.design_flow ul li:after {
	content: "";
	position: absolute;
	right: -30px;
	height: 100%;
	width: 15px;
	background: url(../image/next_pc.svg) center center no-repeat;
}

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

.design_flow ul li span {
	color: #fff;
	background: #000;
	font-weight: bold;
	padding: 0.5rem 0;
	margin-bottom: 2rem;
}

.design_flow ul li img {
	width: 80%;
	max-width: 100px;
	margin: 0 auto;
}

.design_flow ul li p {
	font-weight: bold;
	font-size: 2rem;
	margin: 1rem auto;
}

br.sp_only {
	display: none;
}


/* -------------------------- */
/* - - - - - - sp - - - - - - */
/* -------------------------- */

@media screen and (max-width: 1024px) {
	.design_flow ul li {
		width: calc(100%/5 - 30px);
	}
	.design_flow ul li span {
		margin-bottom: 1rem;
	}
	.design_flow ul li img {

	}
	.design_flow ul li p {
		font-size: 1.3rem;
		margin: 0.5rem auto;
	}
}

@media screen and (max-width: 768px) {
	.design_flow ul li {
		width: calc(100%/5 - 20px);
	}
	.design_flow ul li:after {
		right: -23px;
		width: 10px;
		background-size: contain;
	}
}

@media screen and (max-width: 480px) {
  .design_flow_txt {
		padding: 2rem 2rem 0 2rem;
	}
	.design_flow_txt br {
		display: none;
	}
	.design_flow ul {
		padding: 2rem;
    justify-content: flex-start;
	}
	.design_flow ul li {
		width: calc(100%/3 - 16px);
	    max-width: 200px;
		margin: 0 8px 1rem 8px;
	}
	.design_flow ul li:after {
		right: -16px;
		width: 7px;
	}
	.design_flow ul li span {
		padding: 0;
		margin-bottom: 0.5rem;
	}
	.design_flow ul li img {
		width: 60%;
	}
	.design_flow ul li p {
		font-size: 1.2rem;
		line-height: 100%;
	}
  br.sp_only {
		display: block;
	}
}


/*============================================================
Category DESIGN
==============================================================*/

/* - - - - - - sp - - - - - - */
.c-title_cate.-search{
  margin-top: 30px;
}
.RecommendLink{}
.RecommendLink__inner{
  width: 88%;
  margin: 0 auto 60px;
  max-width: 580px;
}
.RecommendLink__list{
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.RecommendLink__item{}
.RecommendLink__link{
  display: flex;
  align-items: center;
  border: 2px solid #EBEBEB;
}
.RecommendLink__image{
  flex: 0 0 43%;
}
.RecommendLink__image img{
  aspect-ratio: 5 / 2;
  object-fit: cover;
}
.RecommendLink__textArea{
  padding-left: 15px;
}
.RecommendLink__head{
  color: #ef7d8d;
  font-weight: bold;
}
.RecommendLink__title{
  font-weight: bold;
}


/* - - - - - - pc - - - - - - */
@media screen and (min-width: 769px){
  .c-title_cate.-search{
    margin-top: 0;
  }
  .RecommendLink{}
  .RecommendLink__inner{
    max-width: 100%;
    width: 95.7%;
  }
  .RecommendLink__list{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .RecommendLink__item{
    flex: 0 0 49%;
  }
  .RecommendLink__link{
    transition: 300ms;
  }
  .RecommendLink__link:hover{
    opacity: 0.7;
  }
  .RecommendLink__image{}
  .RecommendLink__textArea{}
  .RecommendLink__head{}
  .RecommendLink__title{}
}

/*============================================================
Category tshirts,polo,parka  WHAT-OZ
==============================================================*/

/* -------------------------- */
/* - - - - - - pc - - - - - - */
/* -------------------------- */

.l-what-oz-light_contents {
	display: flex;
	gap: 20px 20px;
	margin-bottom: 30px;
}
.l-what-oz-heavy_contents {
	display: flex;
	gap: 20px 20px;
	margin-bottom: 30px;
}
.l-what-oz-light_item {
	display: flex;
	flex-direction: column;
	width: calc(100% / 3);
}
.l-what-oz-heavy_item {
	display: flex;
	flex-direction: column;
}
.l-what-oz-heavy_item:first-child {
	width: calc(100% * calc(2 / 6));
}
.l-what-oz-heavy_item:nth-child(2) {
	width: calc(100% * calc(3 / 6));
}
.l-what-oz-heavy_item:nth-child(3) {
	width: calc(100% * calc(1 / 6));
}
.l-what-oz_class {
	display: flex;
	gap: 0 5px;
	margin-bottom: 10px;
}
.l-what-oz_class_col1 .l-what-oz_class_icon {
	width: 100%;
}
.l-what-oz_class_col2 .l-what-oz_class_icon {
	width: 50%;
}
.l-what-oz_class_col3 .l-what-oz_class_icon {
	width: calc(100% / 3);
}
.l-what-oz_class_icon img {
	width: 100%;
	height: auto;
}
.l-what-oz_title {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	padding: 0 0 5px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-right: 2px solid #c4c4c4;
	border-bottom: 2px solid #c4c4c4;
	border-left: 2px solid #c4c4c4;
}
.l-what-oz_txt {
	position: relative;
	flex-grow: 1;
	text-align: center;
	background: #e3eef9;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 13px;
}
.l-what-oz_txt::before {
	content: "";
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -15px;
	border: 13px solid transparent;
	border-bottom: 25px solid #e3eef9;
}

/* -------------------------- */
/* - - - - - - sp - - - - - - */
/* -------------------------- */

@media screen and (max-width: 767px) {
  .l-what-oz-light_contents {
		gap: 20px 5px;
    margin-bottom: 0;
	}
	.l-what-oz-heavy_contents {
		gap: 20px 5px;
    margin-bottom: 0;
	}
	.l-what-oz-light_item {
		width: calc(100% / 3);
	}
	.l-what-oz-heavy_item:first-child {
		width: calc(100% * calc(2 / 6));
	}
	.l-what-oz-heavy_item:nth-child(2) {
		width: calc(100% * calc(3 / 6));
	}
	.l-what-oz-heavy_item:nth-child(3) {
		width: calc(100% * calc(1 / 6));
	}
  .l-what-oz_class_col1 {
    margin-bottom: 0;
  }
	.l-what-oz_class_col1 .l-what-oz_class_icon {
		width: 95%;
		margin: 0 auto 9px;
	}
	.l-what-oz_class_col1 + .l-what-oz_title {
		width: 100%;
		margin: 0 auto 20px;
	}
	.l-what-oz_title {
		font-size: 1.6rem;
    margin-bottom: 20px;
	}
	.l-what-oz_txt {
		font-size: 1.4rem;
	}
  .l-what-oz_txt_container {
    margin-bottom: 30px;
  }
  .l-what-oz_txt_box {
    margin-bottom: 20px;
  }
  .l-what-oz_txt_box .l-what-oz_title {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .l-what-oz_txt_box .l-what-oz_txt {
    text-align: left;
    padding: 15px 10px;
  }
  .l-what-oz_txt_box .l-what-oz_txt::before {
    content: initial;
  }
}