@charset "UTF-8";
/* ****************************************************************** 

	--style.css--

	1. Style setting
		1-1. FontColor styles
		1-2. Headline styles

	2. Layout setting
		2-1. Base styles
		2-2. Header styles
		2-3. Navi styles
		2-4. Main styles
		2-5. Side styles
		2-6. Footer styles

****************************************************************** */

/*==================================================================
	1. Style setting
===================================================================*/

/* ------------------------------------------------------------------
	1-1. FontColor styles


/* ------------------------------------------------------------------
	1-2. Headline styles
-------------------------------------------------------------------*/


/*==================================================================
	2. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	2-1. Base styles
-------------------------------------------------------------------*/


/* ------------------------------------------------------------------
	2-2. Header styles
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");

/* update header, footer*/

#content {
  overflow: hidden;
  margin: 0 auto;
  padding: 97px 0 0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: 0;
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
}
body {
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", Meiryo, メイリオ, ＭＳゴシック, Helvetica, sans-serif;
  text-size-adjust: 100%;
  letter-spacing: 0.08em;
  text-rendering: optimizelegibility;
}
ul {
  list-style: none;
}
ul.normal li {
  list-style: disc;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.hide-text {
  overflow: hidden;
  position: absolute;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}
.hide-text,
hr {
  height: 1px;
  padding: 0;
}
a {
  background: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #1886b8;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.section {
  padding: 30px 0;
  background-color: #FFD1DD;
}

.inner {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}
iframe,
img {
  max-width: 100%;
}
.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 20px 0 35px 0;
  }
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover a:hover,
#header .header_inner .pc_menu li.btn .btn_txt,
#header .header_inner .pc_menu li.btn a,
.button_new {
  color: #f17091;
}

#header .header_inner .btn_header:hover img,
#header .header_inner .header_logo a:hover {
  opacity: 0.7;
}

#header {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  height: 97px;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 43px 0 hsla(0, 0%, 80%, 0.35);
  box-shadow: 0 0 43px 0 hsla(0, 0%, 80%, 0.35);
}
#header .header_inner {
  width: 100%;
  max-width: 915pt;
  height: 97px;
  margin: 0 auto;
  position: relative;
}
#header .header_inner .header_logo {
  display: block;
  width: 142px;
  height: 46px;
  overflow: hidden;
  margin-top: 26px;
  float: left;
  position: relative;
  z-index: 8;
}
#header .header_inner .header_logo a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/img/common/logo.png);
}
#header .header_inner .btn_header {
  display: block;
  width: 165px;
  position: absolute;
  z-index: 0;
  top: 25px;
  right: 85px;
}
#header .header_inner .btn_header.shop_header {
  width: 197px;
}
#header .header_inner .btn_header img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .header_inner .pc_menu {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: right;
  margin-top: 2pc;
  margin-right: 20px;
}
#header .header_inner .pc_menu li.btn:last-child {
  margin-right: 0;
  padding: 5px 35px 5px 15px;
}
#header .header_inner .pc_menu li .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 15px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
#header .header_inner .pc_menu li .txt:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .header_inner .pc_menu li .txt:hover:after {
  opacity: 1;
  visibility: visible;
}
#header .header_inner .pc_menu li.btn .txt:hover:after {
  opacity: 0;
}
#header .header_inner .pc_menu li .txt.btn_txt:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 2px solid #f17091;
  border-right: 2px solid #f17091;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover {
  top: 20px;
  left: -30px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover a:before {
  display: block;
  width: 5px;
  height: 1px;
  background-color: #f17091;
  position: absolute;
  left: 0;
  top: 50%;
}
#header .header_inner .pc_menu li .txt.btn_txt:hover:before {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#header .header_inner .pc_menu li .txt.btn_txt:hover .btn_txt_hover {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
#menu-trigger span:nth-of-type(2),
#menu-trigger-new span:nth-of-type(2) {
  top: 15px;
}
#menu-trigger span:nth-of-type(1),
#menu-trigger-new span:nth-of-type(1) {
  top: 0;
}
#header.active .header_inner {
  width: 100%;
  height: 5pc;
  margin: 0 auto;
  position: relative;
}
#header.active .header_inner .header_logo {
  display: block;
  width: 142px;
  height: 46px;
  overflow: hidden;
  margin-top: 26px;
  float: left;
  position: relative;
  z-index: 8;
}
#header.active .header_inner .header_logo a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#menu-trigger,
#menu-trigger-new {
  width: 42px;
  height: 35px;
  z-index: 8;
}
#menu-trigger span,
#menu-trigger-new span {
  background-color: #a6a6a6;
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  left: 0;
}
#menu-trigger-new,
#menu-trigger-new span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#menu-trigger-new {
  position: relative;
  float: right;
  margin-top: 23px;
  display: none !important;
}
#menu-trigger-new:after {
  content: "menu";
  position: absolute;
  left: 0;
  bottom: -26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0.11em;
}
#header.active #menu-trigger-new:after {
  color: #fff;
  content: "close";
}
#menu-trigger-new span:nth-of-type(3) {
  bottom: 0;
  width: 2pc;
}
#menu-trigger-new:hover span {
  width: 100%;
}
#header.active #menu-trigger-new span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
#header.active #menu-trigger-new span:nth-of-type(2) {
  opacity: 0;
}
#header.active #menu-trigger-new span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
#menu-trigger,
#menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#menu-trigger {
  position: absolute;
  top: 150px;
  right: 45px;
  display: block;
}
#menu-trigger:before {
  content: "";
  display: block;
  width: 75pt;
  height: 75pt;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#header.active #menu-trigger:before {
  opacity: 0.1;
}
#header.active #menu-trigger span:nth-of-type(2),
#nav_wrap {
  opacity: 0;
}
#menu-trigger:after {
  content: "menu";
  position: absolute;
  left: 0;
  bottom: -26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  letter-spacing: 0.11em;
}
#header.active #menu-trigger:after {
  color: #fff;
  content: "close";
}
#menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 2pc;
}
#menu-trigger:hover span {
  width: 100%;
}
#header.active #menu-trigger span {
  background-color: #fff;
  width: 100%;
}
#header.active #menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
#header.active #menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
#nav_wrap {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
#nav_wrap .nav_wrap_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 5pc 0;
  text-align: center;
}
#nav_wrap .nav_wrap_inner ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 4;
  width: 100%;
}
#nav_wrap:before,
#nav_wrap_new:before {
  background-size: 100% auto;
  content: "";
  z-index: -1;
}
#nav_wrap .nav_wrap_inner ul li {
  display: block;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
  padding: 10px;
}
#nav_wrap .nav_wrap_inner ul li a.txt,
#nav_wrap .nav_wrap_inner ul li.link a {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
#nav_wrap .nav_wrap_inner ul li.link {
  padding: 10px 0;
}
#nav_wrap .nav_wrap_inner ul li.link a {
  width: 214px;
  padding: 0 14px;
  margin-top: 40px;
}
#nav_wrap .nav_wrap_inner ul li.link a:hover {
  opacity: 0.4;
}
#nav_wrap:before,
#nav_wrap_new {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
#nav_wrap .nav_wrap_inner ul li a.txt:hover {
  opacity: 0.7;
}
#nav_wrap .nav_wrap_inner ul li a.txt.line2_pc {
  line-height: 1.6;
}
#nav_wrap:before {
  background-color: rgba(241, 112, 145, 0.9);
  display: block;
  height: 100vh;
  padding-bottom: 81pt;
}
#nav_wrap_new .nav_wrap_inner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: left;
}
#nav_wrap_new .nav_wrap_inner .header_link {
  display: inline-block;
  padding: 0 10px;
}
#nav_wrap_new .nav_wrap_inner .header_link dt {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  padding-left: 30px;
  color: #fff;
  position: relative;
  font-weight: 700;
}

#nav_wrap_new .nav_wrap_inner .header_link dt .cross {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#nav_wrap_new .nav_wrap_inner .header_link dd {
  padding-left: 30px;
}
#nav_wrap_new .nav_wrap_inner .header_link dd a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  font-weight: 700;
}
#nav_wrap_new .nav_wrap_inner .header_link dd a:hover {
  color: #f27e9c;
}
#nav_wrap_new:before {
  background-color: rgba(241, 112, 145, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  padding-bottom: 81pt;
}
#bcp .bcp_inner #bcp_close:after,
#bcp .bcp_inner #bcp_close:before,
#bcp .bcp_inner .bcp_link:before {
  content: "";
  position: absolute;
}
.footer_top {
  padding: 60px 0px 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #efb5c5;
}

.footer_top .footer_link {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.footer_top .footer_link li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_top .footer_link li:first-child {
  border-left: 2px solid #efb5c5;
  padding-left: 15px;
}
.button_new {
  width: 300px;
  height: 60px;
  border: 2px solid #FF678D;
  position: relative;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF678D;
  padding-right: 20px;
  transition: all .4s ease;
}

.button_new::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  right: 16px;
  margin-top: -8px;
  transition: all .2s ease;
  position: absolute;
  border-bottom: 2px solid #FF678D;
  border-right: 2px solid #FF678D;
  top: 50%;
  transform: rotate(-45deg);
}

.button_new:hover {
  background-color: #FF678D;
  color: #fff;
}

.button_new:hover::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 8px;
}

.footer_top .footer_link li .dl_link {
  width: 100%;
  max-width: 430px;
  padding-right: 15px;
  text-align: center;
}

.footer_top .footer_link li .dl_link dt {
  display: block;
  margin: 0 auto 30px;
}

.footer_top .footer_link li .dl_link dt img {
  width: 100%;
  max-width: 372px;
  margin: 0 auto;
}

.footer_top .footer_link li .dl_link dd {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_top .footer_link li .dl_link dd a {
  transition: 0.3s opacity;
  width: 50%;
}

.footer_top .footer_link li .dl_link dd a:first-child {
  margin-right: 10px;
}

.footer_top .footer_link li .dl_link dd a:hover {
  opacity:  0.7;
}
#footer .footer_inner .footer_link dt a {
  color: #FFF;
  transition: all 0.3s ease 0s;
}
.footer_top .footer_link li .dl_link dd a img {
  max-width: 100%;
  height: auto;
}

.footer_middle {
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.footer_middle p {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.footer_middle .phone {
  pointer-events: none;
}
#footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  text-align: left;
  background-color: #2d2a2a;
  color: #fff;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
#footer .footer_inner {
  margin: 0 auto;
  padding: 60px 10px 50px;
  width: 100%;
  max-width: 825pt;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer_inner .footer_link {
  max-width: 360px;
  display: inline-block;
  padding: 0 10px;
}
#footer .footer_inner .footer_link dt {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  padding-left: 30px;
  color: #fff;
  position: relative;
}
#footer .footer_inner .footer_link dt .cross {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#footer .footer_inner .footer_link dd {
  padding-left: 30px;
}
#footer .footer_inner .footer_link dd a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
}
#footer .footer_inner .footer_link dd a:hover {
  color: #f27e9c;
}
#footer .footer_copy {
  height: 60px;
  background-color: #000;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.content_wrap,
.content_wrap_inner {
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
}
#footer .footer_copy > small {
  font-size: 9pt;
  font-size: 1.2rem;
}
#footer .footer_copy > span.footer_offer {
  opacity: 0.8;
  font-size: 1.2rem;
  position: absolute;
  right: 10px;
  text-align: left;
  line-height: 1.4;
}
.footer_banner {
  position: fixed;
  bottom: -100%;
  right: calc((100% - 1160px) / 2);
  z-index: 10;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 40%);
  transition: bottom 0.5s;
}
.footer_banner.show {
  bottom: 0;
}
.footer_banner .link {
  width: 245px;
  height: 210px;
  display: block;
  background-color: rgba(87, 87, 87, .85);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  padding: 18px 15px 15px 15px;
  transition: opacity .3s;
}
.footer_banner .text {
  margin-bottom: 10px;
  line-height: 1.3;
}
.footer_banner .arrow {
  display: none;
}
.footer_banner .image {
  display: block;
  width: 100px;
  height: 100px;
}
.content_wrap {
  padding: 0;
}
.content_wrap_inner {
  padding: 0 10px;
  max-width: 825pt;
}
.scroll_down {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.scroll_down_txt {
  display: block;
  color: #fff;
  letter-spacing: 0.3em;
  margin-bottom: 13px;
}
.scroll_down .mouse {
  position: relative;
  width: 30px;
  height: 50px;
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50px;
}
.scroll_down .mouse,
.scroll_down .mouse:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.scroll_down .mouse:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: d 2s infinite;
  animation: d 2s infinite;
}
#bcp {
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 0 10px;
}
#bcp .bcp_inner {
  width: 100%;
  max-width: 810pt;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  padding: 30px 75px;
  position: relative;
}
#bcp .bcp_inner .bcp_link {
  display: block;
  color: #fff;
  position: relative;
}
#bcp .bcp_inner .bcp_link:before {
  display: block;
  width: 26px;
  height: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-image: url(../images/common/bcp.png);
  left: -45px;
  top: 0;
}
#bcp .bcp_inner a:hover {
  text-decoration: underline;
}
#bcp .bcp_inner #bcp_close {
  display: block;
  position: absolute;
  z-index: 4;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
#bcp .bcp_inner #bcp_close:before {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 11px;
}
#bcp .bcp_inner #bcp_close:after {
  display: block;
  width: 2px;
  height: 24px;
  background-color: #fff;
  left: 11px;
  top: 0;
}

#header.active {
  top: 0 !important;
}
#header .header_inner .pc_menu li .txt:after {
  opacity: 1;
  background: #f2587f;
  bottom: -26px;
}
.sec_dl.sec_dl_renew,
.sec_top04_renew {
  background-repeat: repeat;
  background-size: 375px 376px;
}
#header .header_inner .pc_menu li .txt:hover:after {
  bottom: -31px;
}
#header .header_inner .pc_menu li {
  padding: 0 20px !important;
}
#header .header_inner .pc_menu li .txt {
  letter-spacing: 0.01em;
  color: #555;
}
#header.active .header_inner .header_logo a {
  background-image: url(/img/common/logo.png);
}
#header {
  z-index: 10;
}
#header #menu-trigger-new span,
#header.active #menu-trigger-new span {
  background-color: #a6a6a6;
  width: 100%;
}
#header #menu-trigger-new:after {
  content: "";
  display: none;
}
#nav_wrap_new {
  height: auto;
  max-height: calc(100vh - 54px);
  z-index: 7;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  opacity: 0;
  top: 54px;
  width: 100%;
  width: 20pc;
  left: inherit;
  right: 0;
  border-radius: 0 0 0 10px;
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  transform: translateX(320px);
  background-color: rgba(241, 112, 145, 0.9);
}
.ps__rail-x,
.ps__rail-y {
  opacity: 1 !important;
  position: absolute;
}
#nav_wrap_new:before {
  content: none;
  display: none;
}
#nav_wrap_new .nav_wrap_inner {
  padding: 30px 20px;
}
#nav_wrap_new .menu_logo {
  width: 90pt;
  margin: 30px auto;
  font-size: 0;
}
#nav_wrap_new .menu_copy {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.active #nav_wrap_new {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#header .header_inner .pc_menu li.btn {
  border: 2px solid #f8f8f8;
  border-radius: 40px;
  background-color: #f8f8f8;
  padding: 5px 25px !important;
  margin: -5px 10px 0;
  height: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 10pc;
}
#header .header_inner .pc_menu li.btn:last-child span {
  color: #555 !important;
}
#header .header_inner .pc_menu li.btn .txt {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header .header_inner .pc_menu li.btn:hover {
  background-color: #fff;
}
#header .header_inner .pc_menu li.btn:hover .txt {
  color: #f17091;
}
#header .header_inner .pc_menu li.btn .txt:after {
  content: none;
  display: none;
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover {
  width: 180px;
  height: 60px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -5px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -10px;
  z-index: 4;
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover a {
  color: #555;
  font-weight: 700;
  padding-left: 0;
  position: relative;
  padding-right: 10px;
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover a:before {
  content: none;
}
#header .header_inner .pc_menu li .txt.btn_txt .btn_txt_hover a:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}
#header .header_inner .pc_menu li .txt.btn_txt:hover .btn_txt_hover {
  top: 20px;
}
#header .header_inner .pc_menu li.btn02 {
  border: 2px solid #f17091;
  border-radius: 40px;
  background-color: #f17091;
  padding: 5px 25px !important;
  margin: -5px 10px 0;
  height: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header .header_inner .pc_menu li.btn02 .txt {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#header .header_inner .pc_menu li.btn02:hover {
  background-color: #fff;
}
#header .header_inner .pc_menu li.btn02:hover .txt {
  color: #f17091;
}
#header .header_inner .pc_menu li.btn02 .txt:after {
  content: none;
  display: none;
}
@media screen and (min-width: 769px) {
  #nav_wrap_new {
    display: none !important;
  }
  #footer .footer_inner .footer_link dd,
  #nav_wrap_new .nav_wrap_inner .header_link dd {
    display: block !important;
  }
  #footer .footer_inner .footer_link dt a:hover {
    color: #F27E9C;
  }
}

@media screen and (max-width: 1024px) {
  #wrapper_bg_youtube {
    display: none;
  }
  #menu-trigger-new {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #content {
    padding: 56px 0 0;
  }
  #header .header_inner .pc_menu,
  #menu-trigger {
    display: none;
  }
  #header,
  #header .header_inner {
    height: 56px;
  }
  #header .header_inner .header_logo {
    width: 78px;
    height: 25px;
    margin-top: 1pc;
  }
  #header .header_inner .btn_header {
    width: 99px;
    top: 14px;
    right: 3pc;
  }
  #menu-trigger span:nth-of-type(2),
  #menu-trigger-new span:nth-of-type(2) {
    top: 8px;
  }
  #header .header_inner .btn_header.shop_header {
    width: 90pt;
  }
  #header.active .header_inner .header_logo {
    width: 78px;
    height: 25px;
    margin-top: 1pc;
  }
  #menu-trigger span:nth-of-type(3),
  #menu-trigger-new span:nth-of-type(3) {
    width: 19px;
  }
  #menu-trigger span,
  #menu-trigger-new span {
    height: 3px;
    border-radius: 3px;
  }
  #menu-trigger-new {
    display: block !important;
    width: 25px;
    height: 19px;
  }
  #menu-trigger-new:after {
    font-size: 9px;
    font-size: 0.9rem;
    bottom: -17px;
    letter-spacing: 0;
  }
  #header.active #menu-trigger-new span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #header.active #menu-trigger-new span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #menu-trigger:after {
    font-size: 9px;
    font-size: 0.9rem;
    bottom: -17px;
    letter-spacing: 0;
  }
  #header.active #menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #header.active #menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #nav_wrap {
    display: none !important;
  }
  #nav_wrap .nav_wrap_inner ul li {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #nav_wrap .nav_wrap_inner ul li.link a {
    width: 150px;
    margin-top: 20px;
  }
  #footer .footer_inner .footer_link dt .cross:before,
  #nav_wrap_new .nav_wrap_inner .header_link dt .cross:before {
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    content: "";
  }
  #nav_wrap .nav_wrap_inner ul li a.txt.line2 {
    line-height: 1.6;
  }
  #nav_wrap_new .nav_wrap_inner .header_link {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #fff;
    font-family: "Noto Sans JP", sans-serif;
  }
  #nav_wrap_new .nav_wrap_inner .header_link dt .cross {
    left: auto;
    right: 0;
    opacity: 1;
  }
  #nav_wrap_new .nav_wrap_inner .header_link dt .cross:before {
    display: block;
    height: 100%;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #nav_wrap_new .nav_wrap_inner .header_link dt {
    padding-left: 0;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
  }
  #nav_wrap_new .nav_wrap_inner .header_link dt.active .cross:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  #nav_wrap_new .nav_wrap_inner .header_link dd {
    display: none;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .footer_top {
    padding: 30px 0px 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #efb5c5;
  }

  .footer_top .footer_link {
    display: block;
  }

  .footer_top .footer_link li {
    width: 100%;
    padding-top: 20px;
  }

  .footer_top .footer_link li:first-child {
    border-left: none;
    border-bottom: 2px solid #efb5c5;
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .footer_top .footer_link li .dl_link dt {
    margin-bottom: 20px;
  }

  .footer_middle {
    margin-bottom: 20px;
  }

  .footer_middle .phone {
    pointer-events: inherit;
  }

  .button_new {
    font-size: 18px;
  }

  .button_new:after {
    width: 10px;
    height: 10px;
    right: 10px;
    margin-top: -5px;
    border-bottom: 2px solid #FF678D;
    border-right: 2px solid #FF678D;
  }
  #footer .footer_inner {
    display: block;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding: 0;
  }
  #footer .footer_inner .footer_link {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #fff;
  }
  #footer .footer_inner .footer_link dt .cross {
    left: auto;
    right: 0;
    opacity: 1;
  }
  #footer .footer_inner .footer_link dt .cross:before {
    display: block;
    height: 100%;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #footer .footer_inner .footer_link dt {
    padding-left: 0;
    height: 54px;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 700;
  }
  #footer .footer_inner .footer_link dt.active .cross:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  #footer .footer_inner .footer_link dd {
    display: none;
    padding-left: 0;
    padding-bottom: 30px;
  }
  #footer .footer_inner .footer_link dd a {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 20px;
    position: relative;
  }
  #footer .footer_inner .footer_link dd a:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #fff;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  #footer .footer_copy {
    margin: 30px 0 0;
  }
  #footer .footer_copy > small {
    font-size: 10px;
    font-size: 1rem;
  }
  #footer .footer_copy > span.footer_offer {
    right: 0;
    bottom: 80px;
    text-align: center;
    width: 100%;
  }
  
  #menu-trigger-new {
    margin-top: 18px;
  }
  #nav_wrap_new .nav_wrap_inner .header_link dt {
    font-size: 1pc;
    font-size: 1.6rem;
  }
  #nav_wrap_new .nav_wrap_inner .header_link dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #nav_wrap_new .nav_wrap_inner .header_link dd a {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
  }
  #nav_wrap_new .nav_wrap_inner .header_link dd a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: transparent;
    opacity: 1;
    position: absolute;
    left: inherit;
    right: 5px;
    top: 50%;
    margin-top: -3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

#header .header_inner {
  width: 1280px;
}

#header .header_inner .pc_menu {
  width: 1078px;
  margin-right: 0;
}

#header .header_inner .pc_menu li {
  padding: 0 30px;
}

#header .header_inner .pc_menu li.btn:last-child {
  margin-right: 0;
  padding: 5px 35px 5px 15px;
}

#header .header_inner .pc_menu li.btn:last-child span {
  color: #f17091;
}

#header .header_inner .pc_menu li.btn a {
  color: #f17091;
}

#header .header_inner .pc_menu li.btn .txt:hover::after {
  opacity: 0;
}
@media screen and (max-width: 1190px) {
  .footer_banner {
      right: 15px;
  }
}
@media screen and (max-width:768px) {
  #header .header_inner {
    width: 100%;
  }
  #footer {
    padding-bottom: 120px;
  }
  
  #footer .footer_inner .footer_link {
    max-width: 100%;
  }

  .footer_banner {
      right: 0;
      width: 100%;
  }

  .footer_banner .link {
    width: 100%;
    justify-content: center;
    flex-direction: row;
    height: auto;
    background-color: rgba(255, 103, 141, .85);
    padding: 15px 13px;
  }

  .footer_banner .text {
    margin-bottom: 0;
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
  }

  .footer_banner .arrow {
    display: flex;
    width: 30px;
    margin-right: 10px;
  }

  .footer_banner .image {
    width: 160px;
    font-size: 0;
    height: auto;
  }

  .iosStyle .androidSp {
    display: none;
  }

  .androidStyle .iosSp {
    display: none;
  }
}

/* #keyv */
#keyv {
  background-color: #FFD1DD;
  padding: 30px 0 55px;
}
.keyvInner {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
.keyvImg {
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  margin-top: -35px;  
}
.keyvImg img {
  max-width: 1020px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.keyvLogo {
  display: flex;
}
.keyvLogo img {
  width: 195px;
}
.keyvTxt {
  position: relative;
  width: calc(1030*100%/1280);
  max-width: 1030px;
  margin: -53px auto 0;
  line-height: 0;
  background-color: #FFD1DD;
  padding: 25px 20px 25px 0;
  z-index: 1;
}
.keyvTxt img {
  background-color: #FFD1DD;
}
.headline2 {
  background: #FFD1DD url(../img/img_bg_01.png) repeat-x 0 50%;
  text-align: center;
  margin-bottom: 60px;
  padding: 80px 20px 70px 20px;
  background-size: contain;
}
.headline2 img {
  max-width: 604px;
  position: relative;
  top: 12px;
}
.headline3 {
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 5px solid #232B59;
  text-align: center;
  color: #232B59;
}
@media screen and (max-width: 1024px) {
  .headline2 img {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .headline2 {
    margin-bottom: 30px;
    padding: 25px 20px 38px 20px;
  }
  .headline2 img {
      max-width: 370px;
  }
  .headline3 {
    border-width: 2px;
    font-size: 20px;
    padding-bottom: 11px;
    max-width: 300px;
    margin: 0 auto 25px;
  }
  #keyv {
    padding: 20px 0 45px;
  }
  .keyvLogo {
    width: 80px;
    margin-bottom: 15px;
  }

  .keyvImg {
    margin-top: 0;
  }

  .keyvImg img {
    max-width: 95%;
  }
}
.stepWrap {
  padding: 67px 15px 77px;
  background-color: #FFD1DD;
}
.stepLst {
  width: calc(984*100%/1280);
  max-width: 960px;
  margin: 0 auto;
}
.benWrap01 {
  padding: 0 15px 42px;
  background-color: #FFD1DD;
}
.benTtl {
  width: calc(505*100%/1280);
  max-width: 505px;
  margin: 0 auto 35px;
  line-height: 0;
}
.benImg {
  width: calc(1099*100%/1280);
  max-width: 1073px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.benImg02 {
  margin-top: calc(-70*100vw/1280);
  max-width: 1280px;
  margin: calc(-179*100vw/1280) auto 0;
  line-height: 0;
  max-height: 782px;
  overflow: hidden;
}
.bgArrow {
  position: relative;
  z-index: 1;
  margin-top: calc(-84*100vw/1280);
  line-height: 0;
}
.qrWrap {
  background: url(../img/bg_qr.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.qrImg {
  line-height: 0;
  width: calc(1008*100%/1280);
  max-width: 1008px;
  margin: 0 auto;
  padding-top: 45px;
}
.guideImg01 {
  line-height: 0;
  width: calc(950*100%/1280);
  max-width: 950px;
  margin: 0 auto 38px;
}
.guideImg02 {
  line-height: 0;
  width: calc(1072*100%/1280);
  max-width: 1072px;
  margin: 0 auto 70px;
}
.guideWrap {
  background-color: #FFD1DD;
}
.guideImg03 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/bg_guide03.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  height: calc(866*100vw/1280);
  margin-bottom: 74px;
}
.guideImg03 img {
  width: calc(1085*100%/1280);
  max-width: 1085px;
  margin: 17px 0 0 47px;
}
.guideBlock {
  padding: 95px 0;
}

.guideImg04 .ttl {
  text-align: center;
}
.guideImg04 .ttl img {
  width: calc(296*100vw/1280);
  max-width: 296px;
}
.guideImg04 .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(950*100vw/1280);
  background: url(../img/bg_guide04.svg) no-repeat 50% 50%;
  background-size: cover;
  margin-top: calc(-50*100vw/1280);
}
.guideImg04 .img img {
  width: calc(1062*100%/1280);
  max-width: 1062px;
  margin: 0 0 0 76px;
}


.regulationBlock {
  margin-bottom: 100px;
  padding: 0 30px;
}

.regulationBlock p {
  font-size: 22px;
  line-height: 1.6;
  position: relative;
  padding-left: 21px;
  margin-bottom: 9px;
  color: #000;
  font-weight: bold;
}

.regulationBlock p:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #FF678D;
  left: 0;
  top: 7px;
}

.btnBlock {
  text-align: center;
  margin-bottom: 50px;
}

.btnCommon {
  max-width: 800px;
  width: 100%;
  display: inline-block;
  transition: opacity 0.3s;
}

.btnCommon:hover {
  opacity: 0.7;
}
.imgFull img {
  display: block;
}

.imgFull01 {
  margin-bottom: 100px;
  margin-top: 75px;
  padding-top: 120px;
  padding-bottom: 70px;
  text-align: center;
}

.imgFull01 img {
  width: 100%;
  display: block;
  padding-left: 90px;
}
.imgFull03 {
  margin-bottom: 60px;
  padding-bottom: 100px;
  text-align: center;
  margin-top: 55px;
  padding-top: 130px;
}

.imgFull03 img {
  max-width: 1060px;
}

.imgStyle01 {
  text-align: center;
  margin-bottom: 70px;
}
.imgStyle01 img {
  max-width: 960px;
}
.blockRound {
  background: url(../img/bg_round.svg) no-repeat 50% 50%/ cover;
}
.blockRound.bgStyle {
  margin-top: calc(-120*100vw/1280);
}
.imgBtn {
  margin-bottom: 30px;
  text-align: center;
}

.imgBtn img {
  max-width: 505px;
}
.blockRectangle {
  background: url(../img/bg_qr.png) no-repeat 50% 50%/ cover;
  padding-top: 40px;
  margin-bottom: 90px;
  border-top: 5px solid #232B59;
  border-bottom: 5px solid #232B59;
}

.blockRectangle .imgFull02 {
  max-width: 1040px;
  text-align: center;
  overflow: hidden;
}

.blockRectangle .imgFull02 img {
  width: 100%;
  margin-bottom: -5px;
}
.imgText03 {
  max-width: 862px;
  width: 100%;
  margin: 0 auto 95px auto;
}
.imgText03 img {
  display: block;
  margin: 0 auto;
}
.blockCircle {
  position: relative;
  background-color: #FFF;
  overflow: hidden;
}

.blockCircle .imgFull {
  margin-bottom: -27px;
  margin-top: -25px;
  max-width: 1100px;
}

.blockCircle::before {
  position: absolute;
  background: url(../img/img_circle_arrow.svg) no-repeat 50% 0/ 100% auto;
  width: 100%;
  left: 0;
  top: -20px;
  bottom: 0;
  right: 0;
  content: '';
}
.ie .blockCircle::before {
  height: calc(182*100vw/1280);
  top: 0;
  left: 0;
  right: inherit;
  left: inherit;
}
.imgText01 {
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.imgText01 img {
  width: 100%;
  max-width: 1075px;
}
.imgText02 {
  margin-bottom: 49px;
  text-align: center;
}

.imgText02 img {
  max-width: 780px;
  width: 100%;
}
.imgText04 {
  margin-bottom: 55px;
  text-align: center;
}
.imgText04 img {
  max-width: 1035px;
  width: 100%;
}
.imgText05 {
  margin: 40px 0 84px;
  text-align: center;
}
.imgText05 img {
  max-width: 805px;
  width: 100%;
}

.imgText02.w900 {
  margin-bottom: 40px;
}

.imgText02.w900 img {
  max-width: 900px;
}
.imgText02.w950 img {
  max-width: 950px;
}
.arrowDown {
  text-align: center;
  margin-bottom: 58px;
}

.arrowDown.marginBot {
  margin-bottom: 35px;
}

.arrowDown img {
  width: 78px;
}

.imgStyle02 {
  margin-bottom: 60px;
  text-align: center;
}

.imgStyle02 img {
  max-width: 1075px;
}

.imgStyle03 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.imgStyle03 img {
  width: 100%;
  max-width: 940px;
}

.pcDisplay {
	display: block;
}

.spDisplay {
	display: none;
}

@media screen and (max-width:768px) {
	.pcDisplay {
		display: none;
	}

	.spDisplay {
		display: block;
	}
}
.ttlRound {
  position: relative;
  text-align: center;
  z-index: 1;
}
.ttlRound img {
  width: calc(296*100%/1280);
  max-width: 296px;
}
@media screen and (min-width: 1700px) {
  .blockCircle .imgFull {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1280px) {
  .blockRound.bgStyle {
    margin-top: -120px;
  }
}

@media screen and (max-width: 768px) {
  .regulationBlock {
    padding: 0;
    margin-bottom: 30px;
  }

  .regulationBlock p {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 12px;
    margin: 0 22px 3px;
  }

  .regulationBlock p:before {
    width: 10px;
    height: 10px;
    top: 4px;
  }

  .imgFull {
    padding-bottom: 20px;
    background-color: #FFF;
  }

  .imgFull01 {
    margin-bottom: 0;
    padding: 0;
    margin-top: 22px;
  }
  .imgFull01 img {
    padding-left: 0;
  }
  .imgFull03 {
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
  }

  .imgFull01.style01 {
    margin-bottom: -40px;
  }
  .blockRound {
    background: none;
  }
  .imgStyle01 {
    margin-bottom: 40px;
  }
  .imgStyle01 img {
    width: 80%;
  }
  .imgBtn {
    margin-bottom: 5px;
  }
  .imgBtn img {
    max-width: 250px;
  }
  .blockRectangle {
    padding-top: 20px;
    margin-bottom: 37px;
    border-top: 3px solid #232B59;
    border-bottom: 3px solid #232B59;
  }

  .blockRectangle .imgFull02 {
    width: 94%;
  }

  .blockRectangle .imgFull02 img {
    margin-bottom: -3px;
  }
  .imgText01 {
    margin-bottom: 28px;
  }

  .imgText01 img {
    max-width: 100%;
    width: 96%;
  }
  .imgText02 img {
    max-width: 100%;
    width: 83%;
  }
  .imgText02.w950 img {
    width: 94%;
  }

  .imgText02 {
    margin-bottom: 10px;
  }

  .imgText02.w900 {
    margin-bottom: 5px;
  }

  .imgText02.w900 img {
    max-width: 100%;
    width: 97%;
}
  .imgText03 {
    margin-bottom: 25px;
  }

  .imgText03 img {
    width: 93%;
  }
  .blockCircle {
    padding-top: 25vw;
    padding-bottom: 30px;
  }
  
  .blockCircle .imgFull {
    margin-bottom: 0;
    margin-top: auto;
    padding: 0;
  }

  .arrowDown.marginBot {
    margin-bottom: 20px;
  }
  .btnCommon {
    max-width: 300px;
  }
  .imgStyle02 {
    width: 96%;
    margin: 0 auto 40px auto;
  }
  .imgStyle03 {
    max-width: 100%;
  }
  .blockCircle::before {
    background-size: ;
  }
  .imgText04 img {
    width: 78%;
  }
  .arrowDown img {
    width: 35px;
  }
  .imgText04 {
    margin-bottom: 35px;
  }
  .imgText05 {
    margin: 3px auto 24px;
    width: 84%;
  }
  .blockRound.bgStyle {
    margin-bottom: -40px;
    margin-top: 0;
  }
  .ttlRound img {
    width: 36%;
  }
  .btnBlock {
    margin-bottom: 0;
  }
}