@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

body.layout-index {
  background: url("../../_images/index/visual-bg.png") top center /100% auto no-repeat #fff;
}

#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;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * イメージ画像
/* ------------------------------------------------------------------------------------------------- */

body.layout-index
#visual .animation-area .img-1 {
  width: 481px;
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 5;
}

body.layout-index
#visual .animation-area .img-2 {
  width: 520px;
  position: absolute;
  bottom: -45px;
  right: 0;
  z-index: 5;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-index
  #visual .animation-area .img-1 {
    width: 120px;
    position: absolute;
    bottom: -22px;
    left: 0;
    z-index: 5;
  }
  body.layout-index
  #visual .animation-area .img-2 {
    width: 130px;
    position: absolute;
    bottom: -22px;
    right: 0;
    z-index: 5;
  }
}



/* ****************************************************************************************************
   * ニュース・トピックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 60px;
}

.topics .body {
  max-width: 1120px;
  padding: 0 20px;
}

.topics .body .inner {
  background: #f7f4e3;
  border-radius: 40px;
  padding: 40px 60px;
  align-items: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .body .inner {
    background: #f7f4e3;
    border-radius: 20px;
    padding: 30px 20px;
    align-items: center;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .inner .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .title-area {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.topics .title {
  position: relative;
  color: #000;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "秀英にじみ丸ゴシック B";
}
.topics .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.6rem;
  color: var(--c-tpink);
  line-height: 1.2;
  font-family: "Noto Sans JP";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .title-area {
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .topics .title {
    position: relative;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .topics .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.4rem;
    color: var(--c-tpink);
    line-height: 1.2;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .link-btn {
  margin-top: 20px;
  text-align: left;
}

.topics .link-btn .btn {
  padding: 10px 3em;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .link-btn {
    margin-top: 0;
  }
  .topics .link-btn .btn {
    padding: 5px 1em;
    font-size: 1.4rem;
 }
  .topics .link-btn .btn::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.topics ul.list {
  width: 73%;
  min-width: 750px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (min-width:737px) {
  /*ブラウザの幅が736px以下の時*/
  .topics ul.list {
    width: 64%;
    min-width: auto;
  }
}

.topics ul.list li {
  position: relative;
  border-bottom: 2px dotted var(--c-pink);
}
.topics ul.list li:first-child {
  border-bottom: 2px dotted var(--c-pink);
}

.topics ul.list li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1em 2.5em 1em 1em;
  border-radius: 10px;
  margin: 0.5em 0;
}
.topics ul.list a::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  transition: .3s;
}
.topics ul.list a:hover::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
}
.topics ul.list a:hover::after {
  right: 2px;
}

.topics ul.list a:hover {
  background: var(--c-pink);
  color: #fff;
  border-radius: 10px;
}
.topics ul.list a[href] {
}

.topics ul.list > * {
  line-height: 1.4;
}
.topics ul.list .meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}

.topics ul.list .day {
  color: var(--c-tpink);
  font-size: 1.6rem;
  font-weight: bold;
  width: 20%;
  min-width: 120px;
}
.topics ul.list a:hover .day {
  color: #fff;
}
.topics ul.list .category {
  background: var(--c-pink);
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  padding: 0.1em 0.8em;
  min-width: 130px;
  text-align: center;
}
.topics ul.list a:hover .category {
  background: #fff;
  color: var(--c-pink);
}

.topics ul.list .text {
  font-size: 1.6rem;
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px){
  /*ブラウザの幅が736px以下の時*/
  .topics ul.list .text {
    font-size: 1.6rem;
    width: 100%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics ul.list {
    width: 100%;
    margin-top: 0;
    min-width: auto;
  }
  .topics ul.list a:hover {
    background: var(--c-pink);
    color: #fff;
    border-radius: 20px;
  }
  .topics ul.list li a {
    padding: 1em 1.5em 1em 1em;
  }
  .topics ul.list a::after {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    transition: .3s;
  }
  .topics ul.list a:hover::after {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .topics ul.list a .day {
    position: relative;
    width: 100%;
    font-size: 1.5rem;
    display: inline-block;
    text-align: left;
  }

  .topics ul.list a .text {
    font-size: 1.5rem;
    display: inline-block;
    width: 100%;
  }
}


/* ****************************************************************************************************
   * インスタグラム
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.instagram {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
}

.instagram .body {
  max-width: 1120px;
  padding: 0 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.instagram .title-area {
  line-height: 1.4;
  text-align: center;
}

.instagram .title {
  position: relative;
  color: #000;
  font-size: 3.0rem;
  font-weight: bold;
  font-family: "秀英にじみ丸ゴシック B";
}
.instagram .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.6rem;
  color: var(--c-tpink);
  line-height: 1.2;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram .title-area {
    line-height: 1.4;
    text-align: center;
  }

  .instagram .title {
    position: relative;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .instagram .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.4rem;
    color: var(--c-tpink);
    line-height: 1.2;
  }
}
/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.instagram .content {
  margin-top: 20px;
  display: flex;
}
#sbi_images .sbi_item {
  width: 15%;
}
#sbi_images .sbi_photo img {
  border-radius: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media (max-width:640px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram .content {
    margin-top: 0.5em;
    display: flex;
  }
  #sbi_images .sbi_item {
    width: 48%;
  }
  #sbi_images .sbi_item:nth-child(n+3) {
    margin-top: 15px;
  }
  #sbi_images .sbi_photo_wrap {
  }
  #sbi_images .sbi_photo {
  }
}

#sbi_images .sbi_photo img {}
#sbi_images img {}


/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.instagram .btn-1 {
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram .btn-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em 0;
  margin-bottom: 0.5em;
  border-bottom: 2px dotted var(--c-pink);
  min-width: 175px;
  transition: 0.3s;
}
.instagram .btn-1 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "秀英にじみ丸ゴシック B";
  font-size: 1.6rem;
}
.instagram .btn-1 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 0.2em;
}

.instagram .btn-1 a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-link-icon.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 0;
  margin-left: auto;
}
.instagram .btn-1 a:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram .btn-1 span::before {
    content: "";
    display: inline-block;
    background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    position: relative;
    margin-right: 0.2em;
  }
  .instagram .btn-1 a[target="_blank"]::after {
  /*
    content: "";
    display: inline-block;
    background: url("../../_images/_common/detail-link-icon.png") no-repeat;
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
    margin-right: 0;
    margin-left: auto;
    */
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタンエリア
/* ------------------------------------------------------------------------------------------------- */

.instagram .btn-area {}

.instagram .btn-area.layout-2 {
  justify-content: center;
  margin-top: 60px;
}
.instagram .btn-area .btn {
  width: 382px;
  margin: 0 1% 20px;
  border-radius: 60px;
  text-align: left;
}
.instagram .btn-area .btn::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-link-icon-2.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 0;
  margin-top: 0;
}

.instagram .btn-area .btn p {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 2.55em;
  font-family: "秀英にじみ丸ゴシック B";
}
.instagram .btn-area .btn p::before {
  content: "";
  display: block;
  background: url("../../_images/_common/instagram-icon.png") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.instagram .btn-area .btn span {
  display: block;
  width: 100%;
}

.instagram .btn-area .btn span.text-1 {
  font-size: 1.4rem;
}
.instagram .btn-area .btn span.text-2 {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram .btn-area.layout-2 {
    justify-content: center;
    margin-top: 20px;
    padding: 0 20px;
  }
  .instagram .btn-area .btn {
    width: 100%;
    margin: 0;
    border-radius: 30px;
    text-align: left;
  }
  .instagram .btn-area .btn ~ .btn {
    margin-top: 20px;
  }
  .instagram .btn-area .btn::after {
  /*
    content: "";
    display: block;
    background: url("../../_images/_common/detail-link-icon-2.png") no-repeat;
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: 0;*/
  }
  .instagram .btn-area .btn p {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 1.55em;
    font-family: "秀英にじみ丸ゴシック B";
  }
  .instagram .btn-area .btn p::before {
    content: "";
    display: block;
    background: url("../../_images/_common/instagram-icon.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .instagram .btn-area .btn span.text-2 {
    font-size: 1.6rem;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.instagram figure.wave-area svg .fill {
  fill: beige;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .instagram figure.wave-area {
    fill: beige;
    margin-bottom: -1px;
  }
}

/* ****************************************************************************************************
   * 商品紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.lineup {
  position: relative;
  background: url("../../_images/_common/back-bg.jpg") no-repeat;
  background-size: cover;
}
.lineup .inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 190px;
}

.lineup .body {
  position: relative;
  max-width: 1320px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup {
    position: relative;
    padding-top: 1em !important;
    padding-bottom: 7em !important;
    background: url("../../_images/_common/back-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .lineup .inner {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
  }
}



/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.lineup .title-area {
  text-align: center;
  line-height: 1.4;
}
.lineup .title {
  position: relative;
  color: #000;
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "秀英にじみ丸ゴシック B";
}
.lineup .title::after {
  content: attr(data-text);
  display: block;
  font-size: 2.2rem;
  color: var(--c-tpink);
  text-align: center;
  font-family: "Noto Sans JP";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .title-area {
    text-align: center;
    line-height: 1.4;
  }
  .lineup .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .lineup .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    color: var(--c-tpink);
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * イメージ画像(山)
/* ------------------------------------------------------------------------------------------------- */

.lineup .animation-area .img-1 {
  width: 358px;
  position: absolute;
  top: -210px;
  left: 80px;
  z-index: 5;
}

.lineup .animation-area .img-2 {
  width: 373px;
  position: absolute;
  top: -200px;
  right: 65px;
  z-index: 5;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .animation-area .img-1 {
    width: 358px;
    position: absolute;
    top: -210px;
    left: 20px;
    z-index: 5;
  }
  .lineup .animation-area .img-2 {
    width: 373px;
    position: absolute;
    top: -200px;
    right: 10px;
    z-index: 5;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .animation-area .img-1 {
    width: 179px;
    position: absolute;
    top: -170px;
    left: 20px;
    z-index: 5;
  }
  .lineup .animation-area .img-2 {
    width: 186px;
    position: absolute;
    top: -180px;
    right: 10px;
    z-index: 5;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .animation-area .img-1 {
    width: 119px;
    position: absolute;
    top: -80px;
    left: 10px;
    z-index: 5;
  }
  .lineup .animation-area .img-2 {
    width: 124px;
    position: absolute;
    top: -80px;
    right: 10px;
    z-index: 5;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.lineup .lead {
  margin-top: 60px;
}
.lineup .photo {
  text-align: center;
  display: block;
}
.lineup .lead p {
  margin-top: 50px;
  text-align: center;
  font-size: 1.8rem;
}
.lineup .lead .btn {
  margin: 50px auto 0;
  max-width: 385px;
  display: block;
  text-align: center;
  padding: 1.2em 3em;
  border-radius: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .lead {
    margin-top: 30px;
  }
  .lineup .lead p {
    margin-top: 1em;
    text-align: center;
    font-size: 1.6rem;
  }
  .lineup .lead .btn {
    margin: 1em auto 0;
    max-width: 385px;
    display: block;
    text-align: center;
    padding: 10px 3em;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * アニメーション（商品）
/* ------------------------------------------------------------------------------------------------- */

.lineup .animation-area-1 {
  position: relative;
}
.lineup .animation-area-1 .img-1 {
  width: 233px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  animation: 3s fuwafuwa infinite;
}

.lineup .animation-area-1 .img-2 {
  width: 441px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .animation-area-1 .img-1 {
    width: 77px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    animation: 3s fuwafuwa infinite;
  }
  .lineup .animation-area-1 .img-2 {
    width: 147px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.lineup figure.wave-area svg .fill {
  fill: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup figure.wave-area {
    fill: #fff;
    margin-bottom: -1px;
  }
}


/* ****************************************************************************************************
   * 店舗紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.store {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .store {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.store .title-area {
  line-height: 1.4;
  margin-bottom: 80px;
}
.store .title {
  position: relative;
  color: #000;
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "秀英にじみ丸ゴシック B";
}
.store .title::after {
  content: attr(data-text);
  display: block;
  font-size: 2.2rem;
  color: var(--c-tpink);
  font-family: "Noto Sans JP";
}

.store .title-area p {
  font-size: 1.6rem;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .store .title-area {
    line-height: 1.4;
    margin-bottom: 40px;
  }
  .store .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .store .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    color: var(--c-tpink);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#main .store .body {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}
#main .store .inner {
  max-width: 1360px;
  width: 100%;
  display: flex;
  margin-top: 60px;
}

@media (max-width:1260px) {
  #main .store .inner {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media (max-width:768px) {
  #main .store .inner {
    max-width: 700px;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 写真エリア
/* ------------------------------------------------------------------------------------------------- */

#main .store .photo-list {
  position: relative;
/*  width: 52.224%;*/
}
#main .store .photo-list .photo-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .4s opacity;
}
#main .store .photo-list .photo-item:first-child {
  position: relative;
}
#main .store .photo-list .photo-item img {
/*
  width: 100%;
  height: 100%;
  object-fit: cover;*/
}
#main .store .photo-list .photo-item.active {
  opacity: 1;
}


#main .store .photo-list .photo-item a.sbtn {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: 99;
  display: block;
}
#main .store .photo-list .photo-item a.sbtn img {
  width: auto;
  height: auto;
  
}




@media (max-width:1260px) {
  #main .store .photo-list {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}

@media (max-width:768px) {
  #main .store .photo-list {
    width: 100%;
  }
  #main .store .photo-list .photo-item a.sbtn {
    position: absolute;
    bottom: -20px;
    right: 10px;
    z-index: 99;
    display: block;
  }
  #main .store .photo-list .photo-item a.sbtn img {
    width: 90px;
    height: auto;  
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 右側エリア
/* ------------------------------------------------------------------------------------------------- */

#main .store .content {
  width: 29%;
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}

@media (max-width:1260px) {
  #main .store .content {
    width: 100%;
    order: -1;
    flex-direction: row;
    margin-left: 0;
    margin-bottom: 1em;
    justify-content: space-between;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#main .store .content .button.display-pc ~ .button {
  margin-top: 7rem;
}
#main .store .content .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000000;
  font-size: 1.6rem;
  background: var(--c-yellow);
  cursor: pointer;
  padding: 0.5em 1em 0.5em 10em;
  transition: 0.2s;
  border-radius: 50px;
  outline: 1px solid var(--c-pink);
  outline-offset: -5px;
  font-family: "秀英にじみ丸ゴシック B";
}
#main .store .content .button:hover,
#main .store .content .button.active {
  background: var(--c-pink);
  color: #fff;
}
#main .store .content .button:after {
  content: '';
  display: inline-block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.2s;
}
#main .store .content .button.active:after,
#main .store .content .button:hover:after {
  right: 0.5em;
  background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
}

@media (max-width:1260px) {
  #main .store .content .button {
    padding: 1em 1.5em;
    width: 33%;
    font-size: 100%;
    line-height: 1.4;
    flex-wrap: wrap;
    border-radius: 20px;
  }
  #main .store .content .button:after {
    content: '';
    display: inline-block;
    background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    transition: 0.2s;
  }
  #main .store .content .button.active:after,
  #main .store .content .button:hover:after {
    right: 0.1em;
    background: url("../../_images/_common/detail-arrow-icon-2.png") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .store .content .button {
    padding: 0.5em 1em;
    width: 33%;
    font-size: 100%;
    line-height: 1.4;
    flex-wrap: wrap;
    border-radius: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 右側 写真 アイコン
/* ------------------------------------------------------------------------------------------------- */

#main .store .content .button.store-1.display-pc::before {
  content: "";
  display: block;
  background: url("../../_images/index/store-1.png") no-repeat;
  width: 135px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#main .store .content .button.store-2.display-pc::before {
  content: "";
  display: block;
  background: url("../../_images/index/store-2.png") no-repeat;
  width: 135px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#main .store .content .button.store-3.display-pc::before {
  content: "";
  display: block;
  background: url("../../_images/index/store-3.png") no-repeat;
  width: 135px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.store figure.wave-area svg .fill {
  fill: beige;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .store figure.wave-area {
    fill: beige;
    margin-bottom: -1px;
  }
}

/* ****************************************************************************************************
   * お取り寄せ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.order {
  position: relative;
  padding-top: 70px;
  padding-bottom: 160px;
  background: url("../../_images/_common/back-bg.jpg") no-repeat;
  background-size: cover;
}

.order .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .order {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.order .title-area {
  line-height: 1.4;
}
.order .title {
  position: relative;
  color: #000;
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "秀英にじみ丸ゴシック B";
}
.order .title::after {
  content: attr(data-text);
  display: block;
  font-size: 2.2rem;
  color: var(--c-tpink);
  font-family: "Noto Sans JP";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .order .title-area {
    line-height: 1.4;
  }
  .order .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .order .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    color: var(--c-tpink);
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .order .layout-flex-2 {
    display: block;
  }
  .order .layout-flex-2 > * {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.order .content p {
  margin-top: 40px;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .order .content p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.order .detail {
  position: relative;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .order .detail {
    text-align: center;
    margin: 40px auto 0;
    max-width: 510px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アニメーション画像
/* ------------------------------------------------------------------------------------------------- */

.order .animation-area .img-1 {
  width: 162px;
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: 5;
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .order .animation-area .img-1 {
  width: 81px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 5;
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
}
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.order .btn {
  font-size: 1.6rem;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.order figure.wave-area svg .fill {
  fill: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .order figure.wave-area {
    fill: #fff;
    margin-bottom: -1px;
  }
}


/* ****************************************************************************************************
   * 画像エリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.sawata {
  position: relative;
  padding-top: 90px;
}

.sawata .inner {
  position: relative;
  z-index: 1;
}
.sawata .bg-1 {
  width: 70.9%;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}

.sawata .bg-1 img {
  width: 100%;
  border-radius: 60px 0 0 60px;
}

.sawata .bg-2 {
  width: 34.6%;
  position: relative;
  margin-top: -25vw;
  margin-right: auto;
}

.sawata .bg-2 img {
  width: 100%;
  border-radius: 0 60px 60px 0;
}

.sawata .bg-2::before {
  content: "";
  display: block;
  background: url("../../_images/index/sawata-img-1.png") no-repeat;
  background-size: 100%;
  position: absolute;
  width: clamp(7.313rem, 6.953rem + 14.332vw, 336px);
  height: clamp(7.313rem, 6.953rem + 14.332vw, 117px);
  left: clamp(0px, 8.1819vw, 126px);
  top: clamp(-162px, -10.5195vw, 0px);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:800px) {
  /*ブラウザの幅が736px以下の時*/
  .sawata {
    padding-top: 1em !important;
    padding-bottom: 0em !important;
  }
  .sawata .bg-1 {
    width: 79.744%;
    position: relative;
    margin-right: 0;
    margin-left: auto;
  }
  .sawata .bg-1 .photo {
    position: relative;
    display: block;
  }
  .sawata .bg-1 img {
    width: 100%;
    min-height: 284px;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
  }
  .sawata .bg-2 {
    width: 50%;
    position: relative;
    margin-top: -20vw;
    margin-right: auto;
  }
  .sawata .bg-2 .photo {
    position: relative;
    display: block;
  }
  .sawata .bg-2 img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
    border-radius: 0 30px 30px 0;
  }
  .sawata .bg-2::before {
    width: clamp(7.313rem, 3.953rem + 14.332vw, 336px);
    height: clamp(7.313rem, 3.953rem + 14.332vw, 117px);  
    left: 20px;
    top: -50px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .sawata .bg-2 {
    width: 50%;
    position: relative;
    margin-top: -32vw;
    margin-right: auto;
  }
}

/* ****************************************************************************************************
   * 妻沼とさわた
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.menuma {
  position: relative;
  padding-top: 100px;
  padding-bottom: 180px;
}
.menuma .body {
  position: relative;
  max-width: 1320px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .menuma {
    position: relative;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.menuma .title-area {
  text-align: center;
  line-height: 1.4;
}
.menuma .title {
  position: relative;
  color: #000;
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "秀英にじみ丸ゴシック B";
}
.menuma .title::after {
  content: attr(data-text);
  display: block;
  font-size: 2.2rem;
  color: var(--c-tpink);
  text-align: center;
  font-family: "Noto Sans JP";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .menuma .title-area {
    text-align: center;
    line-height: 1.4;
  }
  .menuma .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .menuma .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    color: var(--c-tpink);
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.menuma .image-area {
  position: relative;
  text-align: center;
  display: block;
}

.menuma .images {
  display: block;
  margin: 50px auto 0;
}
.menuma .images .inner img {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .menuma .images {
    display: block;
    margin: 80px auto 50px;
  }
  .menuma .images .inner img {
    max-width: 80%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}


/* ----------------------------------------------------------------------------------------------------
   * アニメーション アイコン
/* ------------------------------------------------------------------------------------------------- */

.menuma .figure {
  /*
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  */
}
.menuma .figure .photo {
  position: absolute;
}

.menuma .figure .photo:nth-child(1) {
  top: -10%;
  left: 21%;
}
.menuma .figure .photo:nth-child(2) {
  top: 25%;
  left: 15%;
}
.menuma .figure .photo:nth-child(3) {
  left: 17%;
  bottom: 6%;
}
.menuma .figure .photo:nth-child(4) {
  left: 22%;
  bottom: -30%;
}
.menuma .figure .photo:nth-child(5) {
  top: -16%;
  right: 18%;
}
.menuma .figure .photo:nth-child(6) {
  top: 25%;
  right: 12%;
}
.menuma .figure .photo:nth-child(7) {
  right: 16%;
  bottom: 10%;
}
.menuma .figure .photo:nth-child(8) {
  right: 19%;
  bottom: -31%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1620px) {
  /*ブラウザの幅が736px以下の時*/
  .menuma .figure .photo:nth-child(1) {
    top: -30%;
    left: 14%;
  }
  .menuma .figure .photo:nth-child(2) {
    top: -1%;
    left: 2%;
  }
  .menuma .figure .photo:nth-child(3) {
    left: 2%;
    bottom: 26%;
  }
  .menuma .figure .photo:nth-child(4) {
    left: 17%;
    bottom: -20%;
  }
  .menuma .figure .photo:nth-child(5) {
    top: -29%;
    right: 21%;
  }
  .menuma .figure .photo:nth-child(6) {
    top: -18%;
    right: 1%;
  }
  .menuma .figure .photo:nth-child(7) {
    right: 2%;
    bottom: -4%;
  }
  .menuma .figure .photo:nth-child(8) {
    right: 20%;
    bottom: -29%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * アニメーション 設定
/* ------------------------------------------------------------------------------------------------- */

.menuma .figure .photo:nth-child(1) img {
  animation: fuwafuwa01 2s infinite ease-in-out;
}
.menuma .figure .photo:nth-child(2) img {
}
.menuma .figure .photo:nth-child(3) img {
  animation: fuwafuwa01 1.8s infinite .6s ease-in-out;
}
.menuma .figure .photo:nth-child(4) img {}
.menuma .figure .photo:nth-child(5) img {
  animation: fuwafuwa01 2s infinite ease-in-out;
}
.menuma .figure .photo:nth-child(6) img {
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
}
.menuma .figure .photo:nth-child(7) img {}
.menuma .figure .photo:nth-child(8) img {
  animation: fuwafuwa01 2s infinite ease-in-out;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .menuma .figure .photo:nth-child(1) img {
    width: 60px;
    height: 63px;
  }
  .menuma .figure .photo:nth-child(2) img {
    width: 50px;
    height: 52px;
  }
  .menuma .figure .photo:nth-child(3) img {
    width: 50px;
    height: 52px;
  }
  .menuma .figure .photo:nth-child(4) img {
    width: 50px;
    height: 52px;
  }
  .menuma .figure .photo:nth-child(5) img {
    width: 50px;
    height: 52px;
  }
  .menuma .figure .photo:nth-child(6) img {
    width: 60px;
    height: 63px;
  }
  .menuma .figure .photo:nth-child(7) img {
    width: 50px;
    height: 52px;
  }
  .menuma .figure .photo:nth-child(8) img {
    width: 60px;
    height: 63px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.menuma .lead {
  text-align: center;
}

.menuma .lead p {
  margin-top: 0;
  text-align: center;
  font-size: 1.8rem;
  background: rgba(255,255,255,.95);
  display: inline-block;
}

.menuma .lead .btn {
  margin: 60px auto 0;
  max-width: 385px;
  display: block;
  text-align: center;
  padding: 1.2em 3em;
  border-radius: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .menuma .lead {
  }
  .menuma .lead p {
    text-align: left;
    font-size: 1.6rem;
  }
  .menuma .lead .btn {
    margin: 1em auto 0;
    max-width: 385px;
    display: block;
    text-align: center;
    padding: 10px 3em;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.menuma figure.wave-area svg .fill {
  fill: beige;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .menuma figure.wave-area {
    fill: beige;
    margin-bottom: -1px;
  }
}

/* ****************************************************************************************************
   * 会社案内
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.company {
  position: relative;
  background: url("../../_images/_common/back-bg.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.company .body {
  max-width: 840px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .company {
    position: relative;
    background: url("../../_images/_common/back-bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 0 !important;
    padding-bottom: 7em !important;
  }
  .company .body {
    max-width: 840px !important;
    padding: 4em 20px 2em !important;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .body {
    max-width: 1120px;
    padding: 2em 20px !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.company .title-area {
  line-height: 1.4;
}
.company .title-area::before {
  content: "";
  display: block;
  position: relative;
  width: 239px;
  height: 306px;
  background: url("../../_images/index/company-icon-1.png") no-repeat;
  background-size: 100%;
}

.company .title {
  position: relative;
  color: #000;
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "秀英にじみ丸ゴシック B";
}
.company .title::after {
  content: attr(data-text);
  display: block;
  font-size: 2.2rem;
  color: var(--c-tpink);
  font-family: "Noto Sans JP";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .title-area {
    line-height: 1.4;
  }
  .company .title-area::before {
    content: "";
    display: block;
    position: relative;
    width: 119px;
    height: 153px;
    background: url("../../_images/index/company-icon-1.png") no-repeat;
    background-size: 119px 153px;
  }
  .company .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .company .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.6rem;
    color: var(--c-tpink);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.company .layout-2 {
  align-items: flex-end;
}
.company .detail {
  width: 520px;
}

.company .detail ul.layout-flex-2 {
  justify-content: flex-start;
}

.company .detail ul.layout-flex-2 li {
  width: 48%;
  padding: 0;
}
.company .detail ul.layout-flex-2 li ~ li {
  margin-left: 2%;
}
.company .detail ul.layout-flex-2 a {
  display: block;
}

.company .detail ul.layout-flex-2 .photo {
  display: block;
  overflow: hidden;
  border-radius: 40px;
  max-width: 240px;
  margin: 0 auto;
}
.company .detail ul.layout-flex-2 .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
  border-radius: 40px;
}
.company .detail ul.layout-flex-2 li:hover .photo img {
  transform: scale(1.05);
}
.company .detail ul.layout-flex-2 .caption {
  position: relative;
  text-align: center;
  padding: .5em 0;
  font-family: "秀英にじみ丸ゴシック B";
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .company .layout-2 {
    display: flex;
    align-items: center;
  }
  .company .detail {
    width: 60%;
  }
  .company .detail ul.layout-flex-2 {
  }
  .company .detail ul.layout-flex-2 li {
    width: 48%;
  }
  .company .detail ul.layout-flex-2 li:nth-child(3) {
    margin-top: 20px;
  }
  .company .detail ul.layout-flex-2 .caption {
    position: relative;
    text-align: center;
    padding: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .detail {
    width: 75%;
  }
  .company .detail ul.layout-flex-2 li ~ li {
    margin-top: 0;
    margin-left: 0;
  }
  .company .detail ul.layout-flex-2 .photo {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    max-width: 240px;
    margin: 0 auto;
  }
  .company .detail ul.layout-flex-2 .photo img {
    width: 70%;
    height: 70%;
    object-fit: cover;
    transition: .4s;
    border-radius: 20px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:640px) {
  /*ブラウザの幅が736px以下の時*/
  .company .detail {
    width: 55%;
  }
  .company .detail ul.layout-flex-2 {
    display: block;
  }
  .company .detail ul.layout-flex-2 li {
    width: 100%;
  }
  .company .detail ul.layout-flex-2 li ~ li {
    margin-top: 20px;
    margin-left: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.company .detail .btn-1 {
  display: inline-block;
}

.company .detail .btn-1 span {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px dotted var(--c-pink);
  font-size: 1.6rem;
}
.company .detail .btn-1 span::before {
  content: "";
  display: inline-block;
  background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 0.2em;
}

.company .detail .btn-1 span.marker {
  line-height: 2.5;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .company .detail .btn-1 {}
  .company .detail .btn-1 span {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0.5em;
    margin-bottom: 0;
    border-bottom: 2px dotted var(--c-pink);
  }
  .company .detail .btn-1 span::before {
    content: "";
    display: inline-block;
    background: url("../../_images/_common/detail-arrow-icon.png") no-repeat;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    position: relative;
    margin-right: 0.2em;
  }
  .company .detail .btn-1 span.marker {
    line-height: 2;
  }
}

