@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-first #visual .body::before {
  content: "";
  display: block;
  background: url("../../_images/first/title-icon-left.png") no-repeat;
  width: 152px;
  height: 197px;
  background-size: 152px 197px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-first #visual .body::before {
    background: url("../../_images/first/title-icon-left.png") no-repeat;
    width: 76px;
    height: 98px;
    background-size: 76px 98px;
  }
}

/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

/*ご利用の流れ*/
.page-flow
.js-location-nav {
  width: 230px;
  padding-top: 390px;
  padding-left: 15px;
}

/* ****************************************************************************************************
   * はじめての方へ（扉ページ）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-parent {
  background: var(--c-front-bg);
} 
#first-top {
  position: relative;
  padding-bottom: 120px;
}
#first-top .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #first-top {
    position: relative;
    padding-top: 2rem !important;
  }
  #first-top .subtitle {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#first-top .layout-flex-2 {
  margin-top: 60px;
}

#first-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;
}
#first-top .layout-flex-2 li:hover {
  transform: scale(1.1);
}

#first-top .layout-flex-2 li a {
  opacity: 1;
}
#first-top .layout-flex-2 li:nth-child(n+3) {
  margin-top: 60px;
}

#first-top .layout-flex-2 li picture {
  position: relative;
  display: block;
  border-radius: 20px;
}
#first-top .layout-flex-2 li picture img {}


#first-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;
}
#first-top .layout-flex-2 p.caption span {
  background: linear-gradient(transparent 40%, var(--c-yellow) 40%);
}

#first-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;
}
#first-top .layout-flex-2 li:hover p.caption::after {
  left: 0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #first-top .layout-flex-2 {
    margin-top: 30px;
    justify-content: center;
  }
  #first-top .layout-flex-2 > * ~ * {
    margin-top: 0;
  }
  #first-top .layout-flex-2 li {
    max-width: /*255px*/100%;
    margin: 0 2% 40px;
  }
  #first-top .layout-flex-2 li:nth-child(n+3) {
    margin-top: 0;
  }
  #first-top .layout-flex-2 p.caption {
    font-size: 2.2rem;
    margin-top: 0.5em;
    padding-bottom: 30px;
    line-height: 1.4;
  }
  #first-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;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * スタッフアイコン
/* ------------------------------------------------------------------------------------------------- */

#first-top .layout-flex-2 li picture::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#first-top .layout-flex-2 li:nth-child(1) picture::after {
  background: url("../../_images/first/staff-nav-1.png") no-repeat;
  width: 241px;
  height: 221px;
}
#first-top .layout-flex-2 li:nth-child(2) picture::after {
  background: url("../../_images/first/staff-nav-2.png") no-repeat;
  width: 300px;
  height: 218px;
}
#first-top .layout-flex-2 li:nth-child(3) picture::after {
  background: url("../../_images/first/staff-nav-3.png") no-repeat;
  width: 241px;
  height: 221px;
}
#first-top .layout-flex-2 li:nth-child(4) picture::after {
  background: url("../../_images/first/staff-nav-4.png") no-repeat;
  width: 241px;
  height: 221px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #first-top .layout-flex-2 li picture::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -15px;
  }
  #first-top .layout-flex-2 li:nth-child(1) picture::after {
    background: url("../../_images/first/staff-nav-1.png") no-repeat;
    width: 120px;
    height: 110px;
    background-size: 120px 110px;
  }
  #first-top .layout-flex-2 li:nth-child(2) picture::after {
    background: url("../../_images/first/staff-nav-2.png") no-repeat;
    width: 150px;
    height: 109px;
    background-size: 150px 109px;
  }
  #first-top .layout-flex-2 li:nth-child(3) picture::after {
    background: url("../../_images/first/staff-nav-3.png") no-repeat;
    width: 120px;
    height: 110px;
    background-size: 120px 110px;
  }
  #first-top .layout-flex-2 li:nth-child(4) picture::after {
    background: url("../../_images/first/staff-nav-4.png") no-repeat;
    width: 120px;
    height: 110px;
    background-size: 120px 110px;
  }
}


/* ****************************************************************************************************
   * アンカーナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#anchor-nav {
  margin-top: 0;
}

#anchor-nav ul {
  margin-bottom: 85px;
}
#anchor-nav ul li a {
  position: relative;
  font-size: 1.8rem;
  padding-left: 2.0em;
  display: flex;
  align-items: flex-start;
}

#anchor-nav ul li a::before {
  content: '';
  border: 0px;
  background: url("../../_images/_common/arrow-right-s.png") no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s right;
  margin-top: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #anchor-nav ul {
    margin-bottom: 20px;
  }
  #anchor-nav ul li a {
    position: relative;
    font-size: 1.6rem;
    padding-left: 1.0em;
    display: flex;
    align-items: flex-start;
  }
  #anchor-nav ul li a::before {
    content: '';
    border: 0px;
    background: url("../../_images/_common/arrow-right-s.png") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s right;
    margin-top: 12px;
  }
}


/* ****************************************************************************************************
   * フジサワタイヤとは
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .first {
  position: relative;
  padding-top: 50px;
  padding-right: 1em;
  width: /*1120px*/1140px;
}

.layout-flex .first .body {
  max-width: 1080px;
  padding: 0 !important;
  margin: 0 !important;
}

.layout-flex .first section ~ section {
  margin-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1600px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .first {
    position: relative;
    padding-top: 50px;
    padding-right: 1em;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .first {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 50px 1em 0;
  }
  .layout-flex .first .body {
    max-width: 1080px;
    padding: 0 !important;
    margin: 0 auto !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .first {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding-top: 2em !important;
  }
  .layout-flex .first section ~ section {
    margin-top: 60px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 4列横並びリスト
/* ------------------------------------------------------------------------------------------------- */

.first .item .layout-flex-4 {
  margin-top: 50px;
}
.first .item .layout-flex-4 picture img {
  width: 100%;
}
.first .item .layout-flex-4 .detail {
  margin-top: 20px;
}
.first .item .layout-flex-4 .detail p {
  position: relative;
  color: var(--c-blue);
  background: var(--c-yellow);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  line-height: 1.4;
  padding: 0.5em;
}
.first .item .layout-flex-4 .detail p::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid var(--c-yellow);
}

.first .item .layout-flex-4 .detail span {
  margin-top: 1em;
  display: block;
  font-size: 1.6rem;
}

.first .item .layout-flex-3 > .detail span {
  margin-top: 1em;
  display: block;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .item .layout-flex-4 {
    margin-top: 1em;
  }
  .first .item .layout-flex-4 .detail p {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * グレー枠
/* ------------------------------------------------------------------------------------------------- */

.first .inner-box {
  background: var(--c-bg);
  border-radius: 10px;
  padding: 0 40px;
  margin-top: 50px;
}
.first .inner-box .layout-2 {
  align-items: center;
  justify-content: center;
}

.first #about .inner-box .layout-2 {
  align-items: flex-start;
  justify-content: center;
}
.first #about .inner-box {
  margin-top: 60px;
  padding-bottom: 60px;
}
.first #about .inner-box .content {
  max-width: 30%;
  text-align: center;
  margin-top: 20px;
}
.first #about .inner-box .logo {
  margin-top: 20px;
}
.first #about .inner-box .logo .address-area {
  margin-top: 20px;
}

.first #about .inner-box .content .images img {
  animation: pikopiko 1s steps(2, start) infinite;
}

.first #about .inner-box .content a {
  display: inline-block;
  color: var(--c-blue);
  font-size: 1.6rem;
  text-decoration: underline;
}
.first #about .inner-box .content a:hover {
  text-decoration: none;
  opacity: 1;
}

.first #about .inner-box .contents.layout-2 .detail {
  max-width: 65%;
  padding-top: 40px;
  margin-left: 5em;
}
.first #about .inner-box .contents.layout-2 .detail .title {
  font-size: 2.5rem;
  font-weight: bold;
}
.first #about .inner-box .contents.layout-2 .detail .text {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1300px) {
  /*ブラウザの幅が736px以下の時*/
  .first #about .inner-box .contents.layout-2 .content {
    max-width: 30%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .first #about .inner-box .contents.layout-2 .detail {
    max-width: 65%;
    padding-top: 40px;
    margin-left: 3em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .inner-box {
    padding: 20px;
    margin-top: 1em;
  }
  .first #about .inner-box {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .first #about .inner-box .contents.layout-2 .content {
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .first #about .inner-box .content .images img {
    width: 80px;
  }
  .first #about .inner-box .address-area > * {
    display: inline-block;
    margin: 0 1em;
  }
  .first #about .inner-box .contents.layout-2 .detail {
    max-width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }
  .first #about .inner-box .contents.layout-2 .detail .title {
    font-size: 2.0rem;
    font-weight: bold;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * グレー枠
/* ------------------------------------------------------------------------------------------------- */

.first #about .item {}
.first #about .item .inner {}
.first #about .item .inner ~ .inner {
  margin-top: 60px;
}
.first #about .item .inner .title-3 {
  background: #fff;
  color: #000000;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 0.2em 0.5em;
  line-height: 1.4;
}
.first #about .item .inner .layout-2 .images {
  text-align: center;
  margin-right: 2em;
}
.first #about .item .inner .layout-2 .images img {
  animation: pikopiko 2s steps(2, start) infinite;
}


.first #about .item .inner dl.layout-2 {
  justify-content: flex-start;
}
.first #about .item .inner dl dt {
  width: 40%;
  font-size: 3.0rem;
  color: #ff0000;
  font-weight: bold;
}
.first #about .item .inner dl dd {
  width: 60%;
  font-size: 1.6rem;
}
.first #about .item .inner dl dd ul li ~ li {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #about .item {
    margin-top: 30px;
  }
  .first #about .item .inner ~ .inner {
    margin-top: 30px;
  }
  .first #about .item .inner .layout-2 .images {
    text-align: center;
    margin-right: 0;
  }
  .first #about .item .inner .layout-2 .images img {
    width: 54px;
    height: 59px;
  }
 .first #about .item .inner dl dt {
    width: 100%;
    font-size: 2.0rem;
    color: #ff0000;
    font-weight: bold;
  }
  .first #about .item .inner dl dd {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * グレー枠テーブル
/* ------------------------------------------------------------------------------------------------- */
/* 改定前*/
.first #about .item .inner table.revision {
  border-color: #cccccc;
  width: 95%;
  margin: 20px auto 0;
}
.first #about .item .inner table.revision th {
  background: none;
}
.first #about .item .inner table.revision td {
  background: none;
}
/* 改定後*/
.first #about .item .inner table.data {
  width: 95%;
  margin: 20px auto 0;
}


.first #about .item .inner .col + .text-1 {
  position: relative;
  text-align: center;
  color: var(--c-blue);
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 60px;
}
.first #about .item .inner .col + .text-1::before {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-s.png") no-repeat;
  width: 120px;
  height: 40px;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #about .item .inner .col + .text-1 {
    font-size: 2.0rem;
    margin-top: 30px;
  }
  .first #about .item .inner .col + .text-1::before {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-s.png") no-repeat;
    width: 60px;
    height: 20px;
    background-size: 60px 20px;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 黄色枠ボックス
/* ------------------------------------------------------------------------------------------------- */

.first #about .item .inner .box {
  padding: 20px;
  margin-top: 30px;
}
.first #about .item .inner .box::after {
  display: none;
}
.first #about .item .inner .box p {
  color: var(--c-blue);
}


/* ****************************************************************************************************
   * 共通　店舗リスト
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 店舗リスト
/* ------------------------------------------------------------------------------------------------- */

.first .info-list ul.layout-flex-3 {
  position: relative;
  column-gap: 2%;
}

.first .info-list ul.layout-flex-3 > * {
  width: 32%;
  padding: 0;
}

.first .info-list ul.layout-flex-3 li {
  max-width: 330px;
  border-radius: 20px;
  border: 3px solid var(--c-blue);
  background: #fff;
}
.first .info-list .detail {
  margin-top: 0;
  padding: 10px 10px 20px;
  max-width: 100%;
}

.first .info-list ul.layout-flex-3 li .title-1 {
  font-size: 3.0rem;
  padding: 0.1em;
  border-radius: 15px 15px 0 0;
}

.first .info-list ul.layout-flex-3 li .tel {
  margin-top: 0.2em;
  text-align: center;
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 4.0rem;
  font-weight: bold;
  line-height: 1.0;
}
.first .info-list ul.layout-flex-3 li .tel span {
  position: relative;
  display: inline-block;
  padding-left: 0.8em;
}
.first .info-list ul.layout-flex-3 li .tel span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/info-tel-icon.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.first .info-list ul.layout-flex-3 li .text-2 {
  text-align: center;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  .first .info-list ul.layout-flex-3 li .tel {
    font-size: 3.5rem;
  }
  .first .info-list ul.layout-flex-3 li .tel span {
    position: relative;
    display: inline-block;
    padding-left: 0;
  }
  .first .info-list ul.layout-flex-3 li .tel span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/info-tel-icon.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .first .info-list .layout-2 ul.layout-flex-3 {
    position: relative;
    justify-content: space-between;
  }
  .first .info-list ul.layout-flex-3 li .title-1 {
    font-size: 2.2rem;
    padding: 0 0 0.2em;
  }
  .first .info-list ul.layout-flex-3 li .tel {
    font-size: 2.5rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .first .info-list ul.layout-flex-3 > * {
    width: 100%;
    padding: 0;
    margin: 1em auto;
  }
  .first .info-list ul.layout-flex-3 .inner .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .first .info-list ul.layout-flex-3 + p.text {
    margin-top: 1em;
    line-height: 1.4;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.first .info-list ul.layout-flex-3 li .link-btn {
  margin-top: 0;
  margin-bottom: 30px;
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-1 {
  width: 240px;
  font-size: 1.6rem;
  padding: 20px 3em;
  font-weight: 900;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-1 span {
  position: relative;
  padding-left: 1.25em;
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-1 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/first/flow/email-icon.png") no-repeat;
  width: 22px;
  height: 15px;
  margin-left: .4em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-1::after {
  display: none;
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-1:hover {
  opacity: 0.7;
}



.first .info-list ul.layout-flex-3 li .link-btn .btn-2 {
  width: 240px;
  font-size: 1.6rem;
  color: var(--c-yellow);
  text-align: center;
  padding: 20px 1em;
  font-weight: 900;
  line-height: 1.5;
  background: var(--c-blue);
  border-radius: 10px;
  box-shadow: 0px 2px 1px 2px rgb(82, 94, 186) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-2::after {
  display: none;
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-2 span {
  position: relative;
  display: block;
  padding-right: 1.25em;
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-2 span::after {
  content: "";
  display: inline-block;
  background: url("../../_images/shop/question.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.first .info-list ul.layout-flex-3 li .link-btn .btn-2:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .first .info-list ul.layout-flex-3 li .link-btn .btn-2 {
    width: 90%;
    font-size: 1.6rem;
    color: var(--c-yellow);
    text-align: center;
    padding: 1em;
    font-weight: 900;
    line-height: 1.5;
    background: var(--c-blue);
    border-radius: 10px;
    box-shadow: 0px 2px 1px 2px rgb(82, 94, 186) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 店舗リスト（写真付き）
/* ------------------------------------------------------------------------------------------------- */

.first .info-list  ul.layout-flex-3 li .inner {
  margin: 1em;
}
.first .info-list  ul.layout-flex-3 li picture {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}
.first .info-list  ul.layout-flex-3 li picture img {
  transition: 0.2s;
}
.first .info-list  ul.layout-flex-3 li:hover img {
  transform: scale(1.05);
}
.first .info-list  ul.layout-flex-3 .inner .text {
  font-size: 1.4rem;
}
.first .info-list  ul.layout-flex-3 + p.text {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .info-list  ul.layout-flex-3 .inner .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .first .info-list  ul.layout-flex-3 + p.text {
    margin-top: 1em;
    line-height: 1.4;
  }
}

/* ****************************************************************************************************
   * 共通　ボタンエリア（タイヤ交換のご予約はこちらから！）
**************************************************************************************************** */

.first .btn-area {
  display: block;
  text-align: center;
}

.first .btn-area .btn-2 {
  position: relative;
  width: 600px;
  color: #fff;
  padding: 30px 3em;
  font-size: 2.7rem;
  font-weight: 900;
  display: inline-block;
  line-height: 1.5;
  background: #000000;
  border-radius: 50px;
  box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.first .btn-area .btn-2:hover {
  opacity: 1;
  color: var(--c-blue);
  background: var(--c-yellow);
  box-shadow: 0px 2px 1px 2px rgb(255,255,255) inset,0px 10px 10px 0px rgba(255,231,48, 0.1);
}
.first .btn-area .btn-2::after {
  content: '';
  width: 36px;
  height: 36px;
  border: 0px;
  background: url("../../_images/_common/reservation-icon.png") no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s right;
}
.first .btn-area .btn-2:hover::after {
  right: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .first .btn-area {
    align-items: center;
    margin-top: 40px;
    display: block;
  }
  .first .btn-area .btn-2 {
    position: relative;
    width: 600px;
    margin: 0 auto;
    color: #fff;
    padding: 30px 3em;
    font-size: 2.7rem;
    font-weight: 900;
    display: block;
    line-height: 1.5;
    background: #000000;
    border-radius: 50px;
    box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .btn-area {
    margin-top: 40px;
  }
  .first .btn-area .btn-2 {
    position: relative;
    width: 100%;
    color: #fff;
    padding: 15px 2em;
    font-size: 2.0rem;
    font-weight: 900;
    display: inline-block;
    line-height: 1.5;
    background: #000000;
    border-radius: 50px;
    box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .first .btn-area .btn-2::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    background: url("../../_images/_common/reservation-icon.png") no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: 0.2s right;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 黄色枠ボックス
/* ------------------------------------------------------------------------------------------------- */

.first .box {
  position: relative;
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
  border: 10px solid var(--c-yellow);
  padding: 40px 60px;
}
.first .box::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-s.png") no-repeat;
  width: 120px;
  height: 40px;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .box {
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    border: 10px solid var(--c-yellow);
    padding: 20px;
  }
  .first .box::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-s.png") no-repeat;
    width: 60px;
    height: 20px;
    background-size: 60px 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.first .box .title-3 { 
  font-size: 3.0rem;
  color: var(--c-blue);
  font-weight: 900;
  text-align: center;
  line-height: 1;
/*  animation: pikopiko 2s steps(2, start) infinite;*/
  margin-bottom: 40px;
}
.first .box .title-3 span {
  position: relative;
  background: var(--c-yellow);
  line-height: 1;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .box .title-3 { 
    font-size: 2.2rem;
    color: var(--c-blue);
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボックス内リスト
/* ------------------------------------------------------------------------------------------------- */

.first .box ul {}
.first .box ul li {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding-left: 2.5em;
}
.first .box ul li::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;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .box ul li {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding-left: 1.2em;
  }
  .first .box ul li::before {
    content: "";
    display: block;
    background: url("../../_images/_common/check-icon.png") no-repeat;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-top: 7px;
  }
  .first .box ul li ~ li {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.first #direct .lead {
  position: relative;
  margin-top: 100px;
  z-index: 3;
}
.first .direct .lead::before {
  content: "";
  display: block;
  background: url("../../_images/first/about/staff-icon-2.png") no-repeat;
  width: 170px;
  height: 170px;
  background-size: 170px 170px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2em;
  animation: pikopiko 1s steps(2, start) infinite;
  z-index: -1;
}
.first .direct .lead::after {
  content: "";
  display: block;
  background: url("../../_images/first/about/tire-img.png") no-repeat;
  width: 199px;
  height: 162px;
  background-size: 199px 162px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2em;
  animation: pikopiko 2s steps(2, start) infinite;
  z-index: -1;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .first .direct .lead::before {
    content: "";
    display: block;
    background: url("../../_images/first/about/staff-icon-2.png") no-repeat;
    width: 85px;
    height: 85px;
    background-size: 85px 85px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -6em;
    animation: pikopiko 1s steps(2, start) infinite;
  }
  .first .direct .lead::after {
    content: "";
    display: block;
    background: url("../../_images/first/about/tire-img.png") no-repeat;
    width: 99px;
    height: 81px;
    background-size: 99px 81px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -6em;
    animation: pikopiko 2s steps(2, start) infinite;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * サブタイトル
/* ------------------------------------------------------------------------------------------------- */

.first p.subtitle span {
  font-size: 3.0rem;
}
.first p.subtitle .marker {
  background: var(--c-yellow);
  line-height: 1;
  padding: 0;
}
.first .direct .lead p.subtitle .marker {
  color: var(--c-blue);
  font-size: 3.6rem;
}
.first .direct .flow p.subtitle .marker {
  font-size: 3.0rem;
}
.first p.subtitle .marker::before,
.first p.subtitle .marker::after {
  display: none;
}

.first p.subtitle .br-pc {
  line-height: 1;
  padding: 0;
  display: block;
  margin-top: 0;
}
.first p.subtitle .br-pc::before,
.first p.subtitle .br-pc::after {
  display: none;
}

.first .direct .lead .text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .first p.subtitle span {
    font-size: 2.0rem;
  }
  .first .direct .lead p.subtitle .marker {
    background: var(--c-yellow);
    color: var(--c-blue);
    font-size: 2.4rem;
    line-height: 1;
    padding: 0;
    display: inline-block;
  }
  .first .direct .flow p.subtitle .marker {
    background: var(--c-yellow);
    font-size: 2.2rem;
    line-height: 1;
    padding: 0;
    display: inline;
  }
  .first .direct .lead .text {
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
  /* 直送交換*/
  .first #exchange .subtitle .marker {
    display: inline;
  }
}


/* ****************************************************************************************************
   * タイヤ交換する流れ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.first .direct .flow {
  margin-top: 80px;
}
.first .direct .section-2 {
  margin-top: 100px;
}
.first .direct .section-3 {
  margin-top: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .direct .flow {
    margin-top: 40px;
  }
  .first .direct .section-2 {
    margin-top: 50px;
  }
  .first .direct .section-3 {
    margin-top: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.first .direct .inner-box {
  position: relative;
  padding: 30px 40px;
}
.first .direct .inner-box::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-s.png") no-repeat;
  width: 120px;
  height: 40px;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.first .direct .section-3.inner-box::after {
  display: none;
}

.first .direct .inner-box .layout-2 {
  justify-content: space-between;
  align-items: flex-start;
}

.first .direct .inner-box .layout-2 .detail {
  margin-left: 0;
  padding: 0;
  max-width: 730px;
  width: 70%;
}
.first .direct .inner-box .layout-2 picture {
  width: 25%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .direct .inner-box {
    position: relative;
    padding: 20px;
  }
  .first .direct .inner-box::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-s.png") no-repeat;
    width: 60px;
    height: 20px;
    background-size: 60px 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .first .direct .inner-box .layout-2 .detail {
    margin-left: 0;
    padding: 0;
    max-width: 730px;
    width: 100%;
  }
  .first .direct .inner-box .layout-2 picture {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.first .direct .inner-box .detail .title {
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 4.5em;
  line-height: 1.4;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.first .direct .inner-box .detail .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.first .direct .section-1.inner-box .detail .title::before {
  background: url("../../_images/first/_common/step1.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.first .direct .section-2.inner-box .detail .title::before {
  background: url("../../_images/first/_common/step2.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.first .direct .section-3.inner-box .detail .title::before {
  background: url("../../_images/first/_common/step3.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}

/* ナット説明*/
.first .direct .inner-box figure {
  width: 25%;
}
.first .direct .inner-box figcaption {
  margin-top: 1em;
  font-size: 1.4rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .direct .inner-box .detail .title {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    padding-left: 0;
    line-height: 1.4;
    min-height: auto;
    display: block;
    text-align: center;
  }
  .first .direct .inner-box .detail .title::before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    margin: 0 auto;
  }
  .first .direct .section-1.inner-box .detail .title::before {
    background: url("../../_images/first/_common/step1.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .first .direct .section-2.inner-box .detail .title::before {
    background: url("../../_images/first/_common/step2.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .first .direct .section-3.inner-box .detail .title::before {
    background: url("../../_images/first/_common/step3.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .first .direct .inner-box picture {
    display: block;
    margin: 1em auto;
    text-align: center;
  }
  /* ナット説明*/
  .first .direct .inner-box figure {
    width: 100%;
    margin:1em auto;
    text-align: center;
  }
  .first .direct .inner-box figcaption {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 販売店様へ
/* ------------------------------------------------------------------------------------------------- */

.first .direct .flow .white-box {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.first .direct .flow .white-box .title-2 {
  background: #c30d23;
  border-radius: 20px;
}
.first .direct .flow .white-box .text-1 {
  font-size: 1.6rem;
}
.first .direct .flow .white-box .text-2 {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
}
.first .direct .flow .white-box .text-2 span.color-1 {
  background: var(--c-yellow);
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first .direct .flow .white-box {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
  }
  .first .direct .flow .white-box .text-2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
  }
  .first .direct .flow .white-box .text-2 span.color-1 {
    background: var(--c-yellow);
    line-height: 1.4;
    font-size: 1.6rem;
  }
}


/* ****************************************************************************************************
   * タイヤ交換時期
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.first #change .item {
  margin-top: 60px;
}

.first #change .layout-flex-3 > * {
  width: 31%;
}
.first #change .layout-flex-3 div picture {
  display: block;
  margin: 0 auto;
}
.first #change .layout-flex-3 div picture img {
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #change .item {
    margin-top: 30px;
  }

  .first #change .layout-flex-4 > :nth-child(n+3) {
    margin-top: 20px;
  }
  
  .first #change .layout-flex-3 {}
  .first #change .layout-flex-3 > * {
    width: 48%;
  }
  .first #change .layout-flex-3 > :nth-child(n+3) {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * こだわりの作業
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.first #kodawari {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #kodawari .layout-flex-2 > * ~ * {
    margin-top: 20px;
  }
  .first #kodawari picture {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}


/* ****************************************************************************************************
   * 注意事項・同意事項
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .first #read {}

.layout-flex .first #read .lead .text {
  text-align: center;
}
.layout-flex .first #read .lead .br-sp {
  line-height: 1;
  padding: 0;
}
.layout-flex .first #read .lead .br-sp::before,
.layout-flex .first #read .lead .br-sp::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .first #read .lead .br-sp {
    display: block;
  }
}

/* ****************************************************************************************************
   * 必ずお読みください
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .first #read .item {}
.layout-flex .first #read .item div ~ div {
  margin-top: 60px;
}

/* 作業事故とは･･･*/
.layout-flex .first #read .item div:nth-child(1) {}
.layout-flex .first #read .item div:nth-child(1) .layout-2 {
  max-width: 700px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.layout-flex .first #read .item div:nth-child(1) .layout-2 .icon {
  width: 26%;
}
.layout-flex .first #read .item div:nth-child(1) .layout-2 .detail {
  margin-top: 0;
  width: 65%;
  margin-left: 5%;
  font-size: 1.6rem;
}

/* 対応策は･･･*/
.layout-flex .first #read .item div:nth-child(2) {}
.layout-flex .first #read .item div:nth-child(2) .layout-2 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.layout-flex .first #read .item div:nth-child(2) .layout-2 .images {
  width: 40%;
}
.layout-flex .first #read .item div:nth-child(2) .layout-2 .detail {
  width: 55%;
  margin-left: 5%;
  font-size: 1.6rem;
}

/* 作業事故が起こったら･･･*/
.layout-flex .first #read .item div:nth-child(3) {
  position: relative;
}
.layout-flex .first #read .item div:nth-child(3)::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-l.png") no-repeat;
  width: 200px;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.layout-flex .first #read .item .detail {
  margin-top: 20px;
}

.layout-flex .first #read .item .detail p.text {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .first #read .item div ~ div {
    margin-top: 30px;
  }
  
  /* 作業事故とは･･･*/
  .layout-flex .first #read .item div:nth-child(1) .layout-2 .icon {
    width: 100%;
    text-align: center;
  }
  .layout-flex .first #read .item div:nth-child(1) .layout-2 .icon img {
    width: 90px;
  }
  .layout-flex .first #read .item div:nth-child(1) .layout-2 .detail {
    margin-top: 1em;
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
  }
  
  /* 対応策は･･･*/
  .layout-flex .first #read .item div:nth-child(2) .layout-2 .images {
    width: 100%;
    text-align: center;
  }
  .layout-flex .first #read .item div:nth-child(2) .layout-2 .detail {
    margin-top: 1em;
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
  }
  
  /* 作業事故が起こったら･･･*/
  .layout-flex .first #read .item div:nth-child(3)::after {
    content: "";
    display: block;
    background: url("../../_images/_common/arrow-l.png") no-repeat;
    width: 100px;
    height: 25px;
    background-size: 100px 25px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout-flex .first #read .item .detail p.text {
    text-align: left;
  }
}

/* ****************************************************************************************************
   * 共通　横並びリスト
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .disclaimer {}

.layout-flex .disclaimer .layout-2 {
  align-items: flex-start;
}
.layout-flex .disclaimer .photo {
  width: 40%;
}
.layout-flex .disclaimer .detail {
  width: 55%;
  margin-left: 5%;
  font-size: 1.6rem;
}
.layout-flex .disclaimer .detail ol li ~ li {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .disclaimer .photo {
    width: 100%;
    text-align: center;
  }
  .layout-flex .disclaimer .detail {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .layout-flex .disclaimer .detail ol li ~ li {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * ホイール損傷の場合
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * inner-box内
/* ------------------------------------------------------------------------------------------------- */

.layout-flex .first #damage .inner-box {
  position: relative;
  padding: 60px;
}
.layout-flex .first #damage .inner-box .item .detail {
  width: 70%;
}
.layout-flex .first #damage .inner-box .item .photo {
  width: 25%;
}

/* 横並び*/
.layout-flex .first #damage .inner-box .item .layout-flex-2 {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.layout-flex .first #damage .inner-box .item .layout-flex-2 .detail {
  margin-top: 20px;
  width: 100%;
  margin-left: 0;
}
.layout-flex .first #damage .inner-box .item .layout-flex-2 p {
  position: relative;
  color: var(--c-blue);
  background: var(--c-yellow);
  border-radius: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 2.0rem;
  line-height: 1.4;
  padding: 0.5em;
}
.layout-flex .first #damage .inner-box .item .layout-flex-2 p::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 15px solid var(--c-yellow);
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex .first #damage .inner-box {
    position: relative;
    padding: 20px;
  }
  .layout-flex .first #damage .inner-box .item .detail {
    width: 100%;
  }
  .layout-flex .first #damage .inner-box .item .photo {
    width: 100%;
    text-align: center;
  }
  
  /* 横並び*/
  .layout-flex .first #damage .inner-box .item .layout-flex-2 {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .layout-flex .first #damage .inner-box .item .layout-flex-2 p {
    font-size: 1.4rem;
  }
}


/* ****************************************************************************************************
   * ご利用の流れ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.first section .title-1 + .column {
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first section .title-1 + .column {
    margin-top: 20px;
  }
  .first section .title-1 + .column .text {
    text-align: left;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 黄色枠ボックス
/* ------------------------------------------------------------------------------------------------- */

.first #exchange .box::after {
  display: none;
}

.first #exchange .title-3 {
  font-size: 4.0rem;
}
.first #exchange .title-3 span {
  background: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #exchange .title-3 {
    font-size: 2.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.first #exchange .box .title-3 span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/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;
}
.first #exchange .box .title-3 span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/attention.png") no-repeat;
  width: 80px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-70%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #exchange .box .title-3 span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/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;
  }
  .first #exchange .box .title-3 span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/attention.png") no-repeat;
    width: 40px;
    height: 35px;
    background-size: 40px 35px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-70%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.first #exchange .box ul {
  max-width: 570px;
  margin: 0 auto;
}
.first #exchange .box ul + p {
  font-size: 1.6rem;
}

/* ****************************************************************************************************
   * 直送交換（ネット直送）
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-flow
.first .direct .flow {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-flow
  .first .direct .flow {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * 持込交換
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.first #carryin
.direct .section-2 {
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #carryin
  .direct .section-2 {
    margin-top: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.first #carryin .direct .inner-box .detail .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.first #carryin .direct .section-2.inner-box .detail .title::before {
  background: url("../../_images/first/_common/step1.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.first #carryin .direct .section-3.inner-box .detail .title::before {
  background: url("../../_images/first/_common/step2.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #carryin .direct .inner-box .detail .title::before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    margin: 0 auto;
  }
  .first #carryin .direct .section-2.inner-box .detail .title::before {
    background: url("../../_images/first/_common/step1.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .first #carryin .direct .section-3.inner-box .detail .title::before {
    background: url("../../_images/first/_common/step2.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}

/* ****************************************************************************************************
   * 店頭購入交換
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.first #store .direct .section-3.inner-box .detail .title {
  display: block;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.first #store .direct .section-1 .item {
  margin-top: 30px;
}
.first #store .direct .section-1 .item .layout-flex-2 > .title p {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  padding: 1em 1em 1em 4em;
}
.first #store .direct .section-1 .item .layout-flex-2 > * {
  width: 49%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #store .direct .section-1 .item .layout-flex-2 > * {
    width: 100%;
  }
  .first #store .direct .section-1 .item .layout-flex-2 > * ~ * {
    margin-top: 1em;
  }
  .first #store .direct .section-1 .item .layout-flex-2 > .title p {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    padding: 0.5em 0.5em 0.5em 3.0em;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.first #store .direct .section-1 .item .layout-flex-2 > .title p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.first #store .direct .section-1 .item .layout-flex-2 > .title:nth-child(1) p::before {
  background: url("../../_images/first/flow/check-1.png") no-repeat;
  width: 50px;
  height: 50px;
}
.first #store .direct .section-1 .item .layout-flex-2 > .title:nth-child(2) p::before {
  background: url("../../_images/first/flow/check-2.png") no-repeat;
  width: 50px;
  height: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #store .direct .section-1 .item .layout-flex-2 > .title:nth-child(1) p::before {
    background: url("../../_images/first/flow/check-1.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
  .first #store .direct .section-1 .item .layout-flex-2 > .title:nth-child(2) p::before {
    background: url("../../_images/first/flow/check-2.png") no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 純正タイヤサイズを確認するには？
/* ------------------------------------------------------------------------------------------------- */

.first #store .direct .section-1 .item > .inner.layout-2 {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.first #store .direct .section-1 .item > .layout-2 {
  align-items: center;
  justify-content: flex-start;
}

.first #store .direct .section-1 .item > .layout-2 .icon {
  width: 12%;
  margin-right: 5%;
  display: block;
  text-align: center;
}
.first #store .direct .section-1 .item > .layout-2 .detail {
  max-width: 780px;
  width: 80%;
}
.first #store .direct .section-1 .item > .layout-2 .detail .title {
  padding-left: 0;
  min-height: 100%;
}
.first #store .direct .section-1 .item > .layout-2 .detail .title::before {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .first #store .direct .section-1 .item > .inner.layout-2 {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
  }
  
  .first #store .direct .section-1 .item > .layout-2 .icon {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
  }
  .first #store .direct .section-1 .item > .layout-2 .icon img {
    width: 57px;
  }
  .first #store .direct .section-1 .item > .layout-2 .detail {
    max-width: 100%;
    width: 100%;
    margin-top: 1em;
  }
  .first #store .direct .section-1 .item > .layout-2 .detail .title {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * CHECK
/* ------------------------------------------------------------------------------------------------- */

.first #store .direct .section-1 .item.check-list .layout-2 {
  justify-content: center;
}
.first #store .direct .section-1 .item.check-list .title-2 span {
  margin-left: 1em;
}

.first #store .direct .section-1 .item.check-list .layout-2 .photo {
  margin-left: 1%;
  margin-right: 1%;
}
.first #store .direct .section-1 .item.check-list .layout-2 .list {
  margin-left: 1%;
  margin-right: 1%;
}

.first #store .direct .section-1 .item-2.check-list .layout-2 .photo {
  width: 24%;
}
.first #store .direct .section-1 .item.check-list .content {
  margin-left: 1em;
}
.first #store .direct .section-1 .item.check-list .text {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .first #store .direct .section-1 .item-2.check-list .layout-2 .photo {
    width: 100%;
    text-align: center;
  }
  .first #store .direct .section-1 .item-2.check-list .layout-2 .content {
    margin-top: 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .first #store .direct .section-1 .item.check-list .title-2 span {
    margin-left: 0;
    display: block;
  }
  .first #store .direct .section-1 .item.check-list .layout-2 > div {
    margin: 0 auto;
    text-align: center;
  }
  .first #store .direct .section-1 .item.check-list .layout-2 > div ~ div {
    margin-top: 1em;
  }
  .first #store .direct .section-1 .item.check-list .text {
    text-align: left;
  }
  .first #store .direct .section-1 .item.check-list .content p {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * サイズを選んでください
/* ------------------------------------------------------------------------------------------------- */

.first #store .direct .section-2 .layout-flex-2 {
  margin-bottom: 60px;
}

.first #store .direct .section-2 .layout-flex-2 > div {
  max-width: 510px;
  transition: transform .3s ease;
}
.first #store .direct .section-2 .layout-flex-2 > div img {
  border-radius: 30px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.3);
}
.first #store .direct .section-2 .layout-flex-2 a {
  display: block;
}
.first #store .direct .section-2 .layout-flex-2 a:hover {
  opacity: 1;
}
.first #store .direct .section-2 .layout-flex-2 > div:hover {
  transform: scale(1.1);
}

.first #store .direct .section-2 .layout-flex-2 .new {}
.first #store .direct .section-2 .layout-flex-2 .used {}


.first #store .direct .section-2 .layout-flex-2 .btn-2 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 0 0 30px 30px;
  margin-top: -62px;
  position: relative;
  padding: 0.3em 1em;
}
.first #store .direct .section-2 .layout-flex-2 .btn-2::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
  transition: 0.2s right;
}
.first #store .direct .section-2 .layout-flex-2 div:hover .btn-2::after {
  right: 0.2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .first #store .direct .section-2 .layout-flex-2 {
    margin-top: 1em;
    display: block;
    margin-bottom: 0;
  }
  .first #store .direct .section-2 .layout-flex-2 > div ~ div {
    margin-top: 40px;
  }
  .first #store .direct .section-2 .layout-flex-2 > div {
    max-width: 510px;
    transition: transform .3s ease;
    margin: 0 auto;
    width: 100%;
  }
  
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .first #store .direct .section-2 .layout-flex-2 > div ~ div {
    margin-top: 20px;
  }
  .first #store .direct .section-2 .layout-flex-2 .btn-2 {
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 0 0 30px 30px;
    margin-top: -45px;
    position: relative;
    padding: 0.3em;
  }
  .first #store .direct .section-2 .layout-flex-2 .btn-2::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transition: 0.2s right;
  }
}


