@charset "utf-8";

/* フォント設定
-------------------------------------------------------------- */
/* @font-face { font-family: "myFontRegular";	src: url("../../css/font_prp/SourceHanSans-Regular.woff") format('woff');font-display: swap; }
@font-face { font-family: "myFontMedium";	src: url("../../css/font_prp/SourceHanSans-Medium.woff") format('woff');font-display: swap; }
@font-face { font-family: "myFontBold";	src: url("../../css/font_prp/SourceHanSans-Bold.woff") format('woff');font-display: swap; }
.myFontRegular { font-family: "myFontRegular"; }
.myFontMedium { font-family: "myFontMedium"; }
.myFontBold { font-family: "myFontBold"; }
.mincho { font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", 'Noto Serif JP', serif; } */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
  font-family: nanum-gothic, sans-serif;
  color: #111111;
}

/*prp-head*/
#prp-header .inner {
  width: 1200px;
  margin: 0 auto;
}
.prp-logo {
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.prp-head-side {
  float: right;
}
.head-contact,
.head-contact-btn {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

/* f_header
------------------------------------------------------------*/
.f_header {
  background: rgba(255, 255, 255, 0.95);
  min-height: 99px;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 20px 6px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 0 15px;
  border-bottom: 4px solid #b5152f;
}
.f_header:before {
  content: '';
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #b50726, #841313);
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.f_header .l_wrapper {
  max-width: 1200px;
}
.p_header {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
}
.p_header__logo {
  width: 100%;
  max-width: 317px;
}
.p_header__logo a {
  display: flex;
  align-items: center;
  width: 100%;
}
.p_header__cont-list {
  text-align: right;
  margin-top: 5px;
  margin-left: auto;
}
.p_header__cont-list li {
  display: inline-block;
  margin-left: 20px;
  width: 300px;
}
.p_header__cont-list li a {
  display: block;
}
.p_header__cont-list li img {
  border-radius: 8px;
}

@media only screen and (max-width: 744px) {
  .prp-logo {
    max-width: 221px;
    padding: 9px 10px;
    width: 100%;
  }
  body.noscroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
  }
  .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    cursor: pointer;
  }
  .menu-toggle-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    cursor: pointer;
  }
  #headerMenu {
    display: flex;
    background: #fff;
    box-shadow: 0 0 7px 6px rgb(0 0 0 / 25%);
  }
  .bg-nav-sp {
    position: fixed;
    top: 0;
    left: 0;
    /* background: rgba(32, 33, 64, 0.5); */
    background: none;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    z-index: 9997;
    opacity: 0;
    display: none;
  }
  .bg-nav-sp.active {
    /* opacity: 0.8; */
    opacity: 0 !important;
    display: block;
  }
  .menu-toggle-box {
    position: fixed;
    top: 0;
    right: -91%;
    width: 90%;
    height: 100% !important;
    background: url(../images/menu-toggle-bg.png) no-repeat left top;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    font-family: 'Arial', 'Helvetica Neue', sans-serif;
    font-family: 나눔고딕;
    height: auto;
    overflow-y: scroll;
    z-index: 9998;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  .menu-toggle-box.open {
    right: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
  }
  .menu-top-img {
    margin: 30px 0 24px;
  }
  .menu-toggle-box .lft {
    width: 300px;
    margin: 0 auto;
  }
  .menu-toggle-box h3 {
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 700;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Noto Serif SC', serif;
    font-family: 나눔고딕;
    letter-spacing: -1px;
    position: relative;
  }
  .menu-toggle-box h3 span {
    font-weight: 300;
    font-style: italic;
  }
  .menu-toggle-box h3.padbot {
    padding-bottom: 16px;
  }
  .menu-btn-wrap {
    background-color: #fff;
    max-width: 315px;
    margin: 15px auto 34px;
    border-radius: 30px;
  }
  .menu-btn {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 11px;
    color: #851313;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
  }
  .menu-btn::before {
    background: url(../images/menu-btn-arrow.png) no-repeat top;
    background-size: cover;
    content: '';
    height: 17px;
    position: absolute;
    right: 10px;
    top: 53%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 35px;
  }
  .menu-body-wrap {
    padding: 0 20px;
  }
  .menu-sns {
    max-width: 300px;
    margin: 10px auto 0;
  }
  .menu-sns .border {
    background-color: #fff;
    width: 100px;
    height: 1px;
    margin: 9px auto;
  }
  /*.menu-toggle-box h3::before {
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #fff;
	}
	.menu-toggle-box h3::after {
		background: #a90a21;
		content: '';
		height: 15px;
		margin-top: -3px;
		position: absolute;
		bottom: -8px;
		left: 102px;
		width: 15px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-ms-transform: rotate(45deg) skew(0deg);
		-webkit-transform: rotate(45deg) skew(0deg);
		-moz-transform: rotate(45deg) skew(0deg);
		-o-transform: rotate(45deg) skew(0deg);
		transform: rotate(135deg) skew(0deg);
	}*/
  .menu-toggle-box .cta_tel,
  .menu-toggle-box .cta_tel_btn {
    text-align: center;
  }
  .menu-toggle-box .cta_tel img,
  .menu-toggle-box .cta_tel_btn img {
    margin: 0 auto 20px;
    max-width: 400px;
    width: 100%;
  }
  .menu-toggle-box .cta_time {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 35px;
    /* font-family: 'Lantinghei SC Demibold', 'Noto Sans SC', sans-serif; */
    font-weight: 700;
    text-align: center;
  }
  .menu-toggle-box .cta_time strong {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
  }
  .menu-toggle-box .cta_time span,
  .menu-toggle-box .cta_comment {
    font-size: 12px;
  }
  .menu-toggle-box .cta_bnr {
    margin-top: 30px;
    border-top: 3px solid #fff;
    padding-top: 20px;
    text-align: center;
    line-height: 1.4;
  }
  .menu-toggle-box .cta_bnr p span {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  .menu-toggle-box .cta_bnr img {
    max-width: 400px;
    width: 100%;
  }
  .menu-toggle-box .cta_bnr > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 20px 5px;
    box-shadow: 4px 3px 9px -5px #2e2e2e;
  }
  .menu-toggle-box .cta_bnr > a::after {
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflect 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflect 2s ease-in-out infinite;
  }
  .menu-toggle-box .cta_bnr::after {
    display: none;
  }

  /* f_header
	--------------------------------------------*/
  .f_header {
    min-height: 56px;
    padding: 0;
    padding-left: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: none;
  }
  .f_header:before {
    display: none;
  }
  .p_header__cont-list {
    height: 56px;
    margin-top: 0;
  }
  .p_header__cont-list li {
    width: 56px;
    margin: 0;
  }
  .p_header__cont-list li img {
    border-radius: 0;
    box-shadow: none;
  }
  .p_header__logo {
    width: calc(100% - 132px);
    max-width: 200px;
  }
}

/* メイン画像
*****************************************************/
#kv_lp {
  background-image: url(../images/cts00/sec01-banner_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
  /*border-top: 4px solid #b5152f;*/
}
#kv_lp h2 {
  overflow: hidden;
}
#kv_lp img.pcDisp {
  width: 710px;
  padding: 30px 450px 256px 13px;
}
#kv_lp #lp_topcopy {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
#kv_lp #lp_topcopy img {
  max-width: 621px;
  width: 100%;
  margin-bottom: 45px;
}
#kv_lp .lp_topcopy01 {
  font-size: 21px;
  margin-bottom: 15px;
}
#kv_lp .lp_topcopy02 {
  font-size: 16px;
}

#kv_lp img.pcDisp {
  margin: 0 auto;
}
.top_copy {
  max-width: 1175px;
  margin: -30px auto 0;
  position: relative;
  text-align: left;
}
.top_copy img.pcDisp {
  display: inline-block;
  margin: 0;
}
.top_text {
  max-width: 550px;
  font-size: 16px;
  line-height: 2;
  position: absolute;
  left: 487px;
  top: 54%;
  transform: translateY(-50%);
  letter-spacing: 0.05rem;
}
.top_text .ttl {
  font-family: nanum-myeongjo, sans-serif;
  font-size: 50px;
  margin-left: -74px;
  line-height: 1.5;
  margin-bottom: 15px;
  letter-spacing: 4.5px;
}
.top_text .ttl span {
  color: #f0285a;
}
.top_text strong {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  line-height: 1.7;
}

.float-bd {
  position: relative;
}
.float-bd::after {
  position: absolute;
  content: '';
  bottom: -60px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgb(240, 40, 90);
  background: linear-gradient(
    90deg,
    rgba(240, 40, 90, 1) 0%,
    rgba(255, 110, 160, 1) 100%
  );
  z-index: 9;
}

@media only screen and (max-width: 744px) {
  #kv_lp {
    padding: 0 0 35px;
    background-image: none;
  }
  .top_copy {
    margin-top: -45px;
    margin-left: 10px;
    z-index: -1;
  }
  .top_copy img.pcDisp {
    display: none;
  }
  .top_text {
    position: static;
    max-width: 100%;
    padding: 20px 20px 0 5px;
    font-size: 15px;
    line-height: 1.8;
    transform: none;
    margin-top: -47px;
    letter-spacing: 0.01rem;
  }
  .top_text strong {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .float-bd::after {
    position: absolute;
    content: '';
    bottom: -50px;
    left: 50%;
    width: 1px;
    height: 100px;
    background: rgb(240, 40, 90);
    background: linear-gradient(
      90deg,
      rgba(240, 40, 90, 1) 0%,
      rgba(255, 110, 160, 1) 100%
    );
    z-index: 9;
  }
  .float-bd_01 {
    position: relative;
  }
  .float-bd::after,
  .float-bd_01::after {
    bottom: -25px;
    height: 50px;
  }
  .float-bd_01::after {
    position: absolute;
    content: '';
    bottom: -25px;
    left: 50%;
    width: 1px;
    height: 50px;
    background: rgb(240, 40, 90);
    background: linear-gradient(
      90deg,
      rgba(240, 40, 90, 1) 0%,
      rgba(255, 110, 160, 1) 100%
    );
    z-index: 9;
  }
}

/* コンテンツ
*****************************************************/
section .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
/* section:not(#f_top-footer, #f_top-copy) {
	line-height:158%; color:#000; clear:both;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 16px;
    line-height: 1.7;
} */

/*main{ margin-bottom:100px; }*/

.bg_section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; /*background-attachment: fixed;*/
}
#cts01 {
  background-image: url('../images/cts01/bg.webp');
}
#cts02_top {
  background-image: url('../images/cts02/bg.webp');
}
#cts03 {
  background-image: url('../images/cts03/bg.webp');
  background-size: auto;
}
#cts04 {
  background: #f1f0eb;
}

/*sec_top_copy*/
.sec_top_copy {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 0 70px;
  position: relative;
}
.sec_top_copy::after {
  position: absolute;
  content: '';
  bottom: -60px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgb(240, 40, 90);
  background: linear-gradient(
    90deg,
    rgba(240, 40, 90, 1) 0%,
    rgba(255, 110, 160, 1) 100%
  );
  z-index: 9;
}

/*cts01*/
#cts01 {
  width: auto;
  padding: 80px 20px 70px;
}
#cts01 h3 {
  font-size: 36px;
  display: block;
  margin: 0 auto 50px;
  text-align: center;
  letter-spacing: 0.2rem;
}
#cts01 h3 div {
  padding-top: 21px;
  padding-bottom: 21px;
  height: 36px;
  float: left;
  width: 340px;
  text-align: center;
}
#cts01 ul {
  clear: both;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
}
#cts01 ul li {
  clear: both;
  position: relative;
  margin-bottom: 30px;
}
#cts01 ul li:last-child {
  margin-bottom: 0;
}
#cts01 h4 {
  font-size: 18px;
  font-weight: 600;
}
#cts01 h4 span {
  letter-spacing: calc(1rem * 0.001 * 100);
}
#cts01 h4 img {
  margin: 0 20px 1px 0;
  display: inline-block;
  vertical-align: middle;
}
#cts01 li > img {
  float: right;
  display: block;
  z-index: 2;
  position: relative;
}
#cts01 .tbl-wrap {
  background: url(../images/cts01/text-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  max-width: 545px;
  z-index: 1;
  padding: 20px 70px 35px 40px;
  font-weight: 500;
  line-height: 1.5;
  box-sizing: border-box;
  -moz-font-feature-settings: 'palt' 1;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
#cts01 .tbl-wrap::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; /*background: linear-gradient(180deg, transparent 30%, #fff 30%);*/
  z-index: -1;
}
#cts01 ul li table th {
  width: 126px;
  font-weight: 600;
  padding: 8px 0;
  vertical-align: top;
}
#cts01 ul li table td {
  word-break: break-all;
  padding: 5px 0;
}
#cts01 .cts01-ad {
  display: block;
  margin: 0 auto;
  padding-left: 10px;
}
#cts01 .cts01-ad img {
  box-shadow: 15px 17px 10px -9px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 744px) {
  #cts01 {
    width: auto;
    padding: 40px 20px;
    background: url(../images/cts01/bg_sp.webp) no-repeat center top;
    background-size: cover;
  }
  #cts01 h3 {
    font-size: 24px;
    margin: 0 auto 20px;
    letter-spacing: 0.05rem;
  }
  #cts01 ul li {
    margin-bottom: 40px;
  }
  #cts01 li > img {
    max-width: 310px;
    width: 94%;
    margin: 0 auto;
    float: none;
    padding-left: 10px;
  }
  #cts01 h4 {
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 3;
    padding: 0 20px;
    width: calc(100% - 40px);
    text-align: right;
  }
  #cts01 h4 img {
    float: left;
    vertical-align: top;
  }
  #cts01 .tbl-wrap {
    max-width: 100%;
    padding: 80px 20px 40px;
    margin-top: -52px;
  }
  #cts01 .cts01-ad img {
    width: 100%;
    padding: 0 !important;
    box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.3);
  }
  /*#cts01 .tbl-wrap::before {
		background: linear-gradient(180deg, transparent 30%, #fff 30%);
	}*/
  #cts01 .tbl-wrap {
    background: url(../images/cts01/text-bg_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
  }
}
@media only screen and (max-width: 500px) {
  #cts01 {
    padding: 40px 15px 40px 5px;
  }
  #cts01 h4 {
    font-size: 13px;
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  #cts01 h4 img {
    width: 160px;
    height: auto;
  }
  #cts01 .tbl-wrap {
    font-size: 12px;
    padding: 70px 10px 40px;
  }
  #cts01 ul li table th {
    width: 96px;
    padding: 0;
    padding-bottom: 2px;
  }
  #cts01 ul li table td {
    line-height: 1.3;
    padding: 0 0 5px;
  }
}

/*cts02_top*/
#cts02_top {
  width: auto;
  overflow: hidden;
  padding: 80px 20px 70px;
}
#cts02_top h3 {
  font-size: 36px;
  margin: 0 auto 35px;
  text-align: center;
  letter-spacing: 0.2rem;
}
#cts02_top #cts02_01 {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
  min-height: 385px;
}
#cts02_top #cts02_01 .floatImg {
  position: absolute;
  top: 0;
  right: -90px;
  z-index: -1;
}
#cts02_top #cts02_01 h4 {
  font-family: nanum-myeongjo, sans-serif;
  font-size: 50px;
  line-height: 1.4;
  margin-bottom: 35px;
  max-width: 460px;
  font-weight: 700;
  letter-spacing: 4.5px;
}
#cts02_top #cts02_01 h4 span {
  color: #f0285a;
}
#cts02_top #cts02_01 p {
  max-width: 560px;
  width: 100%;
  margin-bottom: 35px;
  line-height: 200%;
  font-weight: 500;
}
#cts02_top .img-02 {
  display: block;
  margin: 40px auto;
}

#cts02_top #cts02_02 {
  background-image: linear-gradient(
    135deg,
    #f02a5c 12.5%,
    #ffffff 12.5%,
    #ffffff 50%,
    #f02a5c 50%,
    #f02a5c 62.5%,
    #ffffff 62.5%,
    #ffffff 100%
  );
  background-size: 11.31px 11.31px;
  margin: 50px 0 0;
  color: #323232;
  font-size: 500;
  padding: 50px;
  position: relative;
  z-index: 1;
}
#cts02_top #cts02_02::before {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  background: #fff;
  z-index: -1;
}
#cts02_top #cts02_02 h4 {
  font-size: 28px;
  color: #f0285a;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin: 0 0 20px;
  letter-spacing: 0.15rem;
}
#cts02_top #cts02_02 h4::before {
  content: '';
  background-size: contain;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -78px;
  background: url(../images/cts02/icon.png) no-repeat;
  background-size: cover;
}
#cts02_top #cts02_02 h4 span {
  display: inline;
  padding: 0 30px 5px;
  letter-spacing: 0.2rem;
  background: linear-gradient(180deg, transparent 50%, #fafa64 50%);
}
#cts02_top #cts02_02 p {
  line-height: 2;
  -moz-font-feature-settings: 'palt' 1;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
#cts02_top .img-02.spDisp {
  display: none;
}

@media only screen and (max-width: 744px) {
  * {
    box-sizing: border-box;
  }
  #cts02_top {
    width: auto;
    padding: 40px 15px;
  }
  #cts02_top h3 {
    font-size: 24px;
    margin: 0 auto 20px;
    letter-spacing: 0.05rem;
  }
  #cts02_top #cts02_01 {
    padding: 15px 0 0;
    min-height: auto;
  }
  #cts02_top #cts02_01 .floatImg {
    right: -20px;
    height: 120px;
  }
  #cts02_top #cts02_01 p {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 30px;
    word-break: break-all;
    padding-right: 7px;
  }
  #cts02_top #cts02_01 h4 {
    font-size: 24px;
    max-width: 223px;
    min-height: 110px;
    margin: 0;
    letter-spacing: 3px;
  }
  #cts02_top .img-02 {
    margin: 20px 0 20px -20px;
    width: calc(100% + 40px);
    max-width: fit-content;
  }
  #cts02_top #cts02_02 {
    margin: 40px 0 20px;
    padding: 30px 20px 25px;
    font-size: 15px;
    right: 2px;
  }
  #cts02_top #cts02_02::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  #cts02_top #cts02_02 h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  #cts02_top #cts02_02 h4::before {
    width: 40px;
    height: 40px;
    top: -52px;
  }
  #cts02_top #cts02_02 p {
    line-height: 1.7;
  }
  #cts02_top .img-02.spDisp {
    display: block;
  }
  #cts02_top .img-02.pcDisp {
    display: none;
  }
  #cts02_top #cts02_02 h4 span {
    padding: 0 5px 5px;
    letter-spacing: 0.1rem;
  }
}
@media only screen and (max-width: 500px) {
  #cts02 {
    padding: 40px 10px 30px !important;
  }
  #cts02_top {
    padding: 40px 15px 20px;
    background-image: url(../images/cts02/bg_sp.webp);
    background-size: 100%;
  }
  #cts02_top #cts02_01 .floatImg {
    right: -15px;
    height: 110px;
  }
  #cts02_top .img-02 {
    margin: 10px 0 10px -15px;
    width: calc(100% + 30px);
  }
}

/*cts02*/
#cts02 {
  width: auto;
  padding: 80px 20px 70px;
  background: #f1f0eb;
}
#cts02.float-bd::after {
  bottom: auto;
  top: -30px;
}
#cts02 .inner {
  position: relative;
  z-index: 1;
}
#cts02 .floatImg {
  position: absolute;
  top: -80px;
  right: -100px;
  z-index: -1;
}
#cts02 #cts02_03 {
  padding: 0 0 45px;
  display: block;
  clear: both;
  overflow: hidden;
}
#cts02 #cts02_03 h4 {
  font-size: 36px;
  line-height: 150%;
  max-width: 560px;
  margin-bottom: 20px;
  background: url(../images/cts02/cts02_line.png) no-repeat bottom left;
  padding-bottom: 25px;
  letter-spacing: 0.08em;
}
#cts02 #cts02_03 h4 span {
  color: #f0285a;
}
#cts02 #cts02_03 ul {
  max-width: 560px;
}
#cts02 #cts02_03 li {
  background: #fff;
  padding: 7px 15px 7px 60px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
#cts02 #cts02_03 li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 25px;
  border-bottom: 4px solid #f0285a;
  border-right: 4px solid #f0285a;
  top: 4px;
  left: 25px;
  transform: rotateZ(45deg);
}
#cts02 #cts02_03 li span {
  color: #f0285a;
}
@media only screen and (max-width: 1200px) {
  #cts02 .floatImg {
    right: 0;
  }
}
@media only screen and (max-width: 744px) {
  #cts02 {
    padding: 40px 20px 30px;
  }
  #cts02.float-bd::after {
    bottom: auto;
    top: -25px;
  }
  #cts02 .floatImg {
    top: -40px;
    right: 0;
    width: 260px;
  }
  #cts02 #cts02_03 {
    padding: 0 0 20px;
  }
  #cts02 #cts02_03 li {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }
  #cts02 #cts02_03 li::before {
    width: 7px;
    height: 18px;
    border-bottom: 3px solid #f0285a;
    border-right: 3px solid #f0285a;
    top: 7px;
    left: 16px;
  }
}
@media only screen and (max-width: 500px) {
  #cts02 {
    padding: 30px 10px 20px;
  }
  #cts02 .floatImg {
    top: -40px;
    right: 0;
    width: 160px;
  }
}

/*cts03*/
#cts03 {
  width: auto;
  padding: 100px 20px 70px;
}
#cts03 h3 {
  font-size: 36px;
  margin: 0 auto 140px;
  text-align: center;
  position: relative;
  letter-spacing: 0.2rem;
}
#cts03 h3::after {
  position: absolute;
  content: '';
  bottom: -115px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgb(240, 40, 90);
  background: linear-gradient(
    90deg,
    rgba(240, 40, 90, 1) 0%,
    rgba(255, 110, 160, 1) 100%
  );
  z-index: 9;
}
.cts03_list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.cts03_list li {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 0 60px;
  max-width: 450px;
  padding-right: 450px;
  position: relative;
}
.cts03_list li:nth-child(2n) {
  padding: 0 0 0 450px;
}
.cts03_list li:nth-child(3) {
  min-height: 360px;
  padding-right: 430px;
}
.cts03_list li:nth-child(4n) {
  padding: 30px 0 50px 450px;
}
.cts03_list li:last-child {
  margin: 0;
}
.cts03_list .reason-ttl {
  min-height: 80px;
  padding: 0 0 0 90px;
  margin: 0 0 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 36px;
  color: #f0285a;
  line-height: 1.4;
  -moz-font-feature-settings: 'palt' 1;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}
.cts03_list .reason-ttl01 {
  font-size: 32px;
  line-height: 1.3;
}
.cts03_list .reason-ttl small {
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  display: block;
}
.cts03_list .reason-ttl img {
  position: absolute;
  top: 0;
  left: 0;
}
.cts03_list li > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 377px;
}
.cts03_list li:nth-child(2n) > img {
  right: auto;
  left: 0;
  top: 50px;
  width: 400px;
}
.cts03_list li:nth-child(3n) > img {
  width: 382px;
}
.cts03_list li:nth-child(4n) > img {
  right: auto;
  left: 0;
  top: 0;
  width: 400px;
}
.cts03_list li:nth-child(4n) .spDisp {
  display: none;
}
.cts03_list p {
  line-height: 2;
}
.cts03_list p span {
  color: #f0285a;
  font-weight: 600;
}

@media only screen and (max-width: 744px) {
  #cts03 {
    width: auto;
    padding: 40px 20px;
  }
  #cts03 h3 {
    font-size: 24px;
    margin: 0 auto 70px;
    letter-spacing: 0.05rem;
  }
  #cts03 h3::after {
    height: 50px;
    bottom: -55px;
  }
  .cts03_list li {
    padding: 0;
    max-width: 100%;
    min-height: auto;
    margin: 0 0 30px;
    font-size: 15px;
    overflow: visible;
  }
  .cts03_list li:nth-child(2n) {
    padding: 0;
  }
  .cts03_list li:nth-child(3) {
    padding-right: 0;
  }
  .cts03_list li > img {
    position: static;
    margin: 0 auto 20px;
    width: 305px;
    display: block;
  }
  .cts03_list li:nth-child(2n) > img {
    width: 305px;
  }
  .cts03_list li:nth-child(3n) > img {
    width: 305px;
  }
  .cts03_list li:nth-child(4n) .pcDisp {
    display: none;
  }
  .cts03_list li:nth-child(4n) .spDisp {
    display: block;
  }
  .cts03_list .reason-ttl {
    font-size: 20px;
    min-height: 50px;
    padding: 0 0 0 60px;
    margin: 0 0 15px;
  }
  .cts03_list .reason-ttl small {
    font-size: 14px;
    font-weight: bold;
  }
  .cts03_list .reason-ttl img {
    width: 50px;
    height: 50px;
  }
  .cts03_list li > .float-bg {
    position: absolute;
    top: -70px !important;
    left: auto !important;
    right: -70px !important;
    width: 200px;
    z-index: -1;
  }
  .cts03_list li:nth-child(3) p {
    padding-right: 10px;
  }
  .cts03_list li:nth-child(3) > .float-bg {
    right: auto !important;
    left: -70px !important;
    top: 0px !important;
  }
  .cts03_list p {
    line-height: 1.7;
    padding-right: 17px;
    word-break: break-all;
  }
}
@media only screen and (max-width: 500px) {
  #cts03 {
    padding: 30px 10px 50px;
  }
}

/*cts04*/
#cts04 {
  width: auto;
  padding: 80px 20px;
  overflow: hidden;
}
#cts04 h3 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 70px;
  letter-spacing: 0.2rem;
}
.feature_list {
  margin: 0;
  padding: 0 50px;
  list-style-type: none;
}
.feature_list li {
  display: block;
  clear: both;
  margin: 0 0 60px;
  max-width: 450px;
  min-height: 165px;
  padding: 30px 455px 30px 0;
  position: relative;
  z-index: 1;
  line-height: 2;
}
.feature_list li:nth-child(2n) {
  padding: 30px 0 30px 455px;
}
.feature_list li:last-child {
  margin-bottom: 0;
}
.feature_list li > img {
  position: absolute;
  top: -30px;
  right: 0;
}
.feature_list li:nth-child(2n) > img {
  right: auto;
  left: 0;
}
.feature_list li::before {
  position: absolute;
  content: '';
  width: 3000px;
  height: 100%;
  background: #fff;
  top: 0;
  left: calc(-3000px + 600px);
  z-index: -1;
}
.feature_list li:nth-child(2n)::before {
  left: auto;
  right: calc(-3000px + 600px);
}
.feature_list h4 {
  margin: 0 0 20px;
  position: relative;
}
.feature_list h4::after {
  position: absolute;
  content: '';
  width: 280px;
  height: 20px;
  background-image: linear-gradient(
    135deg,
    #f02a5c 12.5%,
    transparent 12.5%,
    transparent 50%,
    #f02a5c 50%,
    #f02a5c 62.5%,
    transparent 62.5%,
    transparent 100%
  );
  background-size: 11.31px 11.31px;
  top: -40px;
  left: -50px;
  z-index: -1;
}
#cts04_04b {
  margin: 80px auto 0;
  display: block;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 744px) {
  #cts04 {
    padding: 40px 20px;
    width: auto;
  }
  #cts04 h3 {
    font-size: 24px;
    margin: 0 0 50px;
    letter-spacing: 0.05rem;
  }
  .feature_list {
    padding: 0;
  }
  .feature_list p {
    font-size: 15px;
    line-height: 1.7;
  }
  .feature_list h4 {
    margin: 0 0 15px;
  }
  .feature_list h4 img {
    width: auto;
    height: 40px;
    margin-left: 5px;
  }
  .feature_list h4::after {
    width: 140px;
    height: 10px;
    left: 0px;
    top: -25px; /*background-image: linear-gradient(135deg, #f02a5c 7.50%, transparent 7.50%, transparent 50%, #f02a5c 50%, #f02a5c 50.50%, transparent 50.50%, transparent 100%);*/
    background-size: 5.5px 5.5px;
  }
  .feature_list li {
    margin: 0 0 50px;
    padding: 20px 40px 20px 0;
    max-width: 100%;
    min-height: auto;
  }
  .feature_list li:last-child {
    margin-bottom: 30px;
  }
  .feature_list li:nth-child(2n) {
    padding: 20px 40px 20px 0;
  }
  .feature_list li > img {
    width: 165px;
    top: -30px;
  }
  .feature_list li:nth-child(2n) > img {
    left: auto;
    right: 0;
  }
  .feature_list li::before {
    width: 100%;
    left: -20px;
  }
  .feature_list li:nth-child(2n):before {
    right: auto;
    left: -20px;
  }
  #cts04_04b {
    margin: 0 auto;
    max-width: 450px;
  }
}
@media only screen and (max-width: 500px) {
  #cts04 {
    padding: 40px 10px 0;
  }
  .feature_list p {
    -moz-font-feature-settings: 'palt' 1;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
  .feature_list h4::after {
    top: -25px;
  }
  .feature_list li > img {
    width: 160px;
  }
  .feature_list li:before,
  .feature_list li:nth-child(2n):before {
    left: -10px;
  }
}

/*cts05*/

main {
  overflow: hidden;
}

#cts05 .slider {
  position: relative;
}

/* #cts05 .swiper-autoplay {

} */

#cts05 .swiper-slide {
  flex-shrink: initial;
}

#cts05 .swiper-slide-active .flow-wrap::before {
  display: none;
}

#cts05 .swiper-button-prev,
#cts05 .swiper-button-next {
  height: 50px;
  width: 50px;
  opacity: 1;
  z-index: 9;

  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff0;
  border: none;
  outline: none;
  background: #fff0;
}

#cts05 .swiper-button-prev {
  background: initial;
  height: 50px;
  width: 50px;
  top: 58%;
left: calc((100% - 926px) / 2);
}

@media (max-width: 744px) {
  #cts05 .swiper-button-prev {
    height: 30px;
    width: 30px;
    left: calc((100% - 325px) / 2);
  }
}
#cts05 .swiper-button-next {
  background: initial;
  height: 50px;
  width: 50px;
  top: 58%;
right: calc((100% - 926px) / 2);
}
@media (max-width: 744px) {
  #cts05 .swiper-button-next {
    height: 30px;
    width: 30px;
    right: calc((100% - 325px) / 2);
  }
}

#cts05 .swiper-button-prev,
#cts05 .swiper-button-next {
  background: initial;
  height: 50px;
  width: 50px;
  top: 58%;
}

@media (max-width: 744px) {
  #cts05 .swiper-button-prev,
  #cts05 .swiper-button-next {
    height: 30px;
    width: 30px;
  }
}

#cts05 .swiper-button-prev:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/cts05/icon-prev.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: initial;
  border-width: initial;
  border-style: initial;
  border-color: initial;
}

@media (max-width: 744px) {
  #cts05 .swiper-button-prev:before {
    height: 30px;
    width: 30px;
  }
}

#cts05 .swiper-button-next:before {
  content: '';
    width: 50px;
  height: 50px;
  background: url(../images/cts05/icon-next.png) no-repeat center;
  background-size: 100%;
    position: absolute;
  transform: rotate(45deg);
  left: 0;
  top: 0;
  transform: initial;
  border-width: initial;
  border-style: initial;
  border-color: initial;
}

@media (max-width: 744px) {
  #cts05 .swiper-button-next:before {
    height: 30px;
    width: 30px;
  }
}

#cts05 {
}

#cts05 .swiper-pagination {
  bottom: -60px;
}



#cts05 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 9px;
  background: #aaa;
  opacity: 1;
}

#cts05 .swiper-pagination-bullet-active {
  background: #f0285a;
}

/* Section 12 */
.slider-sec {
}
.slider-sec__subttl {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  padding: 10px 30px;
  width: 400px;
  max-width: 100%;
  display: inline-block;
  border: 5px solid #ff6ea0;
  border-bottom: 0;
}
.slider-sec__subttl span {
  display: inline-block;
  vertical-align: middle;
}
.slider-sec__subttl small {
  font-size: 14px;
}
.slider-sec__ttl-hdng {
  display: block;
  text-align: center;
}
.slider-sec .inner {
  padding: 30px 0 0;
  text-align: center;
}
.slider-sec .inner2 {
  overflow: visible;
  padding-bottom: 0;
}
.flow-wrap {
  width: 800px;
  height: 280px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
.flow-wrap::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.flow-wrap.one {
  background-image: url('../images/cts05/bgimg01.png');
}
.flow-wrap.two {
  background-image: url('../images/cts05/bgimg02.png');
}
.flow-wrap.three {
  background-image: url('../images/cts05/bgimg03.png');
}
.flow-wrap.four {
  background-image: url('../images/cts05/bgimg04.png');
}
.flow-wrap.five {
  background-image: url('../images/cts05/bgimg05.png');
}
.flow-img {
  width: 300px;
  flex: none;
}
.flow-img img {
  width: 300px;
}
.flow-content {
  padding-left: 35px;
}
.flow-content .flow-ttl {
  font-size: 24px;
  color: #474747;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.flow-content .flow-ttl img {
  width: 58px;
  margin-right: 10px;
}
.flow-content .flow-txt {
  font-weight: 500;
  padding: 10px 10px 10px 28px;
}
.slider-sec .slider {
  background: #fff;
  overflow: visible;
  border-top: 20px solid #ff6ea0;
  border-bottom: 20px solid #ff6ea0;
  margin-bottom: 80px;
}
.slider-sec {
  bottom: -50px;
}
.slider-sec {
  left: calc((100% - 926px) / 2);
}
.slider-sec  {
  right: calc((100% - 926px) / 2);
}
.slider-sec .flow-wrap::before {
  display: none;
}


#cts06 .swiper-button-prev:before,
#cts06 .swiper-button-next:before {
  content: '';
  width: 50px;
  height: 50px;
  /* background: url("../images/cts05/icon-prev.png") no-repeat center; */
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#cts06 .swiper-button-prev,
#cts06 .swiper-button-next {
  height: 50px;
  width: 50px;
  opacity: 1;
  z-index: 9;
  background: linear-gradient(45deg, rgb(240 40 90) 0%, rgb(255 110 160) 100%);

  top: 42%;
  position: absolute;
  display: block;
  cursor: pointer;
  outline: 0;
  z-index: 3;
  opacity: 1;
  height: 120px;
  width: 34px;
}
@media (max-width: 744px) {
  #cts06 .swiper-button-prev,
  #cts06 .swiper-button-next {
    width: 20px;
    height: 80px;
    top: 36%;
  }
  
}

#cts06 .swiper-button-prev {
  left: 40px;
}
#cts06 .swiper-button-next {
right: 23px;
}


/* 
#cts06 .swiper-button-next {
right: 25px;
    top: 56%;
} */

@media (max-width: 744px) {
  #cts06 .swiper-button-prev {
    left: 2px;
  }
}
@media (max-width: 744px) {
  #cts06 .swiper-button-next {
    right: 2px;
  }
}
/* @media (max-width: 744px) {
  #cts06 .swiper-button-next {
    right: 2px;
  top: 44%;
  }
} */

@media (max-width: 744px) {
    #hoho_content .swiper-button-prev,
  #hoho_content .swiper-button-next {
top: 34.5%;
  }
}
/* @media (max-width: 744px) {
  #hoho_content .swiper-button-next {
top: 42.3%;
  }
} */

@media (max-width: 744px) {
    #other_content .swiper-button-prev,
  #other_content .swiper-button-next {
top: 34.5%;
  }
}
/* @media (max-width: 744px) {
  #other_content .swiper-button-next {
top: 42.2%;
  }
} */


#cts06 .swiper-button-prev:before,
#cts06 .swiper-button-next:before {
  opacity: 1;

  content: '';
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 5px;
  top: 52px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#cts06 .swiper-button-prev:before {
  /* background: url("../images/cts05/icon-next.png") no-repeat center; */
  background-size: 100%;
  left: 12px;
}

@media (max-width: 744px) {
  #cts06 .swiper-button-prev:before {
    left: 7px;
    top: 34px;
    height: 10px;
    width: 10px;
  }
}

#cts06 .swiper-button-next:before {
  /* background: url("../images/cts05/icon-next.png") no-repeat center; */
  background-size: 100%;
  transform: rotate(45deg);
  left: 5px;
}

@media (max-width: 744px) {
  #cts06 .swiper-button-next:before {
    left: 0px;
    top: 34px;
    height: 10px;
    width: 10px;
  }
}

#cts06 .swiper-button-prev:after,
#cts06 .swiper-button-next:after {
  display: none;
}

#cts06 .swiper-button-prev:hover,
#cts06 .swiper-button-next:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 744px) {
  #slider {
    padding-bottom: 30px;
  }
  .slider-sec .inner {
    width: auto;
    padding: 30px 30px 0;
  }
  .slider-sec__subttl {
    font-size: 18px;
    width: 340px;
  }
  .slider-sec__subttl span {
    font-size: 18px;
  }
  .slider-sec__subttl small {
    display: block;
  }
  .flow-wrap {
    width: 295px;
    height: 358px;
    flex-direction: column;
    padding: 20px 20px 10px;
  }
  .flow-img {
    width: auto;
  }
  .flow-img img {
    margin-left: 0;
    width: 100%;
  }
  .flow-content {
    padding: 10px 0 0;
    width: 100%;
  }
  .flow-content .flow-ttl {
    font-size: 18px;
  }
  .flow-content .flow-txt {
    font-size: 15px;
    padding: 10px 0;
  }
  .flow-content .flow-list {
    font-size: 14px;
    margin-top: 20px;
  }
  .flow-content .flow-ttl img {
    width: 29px;
  }
  .slider-sec .slider {
    margin-bottom: 60px;
  }

  .slider-sec:before,
  .slider-sec:before {
    width: 30px;
    height: 30px;
  }

  .slider-sec-box {
    margin-top: 50px;
    width: 90%;
    margin-bottom: 0;
  }
  .slider-sec-box__ttl {
    font-size: 16px;
    padding: 16px 5px;
  }
  .slider-sec-box__ttl .arrow {
    width: 30px;
    height: 30px;
    padding: 7px 4px;
    right: 5px;
  }
  .slider-sec-box__ttl .arrow::before {
    width: 22px;
  }
  .slider-sec-tblwrap {
    padding: 10px;
    margin: 0 5px 10px;
  }
  .slider-sec-tbl th,
  .slider-sec-tbl td {
    font-size: 13px;
    line-height: 1.8;
    padding: 10px 0;
  }
  .slider-sec-tbl th {
    width: 72px;
    padding-right: 0.5em;
  }
  .slider-sec-tbl td span {
    letter-spacing: -1px;
  }
  .slider-sec-list li:before {
    width: 2px;
    height: 2px;
    top: 8px;
  }
}
@media only screen and (max-width: 744px) {
}

#cts05 {
  width: auto;

  padding: 50px 0 0;
}
#cts05 h3 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2rem;
}
#cts05 #cts05_00 {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
#cts05 #cts05_00 ul {
  width: 1000px;
  margin: 0 auto;
}
#cts05 #cts05_00 ul li {
  position: relative;
  height: 365px;
}
#cts05 #cts05_00 ul li img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  width: 500px;
}
#cts05 #cts05_00 ul li h4 {
  position: absolute;
  top: 60px;
  left: 85px;
  padding-top: 40px;
  z-index: 25;
  border-bottom: #e4007f 2px solid;
  font-size: 36px;
  padding-bottom: 20px;
  height: 35px;
  padding-left: 70px;
  margin-bottom: 30px;
  width: 600px;
}
#cts05 #cts05_00 ul li.li01 h4 {
  background: url(../images/cts05_no01.jpg) no-repeat;
}
#cts05 #cts05_00 ul li.li02 h4 {
  background: url(../images/cts05_no02.jpg) no-repeat;
  font-size: 28px;
}
#cts05 #cts05_00 ul li.li03 h4 {
  background: url(../images/cts05_no03.jpg) no-repeat;
}
#cts05 #cts05_00 ul li.li04 h4 {
  background: url(../images/cts05_no04.jpg) no-repeat;
}
#cts05 #cts05_00 ul li.li05 h4 {
  background: url(../images/cts05_no05.jpg) no-repeat;
}
#cts05 #cts05_00 ul li p {
  position: absolute;
  top: 187px;
  left: 137px;
  width: 330px;
}
#cts05 #cts05_01 .inner {
  background: #e8e8e8;
  padding: 0;
  max-width: 1080px;
  margin-bottom: 80px;
}
#cts05 .cts05_01_main {
  padding: 20px 50px 50px;
}
#cts05 .cts05_01_main .cts05_01-tblWrap {
  padding: 10px 50px;
  background: #fff;
}
#cts05 .cts05_01_main table {
  width: 100%;
}
#cts05 .cts05_01_main h4 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
}
#cts05 .cts05_01_main table tr {
  background-image: linear-gradient(
    to right,
    #c6c6c6 33.33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
#cts05 .cts05_01_main table tr:last-child {
  background: none;
}
#cts05 .cts05_01_main table tr th {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  vertical-align: top;
}
#cts05 .cts05_01_main table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}
#cts05 .cts05_01_main table tr th {
  width: 170px;
  text-align: center;
}
#cts05 #cts05_02 {
  width: 100%;
  background: #fef5fa;
  padding-top: 50px;
  padding-bottom: 50px;
}
#cts05 #cts05_02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#cts05 #cts05_02 h4 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}
#cts05 #cts05_02 dl {
  display: flex;
  text-align: left;
}
#cts05 #cts05_02 dt {
  margin-right: 5px;
}
#cts05 .cts05_02-ad {
  margin: 50px auto 0;
  display: flex;
}
.cts05_listsub td p {
  display: block;
  padding-left: 10px;
  position: relative;
}
.cts05_listsub td p::before {
  background-color: #323232;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 3px;
  border-radius: 50%;
}

table.priceTable {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.priceTable:last-of-type {
  margin: 0;
}
table.priceTable.prM0 {
  margin: 0;
}
table.priceTable th,
table.priceTable td {
  font-size: 18px;
  font-weight: 600;
  padding: 4px 30px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  width: 190px;
  height: 40px;
  box-sizing: border-box;
}
table.priceTable th {
  background: #f0285a;
  color: #fff;
  padding: 7px 30px;
  font-weight: bold;
  font-size: 132%;
  width: auto;
}
table.priceTable th:last-child {
  width: 190px;
}
table.priceTable th small {
  font-size: 12px;
}

.table_lower table.priceTable tr td:last-child {
  width: 30% !important;
  text-align: right;
  padding-right: 70px;
}
.table_upper table.priceTable tr td:nth-last-child(2) {
  width: 25%;
}
.table_upper table.priceTable tr td:last-child {
  width: 25%;
}

table.priceTable td:first-child {
  line-height: 1.6;
}
table.priceTable td small {
  font-size: 18px;
}
table.priceTable td.last small {
  display: inline;
}
.table_lower table.priceTable:last-child tr td.last small {
  font-size: 16px;
}
table.priceTable tr.bgGray td {
  background-color: #f2f2f2;
}
table.priceTable.bgStripe tr:nth-child(2n + 1) td {
  background-color: #f2f2f2;
}
table.priceTable .tableBold {
  display: block;
}
table.priceTable + .priceNotice {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 88%;
  text-align: left;
}
table.priceTable .prTxt {
  font-size: 36px;
  font-weight: 400;
  font-family: 'Bebas Neue';
}
table.priceTable .prTxt small {
  font-family: nanum-gothic, sans-serif;
  font-size: 16px;
}
table.priceTable .prTag {
  position: relative;
  /*padding-right: 35px;*/
}
table.priceTable td span.txt {
  font-size: 12px;
}
/*table.priceTable .prTag::after {
	position: absolute;
	content: '';
	width: 32px;
	height: 29px;
	background: url(../images/price-tag.png) no-repeat;
	background-size: 100% auto;
	top: calc(50% - 14px);
	right: 0;
}*/
.table_lower table.priceTable:last-child tr td {
  padding: 4px 40px;
}
.priceNotice {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  margin: 10px 0 30px;
}

table.priceTable .last {
  white-space: nowrap;
}

#cts05 #cts05_04 {
  width: 100%;
  background: url(../images/bg05.jpg);
  padding-bottom: 100px;
}
#cts05 #cts05_04 .inner {
  width: 830px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}
#cts05 #cts05_04 h4 {
  background:
    url(../images/cts05_tit_l.png) top left no-repeat,
    url(../images/cts05_tit_r.png) bottom right no-repeat;
  padding: 10px 40px;
  margin-left: 80px;
  font-size: 36px;
  width: 352px;
  text-align: center;
  margin-bottom: 30px;
}
#cts05 #cts05_04 .lastm_box {
  background: #fff;
  border: #fce5f2 1px solid;
  padding: 35px 80px;
}
#cts05 #cts05_04 .lastm_box h5 {
  color: #e4007f;
  font-family: 'myFontBold';
  padding-bottom: 30px;
  border-bottom: #e4007f 4px solid;
  margin-bottom: 40px;
  font-size: 20px;
}
#cts05 #cts05_04 .lastm_box p {
  margin-bottom: 22px;
}
#cts05 #cts05_04 .lastm_box p:last-child {
  margin-bottom: 0;
}
#cts05 #cts05_04 .last_img {
  position: absolute;
  top: 44px;
  right: 85px;
  width: 192px;
}

@media only screen and (max-width: 744px) {
  table.priceTable .prTxt small {
    font-size: 11px;
  }
}

/*cts06*/
#cts06 {
  width: auto;
  background: url(../images/cts06/bg.webp);
  padding: 80px 20px;
}
#cts06 .inner {
  width: 1000px;
  margin: 0 auto;
}
#cts06 h3 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 0.2rem;
}
#cts06 h4 {
  border-top: 4px solid #e4007f;
  text-align: center;
  font-size: 36px;
  padding-top: 25px;
  margin-bottom: 30px;
}
#cts06 h5 {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}
#cts06_ad {
  margin: 50px auto 0;
  width: 100%;
  box-shadow: 11px 16px 7px -6px rgba(0, 0, 0, 0.3);
}

#cts06 .sns-box {
  width: 660px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

#cts06 .sns-head {
  position: relative;
  background: #e00074;
  text-align: center;
  z-index: 1;
  width: 620px;
  height: 30px;
  margin: 30px auto;
}
#cts06 .sns-head:before {
  content: '';
  border: 15px solid #e00074;
  border-left-color: transparent;
  border-left-width: 14px;
  position: absolute;
  top: 0;
  left: -20px;
}
#cts06 .sns-head:after {
  content: '';
  border: 15px solid #e00074;
  border-right-color: transparent;
  border-right-width: 14px;
  position: absolute;
  top: 0;
  right: -20px;
}
#cts06 .carousel__control--backward,
#cts06 .carousel__control--forward {
  background: linear-gradient(
    45deg,
    rgba(240, 40, 90, 1) 0%,
    rgba(255, 110, 160, 1) 100%
  );
}

.sns-btn > div:first-child {
  margin-right: 55px;
}
.sns-btn > div {
  display: block;
  float: left;
  text-align: center;
  width: 45.8%;
}

.shourei {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2px 50px 20px;
}

.shourei-left {
  float: left;
  width: 290px;
  margin-top: 20px;
}

.shourei-right {
  float: right;
  width: calc(100% - 320px);
  margin-top: 18px;
  margin-left: 30px;
}
.midashi {
  background-color: #ffffff;
  border-bottom: 2px solid #ed649d;
  display: flex;
  justify-content: space-between;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 17px;
  padding-bottom: 5px;
  align-items: flex-end;
}
.midashi div {
  display: flex;
  font-weight: bold;
}
.midashi span {
  font-size: 18px;
  line-height: auto;
  padding-top: 4px;
}
.midashi > span {
  background: linear-gradient(to right, #ed5da1, #ed5967);
  background: #f0285a;
  color: #fff;
  padding: 0 10px;
  line-height: 30px;
}

.shourei:after,
.shourei:before {
  content: '';
  clear: both;
  display: block;
}
.shourei-right:after,
.shourei-right:before {
  content: '';
  clear: both;
  display: block;
}

#cts06 li {
  width: 10px !important;
}

/* レスポンシブテーブルver1
----------------------------------------------------*/
.responsive-table2-input {
  width: 95%;
}
.responsive-table2-input-wide {
  width: 95%;
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th {
  width: auto;
  padding: 5px;
  background-color: #e4007f;
  color: #fff;
  text-align: left;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

.responsive-table td {
  padding: 15px 0 15px 9px;
  text-align: center;
  font-size: 16px;
}
.responsive-table .shourei_fz {
  font-size: 17px;
}

.responsive-table2 th {
  /* display: block; */
  border-top: none;
  background-color: #f0285a;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  min-width: 120px;
  text-align: center;
  font-weight: bold;
}
.responsive-table2 th small {
  font-size: 13px;
}

.responsive-table2 td {
  display: block;
  border-top: none;
  background-color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  text-align: left;
}
.responsive-table2 tr.responsive-colspan td {
  background-color: transparent;
  border: none;
  height: 8px;
  padding: 0;
}
.responsive-table2 .td_fz {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0 5px 9px;
}
.responsive-table2 .pcDisp {
  display: block;
}
.responsive-table2 .spDisp {
  display: none;
}
.responsive-table2 tr:first-child th {
}

.responsive-table2-textarea {
  width: 95%;
}

/*パンくず*/
.topic-path {
  display: none;
}

/*その他追加*/
.sp10 {
  padding: 10px;
}

/*アコーディオン*/
.accT {
  position: relative;
  cursor: pointer;
}
.accT::after {
  content: url(../images/open.png);
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}
.accT.open::after {
  content: url(../images/close.png);
}

.cta_box {
  background: #f89fb4;
  width: 100%;
  padding: 23px 0;
  font: 16px/1.5 'myFontMedium';
  background: linear-gradient(
    90deg,
    rgb(240 40 90 / 100%) 0%,
    rgb(255 110 160 / 100%) 100%
  );
}
.cta_box .inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cta_box .lft {
  width: 50%;
}
#contactNum_box {
  width: 410px;
  color: #fff;
}
#contactNum_box * {
  box-sizing: border-box;
}
#contactNum_box .cnb_title {
  margin-bottom: 7px;
  padding-bottom: 20px;
  background: url(../images/cta_line.png) no-repeat bottom left;
  background-size: 100% auto;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#contactNum_box li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 8px 10px 6px;
  background: #fff;
  border-bottom: 2px solid #b3a28d;
  color: #000;
}
#contactNum_box li:first-child {
  margin-bottom: 5px;
}
#contactNum_box .cnb_l {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  margin-right: 20px;
  padding-left: 3px;
  background: #a79885;
  border-bottom: 2px solid #6b6155;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}
#contactNum_box .cnb_l:after {
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -ms-calc(50% - 10px);
  top: calc(50% - 10px);
  right: -10px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #a79885;
  border-right: none;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
}
#contactNum_box .cnb_r {
  width: 410px;
}
#contactNum_box .cnb_r * {
  line-height: 1;
}
#contactNum_box .cnb_time {
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-top: 15px;
  color: #fff;
}
#contactNum_box .cnb_phone {
  width: 100%;
  padding-right: 5px;
}
#contactNum_box .cnb_hours,
#contactNum_box .cnb_closed {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}
#contactNum_box .cnb_hours {
  margin-right: 5px;
}
#contactNum_box .cnb_hours > span,
#contactNum_box .cnb_closed > span {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 10px;
  background: #a79885;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
}
#contactNum_box .comment {
  margin: 2px 0 10px;
  font-size: 11px;
  text-align: center;
}
#contactNum_box .comment:before,
#contactNum_box .comment:after {
  content: '\02022\02022\02022\02022\02022';
  margin: 0 5px;
  font-size: 18px;
  line-height: 11px;
  letter-spacing: 5px;
  vertical-align: middle;
}
#contactNum_box li:last-child .cnb_l,
#contactNum_box li:last-child .cnb_hours > span,
#contactNum_box li:last-child .cnb_closed > span {
  background: #b68f23;
}
#contactNum_box li:last-child,
#contactNum_box li:last-child .cnb_l:after {
  border-color: #b68f23;
}
.cta_box .cta_bnr {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 50%;
  box-shadow: 4px 3px 9px -5px #2e2e2e;
  overflow: hidden;
  z-index: 1;
}
/*キラキラ*/
.cta_bnr::after {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* Section Instagram */
.sec-ig .inner {
  margin: -30px auto 20px;
}

/* タブ切り替え
------------------------------------------------------------*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 4);
  height: 50px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  background-image: url(../images/tab.jpg);
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 20px;
  font-weight: bold;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}

.tab_item_nolink {
  width: calc(100% / 4);
  height: 50px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  background-image: url(../images/tab.jpg);
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 20px;
}

/*ラジオボタンを全て消す*/
input[name='tab_item'] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  clear: both;
  background-color: #fce5f2;
  max-height: 417px;
}
.tab_content * {
  box-sizing: border-box;
}
.carousel-container .txt-info {
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
.carousel-container {
  margin: 0 auto;
  opacity: 0;
}
#eye:checked ~ #eye_content > .carousel-container,
#hitai:checked ~ #hitai_content > .carousel-container,
#hoho:checked ~ #hoho_content > .carousel-container,
#other:checked ~ #other_content > .carousel-container {
  opacity: 1;
  position: relative;
}
#eye:checked ~ #eye_content,
#hitai:checked ~ #hitai_content,
#hoho:checked ~ #hoho_content,
#other:checked ~ #other_content {
  /* display: block; */
}
#eye:not(:checked) ~ #eye_content,
#hitai:not(:checked) ~ #hitai_content,
#hoho:not(:checked) ~ #hoho_content,
#other:not(:checked) ~ #other_content {
  height: 0;
  padding: 0;
  overflow: hidden;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #fff;
  background-image: url(../images/cts06/tab-a.png);
  background-repeat: no-repeat;
}

.saigo {
  margin-bottom: 60px;
}

/* 調整
------------------------------------------------------------*/

/* タブレットサイズ
------------------------------------------------------------*/
@media only screen and (max-width: 999px) {
  section .inner {
    max-width: 1000px;
    width: 92%;
    margin: 0 auto;
  }

  /* #cts01 ul li{ margin-bottom:30px; height:330px; }
#cts01 ul li h4{ font-size:25px; min-height:100px; }
#cts01 ul li h4 div{ padding-top:50px; }
#cts01 ul li h4 span{ font-size:18px; margin-right:35px; }
#cts01 ul li.li01 table,#cts01 ul li.li03 table{ top:130px; font-size:14px; }
#cts01 ul li.li02 table{ top:130px; font-size:14px; } */

  #cts02 #cts02_01 h4 {
    font-size: 25px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  #cts02 #cts02_01 p {
    font-size: 14px;
  }
  #cts02 #cts02_01 h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #cts02 #cts02_01 li {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  /*#cts02 #cts02_02{ min-height:200px; padding-top:60px; }*/
  #cts02 #cts02_02 h4 {
    font-size: 25px;
    margin: 0 auto 15px;
  }
  #cts02 #cts02_02 p {
    line-height: 200%;
    font-size: 14px;
  }
  /* #cts02 #cts02_03{ background-size:auto 50%; padding:30px 30px 30px; margin-bottom:50px; }
#cts02 #cts02_03 h4{ font-size:25px; width:70%; margin-bottom:10px; padding-bottom:30px; letter-spacing:0.08em; }
#cts02 #cts02_03 h4 span{color:#e4007f; }
#cts02 #cts02_03 li{background-size:20px auto; padding-left:30px; padding-top:10px; padding-bottom:10px; font-size:16px; } */
  #cts02 #cts02_04 {
    min-height: 370px;
  }
  #cts02 #cts02_04 h4 {
    font-size: 25px;
  }
  #cts02 #cts02_04 .waku {
    width: 63%;
  }

  #cts03 .waku01 {
    height: 600px;
  }
  #cts03 .waku01 .img01 {
    left: -10px;
    top: -10px;
  }
  #cts03 .waku01 .img02 {
    right: 10px;
    width: 45%;
  }
  #cts03 .waku02 {
    padding: 10px;
  }
  #cts03 .waku02 .kagi {
    width: 100%;
    font-size: 16px;
  }
  #cts03 .waku02 .kagi div {
    width: 90%;
  }
  #cts03 .waku02 .kagi:before {
    margin-right: 5px;
  }
  #cts03 .waku02 .kagi:after {
    margin-left: 5px;
  }
  #cts03 .waku02 p {
    padding-left: 20px;
    padding-right: 20px;
  }

  #cts04 #cts04_01 {
    padding-top: 10px;
  }
  #cts04 #cts04_01 img {
    width: 50%;
    margin-right: 2%;
  }
  #cts04 #cts04_01 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    width: 48%;
  }
  #cts04 #cts04_01 h4 span,
  #cts04 #cts04_02 h4 span {
    font-size: 25px;
  }
  #cts04 #cts04_01 p,
  #cts04 #cts04_02 p {
    font-size: 14px;
  }
  #cts04 #cts04_02 {
    padding-top: 50px;
  }
  #cts04 #cts04_02 img {
    width: 50%;
    margin-left: 2%;
  }
  #cts04 #cts04_02 h4 {
    font-size: 18px;
    margin-bottom: 10px;
    width: 48%;
  }
  /*#cts04 #cts04_03{ min-height:200px; padding-top:60px; }*/
  #cts04 #cts04_03 h4 {
    font-size: 20px;
  }
  #cts04 #cts04_03 p {
    line-height: 150%;
    font-size: 14px;
  }
  #cts04 #cts04_04 h4,
  #cts04 #cts04_04b h4 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #cts04 #cts04_04 ul li {
    padding: 60px 10px 0;
    min-height: 200px;
  }
  #cts04 #cts04_04 ul li h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #cts04 #cts04_04 ul li p {
    line-height: 160%;
    font-size: 14px;
  }

  #cts05 #cts05_00 ul {
    width: 100%;
  }
  #cts05 #cts05_00 ul li img {
    width: 50%;
  }
  #cts05 #cts05_00 ul li h4 {
    font-size: 25px;
    padding-left: 40px;
    margin-bottom: 20px;
    width: 60%;
  }
  #cts05 #cts05_00 ul li p {
    font-size: 14px;
    left: 80px;
  }
  #cts05 #cts05_01 .inner {
    margin-bottom: 50px;
  }
  #cts05 .cts05_01_main {
    padding: 30px;
  }
  #cts05 .cts05_01_main h4 {
    font-size: 25px;
    padding-bottom: 15px;
  }
  #cts05 .cts05_01_main table tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  #cts05 .cts05_01_main table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  #cts05 #cts05_02,
  #cts05 #cts05_03 {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  #cts05 #cts05_02 .inner {
    width: 92%;
  }
  /* table.priceTable th,
table.priceTable td{ font-size:15px; height: auto; width: 80px; }
table.priceTable th:last-child { width: 100px; } */

  #cts05 #cts05_04 {
    padding-bottom: 50px;
  }
  #cts05 #cts05_04 .inner {
    width: 92%;
    padding-top: 50px;
  }
  #cts05 #cts05_04 h4 {
    margin-left: 40px;
    font-size: 25px;
    padding: 10px 20px;
    width: 300px;
  }
  #cts05 #cts05_04 .lastm_box {
    background: #fff;
    border: #fce5f2 1px solid;
    padding: 35px;
  }
  #cts05 #cts05_04 .lastm_box h5 {
    padding-bottom: 30px;
    border-bottom: #e4007f 4px solid;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #cts05 #cts05_04 .last_img {
    position: absolute;
    top: 0px;
    right: 0;
    width: 22%;
  }

  footer div {
    box-sizing: content-box;
  }
}

@media only screen and (max-width: 744px) {
  .caseWrap .case-head {
    margin-top: -20px;
    padding-top: 40px;
    background-position: right top;
  }
  .caseWrap .inner h2 {
    margin-bottom: 20px;
    margin-left: -5px;
  }
  .caseWrap .inner h2 img.spDisp {
    max-width: 360px;
    width: 100%;
  }

  #cts06 .carousel__control--forward,
  #cts06 .carousel__control--backward {
    width: 20px;
    height: 80px;
    top: 133px;
  }
  #cts06 .carousel__control--forward:before,
  #cts06 .carousel__control--backward:before {
    width: 9px;
    height: 9px;
    border-width: 2px 2px 0 0;
  }
  #cts06 .carousel__control--forward:before {
    right: 7px;
  }
  #cts06 .carousel__control--backward {
    left: -6px;
  }
  #cts06 .carousel__control--forward {
    right: -6px;
  }

  .caseCts .txt {
    margin-top: 5px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}


/* スマホサイズ
------------------------------------------------------------*/
@media only screen and (max-width: 744px) {
  .pcDisp {
    display: none;
  }
  .spDisp {
    display: block;
  }
  body {
    font-size: 12px;
  }

  main {
    margin-top: 0;
  }

  #kv_lp {
    margin-top: 56px;
    border-top: 0;
  }
  #kv_lp .topic-path {
    display: none;
  }
  #kv_lp #lp_topcopy {
    width: 90%;
    margin: 30px auto;
  }
  #kv_lp #lp_topcopy img {
    width: 100%;
    margin: 0 auto 15px;
  }
  #kv_lp .lp_topcopy01 {
    font-size: 15px;
    margin-bottom: 30px;
    font-family: 'myFontBold';
  }
  #kv_lp .lp_topcopy02 {
    font-size: 14px;
    text-align: left;
  }

  section .inner {
    width: 100%;
  }

  .bg_section {
    width: 100%;
    background: left top / cover no-repeat scroll;
    background-size: cover;
  }
  #cts03 {
    background-image: url('../images/cts03/bg_sp.webp'),
      url('../images/cts03/float-bg.webp'), url('../images/cts03/float-bg.webp');
    background-size: 100%, 50%, 53%;
    background-position:
      center top,
      right -30% top 34%,
      left -45% bottom 39%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

  /*cts02*/
  #cts02 h3 {
    font-size: 18px;
    vertical-align: text-top;
    width: 55%;
    height: 40px;
    display: block;
    margin: 30px auto;
    padding: 30px 0;
    letter-spacing: 0.1em;
  }
  #cts02 h3 div {
    padding-top: 7px;
    padding-bottom: 7px;
    height: 23px;
    float: left;
    width: 88%;
    text-align: center;
  }
  #cts02 h3:before {
    content: '';
    width: 3%;
    height: 23px;
    border: 1px solid #323232;
    border-right: none;
    display: inline-block;
    margin-right: 2%;
    padding-top: 7px;
    padding-bottom: 7px;
    float: left;
  }
  #cts02 h3:after {
    content: '';
    width: 3%;
    height: 23px;
    border: 1px solid #323232;
    border-left: none;
    display: inline-block;
    margin-left: 2%;
    padding-top: 7px;
    padding-bottom: 7px;
    float: right;
  }
  #cts02 #cts02_01 {
    position: relative;
  }
  #cts02 #cts02_01 img {
    position: static;
    top: 78px;
    right: 0;
    max-width: 456px;
    width: 95%;
    margin: 0 auto 20px;
  }
  #cts02 #cts02_01 h4 {
    font-size: 18px;
    line-height: 25px;
    border-bottom: #e4007f solid 2px;
    padding-right: 0;
    width: 90%;
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }
  #cts02 #cts02_01 p {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 20px;
    line-height: 200%;
    font-size: 12px;
    line-height: 22px;
  }
  #cts02 #cts02_01 .waku {
    background: url(../images/bg01.jpg);
    padding: 12px 3%;
    max-width: 476px;
    width: 90%;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  #cts02 #cts02_01 .shiro {
    background: url(../images/bg02.jpg);
    padding: 10px 5%;
    max-width: 436px;
    width: 90%;
  }
  #cts02 #cts02_01 h5 {
    color: #e4007f;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #cts02 #cts02_01 li {
    background: url(../images/check.png) no-repeat;
    background-position: 0 7px;
    padding-left: 30px;
    border-bottom: dashed 2px #323232;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  /*#cts02 #cts02_02{background:url(../images/sp_cts02_bg01.png) no-repeat; background-size:100% auto; color:#fff; text-align:center; min-height:350px; padding-top:60px;font-family: "myFontRegular"; width:96%; margin:0 auto;box-sizing:border-box; }*/
  #cts02 #cts02_02,
  #cts04 #cts04_03 {
    margin: 30px 15px;
    padding: 40px 20px 20px;
  }
  #cts02 #cts02_02::before,
  #cts04 #cts04_03::before {
    height: calc(100% - 3px);
    width: calc(100% - 3px);
    border: 1.5px solid #323232;
  }
  #cts02 #cts02_02::after,
  #cts04 #cts04_03::after {
    left: 5px;
    top: 5px;
    background: url(../images/sp_cts02_bg.png),
      linear-gradient(-135deg, #ee4d5a, #ec4da6);
    background-size: cover;
  }
  #cts02 #cts02_02 h4 {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  #cts02 #cts02_02 h4::before,
  #cts04 #cts04_03 h4::before {
    width: 40px;
    height: 40px;
    top: -10px;
  }
  #cts02 #cts02_02 p {
    font-size: 14px;
    text-align: left;
  }
  #cts02 #cts02_02 .txt1 {
    font-size: 13px;
  }

  #cts02 .osusume {
    box-shadow: 2px 2px 5px #c4c4c4;
    margin: 30px 15px 30px 15px;
  }

  #cts02 #cts02_03 h4 {
    font-size: 20px;
    line-height: 150%;
    width: 100%;
    margin-bottom: 20px;
    background: url(../images/cts02/cts02_line_sp.png) no-repeat bottom left;
    background-size: 400px auto;
    padding-bottom: 25px;
    letter-spacing: 0.2rem;
  }
  #cts02 #cts02_04 {
    position: relative;
    margin: 0 auto 35px;
    height: 430px;
    font-family: 'myFontRegular';
    width: 90%;
  }
  #cts02 #cts02_04 .tit {
    background: url(../images/cts02_bg02.jpg) no-repeat;
    background-size: 100% auto;
    padding: 20px 20px 50px 20px;
    max-width: 100%;
    width: 100%;
    z-index: 10;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  #cts02 #cts02_04 h4 {
    font-size: 18px;
    line-height: 150%;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
    text-align: center;
  }
  #cts02 #cts02_04 p {
    line-height: 200%;
    font-size: 14px;
  }
  #cts02 #cts02_04 .waku {
    background: url(../images/bg01.jpg);
    padding: 5px;
    max-width: 665px;
    width: 95%;
    margin: 0 auto;
    z-index: 20;
    position: absolute;
    top: 250px;
    right: 0;
    left: 0;
    box-sizing: border-box;
  }
  #cts02 #cts02_04 .waku img {
    max-width: 665px;
    width: 100%;
  }

  /*cts05*/
  #cts05 {
    padding-top: 20px;
  }
  #cts05 .inner {
    padding: 20px 20px 0;
  }
  #cts05 h3 {
    font-size: 24px;
    letter-spacing: 0.05rem;
  }
  #cts05 h3 span {
    font-size: 14px;
    padding-left: 0;
  }
  #cts05 #cts05_00 {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #cts05 #cts05_00 ul {
    width: 98%;
    margin: 0 auto;
  }
  #cts05 #cts05_00 ul li {
    position: relative;
    height: auto;
    font-size: 13px;
    line-height: 180%;
  }
  #cts05 #cts05_00 ul li img {
    position: static;
    top: 0;
    right: 0;
    z-index: 30;
    width: 70%;
    margin: 0 15% 10px;
  }
  #cts05 #cts05_00 ul li h4 {
    position: static;
    top: 60px;
    left: 85px;
    padding-top: 18px;
    z-index: 25;
    border-bottom: #e4007f 2px solid;
    font-size: 18px;
    padding-bottom: 25px;
    height: 0;
    padding-left: 10%;
    width: 75%;
    margin: 0 auto 10px;
  }
  #cts05 #cts05_00 ul li.li01 h4 {
    background: url(../images/cts05_no01.jpg) no-repeat;
    background-size: 10% auto;
  }
  #cts05 #cts05_00 ul li.li02 h4 {
    background: url(../images/cts05_no02.jpg) no-repeat;
    background-size: 10% auto;
    font-size: 18px;
  }
  #cts05 #cts05_00 ul li.li03 h4 {
    background: url(../images/cts05_no03.jpg) no-repeat;
    background-size: 10% auto;
  }
  #cts05 #cts05_00 ul li.li04 h4 {
    background: url(../images/cts05_no04.jpg) no-repeat;
    background-size: 10% auto;
  }
  #cts05 #cts05_00 ul li.li05 h4 {
    background: url(../images/cts05_no05.jpg) no-repeat;
    background-size: 10% auto;
  }
  #cts05 #cts05_00 ul li p {
    position: static;
    top: 187px;
    left: 137px;
    width: 75%;
    margin: 0 3% 0 16%;
    letter-spacing: 0.05em;
  }
  #cts05 #cts05_00 ul li p {
    font-size: 13px;
    line-height: 180% !important;
  }

  #cts05 #cts05_01 .inner {
    margin: 0 auto 30px;
    width: calc(100% - 30px);
    box-sizing: border-box;
  }
  #cts05 .cts05_01_main {
    padding: 15px 5px 10px;
    border-radius: 0;
    overflow: hidden;
  }
  #cts05 .cts05_01_main .cts05_01-tblWrap {
    padding: 5px;
    line-height: 1.8;
  }
  #cts05 .cts05_01_main table {
    width: 100%;
  }
  #cts05 .cts05_01_main h4 {
    font-size: 16px;
    padding-bottom: 17px;
  }
  #cts05 .cts05_01_main table tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  #cts05 .cts05_01_main table tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 0;
    font-size: 13px;
  }
  #cts05 .cts05_01_main table tr th {
    width: 25%;
    text-align: left;
    font-weight: bold;
    padding-right: 0.3em;
    text-align: center;
    letter-spacing: -1px;
  }
  #cts05 #cts05_02 {
    width: 100%;
  }
  #cts05 #cts05_02 .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #cts05 #cts05_02 h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.05rem;
  }

  table.priceTable th,
  table.priceTable td {
    font-size: 15px;
    padding: 4px 10px;
    width: auto;
    box-sizing: border-box;
  }
  table.priceTable th {
    padding: 5px 10px;
  }
  table.priceTable .prTxt {
    font-size: 22px;
    padding-right: 0;
  }
  table.priceTable .prTag::after {
    background-image: url(../images/price-tag_sp.png);
    width: 22px;
    height: 25px;
  }
  table.priceTable th {
    width: auto !important;
  }
  .table_lower table.priceTable tr td:last-child {
    width: 30% !important;
    text-align: center;
    padding: 5px 0;
  }
  .table_upper table.priceTable tr td:nth-last-child(2) {
    width: 21%;
    padding: 0;
  }
  .table_upper table.priceTable tr td:last-child {
    width: 31%;
    text-align: center; /*padding: 12px 5px 12px 0;*/
  }
  /* table.priceTable.bgStripe th:last-child { width: 30%; }
	table.priceTable.bgStripe th:nth-last-child(2) { width: 30%; } */
  table.priceTable + .priceNotice {
    font-size: 12px;
  }
  #cts05 .cts05_02-ad {
    flex-direction: column;
    align-items: center;
    margin: 20px auto 10px;
    max-width: 400px;
  }

  table.priceTable {
    box-sizing: border-box;
  }
  table.priceTable td {
    font-size: 15px;
  }
  table.priceTable tr td:nth-child(2) {
    font-size: 12px;
  }
  table.priceTable td {
    height: 40px !important;
  }
  table.priceTable th {
    height: 30px;
    box-sizing: border-box;
  }
  .table_upper table.priceTable td {
    height: auto !important;
  }
  table.priceTable.bgStripe tr:nth-child(2n + 1) td {
    background-color: #f2f2f2;
  }
  table.priceTable .prTxt {
    font-size: 24px !important;
  }
  table.priceTable td small {
    font-size: 12px;
    display: block;
    line-height: 1.2;
  }

  .table_upper table.priceTable th:last-child {
    width: 32%;
  }
  .table_upper table.priceTable td {
    padding: 11px 10px;
    -moz-font-feature-settings: 'palt' 1;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
  }
  .table_lower table.priceTable.bgStripe th:first-child {
    width: 65% !important;
  }
  .table_lower td.last {
    font-size: 13px !important;
  }
  .table_lower table.priceTable:last-child tr td:first-child {
    width: 66% !important;
  }
  .table_lower table.priceTable:last-child tr td {
    padding: 8px 0 8px 13px;
  }
  .table_lower table.priceTable:last-child tr td.last {
    text-align: left;
    padding: 8px 10px 8px 20px;
  }
  .table_lower table.priceTable:last-child tr td.last small {
    display: inline-block;
    -moz-font-feature-settings: 'palt' 1;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    font-size: 13px;
  }
  table.priceTable .last {
    white-space: normal;
  }
  table.priceTable td span.txt {
    font-size: 10px;
  }

  .priceNotice {
    font-size: 14px;
    text-align: left;
    margin: 5px 0 0;
    -moz-font-feature-settings: 'palt' 1;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    padding-right: 3px;
  }

  #cts05 #cts05_04 {
    width: 100%;
    background: url(../images/bg05.jpg);
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #cts05 #cts05_04 .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
  }
  #cts05 #cts05_04 h4 {
    background:
      url(../images/cts05_tit_l.png) top left no-repeat,
      url(../images/cts05_tit_r.png) bottom right no-repeat;
    background-size: 10px 10px;
    padding: 0 2%;
    font-size: 18px;
    width: 60%;
    text-align: center;
    margin: 0 auto 20px;
  }
  #cts05 #cts05_04 .lastm_box {
    background: #fff;
    border: #fce5f2 1px solid;
    padding: 40px 20px;
  }
  #cts05 #cts05_04 .lastm_box h5 {
    color: #e4007f;
    font-family: 'myFontBold';
    padding-bottom: 30px;
    border-bottom: #e4007f 2px solid;
    margin-bottom: 20px;
    font-size: 15px;
  }
  #cts05 #cts05_04 .lastm_box p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  #cts05 #cts05_04 .lastm_box p:last-child {
    margin-bottom: 0;
  }
  #cts05 #cts05_04 .last_img {
    position: absolute;
    top: 95px;
    right: 20px;
    width: 35%;
  }

  /*cts06*/
  #cts06 {
    width: auto;
    padding: 20px 15px 30px;
    background-image: url(../images/cts06/bg_sp.webp);
    background-size: contain;
  }
  #cts06 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .caseWrap .cts06b_slide {
    width: 315px !important;
  }
  .caseWrap .cts06b_slider  {
    margin: 0 10px;
  }
  .caseWrap .cts06b_slider  {
    transform: none !important;
  }
  .caseWrap .cts06b_slider  {
    transform: none !important;
  }
  .cts06b_slider li button::before {
    top: -8px;
  }
  #cts06 h3 {
    font-size: 24px;
    margin: 0 0 20px;
    letter-spacing: 0.05rem;
  }
  #cts06 h5 {
    font-size: 18px;
    z-index: 9999;
  }
  #cts06_ad {
    margin: 20px auto 0;
    max-width: 450px;
  }
  #cts06 .sns-box {
    width: 100%;
  }
  #cts06 .sns-head {
    width: auto;
    margin: 30px 20px;
  }
  .sns-btn > div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sns-btn > div {
    float: none;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .sns-btn img {
    width: 50%;
    height: auto;
    float: left;
  }
  #cts06 .sns-head {
    height: 60px;
    padding: 5px 0;
    line-height: 1.3;
  }
  #cts06 .sns-head::before {
    border: 30px solid #e00074;
    border-left-width: 20px;
    border-left-color: transparent;
  }
  #cts06 .sns-head::after {
    border: 30px solid #e00074;
    border-right-width: 20px;
    border-right-color: transparent;
  }
  #cts06 li {
    width: 8px !important;
  }

  .shourei {
    padding: 5px 10px 20px;
  }
  .shourei-left {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
    position: static;
    width: 100%;
  }

  .shourei-right {
    float: none;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    width: auto;
  }

  .shourei .shourei_fz {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .midashi {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .midashi div {
    display: inline;
  }
  .midashi span {
    display: inline;
    font-size: 13px;
    padding-top: 0;
  }
  .midashi > span {
    color: #fff;
    background: linear-gradient(to right, #ed5da1, #ed5967);
    background: #f0285a;
    padding: 2px 5px;
    line-height: 20px;
  }
  .responsive-table table tr:first-child td {
    font-weight: bold;
  }

  .responsive-table table tr:first-child td,
  .responsive-table table tr:nth-child(3) td {
    text-align: center;
    font-size: 14px;
  }
  .responsive-colspan td {
    height: 2px;
  }

  .responsive-table2 .pcDisp {
    display: none;
  }
  .responsive-table2 .spDisp {
    display: inline;
  }

  .responsive-table2-input {
    width: 60%;
  }

  .responsive-table2-input-wide {
    width: 90%;
  }

  .responsive-table input,
  textarea,
  select {
    padding: 7px;
    margin-bottom: 3px;
  }

  .responsive-table table {
    width: 100%;
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
  }

  .midashi .tr_mt {
    margin-top: 20px;
  }
  .responsive-table tr {
    text-align: left;
    line-height: 1;
  }
  .responsive-table th {
    display: inline;
    width: auto;
    padding: 0;
    float: none;
    box-sizing: border-box;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4;
    background: none;
    color: #f0285a;
    text-align: left;
    font-weight: bold;
  }
  .responsive-table th:after {
    content: ':';
    font-size: inherit;
    color: inherit;
    display: inline-block;
    padding-left: 3px;
  }
  .responsive-table2 th {
    min-width: 0;
  }
  .responsive-table2 th small {
    font-size: 12px;
  }

  .responsive-table td {
    display: inline;
    padding: 0;
    width: 100%;
    float: none;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.4;
    text-align: left;
    padding-left: 8px;
  }
  .responsive-table tr:nth-child(5) td,
  .responsive-table tr:nth-child(7) td {
    font-size: 12px;
  }

  /* .responsive-table th {
		display: inline-block;
		float: none;
		padding: 4px 0;
		vertical-align: middle;
		width: 38%;
	}
	.responsive-table td {
		display: inline-block;
		float: none;
		line-height: 1;
		vertical-align: middle;
	} */

  .responsive-table2-textarea {
    width: 80%;
  }

  /*タブ切り替え*/

  /*タブ切り替えの中身のスタイル*/

  .tab_item {
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    margin-right: 0.5%;
    width: 24.5%;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 4px;
    height: 35px;
  }

  .tab_item_nolink {
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    margin-right: 0.5%;
    width: 24.5%;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 4px;
    height: 35px;
  }

  .tab_content {
    max-height: 100%;
  }
  .tab_content.no {
    height: 493px;
  }
  .tab_content img {
    height: auto;
    max-width: 240px;
    width: 100%;
  }
  .tab_content .txt-info {
    font-size: 10px;
    line-height: 1;
    padding: 0 5px;
  }

  /*パンくず*/
  .topic-path {
    display: block;
    font-size: 11px;
    clear: both;
    background: url(../images/topicpath.png);
    background-repeat: repeat-x;
    background-size: 100% auto;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  /*アコーディオン*/
  .accT::after {
    top: 10px;
    right: 10px;
  }

  .cta_box {
    padding: 15px 10px 10px;
    box-sizing: border-box;
    background: linear-gradient(
      180deg,
      rgb(240 40 90 / 100%) 0%,
      rgb(255 110 160 / 100%) 100%
    );
  }
  .cta_box .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    box-sizing: border-box;
  }
  .cta_box .lft {
    width: 100%;
  }
  #contactNum_box {
    width: 100%;
    max-width: 410px;
    margin: auto;
  }
  #contactNum_box .cnb_title {
    font-size: 1.5em;
    text-align: center;
  }
  #contactNum_box li {
    padding: 7px 5px;
  }
  #contactNum_box .cnb_l {
    width: 64px;
    margin-right: 13px;
    padding-left: 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  #contactNum_box .cnb_l:after {
    top: -webkit-calc(50% - 7px);
    top: -ms-calc(50% - 7px);
    top: calc(50% - 7px);
    right: -7px;
    border-width: 7px !important;
  }
  #contactNum_box .comment {
    font-size: 12px;
  }
  #contactNum_box .comment:before,
  #contactNum_box .comment:after {
    content: '\02022\02022\02022';
  }
  .cta_box .cta_bnr {
    position: relative;
    width: 100%;
    margin: -30px auto 0;
  }
  .contact-sp h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    overflow: visible;
  }
  .contact-sp h2::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 12px;
    background: url(../images/contact-sp-arrow.png) no-repeat;
    background-size: 100%;
    left: calc(50% - 10px);
    bottom: -15px;
  }
  .contact-btns {
    padding: 5px;
    max-width: 345px;
    width: 100%;
    margin: 10px auto;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .contact_sp-bottom {
    display: flex;
    justify-content: space-between;
  }
  .contact_sp-bottom p {
    font-size: 24px;
    color: #fafa64;
    font-weight: bold;
    font-family: 나눔고딕;
    font-style: italic;
    line-height: 1.2;
    padding-left: 25px;
  }
  .contact_sp-bottom img {
    width: 214px;
    height: 120px;
    margin: -50px -10px -10px 0;
  }

  /* Section Instagram */
  .sec-ig .inner {
    margin: 0 auto;
    padding: 0 15px 20px;
  }
}

.saigo {
  margin-bottom: 80px;
}

/* Add'tl section in CTS02 */
#cts02_05 .cts02_05-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cts02_05 .cts02_05-tabs li {
  width: 320px;
  height: 75px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgb(240 40 90);
  background: linear-gradient(90deg, #f794ad 0%, #ffb6cf 100%);
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}
#cts02_05 .cts02_05-tabs li.ui-tabs-active.ui-state-active,
#cts02_05 .cts02_05-tabs li:hover {
  background: linear-gradient(
    90deg,
    rgb(240 40 90 / 100%) 0%,
    rgb(255 110 160 / 100%) 100%
  );
}
#cts02_05 .cts02_05-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#cts02_05 .cts02_05-tabs li span {
  font-size: 32px;
}
#cts02_05 .cts02_05-tabs li span small {
  font-size: 26px;
}
#cts02_05 .cts02_05-wrapper {
  background: url(../images/cts02_05-bg.jpg) no-repeat left top;
  background-size: 100% 100%;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}
#cts02_05 .cts02_05-wrapinner {
  width: calc(100% - 100px);
  clear: both;
  overflow: hidden;
  padding: 30px 50px 40px;
}
#cts02_05 #tab2-body {
  background: url(../images/cts02_05_body.webp) no-repeat left top;
  background-size: auto 100%;
}
#cts02_05 #tab1-face {
  background: url(../images/cts02_05_face.webp) no-repeat left top;
  background-size: auto 100%;
}
#cts02_05 #tab3-volume {
  background: url(../images/cts02_05_volume.webp) no-repeat left top;
  background-size: auto 100%;
}
#cts02_05 .cts02_05-inner {
  width: 100%;
  max-width: 530px;
  display: block;
  float: right;
}
#cts02_05 .cts02_05-inner .p-ttl {
  font-weight: 600;
  font-size: 34px;
  color: #f0285a;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
#cts02_05 .p-subbox {
  margin: 40px 0 0;
}
#cts02_05 .p-subbox .p-subbox_ttl {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  width: 260px;
  height: 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: linear-gradient(
    90deg,
    rgb(240 40 90 / 100%) 0%,
    rgb(255 110 160 / 100%) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
}
#cts02_05 .p-subbox .p-subbox_content {
  background: linear-gradient(
    90deg,
    rgb(240 40 90 / 100%) 0%,
    rgb(255 110 160 / 100%) 100%
  );
  padding: 2px;
}
#cts02_05 .p-subbox .p-subbox_list {
  list-style-type: none;
  margin: 0;
  padding: 15px 0 15px 20px;
  padding-bottom: 5px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
#tab2-body .p-subbox .p-subbox_list {
  padding-bottom: 49px;
}
#tab3-volume .p-subbox .p-subbox_list {
  padding-bottom: 93px;
}
#cts02_05 .p-subbox .p-subbox_list li {
  background: #f0285a;
  width: auto;
  min-width: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}
.cts02_05-ad {
  margin-top: 50px;
  display: flex;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.4);
}

/* f_clinic
------------------------------------------------------------*/
.f_clinic {
  text-align: center;
  padding: 70px 0;
  background: #fff;
}
.f_clinic .l_wrapper {
  max-width: 1100px;
}
.p_clinic {
  position: relative;
}
.p_clinic__top_ttl {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 66px;
  margin-bottom: 90px;
  width: auto;
}
.p_clinic__top_ttl:before {
  content: '';
  background: url(../images/icon-bracket.svg) no-repeat center top;
  width: 15px;
  height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.p_clinic__top_ttl:after {
  content: '';
  background: url(../images/icon-bracket.svg) no-repeat center top;
  width: 15px;
  height: 41px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p_clinic__left {
  position: relative;
  min-height: 321px;
  width: 616px;
  z-index: 0;
  text-align: left;
  padding: 30px 17px 118px 0;
  box-sizing: border-box;
}
.p_clinic__left:before {
  content: '';
  background: #f1f0eb;
  width: calc((100% + 160px) * 2);
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
}
.p_clinic__subttl {
  font:
    700 32px/1.2 'Montserrat',
    sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}
.p_clinic__add {
}
.p_clinic__add li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.p_clinic__add li:last-child {
  margin-bottom: 0;
}
.p_clinic__add li span {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000000;
  background-color: #ff6ea0;
  color: #fff;
  min-width: 180px;
  height: 54px;
  border-radius: 10px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.p_clinic__right {
  text-align: right;
  position: absolute;
  top: -40px;
  right: -50px;
  z-index: 1;
  width: 550px;
  line-height: 1;
}
.p_clinic__rightimg {
  box-shadow: 30px 30px 15px 0 rgba(0, 0, 0, 0.2);
}
.p_clinic__map-route {
  margin-top: -90px;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.p_clinic__map-route .item {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  text-align: right;
  position: relative;
}
.p_clinic__map-route .image {
  position: relative;
}
.p_clinic__map-btn {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo',
    'verdana', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #323232;
  display: inline-block;
  position: relative;
  padding-right: 36px;
  margin-top: 10px;
  line-height: 1.2;
}
.p_clinic__map-btn:before {
  content: '';
  background: url(../images/icon-arrow-b.svg) no-repeat center top / contain;
  width: 31px;
  height: 6px;
  position: absolute;
  top: 3px;
  right: 0;
  transition: all 0.3s ease;
}
.p_clinic__map-btn:hover:before {
  right: -5px;
}
.p_clinic__btn {
  font:
    600 21px/1.2 'Montserrat',
    sans-serif;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 37px;
  background-color: #f0285a;
  padding: 0.74em 3.9em;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.p_clinic__btn:hover {
  color: #fff;
  opacity: 0.6;
}
.p_clinic__btn:before {
  content: '';
  background: url(../images/icon-arrow-w.svg) no-repeat center top;
  width: 31px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.p_clinic__media-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.p_clinic__pop-up {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101vh;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.p_clinic__pop-up.open {
  display: block;
}
.p_clinic__pop-up-img {
  position: absolute;
  width: 80%;
  max-width: 1000px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.p_clinic__pop-up-close {
  background: url(../images/icon-close.png) no-repeat center top / contain;
  width: 35px;
  height: 35px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.p_clinic__pop-up iframe.p_clinic__pop-up-map {
  position: absolute;
  height: 80%;
  width: 80%;
  max-width: 1000px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

@media only screen and (max-width: 999px) {
  #cts02_05 .cts02_05-tabs li {
    width: 305px;
  }
}
@media only screen and (max-width: 744px) {
  #cts02_05 {
    width: 100%;
    margin: 0 auto;
  }
  #cts02_05 .cts02_05-tabs li {
    width: 32%;
    height: 46px;
    font-size: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #cts02_05 .cts02_05-tabs li span {
    font-size: 16px;
  }
  #cts02_05 .cts02_05-tabs li span small {
    font-size: 12px;
  }
  #cts02_05 .cts02_05-tabs li a {
    line-height: 1.2;
  }
  #cts02_05 .cts02_05-wrapinner {
    width: auto;
    padding: 20px 10px;
  }
  #cts02_05 .cts02_05-inner .p-ttl {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1.3;
  }
  #cts02_05 .cts02_05-inner p {
    font-size: 13px;
    line-height: 1.6;
  }
  #cts02_05 .p-subbox .p-subbox_ttl {
    width: 200px;
    font-size: 15px;
    height: 40px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #cts02_05 .p-subbox .p-subbox_list {
    padding: 15px 10px 10px;
  }
  #tab2-body .p-subbox .p-subbox_list {
    padding-bottom: 48px;
  }
  #tab3-volume .p-subbox .p-subbox_list {
    padding-bottom: 86px;
  }
  #cts02_05 .p-subbox .p-subbox_list li {
    font-size: 14px;
    padding: 6px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #cts02_05 .p-subbox {
    margin: 20px 0 0;
  }
  #cts02_05 #tab1-face {
    background: url(../images/cts02_05_face_sp.png) no-repeat left top;
    background-size: 37% auto;
  }
  #cts02_05 #tab2-body {
    background: url(../images/cts02_05_body_sp.png) no-repeat left top;
    background-size: 37% auto;
  }
  #cts02_05 #tab3-volume {
    background: url(../images/cts02_05_volume_sp.png) no-repeat left top;
    background-size: 37% auto;
  }
  #cts02_05 .pttl-txt {
    width: 61%;
    margin-left: 39%;
  }
  .cts02_05-ad {
    max-width: 450px;
    margin: 20px auto 0;
  }

  #cts06 .carousel-container {
    padding: 15px 10px 23px;
  }
  #cts06 .carousel__track .carousel__slide {
    border: 0 !important;
  }
  .carousel__control--backward {
    left: -5px;
  }
  .carousel__control--forward {
    right: -5px;
  }

  .saigo {
    margin-bottom: 0;
  }

  /* f_clinic
  --------------------------------------------*/
  .f_clinic {
    padding: 30px 15px 40px;
  }
  .p_clinic__top_ttl {
    font-size: 24px;
    padding: 0 22px;
    margin-bottom: 20px;
  }
  .p_clinic__top_ttl:before {
    background-image: url(../images/icon-bracket-sp.svg);
    width: 10px;
    height: 23px;
  }
  .p_clinic__top_ttl:after {
    background-image: url(../images/icon-bracket-sp.svg);
    width: 10px;
    height: 23px;
  }
  .p_clinic__left {
    width: 100%;
    padding: 20px 5px 76px 10px;
    background: #f1f0eb;
    min-height: 0;
    margin-top: -10px;
  }
  .p_clinic__left:before {
    display: none;
  }
  .p_clinic__subttl {
    font-size: 24px;
  }
  .p_clinic__add li {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
  }
  .p_clinic__add li span {
    min-width: 80px;
    height: 44px;
    text-align: center;
    font-size: 15px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .p_clinic__right {
    text-align: center;
    width: calc(100% + 30px);
    margin-left: -15px;
    position: static;
  }
  .p_clinic__rightimg {
    box-shadow: none;
  }
  .p_clinic__map-route {
    text-align: center;
    margin-top: -56px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .p_clinic__map-route .item {
    margin-right: 0;
    width: calc(50% - 6px);
  }
  .p_clinic__map-btn {
    margin: 5px 0 0;
  }
  .p_clinic__media-btn {
    width: 24px;
    height: 24px;
    bottom: 5px;
    right: 5px;
  }
  .p_clinic__media-btn img {
    vertical-align: top;
  }
  .p_clinic__pop-up-close {
    width: 20px;
  }
  .p_clinic__btn {
    padding: 0.74em 2.5em;
  }
  .p_clinic__btn:before {
    right: 8px;
  }

  .p_fbtns {
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 30%);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 30%);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 30%);
    background-color: #faa0b4;
    bottom: 0;
    left: 0;
    padding: 5px;
    position: sticky;
    right: 0;
    z-index: 99;
  }
  .p_fbtns__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .p_fbtns__list li {
    width: calc((100% / 2) - 2.5px);
  }
}

/* iPhoneXR
------------------------------------------------------------*/
@media only screen and (max-width: 414px) {
  #cts04 #cts04_04 ul li {
    padding-top: 60px;
  }
  #cts04 #cts04_04 ul li h5 {
    margin-bottom: 5px;
  }
  #cts04 #cts04_04 ul li p {
    line-height: 170%;
  }

  .table_upper table.priceTable td {
    padding: 5px 5px;
  }
  .table_upper table.priceTable td:first-child {
    padding: 16px 5px;
  }
  .table_upper table.priceTable .td01 {
    padding: 15px 5px;
  }
}

/* iPhone6/7/8
------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
  /*#cts02 #cts02_02{ min-height:400px; }*/
  #cts04 #cts04_03 {
    padding-top: 40px; /*min-height:350px;*/
  }
  #cts04 #cts04_04 ul li {
    padding-top: 50px;
  }
  #cts04 #cts04_04 ul li h5 {
    margin-bottom: 8px;
  }
  #cts04 #cts04_04 ul li p {
    line-height: 160%;
  }
}

@media only screen and (max-width: 374px) {
  .caseWrap .cts06b_slide {
    width: 250px !important;
  }
}

/* iPhoneSE
------------------------------------------------------------*/
@media only screen and (max-width: 320px) {
  .seNone {
    display: none;
  }

  #kv_lp .lp_topcopy01 {
    margin-bottom: 10px;
  }
  #kv_lp #lp_topcopy {
    margin-bottom: 10px;
  }

  /* #cts01 h3,#cts02 h3,#cts03 h3,#cts04 h3,#cts05 h3{ padding-top:10px; font-size:15px; margin-bottom:10px; }
	#cts01 ul li.li03{ margin-bottom:0; }
	#cts01{ padding-bottom:10px; }
	#cts01 ul li h4{ min-height:auto; }
	#cts01 ul li h4 div{ padding-top:40px; padding-bottom:10px; } */

  #cts02 #cts02_01 li {
    font-size: 13px;
  }
  /*#cts02 #cts02_02{ padding-top:50px; font-size:12px; margin-bottom:10px; min-height:285px; }
	#cts02 #cts02_02 h4{ font-size:15px; margin-bottom:10px; }
	#cts02 #cts02_02 p{ font-size:12px; width:80%; line-height: 200%; letter-spacing:0.1em; }*/
  #cts02 #cts02_03 h4 {
    margin-bottom: 15px;
  }
  #cts02 #cts02_04 {
    height: 400px;
  }
  #cts02 #cts02_04 h4 {
    font-size: 14px;
  }
  #cts02 #cts02_04 p {
    font-size: 12px;
  }
  #cts02 #cts02_04 .waku {
    top: 250px;
  }

  #cts03 .waku02 .kagi {
    font-size: 13px;
  }

  #cts03 {
    padding-top: 50px;
  }
  #cts04 {
    padding-top: 40px;
  }
  #cts05 {
    padding-top: 50px;
  }

  #cts04 {
    padding-bottom: 0;
  }
  #cts04 #cts04_01 h4,
  #cts04 #cts04_02 h4 {
    padding-bottom: 5px;
  }
  #cts04 #cts04_01 img,
  #cts04 #cts04_02 img {
    margin-bottom: 10px;
  }
  /*#cts04 #cts04_03{ min-height:290px; margin-top:0; padding-top:40px; }*/
  #cts04 #cts04_03 h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
  #cts04 #cts04_03 p {
    font-size: 12px;
  }
  #cts04 #cts04_03 h4 span {
    font-size: 10px;
  }
  #cts04 #cts04_04 ul li {
    padding-top: 45px;
    min-height: 170px;
  }
  #cts04 #cts04_04 ul li h5 {
    font-size: 13px;
    margin-bottom: 0;
  }
  #cts04 #cts04_04 ul li p {
    font-size: 10px;
    line-height: 170%;
  }

  #cts05 {
    padding-bottom: 0;
  }
  #cts05 h3 span {
    font-size: 12px;
  }
  #cts05 h3 div {
    padding-top: 5px;
  }
  #cts05 #cts05_00 {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
  #cts05 #cts05_00 ul li {
    font-size: 12px;
    line-height: 22px;
  }
  #cts05 #cts05_00 ul li p {
    font-size: 12px;
    line-height: 22px !important;
  }

  #cts05 .cts05_01_main h4 {
    font-size: 16px;
  }
  #cts05 #cts05_01 .inner {
    margin-bottom: 30px;
  }
  #cts05 #cts05_04 .inner {
    padding-top: 10px;
  }
  #cts05 #cts05_04 .lastm_box {
    padding: 20px 20px 20px 10px;
  }
  #cts05 #cts05_04 .last_img {
    position: absolute;
    top: 66px;
    right: 5px;
    width: 33%;
  }
  #cts05 #cts05_04 .lastm_box h5 {
    padding-bottom: 10px;
  }
  table.priceTable th,
  table.priceTable td {
    font-size: 12px;
  }
  table.priceTable .prTxt {
    font-size: 18px;
  }
  #cts06 h5 {
    font-size: 14px;
    margin: 5px 0;
  }

  .cta_box {
    padding-top: 15px;
  }

  #contactNum_box .cnb_l {
    font-size: 14px;
  }
  #contactNum_box .cnb_title {
    font-size: 1.2em;
  }
  #contactNum_box .cnb_hours,
  #contactNum_box .cnb_closed {
    display: block;
    margin-top: 3px;
    margin-right: 0;
  }
  #contactNum_box .comment:before,
  #contactNum_box .comment:after {
    font-size: 11px;
    letter-spacing: 0;
    vertical-align: 1px;
  }

  .saigo {
    margin-bottom: 60px;
  }
}

p.intax {
  font-size: 0.8em;
}
p.intax {
  font-size: 0.8em;
}
p.intax02 {
  font-size: 0.6em;
  text-align: center;
}
