@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: 2em;
  padding-bottom: 2em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 商品紹介
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.lineup {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
}

.lineup .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup {
    position: relative;
    padding-top: 60px;
    padding-bottom: 7em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.lineup .title-area {
  line-height: 1.4;
}
.lineup .title {
  position: relative;
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  padding-left: 0.8em;
}
.lineup .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.7rem;
  color: var(--c-tpink);
}
.lineup .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--c-pink);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .title-area {
    line-height: 1.4;
  }
  .lineup .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 0.7em;
  }
  .lineup .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    color: var(--c-tpink);
  }
  .lineup .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-pink);
    blineup-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.lineup .text {
  font-size: 1.6rem;
}

/* ----------------------------------------------------------------------------------------------------
   * スライダー
/* ------------------------------------------------------------------------------------------------- */

#lineup .photo {
  width: 65%;
}

/* ページャ*/
#main .lineup .slick-dots {
  position: absolute;
  bottom: -2.5em;
  left: 0;
  right: 0;
  text-align: center;
}

#main .lineup .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .7em;
}
#main .lineup .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border:none;
  border-radius: 100%;
  transition: .2s;
  background: #e8d6dd;
}
#main .lineup .slick-dots li.slick-active button {
  background: var(--c-pink);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #lineup .photo {
    width: 100%;
  }
  #main .lineup .slick-dots {
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    text-align: center;
  }
  #main .lineup .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .2em;
  }
  #main .lineup .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}


#lineup .detail {
  width: 30%;
}
#lineup .detail .title-1 {
  font-size: 2.4rem;
  color: var(--c-brown);
  line-height: 1.4;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
}
#lineup .detail .text {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #lineup .detail {
    width: 100%;
    margin-top: 40px;
  }
  #lineup .detail .title-1 {
    font-size: 1.8rem;
    color: var(--c-brown);
    line-height: 1.4;
    font-weight: bold;
    font-family: '秀英にじみ丸ゴシック B';
  }
  #lineup .detail .text {
    margin-top: 1em;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * アニメーション画像
/* ------------------------------------------------------------------------------------------------- */

.lineup .animation-area .img-1 {
  width: 166px;
  position: absolute;
  bottom: 50px;
  left: -50px;
  z-index: 5;
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .animation-area .img-1 {
    width: 166px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .animation-area .img-1 {
    width: 83px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.lineup .btn {
  position: relative;
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  background: var(--c-pink);
  color: #fff;
  text-align: left;
  padding: 1.2em 2em;
  border-radius: 40px;
}

.lineup .btn span {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
}

.lineup .btn span::after {}

.lineup .btn:hover {
  opacity: 0.7;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .lineup .btn {
    position: relative;
    display: block;
    min-width: auto;
    background: var(--c-pink);
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    border-radius: 30px;
    line-height: 1.4;
    margin-top: 1em;
  }
  
  .lineup .btn span {
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#lineup figure.wave-area svg .fill {
  fill: #f8696a;
}

/* ====================================================================================================
   * セクション（ロングセラー）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#longseller {
  position: relative;
  background: url("../../_images/_common/back-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 200px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #longseller {
    position: relative;
    background: url("../../_images/_common/back-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 7em !important;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#longseller .layout-flex-2 {}

#longseller .layout-flex-2 li {
  text-align: center;
}

#longseller .layout-flex-2 li:nth-child(2),
#longseller .layout-flex-2 > :nth-child(5) {
  margin-top: 90px;
}
#longseller .layout-flex-2 > :nth-child(3) {
  margin-top: 60px;
}
#longseller .layout-flex-2 li:nth-child(4) {
  margin-top: 150px;
}
#longseller .layout-flex-2 .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
  padding-bottom: 0.3em;
}
#longseller .layout-flex-2 .title-2 img {
  vertical-align: middle;
}

#longseller .layout-flex-2 .caption {
  font-size: 1.6rem;
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #longseller .layout-flex-2 .title-2 {
    font-size: 1.8rem;
    text-align: center;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
    margin-top: 0.2em;
  }
  
  #longseller .layout-flex-2 li ~ li {
    margin-top: 40px !important;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#longseller figure.wave-area svg .fill {
  fill: #fff;
}

/* ====================================================================================================
   * セクション（パンとおやつ）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#snack {
  position: relative;
  background: var(--c-tpink);
  background-size: cover;
  padding-top: 0 !important;
  padding-bottom: 0;
}
#snack .body {
  padding-top: 70px;
  padding-bottom: 160px;
}

#snack .title {
  color: #fff;
}
#snack .title::before {
  background: #fff;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#snack .layout-flex-2 {}

#snack .layout-flex-2 li {
 text-align: center;
}
#snack .layout-flex-2 li:nth-child(2) {
  margin-top: 90px;
}
#snack .layout-flex-2 li:nth-child(3),
#snack .layout-flex-2 li:nth-child(5) {
  margin-top: 60px;
}
#snack .layout-flex-2 li:nth-child(4),
#snack .layout-flex-2 li:nth-child(6) {
  margin-top: 150px;
}

#snack .layout-flex-2 .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted #fff;
  line-height: 1.5;
}

#snack .layout-flex-2 .caption {
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #snack .layout-flex-2 li ~ li {
    margin-top: 40px !important;
  }
  #snack .layout-flex-2 .title-2 {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted #fff;
    margin-top: 0.2em;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * その他の商品
/* ------------------------------------------------------------------------------------------------- */

#snack .content {
  text-align: center;
  margin-top: 60px;
}

#snack .content .title-2 {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted #fff;
}

#snack .content .caption {
  font-size: 1.6rem;
  color: #fff;
}

#snack .detail {
  max-width: 510px;
  margin: 30px auto 0;
}
#snack .detail .caption {
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #snack .content {
    text-align: center;
    margin-top: 40px;
  }
  #snack .content .title-2 {
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted #fff;
    margin-top: 0.2em;
  }
  #snack .detail {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#snack figure.wave-area svg .fill {
  fill: beige;
}

/* ====================================================================================================
   * セクション（地域農産）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#local {
  position: relative;
  padding-top: 70px;
  padding-bottom: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #local {
    position: relative;
    background-position: center;
    padding-bottom: 2em !important;
  }
}

/* ====================================================================================================
   * セクション（ローカルアンドライフ）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#life {
  position: relative;
  padding-top: 90px;
  padding-bottom: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #life {
    padding-top: 2em !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（写真＋テキスト　ブロック）
/* ------------------------------------------------------------------------------------------------- */

.pattern-box .photo {
  width: 65%;
}

.pattern-box .detail {
  width: 30%;
}

.pattern-box .detail .icon {
  margin-bottom: 40px;
}

.pattern-box .detail .text {
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .pattern-box .photo {
    width: 100%;
  }
  
  .pattern-box .detail {
    width: 100%;
    margin-top: 40px;
  }
  .pattern-box .detail .icon {
    text-align: center;
    margin-bottom: 2em;
  }
  .pattern-box .detail .icon img {
    width: 165px;
  }
  
  .pattern-box .detail .text {
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#life .btn-area {}

#life .btn-area .btn {
  width: 100%;
  margin: 30px auto 0;
  border-radius: 60px;
  text-align: left;
}
#life .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;
}

#life .btn-area .btn p {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 2.55em;
  font-family: "秀英にじみ丸ゴシック B";
}
#life .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%);
}

#life .btn-area .btn span {
  display: block;
  width: 100%;
}

#life .btn-area .btn span.text-1 {
  font-size: 1.4rem;
}
#life .btn-area .btn span.text-2 {
  font-size: 1.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #life .btn-area.layout-2 {
    justify-content: center;
    margin-top: 20px;
    padding: 0 20px;
  }
  #life .btn-area .btn {
    width: 100%;
    margin: 0;
    border-radius: 30px;
    text-align: left;
  }
  #life .btn-area .btn ~ .btn {
    margin-top: 20px;
  }
  #life .btn-area .btn p {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 1.55em;
    font-family: "秀英にじみ丸ゴシック B";
  }
  #life .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%);
  }

  #life .btn-area .btn span.text-2 {
    font-size: 1.6rem;
  }
}
/* ****************************************************************************************************
   * これがうわさのちーず大福
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.product {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
}

.product .body {
  max-width: 1120px;
}

#product {}

#product section ~ section {
  padding-top: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .product {
    position: relative;
    padding-top: 60px;
    padding-bottom: 7em !important;
  }
  #product section ~ section {
    padding-top: 50px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#product .lead.layout-2 {
  justify-content: flex-start;
}

#product .lead picture {
  width: 26%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

#product .lead picture img {
  animation: fuwafuwa01 2.4s infinite .3s ease-in-out;
}

#product .lead .detail {
  width: 71%;
  margin-left: 20px;
  font-size: 1.6rem;
}
/* スタッフ写真無いパターン（横幅指定無し）*/
#product .lead .detail-1 {}

#product .lead .detail-1 .title-1 {
  font-size: 2.4rem;
  color: var(--c-brown);
  line-height: 1.4;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
}
#product .lead .detail-1 .text {
  font-size: 1.6rem;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #product .lead picture img {
    width: 133px;
  }

  #product .lead .detail {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
    font-size: 1.6rem;
  }
  /* スタッフ写真無いパターン（横幅指定無し）*/
  #product .lead .detail-1 {
  }
  #product .lead .detail-1 .title-1 {
    font-size: 1.8rem;
    color: var(--c-brown);
    line-height: 1.4;
    font-weight: bold;
    font-family: '秀英にじみ丸ゴシック B';
  }
  #product .lead .detail-1 .text {
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#product figure.wave-area svg .fill {
  fill: #f8696a;
}


/* ====================================================================================================
   * セクション（さわたにとって嬉しかったできごと）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.event {}

.event .body {
  max-width: 1120px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.event .title-area {
  line-height: 1.4;
}
.event .title {
  position: relative;
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  padding-left: 0.8em;
}
.event .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.7rem;
  color: var(--c-tpink);
}
.event .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--c-pink);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .event .title-area {
    line-height: 1.4;
  }
  .event .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 0.7em;
  }
  .event .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    color: var(--c-tpink);
  }
  .event .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-pink);
    blineup-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.event .text {
  font-size: 1.6rem;
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.event .item {}

.event .item ~ .item {
  padding-top: 60px;
  margin-top: 0 !important;
}

.event .item.row {
  flex-direction: row-reverse;
}

.event .item picture {
  width: 37%;
}
.event .item .detail {
  width: 58%;
  margin-left: 5%;
}
.event .item.row .detail {
  width: 58%;
  margin-left: auto;
  margin-right: 5%;
}

.event .item .title-1 {
  font-size: 2.4rem;
  text-align: left;
  color: var(--c-brown);
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted var(--c-pink);
  line-height: 1.8;
}

.event .item .title-1::before {
  content: attr(data-text);
  display: block;
  color: var(--c-tpink);
  font-size: 1.7rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .event .item .title-1 {
    font-size: 1.8rem;
    text-align: left;
    color: var(--c-brown);
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted var(--c-pink);
  }
  .event .item .title-1::before {
    content: attr(data-text);
    display: block;
    color: var(--c-tpink);
    font-size: 1.5rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
  }
  
  .event .item picture {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .event .item .detail {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
  }
  .event .item.row .detail {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
}

/* ****************************************************************************************************
   * Youtube
**************************************************************************************************** */

.movie .movie-body {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.movie .movie {
  margin: 40px auto 0;
  text-align: center;
}
.movie .caption {
  font-size: 1.6rem;
}

.movie .movie iframe {}

.movie .movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie .movie.youtube{
  position: relative;
  width: 100%;
  height:0px;
  padding-top: 56.25%;
}

.movie .movie.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.movie .movie-body {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.movie .movie {
  margin: 20px auto;
  text-align: center;
}

}


/* ====================================================================================================
   * セクション（製造工程動画）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.movie {}

.movie .body {
  max-width: 1120px;
}

.movie .movie-short {}
.movie .movie-short video {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  width: 80%;
  max-width: 100%;
  height: auto;
}

.movie .movie-long .movie-btn {
  text-align: center;
}

#video video {
  width: 60vw;
  height: auto;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .movie .movie-short video {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #video video {
    width: 80vw;
    height: auto;
    display: block;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.movie .title-area {
  line-height: 1.4;
}
.movie .title {
  position: relative;
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  padding-left: 0.8em;
}
.movie .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.7rem;
  color: var(--c-tpink);
}
.movie .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--c-pink);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .movie .title-area {
    line-height: 1.4;
  }
  .movie .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 0.7em;
  }
  .movie .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    color: var(--c-tpink);
  }
  .movie .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-pink);
    blineup-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
  }
}

.movie .images {
  text-align: center;
}


/* ====================================================================================================
   * セクション（メニュー）
==================================================================================================== */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#menu {
  position: relative;
  background: var(--c-tpink);
  background-size: cover;
  padding-top: 0 !important;
  padding-bottom: 0;
}
#menu .body {
  padding-top: 70px;
  padding-bottom: 160px;
}

#menu article {
  padding-top: 50px;
}
#menu article ~ article {
  padding-top: 60px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#menu .title {
  color: #fff;
}
#menu .title::before {
  background: #fff;
}

#menu .title-1 {
  font-size: 2.4rem;
  text-align: left;
  color: #fff;
  font-family: '秀英にじみ丸ゴシック B';
  border-bottom: 2px dotted #fff;
  line-height: 1.8;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #menu .title-1 {
    font-size: 1.8rem;
    text-align: left;
    color: #fff;
    font-family: '秀英にじみ丸ゴシック B';
    border-bottom: 2px dotted #fff;
    line-height: 1.8;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#menu .layout-flex-3 {
  justify-content: flex-start;
}

#menu .layout-flex-3 li {
 text-align: center;
 padding: 0;
 width: 31.66%;
 margin-left: 2.5%;
}
#menu .layout-flex-3 li:first-child,
#menu .layout-flex-3 li:nth-child(3n+1) {
  margin-left: 0;
}
#menu .layout-flex-3 li:nth-child(n+4) {
  margin-top: 40px;
}

#menu .layout-flex-3 .caption {
  margin-top: 0.5em;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  font-family: '秀英にじみ丸ゴシック B';
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #menu .layout-flex-3 .caption {
    margin-top: 0;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
  }
  #menu .layout-flex-3 {
    justify-content: space-between;
  }
  #menu .layout-flex-3 li {
   text-align: center;
   padding: 0;
   width: 48%;
   margin-left: 0;
  }
  #menu .layout-flex-3 li:nth-child(n+3) {
    margin-top: 20px;
  }
  #menu .layout-flex-3 li:nth-child(n+4) {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#btnarea {
  padding-top: 20px;
  padding-bottom: 90px;
}

#btnarea .link-btn {}

#btnarea .link-btn .btn {
  width: 330px;
}
#btnarea .link-btn .btn span {
  text-align: center;
}
#btnarea .link-btn .btn.return::after {
  border: 0px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 25px;
  right: auto;
  transition: 0.2s left;
}
#btnarea .link-btn .btn:hover:after {
  left: 0.8em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #btnarea {
    padding-top: 0 !important;
    padding-bottom: 4em !important;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 波線svg
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#menu figure.wave-area svg .fill {
  fill: #fff;
}

