@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 2rem;
  line-height: 2;
  margin: 0 auto;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-width: 1200px;
  overflow: inherit !important;
}

@media only screen and (max-width: 767px) {
  body {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.92;
    min-width: inherit;
  }
  body a {
    word-break: break-all;
  }
}

/*-------------------------
  innerWrap
-------------------------*/
.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 350px) {
  .innerWrap {
    padding: 0 15px;
  }
}

.w1200 {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .w1200 {
    max-width: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  container
-------------------------*/
#container {
  /*position:relative;*/
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition-duration: 0.25s;
}

.ro:hover {
  opacity: .8;
  transition-duration: 0.25s;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.bold, strong {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
.hd01 {
  text-align: center;
  line-height: 1.3;
}

.hd01 span {
  display: block;
}

.hd01 .in {
  display: inline-block;
  background: #fff;
  padding: 0 9px;
}

.hd01 .en {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: normal;
  font-size: 2.5rem;
  font-weight: bold;
  background: url(../img/ttl_line_b.png) no-repeat center bottom;
  background-size: auto 4px;
  padding-bottom: 13px;
  margin-bottom: 14px;
}

.hd01 .ja {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .hd01 .en {
    font-size: 2rem;
    padding-bottom: 9px;
    margin-bottom: 8px;
  }
}

/*-------------------------
  btn
-------------------------*/
/*-------------------------
  line
-------------------------*/
span.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EEFF00));
  background: linear-gradient(transparent 60%, #EEFF00 60%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■container
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#menu_address {
  font-size: 1.5rem;
}

#menu_address li {
  margin-bottom: 21px;
}

#menu_address .hd {
  background: no-repeat 4px top;
  padding-left: 31px;
  margin-bottom: 5px;
}

#menu_address .btn, #menu_address .fax {
  padding-left: 34px;
}

#menu_address .btn a {
  background: #fff;
  display: inline-block;
  line-height: 1;
  padding: 12px 50px 11px;
  font-size: 2rem;
  letter-spacing: 0.011em;
  color: #00B1FF;
  border-radius: 3px;
}

#menu_address .address {
  background-image: url(../img/ico_map.png);
  background-size: auto 22px;
}

#menu_address .tel {
  background-image: url(../img/ico_tel.png);
  background-size: auto 23px;
  font-weight: bold;
  letter-spacing: 0.015em;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  #menu_address .btn a {
    font-size: 1.8rem;
    padding: 10px 65px;
  }
  #menu_address .tel {
    font-size: 2.5rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 7px;
}

#header .w1200 {
  z-index: 1;
}

#header:before, #header:after {
  content: "";
  display: block;
  position: absolute;
}

#header:after {
  width: 100%;
  height: 494px;
  background: url(../img/h2_bg.png) no-repeat center top;
  top: 0;
  left: 0;
}

#header:before {
  border-radius: 50%;
}

#header:before {
  width: 120px;
  height: 120px;
  background: #8DD4EF;
  top: -45px;
  left: 50%;
  margin-left: -110px;
  -webkit-animation: bubble01 4s ease-in-out 0s infinite;
  animation: bubble01 4s ease-in-out 0s infinite;
}

@-webkit-keyframes bubble01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@keyframes bubble01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

#header h1 {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
}

#header .logo {
  line-height: 1;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 7px 0 0 9px;
  }
  #header:after {
    height: 218px;
    background-size: auto 218px;
    background-position: left -105px top;
  }
  #header:before {
    width: 50px;
    height: 50px;
    top: -20px;
    left: 283px;
    margin-left: 0;
  }
  #header h1 {
    display: none;
  }
  #header .logo {
    margin-top: 0;
  }
  #header .logo img {
    width: 222px;
    height: auto;
  }
}

@media only screen and (max-width: 350px) {
  #header {
    padding-left: 5px;
  }
  #header .logo img {
    width: 196px;
  }
}

.fb_btn {
  position: fixed;
  top: 8px;
  right: 80px;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .fb_btn {
    top: 12px;
    right: 72px;
  }
}

@media only screen and (max-width: 350px) {
  .fb_btn .fb_btn {
    right: 60px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  background: #000;
  padding: 12px 15px 10px;
  width: 61px;
  height: 61px;
  position: relative;
}

#spMenuBtn .spMenuBtn_bar, #spMenuBtn .spMenuBtn_txt {
  width: 40px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  transition: all 0.2s liner;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn:after {
  content: "MENU";
  line-height: 1;
  font-size: 1.0rem;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: normal;
  display: block;
  margin-top: 9px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  #spMenuBtn {
    padding: 11px 14px 10px;
    width: 51px;
    height: 51px;
  }
  #spMenuBtn:after {
    font-size: 0.8rem;
    margin-top: 7px;
    margin-left: -2px;
  }
}

#spMenuBtn .spMenuBtn_bar {
  width: 30px;
  height: 20px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  background-color: #fff;
}

#spMenuBtn.open:after {
  content: none;
}

#spMenuBtn.open .spMenuBtn_bar {
  width: 34px;
  height: 34px;
}

@media only screen and (max-width: 767px) {
  #spMenuBtn .spMenuBtn_bar {
    width: 24px;
    height: 18px;
  }
  #spMenuBtn.open .spMenuBtn_bar {
    width: 28px;
    height: 28px;
  }
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  position: fixedpagetop;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9990;
  /*template*/
}

#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  transition: all 0.25s ease-in-out;
  /*template*/
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#12e8f9+0,0492dc+100 */
  background: #12e8f9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #12e8f9 0%, #0492dc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #12e8f9 0%, #0492dc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #12e8f9 0%, #0492dc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12e8f9', endColorstr='#0492dc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  top: 0;
  /*transform: translate3d(100%, 0, 0);  右からイン */
  padding: 10px 9px;
}

#spMenu.open {
  opacity: 1;
  /*-webkit-transform:translate3d(0%, 0, 0);
        -ms-transform:translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);*/
  z-index: 10000;
}

#spMenu .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

#spMenu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#spMenu .inner {
  width: 320px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  letter-spacing: 0.015em;
}

#spMenu .mainMenu {
  margin-bottom: 12px;
}

#spMenu .mainMenu li {
  margin-bottom: 8px;
}

#spMenu .mainMenu li a {
  display: inline-block;
  background: url(../img/ico_arrow01.png) no-repeat left 13px;
  background-size: 20px auto;
  padding-left: 28px;
}

#spMenu .fb {
  margin-bottom: 25px;
}

#spMenu .fb a {
  display: inline-block;
  background: url(../img/btn_fb.png) no-repeat left center;
  background-size: 34px auto;
  padding-left: 50px;
}

#spMenu .close {
  margin-bottom: 34px;
}

#spMenu .close span {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.011em;
  background: #fff;
  border-radius: 3px;
  color: #00B1FF;
  padding: 4px 55px;
  background: #fff;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #spMenu {
    font-size: 2rem;
    padding: 0 10px 0;
  }
  #spMenu .wrap {
    display: block;
    height: auto;
  }
  #spMenu .inner {
    padding: 65px 0 10px;
    height: 100%;
  }
  #spMenu #menu_address .btn a {
    font-size: 1.5rem;
  }
  #spMenu #menu_address .tel {
    background-position: 4px 3px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  margin-top: 60px;
  padding: 100px 0 20px;
  /*@include gradient;*/
  position: relative;
  /*#sineCanvas{
        width: 100vw !important;
        height: 300px;
        position: absolute;
        top: -250px;
        left: 0;
        z-index: 5;
    }*/
}

#footer svg {
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#footer #wave {
  fill: url("#gradient1");
}

#footer .innerWrap {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 10px;
}

#footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .top .box01 {
  width: 380px;
}

#footer .top .box01 .logo {
  line-height: 1;
  margin-bottom: 22px;
}

#footer .top .box01 #menu_address .tel span {
  font-size: 1.3rem;
  display: block;
  margin-top: 5px;
}

#footer .top .box02 {
  width: 240px;
}

#footer .top .box02 dt {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

#footer .top .box02 dd {
  padding-left: 17px;
  font-size: 1.5rem;
  letter-spacing: 0.015em;
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
#footer .top .box02 dd {

  font-size: 1.4rem;

}
}

#footer .top .box02 dd a {
  display: inline-block;
  background: url(../img/ico_arrow01.png) no-repeat left center;
  background-size: 20px auto;
  padding-left: 25px;
}

#footer .top .box03 {
  width: calc(100% - 555px);
}

#footer .top .box03 .ttl {
  font-weight: bold;
  color: #FFFF00;
  position: relative;
  line-height: 1;
  margin-bottom: 12px;
}

#footer .top .box03 .ttl:after {
  content: "";
  display: block;
  width: 372px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

#footer .top .box03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

#footer .top .box03 ul li {
  width: 50%;
  margin-bottom: 15px;
  font-size: 1.7rem;
  line-height: 1.53;
}
#footer .top .box03 ul li .txt {
  font-size: 1.6rem;
}

#footer .top .box03 ul li.long {
  width: 100%;
}

#footer .top .box03 ul li .sub_ttl {
  line-height: 1;
  margin-bottom: 8px;
}

#footer .top .box03 ul li .sub_ttl span {
  display: inline-block;
  background: #fff;
  color: #00B1FF;
  padding: 5px;
  text-align: center;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 35px;
    padding: 75px 0 10px;
  }
  #footer .top {
    text-align: center;
    display: block;
  }
  #footer .top .box01 {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
  #footer .top .box01 .logo {
    margin-bottom: 20px;
  }
  #footer .top .box01 .logo img {
    width: auto;
    height: 44px;
  }
  #footer .top .box01 #menu_address {
    text-align: left;
  }
  #footer .top .box02 {
    width: 100%;
    text-align: left;
    padding-bottom: 25px;
    overflow: hidden;
  }
  #footer .top .box02 dt {
    font-size: 2rem;
    position: relative;
  }
  #footer .top .box02 dt:after {
    content: "";
    display: block;
    width: calc(100% - 9em);
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
  }
  #footer .top .box02 dd {
    float: left;
    padding-left: 7px;
    width: 180px;
  }
  #footer .top .box02 dd:nth-of-type(2n) {
    width: calc(100% - 180px);
  }
  #footer .top .box03 {
    width: 100%;
    text-align: left;
    clear: both;
  }
  #footer .top .box03 .ttl {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  #footer .top .box03 .ttl:after {
    width: calc(100% - 8em);
  }
  #footer .top .box03 ul {
    display: block;
  }
  #footer .top .box03 ul li {
    width: 100%;
  }
}

#footer .bnr {
  padding: 78px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .bnr li {
  padding: 0 12px;
}

#footer .copyright {
  text-align: center;
  font-size: 1.0rem;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #footer .bnr {
    padding: 25px 0 17px;
    display: block;
    font-size: 0;
    line-height: 1;
    text-align: center;
    letter-spacing: .4em;
    margin: 0 -5px;
  }
  #footer .bnr li {
    margin-bottom: 13px;
    display: inline-block;
    padding: 0 5px;
    width: 50%;
  }
  #footer .bnr li img {
    width: 159px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  #footer .bnr li:nth-of-type(1) {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■PAGE TOP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pagetop {
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: -40px;
  z-index: 10;
  cursor: pointer;
  transition-duration: 0.25s;
}

#pagetop.scrolltop {
  opacity: 1;
  bottom: 15px;
  transition-duration: 0.25s;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: -35px;
  }
  #pagetop img {
    width: 35px;
    height: auto;
  }
  #pagetop.scrolltop {
    bottom: 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.contents {
  position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■hd_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#hd_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 43px;
  min-height: 300px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}

#hd_area:before, #hd_area:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#hd_area:before {
  width: 24px;
  height: 24px;
  background: #0CC4ED;
  top: 145px;
  left: 406px;
  -webkit-animation: bubble02 2.5s ease-in-out 2s infinite;
  animation: bubble02 2.5s ease-in-out 2s infinite;
}

@-webkit-keyframes bubble02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@keyframes bubble02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

#hd_area:after {
  width: 74px;
  height: 74px;
  background: #08ADE5;
  top: 156px;
  left: 330px;
  -webkit-animation: bubble03 3.3s ease-in-out 1.5s infinite;
  animation: bubble03 3.3s ease-in-out 1.5s infinite;
}

@-webkit-keyframes bubble03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

@keyframes bubble03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

#hd_area .h2_area {
  width: calc(100% - 640px);
  color: #fff;
}

#hd_area .h2_area h2 {
  font-size: 3.3rem;
  background: url(../img/ttl_line_y.png) no-repeat left bottom;
  background-size: auto 5px;
  line-height: 1.4;
  padding-bottom: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

#hd_area .h2_area p {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: normal;
  font-weight: bold;
}

#hd_area .h2p {
  width: 620px;
}

@media only screen and (max-width: 767px) {
  #hd_area {
    display: block;
    padding-top: 12px;
    min-height: inherit;
    padding-bottom: 35px;
  }
  #hd_area:before {
    width: 10px;
    height: 10px;
    top: 48px;
    left: 263px;
  }
  #hd_area:after {
    width: 32px;
    height: 32px;
    top: 59px;
    left: 230px;
  }
  #hd_area .h2_area {
    width: 100%;
    min-height: 110px;
  }
  #hd_area .h2_area h2 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 2px;
    font-weight: bold;
  }
  #hd_area .h2_area p {
    font-size: 1.2rem;
  }
  #hd_area .h2p {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  
-------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  padding: 5px 10px;
  box-shadow: none !important;
}

select {
  padding: 0 10px;
}

label span:before {
  border-color: #09ADE5;
}

label {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

label input[type="radio"] + span:after,
label input[type="radio"] + input + span:after {
  background-color: #09ADE5;
}

label input[type="checkbox"] + span:after,
label input[type="checkbox"] + input + span:after {
  border-bottom-color: #f00;
  border-right-color: #f00;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="number"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form textarea {
  height: 120px;
  resize: both;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form label span:before {
  border-color: #6e6e6e;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  background-color: #6e6e6e;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  border-color: #6e6e6e;
}

@media only screen and (max-width: 767px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form input[type="number"],
  .form select,
  .form textarea {
    padding: 5px 0;
  }
  .form label input[type="radio"]:checked + span:before,
  .form label input[type="radio"]:checked + input + span:before {
    background-color: #6e6e6e;
  }
  .form .custombtn label span {
    height: 34px;
    padding: 0 10px;
  }
  .form .custombtn label input[type="radio"]:checked + span,
  .form .custombtn label input[type="radio"]:checked + input + span,
  .form .custombtn label input[type="checkbox"]:checked + input + span,
  .form .custombtn label input[type="checkbox"]:checked + span {
    color: #fff;
  }
  .form .custombtn label input[type="checkbox"]:checked + input + span:before,
  .form .custombtn label input[type="checkbox"]:checked + span:before {
    background-color: #6e6e6e;
  }
}

.mfp_buttons {
  font-size: 0;
  line-height: 0;
}

.mfp_buttons button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41px;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1.0;
  letter-spacing: 0.066em;
  text-shadow: none;
  transition-duration: 0.25s;
  margin: 5px auto;
}

.mfp_buttons button:hover {
  letter-spacing: 0.1em;
  box-shadow: none;
  transition-duration: 0.25s;
}

.mfp_buttons button#mfp_button_send {
  max-width: 200px;
  background: #333333;
  color: #fff;
  font-size: 1.6rem;
}

.mfp_buttons button#mfp_button_send:hover {
  background: #5b5b5b;
}

.mfp_buttons button#mfp_button_cancel {
  max-width: 130px;
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #333333;
  font-size: 1.2rem;
}

.mfp_buttons button#mfp_button_cancel:hover {
  background: whitesmoke;
}

table#mfp_confirm_table tr th {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  table#mfp_confirm_table {
    display: block;
    width: 100%;
  }
  table#mfp_confirm_table tbody {
    display: block;
    width: 100%;
  }
  table#mfp_confirm_table tr {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    display: block;
    width: 100% !important;
    padding: 5px 10px !important;
    white-space: normal;
  }
  table#mfp_confirm_table tr th {
    font-size: 1.6rem !important;
    background-color: #f6f7f9 !important;
  }
  table#mfp_confirm_table tr td {
    font-size: 1.4rem !important;
    background-color: #fff !important;
    padding: 11px 10px 10px !important;
  }
  .mfp_buttons button#mfp_button_send {
    width: 50%;
    height: 44px;
    font-size: 1.2rem;
  }
  .mfp_buttons button#mfp_button_cancel {
    width: 42%;
    font-size: 1.0rem;
  }
}

.page_form .read_txt {
  margin-bottom: 40px;
}
.page_form .formlink {
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.page_form .formlink a {
  background: #09ADE5;
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 25px 15px;
  border-radius: 10px;
  font-size: 2rem;
  line-height: 1;
  
  display: inline-block;
  transition: 0.3s;
}
.page_form .formlink a:hover {
  opacity: 0.7;
}

.page_form .attention {
  padding-top: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 26px;
  color: #FF567E;
}
.page_form .campaign {
	padding-top: 0;
/*	padding: 20px 0;*/
/*	background-color: #09ADE5;*/
/*	color: #fff;*/
	border-radius: 10px;
  position: relative;
}
.page_form .campaign span {
  font-size: 0.9em;
}
.page_form .campaign::before,
.page_form .campaign::after {
  content: '';
  width: 3px;
  height: 90%;
  background-color: #FF567E;
  display: block;
  position: absolute;
  top: 4px;
}
.page_form .campaign::before {
  left: 22%;
  transform: rotate(-25deg);
}
.page_form .campaign::after {
  right: 22%;
  transform: rotate(25deg);
}

.page_form .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 93px;
}

.page_form .bnr li {
  width: 230px;
  margin-bottom: 20px;
}

.page_form .attention02 {
  padding-top: 0;
  color: #09ACE5;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .page_form .read_txt {
    margin-bottom: 40px;
    border: 6px solid #A8E1FF;
    padding: 20px;
  }
  .page_form .attention {
    padding-top: 0;
    font-size: 2rem;
    margin: 0 -20px 15px;
  }
  
  .page_form .campaign {
    padding: 10px 0;
    font-size: 1.7rem;
  }
  .page_form .campaign span {
    font-size: 0.9em;
  }
  .page_form .campaign::before,
  .page_form .campaign::after {
    content: '';
    width: 3px;
    height: 90%;
    background-color: #FF567E;
    display: block;
    position: absolute;
    top: 4px;
    
    
    height: 70%;
    top: 11px;
  }
  .page_form .campaign::before {
    left: 22%;
    transform: rotate(-25deg);
    
    left: 5%;
  }
  .page_form .campaign::after {
    right: 22%;
    transform: rotate(25deg);
    
    right: 5%;
  }
  .page_form .bnr {
    margin-bottom: 15px;
  }
  .page_form .bnr li {
    width: 48%;
  }
  .page_form .bnr li img {
    width: 100%;
    height: auto;
  }
  .page_form .attention02 {
    margin-bottom: 22px;
  }
}

#form_area {
  width: 458px;
  margin: 0 auto;
  /* IE */
  /* Edge */
}

#form_area input[type="text"],
#form_area input[type="tel"],
#form_area input[type="email"],
#form_area input[type="number"],
#form_area textarea,
#form_area select {
  padding: 5px 10px;
  border: 2px solid #09ADE5;
  height: 48px;
  font-size: 1.5rem;
}

#form_area textarea {
  width: 100% !important;
  height: 305px !important;
}

#form_area div.mfp_err {
  background-position: left 6px;
}

#form_area .ttl, #form_area p {
  font-size: 1.8rem;
}

#form_area .req {
  font-size: 1.5rem;
  color: #FF006F;
  margin-bottom: 27px;
}

#form_area li {
  margin-bottom: 30px;
}

#form_area .middle {
  width: 379px;
}

#form_area .short {
  width: 86px;
}

#form_area .day {
  width: 172px;
  margin-right: 27px;
}

#form_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#form_area .inner .datepicker {
  width: 200px;
}
#form_area .inner select {
  width: 80px;
  margin-left: 20px;
  margin-right: 5px;
  font-size: 1.6rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
#form_area .inner select+span {
  font-size: 1.6rem;
}


#form_area .check label {
  margin-right: 15px;
}

#form_area .people {
  flex-direction: column;
}

#form_area .people p {
  width: 100%;
  margin-bottom: 10px;
  line-height: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#form_area .people p span {
  width: 190px;
}

#form_area .people input {
  margin: 0 8px;
}
#form_area .notice p {
  font-size: 1.5rem;
  color: #FF006F;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
#form_area .notice p+p {
  margin-top: 10px;
}
#form_area .notice p::before {
  content: '※';
  position: absolute;
  left: 0;
}

#form_area .btn {
  margin-top: 55px;
}

#form_area button {
  background: #09ADE5;
  color: #fff;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 25px 15px;
  border-radius: 10px;
  font-size: 2rem;
  line-height: 1;
}

#form_area input::-webkit-input-placeholder {
  color: #C6C6C6;
  opacity: 1;
}

#form_area input::-moz-placeholder {
  color: #C6C6C6;
  opacity: 1;
}

#form_area input::-ms-input-placeholder {
  color: #C6C6C6;
  opacity: 1;
}

#form_area input::placeholder {
  color: #C6C6C6;
  opacity: 1;
}

#form_area input:-ms-input-placeholder {
  color: #C6C6C6;
  opacity: 1;
}

#form_area input::-ms-input-placeholder {
  color: #C6C6C6;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #form_area {
    width: 100%;
  }
  #form_area input[type="text"],
  #form_area input[type="tel"],
  #form_area input[type="email"],
  #form_area textarea {
    font-size: 1.2rem;
  }
  #form_area textarea {
    height: 200px !important;
  }
  #form_area .ttl, #form_area p {
    font-size: 1.2rem;
  }
  #form_area .ttl {
    margin-bottom: 3px;
  }
  #form_area .req {
    line-height: 1.33;
    margin-bottom: 20px;
  }
  #form_area li {
    margin-bottom: 40px;
  }
  #form_area .middle {
    width: 100%;
  }
  #form_area .short {
    width: 86px;
  }
  #form_area .day {
    width: 159px;
    margin-right: 20px;
  }
  #form_area .check label {
    margin-right: 18px;
  }
  #form_area .check label:last-of-type {
    margin-right: 0;
  }
  #form_area .people p {
/*    margin-right: 30px;*/
  }
  #form_area .people p:last-of-type {
    margin-right: 0;
  }
  #form_area .people p input {
    margin: 0 5px;
  }
  #form_area .btn {
    margin-top: 45px;
  }
  #form_area button {
    padding: 25px 15px;
  }
}

/*-------------------------
  page_form_thanks
-------------------------*/
.page_form_thanks .innerWrap {
  max-width: 820px;
}

.page_form_thanks h3 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #09ACE5;
}

@media only screen and (max-width: 767px) {
  .page_form_thanks h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■共通パーツなど
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
