@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: hidden;
}

#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;
}

}


/* ****************************************************************************************************
   * 各種メニュー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.menu {
  position: relative;
  padding-top: 85px;
  padding-bottom: 100px;
}

.menu .body {
  max-width: 1180px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.menu ul.layout-flex-3 {
  justify-content: center;
  row-gap: 30px;
  column-gap: 30px;
}

.menu ul.layout-flex-3 li {
  width: 32%;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 0 0 10px;
  max-width: 360px;
}

.menu ul.layout-flex-3 li .content {
  margin-top: -40px;
}
.menu ul.layout-flex-3 li a:hover {
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .menu ul.layout-flex-3 {
    justify-content: center;
    row-gap: 30px;
    column-gap: 30px;
  }
  .menu ul.layout-flex-3 li {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0 0 10px;
    max-width: 100%;
  }
  .menu ul.layout-flex-3 li .content {
    margin-top: -40px;
  }
  .menu ul.layout-flex-3 li a:hover {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.menu ul.layout-flex-3 li .btn {
  width: 290px;
  padding-bottom: 50px;
  font-size: 2.5rem;
}
.menu ul.layout-flex-3 li .btn::after {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-down-s.png") no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  top: auto;
  transform: translateY(0);
  transition: 0.2s bottom;
  margin: 0 auto;
}
.menu ul.layout-flex-3 li .btn:hover {
  opacity: 1;
}
.menu ul.layout-flex-3 li:hover .btn::after {
  bottom: 0.2em;
}

.menu ul.layout-flex-3 li .btn > * {
  display: inline-block;
  line-height: 1.0;
  padding: 0.1em;
}

.menu ul.layout-flex-3 li p.text-1 {
  font-size: 2.7rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.4;
}

.menu ul.layout-flex-3 li .btn > span {
  background: var(--c-yellow);
  color: var(--c-blue);
}
.menu ul.layout-flex-3 li:nth-child(2) .btn > span {
  background: var(--c-blue);
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .menu ul.layout-flex-3 li .btn {
    width: auto;
    padding-bottom: 50px;
    font-size: 2.5rem;
    padding: 0.5em 0.5em 1.5em;
  }
  .menu ul.layout-flex-3 li p.text-1 {
    font-size: 2.0rem;
    font-weight: 900;
    color: #000;
    text-align: center;
    line-height: 1.4;
  }
  .menu ul.layout-flex-3 li .btn::after {
    background: url("../../_images/_common/arrow-down-s.png") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    bottom: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト4つめ（個別設定）
/* ------------------------------------------------------------------------------------------------- */

.menu ul.layout-flex-3 li:nth-child(4) {
  position: relative;
  width: auto;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 0 0 10px;
  max-width: 100%;
}
.menu ul.layout-flex-3 li:nth-child(4) .content {
  position: absolute;
  top: 110px;
  right: 20px;
  margin-top: 0;
}
.menu ul.layout-flex-3 li:nth-child(4) .btn {
  width: 320px;
  padding: 1em;
  font-size: 2.0rem;
}
.menu ul.layout-flex-3 li:nth-child(4) .btn::before {
  content: "";
  display: block;
  background: url("../../_images/_common/arrow-right-s.png") no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: 0.2s left;
  margin: 0 auto;
}
.menu ul.layout-flex-3 li:nth-child(4) .btn::after {
  display: none;
}
.menu ul.layout-flex-3 li:nth-child(4) .btn.text-1::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-icon-y.png") no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  transform: translateY(-50%);
  transition: 0.2s left;
  margin: 0 auto;
}
.menu ul.layout-flex-3 li:nth-child(4):hover .btn::before {
  left: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .menu ul.layout-flex-3 li:nth-child(4) {
    position: relative;
    width: auto;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  .menu ul.layout-flex-3 li:nth-child(4) .content {
    position: relative;
    bottom: 40px;
    right: 0;
    left: 0;
    top: auto;
    margin-top: 0;
  }
  .menu ul.layout-flex-3 li:nth-child(4) .btn {
    width: /*320px*/290px;
    padding: 1em;
    font-size: 2.0rem;
  }
  .menu ul.layout-flex-3 li:nth-child(4) .btn::before {
    background: url("../../_images/_common/arrow-right-s.png") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
  .menu ul.layout-flex-3 li:nth-child(4) .btn.text-1::after {
    background: url("../../_images/_common/detail-icon-y.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.menu ul.layout-flex-3 li picture {}
.menu ul.layout-flex-3 li picture img {
  transition: transform .3s ease; /* ゆっくり変化させる */
}
.menu ul.layout-flex-3 li:hover picture img {
  transform: scale(1.1);
}

/* ****************************************************************************************************
   * 持ち込みで タイヤ交換したい方
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.carry {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  background: url("../../_images/index/carry-bg.jpg") no-repeat;
  background-size: cover;
}

.carry .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.carry .title-area {
  line-height: 1.4;
  text-align: center;
  margin-top: 50px;
}
.carry .title-area .subtitle {
  position: relative;
}

.carry .title-area .subtitle span {
  position: relative;
  font-size: 3.0rem;
  color: #fff;
  font-weight: bold;
  padding: 0 50px;
  display: inline-block;
}
.carry .title-area .subtitle span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-line-left-1-l.png") no-repeat;
  width: 34px;
  height: 81px;
  background-size: 34px 81px;
  position: absolute;
  top: 0;
  left: 0;
}
.carry .title-area .subtitle span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/title-line-right-1.png") no-repeat;
  width: 34px;
  height: 81px;
  background-size: 34px 81px;
  position: absolute;
  top: 0;
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .carry .title-area {
    line-height: 1.4;
    text-align: center;
    margin-top: 1em;
  }
  .carry .title-area .subtitle span {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
  }
  .carry .title-area .subtitle span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-line-left-1-l.png") no-repeat;
    width: 17px;
    height: 40px;
    background-size: 17px 40px;
    position: absolute;
    top: 0;
    left: -8px;
  }
  .carry .title-area .subtitle span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/title-line-right-1-l.png") no-repeat;
    width: 17px;
    height: 40px;
    background-size: 17px 40px;
    position: absolute;
    top: 0;
    right: -8px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトルエリア
/* ------------------------------------------------------------------------------------------------- */

.carry {}

.carry .inner {
  width: 100%;
  background: url("../../_images/index/carry-title-bg.png") repeat-x;
}
.carry .inner .layout-2 {
  position: relative;
  align-items: center;
  justify-content: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 20px 0;
  height: 110px;
}
.carry .inner .layout-2 picture {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-75%);
}
.carry .inner .layout-2 picture img {
  animation: pikopiko 1s steps(2, start) infinite;
}

.carry .inner .layout-2 .text {
  font-size: 6.0rem;
  font-weight: 900;
  line-height: 1.0;
  color: var(--c-blue);
  margin: 0 auto;
}
.carry .inner .layout-2 .text span.text-bg {
  background: #fff;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  .carry .inner .layout-2 .text {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.0;
    color: var(--c-blue);
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .carry .inner {
    margin-top: 0;
  }
  .carry .inner .layout-2 {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 25px 20px 10px;
    height: 95px;
  }
  .carry .inner .layout-2 picture {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-140%);
    text-align: center;
  }
  .carry .inner .layout-2 picture img {
    animation: pikopiko 1s steps(2, start) infinite;
    width: 120px;
  }
  
  .carry .inner .layout-2 .text {
    font-size: 3.0rem;
    font-weight: 900;
    line-height: 1.0;
    color: var(--c-blue);
    margin: 0 auto;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.carry ul.layout-flex-3 {
  justify-content: center;
  row-gap: 50px;
  column-gap: 45px;
}

.carry ul.layout-flex-3 > * {
  width: 31%;
  padding: 0;
}

.carry ul.layout-flex-3 li {
  max-width: 330px;
  background: #fff;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.75);
}
.carry ul.layout-flex-3 li a {
  opacity: 1;
}

/* ボタン(画像無し)*/
.carry ul.layout-flex-3 li.layout-2 {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  width: auto;
  column-gap: 30px;
  text-align: center;
  justify-content: center;
}
.carry ul.layout-flex-3 li.layout-2 a {
  width: 330px;
  border-radius: 30px;
  padding: 25px 1em;
  text-align: left;
}
.carry ul.layout-flex-3 li .col-1:hover a::after,
.carry ul.layout-flex-3 li .col-2:hover a::after {
  right: 0.2em;
}


.carry ul.layout-flex-3 li picture {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.carry ul.layout-flex-3 li picture img {
  transition: transform .3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carry ul.layout-flex-3 li:hover img {
  transform: scale(1.1);
}

.carry ul.layout-flex-3 p.caption {
  position: relative;
  text-align: center;
  font-weight: 900;
  font-size: 2.7rem;
  margin-top: 0;
  padding-bottom: 50px;
  transition: transform .3s ease;
}
.carry ul.layout-flex-3 p.caption span {
  background: linear-gradient(transparent 40%, var(--c-yellow) 40%);
}

.carry ul.layout-flex-3 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;
}
.carry ul.layout-flex-3 li:hover p.caption::after {
  left: 0.6em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .carry ul.layout-flex-3 {
    justify-content: center;
    row-gap: 35px;
    column-gap: 35px;
  }
  .carry ul.layout-flex-3 > * {
    width: 45%;
    padding: 0;
  }
  .carry ul.layout-flex-3 p.caption {
    font-size: 2.2rem;
  }
  /* ボタン(画像無し)*/
  .carry ul.layout-flex-3 li.layout-2 a {
    margin-bottom: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .carry ul.layout-flex-3 {
    display: block;
    justify-content: center;
    row-gap: 0;
    column-gap: 0;
  }
  .carry ul.layout-flex-3 > * {
    width: 100%;
    padding: 0;
  }
  .carry ul.layout-flex-3 li {
    max-width: 330px;
    background: #fff;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.75);
    margin: 0 auto;
  }
  .carry ul.layout-flex-3 li ~ li {
    margin-top: 30px;
  }
  .carry ul.layout-flex-3 p.caption {
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
  .carry ul.layout-flex-3 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;
  }
  /* ボタン(画像無し)*/
  .carry ul.layout-flex-3 li.layout-2 a {
    margin: 0;
  }
  .carry ul.layout-flex-3 li.layout-2 div ~ div {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * タイヤ購入したい方
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.purchase {
  position: relative;
  background: url("../../_images/index/purchase-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 100px;
  padding-bottom: 120px;
}

.purchase .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.purchase .title-area {
  line-height: 1.4;
  text-align: center;
}
.purchase .title-area .subtitle {
  position: relative;
}
.purchase .title-area .subtitle.column {
  margin-top: 60px;
}

.purchase .title-area .subtitle span {
  position: relative;
  font-size: 3.0rem;
  color: #000;
  font-weight: bold;
  padding: 0 50px;
  display: inline-block;
}
.purchase .title-area .subtitle span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-line-left-l.png") no-repeat;
  width: 34px;
  height: 81px;
  background-size: 34px 81px;
  position: absolute;
  top: 0;
  left: 0;
}
.purchase .title-area .subtitle span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/title-line-right-l.png") no-repeat;
  width: 34px;
  height: 81px;
  background-size: 34px 81px;
  position: absolute;
  top: 0;
  right: 0;
}

.purchase .title {
  position: relative;
  color: var(--c-yellow);
  font-size: 6.0rem;
  font-weight: 900;
  background: url("../../_images/index/title-bg-b.jpg") no-repeat;
  background-size: 670px 90px;
  display: inline-block;
  width: 670px;
  height: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .title-area .subtitle.column {
    margin-top: 1em;
  }
  .purchase .title-area .subtitle span {
    position: relative;
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
  }
  .purchase .title-area .subtitle span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-line-left-l.png") no-repeat;
    width: 17px;
    height: 40px;
    background-size: 17px 40px;
    position: absolute;
    top: 0;
    left: -8px;
  }
  .purchase .title-area .subtitle span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/title-line-right-l.png") no-repeat;
    width: 17px;
    height: 40px;
    background-size: 17px 40px;
    position: absolute;
    top: 0;
    right: -8px;
  }
  
  .purchase .title {
    position: relative;
    color: var(--c-yellow);
    font-size: 3.0rem;
    font-weight: 900;
    background: url("../../_images/index/title-bg-b.jpg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.purchase .layout-flex-2 {
  margin-top: 60px;
}

.purchase .layout-flex-2 > div {
  max-width: 510px;
  transition: transform .3s ease;
}
.purchase .layout-flex-2 > div img {
  border-radius: 30px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.3);
}
.purchase .layout-flex-2 a {
  display: block;
}
.purchase .layout-flex-2 a:hover {
  opacity: 1;
}
.purchase .layout-flex-2 > div:hover {
  transform: scale(1.1);
}

.purchase .layout-flex-2 .new {}
.purchase .layout-flex-2 .used {}


.purchase .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;
}
.purchase .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;
}
.purchase .layout-flex-2 div:hover .btn-2::after {
  right: 0.2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .layout-flex-2 {
    margin-top: 1em;
    display: block;
  }
  .purchase .layout-flex-2 * ~ * {
    margin-top: 20px;
  }
  .purchase .layout-flex-2 > div {
    max-width: 510px;
    transition: transform .3s ease;
    margin: 40px auto 0;
    width: 100%;
  }
  
  .purchase .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;
  }
  .purchase .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;
  }
}




/* ブランドホイール取扱い ボタン*/
.purchase .layout-flex-2 + ul {
  margin-top: 60px;
  text-align: center;
}
.purchase .layout-flex-2 + ul .btn {
  width: 330px;
  border-radius: 30px;
  padding: 25px 1em;
  text-align: left;
}

.purchase .layout-flex-2 + ul .btn:hover {
  opacity: 1;
  background: var(--c-yellow);
}
.purchase .layout-flex-2 + ul .btn:hover::after {
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .purchase .layout-flex-2 + ul {
    margin-top: 40px;
    text-align: center;
  }
  .purchase .layout-flex-2 + ul .btn {
    padding: 15px 1em;
  }
}

/* ****************************************************************************************************
   * その他サービス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.service {
  position: relative;
  background: url("../../_images/index/service-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 90px;
}

.service .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.service .title-area {
  line-height: 1.4;
  text-align: center;
}
.service .title {
  position: relative;
  color: var(--c-blue);
  font-size: 6.0rem;
  font-weight: 900;
  background: url("../../_images/index/title-bg-y.png") no-repeat;
  background-size: 670px 90px;
  display: inline-block;
  width: 670px;
  height: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service .title {
    position: relative;
    color: var(--c-blue);
    font-size: 3.0rem;
    font-weight: 900;
    background: url("../../_images/index/title-bg-y.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    height: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.service ul.layout-flex-2 {
  position: relative;
}
.service ul.layout-flex-2 li {}
.service ul.layout-flex-2 li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 510px;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.75);
}
.service ul.layout-flex-2 li:hover a {
  background: var(--c-yellow);
}
.service ul.layout-flex-2 li a span {
  display: inline-block;
  text-align: left;
  font-size: 2.5rem;
  margin-left: 1em;
}
.service ul.layout-flex-2 li a::after {
  right: 20px;
}
.service ul.layout-flex-2 li:hover a::after {
  right: 0.2em;
}
.service ul.layout-flex-2 li:hover a {
  opacity: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .service ul.layout-flex-2 li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.75);
  }
  .service ul.layout-flex-2 li a span {
    display: inline-block;
    text-align: left;
    font-size: 1.6rem;
    margin: 0 1em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service ul.layout-flex-2 li ~ li {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.service ul.layout-flex-2 li .images {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.service ul.layout-flex-2 li .images img {
  transition: transform .3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service ul.layout-flex-2 li:hover .images img {
  transform: scale(1.1);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .service ul.layout-flex-2 li .images {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    width: 40%;
  }
}

/* ****************************************************************************************************
   * ニュース・トピックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background: #dddddd;
}
.topics .body {
  max-width: 1180px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .title-area {
  line-height: 1.4;
  text-align: center;
}

.topics .title {
  position: relative;
  color: var(--c-yellow);
  font-size: 4.0rem;
  font-weight: 900;
  background: var(--c-blue);
  display: inline-block;
  border-radius: 20px;
  line-height: 1.2;
  padding: 0.1em 0.3em;
}
.topics .title::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -20px;
  border: 15px solid transparent;
  border-top: 20px solid var(--c-blue);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .title {
    position: relative;
    color: var(--c-yellow);
    font-size: 2.5rem;
    font-weight: 900;
    background: var(--c-blue);
    display: inline-block;
    border-radius: 20px;
    line-height: 1.2;
    padding: 0.1em 0.5em;
  }
  .topics .title::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 15px solid var(--c-blue);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics ul.layout-flex-4 {
  text-align: center;
  justify-content: flex-start;
}

.topics ul.layout-flex-4 > * {
  width: 24%;
}

.topics ul.layout-flex-4 li {
  margin-left: 1.3%;
  text-align: left;
}
.topics ul.layout-flex-4 li:first-child,
.topics ul.layout-flex-4 li:nth-child(4n+1) {
  margin-left: 0;
}

.topics ul.layout-flex-4 li a {
  display: block;
  padding: 1em;
  border-radius: 20px;
}
.topics ul.layout-flex-4 li a:hover {
  opacity: 1;
  background: var(--c-yellow);
  border-radius: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/   
  .topics ul.layout-flex-4 {
    margin-top: 40px;
    justify-content: space-between;
  }
  .topics ul.layout-flex-4 > * {
    width: 48%;
  }
  .topics ul.layout-flex-4 li a {
    display: block;
    padding: 0;
    border-radius: 20px;
  }
  .topics ul.layout-flex-4 li a:hover {
    opacity: 1;
    background: none;
    border-radius: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.topics ul li .meta {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topics ul li .images {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 20px;
  transition: transform .3s ease;
  position: relative;
  height: 0;
  padding-top: 100%;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.5);
}

.topics ul li .images img {
  transition: transform .3s ease;
  border-radius: 20px;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topics ul li:hover .images img {
  transform: scale(1.1);
}

.topics ul li .day {
  font-size: 1.6rem;
  color: var(--c-blue);
  font-weight: bold;
}

.topics ul li .category {
  color: var(--c-yellow);
  line-height: 1.0;
  text-align: center;
  padding: 0.3em 0.5em;
  border-radius: 20px;
  font-weight: bold;
  min-width: 120px;
}
.topics ul li .category-1 {
  background: var(--c-blue);
}
.topics ul li .category-2 {
  background: #000;
}
.topics ul li .text {
  font-size: 1.6rem;
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .topics ul li .meta {
    margin-top: 1em;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .topics ul li .day {
    font-size: 1.4rem;
    color: var(--c-blue);
    font-weight: bold;
    display: block;
  }
  .topics ul li .category {
    color: var(--c-yellow);
    line-height: 1.0;
    text-align: center;
    padding: 0.3em 0.5em;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    min-width: 120px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics ul li .text {
    font-size: 1.4rem;
    font-weight: bold;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .link-btn {}
.topics .link-btn .btn {
  position: relative;
  width: 240px;
  padding: 20px 3em;
  font-size: 1.6rem;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  background: #000000;
  border-radius: 10px;
  box-shadow: 0px 2px 1px 2px rgb(77, 77, 77) inset,0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.topics .link-btn .btn::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  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;
  background: none;
}
.topics .link-btn .btn:hover:after {
  right: 10px;
}


