@charset "UTF-8";
/* ==========================================================================

	フリーページ共通 
	
========================================================================== */
.freepage {
  margin: 0 auto;
  position: relative;
  padding: 50px 111px 120px;
  max-width: 1800px; }

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1000ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.delay-100 {
  transition-delay: 100ms; }

.delay-200 {
  transition-delay: 200ms; }

.delay-300 {
  transition-delay: 300ms; }

.delay-400 {
  transition-delay: 400ms; }

.freepage {
  /* 後で消す */
  /* 後で消す */ }
  .freepage .page_category {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0 0 4px; }
  .freepage .freepage_title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    margin: 10px 0 0; }
  .freepage .freepage_title_left {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    width: 13px;
    height: auto;
    left: 45px;
    top: 90px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg); }
  .freepage section {
    margin: 55px auto; }
  .freepage .freepage_subtitle {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 6px; }
  .freepage .freepage_txt {
    font-size: 1.2rem;
    line-height: 2; }
    .freepage .freepage_txt span {
      font-size: 1.3rem;
      font-weight: bold;
      display: inline-block; }
  .freepage .freepage_txt_red {
    font-size: 1.3rem;
    line-height: 2;
    color: #FF0000;
    font-weight: bold; }
  .freepage .freepage_mt10 {
    margin-top: 15px; }
  .freepage .freepage_indent {
    margin-left: 15px; }
  .freepage .freepage_txt_tel {
    font-size: 1.2rem;
    line-height: 2;
    text-decoration: underline;
    margin: 10px 0 0; }
  .freepage .attention {
    margin: 10px 0 0; }
  .freepage .attention span {
    margin: 3px 0 5px 0px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 1.1rem;
    line-height: 1.5;
    display: block;
    font-size: 1.1rem;
    color: #313131; }
  .freepage .attention span:before {
    content: "※";
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 1.1rem;
    color: #8a8a8a; }
  .freepage .inner_attention {
    letter-spacing: 1px;
    position: relative;
    line-height: 1.5;
    display: block;
    font-size: 1.1rem;
    color: #313131; }
  .freepage .payment-card-img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    outline: none;
    height: auto;
    width: auto;
    max-height: 42px;
    margin: 4px 0; }
  .freepage .fs-c-creditCardIcons {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0 0; }
  .freepage .fs-c-creditCardIcons .fs-c-creditCardIcons__icon img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    outline: none;
    height: auto;
    width: auto; }
  .freepage .fs-c-creditCardIcons__image {
    max-height: 32px; }
  .freepage .fs-c-creditCardIcons__image[alt="AMERICAN EXPRESS"] {
    max-height: 40px;
    margin-top: -4px; }
  .freepage .fs-c-creditCardIcons > * + * {
    margin-left: 8px; }

.company_list {
  width: 100%; }
  .company_list dt {
    width: 180px;
    font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 1.8rem;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #000; }
  .company_list dd {
    width: calc(100% - 180px);
    font-size: 1.2rem;
    /* border-bottom: 1px solid #000; */
    margin: 0 0 10px;
    line-height: 1.8rem;
    padding: 10px 0 10px 40px; }

.payment_list {
  width: 100%; }
  .payment_list dt {
    width: 222px;
    font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 1.8rem;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #000; }
  .payment_list dd {
    width: calc(100% - 222px);
    font-size: 1.2rem;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.8rem;
    padding: 10px 0 10px 40px; }

.payment_page .payment_list {
  margin: 20px 0; }
.payment_page .company_list {
  margin: 0px 0 20px; }

.terms_page .payment_list {
  margin: 20px 0; }

@media screen and (max-width: 860px) {
  .payment_list {
    width: 100%; }
    .payment_list dt {
      width: 100%;
      font-size: 1.2rem;
      margin: 0 0 10px;
      line-height: 1.8rem;
      font-weight: 600;
      padding: 10px 0;
      border-bottom: 1px solid #000;
      text-align: center; }
    .payment_list dd {
      width: 100%;
      font-size: 1.3rem;
      margin: 0 0 10px;
      font-weight: 600;
      line-height: 1.8rem;
      padding: 10px 0 10px 0px;
      text-align: center; }

  .payment_page .payment_list {
    margin: 20px 0; }
  .payment_page .company_list {
    margin: 0px 0 20px; }

  .terms_page .payment_list {
    margin: 20px 0; } }
.qa_page .qa_title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding: 30px 0;
  cursor: pointer; }
  .qa_page .qa_title:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 25px;
    height: 12px;
    margin-top: -6px;
    background-image: url("https://vanstore.itembox.design/item/arrow_bottom.svg?t=20190827125325");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .3s; }
  .qa_page .qa_title.active:after {
    transform: rotate(-180deg); }
.qa_page .qa_title_border {
  border-top: 2px solid #000; }
.qa_page .qa_title_border_bottom {
  border-bottom: 2px solid #000; }
.qa_page .answer_box {
  width: 100%;
  display: none;
  padding: 40px 44px 50px;
  background: rgba(0, 0, 0, 0.04); }

@media screen and (max-width: 860px) {
  .qa_page .qa_title {
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    padding: 30px 80px 30px 0; }
    .qa_page .qa_title:after {
      position: absolute;
      right: 5px;
      top: 50%;
      width: 15px;
      height: 8px;
      margin-top: -4px;
      background-image: url("https://vanstore.itembox.design/item/arrow_bottom.svg?t=20190827125325");
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform .3s; }
    .qa_page .qa_title.active:after {
      transform: rotate(-180deg); }
  .qa_page .qa_title_border {
    border-top: 2px solid #000; }
  .qa_page .qa_title_border_bottom {
    border-bottom: 2px solid #000; }
  .qa_page .answer_box {
    width: 100%;
    display: none;
    padding: 20px 15px 30px;
    background: rgba(0, 0, 0, 0.04); } }
@media screen and (max-width: 860px) {
  .freepage {
    margin: 0 auto;
    position: relative;
    padding: 40px 30px 80px;
    max-width: 1200px;
    border-top: 2px solid #000; }

  .freepage .page_category {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0 0 4px; }
  .freepage .freepage_title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 15px 0 0; }
  .freepage .freepage_title_left {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    width: 13px;
    height: auto;
    left: 5px;
    top: 65px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg);
    display: none; }
  .freepage section {
    margin: 35px auto; }
  .freepage .freepage_subtitle {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #000;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 6px; }
  .freepage .freepage_txt {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 1px; }
    .freepage .freepage_txt span {
      font-size: 1.2rem;
      font-weight: bold;
      display: inline-block; }
  .freepage .freepage_txt_red {
    font-size: 1.2rem;
    line-height: 2;
    color: #FF0000;
    font-weight: bold; }
  .freepage .freepage_mt10 {
    margin-top: 15px; }
  .freepage .freepage_txt_tel {
    font-size: 1.2rem;
    line-height: 2;
    text-decoration: underline;
    margin: 10px 0 0; }
  .freepage .attention {
    margin: 10px 0 0; }
  .freepage .attention span {
    margin: 3px 0 5px 0px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 1.1rem;
    line-height: 1.9;
    display: block;
    font-size: 1.1rem;
    color: #8a8a8a; }
  .freepage .attention span:before {
    content: "※";
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 1.1rem;
    color: #8a8a8a; }

  .company_list {
    width: 100%; }
    .company_list dt {
      width: 100%;
      font-size: 1.2rem;
      margin: 0 0 0px;
      line-height: 1.8rem;
      font-weight: 600;
      padding: 10px;
      border-bottom: 0px solid #000;
      background: rgba(0, 0, 0, 0.05); }
    .company_list dd {
      width: 100%;
      font-size: 1.2rem;
      margin: 0 0 0px;
      line-height: 1.8rem;
      padding: 10px 0 10px 10px; } }
/* ==========================================================================

	ショップリスト
	
========================================================================== */
.shoplist_page {
  position: relative;
  margin: 0 auto;
  padding: 50px 111px 120px;
  max-width: 1800px; }
  .shoplist_page .page_category {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding: 3px;
    margin: 0 0 4px; }
  .shoplist_page .freepage_title_left {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    width: 13px;
    height: auto;
    left: 45px;
    top: 90px;
    text-align: center;
    font-family: din-condensed, sans-serif;
    transform: rotate(-180deg); }

.shoplist_title {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  font-size: 3.7rem;
  line-height: 1;
  position: relative;
  margin: 10px 0 0; }

.shoplist_subtitle {
  font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000;
  font-size: 2.7rem;
  line-height: 1;
  position: relative;
  margin: 100px 0 0; }

.shoplist_area {
  width: 100%;
  margin: 50px 0 0; }
  .shoplist_area li {
    padding: 48px 3px;
    border-bottom: 2px solid #000; }
    .shoplist_area li:first-child {
      border-top: 2px solid #000; }
  .shoplist_area li.hover {
    cursor: pointer; }
    @media screen and (min-width: 861px) {
      .shoplist_area li.hover:hover .shoplist_map {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #fff;
        display: inline-block;
        color: #000;
        font-size: 0.9rem;
        line-height: 1rem;
        padding: 3px 2px 2px 3px;
        margin: 0 0 0 3px;
        border: 1px solid #000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .shoplist_area li.hover:hover .shop_name:after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(1, 1);
        transform-origin: left top;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
  .shoplist_area .list_name {
    width: 306px; }
  .shoplist_area .shop_address {
    width: calc(100% - 576px);
    padding: 0 15px 0 0; }
  .shoplist_area .shop_info {
    width: 270px; }
  .shoplist_area .shop_name {
    font-size: 1.4rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block; }
    .shoplist_area .shop_name:after {
      position: absolute;
      bottom: -10px;
      left: 0;
      content: '';
      width: 0;
      height: 2px;
      background: #333;
      transform: scale(1, 1);
      transform-origin: left top;
      transition: transform .3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .shoplist_area .shoplist_map {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 3px 2px 2px 3px;
    margin: 0 0 0 3px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 861px) {
      .shoplist_area .shoplist_map:hover {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #fff;
        display: inline-block;
        color: #000;
        font-size: 0.9rem;
        line-height: 1rem;
        padding: 3px 2px 2px 3px;
        margin: 0 0 0 3px;
        border: 1px solid #000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
  .shoplist_area .shoplist_title_en {
    font-size: 0.8rem;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    color: #D6D6D6;
    display: block;
    margin: 2px 0 0 0; }
  .shoplist_area .shop_address_title {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1rem;
    margin: 2px 0 2px; }
  .shoplist_area .shop_address_contents {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 1.4rem; }
  .shoplist_area .shop_info_attention {
    font-size: 1.1rem;
    margin: 8px 0 0 0; }
  .shoplist_area .shop_info span {
    font-size: 1.4rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  .shoplist_area .shop_info .dd_title {
    margin: 0 5px 0 0; }

.shop_list_partner li {
  border-bottom: 1px solid #000; }
  .shop_list_partner li:first-child {
    border-top: 1px solid #000; }
.shop_list_partner .shop_name {
  font-size: 1.2rem; }
.shop_list_partner .shop_address_contents {
  font-size: 1.2rem; }
.shop_list_partner .shop_info span {
  font-size: 1.2rem; }

.shopphoto_trigger {
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  background: #000;
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 3px 2px 2px 3px;
  margin: 0 0 0 3px;
  border: 1px solid #000;
  cursor: pointer; }
  @media screen and (min-width: 861px) {
    .shopphoto_trigger:hover {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #fff;
      display: inline-block;
      color: #000;
      font-size: 0.9rem;
      line-height: 1rem;
      padding: 3px 2px 2px 3px;
      margin: 0 0 0 3px;
      border: 1px solid #000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; } }

@media screen and (max-width: 860px) {
  .shoplist_page {
    margin: 0 auto;
    position: relative;
    padding: 40px 30px 80px;
    max-width: 1200px;
    border-top: 2px solid #000; }
    .shoplist_page .freepage_title_left {
      display: none; }

  .shoplist_area {
    border-top: 0px solid #000;
    width: 100%;
    margin: 40px 0 0; }
    .shoplist_area li {
      padding: 48px 3px;
      border-bottom: 2px solid #000;
      cursor: pointer; } }
    @media screen and (max-width: 860px) and (min-width: 861px) {
      .shoplist_area li:hover .shoplist_map {
        font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        background: #fff;
        display: inline-block;
        color: #000;
        font-size: 0.9rem;
        line-height: 1rem;
        padding: 3px 2px 2px 3px;
        margin: 0 0 0 3px;
        border: 1px solid #000;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .shoplist_area li:hover .shop_name:after {
        position: absolute;
        bottom: -12px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        transform: scale(1, 1);
        transform-origin: left top;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
@media screen and (max-width: 860px) {
    .shoplist_area li.top_view {
      border-top: 0px solid #000 !important;
      padding: 0 3px 48px; }
      .shoplist_area li.top_view .shop_img {
        width: 120%;
        margin: 0 0 28px -10%; }
    .shoplist_area .list_name {
      width: 100%; }
    .shoplist_area .shop_address {
      width: 100%;
      padding: 30px 0 20px; }
    .shoplist_area .shop_info {
      width: 100%; }
      .shoplist_area .shop_info a {
        color: #000 !important; }
    .shoplist_area .shop_name {
      font-size: 1.4rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-weight: bold;
      position: relative;
      display: inline-block; }
      .shoplist_area .shop_name:after {
        position: absolute;
        bottom: -12px;
        left: 0;
        content: '';
        width: 9px;
        height: 2px;
        background: #333;
        transform: scale(1, 1);
        transform-origin: left top;
        transition: transform .3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .shoplist_area .shoplist_map {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      background: #000;
      display: inline-block;
      color: #fff;
      font-size: 0.9rem;
      line-height: 1rem;
      padding: 3px 2px 2px 3px;
      margin: 0 0 2px 3px;
      border: 1px solid #000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .shoplist_area .shoplist_title_en {
      font-size: 0.8rem;
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      color: #D6D6D6;
      display: block;
      margin: 2px 0 0 0; }
    .shoplist_area .shop_address_title {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1rem;
      margin: 2px 0 2px; }
    .shoplist_area .shop_address_contents {
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 1.4rem; }
    .shoplist_area .shop_info_attention {
      font-size: 1.0rem;
      margin: 8px 0 0 0; }
    .shoplist_area .shop_info span {
      font-size: 1.3rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    .shoplist_area .shop_info .dd_title {
      margin: 0 5px 0 0; }

  .shop_list_partner li {
    border-bottom: 1px solid #000; }
    .shop_list_partner li:first-child {
      border-top: 1px solid #000; }
  .shop_list_partner .shop_name {
    font-size: 1.2rem; }
  .shop_list_partner .shop_address_contents {
    font-size: 1.2rem; }
  .shop_list_partner .shop_info span {
    font-size: 1.2rem; } }
.shoplist_page {
  /* SP用のモーダル */ }
  .shoplist_page .modal_trigger_shop span {
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
    padding: 3px 2px 2px 3px;
    margin: 30px 0 0 0px;
    border: 1px solid #000;
    cursor: pointer; }
  .shoplist_page .modal_area_shop_contents {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.9); }
  .shoplist_page .modal_area_shop_contents .inner {
    position: relative;
    padding: 60px 15px 60px;
    background: #fff;
    min-height: 100vh; }
  .shoplist_page .modal_area_shop_contents .modal_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer; }
  .shoplist_page .modal_area_shop_contents .modal_close_btn::before, .shoplist_page .modal_area_shop_contents .modal_close_btn::after {
    position: absolute;
    left: 10px;
    width: 1px;
    height: 20px;
    background: #000;
    pointer-events: none;
    content: ''; }
  .shoplist_page .modal_area_shop_contents .modal_close_btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .shoplist_page .modal_area_shop_contents .modal_close_btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .shoplist_page .modal_area_shop_contents .modal_close_btn_bottom {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 0px #b2b2b2;
    background: #fff;
    width: 100%;
    margin: 30px auto 0;
    letter-spacing: 3px;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
  .shoplist_page .modal_area_shop_contents .shop_photolist {
    width: 100%; }
  .shoplist_page .modal_area_shop_contents .shop_photo {
    margin: 0 0 10px 0; }
  .shoplist_page .modal_area_shop_contents .photo_title {
    font-size: 1.1rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    text-align: center;
    font-weight: bold;
    padding: 0 0 30px; }

/* ==========================================================================

	メールマガジン
	
========================================================================== */
.mailmagazine_sample {
  padding: 30px 15px; }
  .mailmagazine_sample .mailmagazine_title {
    font-size: 1.2rem;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    text-align: center;
    font-weight: bold; }
  .mailmagazine_sample .mailmagazine_subtitle {
    font-size: 1.2rem;
    margin: 16px 0 0;
    text-align: center; }
  .mailmagazine_sample .sample01 {
    width: 500px;
    margin: 50px auto 0; }
  .mailmagazine_sample .sample02 {
    width: 500px;
    margin: 0 auto; }
  .mailmagazine_sample .sample03 {
    width: 600px;
    margin: 0 auto; }
  .mailmagazine_sample .sample04, .mailmagazine_sample .sample05 {
    width: 600px;
    margin: 0 auto 70px;
    text-align: center;
    vertical-align: top; }
  .mailmagazine_sample .sample06 {
    width: 600px;
    margin: 0 auto 0px;
    text-align: center;
    vertical-align: top; }
  .mailmagazine_sample .sample06_1 {
    margin: 0 auto 20px; }
  .mailmagazine_sample .sample_margin_10 {
    margin: 0 0 10px; }
  .mailmagazine_sample .sample07 {
    width: 600px;
    margin: 70px auto 80px;
    text-align: center;
    vertical-align: top; }
  .mailmagazine_sample .sample_txt_01 {
    text-align: center;
    font-size: 1.1rem;
    margin: 0 0 10px; }
  .mailmagazine_sample .sample_txt_02 {
    text-align: center;
    font-size: 1.1rem; }
  .mailmagazine_sample .sample_txt_03 {
    text-align: center;
    font-size: 1.1rem; }

.mailmagazine-sample-link {
  text-align: center;
  text-decoration: underline;
  font-size: 1.2rem; }

@media screen and (max-width: 860px) {
  .mailmagazine_sample {
    padding: 30px 15px; }
    .mailmagazine_sample .mailmagazine_title {
      font-size: 1.2rem;
      font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      text-align: center;
      font-weight: bold; }
    .mailmagazine_sample .mailmagazine_subtitle {
      font-size: 1.2rem;
      margin: 16px 0 0;
      text-align: center; }
    .mailmagazine_sample .sample01 {
      width: 100%;
      margin: 50px auto 0; }
    .mailmagazine_sample .sample02 {
      width: 100%;
      margin: 0 auto; }
    .mailmagazine_sample .sample03 {
      width: 100%;
      margin: 0 auto; }
    .mailmagazine_sample .sample04, .mailmagazine_sample .sample05 {
      width: 100%;
      margin: 0 auto 70px;
      text-align: center;
      vertical-align: top; }
    .mailmagazine_sample .sample06 {
      width: 100%;
      margin: 0 auto 0px;
      text-align: center;
      vertical-align: top; }
    .mailmagazine_sample .sample07 {
      width: 100%;
      margin: 70px auto 80px;
      text-align: center;
      vertical-align: top; }
    .mailmagazine_sample .sample_txt_01 {
      text-align: center;
      font-size: 1.1rem;
      margin: 0 0 10px; }
    .mailmagazine_sample .sample_txt_02 {
      text-align: center;
      font-size: 1.1rem; }
    .mailmagazine_sample .sample_txt_03 {
      text-align: center;
      font-size: 1.1rem; } }
/* ==========================================================================

	ABOUT US
	
========================================================================== */
.about_page {
  padding: 0 15px 150px;
  margin: 0 auto;
  max-width: 1700px; }
  .about_page .about_top {
    margin: 25vh auto 10vh;
    padding: 0 10%;
    width: 100%; }
    .about_page .about_top .left {
      width: 40%; }
    .about_page .about_top .right {
      width: 60%;
      padding: 0 0 0 15%; }
      .about_page .about_top .right .about_top_txt {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        line-height: 3;
        font-size: 1.2rem; }
      .about_page .about_top .right .archive_list {
        margin: 80px auto 0; }
        .about_page .about_top .right .archive_list .archive_title {
          width: 107px;
          margin: 0 32px 0 0; }
          .about_page .about_top .right .archive_list .archive_title .line {
            width: 100%;
            height: 5px;
            background: #000;
            display: block; }
          .about_page .about_top .right .archive_list .archive_title .archive_title {
            width: 100%;
            margin: 5px 0 0;
            display: block;
            line-height: 1; }
        .about_page .about_top .right .archive_list ul {
          width: calc(100% - 139px); }
          .about_page .about_top .right .archive_list ul li {
            width: 60px;
            margin: 0 17px 0 0; }
  .about_page #archive_60 {
    margin: 5vh auto 5vh;
    padding: 0 10%;
    position: relative;
    margin-top: -10vh;
    padding-top: 10vh; }
    .about_page #archive_60 .title_box {
      width: 88%;
      margin: 0 auto 60px; }
      .about_page #archive_60 .title_box .archive_txt {
        width: 92px;
        margin: 0 0 20px; }
      .about_page #archive_60 .title_box .title {
        width: 325px; }
    .about_page #archive_60 .txt {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      line-height: 3;
      font-size: 1.2rem;
      margin: 0px 0 0 230px;
      width: 440px; }
    .about_page #archive_60 .margin_10 {
      margin-top: 10px; }
    .about_page #archive_60 .dotline {
      display: block;
      position: absolute;
      height: 42px;
      width: 1px;
      border-left: 1px dotted #000;
      top: 16%;
      left: 22%; }
    .about_page #archive_60 .photo_01 {
      width: 88%;
      margin: 80px auto 0; }
    .about_page #archive_60 .photo_list {
      margin: 60px auto 0;
      width: 100%; }
      .about_page #archive_60 .photo_list li {
        width: calc(33% - 30px); }
  .about_page #archive_70 {
    margin: 15vh auto 5vh;
    padding: 0 10%;
    position: relative;
    margin-top: -10vh;
    padding-top: 10vh; }
    .about_page #archive_70 .inner {
      width: 585px;
      margin: 0 auto; }
    .about_page #archive_70 .title_box {
      width: calc(585px - 286px);
      margin: 0 auto 60px; }
      .about_page #archive_70 .title_box .line {
        width: 107px;
        margin: 0 0 60px 100px;
        height: 5px;
        background: #000;
        display: block; }
      .about_page #archive_70 .title_box .archive_txt {
        width: 92px;
        margin: 0 0 20px 100px; }
      .about_page #archive_70 .title_box .title {
        width: 217px;
        margin-left: auto; }
    .about_page #archive_70 .txtbox {
      width: 286px;
      position: relative; }
      .about_page #archive_70 .txtbox .txt {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        line-height: 3;
        font-size: 1.2rem;
        width: 286px;
        margin: 82% 0 0 0; }
      .about_page #archive_70 .txtbox .dotline {
        display: block;
        position: absolute;
        height: 42px;
        width: 1px;
        border-left: 1px dotted #000;
        top: 16%;
        left: 85%; }
    .about_page #archive_70 .photo_list {
      margin: 80px auto 0;
      width: 90%; }
      .about_page #archive_70 .photo_list li {
        width: calc(50% - 15px);
        margin: 0 0 30px 0; }
  .about_page #archive_80 {
    margin: 15vh auto 5vh;
    padding: 0 10%;
    position: relative;
    margin-top: -10vh;
    padding-top: 10vh; }
    .about_page #archive_80 .title_box {
      position: relative;
      width: 528px;
      margin: 0 auto 60px;
      position: relative; }
      .about_page #archive_80 .title_box .line {
        width: 107px;
        margin: 0;
        height: 5px;
        background: #000;
        display: block;
        position: absolute;
        bottom: 0; }
      .about_page #archive_80 .title_box .archive_txt {
        width: 92px;
        margin: 0 0 20px auto; }
      .about_page #archive_80 .title_box .dotline {
        display: block;
        position: absolute;
        height: 1px;
        width: 42px;
        border-bottom: 1px dotted #000;
        top: 63%;
        left: 35%; }
    .about_page #archive_80 .txt {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      line-height: 3;
      font-size: 1.2rem;
      width: 528px;
      margin: 50px auto 0; }
    .about_page #archive_80 .photo_01 {
      width: 528px;
      margin: 50px auto 0; }
    .about_page #archive_80 .photo_list {
      margin: 80px auto 0;
      width: 90%; }
      .about_page #archive_80 .photo_list li {
        width: calc(50% - 15px);
        margin: 0 0 30px 0; }

@media screen and (max-width: 860px) {
  .about_page {
    padding: 0 15px 150px;
    margin: 0 auto;
    max-width: 1700px; }
    .about_page .about_top {
      margin: 19% auto 10vh;
      padding: 0;
      width: 100%; }
      .about_page .about_top .left {
        width: 80%;
        margin: 0 auto; }
      .about_page .about_top .right {
        width: 100%;
        padding: 0;
        margin: 40px auto 0; }
        .about_page .about_top .right .about_top_txt {
          font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          line-height: 2.5;
          font-size: 1rem;
          max-width: 310px;
          width: 100%;
          margin: 0 auto; }
        .about_page .about_top .right .archive_list {
          margin: 50px auto 0;
          max-width: 310px; }
          .about_page .about_top .right .archive_list .archive_title {
            width: 30%;
            margin: 0 32px 0 0; }
            .about_page .about_top .right .archive_list .archive_title .line {
              width: 100%;
              height: 5px;
              background: #000;
              display: block; }
            .about_page .about_top .right .archive_list .archive_title .archive_title {
              width: 100%;
              margin: 5px 0 0;
              display: block;
              line-height: 1; }
          .about_page .about_top .right .archive_list ul {
            width: calc(100% - 30%); }
            .about_page .about_top .right .archive_list ul li {
              width: 60px;
              margin: 0 17px 0 0; }
    .about_page #archive_60 {
      margin: 5vh auto 5vh;
      padding: 0;
      position: relative;
      margin-top: -8vh;
      padding-top: 8vh; }
      .about_page #archive_60 .title_box {
        width: 88%;
        margin: 0 auto 60px; }
        .about_page #archive_60 .title_box .archive_txt {
          width: 92px;
          margin: 0 0 20px; }
        .about_page #archive_60 .title_box .title {
          width: 100%; }
      .about_page #archive_60 .txt {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        line-height: 2.5;
        font-size: 1rem;
        margin: 0px 0 0 23%;
        width: calc(100% - 28%); }
      .about_page #archive_60 .margin_10 {
        margin-top: 10px; }
      .about_page #archive_60 .dotline {
        display: block;
        position: absolute;
        height: 42px;
        width: 1px;
        border-left: 1px dotted #000;
        top: 16%;
        left: 12%; }
      .about_page #archive_60 .photo_01 {
        width: 88%;
        margin: 20px auto 0; }
      .about_page #archive_60 .photo_list {
        margin: 20px auto 0;
        width: 88%; }
        .about_page #archive_60 .photo_list li {
          width: 100%;
          margin: 0 auto 20px; }
    .about_page #archive_70 {
      margin: 15vh auto 5vh;
      padding: 0;
      position: relative;
      margin-top: -8vh;
      padding-top: 8vh; }
      .about_page #archive_70 .inner {
        width: 100%;
        margin: 0 auto; }
      .about_page #archive_70 .title_box {
        width: 100%;
        margin: 0 auto 60px; }
        .about_page #archive_70 .title_box .line {
          width: 107px;
          margin: 0 0 20px 20px;
          height: 5px;
          background: #000;
          display: block; }
        .about_page #archive_70 .title_box .archive_txt {
          width: 92px;
          margin: 0 0 30px 20px; }
        .about_page #archive_70 .title_box .title {
          width: 50%;
          margin-left: 20%; }
      .about_page #archive_70 .txtbox {
        width: 60%;
        position: relative;
        margin: 0 0 0 20%; }
        .about_page #archive_70 .txtbox .txt {
          font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
          line-height: 2.5;
          font-size: 1rem;
          width: 100%;
          margin: 30px 0 0 0; }
        .about_page #archive_70 .txtbox .dotline {
          display: block;
          position: absolute;
          height: 1px;
          width: 42px;
          border-bottom: 1px dotted #000;
          border-left: 0px dotted #000;
          top: -4%;
          left: -14%; }
      .about_page #archive_70 .photo_list {
        margin: 20px auto 0;
        width: 88%; }
        .about_page #archive_70 .photo_list li {
          width: 100%;
          margin: 0 auto 20px; }
    .about_page #archive_80 {
      margin: 8vh auto 5vh;
      padding: 0;
      position: relative;
      margin-top: -8vh;
      padding-top: 8vh; }
      .about_page #archive_80 .title_box {
        position: relative;
        width: 88%;
        margin: 0 auto 30px;
        position: relative; }
        .about_page #archive_80 .title_box .line {
          width: 107px;
          margin: 0;
          height: 5px;
          background: #000;
          display: block;
          position: absolute;
          bottom: 0; }
        .about_page #archive_80 .title_box .archive_txt {
          width: 92px;
          margin: 0 7px 20px auto; }
        .about_page #archive_80 .title_box .dotline {
          display: block;
          position: absolute;
          height: 1px;
          width: 42px;
          border-bottom: 1px dotted #000;
          top: 63%;
          left: 35%; }
      .about_page #archive_80 .txt {
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        line-height: 2.5;
        font-size: 1rem;
        width: 88%;
        margin: 0px auto 0; }
      .about_page #archive_80 .photo_01 {
        width: 88%;
        margin: 20px auto 0; }
      .about_page #archive_80 .photo_list {
        margin: 20px auto 0;
        width: 88%; }
        .about_page #archive_80 .photo_list li {
          width: 100%;
          margin: 0 auto 20px; } }
