@charset "utf-8";

/*----------------------------------------
style_common.css

共通箇所を記述します。
・ヘッダー
・フッター
・他共通ブロック

----------------------------------------*/

/*==========================================
 フォーム全般
===========================================*/

input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 6px;
  background-color: none;
}
select::-ms-expand {
   display: none;
 }
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  border: none;
}


/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ --------------------共通--------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
html { text-rendering: optimizeLegibility; }
.clearfix::after { content: ""; display: table; clear: both;}
a { text-decoration: none;  }

/* hoverエフェクト */
.fade,
.fade::before,
.fade::after {
  -webkit-transition: .3s;
  transition: .3s;
}

a.text_link01 {
  transition: .3s;
}
a.text_link01:hover{
  text-decoration: underline;
}
.TaLeft {
  text-align: left !important;
}
img {
  vertical-align: bottom;
}
/* ----------------------- font ----------------------- */
body {
font-family: "Zen Maru Gothic", sans-serif;
font-style: normal;
font-weight: 400;
color: #61371F;
line-height: 2;
}
.ffEn {
  font-family: "Zen Maru Gothic", sans-serif;
}
.fc-pink {
  color: #F87A96;
}
.fwBold {
  font-weight: 700;
}
/* ----------------------- head ----------------------- */
.header__navi_list,.header__navi_list-last {
  list-style-type: none;
}

/* --------------------- contents --------------------- */
.contents {
}





@media all and (min-width: 961px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
}
@media all and (max-width: 960px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
}











/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 737px以上 -----------PC---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (min-width: 961px) 
{ /* PC start */
body{
  background: #FFFCF5;
 overflow-x:hidden;
}
header {
  width: 100%;
  position: absolute;
  top: 0;
}
.br-pc {
  display: none;
}

/*----------------------------------------
    header pc
-----------------------------------------*/
header {
  /*background-color: rgba(255,255,255,0.8);*/
  padding: 0;
  z-index: 2;
  z-index: 200;
  /*border-bottom: 1px solid #eee;*/
}
.drawer-nav {
  transform: translateZ(0) !important;
}

.drawer-navbar {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 30px;
  box-sizing: border-box;
}
.drawer-navbar-header {
  display: flex;
}
.header__logo a {
  display: inline-block;
  vertical-align: middle;
}
.header__logo a img {
  height: 100px;
  width: auto;
}
.drawer-nav .drawer-menu {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.drawer-nav li {
  float: left;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 700;
  list-style-type: none;
  color: #2b2b2b;
}
.drawer-nav li:last-child {
  margin-right: 0;
}
.drawer-nav li a {
  color: #6B6570;
  vertical-align: 26%;
}
.drawer-menu-item:first-child a{
  white-space: nowrap;
}
.drawer-menu-item_last a{
  padding: 30px 25px !important;
  transition: .3s;
  color: #fff !important;
  background: linear-gradient(90deg, #6CC8D8 0%, #DAB8DA 100%);
  font-weight: 700;
}
.drawer-menu-item_last a:hover {
  opacity: 0.7;
}

/* ----------------- menu effects ----------------- */
.drawer-nav .drawer-menu-item a {
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 15px 0;
  line-height: 1.2;
}
.drawer-nav .drawer-menu-item_hover a:hover {
  color: #F87A96;
  cursor: pointer;
  display: block;
}
.drawer-nav .drawer-menu-item_hover:hover {
  
}
.drawer-nav .drawer-menu-item_hover a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #F87A96;
  transition: .2s;
}
.drawer-nav .drawer-menu-item_hover a:hover::after {
  width: 100%;
}

.drawer-menu-item_select a{
  border-bottom: 5px solid #fff;
  padding-bottom: 31px !important;
}






/* ページトップボタン */
.footer__btn_pagetop {
  position: fixed;
  right: 0;
  bottom: 22px;
  z-index: 99;
  line-height: 100%;
}
.footer__btn_pagetop a {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 22px 30px;
  vertical-align: middle;
  opacity: 0.6;
  position: relative;
}
.footer__btn_pagetop a:before {
  position: absolute;
  content: "";
  background: url("../img/icon_arrow_pink.svg") no-repeat right top/cover;
  width: 27px;
  height: 4px;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
} 
.footer__btn_pagetop a:hover {
  text-decoration: none !important;
}

} /* PC end --------------------------- */







/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 736px以下 -----------SP---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (max-width: 960px) 
{ /* SP start */
body { background: #FFFCF5; }

input { 
  padding: 0;
} 
.br-sp {
  display: none;
}




/*----------------------------------------
    header sp
-----------------------------------------*/
header {
  z-index: 300;
  width: 100%;
  position: absolute;
  /*top: 0;*/
}
.header__logo a {
  height: 60px;
  padding: 10px 15px;
  display: inline-block;
}
.header__logo a img {
  height: 100%;
  width: auto;
}
.header__logo p {
  display: none;
}
.drawer-open {
  overflow: hidden!important;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.drawer-menu-item,
.drawer-menu-item_select
 {
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #D1D5DE;
  /*background-color: rgba(0, 0, 0, .85);*/
}
.drawer-menu-item a,
.drawer-menu-item_select a{
  display: block;
  padding: 22px 20px;
  text-align: left;
  color: #6B6570;
}
.drawer-navbar .drawer-navbar-header {
  /*background-color: #fff;
  border-bottom: 1px solid #e5e5e5;*/
}
.drawer-menu-item_head {
  padding: 0;
  height: 60px;
  background: #D7000F;
}
.drawer-nav {
  position: fixed;
  z-index: 4;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-navbar-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  /*padding: 0 20px;*/
  text-align: left;
  /*z-index: 102;*/
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
  border-left: 1px  solid #D1D5DE;
}
.drawer-hamburger {
  position: absolute;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
}
.drawer-open .drawer-overlay {
  display: block;
}

.drawer-menu-item_last a{
  display: block;
  padding: 20px 15px;
  color: #fff !important;
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #6CC8D8 0%, #DAB8DA 100%);
  box-sizing: border-box;
}


/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: 0;
  width: 16.25rem; /* 260px */
  height: 100%;
  -webkit-transition: transform .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: transform .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transform: translateX(100%);
}
.drawer--right.drawer-open .drawer-nav {
  transform: translateX(0);
}
.drawer--right .drawer-hamburger {
  right: 0;
}
/*.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}*/
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
  z-index: 100;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #2b2b2b;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #333;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}


/* ページトップボタン */
.footer__btn_pagetop {
  position: fixed;
  right: 0;
  bottom: 110px;
  z-index: 99;
  line-height: 100%;
}
.footer__btn_pagetop a {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 20px;
  vertical-align: middle;
  opacity: 0.6;
}
.footer__btn_pagetop a:before {
  position: absolute;
  content: "";
  background: url("../img/icon_arrow_pink.svg") no-repeat right top/cover;
  width: 18px;
  height: 3px;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
} 
.footer__btn_pagetop a:hover {
  text-decoration: none !important;
}

} /* SP end --------------------------- */





























/* ----------------- コンテンツ幅 ----------------- */
.widthFix {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  max-width: 1100px;
}

@media only screen and (max-width: 960px) 
{ /* SP start */
.widthFix {
  width: 100% !important;
  margin: 0 auto;
  box-sizing: border-box;
}
}











/* ----------------- 共通ボタン1 ----------------- */
.c-btn {
  border-radius:100px;
  background: linear-gradient(90deg, #6CC8D8 0%, #DAB8DA 100%);
  padding:  22px;
  color: #fff;
  width: 280px;
  display: block;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  transition: .3s;
  text-align: center;
  font-weight: 700;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn .tx {
  padding:7px 0;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.c-btn:after {
  position: absolute;
  background: url(../img/icon_arrow_wht.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 3px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 20px;
  transition: .3s;
}
.c-btn:hover:after {
  right: 12px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.c-btn {
  padding:  18px 20px;
}
}




/* ----------------- 共通ボタン2 ----------------- */
.c-btn2 {
  background: #fff;
  border:1px solid #F87A96;
  border-radius: 100px;
  padding:  22px;
  color: #F87A96;
  width: 280px;
  display: block;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  transition: .3s;
  text-align: center;
  font-weight: 700;
}
.c-btn2:hover {
  opacity: 0.7;
}
.c-btn .tx {
  padding:7px 0;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.c-btn2:after {
  position: absolute;
  background: url(../img/icon_arrow_pink.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 3px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 20px;
  transition: .3s;
}
.c-btn2:hover:after {
  right: 12px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.c-btn2 {
  padding:  18px 20px;
}
}






/* --------------------- 共通要素 --------------------- */
main {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
input, button, textarea, select {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
div.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
  clear: both;
}

@media only screen and (max-width: 960px) 
{ /* SP */
main {
  overflow: hidden;
}
div.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
}


















/* ----------------- footer ----------------- */
footer {
  padding: 60px 0 ;
  background: url("../img/level_bg2.png") no-repeat center top/cover;
}
.footerLink_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C4C1C6;
}
.footer_logo {
  width: 100%;
  max-width: 250px;
}
.footerLink {
  display: flex;
}
.footerLink_box {
  margin-left: 50px;
}
.footerLink_box:first-child .footerLink_boxLinks_item a {
  white-space: nowrap;
}
.footerLink_boxLinks_item a {
  font-size: 15px;
  color: #6B6570;
  transition: .3s;
}
.footerLink_boxLinks_item a:hover {
  color: #F87A96;
}
.footer_copy {
  font-weight: 700;
  text-align: center;
}
.footer_cotanct {
  display: flex;
  gap:60px;
  align-items: center;
}
.footer_cotanct__head {
  font-weight: 500;
  font-size: 18px;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px dashed #fff;
}
.footer_cotanct__txt {
  font-weight: 500;
  margin: 0 0 15px;
}
.footer_cotanct__txt a {
  color: #61371F;
}
.footer_cotanct__link {
  color: #61371F;
  font-weight: 500;
  border-bottom: 1px solid #61371F;
  position: relative;
  padding: 0 15px 0 0 ;
}
.footer_cotanct__link:after {
  position: absolute;
  background: url(../img/icon_arrow_right.svg) no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
footer {
  padding: 35px 0 120px;
}
.footerLink_wrap {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer_logo {
  width: 100%;
  max-width: 50%;
  margin: 0 0 15px;
}
.footerLink {
  display: block;
}
.footerLink_box {
  margin-left: 0;
  margin: 0 20px 20px;
}
.footerLink_box:first-child .footerLink_boxLinks_item a {
  white-space: nowrap;
}
.footerLink_boxLinks_item a {
  font-size: 14px;
  color: #6B6570;
}
.footer_copy {
  font-weight: 700;
  text-align: center;
  font-size: 15px;
}
.footer_cotanct {
  display: block;
  margin: 0 20px;
}
}





/* 共通hoverアニメーション */
.hoveranime {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.1s ease;
  position: relative; /* :after の絶対位置指定のための基準 */
}
.hoveranime:hover {
  animation: shake 0.5s 1;
}
/* 本体の揺れアニメーション */
@keyframes shake {
  0% { transform: translateY(0); }
  25% { transform: translateY(-5px); }
  75% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
/* 矢印のアニメーション */
@keyframes arrowMove {
  0% { transform: translateY(-50%); }
  50% { transform: translateY(-50%) translateY(5px); }
  100% { transform: translateY(-50%); }
}




/* ----------------- fixed_tab ----------------- */
.fixed_tab {
  display: none;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.fixed_tab {
  display:block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  line-height: 100%;
}
.fixed_tab__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #FFEDEA;
}
.fixed_tab__list__item a {
  width: 80%;
  display: block;
  margin: auto;
}
}





/* ----------------- xxxxxxxxxxxxx ----------------- */


@media only screen and (max-width: 960px) 
{ /* SP start */

}





/* ----------------- xxxxxxxxxxxxx ----------------- */


@media only screen and (max-width: 960px) 
{ /* SP start */

}


