﻿@charset "UTF-8";
/* フリーページ共通 */
.fp_container_contents h1,
.fp_container_contents h2,
.fp_container_contents h3,
.fp_container_contents h4 {
  color: #222;
}

.fp_container_grid {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px auto;
  grid-template-columns: 220px auto;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.fp_container_sidebar--list {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
}
.fp_container_sidebar--list li + li {
  border-top: solid 1px #222;
}

.fp_sidebar_head--br {
  display: inline-block;
}

.fp_container_sidebar--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 65px;
}

.fp_container_siderbar--link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px 0;
  padding-right: 10px;
  font-weight: bold;
  line-height: 24px;
}
.fp_container_siderbar--link:not(:is(.is_active)) {
  position: relative;
}
.fp_container_siderbar--link:not(:is(.is_active))::after {
  position: absolute;
  top: 50%;
  right: 2px;
  z-index: 2;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.fp_container_siderbar--link.is_active {
  padding-left: 14px;
  color: #00498f;
  background-color: #d9e3ee;
}

.fp_container_banner {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.fp_container_banner ul li + li {
  margin-top: 20px;
}

.fp_container_kv {
  margin: 40px 0;
}

.fp_container_nav--list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 20px 0 40px;
}
.fp_container_nav--item {
  padding-left: 15px;
  background: url(../../../img/design/icn-arrow-select.svg) no-repeat;
  background-position: left center;
}

.fp_common_contents--block {
  position: relative;
  z-index: 0;
  padding-top: 122px;
  padding-bottom: 40px;
  margin-top: -60px;
  border-top: none;
}
.fp_common_contents--block::before {
  position: absolute;
  top: 72px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #d8d8d8;
}
.fp_common_contents--block h3 {
  color: #c62a19;
}
.fp_common_contents--block .action {
  margin-left: 0;
}
.fp_common_contents--block table {
  margin-top: 20px;
}
.fp_common_contents--block th,
.fp_common_contents--block td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #fff;
}
.fp_common_contents--block th {
  padding: 10px 15px;
  background: #d6d6d6;
}
.fp_common_contents--block td {
  padding: 15px;
  background: #f7f7f7;
}

.fp_common_txt + .fp_common_txt {
  margin-top: 12px;
}
.fp_common_txt--indent {
  padding-left: 14px;
  margin-top: 12px;
  text-indent: -14px;
}
.fp_common_txt--list {
  margin-top: 8px;
}
.fp_common_txt--list li {
  padding-left: 14px;
  text-indent: -14px;
}

.fp_common_red {
  color: #c62a19;
}

.fp_common_title {
  margin: 30px 0 12px;
  color: #c62a19;
}

.fp_common_image {
  margin: 20px 0;
}

/* ご利用ガイド */
.pages-guide {
  padding-bottom: 106px;
}

.fp_guide_kv {
  height: 280px;
}
.fp_guide_kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.fp_guide_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.fp_guide_item {
  border: solid 1px #e3e3e3;
}

.fp_guide_icon--img {
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: bottom;
}
.fp_guide_icon--img.begin {
  width: 14px;
}
.fp_guide_icon--img.user {
  width: 23px;
  margin-bottom: 0;
}
.fp_guide_icon--img.cart {
  width: 20px;
}
.fp_guide_icon--img.calendar {
  width: 20px;
}
.fp_guide_icon--img.wear {
  width: 21px;
}
.fp_guide_icon--img.repeat {
  width: 22px;
  margin-bottom: 0;
}
.fp_guide_icon--img.point {
  width: 22px;
  margin-bottom: 0;
}
.fp_guide_icon--img.pass {
  width: 24px;
}

.fp_guide_description--link {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  background-color: #f0f0f0;
  border-bottom: solid 1px #e3e3e3;
}
.fp_guide_description--link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.fp_guide_description--txt {
  padding: 20px;
}

/* 便利なサービス */
.pages-service {
  margin-top: 60px;
}
.pages-service .is_Sp {
  display: none;
}
.pages-service h2 {
  font-size: 18px;
  margin-bottom: 16px;
}
.pages-service .fp_container_banner {
  margin-top: 40px;
}

.fp_container_sidebar--serviceList + .fp_container_siderbar--head {
  margin-top: 60px;
}
.fp_container_sidebar--serviceList li + li {
  border-top: solid 1px #E3E3E3;
}

.fp_container_siderbar--head {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 17px;
}

.fp_container_siderbar--link-suppl {
  display: block;
  color: #666;
  font-size: 12px;
  margin-bottom: -5px;
}

.fp_service_rental--pic {
  margin: 20px 0;
}

.fp_service_block {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #e3e3e3;
}
.fp_service_block h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.fp_service_block--suit h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 21px;
}
.fp_service_block--suit .fp_service_item--txt {
  min-height: 101px;
}
.fp_service_block--point .fp_service_list {
  margin-bottom: 40px;
}
.fp_service_block--gift h3 {
  min-height: 48px;
  text-align: center;
}
.fp_service_block--gift h3 + .fp_service_item--txt {
  min-height: 126px;
}

.fp_service_list {
  display: -ms-grid;
  display: grid;
}
.fp_service_list--3column {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 21px;
}
.fp_service_list--2column {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.fp_service_btn {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.fp_service_btn.application .btn {
  width: 300px;
}

.fp_service_icon--img {
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.fp_service_icon--img.rental {
  margin-bottom: 2px;
}
.fp_service_icon--img.shop {
  margin-right: 12px;
}
.fp_service_icon--img.member-card {
  width: 27px;
}

.fp_service_item--img {
  margin: 20px 0;
}

.fp_service_card--name {
  font-weight: bold;
  font-size: 14px;
  min-height: 44px;
  margin-bottom: 15px;
}

.fp_service_item--more {
  position: relative;
  display: block;
  color: #00498f;
  text-align: center;
  font-weight: bold;
}
.fp_service_item--more::after {
  position: absolute;
  content: "";
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #00498f;
  border-right: solid 1px #00498f;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.fp_service_wrap--pay {
  margin: 20px 0;
  padding: 15px;
  border: solid 1px #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.fp_service_pay--img {
  width: 190px;
}

.fp_service_pay--txt {
  color: #666;
}

/* よくある質問 TOP */
.pages-faq {
  background: #fff;
  margin-top: 60px;
}
.pages-faq h1 {
  color: #222;
}
.pages-faq h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 21px;
  color: #222;
}
.pages-faq .is_Sp {
  display: none;
}

.fp_faq_kv {
  margin-bottom: 67px;
}

.fp_faq_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.fp_faq_item--img {
  margin-bottom: 20px;
}

.fp_faq_btn {
  display: block;
  margin-top: 44px;
  text-align: center;
}

.fp_faq_suppl--block {
  margin-top: 100px;
  padding: 0 50px;
  background: #FAFAFA;
}

.fp_faq_item--more {
  position: relative;
  display: block;
  color: #00498f;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding-right: 20px;
}
.fp_faq_item--more::after {
  position: absolute;
  content: "";
  margin-left: 8px;
  width: 6px;
  height: 6px;
  border-top: solid 1px #00498f;
  border-right: solid 1px #00498f;
  top: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fp_faq_suppl--list {
  padding: 20px 0;
}

.fp_faq_suppl--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.fp_faq_suppl--item + .fp_faq_suppl--item {
  border-top: solid 1px #E3E3E3;
}

.fp_faq_suppl--txt {
  display: inline-block;
  line-height: 27px;
  font-size: 18px;
  font-weight: bold;
}

/* よくある質問 一覧 */
.pages-faq-all {
  background: #fff;
  margin-top: 60px;
}
.pages-faq-all h1 {
  color: #222;
}

.fp_faqAll_wrap {
  display: block;
}
.fp_faqAll_wrap h2 {
  color: #222;
  border-bottom: solid 1px #E3E3E3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.fp_faqAll_wrap h3 {
  color: #222;
  padding: 10px 0;
  margin: 0;
}

.fp_faqAll_list--level1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 70px;
  margin: 80px 0 120px;
}

.fp_faqAll_item--level2 + .fp_faqAll_item--level2 {
  margin-top: 50px;
}

.fp_faqAll_item--link {
  display: block;
  color: #008bd5;
  padding: 10px 0;
}

/* よくある質問 詳細 */
.fp_container_sidebar h2 {
  padding-bottom: 17px;
  margin-bottom: 0;
  border-bottom: solid 1px #222;
}
.fp_container_sidebar h3 {
  position: relative;
  padding: 22px 46px 22px 0;
}
.fp_container_sidebar h3:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background: #c4c4c4;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fp_container_sidebar h3:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background: #c4c4c4;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fp_container_sidebar h3.faq_active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.fp_container_sidebar .fp_faqAll_list--level1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 60px;
  margin: 0;
}
.fp_container_sidebar .fp_faqAll_list--level3 {
  display: none;
}
.fp_container_sidebar .fp_faqAll_item--link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  padding: 16px 22px 16px 10px;
  line-height: 1.4285714286;
  width: 100%;
  min-height: 64px;
  border-top: solid 1px #e3e3e3;
}
.fp_container_sidebar .fp_faqAll_item--link:after {
  position: absolute;
  top: 50%;
  right: 2px;
  z-index: 2;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-right: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.fp_container_sidebar .fp_faqAll_item--level2 {
  border-bottom: solid 1px #222;
}
.fp_container_sidebar .fp_faqAll_item--level2 + .fp_faqAll_item--level2 {
  margin-top: 0;
}

.pages-faq-detail {
  background: #fff;
  padding-bottom: 100px;
}
.pages-faq-detail h2 {
  font-size: 18px;
}
.pages-faq-detail h3 {
  font-size: 14px;
}
.pages-faq-detail .is_Sp {
  display: none;
}
.pages-faq-detail .fp_container_sidebar .fp_faq_detail--wrap {
  display: none;
}
.pages-faq-detail .fp_faq_suppl--block {
  margin-top: 80px;
  padding: 0 20px;
}
.pages-faq-detail .fp_faq_suppl--list {
  padding: 0;
}
.pages-faq-detail .fp_faq_suppl--item {
  padding: 20px 0;
}
.pages-faq-detail .fp_faq_suppl--txt {
  font-size: 16px;
}

.fp_faq_detail--topic {
  border-top: solid 1px #e3e3e3;
  margin-top: 40px;
  padding: 40px 0;
}
.fp_faq_detail--quest {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-left: 24px;
  margin-bottom: 21px;
}
.fp_faq_detail--quest:before {
  position: absolute;
  content: "Q";
  color: #00498f;
  font-size: 18px;
  left: 0;
  top: -4px;
}
.fp_faq_detail--answer {
  position: relative;
  padding-left: 24px;
}
.fp_faq_detail--answer:before {
  position: absolute;
  content: "A";
  color: #c62a19;
  font-weight: bold;
  font-size: 18px;
  left: 0;
  top: -4px;
}
.fp_faq_detail--image {
  margin-top: 40px;
}
.fp_faq_detail--wrap .action {
  display: block;
  text-align: center;
}
.fp_faq_detail--wrap .action .btn {
  position: relative;
  padding-left: 46px;
}
.fp_faq_detail--wrap .action .btn:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #00498f;
  border-left: solid 2px #00498f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: auto;
  left: 94px;
}

.pages-exchange {
  padding-bottom: 80px;
}
.pages-exchange h3 {
  font-size: 18px;
}
.pages-exchange h4 {
  margin: 15px 0 8px;
  font-weight: normal;
}
.pages-exchange .action {
  display: block;
  margin: 10px 0 0;
}

.pages-fitting {
  padding-bottom: 80px;
}
.pages-fitting .action {
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
.pages-fitting .action + .fp_common_txt {
  margin-top: 20px;
}

.fp_fitting_block {
  margin: 20px 0;
  padding: 15px 20px;
  background: #f0f0f0;
}

.fp_fitting_deliver--icon {
  width: 22px;
  vertical-align: text-top;
  margin-right: 2px;
}

.pages-gift {
  padding-bottom: 80px;
}
.pages-gift .fp_container_kv img {
  width: 100%;
}
.pages-gift .action {
  margin-top: 20px;
  margin-left: 0;
  display: block;
}

.fp_gift_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px auto;
  grid-template-columns: 250px auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.fp_gift_contents--image img {
  width: 100%;
}

.pages-member {
  padding-bottom: 80px;
}
.pages-member h3 {
  margin: 30px 0 12px;
}
.pages-member .action {
  margin-left: 0;
}
.pages-member .btn {
  margin-top: 20px;
}
.pages-member .action + .action {
  margin-left: 20px;
}
.pages-member .action + .fp_common_txt--list {
  margin-top: 20px;
}

.fp_member_reserve--icon {
  margin-right: 4px;
}

.pages-point {
  padding-bottom: 80px;
}
.pages-point .btn {
  margin-top: 20px;
  min-width: 280px;
  width: auto;
}
.pages-point .action + .action {
  margin-left: 20px;
}
.pages-point .fp_common_image {
  margin: 5px 0 0;
}
.pages-point .fp_common_image + .fp_common_txt {
  margin-top: 15px;
}
.pages-point table {
  width: 100%;
  margin: 20px 0;
}
.pages-point tr th:first-of-type {
  width: 150px;
}
.pages-point tr th:nth-of-type(n+2) {
  width: 390px;
}

.fp_point_benefits {
  padding-top: 122px;
  margin-top: -122px;
}

.pages-product {
  padding-bottom: 80px;
}
.pages-product .fp_product_btn .btn {
  min-width: 280px;
  width: 100%;
  max-width: 400px;
}
.pages-product .fp_product_btn + .fp_common_txt {
  margin-top: 30px;
}
.pages-product .action .btn {
  margin-top: 20px;
}
.pages-product .is_Sp {
  display: none;
}
.pages-product .fp_sizeselect_hand--img img {
  width: 100%;
}
.pages-product dl + dl {
  margin-top: 10px;
}
.pages-product dt {
  font-weight: bold;
}
.pages-product dt span {
  background: #00498f;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-right: 6px;
  width: 25px;
  text-align: center;
}
.pages-product .fp_sizeguide_finish--list {
  margin-bottom: 30px;
}
.pages-product .fp_common_title b {
  color: #222;
}
.pages-product h3 {
  margin-top: 24px;
}

.fp_sizeselect_map {
  max-width: 600px;
}

.fp_product_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px auto;
  grid-template-columns: 300px auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 40px;
}

.fp_product_size--img {
  aspect-ratio: 1/1;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp_product_size--img img {
  width: 100%;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fp_product_size--img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fp_product_size--img-list li {
  aspect-ratio: 1/1;
}
.fp_product_size--img-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fp_product_size--list {
  margin: 30px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.fp_product_size--list + h2 {
  margin-top: 30px;
}

.fp_product_size--item {
  padding: 20px 10px;
  border: solid 1px #d8d8d8;
}
.fp_product_size--item .action {
  margin: 0;
}
.fp_product_size--item .action .btn {
  width: 100%;
}

.fp_product_size--detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: bold;
}

.fp_product_block--wrap {
  margin: 20px 0 30px;
}

.fp_product_self--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.fp_product_self--item-txt {
  margin-top: 10px;
}

.pages-repair_name {
  padding-bottom: 80px;
}
.pages-repair_name .is_Sp {
  display: none;
}
.pages-repair_name .fp_container_kv img {
  width: 100%;
}
.pages-repair_name h3 {
  padding-top: 120px;
  margin-top: -120px;
}
.pages-repair_name .fp_common_title {
  color: #222;
  font-weight: bold;
}
.pages-repair_name .fp_common_title + .fp_repairname_list {
  margin-bottom: 30px;
}
.pages-repair_name .fp_common_txt b {
  display: block;
  color: #c62a19;
  margin-top: -20px;
  padding-bottom: 40px;
}
.pages-repair_name .action {
  text-align: right;
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.pages-repair_name .action .btn {
  margin-top: 20px;
}

.fp_repair_btn--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.fp_repair_btn--wrap .action {
  margin-left: 0;
}

.fp_repairname_list {
  margin: 20px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.fp_repairname_list + .fp_common_txt {
  margin-bottom: 30px;
}
.fp_repairname_list.fp_repearname_sleeve {
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

.fp_repairname_item img {
  width: 100%;
}

.fp_repairname_item--num {
  font-weight: bold;
  margin-bottom: 8px;
  border-bottom: dotted 1px #222;
}

.fp_repairname_item--txt span {
  display: none;
}

.pages-sizeguide {
  padding-bottom: 120px;
}
.pages-sizeguide .fp_common_contents--block {
  margin-top: -20px;
  padding-bottom: 0;
}
.pages-sizeguide dt img {
  vertical-align: middle;
  margin-right: 4px;
}
.pages-sizeguide .is_Sp {
  display: none;
}
.pages-sizeguide .action {
  display: block;
  margin-right: 0;
}
.pages-sizeguide .action .btn {
  margin-top: 30px;
}

.fp_sizeguide_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px auto;
  grid-template-columns: 200px auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 40px;
}

.fp_sizeguide_explain .fp_common_txt {
  margin-bottom: 20px;
}

.fp_sizeguide_img img {
  width: 100%;
}

.fp_sizeguide_finish--img img {
  width: 100%;
}
.fp_sizeguide_finish--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 30px;
}

.pages-sizeselect {
  padding-bottom: 80px;
}
.pages-sizeselect img {
  width: 100%;
}
.pages-sizeselect .action .btn {
  margin-top: 20px;
}
.pages-sizeselect .action + .fp_common_txt {
  margin: 20px 0;
}
.pages-sizeselect h3 {
  margin-top: 30px;
}
.pages-sizeselect .is_Sp {
  display: none;
}

.fp_sizeselect_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 331px;
  grid-template-columns: auto 331px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.fp_sizeselect_map {
  margin: 30px 0 0;
}
.fp_sizeselect_map img {
  width: 100%;
}
.fp_sizeselect_map + .fp_common_txt {
  margin-top: 20px;
}

.fp_sizeselect_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.fp_sizeselect_list li img {
  width: 200px;
}
.fp_sizeselect_list + .action .btn {
  margin-top: 40px;
}

.fp_sizeselect_size--block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin: 24px 0 30px;
}

.fp_sizeselect_size--img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.fp_sizeselect_size--img > .fp_common_txt {
  display: none;
}

.fp_sizeselect_hand--explain + .fp_sizeselect_hand--explain {
  margin-top: 15px;
}

.pages-order {
  padding-bottom: 80px;
}
.pages-order .c-black {
  color: #222;
}
.pages-order .action {
  display: block;
  margin-top: 20px;
}
.pages-order .action .btn {
  margin-top: 0;
}
.pages-order .is_Sp {
  display: none;
}
.pages-order table + .fp_common_txt {
  margin-top: 12px;
}
.pages-order .fp_order_left {
  text-align: left;
}
.pages-order .fp_common_txt a {
  text-decoration: underline;
}
.pages-order .fp_common_txt--list li a {
  text-decoration: underline;
}

.fp_order_space {
  padding-left: 14px;
}

.pages-welcome #lp_wrapper {
  width: 100%;
  min-width: 980px;
  height: auto;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome .masthead {
  position: relative;
  width: 100%;
  display: block;
  background: #7ac7ec;
}
.pages-welcome .masthead_inner {
  width: 980px;
  height: 520px;
  overflow-y: hidden;
  display: block;
  margin: 0 auto;
  position: relative;
}
.pages-welcome .masthead_inner img[data-id=mh_type1] {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: MastfadeInUp;
          animation-name: MastfadeInUp;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .masthead_inner img[data-id=mh_type2] {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: MastfadeInUphalf;
          animation-name: MastfadeInUphalf;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .masthead_inner img[data-id=mh_type3] {
  position: absolute;
  top: 270px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-name: MastfadeInUp;
          animation-name: MastfadeInUp;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .masthead_inner img[data-id=mh_type4] {
  position: absolute;
  left: 0;
  bottom: -30px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: bounceEX;
          animation-name: bounceEX;
}
.pages-welcome .masthead_inner img[data-id=mh_type5] {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: bounceEX;
          animation-name: bounceEX;
}
.pages-welcome #nav_area {
  width: 100%;
  padding: 40px 0;
  display: block;
  background: #fffdd3;
  /*background:#fffb98;*/
}
.pages-welcome .con_wrap {
  width: 980px;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome .pt90 {
  padding-top: 90px;
}
.pages-welcome .pt55 {
  padding-top: 55px;
}
.pages-welcome .pt35 {
  padding-top: 35px;
}
.pages-welcome .pb60 {
  padding-bottom: 60px;
}
.pages-welcome .navlist a li {
  float: left;
  width: 315px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  padding-top: 20px;
  color: #184583;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.pages-welcome .navlist a:nth-child(2) li {
  margin: 0 17.5px;
}
.pages-welcome .navlist a:last-child li {
  padding-top: 10px;
}
.pages-welcome #lp_wrapper section {
  background: #fff;
}
.pages-welcome .sec01_h2, .pages-welcome .sec02_h2 {
  width: 100%;
  background: url("/ec/img/usr/pages/welcome/sec01h2_bg.png") center center no-repeat;
  background-size: cover;
}
.pages-welcome .sec03_h2 {
  width: 100%;
  background: url("/ec/img/usr/pages/welcome/sec03h2_bg.png") center center no-repeat;
  background-size: cover;
}
.pages-welcome h2 img {
  display: block;
  margin: 0 auto;
}
.pages-welcome .column6, .pages-welcome .column4 {
  width: 100%;
  display: block;
}
.pages-welcome .column3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}
.pages-welcome .column6 li {
  float: left;
  width: 280px;
  height: 280px;
  margin: 0 0 40px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
}
.pages-welcome .column6 li:nth-child(2), .pages-welcome .column6 li:nth-child(5) {
  margin: 0 70px 40px;
}
.pages-welcome .column4 li {
  margin-bottom: 60px;
  position: relative;
  width: 490px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome .column3 li {
  margin-bottom: 60px;
  position: relative;
  width: 490px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome .column6 h3 {
  color: #004990;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 20px 0 10px;
  font-size: 20px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 100px;
  margin-bottom: 0;
}
.pages-welcome .column4 li h3,
.pages-welcome .column4 li h3 {
  color: #004990;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  font-size: 20px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
.pages-welcome .column4 li .point_area,
.pages-welcome .column3 li .point_area {
  width: 100%;
  position: relative;
  display: block;
}
.pages-welcome .column4 li .point_caption,
.pages-welcome .column3 li .point_caption {
  width: 100%;
  display: block;
  padding: 0 55px 25px 30px;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome .column6 li .caption {
  color: #222222;
  display: inline-block;
  height: 50px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.2px;
}
.pages-welcome .column6 [data-class=shipping] {
  background: url("/ec/img/usr/pages/welcome/icon01.png") center center no-repeat;
}
.pages-welcome .column6 [data-class=rapid] {
  background: url("/ec/img/usr/pages/welcome/icon02.png") center center no-repeat;
}
.pages-welcome .column6 [data-class=wws] {
  background: url("/ec/img/usr/pages/welcome/icon03.png") center center no-repeat;
}
.pages-welcome .column6 [data-class=mysize] {
  background: url("/ec/img/usr/pages/welcome/icon04.png") center center no-repeat;
}
.pages-welcome .column6 [data-class=concierge] {
  background: url("/ec/img/usr/pages/welcome/icon05.png") center center no-repeat;
}
.pages-welcome .column6 [data-class=point] {
  background: url("/ec/img/usr/pages/welcome/icon06.png") center center no-repeat;
}
.pages-welcome #lp_wrapper .detailbtn {
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome #lp_wrapper .underline {
  font-size: 14px;
  color: #222;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.pages-welcome #lp_wrapper .underline .m-icon {
  vertical-align: inherit;
  padding-left: 5px;
}
.pages-welcome .colum4 li .point_area {
  width: 100%;
  position: relative;
  display: block;
}
.pages-welcome .colum4 li .commentimg {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: initial;
}
.pages-welcome .fadeInUphalf {
  -webkit-animation-name: MastfadeInUphalf;
          animation-name: MastfadeInUphalf;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .fadeInUphalfEX {
  -webkit-animation-name: MastfadeInUphalfEX;
          animation-name: MastfadeInUphalfEX;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
.pages-welcome .dur_type1 {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}
.pages-welcome .dur_type2 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.pages-welcome .dur_type3 {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
}
.pages-welcome .member_btn {
  width: 380px;
  display: inline-block;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 30px;
  color: #fff;
  background: #f06034;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.pages-welcome .service_btn {
  width: 280px;
  display: block;
  padding: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  background: #004990;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.pages-welcome .valimid {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pages-welcome #sec03 h3 {
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
}
.pages-welcome .clumn3_fleft {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 490px;
  padding: 40px;
  background: #fff;
  position: relative;
  border-top: 10px solid #eeeeee;
  border-right: 5px solid #eeeeee;
  border-bottom: 5px solid #eeeeee;
  border-left: 10px solid #eeeeee;
}
.pages-welcome .clumn3_fright {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 490px;
  padding: 40px;
  background: #fff;
  position: relative;
  border-top: 10px solid #eeeeee;
  border-right: 10px solid #eeeeee;
  border-bottom: 5px solid #eeeeee;
  border-left: 5px solid #eeeeee;
}
.pages-welcome .clumn3_full {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  padding: 40px 30px 40px 40px;
  background: #fff;
  position: relative;
  border-top: 5px solid #eeeeee;
  border-right: 10px solid #eeeeee;
  border-bottom: 10px solid #eeeeee;
  border-left: 10px solid #eeeeee;
  margin-bottom: 120px;
}
.pages-welcome .clumn3_full .imgarea {
  width: 500px;
  float: left;
}
.pages-welcome .clumn3_full .imgarea img {
  width: 100%;
}
.pages-welcome .clumn3_full .c_area {
  width: 360px;
  float: right;
  position: relative;
}
.pages-welcome .cap_tile {
  color: #222222;
  font-size: 15px;
  line-height: 23px;
  margin: 30px 0 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  min-height: 69px;
  letter-spacing: -0.4px;
}
.pages-welcome .cap_shopsearch {
  color: #222222;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: -0.4px;
  padding: 0 10px;
}
.pages-welcome .cap_btn {
  background: #004990;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  width: 207px;
  margin: 25px auto 0;
  border-radius: 4px;
  display: block;
  position: relative;
}
.pages-welcome #lp_wrapper .commentimg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 190px;
}
.pages-welcome #lp_wrapper .commentimgEX {
  opacity: 0;
}
.pages-welcome #lp_wrapper .is-active {
  opacity: 1 !important;
}
.pages-welcome #modal_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000000000000000000000000000000;
}
.pages-welcome #modal_inner {
  width: 600px;
  background: #fff;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 500px;
  overflow-y: hidden;
  overflow-x: hidden;
  left: 50%;
  position: absolute;
}
.pages-welcome .shoplist_tbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.pages-welcome .shoplist_tbl th {
  background: #999;
  color: #fff;
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.pages-welcome .shoplist_tbl th.storename {
  background: #008f65;
  font-size: 1.5rem;
  font-weight: bold;
}
.pages-welcome .shoplist_tbl td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.pages-welcome .gender_list {
  margin: 30px auto 5px;
  width: 100%;
  display: block;
}
.pages-welcome .gender_list li {
  float: left;
  width: 304px;
  margin: 0 0 25px;
}
.pages-welcome .gender_list li:nth-child(2), .pages-welcome .gender_list li:nth-child(3n+2) {
  margin: 0 34px 25px;
}
.pages-welcome .category_mens_ttl {
  font-size: 26px;
  font-weight: bold;
  background: #004990;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 5px solid #fd4f46;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s, border-bottom 0.5s;
  transition: opacity 0.5s, border-bottom 0.5s;
}
.pages-welcome .category_ladies_ttl {
  font-size: 26px;
  font-weight: bold;
  background: #fd4f46;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 5px solid #004990;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  -webkit-transition: opacity 0.5s, border-bottom 0.5s;
  transition: opacity 0.5s, border-bottom 0.5s;
}
.pages-welcome #sec02 h3:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pages-welcome #sec02 .is-active {
  padding: 20px 0 10px;
  margin-top: 0;
}
.pages-welcome #sec02 h3:first-child.is-active {
  border-bottom: 5px solid #004990;
  -webkit-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
}
.pages-welcome #sec02 h3:last-child.is-active {
  border-bottom: 5px solid #fd4f46;
  -webkit-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
}
.pages-welcome .mens_btn {
  width: 380px;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  background: #004990;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.pages-welcome .ladies_btn {
  width: 380px;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  background: #fd4f46;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.pages-welcome .modal_inner_sng_ttl {
  color: #666;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 5px;
  text-align: center;
  display: block;
}
.pages-welcome .modal_inner_sng_wrap {
  width: 620px;
  height: 500px;
  overflow-y: scroll;
  padding-bottom: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pages-welcome .slideInL2R {
  -webkit-animation-name: slideInL2R;
          animation-name: slideInL2R;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.pages-welcome img.is_Sp {
  display: none;
}
.pages-welcome .is_Sp {
  display: none;
}
.pages-welcome .block-inner {
  width: 100%;
}
.pages-welcome .member_btn .icon_arrow, .pages-welcome .service_btn .icon_arrow, .pages-welcome .mens_btn .icon_arrow, .pages-welcome .ladies_btn .icon_arrow, .pages-welcome .cap_btn .icon_arrow {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.pages-welcome .member_btn, .pages-welcome .mens_btn, .pages-welcome .ladies_btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pages-welcome .underline .icon_arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 4px;
  vertical-align: middle;
}

@-webkit-keyframes slideInL2R {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slideInL2R {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes MastfadeInUphalf {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes MastfadeInUphalf {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes MastfadeInUphalfEX {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes MastfadeInUphalfEX {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes MastfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes MastfadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes bounceEX {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  60%, 76.5%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  70%, 73% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  85% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  95% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounceEX {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  60%, 76.5%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  70%, 73% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  85% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  95% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.pages-digilab {
  /** ▼sec01 **/
  /** ▼sec02 **/
  /** ▼sec03 **/
  /** ▼sec04 **/
  /** ▼sec05 **/
  /** ▼animation **/
  /* 2021.11　店舗リスト改修 */
  /*クーポン店舗検索導線*/
}
.pages-digilab .block-inner {
  width: 100%;
}
.pages-digilab .is_Sp {
  display: none;
}
.pages-digilab #lp_wrap {
  padding: 0;
  background: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
.pages-digilab #lp_wrap .container {
  width: 976px;
  display: block;
  margin: 0 auto;
}
.pages-digilab #lp_wrap section {
  display: block;
  margin: 0;
  width: 100%;
  padding: 100px 0;
  position: relative;
}
.pages-digilab #lp_wrap .sp_only {
  display: none;
}
.pages-digilab #lp_wrap .wrap_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pages-digilab #lp_wrap .ttl_area {
  text-align: center;
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.pages-digilab #lp_wrap .subttl,
.pages-digilab #lp_wrap .subttl * {
  font-size: 2.2rem;
  font-weight: bold;
  vertical-align: baseline;
}
.pages-digilab #lp_wrap .text_big {
  font-size: 3rem;
}
.pages-digilab #lp_wrap .text_small {
  font-size: 1.3rem;
}
.pages-digilab #sec01, .pages-digilab #sec03, .pages-digilab #sec05 {
  background: #fff;
}
.pages-digilab #sec02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#246aaf), to(#004990));
  background: linear-gradient(to bottom, #246aaf, #004990);
  background: -moz-linear-gradient(to bottom, #246aaf, #004990);
}
.pages-digilab #sec04 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eee));
  background: linear-gradient(to bottom, #f7f7f7, #eee);
  background: -moz-linear-gradient(to bottom, #f7f7f7, #eee);
}
.pages-digilab #lp_wrap .masthead {
  text-align: center;
  padding: 65px 0 0 0;
  background: url(../../../img/usr/pages/digilab/bg_mv.jpg) no-repeat;
  background-size: cover;
}
.pages-digilab #lp_wrap .masthead h1 {
  margin-bottom: 60px;
}
.pages-digilab #sec01 {
  text-align: center;
}
.pages-digilab #sec01 p + p {
  margin-top: 40px;
}
.pages-digilab #sec01 .imgarea {
  width: 976px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
}
.pages-digilab #sec01 .imgarea img {
  height: 100%;
}
.pages-digilab .wrap_merit li {
  width: 440px;
  color: #fff;
}
.pages-digilab .wrap_merit li p:last-child {
  text-align: justify;
}
.pages-digilab #lp_wrap #sec02 .subttl {
  line-height: 1.5;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2rem;
}
.pages-digilab .wrap_step li {
  min-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.pages-digilab .wrap_step li > img {
  padding-right: 20px;
}
.pages-digilab #sec03 .container > p + p {
  margin-top: 1.2rem;
}
.pages-digilab .wrap_shoplist {
  margin-top: -5px;
}
.pages-digilab .wrap_shoplist li {
  width: 486px;
  margin-top: 5px;
}
.pages-digilab .wrap_shoplist li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 14px;
  padding: 0.8rem 1.2rem 0.6rem 1.5rem;
  -webkit-box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pages-digilab .wrap_shoplist li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.pages-digilab span.shop_name {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.pages-digilab div.shop_icon {
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  margin-right: 0.5rem;
}
.pages-digilab div.shop_icon span + span {
  margin-left: 5px;
}
.pages-digilab span.shop_icon01 {
  color: #004990;
}
.pages-digilab span.shop_icon02 {
  color: #5c5c5c;
}
.pages-digilab span.icon_arrow {
  width: 6px;
  height: 6px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pages-digilab .wrap_video {
  width: 830px;
  margin: auto;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.pages-digilab .wrap_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pages-digilab .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.pages-digilab .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.pages-digilab .fadeInUp, .pages-digilab .fadeInUp02, .pages-digilab .fadeInUp03, .pages-digilab .fadeInUp04 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.pages-digilab select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pages-digilab select::-ms-expand {
  display: none;
}
.pages-digilab .select {
  position: relative;
}
.pages-digilab .select:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  z-index: 1;
}
.pages-digilab .js-area-select {
  display: block;
  width: 100%;
  background: #fff;
  color: #222;
  border: 1px solid #888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  /* font-weight: bold; */
  padding: 1rem 1.2rem 1rem 1.5rem;
}
.pages-digilab .area_name {
  font-size: 2rem;
  font-weight: bold;
  color: #666;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.pages-digilab #lp_wrap .shop_area {
  padding: 30px 0 0;
}
.pages-digilab #lp_wrap .shop_area:first-of-type {
  padding: 60px 0 0;
}
.pages-digilab .foot-column_items_list {
  display: block;
  width: 49%;
  margin: 0 auto;
  /*float:left;*/
  text-align: center;
  font-size: 1.5rem;
}
.pages-digilab .foot-column_items_list img {
  width: 100%;
}
.pages-digilab .foot-column_items_list:nth-child(even) {
  margin: 0 0 0 0;
  float: left;
}
.pages-digilab #coupon_btn-wrap {
  width: 100%;
  background-color: #f7f7f7;
  padding: 30px 0;
}
.pages-digilab #coupon_btn-wrap .foot-btn-wrap {
  width: 976px;
  margin: 0 auto;
}
.pages-digilab #coupon_btn-wrap .foot-column-2 {
  margin-left: 0px;
}

.fp_outline_contents {
  margin-top: 60px;
}
.fp_outline_contents .fp_common_contents--block {
  margin-top: -22px;
  padding-bottom: 0;
  padding-top: 50px;
  margin-top: 50px;
  border-top: solid 1px #d8d8d8;
}
.fp_outline_contents .fp_common_contents--block:before {
  content: none;
}
.fp_outline_contents h3 {
  color: #222;
}

.fp_common_num--list {
  margin-top: 8px;
  padding-left: 17px;
}
.fp_common_num--list li {
  list-style: decimal;
  padding: 0;
  text-indent: 0;
}

.fp_privacy_sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px 0;
}

.pages-terms .action .btn {
  margin-top: 20px;
}

.fp_terms_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.pages-security .fp_common_contents--block {
  padding-top: 0;
  border-top: 0;
}
.pages-security .fp_privacy_sign {
  display: block;
  width: 210px;
  margin: 30px 0 0 auto;
}
.pages-security .fp_privacy_sign--name {
  text-align: left;
  margin-bottom: 10px;
}
.pages-security h2 {
  font-size: 18px;
}

.fp_truste_img {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}

.pages-commerce .is_Sp {
  display: none;
}
.pages-commerce .action .btn {
  margin-top: 15px;
}
.pages-commerce .fp_common_contents--block {
  border-top: none;
  padding-top: 0;
}
.pages-commerce .fp_common_txt--list + .fp_common_txt {
  margin-top: 20px;
}
.pages-commerce dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.pages-commerce dl:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.pages-commerce dt {
  font-weight: bold;
  background: #f8f8f8;
  padding: 20px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #c8c8c8;
}
.pages-commerce dd {
  width: auto;
  padding: 20px;
  width: 80%;
}

.fp_commerce_inner--block {
  margin-top: 10px;
  padding-left: 20px;
}
.fp_commerce_inner--block + .fp_common_txt {
  margin-top: 20px;
}

.fp_pitata_contents .action {
  margin: 0;
}
.fp_pitata_contents .action .btn {
  margin-top: 15px;
  width: auto;
  min-width: 280px;
}
.fp_pitata_contents .action + .fp_common_txt {
  margin-top: 20px;
}

.fp_pitata_block--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.fp_pitata_block--grid .fp_common_image {
  margin-top: 0;
}
.fp_pitata_block--grid .fp_common_txt {
  word-break: break-all;
}
.fp_pitata_block--grid img {
  width: 100%;
}
.fp_pitata_block--grid .action .btn {
  margin-top: 30px;
}

.fp_members_contents .fp_container_kv img {
  width: 100%;
}
.fp_members_contents .fp_service_btn {
  margin: 12px 0 0;
}
.fp_members_contents .action .btn {
  margin-top: 0;
  width: auto;
  padding: 12px 10px;
  min-width: 470px;
}
.fp_members_contents .action + .fp_common_txt {
  margin-top: 12px;
}
.fp_members_contents table {
  margin: 20px 0;
}
.fp_members_contents th, .fp_members_contents td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #e0e0e7;
}
.fp_members_contents th {
  padding: 10px;
  font-weight: bold;
  background: #f0f0f2;
}
.fp_members_contents th:first-of-type {
  width: 96px;
}
.fp_members_contents td {
  padding: 15px;
  width: 278px;
  background: #fff;
}
.fp_members_contents td .action .btn {
  min-width: 200px;
}
.fp_members_contents h3 {
  margin: 20px 0 12px;
}

.fp_members_block {
  display: none;
}

.fp_members_card--block td {
  vertical-align: top;
}
.fp_members_card--block .fp_common_image {
  margin-top: 0;
}

.fp_members_explain--block {
  padding: 25px;
  border: solid 1px #e3e3e3;
  margin: 20px 0;
}
.fp_members_explain--block h3 {
  margin-top: 0;
}

.fp_members_center {
  text-align: center;
}

.fp_giftcard_contents .fp_container_kv {
  margin-top: 0;
}
.fp_giftcard_contents img {
  width: 100%;
}

.fp_giftcard_block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 300px;
  grid-template-columns: auto 300px;
  gap: 40px;
}

.fp_service_paidy--list + .fp_common_txt {
  margin-top: 60px;
  text-align: center;
}

.fp_service_paidy--item {
  padding: 40px 30px;
  background: #e7f3fa;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 30px;
}

.fp_service_paidy--img img {
  width: 100%;
}
.fp_service_paidy--img .fp_service_paidy--title {
  display: none;
}

.fp_service_paidy--title {
  margin-bottom: 20px;
}

.fp_service_paidy--btn {
  background: -webkit-gradient(linear, left top, right top, from(#E5258C), color-stop(96.36%, #863BD4));
  background: linear-gradient(90deg, #E5258C 0%, #863BD4 96.36%);
  color: #fff;
  border-radius: 15px;
  width: 500px;
  margin: 30px auto 0;
  padding: 26px 60px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fp_service_paidy--btn img {
  width: 32%;
  margin-right: 20px;
}
.fp_service_paidy--btn .m-icon-arrow_right {
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 10px;
}

#service_amazon * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#service_amazon .service_col img {
  display: block;
}

#service_amazon .m-listTitle_title-blue {
  color: #004990;
}

#service_amazon .service_title_col {
  padding-bottom: 20px !important;
  text-align: center;
}

#service_amazon .service_col section {
  margin-top: 15%;
}

#service_amazon .service_col section:first-of-type {
  margin-top: 12%;
}

#service_amazon .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service_amazon h2,
#service_amazon h3,
#service_amazon h4,
#service_amazon h5,
#service_amazon .btn-nav,
#service_amazon .ex_ttl {
  font-weight: bold;
  color: #004990;
}

#service_amazon h2 {
  font-size: 3rem;
}

#service_amazon h3 {
  font-size: 2.4rem;
  margin: 40px 0;
}

#service_amazon h4 {
  font-size: 2rem;
  margin: 25px 0;
  padding-bottom: 4px;
  border-bottom: solid 3px #004990;
}

#service_amazon h5 {
  padding: 14px 14px 12px 38px;
  margin-bottom: 28px;
  font-size: 2rem;
  line-height: 1.4;
  color: #ffffff;
  background: #004990;
  position: relative;
}

#service_amazon h5:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 30%;
  width: 8px;
  height: 20px;
  background: #ffffff;
}

/*nav*/
#service_amazon .nav {
  margin: 30px 0;
  text-align: start;
}

#service_amazon .nav ul {
  background: #f0f0f0;
  padding: 0 30px;
}

#service_amazon .nav ul + ul {
  margin-top: 2px;
}

#service_amazon .nav li {
  margin-left: 0;
  border-bottom: 1px solid #ffffff;
}

#service_amazon .nav li + li {
  margin-left: 40px;
}

#service_amazon .nav li:nth-last-child(2) {
  border: none;
}

#service_amazon .nav li:last-child {
  margin-left: 10px;
  border: none;
  border-top: 1px solid #ffffff;
}

#service_amazon .nav ul + ul li:last-child {
  margin-top: 2px;
  border: none;
}

#service_amazon .nav ul li:nth-child(2) {
  margin-left: 10px;
}

#service_amazon .nav .btn-nav {
  position: relative;
  text-decoration: none;
  padding: 14px 0;
  display: block;
}

#service_amazon .nav a .m-icon-arrow_down {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #004990;
  border-bottom: 2px solid #004990;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/*cont_area*/
.cont_area {
  background: #e7f3fa;
  padding: 40px 30px;
  margin-bottom: 20px;
}

/*.cont_area:last-child {
	margin-bottom: 40px;
}*/
.cont_area .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cont_area .flex span img {
  padding-left: 1.5rem;
  margin-bottom: 2px;
}

.cont_area .cap {
  width: 333px;
  height: auto;
}

.cont_area .cap2 {
  width: 230px;
  height: auto;
}

.cont_area .step_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

.cont_area .step_txt dd span {
  display: inline-block;
  font-size: 1.2rem;
  padding-top: 20px;
}

.cont_area .step_txt dt {
  margin: 0 0 20px;
}

.sec_set {
  margin-bottom: 80px;
}

#service_amazon .btn-post {
  background: #666;
  color: #fff;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  margin: 0 auto;
  padding: 10px 0;
}

#service_amazon .btn-post .m-icon-arrow_right {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#service_mailmag * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#service_mailmag .service_col {
  padding-bottom: 12%;
}

#service_mailmag .service_col img {
  display: block;
}

#service_mailmag .m-listTitle_title-blue {
  color: #004990;
}

#service_mailmag .m-listTitle_title-blue span img {
  width: 50px;
  height: auto;
}

#service_mailmag .service_title_col {
  padding-bottom: 20px !important;
}

#service_mailmag .service_col section {
  margin-top: 80px;
  margin-bottom: 20px;
}

#service_mailmag h4,
#service_mailmag h5 {
  font-weight: bold;
  color: #004990;
}

#service_mailmag h4 {
  font-size: 2.4rem;
  margin: 10px 0;
}

#service_mailmag h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

#service_mailmag h6 {
  margin-top: 12px;
  color: #004990;
}

#service_mailmag .annotation {
  font-size: 1.4rem;
  padding-top: 12px;
  text-align: left;
}

#service_mailmag .link {
  text-decoration: underline;
  color: #004990;
  position: relative;
  margin-left: 15px;
  display: block;
  margin-top: 1rem;
}

#service_mailmag .link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #004890;
  position: absolute;
  left: -15px;
  top: 5px;
}

#service_mailmag .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service_mailmag .kv h3 img {
  margin: 0 auto;
}

#service_mailmag .kv > p {
  margin: 20px 0 40px;
}

#service_mailmag .register .member,
#service_mailmag .register .non-member {
  width: 48%;
  padding: 3% 6% 4%;
  text-align: center;
}

#service_mailmag .register .member {
  border: 2px solid #222;
}

#service_mailmag .register .member h5 {
  color: #222;
}

#service_mailmag .register .non-member {
  background: #e7f3fa;
}

#service_mailmag .register .m-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-radius: 4px;
  color: #fff;
  background: #222;
}

#service_mailmag .register .m-icon-arrow_right {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#service_mailmag .register .non-member .m-btn {
  background: #004990;
}

#benefit .bene_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#service_mailmag #benefit h5 {
  margin-bottom: 0;
}

#benefit .bene_list li {
  width: 48%;
  border: 2px solid #004990;
  margin-bottom: 30px;
}

#benefit .link_delivery {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: -5px;
}

#benefit .link_delivery a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #004990;
  padding-left: 0.5rem;
  color: #004990;
}

#benefit .link_delivery a span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 4px;
  border-top: 2px solid #004990;
  border-right: 2px solid #004990;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#benefit .bene_txt {
  padding: 20px;
}

#benefit .bene_txt p {
  color: #004990;
}

#setting .set_list > li {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #004990;
  line-height: 2;
}

#setting .child_list {
  font-size: 1.4rem;
}

#setting .attention_list li {
  font-size: 1.4rem;
  line-height: 1.7;
  padding-left: 1rem;
  text-indent: -1rem;
}

.concierge_wrap {
  padding: 0;
  margin: 0 0 30px;
  clear: both;
  background: #fff;
}

.concierge_wrap img {
  float: left;
  width: 100%;
  vertical-align: bottom;
  border: none;
}

.nav {
  margin-bottom: 10px;
  text-align: center;
}

.anchorbtn {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  margin: 20px 5px;
  font-size: 90%;
  color: #fff;
  text-align: center;
  background-color: #002b54;
  border: 2px solid #002b54;
  border-radius: 5px;
}

.concierge_q_a {
  width: 677px;
  margin: 0 auto;
  clear: both;
}

/* ページ内リンクの飛び先対策 */
#content_select01,
#content_select02,
#content_select03,
#content_select08,
#content_select04,
#content_select05 {
  margin: 60px 0;
  clear: both;
}

/* ページ内リンクの飛び先対策 */
.open img {
  width: 671px !important;
  margin-bottom: 20px;
  border-top: 3px #002b54 solid;
  border-right: 3px #002b54 solid;
  border-bottom: 3px #002b54 solid;
  border-left: 3px #002b54 solid;
}

.close img {
  width: 671px !important;
  margin-bottom: 0;
  border-top: 3px #002b54 solid;
  border-right: 3px #002b54 solid;
  border-bottom: none;
  border-left: 3px #002b54 solid;
}

.accordion_contents img {
  width: 671px !important;
  margin-bottom: 20px;
  border-top: none;
  border-right: 3px #002b54 solid;
  border-bottom: 3px #002b54 solid;
  border-left: 3px #002b54 solid;
}

.not_float {
  float: none !important;
}

/*** 2020.4.6画像からテキストに変更修正 ***/
.select01_1 {
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-content: space-between;
  justify-content: space-between;
}

.select01_1 div p {
  line-height: 1.6;
}

.select01_1 div {
  margin-right: 24px;
}

.select01_1 img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 255px;
}

.select_ttl {
  margin: 12px 0;
  font-size: 18px;
  font-weight: bold;
  color: #af8f38;
}

.select01_2 {
  margin-top: 24px;
}

.content_select02_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 676px;
  margin-inline: auto;
  margin-top: -20px;
}
.content_select02_imgs img {
  width: 338px;
}

/* tel_area */
.tel_area {
  padding: 12px 0;
  margin-bottom: 20px;
  border-top: solid 2px #af8f38;
  border-bottom: solid 2px #af8f38;
}

.tel_area dl {
  margin: 0 auto;
  text-align: center;
}

.tel_area dl * {
  display: inline-block;
  text-align: left;
}

.tel_area dd {
  margin-left: 16px;
}

.select03_1 .tel_area dd {
  font-size: 14px;
  font-weight: bold;
}

.tel_comment {
  padding: 20px;
  line-height: 1.6;
  background: #eee;
}

.tel_comment li {
  padding-left: 13px;
  text-indent: -13px;
}

li.tel_textgroup {
  padding-left: 0;
  font-size: 15px;
  text-indent: 0;
}

.tel_ttl {
  font-family: "futura_abold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  color: #af8f38;
}

.tel_ttl img {
  width: 32px;
  margin-top: 6px;
}

.tel_time {
  margin: 12px auto;
  /* font-family: 'futura_abold'; */
  font-size: 18px;
  font-weight: bold;
  color: #444;
  text-align: center;
}

.txt_red {
  color: #de1642;
}

.guideline {
  line-height: 1.5;
}

.guideline dt {
  font-size: 16px;
}

.guideline dd {
  padding-left: 17px;
  margin-top: 8px;
}

.guideline dd + dt {
  margin-top: 16px;
}

.guideline ol {
  padding-left: 1.4em;
}

.guideline li {
  margin-top: 0.25em;
}

.guideline .decimal li {
  list-style: decimal;
}

.guideline .alpha li {
  list-style: lower-alpha;
}

.tel {
  margin-top: 16px;
  text-align: center;
}

.tel_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "futura_abold";
  font-size: 45px;
  font-weight: 700;
  color: #004990;
}

.tel_num .icon {
  width: 35px;
  height: 35px;
  fill: #004990;
}

.tel_text {
  margin-top: 16px;
  font-size: 15px;
  color: #004990;
}

.tel_notice {
  margin-top: 32px;
  line-height: 1.75;
}

.contact_type {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content -webkit-min-content;
  -ms-grid-rows: min-content min-content;
  grid-template-rows: -webkit-min-content -webkit-min-content;
  grid-template-rows: min-content min-content;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  row-gap: 16px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding-top: 24px;
  margin-top: 24px;
}

.contact_type + .contact_type {
  border-top: 1px solid #ccc;
}

.contact_type_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: #004990;
}

.contact_type_num em {
  margin-left: 8px;
  font-family: "futura_abold";
  font-size: 35px;
  font-weight: 700;
}

.contact_type_title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.contact_type_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  gap: 8px;
}

.notice {
  padding: 24px;
  line-height: 1.5;
  background-color: #eee;
}

.notice li {
  padding-left: 1em;
  text-indent: -1em;
}

.notice li::before {
  content: "※";
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 50px;
  padding-right: 16px;
  margin: auto;
  color: #fff;
  background-color: #008f65;
  border-radius: 4px;
}

.button .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: #fff;
}

.button .arrow {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  fill: #fff;
}

.button.-lg {
  width: 450px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 80px;
}

#service_review * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#service_review .service_col img {
  display: block;
}

#service_review .m-listTitle_title-blue {
  color: #004990;
}

#service_review .service_title_col {
  padding-bottom: 20px !important;
}

#service_review .service_col section {
  margin-top: 80px;
}

#service_review .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#service_review h4,
#service_review h5,
#service_review .btn-nav,
#service_review .ex_ttl {
  font-weight: bold;
  color: #004990;
}

#service_review h4 {
  font-size: 2.4rem;
  margin: 10px 0;
}

#service_review h5 {
  font-size: 1.8rem;
  margin: 10px 0 30px 11px;
  padding-left: 18px;
  position: relative;
  border-bottom: 2px solid;
  line-height: 1.4;
}

#service_review h5:before {
  content: "";
  width: 22px;
  height: 27px;
  background-image: url(../../../img/usr/pages/service/review/penline_icon.png);
  position: absolute;
  left: -11px;
  bottom: -3px;
}

#service_review .annotation {
  font-size: 1.2rem;
  padding-top: 1rem;
  text-align: center;
}

#service_review .nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  margin: 0 !important;
}

#service_review .nav .btn-nav {
  text-align: center;
  border-radius: 4px;
  background: #f0f0f0;
  padding: 10px 10px 25px;
  vertical-align: middle;
  line-height: 1.4;
  position: relative;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  text-decoration: none;
}

#service_review .nav a .m-icon-arrow_down {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #004990;
  border-bottom: 2px solid #004990;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

#about .mark {
  margin-bottom: 1rem;
}

#about .mark mark {
  background: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #f6da40));
  background-image: linear-gradient(transparent 60%, #f6da40 50%);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

#about .annotation {
  text-align: left;
}

#see .see_cont {
  background: #e7f3fa;
  padding: 30px;
}

#see .see01 p {
  margin-top: 20px;
}

#see .see01 img {
  width: 508px;
  height: auto;
}

#see .see02 {
  padding-bottom: 40px;
}

#see .ex_wrap .ex_ttl {
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
}

#see .ex_wrap .ex {
  width: 48%;
}

#see .ex_wrap .ex_cont {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  min-height: 242px;
}

#howto .step {
  background: #e7f3fa;
  padding: 40px 30px;
  margin-bottom: 20px;
}

#howto .step:last-child {
  margin-bottom: 40px;
}

#howto h4.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#howto h4.flex span img {
  padding-left: 1.5rem;
  margin-bottom: 2px;
}

#howto .step .cap {
  width: 338px;
  height: auto;
}

#howto .step_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

#howto .step_txt dt {
  margin: 0 0 20px;
}

#howto #step05 .cap {
  margin-right: -10px;
  width: 347px;
}

#service_review .btn-post {
  background: #222;
  color: #fff;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 16px;
}

#service_review .btn-post .m-icon-arrow_right {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#guideline {
  border-top: 1px solid #999;
  padding: 20px 0 30px;
}

#guideline h4 {
  color: #222;
}

#guideline p,
#guideline ul li {
  color: #666;
  font-size: 1.2rem;
}

#guideline .guide_txt {
  padding-bottom: 1rem;
}

#guideline .child_list {
  text-indent: 1.5rem;
}

.text-center {
  text-align: center;
}

/*dl.torioki_caution_list{margin:10px;}
dl.torioki_caution_list dt{font-weight:bold;}
dl.torioki_caution_list dd{padding-left:1em;text-indent:-1em;}*/
.service_col .service_col_inner p,
.service_col .service_col_inner dd {
  color: #6e7491;
  line-height: 1.6;
}

.service_col .service_col_inner h3 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #004990;
  border-bottom: solid 2px #004990;
  padding: 0 0 3px 0;
  font-weight: bold;
}

.section_01 {
  margin: 20px 0;
  padding: 20px 20px 20px 40px;
}

.section_02 {
  margin: 20px 0;
}

.sub_line {
  background: #fdffc6;
  padding: 20px;
  margin: 20px 0;
}

.colmn_2 {
  float: left;
  width: 323px;
  margin-right: 30px;
}

.colmn_2:nth-child(2n) {
  margin-right: 0;
}

.colmn_2 h3 {
  font-size: 16px;
  margin-bottom: 10px;
  background: #008f65;
  /*background:#de1642;*/
  padding: 3px 10px;
  color: #FFF;
  border-radius: 4px;
}

.colmn_2 h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #008f65;
}

.colmn_2 p {
  margin-top: 10px;
}

.service_col .service_col_inner .txt_colmn {
  float: left;
  width: 250px;
  margin-right: 17px;
}

.service_col .service_col_inner .fig {
  float: left;
  width: 300px;
}

.section_01 h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px;
}

.btn_link {
  width: 120px;
  margin: 15px 0 30px;
}

.caution_list {
  margin: 40px 0;
  border: solid 1px #CCCCCC;
  padding: 20px;
  color: #6e7491;
}

.caution_list li {
  text-indent: -1em;
  padding-left: 1em;
}

.grayBox {
  background: #eee;
  padding: 20px 40px;
  border-radius: 8px;
}

.grayBox p {
  line-height: 1.6;
  font-size: 106%;
}

h2.m-title-large {
  text-align: center;
  padding-bottom: 10px;
}

ul.stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  width: 100%;
  margin: 0 0 20px;
}

ul.stepList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

ul.stepList li p.stepImg {
  margin-bottom: 10px;
  text-align: right;
}

ul.stepList li p.stepTit {
  padding-bottom: 2px;
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

ul.stepList li#step01 p.stepTit {
  border-bottom: 1px dashed #6ec8f2;
  color: #13baee;
}

ul.stepList li#step02 p.stepTit {
  border-bottom: 1px dashed #fac100;
  color: #f08c00;
}

ul.stepList li#step03 p.stepTit {
  border-bottom: 1px dashed #f2a8c8;
  color: #e5438f;
}

ul.stepList li#step04 p.stepTit {
  border-bottom: 1px dashed #96c519;
  color: #81be25;
}

ul.stepList li p.stepTxtM {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 1.6;
  text-align: justify;
}

ul.stepList li p.stepTxtS {
  font-size: 10px;
  text-align: justify;
}

.txBox {
  padding: 30px 0 20px 90px;
  font-size: 110%;
}

.txBox .red {
  color: #de1642;
}

ul.btn_area {
  text-align: center;
}

ul.btn_area li {
  margin-bottom: 20px;
}

/**/
.service_title_col {
  padding-bottom: 20px;
}

.service_text {
  font-size: 1.5rem;
  text-align: left;
  margin: 20px auto 0;
  width: 615px;
}

.section01 {
  margin: 40px 0 30px;
}

#point_section dd {
  padding-top: 10px;
  font-size: 1.5rem;
}

#point_section dd span {
  color: #DE1642;
  font-weight: bold;
}

#guide_section .guide_section_inner > li {
  position: relative;
  width: 520px;
  margin: 10px auto 20px;
  padding: 20px 40px;
  background: #ffffcc;
}

#guide_section .guide_section_inner > li:nth-child(2n) {
  background: #e7f3fa;
}

#guide_section .guide_section_inner > li:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
  bottom: -40px;
  left: 50%;
  width: 33px;
  height: 20px;
  background: url(../img/icon_sankaku.png) no-repeat;
}

#guide_section .guide_section_inner > li#step4:after,
#guide_section .guide_section_inner > li#step5:after {
  background: none;
}

#guide_section .guide_section_inner > li .txt_colmn {
  float: left;
  width: 200px;
  /*margin-right:40px;*/
  font-size: 1.5rem;
  line-height: 1.6;
}

#guide_section .guide_section_inner > li#step4 .txt_colmn {
  width: 150px;
  padding-top: 10px;
}

#guide_section .guide_section_inner > li .txt_colmn dt {
  margin: 30px 0;
}

#guide_section .guide_section_inner > li#step4 .txt_colmn dt {
  text-align: left;
}

#guide_section .guide_section_inner > li .txt_colmn img {
  margin: 0;
}

#guide_section .guide_section_inner > li .fig {
  float: left;
  width: 320px;
  /* position:absolute;
    top:20px;
    right:-36px;*/
}

#guide_section .guide_section_inner > li#step4 .step4_txt {
  width: 350px;
  font-size: 1.5rem;
  line-height: 1.6;
}

#guide_section .guide_section_inner > li#step4 .step4_txt ul {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 15px;
}

#guide_section .guide_section_inner > li .fig img {
  position: relative;
  right: -36px;
}

#guide_section .guide_section_inner > li#step2 .point_info {
  border: solid 1px #DE1642;
  background: #FFF;
  margin: 30px 0 0;
  position: relative;
}

#guide_section .guide_section_inner > li#step2 .point_info dt {
  margin: 0;
  background: #DE1642;
  color: #FFF;
  padding: 5px 0 5px 15px;
  text-align: center;
}

#guide_section .guide_section_inner > li#step2 .point_info dd {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 10px;
}

#guide_section .guide_section_inner > li#step2 .point_info dd.link_txt .m-icon {
  color: #DE1642;
}

#guide_section .guide_section_inner > li#step2 .point_info dd.link_txt a:link,
#guide_section .guide_section_inner > li#step2 .point_info dd.link_txt a:visited {
  color: #DE1642;
  text-decoration: underline;
}

#guide_section .guide_section_inner > li#step2 .point_info dd.link_txt a:hover {
  color: #e75072;
}

.icon_point {
  position: absolute;
  top: -20px;
  left: -20px;
}

.icon_mail {
  position: absolute;
  top: 15px;
  right: 20px;
}

#step5 .h_txt {
  text-align: center;
  margin: 10px 0 0;
}

#guide_section .guide_section_inner > li#step5 .fig {
  width: 248px;
  margin-right: 20px;
}

#guide_section .guide_section_inner > li#step5 .fig img {
  position: static;
}

#guide_section .guide_section_inner > li#step5 .txt_colmn {
  margin-top: 30px;
  width: 252px;
}

.caution_list {
  margin: 0 auto 30px;
}

.caution_list li.link_txt {
  line-height: 1.8;
  text-indent: inherit;
  padding-left: 0;
}

.caution_list li.link_txt a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.caution_list li.link_txt a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #239bc9;
  border-right: 2px solid #239bc9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.caution_list li a {
  color: #239bc9;
}

.link_txt p span.nomal {
  font-size: 1.5rem;
  color: #000;
}

.link_txt p a:hover {
  color: #48bbe7;
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.col_1_3 {
  width: 208px;
}

.col_2_3 {
  width: 442px;
}

.store_stock_parts_001 {
  background: url(../../../img/usr/pages/service/fitting/bg_store_stock.png) top left no-repeat;
  padding-left: 30px;
}

.HeadingLv3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  background: url(../../../img/usr/pages/service/fitting/bg_headinglv2.png) repeat-x 0 100%;
}

dl.NumberList2 dt {
  background: url(../../../img/usr/pages/service/fitting/dotline_gray_x.gif) repeat-x scroll 0 100%;
  margin: 0 0 5px;
  padding: 0 0 5px;
}

dl.NumberList2 dl dt {
  background: none;
  color: #cf1424;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}

div.Section,
div.SubSection {
  padding: 10px 0;
  clear: both;
}

.txt_indt {
  text-indent: -1em;
  padding-left: 1em;
}

.txt_cl_red {
  color: #CF1424;
}

.caution_box_area {
  background: #edecec;
  border: double 3px #fff;
  padding: 15px;
  margin-top: 10px;
  lien-height: 2rem;
}

.heading {
  margin: 30px 0px;
  text-align: center;
}

.tile {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
  -webkit-transition: box-shadow 1s;
}

.tile img {
  width: 100%;
}

.tile:hover {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

p.tile_text {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 10px 10px;
}

.box {
  background-color: #e5ecf4;
  width: 600px;
  height: auto;
  min-height: 278px;
  margin: 20px auto;
  padding: 20px;
}

.box:last-child:after {
  content: none;
}

.box:after {
  content: "";
  clear: both;
  display: block;
  position: relative;
  bottom: -40px;
  left: 48%;
  width: 33px;
  height: 20px;
  background: url(../../../img/usr/pages/service/fitting/blu_tri.png) no-repeat;
}

.stp {
  margin-left: 40px;
  margin-top: 50px;
}

.stp_des {
  margin-top: 30px;
  width: 200px;
  height: auto;
  word-break: break-all;
  margin-left: 40px;
}

.left_stp {
  width: 50%;
  float: left;
}

.right_stp {
  width: 50%;
  float: right;
}

.red {
  color: #e7224f;
  font-weight: bold;
}

p.stp_des_2 {
  margin: 20px 0px 20px 40px;
}

.stp4_img {
  text-align: center;
}

.point_txt {
  width: 100%;
  height: 200px;
  background-image: url(../../../img/usr/pages/service/fitting/point.png);
  background-repeat: no-repeat;
  margin: 10px;
}

p.point_content {
  position: relative;
  top: 64px;
  width: 180px;
  left: 45px;
}

.under:hover {
  text-decoration: underline !important;
}

.btn_area {
  width: 600px;
  overflow: hidden;
  margin: 0 auto;
}

.btn_area li {
  float: left;
  width: 273px;
}

.btn_area li.btn_member {
  margin-right: 54px;
}

.attention_txt {
  padding: 20px;
  margin: 40px 0;
  color: #6e7491;
  border: solid 1px #ccc;
}

.service_title_col {
  padding-bottom: 20px;
}

.intor h3 {
  color: #004990;
  font-size: 1.5em;
  font-weight: bold;
  margin: 40px 0 10px;
}

.intor .intor_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.intor .intor_mark img {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.intor p {
  line-height: 1.5;
}

.situation_section h3,
.point_section h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  color: #004990;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.situation_section {
  margin: 60px 0;
}

.situation_section p {
  text-align: center;
  color: #004990;
  font-size: 1.5em;
  font-weight: bold;
  margin: 20px 0;
}

.situation_section h3:before,
.situation_section h3:after,
.point_section h3:before,
.point_section h3:after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: "";
  display: block;
  height: 2px;
  background: #004990;
}

.situation_section h3:before,
.point_section h3:before {
  left: 0;
}

.situation_section h3:after,
.point_section h3:after {
  right: 0;
}

.situation_section .torioki_down span {
  content: "";
  clear: both;
  display: block;
  position: relative;
  left: calc(50% - 50px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #004890 transparent transparent transparent;
}

.situation_section .situation_set {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  padding: 10px 60px 10px 80px;
  border: solid 4px #004990;
  border-radius: 8px;
}

.situation_section .situation_set dt {
  color: #004990;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2em;
}

.situation_section .situation_set dt span {
  position: relative;
  padding-left: 1em;
  margin-left: -1em;
}

.situation_section .situation_set dt span:before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 10px;
  height: 16px;
  border-right: 5px solid #ff9600;
  border-bottom: 5px solid #ff9600;
}

.situation_section .top2 dt span:before {
  top: 1em;
}

.situation_section .situation_set dd {
  width: 216px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.situation_section .situation_set_notice {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0 10px;
}
.situation_section .situation_set_notice:last-child {
  margin-bottom: 0;
}

.situation_section .situation_set_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  height: 34px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  border-radius: 7px;
}

.situation_section .situation_set_button + .situation_set_button {
  margin-left: 30px;
}

.situation_section .situation_set_button.-mens {
  background-color: #a9cbf0;
}

.situation_section .situation_set_button.-ladies {
  background-color: #ffb265;
}

.point_section h3:before,
.point_section h3:after {
  width: 290px;
}

.point_section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.point_section .point_set {
  width: 45%;
  line-height: 1.5em;
}

.point_section .point_set dt {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 8px;
  color: #004990;
  font-size: 1.2em;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #ff9600));
  background: linear-gradient(transparent 85%, #ff9600 85%);
}

.point_section .point_set_notice {
  font-size: 12px;
  margin-top: 10px;
}

#login_sns * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#login_sns .service_col img {
  display: block;
}

#login_sns .m-listTitle_title-blue {
  color: #004990;
}

#login_sns .service_title_col {
  padding-bottom: 20px !important;
}

#login_sns .service_col section {
  /*margin-top: 15%;*/
  margin-top: 10%;
}

#login_sns .service_col section:first-of-type {
  margin-top: 12%;
}

#login_sns .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#login_sns h3,
#login_sns h4,
#login_sns h5,
#login_sns .btn-nav,
#login_sns .ex_ttl {
  font-weight: bold;
  color: #004990;
}

#login_sns h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

#login_sns h4 {
  font-size: 2rem;
  padding: 10px 0px 10px 35px;
  background: #004990;
  color: #fff;
  margin: 10px 0;
  position: relative;
}

#login_sns h4:before {
  position: absolute;
  top: 25%;
  left: 15px;
  width: 6px;
  height: 50%;
  content: "";
  opacity: 0.4;
  background: #fff;
}

#login_sns h5 {
  font-size: 1.8rem;
  margin: 10px 0 30px 11px;
  padding-left: 18px;
  position: relative;
  border-bottom: 2px solid;
  line-height: 1.4;
}

#login_sns h5:before {
  content: "";
  width: 22px;
  height: 27px;
  background-image: url(/service/review/img/penline_icon.png);
  position: absolute;
  left: -11px;
  bottom: -3px;
}

#login_sns .annotation {
  font-size: 1.2rem;
  padding-top: 1rem;
  text-align: center;
}

#login_sns .sns_nav {
  background: #f0f0f0;
  padding: 5% 10%;
  width: 80%;
  margin: 0 auto;
}

#login_sns .sns_nav li + li {
  margin-top: 15px;
}

#login_sns .sns_nav .btn-nav {
  position: relative;
  display: block;
  text-decoration: none;
}

#login_sns .sns_nav a .m-icon-arrow_down {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #004990;
  border-bottom: 2px solid #004990;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/*#login_sns .nav {
    margin: 0!important;
}
#login_sns .nav .btn-nav {
    text-align: center;
    border-radius: 4px;
    background: #f0f0f0;
    padding: 15px 10px 20px;
    vertical-align: middle;
    line-height: 1.4;
    width: 22%;
    position: relative;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    margin: 0!important;
}
#login_sns .nav a .m-icon-arrow_down {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 7px);
    color: #004990;
}*/
#about .mark {
  margin-bottom: 1rem;
}

#about .mark mark {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(50%, #f6da40));
  background-image: linear-gradient(transparent 60%, #f6da40 50%);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

#about .annotation {
  text-align: left;
}

#see .see_cont {
  background: #e7f3fa;
  padding: 30px;
}

#see .see01 p {
  margin-top: 20px;
}

#see .see01 img {
  width: 508px;
  height: auto;
}

#see .see02 {
  padding-bottom: 40px;
}

#see .ex_wrap .ex_ttl {
  padding-bottom: 0.5rem;
  font-size: 1.3rem;
}

#see .ex_wrap .ex {
  width: 48%;
}

#see .ex_wrap .ex_cont {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  min-height: 266px;
}

.step {
  /*background: #e7f3fa;*/
  /*padding: 40px 30px;
    margin-bottom: 20px;*/
  padding: 15px 30px;
}

.step:last-child {
  margin-bottom: 40px;
}

#howto h4.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#howto h4.flex span img {
  padding-left: 1.5rem;
  margin-bottom: 2px;
}

.step .cap {
  width: 338px;
  height: auto;
}

.step_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}

.step_txt dt {
  margin: 0 0 20px;
}

.step_txt img {
  width: 90px;
}

#login_sns .btn-post {
  background: #222;
  color: #fff;
  border-radius: 60px;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 16px;
}

#login_sns .btn-post .m-icon-arrow_right {
  color: #fff;
}

.fp_unisize_contents .fp_unisize_title {
  color: #222;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.fp_unisize_contents .fp_common_image {
  text-align: center;
}
.fp_unisize_contents h2 {
  position: relative;
  color: #00498f;
  font-size: 24px;
  text-align: center;
  margin: 40px 0 32px;
}
.fp_unisize_contents h2:before, .fp_unisize_contents h2:after {
  position: absolute;
  content: "";
  background: #00498f;
  width: calc(50% - 110px);
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fp_unisize_contents h2:before {
  left: 0;
}
.fp_unisize_contents h2:after {
  right: 0;
}
.fp_unisize_contents h3 {
  width: 150px;
  margin: 0 auto 20px;
}
.fp_unisize_contents h3 + .fp_common_txt {
  text-align: center;
}

.fp_unisize_block {
  width: calc(100% - 80px);
  padding: 40px;
  background: #e7f3fa;
  margin-left: auto;
  margin-right: auto;
}
.fp_unisize_block .fp_common_image {
  margin: 30px auto 0;
}
.fp_unisize_block + .fp_unisize_block {
  margin-top: 40px;
  position: relative;
}
.fp_unisize_block + .fp_unisize_block:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #004890 transparent transparent transparent;
  top: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.fp_unisize_step--title {
  background: #00498f;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  margin: 20px 0;
}
.fp_unisize_step--title + .fp_common_txt {
  text-align: center;
}
.fp_unisize_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
  padding: 0 20px;
}
.fp_unisize_list + .fp_unisize_step--title {
  margin-top: 60px;
}
.fp_unisize_item {
  width: calc(50% - 20px);
}
.fp_unisize_item:nth-of-type(2n) .fp_unisize_img {
  position: relative;
}
.fp_unisize_item:nth-of-type(2n) .fp_unisize_img:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #004890;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -27px;
}
.fp_unisize_txt {
  margin-bottom: 12px;
}
.fp_unisize_other--txt {
  text-align: center;
  font-size: 16px;
  margin: 40px 0;
}
.fp_unisize_other--txt span {
  padding: 2px;
  background: #e5ffbf;
}
.fp_unisize_network--title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.fp_unisize_network--block {
  padding: 30px 40px;
  border: solid 1px #ccc;
}

.pages-container {
  padding-bottom: 100px;
}