@charset "UTF-8";
/* style.scss */
/* reset Document */
/* --------------------------------------------------
    Reset.css
-------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixin.scss */
/* --------------------------------------------------
    breakpoint / レスポンシブ
-------------------------------------------------- */
/* --------------------------------------------------
    breakpoint / レスポンシブ
-------------------------------------------------- */
input::placeholder {
  color: #bdbdbd;
}
input:-ms-input-placeholder {
  color: #bdbdbd;
}
input::-ms-input-placeholder {
  color: #bdbdbd;
}

/* --------------------------------------------------
    各パーツ
-------------------------------------------------- */
/* --------------------------------------------------
    問い合わせ btn
-------------------------------------------------- */
/* --------------------------------------------------
    relative / absolute / fixed / static
-------------------------------------------------- */
/* color.scss */
/* --------------------------------------------------
    メインカラー / #00223a
-------------------------------------------------- */
/* --------------------------------------------------
    サブカラー / #55972c
-------------------------------------------------- */
/* --------------------------------------------------
    薄いメインカラー / #ffd6f4
-------------------------------------------------- */
/* --------------------------------------------------
    その他
-------------------------------------------------- */
/* --------------------------------------------------
    イエロー / yel #dccb18
-------------------------------------------------- */
/* --------------------------------------------------
    bg バックグラウンド色
-------------------------------------------------- */
body {
  background: #ffffff;
}

/* --------------------------------------------------
    c 文字色
-------------------------------------------------- */
body {
  color: #252525;
}

h1, h2, h3, h4 {
  color: #ff00bb;
}

p {
  color: #252525;
}

/* images.scss */
/* --------------------------------------------------
    ロゴ
-------------------------------------------------- */
.logo {
  background-image: url("../images/icon/logo.svg");
}

.logo-blk {
  background-image: url("../images/icon/logo-blk.svg");
}

.logo-wht {
  background-image: url("../images/icon/logo-wht.svg");
}

/* --------------------------------------------------
    アイコン
-------------------------------------------------- */
.icon-logo {
  background-image: url("../images/icon/logo.svg");
}

.icon-logo-wht {
  background-image: url("../images/icon/logo_wht.svg");
}

/* common.scss */
/* --------------------------------------------------
    全体
-------------------------------------------------- */
input {
  appearance: none;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  text-decoration-color: none;
  color: inherit;
}

body {
  position: relative;
  background: #ffd6f4;
  overflow-y: scroll;
  margin: 0px;
  text-align: center;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background-size: cover;
}

main {
  width: 100%;
  overflow: hidden;
}

.inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* --------------------------------------------------
    見出し
-------------------------------------------------- */
.top-margin {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .top-margin {
    height: 120px;
  }
}

#page-top {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 2000px;
  height: 46vh;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #page-top {
    height: 400px;
  }
}

.btm-margin {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .btm-margin {
    height: 100px;
  }
}

/* --------------------------------------------------
    scrolldown アニメーション
-------------------------------------------------- */
.scrolldown {
  position: absolute;
  top: 80vh;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .scrolldown {
    position: absolute;
    top: 80vh;
    left: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .scrolldown {
    position: absolute;
    top: 80vh;
    left: 50%;
  }
}
.scrolldown span {
  position: absolute;
  top: -25px;
  left: -20px;
  color: #ff00bb;
  font-weight: 500;
}
.scrolldown::after {
  position: absolute;
  top: 0;
  background: #ff00bb;
  content: "";
  width: 2px;
  height: 30px;
  animation: pathmove 1.4s ease-in-out infinite;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* --------------------------------------------------
    img アニメーション
-------------------------------------------------- */
.img_anime {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center; /* 縦方向中央（高さ指定が必要な場合）*/
}
.img_anime img {
  width: auto;
  margin: 0 auto;
  filter: none; /* 画像にはフィルタを適用しない */
}

.img_anime img {
  animation: Tilt 2s steps(1) infinite; /* 2秒周期でループ、瞬時に変化 */
  display: block;
}

@keyframes Tilt {
  0% {
    transform: rotate(0deg); /* 元の状態 */
  }
  25% {
    transform: rotate(20deg); /* 右に30度傾ける */
  }
  50% {
    transform: rotate(0deg); /* 元に戻る */
  }
  75% {
    transform: rotate(-20deg); /* 左に30度傾ける */
  }
  100% {
    transform: rotate(0deg); /* 元に戻る */
  }
}
.img_pro {
  height: 40vh;
}
@media screen and (min-width: 768px) {
  .img_pro {
    height: 50vh;
  }
}

.img_atsuko {
  height: 30vh;
}
@media screen and (min-width: 768px) {
  .img_atsuko {
    height: 40vh;
  }
}

/* --------------------------------------------------
    タブナビ
-------------------------------------------------- */
.tab_nav {
  margin-bottom: 50px;
}
.tab_nav:last-child {
  margin-bottom: 0;
}
.tab_nav ul {
  display: block;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .tab_nav ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
  }
}
.tab_nav ul li {
  width: 50%;
}
.tab_nav ul li a {
  color: #ff00bb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  text-decoration: none;
  padding: 8px 0 6px;
  line-height: 120%;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: solid 1px #000;
}
.tab_nav ul li a .p-sml {
  text-align: center;
  margin-bottom: 10px;
}
.tab_nav ul li a h4 {
  margin-bottom: 10px;
}
.tab_nav ul .on {
  background: #ff00bb;
}
.tab_nav ul .on a {
  color: #ffffff;
}

/* --------------------------------------------------
    ボ タ ン（ I n s t a g r a m ）
-------------------------------------------------- */
.instagram-button {
  text-align: center;
}
.instagram-button a {
  background: #ff00bb;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 60px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.instagram-button a:hover {
  transform: scale(1.3);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.instagram-button a i {
  line-height: 1;
}

/* --------------------------------------------------
    ボタン btn
-------------------------------------------------- */
.btn_blk {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.btn_blk a {
  color: #ffffff;
  background: #252525;
  display: inline-block;
  text-align: center;
  padding: 10px 40px;
}
.btn_blk a:hover {
  color: #ffffff;
  background: #fa8cdd;
}

.com_btn_line {
  text-align: center;
}
.com_btn_line a {
  color: #252525;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-bottom: solid 1px #000;
}

.buttons-coll {
  width: 50%;
  margin-bottom: 10px;
  margin-left: 30px;
  text-align: left;
}
.buttons-coll .custom-btn {
  position: relative;
  color: #ffffff;
  display: inline-block;
  min-width: 200px;
  border: 1px solid #00597d;
  transition: all 0.3s ease;
  padding: 10px 25px;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buttons-coll .custom-btn:before {
  position: absolute;
  top: 50%;
  left: -15%;
  background: #00597d;
  content: " ";
  width: 15%;
  height: 1px;
  transition: all 0.3s ease;
}
.buttons-coll .custom-btn:hover {
  background: #00597d;
  color: #dccb18;
  padding-left: 30px;
  padding-right: 20px;
}
.buttons-coll .custom-btn:hover:before {
  left: -10%;
}

/* --------------------------------------------------
    トップに戻る
-------------------------------------------------- */
#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 70px;
  display: none;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  display: inline-flex; /* コンテンツを中央揃え */
  justify-content: center;
  align-items: center;
  text-decoration: none; /* 下線を消す */
  border-radius: 50%; /* 完全な円形にする */
}

#page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fa8cdd;
  border-radius: 50%; /* 完全な円形にする */
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: -1;
}

/* --------------------------------------------------
    〜波 波〜 区切り
-------------------------------------------------- */
.scallop-down {
  margin-bottom: -2px;
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#ff00bb), color-stop(0.49, #ff00bb), color-stop(0.51, transparent), to(transparent));
  background-size: 49px 100%;
  -webkit-background-size: 49px 100%;
}

.scallop-up {
  margin-top: -2px;
  height: 100px;
  width: 100%;
  background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#ff00bb), color-stop(0.49, #ff00bb), color-stop(0.51, transparent), to(transparent));
  background-size: 49px 100%;
  -webkit-background-size: 49px 100%;
}

/* font.scss */
/* --------------------------------------------------
    font-family：游ゴシック
-------------------------------------------------- */
@font-face {
  font-family: "MyMPLUSRounded";
  font-weight: 100;
  src: local("M PLUS Rounded 1c Thin");
}
@font-face {
  font-family: "MyMPLUSRounded";
  font-weight: 300;
  src: local("M PLUS Rounded 1c Light");
}
@font-face {
  font-family: "MyMPLUSRounded";
  font-weight: 400;
  src: local("M PLUS Rounded 1c Regular");
}
@font-face {
  font-family: "MyMPLUSRounded";
  font-weight: 500;
  src: local("M PLUS Rounded 1c Medium");
}
@font-face {
  font-family: "MyMPLUSRounded";
  font-weight: 700;
  src: local("M PLUS Rounded 1c Bold");
}
@font-face {
  font-family: "MyMPLUSRounded";
  font-weight: 800;
  src: local("M PLUS Rounded 1c ExtraBold");
}
@font-face {
  font-family: "MyMPLUSRounded";
  font-weight: 900;
  src: local("M PLUS Rounded 1c Black");
}
body {
  font-family: MyMPLUSRounded, "M PLUS Rounded 1c", sans-serif;
}

/* --------------------------------------------------
    基本
-------------------------------------------------- */
html {
  font-size: 62.5%;
} /*16p*0.625 = 10px(=1rem)*/
body {
  font-size: 1.6rem;
  text-align: left;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 180%;
  }
}

/* --------------------------------------------------
    サイズ font-size
-------------------------------------------------- */
h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.8rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 8rem;
  }
}

h3 {
  font-size: 2.3rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.6rem;
  }
}

h4 {
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 2.3rem;
  }
}

h5 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 2.2rem;
  }
}

p {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 2.5rem;
  }
}

.p-sml {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-sml {
    font-size: 1.3rem;
  }
}

.p-mid {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-mid {
    font-size: 1.4rem;
  }
}

.p-big {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .p-big {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------
    太文字 font-size
-------------------------------------------------- */
.font_bold {
  font-weight: 600;
}

h1, h2, h3, h4, h5, .p-big {
  font-weight: 600;
}

p {
  font-weight: 500;
}

/* --------------------------------------------------
    行間 line-height
-------------------------------------------------- */
h1 {
  line-height: 150%;
}

.p-mid {
  line-height: 170%;
}

p {
  line-height: 200%;
}

/* --------------------------------------------------
    揃え text-align
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
  text-align: center;
}

p {
  text-align: left;
}

/* loading.scss */
.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.logomark {
  width: 100px; /* ロゴのサイズに応じて調整 */
  animation: spin 3s linear forwards;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.site-content {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

/* フェードイン完了後のスタイル */
.fade-in {
  opacity: 1;
}

/* スクロール禁止（ローディング時） */
.no-scroll {
  overflow: hidden;
  position: fixed; /* iOSでのスクロール問題に対処 */
  width: 100%;
  height: 100%;
}

/* header.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
}
header .el_humburger {
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: 10000;
  width: 35px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  header .el_humburger {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
header .el_humburger span {
  background: #ff00bb;
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 2px;
  transition: all 0.2s ease-in-out;
  border-radius: 1px;
}
header .el_humburger span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span {
  background: #ffffff;
}
.js_humburgerOpen .el_humburger .top {
  transform: translateY(11px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger .middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger .bottom {
  transform: translateY(-10px) rotate(45deg);
}
.js_humburgerOpen .el_humburger:hover span {
  background: #fa8cdd;
}

/*.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
	span {
		@include bg-wht;
		display: block;
		width: 35px;
		margin: 0 auto;
		height: 4px;
	}
	.el_humburgerLineTop {
		transform: translateY(5px) rotate(-45deg);
	}
	.el_humburgerLineBottom {
		transform: translateY(-6px) rotate(45deg);
	}
}*/
.uq_spNavi {
  display: none;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 34, 58, 0.98);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 20vh 0 0 0;
  text-align: center;
}
.navigation .navigation_item {
  margin-bottom: 7vh;
}
.navigation .navigation_item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .navigation .navigation_item a {
    font-size: 2.4rem;
  }
}
.navigation .navigation_item a:hover {
  color: #fa8cdd;
}
.navigation .navigation_item .icon-btn {
  margin-right: 50px;
}
.navigation .navigation_item .icon-btn i {
  font-size: 3.2rem;
}
.navigation .navigation_item i {
  font-size: 2.6rem;
}

.js_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* footer.scss */
footer .in_footer {
  position: relative;
  background: #ff00bb;
}
footer .in_footer .inner {
  padding-top: 40px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  footer .in_footer .inner {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
footer .in_footer .inner .footer-add {
  display: block;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer .in_footer .inner .footer-add {
    padding-bottom: 40px;
  }
}
footer .in_footer .inner .footer-add a.logo {
  display: flex;
  justify-content: center;
  background: no-repeat;
  margin-bottom: 0;
}
footer .in_footer .inner .footer-add a.logo img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  footer .in_footer .inner .footer-add a.logo img {
    width: 90px;
  }
}
footer .in_footer .inner .footer-add a.logo:hover img {
  opacity: 0.5;
}
footer .in_footer .inner .copyright {
  color: #ffffff;
  text-align: center;
}

/* top.scss */
body.top .main .top-view {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
}
body.top .main .top-view .top-view-inner {
  display: flex;
  justify-content: center;
  height: 90vh;
}
@media screen and (min-width: 768px) {
  body.top .main .top-view .top-view-inner {
    height: 90vh;
  }
}
@media screen and (min-width: 1500px) {
  body.top .main .top-view .top-view-inner {
    height: 90vh;
  }
}
body.top .main .top-view .top-view-inner .logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  width: 50%;
  height: 40vh;
  margin: 20vh auto;
}
@media screen and (min-width: 768px) {
  body.top .main .top-view .top-view-inner .logo {
    width: 40%;
    height: 40vh;
  }
}
@media screen and (min-width: 1500px) {
  body.top .main .top-view .top-view-inner .logo {
    width: 30%;
    height: 50vh;
  }
}
body.top .main #about,
body.top .main #message,
body.top .main #contact {
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  body.top .main #about,
  body.top .main #message,
  body.top .main #contact {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1500px) {
  body.top .main #about,
  body.top .main #message,
  body.top .main #contact {
    padding: 160px 0;
  }
}
body.top .main #about {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #ff00bb;
}
body.top .main #about .inner .ttl {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body.top .main #about .inner .ttl {
    padding-bottom: 40px;
  }
}
body.top .main #about .inner .ttl h2 {
  color: #ffffff;
}
body.top .main #about .inner .primary {
  margin-top: 60px;
}
body.top .main #about .inner .primary .txt {
  text-align: center;
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.top .main #about .inner .primary .txt {
    width: 80%;
  }
}
body.top .main #about .inner .primary .txt p {
  color: #ffffff;
  text-align: center;
}
body.top .main #about .inner .primary .txt p span {
  font-weight: 600;
}
body.top .main #message {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
body.top .main #message .inner .txt {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.top .main #message .inner .txt {
    width: 80%;
  }
}
body.top .main #message .inner .txt .slim {
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 10px;
}
body.top .main #message .inner .txt p {
  color: #ff00bb;
  text-align: left;
  padding-top: 30px;
}
body.top .main #contact {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
body.top .main #contact .inner .ttl {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  body.top .main #contact .inner .ttl {
    padding-bottom: 80px;
  }
}
body.top .main #contact .inner .in-contact {
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  body.top .main #contact .inner .in-contact {
    width: 80%;
  }
}
body.top .main #contact .inner .in-contact .in-txt {
  width: 100%;
  margin-bottom: 40px;
}
body.top .main #contact .inner .in-contact .in-txt p {
  text-align: center;
}
body.top .main #contact .inner .in-contact .in-btn {
  width: 100%;
}
body.top .main #contact .inner .in-contact .in-btn a.btn-inner {
  position: relative;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 1.8rem;
  line-height: 50px;
  overflow: hidden;
  outline: none;
  z-index: 2;
  text-align: center;
  max-width: 350px;
  padding: 5px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #ff00bb;
  border: 1px solid #00223a;
  max-width: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 20px 40px;
  text-align: center;
}
body.top .main #contact .inner .in-contact .in-btn a.btn-inner::before, body.top .main #contact .inner .in-contact .in-btn a.btn-inner::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.top .main #contact .inner .in-contact .in-btn a.btn-inner::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
body.top .main #contact .inner .in-contact .in-btn a.btn-inner:hover {
  color: #ff00bb;
}
body.top .main #contact .inner .in-contact .in-btn a.btn-inner:hover::after {
  background: #ffffff;
  border: 1px solid #00223a;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  body.top .main #contact .inner .in-contact .in-btn a.btn-inner {
    display: inline-block;
    float: right;
    width: 20%;
    text-align: right;
  }
}
body.top .main #contact .inner .in-contact .in-btn a.btn-inner:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  body.top .main #contact .inner .in-contact .in-btn a.btn-inner:first-child {
    margin-bottom: 0;
  }
}
body.top .main #contact .inner .in-contact .in-btn a.btn-inner:hover {
  color: #ffffff;
  font-weight: 600;
}
body.top .main #contact .inner .in-contact .in-btn a.btn-inner:hover::after {
  background: #ff00bb;
  -webkit-transform: scale(1);
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */