@charset "utf-8";



@media (max-width: 767px) {
	

body{
    margin: 0px;
    padding: 0px;
	line-height: 1.6;
	overflow-x: hidden;
	padding-top: 48px;
}
.br_pc {
    display: none;
}

.br_sp {
    display: inherit;
}
.dis_pc {
	display: none;
}
.dis_sp {
    display: block;
}

  /* =========================================
     Header SP
  ========================================= */

  .header {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header__inner {
    position: relative;

    justify-content: center;
  }

  /* ロゴ */
/* ロゴ */
.header__logo {
    z-index: 1001;

}
.header__logo a {
    width: 56px;
}
/* スクロール後ロゴ縮小 */
.header.is-scrolled .header__logo a {
	width: 56px;
}	

/* メニュー本体 */

  .header__nav{
    display: flex;

    position: fixed;
    inset: 0;

    width: 100%;
    height: 100vh;

    background: #fff;

    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;

    transition: .3s;

    z-index: 999;
  }

  .header__nav.is-open{
    opacity: 1;
    visibility: visible;
  }

  .header__list{
    flex-direction: column;
    gap: 24px;
  }

  .header__item a{
    font-size: 1.25rem;
    padding: 10px;
    color: #f56733;
    font-weight: 600;
  }

  /* ハンバーガー */

  .header__hamburger{
    display: block;

    position: absolute;
    top: 50%;
    right: 0;

    translate: 0 -50%;

    width: 44px;
    height: 44px;

    border: none;
    background: transparent;

    padding: 0;

    cursor: pointer;

    z-index: 1001;
  }

  .header__hamburger span{
    position: absolute;
    left: 50%;

    width: 24px;
    height: 1px;

    background: #000;

    translate: -50% 0;

    transition: .3s;
  }

  .header__hamburger span:nth-child(1){
    top: 14px;
  }

  .header__hamburger span:nth-child(2){
    top: 21px;
  }

  .header__hamburger span:nth-child(3){
    top: 28px;
  }

  /* 開いた時 */

  .header__hamburger.is-open span:nth-child(1){
    top: 21px;
    transform: rotate(45deg);
  }

  .header__hamburger.is-open span:nth-child(2){
    opacity: 0;
  }

  .header__hamburger.is-open span:nth-child(3){
    top: 21px;
    transform: rotate(-45deg);
  }


.inner {
  width: min(100% - 16.15%, 1200px);
  margin-inline: auto;
}

.section-title__main {
    display: block;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.section-title__main_ja{
    font-size: 1.1rem;
    margin-top: 0px;
}

/* ボタン配置 */
.button-wrap {
  margin-top: 32px;
}

.button-wrap--right {
    justify-content: center;
}

/* =========================================
 イラストデコ関連
========================================= */

  /* =============================
  pattern00 SP
  ============================= */

  .deco-pattern-00 {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  /* 一旦全部消す */
  .deco-pattern-00 .deco {
    display: none;
  }

  /* 表示する装飾 */
  .deco-pattern-00 .deco--01,
  .deco-pattern-00 .deco--03,
  .deco-pattern-00 .deco--04,
	.deco-pattern-00 .deco--05,
  .deco-pattern-00 .deco--06,
  .deco-pattern-00 .deco--07,
  .deco-pattern-00 .deco--09 {
    display: block;
  }

  /* =============================
  上
  ============================= */

  .deco-pattern-00 .deco--01 {
    top: 48px;
    left: -20px;
    width: 80px;

    rotate: -12deg;
  }

  .deco-pattern-00 .deco--04 {
    top: 20px;
    left: 25%;
    width: 88px;

    rotate: -4deg;
  }
.deco-pattern-00 .deco--05 {
  top: 24px;
  left: 49%;
  width: 104px;
	rotate: 5deg;
}

  .deco-pattern-00 .deco--07 {
    top: 72px;
    right: 10px;
    width: 72px;
    rotate: 20deg;
  }

  /* =============================
  下
  ============================= */

  .deco-pattern-00 .deco--03 {
    bottom: 24px;
    left: 0%;
    width: 72px;

    rotate: 40deg;
  }

  .deco-pattern-00 .deco--06 {
	  top:auto;
    bottom: 48px;
    left: 32%;
    width: 96px;

    rotate: -8deg;
  }

  .deco-pattern-00 .deco--09 {
    bottom: 88px;
    right: 2%;
    width: 128px;

    rotate: 20deg;
  }


  /* =============================
  pattern01 SP
  ============================= */

  .deco-pattern-01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  /* =============================
  上
  PC左グループ
  01 02 03
  ============================= */

  .deco-pattern-01 .deco--01 {
    top: -10px;
    left: 10%;
    width: 56px;

    rotate: -10deg;
  }

  .deco-pattern-01 .deco--02 {
    top: 0px;
    left:auto;
	 right: 10%;
    width: 104px;

    rotate: 8deg;
  }

  .deco-pattern-01 .deco--03 {
	  display: none;
/*
    top: 0px;
	  left: auto;
    right: 0px;
    width: 60px;

    rotate: -16deg;
*/
  }

  /* =============================
  下
  PC右グループ
  04 05 06
  ============================= */

  .deco-pattern-01 .deco--04 {
	  top: auto;
    bottom: 80px;
    left: -24px;
    width: 96px;

    rotate: 16deg;
  }

  .deco-pattern-01 .deco--05 {
	  top: auto;
    bottom:40px;
    left: 42%;
    width: 52px;

    rotate: -40deg;
  }

  .deco-pattern-01 .deco--06 {
    bottom: 100px;
    right: 8px;
    width: 70px;
    rotate: 10deg;
  }


  /* =============================
  pattern02 SP
  ============================= */

  .deco-pattern-02 {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  /* =============================
  上（PC左組）
  ============================= */

  .deco-pattern-02 .deco--01 {
    top: 10px;
    left: -48px;
    width: 112px;
    rotate: -24deg;
  }

  .deco-pattern-02 .deco--02 {
    top: -0px;
    left: 20%;
    width: 40px;
    rotate: -10deg;
  }

  .deco-pattern-02 .deco--03 {
	  display: inherit;
    top: 8px;
    left: auto;
    right: 22%;
    width: 62px;
    rotate: -12deg;
  }

  .deco-pattern-02 .deco--04 {
    top: 32px;
    left: auto;
    right: 64px;
    width: 80px;
    rotate: 14deg;
  }

  /* =============================
  下（PC右組）
  ============================= */

  .deco-pattern-02 .deco--05 {
    top: auto;
    bottom: 88px;
    left: -20px;
    width: 72px;
    rotate: -8deg;
  }

  .deco-pattern-02 .deco--06 {
    top: auto;
    bottom: 24px;
    left: 16%;
    width: 72px;
    rotate: 12deg;
  }

  .deco-pattern-02 .deco--07 {
    top: auto;
    bottom: 64px;
    right: 16px;
    width: 80px;
    rotate: -10deg;
	  display: inherit;
  }

  .deco-pattern-02 .deco--08 {
    top: auto;
    bottom: 24px;
    right: 30%;
    width: 80px;
    rotate: -8deg;
  }


.vertical-line::before {
    position: absolute;
    content: "";
    width: 1.2px;
    height: 72px;
    top: -36px;
    left: 50%;
    background-color: #f56733;
}
footer{
    padding-top: 6.15%;
    padding-bottom: 4.61%;
}
#foot_ue{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
#foot_logo{
    width: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
#foot_logo img{
	width: 100%;
}
#foot_ue ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
#foot_ue ul li{
    font-size: 1rem;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 4px;
}
#foot_sita{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}
#foot_instagram{
    width: 26px;
    margin-bottom: 16px;
}
#foot_instagram a{
	display: block;
}
#foot_instagram img{
	width: 100%;
}
#copyright{
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    text-align: center;
}
	

.pagetitle_wrap {
    padding-top: 40px;
    padding-bottom: 48px;
}
.pagetitle {
	display: block;
    width: 240px;
}

.page_catch {
    font-size: 1.1rem;
    line-height: 1.6;
}


}
