@charset "UTF-8";
/* ==================================================
  リセット
================================================== */
/*

HTML5 CSS Reset
Based on Eric Meyer's CSS Reset
and html5doctor.com HTML5 Reset

Copyright (c) 2011 736 Computing Services Limited
Released under the MIT license. http://opensource.736cs.com/licenses/mit

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, mark, menu, meter, nav,
output, progress, section, summary, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section, blockquote {
  display: block;
}

nav ul, ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

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

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type="submit"], input[type="button"], button {
  padding: 0 !important;
  margin: 0 !important;
}

input, select, a img {
  vertical-align: middle;
}

/* ==================================================
  基本設定
================================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Makinas-Scrap-5";
  src: url("../font/Makinas-Scrap-5.woff") format("woff"), url("../font/Makinas-Scrap-5.woff2") format("woff2");
}

@font-face {
  font-family: "nicomoji-plus";
  src: url("../font/nicomoji-plus.woff") format("woff"), url("../font/nicomoji-plus.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  font-style: normal;
}

html {
  height: 100%;
  font-size: 87.5%;
}

body {
  color: #14100E;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  min-width: 375px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.3;
}

p,
i {
  line-height: 1.6;
}

input,
textarea,
select,
button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: 0;
}

button {
  cursor: pointer;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

input[type="submit"], input[type="button"] {
  cursor: pointer;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a {
  color: #14100E;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
}

a:hover {
  color: #14100E;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ==================================================
  共通レイアウト
================================================== */
/* ページ遷移アニメーション */
.p_doors-transition-bg {
  width: 0;
  height: 1px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}

.p_doors-transition-top, .p_doors-transition-bottom {
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  position: fixed;
  background: #54A279;
  z-index: 1000;
}

.p_doors-transition-bottom {
  top: auto;
  bottom: 0;
}

.p_doors .loader-svg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  filter: blur(3px);
}

.p_doors .loader-logo {
  width: 100%;
  height: 10.21429rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.p_doors .loader-logo .-small {
  color: #fff;
  font-weight: bold;
  font-size: 4.42834vw;
}

.p_doors .loader-logo .-text {
  font-family: false;
  color: #fff;
  letter-spacing: 0.28571rem;
  font-size: 8.05153vw;
}

.l_container {
  width: 100%;
  min-width: 375px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

.l_container::after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.l_contents {
  margin: 80px 0 0;
}

/* --------------------------------------------------
  ヘッダー
-------------------------------------------------- */
.l_header {
  width: 100%;
  min-width: 375px;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 999;
  border-top: 10px solid #DE6590;
  background: #000;
}

.p_h-l {
  width: 100%;
  max-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
}

.p_h-r {
  height: 70px;
  position: relative;
}

.p_h-logo {
  width: 117px;
  height: 102px;
  position: absolute;
  display: block;
  right: 20px;
  top: -10px;
  background: url(../../img/common/header@2x.png) center -26px no-repeat;
  background-size: 100% auto;
}

.p_h-logo-image {
  width: 86px;
  margin: 10px 0 0 16px;
  display: block;
}

.p_h_navi {
  background: rgba(30, 162, 215, 0.9);
}

.p_h_navi-list {
  margin: 70px 0 0;
  padding: 22px 0;
}

.p_h_navi-list-item a {
  display: block;
  padding: 8px 0;
}

.p_h_navi-list-inner {
  width: 74.46154%;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  padding: 12px;
}

.p_h_navi-list-inner .-text {
  font-family: "Makinas-Scrap-5", sans-serif;
  font-size: 1.28571rem;
  font-weight: bold;
}

.p_h_navi-list-inner .-small {
  display: none;
}

.p_h_navi_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 10px;
  border: 2px solid #1EA2D7;
  border-radius: 5px;
  background: #fff;
}

.p_h_navi_btn-btn {
  width: 22px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  margin: auto;
}

.p_h_navi_btn-btn .-open {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #1EA2D7;
}

.p_h_navi_btn-btn .-open::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1EA2D7;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
}

.p_h_navi_btn-btn .-open::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #1EA2D7;
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
}

.p_h_navi_btn-btn .-close {
  width: 18px;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s ease;
}

.p_h_navi_btn-btn .-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1EA2D7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p_h_navi_btn-btn .-close::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #1EA2D7;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p_h_navi_btn-text {
  color: #1EA2D7;
  font-size: 0.71429rem;
  font-weight: bold;
  font-family: arial, sans-serif;
  display: block;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1.2em;
  overflow: hidden;
  transition: all .3s ease;
}

.p_h_navi_btn-text-inner {
  display: block;
}

.p_h_navi_btn-text .-open {
  display: block;
}

.p_h_navi_btn-text .-close {
  display: block;
}

/* --------------------------------------------------
  フッター
-------------------------------------------------- */
.l_footer {
  width: 100%;
  margin: 0 auto;
  min-width: 375px;
}

.p_f {
  padding: 30px 0 34px;
  position: relative;
  background: #000;
  position: relative;
}

.p_f::before {
  content: "";
  display: block;
  width: 100%;
  height: 114px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.p_f-inner {
  width: 100%;
  padding: 0 0 75px;
  position: relative;
}

.p_f-copy {
  color: #fff;
  text-align: center;
  font-size: 1.14286rem;
  margin: 20px 0 0;
}

.p_f-image {
  width: 252px;
  display: block;
  line-height: 0;
  margin: 0 auto 0;
}

/* --------------------------------------------------
  サイドメニュー
-------------------------------------------------- */
/* ==================================================
  モジュール, コンポーネント, ユーティリティ
================================================== */
/*コンポーネント*/

.c_heading1 {
  text-align: center;
  position: relative;
}

.c_heading1-inner {
  padding: 13px 10px;
  border-radius: 5px;
  line-height: 1;
}

.c_heading1-small {
  font-family: "Makinas-Scrap-5", sans-serif;
  font-size: 0.92857rem;
  display: block;
}

.c_heading1-text {
  font-family: "nicomoji-plus", sans-serif;
}

.c_heading1-text-l {
  font-size: 4.64286rem;
}

.c_heading1-text-m {
  font-size: 2.71429rem;
}

.c_heading1-text-s {
  font-size: 2.14286rem;
}

.c_heading1-arr {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  position: absolute;
  margin: auto;
}

.c_heading1-arr-m {
  border-width: 8px 7px 0 7px;
  left: 30px;
  bottom: -8px;
}

.c_heading1-arr-mc {
  border-width: 8px 7px 0 7px;
  left: 0;
  right: 0;
  bottom: -8px;
}

.c_heading1-arr-l {
  border-width: 14px 12px 0 12px;
  left: 23px;
  bottom: -14px;
}

.c_heading1-palet1 .c_heading1-inner {
  background: #F2EF0D;
}

.c_heading1-palet1 .c_heading1-arr {
  border-color: #F2EF0D transparent transparent transparent;
}

.c_heading1-palet2 .c_heading1-inner {
  background: #1EA2D7;
}

.c_heading1-palet2 .c_heading1-arr {
  border-color: #1EA2D7 transparent transparent transparent;
}

.c_heading1-palet3 .c_heading1-inner {
  background: #33BEC3;
}

.c_heading1-palet3 .c_heading1-arr {
  border-color: #33BEC3 transparent transparent transparent;
}

.c_btn_basic {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 5px;
}

.c_btn_basic-bg1 {
  background: #33BEC3;
}

.c_btn_basic-bg1:hover {
  background: #ff2271;
}

.c_col {
  display: flex;
}

.c_col-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c_text, .c_text p {
  font-size: 1.14286rem;
  line-height: 1.625;
  word-wrap: break-word;
}

.c_text.p, .c_text p, .c_text p.p, .c_text p p {
  margin: 0 0 20px;
}

.c_text.p:last-child, .c_text p:last-child, .c_text p.p:last-child, .c_text p p:last-child {
  margin: 0;
}

/*ユーティリティ*/
.u_ff_kakugo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}

.u_ff_yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.u_ff_yumin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u_ib {
  display: inline-block;
}

.u_bl {
  display: block;
}

.u_none {
  display: none;
}

.u_col-flip {
  flex-direction: row-reverse;
}

.u_col-jc-sb {
  justify-content: space-between;
}

.u_col-jc-c {
  justify-content: center;
}

.u_col-jc-r {
  justify-content: flex-end;
}

.u_col-ai-c {
  align-items: center;
}

.u_col-ai-b {
  align-items: flex-end;
}

.u_col-wrap {
  flex-wrap: wrap;
}

.u_txt-l {
  text-align: left;
}

.u_txt-c {
  text-align: center;
}

.u_txt-r {
  text-align: right;
}

.u_rotate-45-r {
  transform: rotate(45deg);
}

.u_rotate-45-b {
  transform: rotate(135deg);
}

.u_rotate-45-l {
  transform: rotate(-135deg);
}

.u_rotate-45-t {
  transform: rotate(-45deg);
}

.u_palet-bg-gray {
  background: #f7f7f7;
}

.u_palet-bg-fff {
  background: #fff;
}

.u_palet-bg1 {
  background: #1EA2D7;
}

.u_palet-bg2 {
  background: #33BEC3;
}

.u_palet-bg3 {
  background: #DE6590;
}

.u_palet-fc1 {
  color: #1EA2D7;
}

.u_fw-b {
  font-weight: bold;
}

.u_fw-bb {
  font-weight: bold;
}

.u_pos-rel {
  position: relative;
}

.u_pos-abs {
  position: absolute;
}

.u_bv {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ==================================================
  ページ別 : トップ
================================================== */
.p_ec {
  padding: 133px 0 0;
  position: relative;
  background: url(../../img/top/back-s@2x.png) center center no-repeat;
  background-size: 100% auto;
}

.p_ec-header {
  text-align: right;
  position: relative;
  z-index: 1;
}

.p_ec-heading {
  font-family: "Makinas-Scrap-5", sans-serif;
  text-align: center;
  display: inline-block;
}

.p_ec-heading .-small {
  font-size: 2rem;
  display: block;
}

.p_ec-heading .-text {
  font-size: 2rem;
  display: block;
  margin: 30px 0 0;
}

.p_ec-body {
  position: relative;
  z-index: 1;
}

.p_ec-btn {
  padding: 20px 0;
  display: block;
}

.p_ec-btn-inner {
  position: relative;
  overflow: hidden;
  padding: 17px;
}

.p_ec-btn-text {
  font-family: "Makinas-Scrap-5", sans-serif;
  color: #fff;
  font-size: 1.14286rem;
}

.p_ec-image1 {
  width: 40.53333%;
  max-width: 210px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.p_ec-image2 {
  width: 66.22951%;
  margin: 0 0 0 auto;
}

.media_about {
  margin: -80px auto 0;
  padding: 140px 0 65px;
  position: relative;
  z-index: 2;
}

.media_about .media-body {
  padding: 40px 0 0;
}

.p_about {
  padding: 40px 0 0;
}

.p_about-l {
  max-width: 375px;
  margin: 0 auto 40px;
  line-height: 0;
}

.p_about-body {
  margin: 30px 0 0;
}

.p_about-btn {
  display: block;
  margin: 30px 0 0;
  position: relative;
}

.p_about-btn-inner {
  padding: 18px 10px;
  position: relative;
  overflow: hidden;
}

.p_about-btn-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.07143rem;
}

.media_flow {
  margin: -80px auto 0;
  position: relative;
  z-index: 1;
  padding: 124px 0 44px;
  background-size: 80% auto;
}

.media_flow::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  margin: auto;
  border-width: 22px 50vw;
  border-style: solid;
  border-color: transparent #005577 #005577 transparent;
}

.media_flow::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-width: 22px 50vw;
  border-style: solid;
  border-color: #005577 transparent transparent #005577;
}

.media_flow .media-inner {
  padding: 100px 0 100px;
  background-color: #005577;
}

.media_flow .media-body {
  margin: 40px 0 0;
}

.p_flow-item {
  width: 100%;
  margin: 0 0 60px;
  padding: 2px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.p_flow-item::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -40px;
  display: block;
  position: absolute;
  border-width: 20px 15px 0 15px;
  border-style: solid;
  border-color: #F2EF0D transparent transparent transparent;
}

.p_flow-item:last-child {
  margin: 0;
}

.p_flow-item:last-child::after {
  display: none;
}

.p_flow-bd1 {
  border: 2px solid #1EA2D7;
}

.p_flow-bd2 {
  border: 2px solid #DE6590;
}

.p_flow-inner {
  border-radius: 6px;
  padding: 24px 6px 19px;
}

.p_flow-header {
  margin: 0 0 25px;
}

.p_flow-heading {
  font-family: "Makinas-Scrap-5", sans-serif;
  font-size: 1.42857rem;
}

.p_flow-text {
  font-size: 1rem;
  line-height: 1.78571;
}

.media_qa {
  margin: -80px auto 0;
  padding: 194px 0 0;
  background: url(../../img/top/back-s@2x.png) center -10% no-repeat;
  background-size: 100% auto;
  position: relative;
}

.media_qa .media-header {
  color: #fff;
}

.p_qa {
  padding: 67px 0 0;
}

.p_qa-item {
  margin: 0 0 30px;
}

.p_qa-item:last-child {
  margin: 0;
}

.p_qa-header {
  position: relative;
}

.p_qa-heading {
  font-family: "Makinas-Scrap-5", sans-serif;
  position: relative;
}

.p_qa-heading-arr {
  position: absolute;
  top: 0;
  display: block;
}

.p_qa-heading-arr::after {
  content: "";
  display: block;
}

.p_qa-text {
  padding: 10px 0;
}

.p_qa-btn {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.media_contact {
  margin: -80px auto 0;
  padding: 164px 0 60px;
}

.media_contact .media-header {
  color: #fff;
}

.media_contact .wpcf7-response-output {
  padding: 8px 10px;
  text-align: center;
}

.media_contact .wpcf7-not-valid-tip {
  margin: 8px 2px 0;
}

.media_contact .wpcf7-mail-sent-ok {
  border-color: #1EA2D7;
}

.p_contact {
  margin: 45px 0 0;
}

.p_contact-dt {
  margin: 0 0 10px;
}

.p_contact-heading {
  font-size: 1.42857rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.p_contact-tag {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 8px 0 0;
}

.p_contact-tag-req {
  color: #fff;
  background: #DE6590;
  font-weight: bold;
  padding: 3px 6px;
  display: inline-block;
  vertical-align: middle;
}

.p_contact-tag-ex {
  border-radius: 50%;
  background: #D2D2D2;
  width: 30px;
  min-width: 30px;
  height: 30px;
  text-align: center;
}

.p_contact-text {
  font-size: 0.85714rem;
  margin: 13px 0 0;
}

.p_contact-text-r {
  flex-grow: 1;
  display: block;
  padding: 5px 0 0;
}

.p_contact-select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #14100E;
  padding: 10px 14px;
}

.p_contact-input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #14100E;
  padding: 10px 14px;
}

.p_contact .wpcf7-list-item {
  position: relative;
  margin: 10px 0 0;
  display: block;
}

.p_contact .wpcf7-list-item .first {
  margin: 0;
}

.p_contact .wpcf7-list-item input[type="checkbox"] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.p_contact .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: #1EA2D7;
}

.p_contact .wpcf7-list-item-label {
  position: relative;
  display: block;
  font-size: 1.14286rem;
  padding: 13px 0 13px 56px;
}

.p_contact .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  border: 1px solid #14100E;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.p_contact .wpcf7-not-valid-tip {
  line-height: 1.6;
}

.p_contact-file {
  width: 100%;
}

.p_contact-file-l {
  flex-grow: 1;
  border-radius: 3px;
  border: 1px solid #14100E;
  overflow: hidden;
}

.p_contact-file-btn {
  font-size: 0.92857rem;
  line-height: 1.6;
  padding: 13px 14px;
  display: block;
  background: #E5E5E5;
  border-left: 1px solid #707070;
}

.p_contact-file-name {
  font-size: 1.14286rem;
  line-height: 1.6;
  padding: 10px 14px;
  display: block;
  flex-grow: 1;
}

.p_contact-file-r {
  display: block;
  padding: 0 0 0 8px;
}

.p_contact-file-del {
  font-size: 0.92857rem;
  line-height: 1.6;
  padding: 13px 16px;
  display: block;
  border-radius: 3px;
  border: 1px solid #14100E;
  background: #E5E5E5;
}

.p_contact-textarea {
  width: 100%;
  height: 150px;
  border-radius: 3px;
  border: 1px solid #14100E;
  padding: 10px 14px;
}

.p_contact-submit {
  margin: 60px auto 0;
  max-width: 450px;
}

.p_contact-submit input[type="submit"] {
  width: 100%;
  background: #EC3F72;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 13px 10px !important;
  border-radius: 3px;
}

/* ==================================================
  プラグイン
================================================== */
.fade-in {
  opacity: 0;
  transform: scale(1.02) translateY(0);
  transition: all .5s linear;
}

.fade-in.shown {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.fade-blur {
  filter: blur(3px);
  transform: scale(1.02);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 1s ease-in-out;
}

.fade-blur.shown {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}

.fade-image-y {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.2s ease .3s, opacity .5s ease .3s;
}

.fade-image-y.shown {
  opacity: 1;
  transform: translateY(0);
}

.fade-transition-ec {
  transition: all 1s ease-in-out .3s;
}

.fade-transition-door {
  transition: all .5s ease-in-out .8s;
}

/* SVGアニメーション */
.fade-svg-ol svg {
  display: block;
}

.fade-svg-ol .svg-text {
  stroke: transparent;
  stroke-width: .5;
  stroke-miterlimit: .5;
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: transparent;
}

.fade-svg-ol.shown .svg-text {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke: transparent;
  stroke-width: .5;
  stroke-miterlimit: 100;
  stroke-dasharray: 500;
  stroke-dashoffset: 0;
}

/* SVG専用keyframes */
@keyframes svg_fff {
  0% {
    stroke-dashoffset: 500;
    stroke: #fff;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    stroke: #fff;
    fill: transparent;
  }
  100% {
    fill: #fff;
    stroke: #fff;
  }
}

@keyframes svg_fff2 {
  0% {
    stroke-dashoffset: 500;
    stroke: #fff;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    stroke: #fff;
    fill: transparent;
  }
  100% {
    fill: #fff;
    stroke: #fff;
  }
}

@keyframes svg_palet3 {
  0% {
    stroke-dashoffset: 500;
    stroke: #DE6590;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 0;
    stroke: #DE6590;
    fill: transparent;
  }
  100% {
    fill: #DE6590;
    stroke: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .p_h-r {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .p_h-logo {
    width: 320px;
    height: 277px;
    background: url(../../img/common/header@2x.png) center -80px no-repeat;
    background-size: 100% auto;
    transform-origin: right top;
    transition: all .5s ease;
    right: 0;
  }
  .p_h-logo-image {
    width: 200px;
    margin: 20px 0 0 60px;
  }
  .scrolling .p_h-logo {
    transform: scale(0.4);
  }
  .p_h_navi-list-item a {
    text-align: center;
    width: 100%;
  }
  .p_f {
    padding: 0 0 60px;
  }
  .p_f::before {
    height: 190px;
  }
  .p_f-image {
    width: 404px;
  }
  .c_inner {
    margin: 0 auto;
    width: 100%;
    min-width: 375px;
    padding: 0 80px;
  }
  .c_inner-tb {
    margin: 0 auto;
    width: 100%;
    min-width: 375px;
    padding: 0 80px;
  }
  .c_heading1-inner {
    padding: 30px 20px;
  }
  .c_heading1-text-l {
    font-size: 5rem;
  }
  .c_heading1-text-l {
    font-size: 4.71429rem;
  }
  .c_heading1-text-m {
    font-size: 5rem;
  }
  .c_heading1-text-m {
    font-size: 4.42857rem;
  }
  .c_heading1-text-s {
    font-size: 5rem;
  }
  .c_heading1-text-s {
    font-size: 4.42857rem;
  }
  .c_heading1-arr-m {
    border-width: 14px 14px 0 14px;
    bottom: -14px;
  }
  .c_heading1-arr-mc {
    border-width: 18px 14px 0 14px;
    bottom: -18px;
  }
  .c_heading1-arr-l {
    border-width: 14px 14px 0 14px;
    bottom: -14px;
  }
  .c_col-tb {
    display: flex;
  }
  .c_col-c-tb {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .u_ib-tb {
    display: inline-block;
  }
  .u_ib-sp {
    display: none;
  }
  .u_ib-pc {
    display: none;
  }
  .u_bl-tb {
    display: block;
  }
  .u_bl-sp {
    display: none;
  }
  .u_bl-pc {
    display: none;
  }
  .u_col-flip-tb {
    flex-direction: row-reverse;
  }
  .u_col-jc-sb-tb {
    justify-content: space-between;
  }
  .u_col-jc-c-tb {
    justify-content: center;
  }
  .u_col-jc-r-tb {
    justify-content: flex-end;
  }
  .u_col-ai-c-tb {
    align-items: center;
  }
  .u_col-ai-b-tb {
    align-items: flex-end;
  }
  .u_col-wrap-tb {
    flex-wrap: wrap;
  }
  .u_txt-l-tb {
    text-align: left;
  }
  .u_txt-c-tb {
    text-align: center;
  }
  .u_txt-r-tb {
    text-align: right;
  }
  .u_pos-rel-tb {
    position: relative;
  }
  .u_pos-abs-tb {
    position: absolute;
  }
  .p_ec {
    padding: 200px 0 60px;
    background: url(../../img/top/back-m@2x.png) center top no-repeat;
    background-size: 100% auto;
  }
  .p_ec-header {
    text-align: center;
  }
  .p_ec-heading .-small {
    font-size: 3.57143rem;
  }
  .p_ec-heading .-text {
    font-size: 3.57143rem;
  }
  .p_ec-btn {
    max-width: 500px;
    margin: 0 auto;
    padding: 37px 0 0;
  }
  .p_ec-btn-inner {
    padding: 28px 15px;
  }
  .p_ec-btn-text {
    font-size: 1.78571rem;
  }
  .p_ec-image1 {
    width: 29.42708%;
    max-width: initial;
    left: 30px;
    top: 40px;
  }
  .p_ec-image2 {
    width: 53.38983%;
  }
  .media_about {
    padding: 80px 0 20px;
    background: url(../../img/top/back-m@2x.png) center top no-repeat;
    background-size: 100% auto;
  }
  .p_about {
    padding: 50px 0 0;
  }
  .p_about-l {
    width: 268px;
    min-width: 268px;
    max-width: initial;
    margin: 0 0 10px;
  }
  .p_about-r {
    flex-grow: 1;
    padding: 0 0 0 17px;
  }
  .p_flow-inner {
    padding: 17px 15px 10px;
  }
  .p_flow-header {
    margin: 0 0 10px;
  }
  .p_flow-heading {
    font-size: 1.57143rem;
  }
  .p_flow-text {
    font-size: 1.14286rem;
    min-height: 3.6em;
  }
  .media_qa {
    padding: 280px 0 0;
    background: url(../../img/top/back-m@2x.png) 100% 2.5% no-repeat;
    background-size: 60% auto;
    z-index: 2;
  }
  .p_qa-header {
    padding: 60px 0 35px;
  }
  .p_qa-heading {
    font-size: 1.78571rem;
    z-index: 1;
  }
  .p_qa-heading-arr {
    width: 107px;
    height: 124px;
    background: url(../../img/common/line@2x.png) center center no-repeat;
    background-size: 100% auto;
    transform: translate3d(-50%, 0, 0);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .p_qa-text {
    padding: 0 25px;
  }
  .media_contact {
    padding: 223px 0 93px;
  }
  .media_contact .media-body {
    margin: 106px 0 0;
  }
  .p_contact {
    margin: 53px 0 0;
  }
  .p_contact-dt {
    width: 216px;
    min-width: 216px;
    padding: 15px 10px 15px 0;
  }
  .p_contact-heading {
    font-size: 1.21429rem;
  }
  .p_contact-tag {
    font-size: 0.85714rem;
  }
  .p_contact-tag-req {
    padding: 1px 6px;
  }
  .p_contact-dd {
    flex-grow: 1;
  }
  .p_contact-select {
    padding: 15px 20px;
  }
  .p_contact-input {
    padding: 15px 20px;
  }
  .p_contact .wpcf7-list-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .p_contact .wpcf7-list-item-label {
    padding: 13px 0 13px 50px;
  }
  .p_contact-textarea {
    padding: 15px 20px;
  }
  .p_contact-submit input[type="submit"] {
    padding: 23px 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .p_doors .loader-logo .-small {
    font-size: 2.14286rem;
  }
  .p_doors .loader-logo .-text {
    font-size: 4.28571rem;
  }
  .l_container {
    min-width: 1024px;
    background: url(../../img/top/background.jpg) center 110px no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .l_container-inner {
    width: 100%;
    max-width: 826px;
    margin: 0 auto;
    box-shadow: 6px 0 6px 3px rgba(0, 0, 0, 0.1);
    padding: 1px 0 0;
    position: relative;
    background: #fff;
  }
  .l_container-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    box-shadow: -6px 0 6px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
  }
  .l_contents {
    margin: 110px 0 0;
  }
  .l_header {
    transition: all .8s ease;
    height: 110px;
  }
  .p_h {
    width: 100%;
    max-width: 826px;
    margin: 0 auto;
    position: relative;
  }
  .p_h-l {
    width: 100%;
    flex-grow: 1;
    max-height: initial;
    position: relative;
    visibility: visible;
    overflow: inherit;
    margin: 0 0 0 -25px;
  }
  .p_h-r {
    right: -160px;
  }
  .p_h-logo {
    transform-origin: center top;
  }
  .scrolling .p_h-logo {
    transform: scale(0.6);
  }
  .p_h_navi {
    height: 100px;
    background: transparent;
  }
  .p_h_navi-list {
    margin: 0;
    padding: 0;
  }
  .p_h_navi-list-item {
    display: inline-block;
    vertical-align: middle;
  }
  .p_h_navi-list-item a {
    font-size: 0.92857rem;
    padding: 35px 25px 14px;
  }
  .p_h_navi-list-item a:hover .p_h_navi-list-inner::after {
    width: 100%;
  }
  .p_h_navi-list-inner {
    background: transparent;
    width: auto;
    padding: 0 0 14px;
    position: relative;
  }
  .p_h_navi-list-inner::after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F2EF0D;
    transition: all .3s ease;
    margin: auto;
  }
  .p_h_navi-list-inner .-text {
    font-size: 1.14286rem;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 10px;
    display: block;
  }
  .p_h_navi-list-inner .-small {
    font-family: "Makinas-Scrap-5", sans-serif;
    letter-spacing: 0.28571rem;
    font-size: 0.85714rem;
    color: #fff;
    display: block;
  }
  .p_h_navi-list-inner:last-child a {
    padding: 37px 0 31px 13px;
  }
  .p_h_navi_btn {
    display: none;
  }
  .navi-hidden .l_header {
    transform: translateY(-100%);
  }
  .p_f-image {
    width: 450px;
  }
  .c_inner {
    margin: 0 auto;
    width: 100%;
    padding: 0 75px;
  }
  .c_inner-tb {
    padding: 0;
    min-width: initial;
    width: auto;
  }
  .c_inner-pc {
    margin: 0 auto;
    width: 100%;
    padding: 0 75px;
  }
  .c_col-pc {
    display: flex;
  }
  .c_col-c-pc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .u_ib-pc {
    display: inline-block;
  }
  .u_ib-tb {
    display: none;
  }
  .u_bl-pc {
    display: block;
  }
  .u_bl-tb {
    display: none;
  }
  .u_col-flip-pc {
    flex-direction: row-reverse;
  }
  .u_col-jc-sb-pc {
    justify-content: space-between;
  }
  .u_col-jc-c-pc {
    justify-content: center;
  }
  .u_col-jc-r-pc {
    justify-content: flex-end;
  }
  .u_col-ai-c-pc {
    align-items: center;
  }
  .u_col-ai-b-pc {
    align-items: flex-end;
  }
  .u_col-wrap-pc {
    flex-wrap: wrap;
  }
  .u_txt-l-pc {
    text-align: left;
  }
  .u_txt-c-pc {
    text-align: center;
  }
  .u_txt-r-pc {
    text-align: right;
  }
  .u_pos-rel-pc {
    position: relative;
  }
  .u_pos-abs-pc {
    position: absolute;
  }
  .p_ec {
    padding: 100px 0 200px;
    background: url(../../img/top/back-l@2x.png) center top no-repeat;
    background-size: 100% auto;
  }
  .p_ec-btn {
    padding: 100px 0 0;
  }
  .p_ec-image1 {
    width: 342px;
    left: -155px;
    top: 0;
  }
  .p_ec-image2 {
    width: 469px;
    top: 260px;
    right: -200px;
    position: absolute;
    display: block;
  }
  .media_about .media-body {
    padding: 25px 0 0;
  }
  .media_about .media-top {
    width: 79.14201%;
  }
  .p_about-l {
    width: 400px;
    min-width: 400px;
    margin: 0 0 25px;
    text-align: right;
  }
  .p_about-l img {
    width: 370px;
  }
  .p_about-r {
    padding: 0 75px 0 30px;
  }
  .p_about-body {
    margin: 25px 0 0;
  }
  .media_flow {
    padding: 210px 0 100px;
    overflow: hidden;
  }
  .media_flow::before {
    border-width: 50px 413px;
    top: 110px;
  }
  .media_flow::after {
    border-width: 50px 413px;
  }
  .media_flow .media-inner {
    padding: 75px 0 90px;
  }
  .p_qa {
    padding: 95px 0 0;
  }
  .p_contact-dt {
    width: 240px;
    min-width: 240px;
  }
  .p_contact-submit input[type="submit"]:hover {
    background: #33BEC3;
  }
}

@media only screen and (max-width: 768px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .navi-open .p_h_navi_btn {
    cursor: pointer;
  }
  .navi-open .p_h_navi_btn-btn .-close {
    opacity: 1;
    transform: rotate(45deg);
  }
  .c_inner {
    margin: 0 auto;
    width: 100%;
    min-width: 375px;
    padding: 0 35px;
  }
  .c_inner-sp {
    margin: 0 auto;
    width: 100%;
    min-width: 375px;
    padding: 0 35px;
  }
  .c_col-sp {
    display: flex;
  }
  .c_col-c-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .u_ib-sp {
    display: inline-block;
  }
  .u_bl-sp {
    display: block;
  }
  .u_col-flip-sp {
    flex-direction: row-reverse;
  }
  .u_col-jc-sb-sp {
    justify-content: space-between;
  }
  .u_col-jc-c-sp {
    justify-content: center;
  }
  .u_col-jc-r-sp {
    justify-content: flex-end;
  }
  .u_col-ai-c-sp {
    align-items: center;
  }
  .u_col-ai-b-sp {
    align-items: flex-end;
  }
  .u_col-wrap-sp {
    flex-wrap: wrap;
  }
  .u_txt-l-sp {
    text-align: left;
  }
  .u_txt-c-sp {
    text-align: center;
  }
  .u_txt-r-sp {
    text-align: right;
  }
  .u_pos-rel-sp {
    position: relative;
  }
  .u_pos-abs-sp {
    position: absolute;
  }
  .p_qa-inner {
    border-radius: 5px;
    border: 1px solid #DE6590;
    background: #fff;
    position: relative;
  }
  .p_qa-header {
    background: #DE6590;
    padding: 13px 50px 13px 21px;
  }
  .p_qa-heading {
    color: #fff;
    font-size: 1.42857rem;
  }
  .p_qa-heading-arr {
    width: 50px;
    height: 100%;
    right: 0;
  }
  .p_qa-heading-arr::after {
    width: 0;
    height: 0;
    border-width: 13px 8px 0 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p_qa-body {
    padding: 0 10px;
    display: none;
  }
}
