@charset "UTF-8";
/* sp */
@media only screen and (max-width: 760px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* ---------------------------------------------------------------
                        mixin
  ----------------------------------------------------------------*/
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /* ヘッダー

  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  header .header__inner .header_logo {
    display: none;
  }
  /*-----------------------------------------------*/
  /*  ハンバーガーメニュー
  ---------------------------------------------- */
  .sb-open-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #0099ff;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #0099ff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 300ms 0s ease;
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #0099ff;
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  .menu-content ul li .button003 a {
    background: #f39800;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-shadow: none;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu-content ul li .button003 a:hover {
    background: #015c99;
    color: #fff;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #0099ff;
    transition: all 0.5s; /*アニメーション設定*/
  }
  .menu-content .header_logo__wrap {
    position: absolute;
    top: 15px;
    left: 0;
    width: 70%;
    height: auto;
    background-color: #0099ff;
    text-align: center;
  }
  .menu-content .header_logo__wrap .header_logo {
    display: flex;
    margin-left: 10px;
    width: 320px;
  }
  .menu-content .header_logo__wrap .header_logo .header_chiba {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
  }
  .menu-content .header_logo__wrap .header_logo .header_chiba a {
    text-decoration: none;
  }
  .menu-content .header_logo__wrap .header_logo .header_chiba a p {
    color: #0099ff;
    font-size: 11px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
  }
  .menu-content .header_logo__wrap a {
    width: 150px;
  }
  .menu-content .header_logo__wrap a img {
    width: 100%;
    height: auto;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  /* --------------------------------------------------------------

                          ボタン

  ----------------------------------------------------------------*/
  .link__button {
    width: auto;
    height: 50px;
  }
  .link__button a {
    font-size: 1em;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          メインビジュアル
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .main .main__inner {
    height: auto;
  }
  .main .main__inner .sp__title {
    width: 100%;
    height: auto;
    display: block;
  }
  .main .main__inner .sp__title img {
    width: 100%;
    height: auto;
  }
  .main .main__inner .main__title {
    display: none;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          イントロダクション
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrp {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 0;
  }
  h2::before {
    display: none;
  }
  h2::after {
    display: none;
  }
  .introduction {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .introduction .introduction__inner {
    max-width: auto;
  }
  .introduction .introduction__inner h2 {
    padding-top: 0;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap {
    display: block;
    margin-top: 15px;
    position: relative;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__icon {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 1;
    top: -50px;
    left: -11px;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__icon img {
    width: 100%;
    height: auto;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__text {
    width: auto;
    margin-left: 0px;
    margin-top: 70px;
    display: block;
    margin-bottom: 30px;
    padding-top: 130px;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__text .introduction__graph {
    display: block;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__text::after {
    display: none;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__text ul {
    width: 100%;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__text ul li {
    border-bottom: 2px dotted #fff;
    margin-bottom: 10px;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__text ul li:last-child {
    margin-bottom: 0;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__text ul li p {
    font-size: 1.3em;
    line-height: 2em;
  }
  .introduction .introduction__inner .introduction__content .introduction__text--wrap .introduction__text:nth-child(2n)::after {
    display: none;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          collection
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .youtube {
    padding: 30px 10px;
  }
  .youtube .youtube__inner {
    padding: 30px;
    width: auto;
    aspect-ratio: 16/9;
    height: auto;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          コレクション
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .collection .collection__inner {
    display: block;
    margin-top: 70px;
    position: relative;
    padding-top: 130px;
  }
  .collection .collection__inner .collection__icon {
    background-color: transparent;
    position: absolute;
    border-radius: 0;
    width: 200px;
    height: auto;
    z-index: -1;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .collection .collection__inner .collection__list {
    width: auto;
    padding: 10px;
  }
  .collection .collection__inner .collection__list ul {
    display: block;
  }
  .collection .collection__inner .collection__list ul li {
    width: auto;
    height: auto;
  }
  .collection .collection__inner .collection__list ul li p {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          キャンペーン
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .campaign {
    background-color: #0099ff;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .campaign h2 {
    margin-top: 10px;
  }
  .campaign .campaign__inner {
    width: auto;
    max-width: auto;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
  }
  .campaign .campaign__inner .campaign__icon {
    display: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
  }
  .campaign .campaign__inner .campaign__icon img {
    width: 100%;
    height: auto;
  }
  .campaign .campaign__inner .icon__left {
    position: absolute;
    left: -15px;
    top: -15px;
  }
  .campaign .campaign__inner .icon__right {
    position: absolute;
    right: -15px;
    top: inherit;
    bottom: -15px;
  }
  .campaign .campaign__inner dl dt {
    line-height: 1.5em;
  }
  .campaign .campaign__inner dl dd {
    padding: 10px;
  }
  .campaign .merchandise {
    margin-top: 15px;
  }
  .campaign .merchandise p {
    margin-top: 10px;
  }
  .campaign .merchandise ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .campaign .merchandise ul li {
    width: 30%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
  }
  .campaign .merchandise ul li p {
    font-size: 8px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          フォーム
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .form {
    background-color: #fff;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .form h2 {
    margin-top: 10px;
    line-height: 1.5em;
  }
  .form h2::after, .form h2::before {
    display: none;
  }
  .form .form__inner {
    width: auto;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          お問合せ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact h2 {
    margin-top: 10px;
  }
  .contact .contact__inner {
    width: auto;
    max-width: auto;
    margin-top: 15px;
    padding: 15px;
  }
  .contact .contact__inner dl {
    display: block;
  }
  .contact .contact__inner dl dt {
    width: auto;
    font-size: 1.5em;
    line-height: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
  .contact .contact__inner dl dd {
    width: auto;
    position: relative;
    font-size: 1em;
    padding: 10px;
  }
}/*# sourceMappingURL=sp.css.map */