@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル　アイコン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-purchase #visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/purchase/title-icon-left.png") no-repeat;
  width: 339px;
  height: 210px;
  background-size: 339px 210px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-purchase #visual .body::before {
    background: url("../../_images/purchase/title-icon-left.png") no-repeat;
    width: 169px;
    height: 105px;
    background-size: 169px 105px;
  }
}

/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.page-brand
.js-location-nav {
  width: 230px;
  padding-top: 1325px;
  padding-left: 15px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .page-brand
  .layout-flex {
    position: relative;
    display: block;
    align-items: stretch;
    max-width: 100%;
    width: 1600px;
    padding-right: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}

/* ****************************************************************************************************
   * タイヤ・ホイール購入（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-parent {
  background: var(--c-front-bg);
} 
#purchase-top {
  position: relative;
  padding-bottom: 120px;
}
#purchase-top .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #purchase-top {
    position: relative;
    padding-top: 2rem !important;
  }
  #purchase-top .subtitle {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#purchase-top .layout-flex-2 {
  margin-top: 60px;
  justify-content: center;
  column-gap: 40px;
}

#purchase-top .layout-flex-2 li {
  background: #fff;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.75);
  transition: transform .3s ease;
}
#purchase-top .layout-flex-2 li:hover {
  transform: scale(1.1);
}

#purchase-top .layout-flex-2 li a {
  opacity: 1;
}
#purchase-top .layout-flex-2 li:nth-child(n+3) {
  margin-top: 60px;
}

#purchase-top .layout-flex-2 li picture {
  position: relative;
  display: block;
  border-radius: 20px;
  text-align: center;
}
#purchase-top .layout-flex-2 li picture img {}


#purchase-top .layout-flex-2 p.caption {
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 2.7rem;
  margin-top: 1em;
  padding-bottom: 50px;
  transition: transform .3s ease;
}
#purchase-top .layout-flex-2 p.caption span {
  background: linear-gradient(transparent 40%, var(--c-yellow) 40%);
}

#purchase-top .layout-flex-2 p.caption::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-right-l.png") no-repeat;
  width: 41px;
  height: 41px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  transform: translateY(0);
  transition: 0.2s left;
  margin: 0 auto;
}
#purchase-top .layout-flex-2 li:hover p.caption::after {
  left: 0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #purchase-top .layout-flex-2 {
    margin-top: 60px;
    justify-content: center;
    column-gap: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #purchase-top .layout-flex-2 {
    margin-top: 30px;
    justify-content: center;
  }
  #purchase-top .layout-flex-2 > * ~ * {
    margin-top: 0;
  }
  #purchase-top .layout-flex-2 li {
    max-width: /*255px*/100%;
    margin: 0 2% 40px;
  }
  #purchase-top .layout-flex-2 li:nth-child(n+3) {
    margin-top: 0;
  }
  #purchase-top .layout-flex-2 p.caption {
    font-size: 2.2rem;
    margin-top: 0.5em;
    padding-bottom: 30px;
    line-height: 1.4;
  }
  #purchase-top .layout-flex-2 p.caption::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-right-l.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    transform: translateY(0);
    transition: 0.2s left;
    margin: 0 auto;
  }
}


/* ****************************************************************************************************
   * 共通タイトル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 小見出し（グレー）
/* ------------------------------------------------------------------------------------------------- */

.purchase .title-2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  background: #333;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .title-2 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0.3em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.page-used
.purchase .title-area .subtitle span::before {
  background: url("../../_images/_common/title-line-left.png") no-repeat;
  width: 34px;
  height: 60px;
  background-size: 34px 60px;
}
.page-used
.purchase .title-area .subtitle span::after {
  background: url("../../_images/_common/title-line-right.png") no-repeat;
  width: 34px;
  height: 60px;
  background-size: 34px 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .page-used
  .purchase .title-area .subtitle span::before {
    background: url("../../_images/_common/title-line-left.png") no-repeat;
    width: 17px;
    height: 30px;
    background-size: 17px 30px;
    left: -8px;
  }
  .page-used
  .purchase .title-area .subtitle span::after {
    background: url("../../_images/_common/title-line-right.png") no-repeat;
    width: 17px;
    height: 30px;
    background-size: 17px 30px;
    right: -8px;
  }
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .page-nav .body {
    padding: 0 !important;
  }
}



/* ****************************************************************************************************
   * タイヤ・ホイール購入
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.purchase {
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
}

.purchase .body {
  max-width: 1120px;
  padding: 0 20px;
}

.purchase .inner {
  background: #eeeeee;
  padding: 60px;
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase {
    padding-top: 2em !important;
  }
  .purchase .body {
    max-width: 1120px;
    padding: 0 1em;
  }
  .purchase .inner {
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
  }
}


/* ****************************************************************************************************
   * タイヤ・ホイール購入（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .purchase {
  position: relative;
  padding-top: 50px;
  padding-right: 1em;
  width: /*1120px*/1140px;
}

.layout-flex .purchase .body {
  max-width: 1080px;
  padding: 0 !important;
  margin: 0 !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .purchase {
    position: relative;
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .purchase {
    position: relative;
    width: /*auto*/100%;
    margin: 0 auto;
    padding: 50px 1em 0;
  }
  .layout-flex .purchase .body {
    max-width: 1080px;
    padding: 0 !important;
    margin: 0 auto !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .purchase {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding-top: 2em !important;
  }
}


/* ****************************************************************************************************
   * 黄色枠ボックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.purchase .box {
  position: relative;
  margin-top: 70px;
  background: #fff;
  border-radius: 20px;
  border: 10px solid var(--c-yellow);
  padding: 40px 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .box {
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    border: 10px solid var(--c-yellow);
    padding: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.purchase .box .title-3 {
  font-size: 4.0rem;
  color: var(--c-blue);
  font-weight: 900;
  text-align: center;
  line-height: 1;
/*  animation: pikopiko 2s steps(2, start) infinite;*/
  margin-bottom: 40px;
}
.purchase .box .title-3 span {
  position: relative;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .box .title-3 { 
    font-size: 2.2rem;
    color: var(--c-blue);
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.purchase .box .title-3 span::before {
  content: "";
  display: block;
  background: url("../../_images/purchase/fee/staff-icon-1.png") no-repeat;
  width: 109px;
  height: 119px;
  position: absolute;
  top: 0;
  left: -120px;
  margin-top: -80px;
  animation: pikopiko 2s steps(2, start) infinite;
}
.purchase .box .title-3 span::after {
  content: "";
  display: block;
  background: url("../../_images/purchase/fee/attention.png") no-repeat;
  width: 80px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-70%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .box .title-3 span::before {
    content: "";
    display: block;
    background: url("../../_images/purchase/fee/staff-icon-1.png") no-repeat;
    width: 54px;
    height: 59px;
    background-size: 54px 59px;
    position: absolute;
    top: 0;
    left: -60px;
    margin-top: -40px;
    animation: pikopiko 2s steps(2, start) infinite;
  }
  .purchase .box .title-3 span::after {
    content: "";
    display: block;
    background: url("../../_images/purchase/fee/attention.png") no-repeat;
    width: 40px;
    height: 35px;
    background-size: 40px 35px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-70%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内項目
/* ------------------------------------------------------------------------------------------------- */

.purchase .box .contents.layout-2 {}

.purchase .box .contents .detail {
  max-width: 710px;
  width: 80%;
}

.purchase .box .contents .detail .item {}
.purchase .box .contents .detail .item ~ .item {
  margin-top: 30px;
}

.purchase .box .contents .detail .item .title {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.purchase .box .contents .detail .item .title::before {
  content: "";
  display: block;
  background: url("../../_images/_common/check-icon.png") no-repeat;
  width: 35px;
  height: 28px;
  background-size: 35px 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.purchase .box .contents .detail .item .text {
  font-size: 1.6rem;
}
.purchase .box .contents picture {
  width: 20%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .box .contents .detail {
    max-width: 100%;
    width: 100%;
  }
  .purchase .box .contents .detail .item .title {
    font-size: 1.8rem;
    padding-left: 1.2em;
  }
  .purchase .box .contents .detail .item .title::before {
    background: url("../../_images/_common/check-icon.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    margin-top: 7px;
  }
  .purchase .box .contents picture {
    width: 100%;
    display: block;
    margin: 1em auto 0;
    text-align: center;
  }
}


/* ****************************************************************************************************
   * グレー背景ボックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.purchase .inner-box {
  position: relative;
  background: var(--c-bg);
  padding: 60px;
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .inner-box {
    position: relative;
    background: var(--c-bg);
    padding: 20px;
    border-radius: 10px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.purchase .inner-box .item ~ .item {
  margin-top: 90px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .inner-box .item ~ .item {
    margin-top: 40px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル（黄色吹き出し）
/* ------------------------------------------------------------------------------------------------- */

.purchase .inner-box .item .text-area {
  text-align: center;
}
.purchase .inner-box .item .text {
  position: relative;
  color: var(--c-yellow);
  background: var(--c-blue);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  margin-bottom: 20px;
  padding: 0.2em;
  line-height: 1.6;
  display: inline-block;
}
.purchase .inner-box .item .text::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid var(--c-blue);
}
.purchase .inner-box .item .text-1 {
  text-align: center;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .inner-box .item .text {
    position: relative;
    color: var(--c-yellow);
    background: var(--c-blue);
    border-radius: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0.2em 0.5em;
    line-height: 1.6;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .inner-box .item .text-area + .column {
    margin-top: 0;
  }
  .purchase .inner-box .item .text {
    position: relative;
    color: var(--c-yellow);
    background: var(--c-blue);
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding: 0.5em;
  }
  .purchase .inner-box .item .text-1 {
    text-align: left;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.purchase .lead {
  position: relative;
  margin-top: 15px;
  z-index: 3;
}
/* 左側アイコン*/
.purchase .lead::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  animation: pikopiko 1s steps(2, start) infinite;
  z-index: -1;
}
/* 中古タイヤ&ホイール*/
.page-used
.purchase .lead::before {
  background: url("../../_images/purchase/used/icon-left.png") no-repeat;
  width: 180px;
  height: 180px;
  background-size: 180px 180px;
}
/* ブランドホイール取扱い*/
.page-brand
.purchase .lead::before {
  background: url("../../_images/purchase/brand/icon-left.png") no-repeat;
  width: 180px;
  height: 180px;
  background-size: 180px 180px;
}

/* 右側アイコン*/
.purchase .lead::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  animation: pikopiko 2s steps(2, start) infinite;
  z-index: -1;
}
/* 中古タイヤ&ホイール*/
.page-used
.purchase .lead::after {
  background: url("../../_images/purchase/used/icon-right.png") no-repeat;
  width: 169px;
  height: 269px;
  background-size: 169px 269px;
  margin-top: -4em;
}
/* ブランドホイール取扱い*/
.page-brand
.purchase .lead::after {
  background: url("../../_images/purchase/brand/icon-right.png") no-repeat;
  width: 169px;
  height: 269px;
  background-size: 169px 269px;
  margin-top: -2em;
}

.purchase .lead .subtitle {
  margin-top: 0;
}
.purchase .lead .subtitle span {
  font-size: 3.0rem;
}
.purchase .lead .subtitle .br-sp {
  line-height: 1;
  padding: 0;
}
.purchase .lead .subtitle .br-sp::before,
.purchase .lead .subtitle .br-sp::after {
  display: none;
}
.purchase .lead .subtitle .marker {
  background: var(--c-yellow);
  color: var(--c-blue);
  font-size: 3.6rem;
  line-height: 1;
  padding: 0;
}
.purchase .lead .subtitle .marker::before,
.purchase .lead .subtitle .marker::after {
  display: none;
}

.purchase .lead .text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .lead::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 3em;
    animation: pikopiko 1s steps(2, start) infinite;
  }
  .purchase .lead::before,
  .purchase .lead::after {
    display: none;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .lead .subtitle .br-sp {
    display: block;
  }
  .purchase .lead .text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .lead .subtitle span {
    font-size: 2.0rem;
  }
  .purchase .lead .text {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1em;
  }
}


/* ****************************************************************************************************
   * 中古タイヤ＆ホイール
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * ショップリスト
/* ------------------------------------------------------------------------------------------------- */

.purchase .shop-list {
  margin-top: 50px;
}
.purchase .shop-list .layout-flex-3 {
  justify-content: center;
  column-gap: 50px;
  row-gap: 30px;
}
.purchase .shop-list .layout-flex-3 a {
  display: block;
  opacity: 1;
  transition: transform .3s ease;
}
.purchase .shop-list .layout-flex-3 a img {
  transition: transform .3s ease;
}
.purchase .shop-list .layout-flex-3 .caption {
  text-align: center;
  font-size: 1.6rem;
}
.purchase .shop-list .layout-flex-3 .caption span {
  margin-left: 1em;
}
.purchase .shop-list .layout-flex-3 a:hover img {
  transform: scale(1.1);
}

.purchase .shop-list .layout-flex-3 a > div {
  position: relative;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .shop-list .layout-flex-3 {
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
  }
  .purchase .shop-list .layout-flex-3 > * {
    width: 48%;
  }
  .purchase .shop-list .layout-flex-3 a:hover img {
    transform: scale(1);
  }
  .purchase .shop-list .layout-flex-3 .caption {
    line-height: 1.4;
    margin-top: 0.5em;
  }
  .purchase .shop-list .layout-flex-3 .caption span {
    margin-left: 0;
    display: block;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .shop-list .layout-flex-3 > * {
    width: 70%;
  }
}



/* ****************************************************************************************************
   * ブランドホイール取扱い
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.purchase section.marker {
  margin-top: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase section.marker {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

.purchase .slider-area {
  margin-top: 90px;
}
.purchase .slider-area .title-1 span {
  margin-left: 1em;
}
.purchase .slider-area .item {
  margin-top: 50px;
}
.purchase .slider-area .item ~ .item {
  margin-top: 90px;
}
.purchase .slider-area .main-slider img,
.purchase .slider-area .sub-thumbnail img {
  border-radius: 10px;
}
.purchase .slider-area .slick-track {
  display: flex;
}
.purchase .slider-area .slick-slide {
  height: auto !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .slider-area {
    margin-top: 40px;
  }
  .purchase .slider-area .title-1 span {
    margin-left: 0;
  }

  .purchase .slider-area .item {
    margin-top: 20px;
  }
  .purchase .slider-area .item ~ .item {
    margin-top: 40px;
  }
}

/* メイン ----------------------------------------------*/

.purchase .slider-area .main-slider {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.purchase .slider-area .main-slider img {
  width: 100%;
  /*
  height: 60vh;
  object-fit: cover;*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .slider-area .main-slider {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .purchase .slider-area .main-slider img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
  }
}

/* サムネイル --------------------------------------------*/

.purchase .slider-area .sub-thumbnail {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.purchase .slider-area .sub-thumbnail img {
  width: 100%;
  height: 11vh;
  object-fit: cover;
}
.purchase .slider-area .sub-thumbnail .thumbnail-img {
  margin: 0.7em;
}

.purchase .slider-area .sub-thumbnail .thumbnail-img.slick-current {
  border: 2px solid var(--c-blue);
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .slider-area .sub-thumbnail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
  } 
  .purchase .slider-area .sub-thumbnail img {
    width: 100%;
    height: 5vh;
    object-fit: cover;
  }
  .purchase .slider-area .sub-thumbnail .thumbnail-img {
    margin: 0.2em;
    width: 18% !important;
  }
}

/* 矢印 --------------------------------------------*/

.purchase .slider-area .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 50px;
  height: 50px;
  font-size: 0;
  cursor: pointer;
  transition: .2s;
  margin-top: -50px;
  border: none;
}
@media (max-width:640px) {
  .purchase .slider-area .slick-arrow {
    width: 25px;
    height: 25px;
    margin-top: -10px;
  }
}
.purchase .slider-area .slick-arrow:hover {
  cursor: pointer;
  opacity: .8;
}
.purchase .slider-area .slick-prev {
  left: 0;
  transform: translateX(-150%);
  background: url("../../_images/_common/slide-arrow-prev.png") center center /contain no-repeat;
}
.purchase .slider-area .slick-next {
  right: 0;
  transform: translateX(150%);
  background: url("../../_images/_common/slide-arrow-next.png") center center /contain no-repeat;
}
@media (max-width:1024px) {
  .purchase .slider-area .slick-prev {
    left: 3%;
    transform: none;
  }
  .purchase .slider-area .slick-next {
    right: 3%;
    transform: none;
  }
}
@media (max-width:640px) {
  .purchase .slider-area .slick-prev {
    left: 1%;
    transform: none;
  }
  .purchase .slider-area .slick-next {
    right: 1%;
    transform: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.purchase .item .link-btn {
  margin-top: 50px;
}
.purchase .item .btn {
  border: 1px solid #999999;
  width: 360px;
  padding: 20px;
}
.purchase .item .btn::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-icon-y-s.png") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  transform: translateY(-50%);
  transition: 0.2s left;
  margin: 0 auto;
}

.purchase .item .btn img {
  display: block;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .item .link-btn {
    margin-top: 30px;
  }
  .purchase .item .btn {
    border: 1px solid #999999;
    width: 240px;
    padding: 10px;
  }
  .purchase .item .btn img {
    display: block;
    margin: 0 auto;
    width: 50%;
  }
}