@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

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

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
.txt_base {
  font-size: 1.6rem;
  line-height: 1.7;
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #000;
  font-family: "Noto Sans", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
body.js_page_trans {
  opacity: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #C7C7C7;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C7C7C7;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #C7C7C7;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C7C7C7;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C7C7C7;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: rgba(0, 0, 0, 0);
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

@media screen and (min-width: 961px) {
  .u_pc {
    display: block;
  }

  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_tbsp {
  display: block;
}
@media screen and (min-width: 961px) {
  .u_tbsp {
    display: none;
  }
}

.u_tb {
  display: block;
}
@media screen and (max-width: 767px) {
  .u_tb {
    display: none;
  }
}

.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

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

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1.6rem;
  line-height: 1.33;
}
@media screen and (max-width: 960px) {
  .u_txt_1 {
    font-size: 1.4rem;
  }
}

.u_txt_2 {
  font-size: 1.6rem;
  line-height: 2.12;
}
@media screen and (max-width: 960px) {
  .u_txt_2 {
    font-size: 1.4rem;
  }
}
.u_txt_2._white {
  color: #fff;
}
.u_txt_2._center {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .u_txt_2._center {
    text-align: left;
  }
}

.u_txt_3 {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .u_txt_3 {
    font-size: 1.4rem;
  }
}

.u_txt_4 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_5 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_6 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility 
  marginbottom
  paddingbottom
====================================================================== */
.u_mb10 {
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .u_mb10_pc {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb10_sp {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb10_tbsp {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb10_tb {
    margin-bottom: 10px !important;
  }
}

.u_mb20 {
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .u_mb20_pc {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb20_sp {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb20_tbsp {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb20_tb {
    margin-bottom: 20px !important;
  }
}

.u_mb30 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 961px) {
  .u_mb30_pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb30_sp {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb30_tbsp {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb30_tb {
    margin-bottom: 30px !important;
  }
}

.u_mb40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 961px) {
  .u_mb40_pc {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb40_sp {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb40_tbsp {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb40_tb {
    margin-bottom: 40px !important;
  }
}

.u_mb50 {
  margin-bottom: 50px;
}
@media screen and (min-width: 961px) {
  .u_mb50_pc {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb50_sp {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb50_tbsp {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb50_tb {
    margin-bottom: 50px !important;
  }
}

.u_mb60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .u_mb60_pc {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb60_sp {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb60_tbsp {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb60_tb {
    margin-bottom: 60px !important;
  }
}

.u_mb70 {
  margin-bottom: 70px;
}
@media screen and (min-width: 961px) {
  .u_mb70_pc {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb70_sp {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb70_tbsp {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb70_tb {
    margin-bottom: 70px !important;
  }
}

.u_mb80 {
  margin-bottom: 80px;
}
@media screen and (min-width: 961px) {
  .u_mb80_pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb80_sp {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb80_tbsp {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb80_tb {
    margin-bottom: 80px !important;
  }
}

.u_mb100 {
  margin-bottom: 100px;
}
.u_mb100_pc {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .u_mb100_pc {
    margin-bottom: 100px !important;
  }
}
.u_mb100_sp {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .u_mb100_sp {
    margin-bottom: 100px !important;
  }
}
.u_mb100_tbsp {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .u_mb100_tbsp {
    margin-bottom: 100px !important;
  }
}
.u_mb100_tb {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .u_mb100_tb {
    margin-bottom: 100px !important;
  }
}

.u_mb130 {
  margin-bottom: 130px;
}
@media screen and (min-width: 961px) {
  .u_mb130_pc {
    margin-bottom: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb130_sp {
    margin-bottom: 130px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb130_tbsp {
    margin-bottom: 130px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb130_tb {
    margin-bottom: 130px !important;
  }
}

.u_mb150 {
  margin-bottom: 150px;
}
.u_mb150_pc {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .u_mb150_pc {
    margin-bottom: 150px !important;
  }
}
.u_mb150_sp {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .u_mb150_sp {
    margin-bottom: 150px !important;
  }
}
.u_mb150_tbsp {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .u_mb150_tbsp {
    margin-bottom: 150px !important;
  }
}
.u_mb150_tb {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .u_mb150_tb {
    margin-bottom: 150px !important;
  }
}

.u_mb180 {
  margin-bottom: 180px;
}
@media screen and (min-width: 961px) {
  .u_mb180_pc {
    margin-bottom: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb180_sp {
    margin-bottom: 180px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb180_tbsp {
    margin-bottom: 180px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb180_tb {
    margin-bottom: 180px !important;
  }
}

.u_mb200 {
  margin-bottom: 200px;
}
@media screen and (min-width: 961px) {
  .u_mb200_pc {
    margin-bottom: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb200_sp {
    margin-bottom: 200px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb200_tbsp {
    margin-bottom: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb200_tb {
    margin-bottom: 200px !important;
  }
}

.u_mb210 {
  margin-bottom: 210px;
}
@media screen and (min-width: 961px) {
  .u_mb210_pc {
    margin-bottom: 210px !important;
  }
}
@media screen and (max-width: 767px) {
  .u_mb210_sp {
    margin-bottom: 210px !important;
  }
}
@media screen and (max-width: 960px) {
  .u_mb210_tbsp {
    margin-bottom: 210px !important;
  }
}
@media screen and (min-width: 768px) {
  .u_mb210_tb {
    margin-bottom: 210px !important;
  }
}

.u_font_weight_700 {
  font-weight: 700;
}

/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  color: #00A4FF;
  text-align: center;
  font-weight: bold;
}
.c_ttl_1 .large {
  font-size: 4.8rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .c_ttl_1 .large {
    font-size: 3.2rem;
  }
}
.c_ttl_1 .small {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .c_ttl_1 .small {
    font-size: 1.6rem;
  }
}
.c_ttl_1._white {
  color: #fff;
}

.c_ttl_2 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 2rem;
  text-align: center;
  border-radius: 50px;
  display: block;
  height: 74px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .c_ttl_2 {
    font-size: 32px;
    max-width: 800px;
    width: 100%;
  }
}
.c_ttl_2:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 17px 0 17px;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
}
.c_ttl_2._yellow {
  background: #FFE034;
  color: #00A4FF;
}
.c_ttl_2._yellow:after {
  border-color: #FFE034 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.c_ttl_2._blue {
  background: #00A4FF;
  color: #FFE034;
}
.c_ttl_2._blue:after {
  border-color: #00A4FF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_loader
================================= */
.l_load {
  position: relative;
  height: 100vh;
  width: 100vw;
  z-index: 9999999;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  pointer-events: none;
  -webkit-animation: loading0 5.5s;
  -moz-animation: loading0 5.5s;
  animation: loading0 5.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes loading0 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@-moz-keyframes loading0 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes loading0 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.l_load .left, .l_load .right {
  width: 100%;
  height: 100vh;
  position: relative;
}
.l_load .left:after {
  content: "";
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  background: #00A4FF;
  -webkit-animation: loading 5s;
  -moz-animation: loading 5s;
  animation: loading 5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes loading {
  0% {
    pointer-events: auto;
    opacity: 1;
    width: 0%;
    left: 0%;
  }
  20% {
    pointer-events: auto;
    opacity: 1;
    width: 50%;
    left: 0%;
  }
  40% {
    pointer-events: auto;
    opacity: 1;
    width: 50%;
    left: 0%;
  }
  60% {
    pointer-events: auto;
    opacity: 1;
    width: 100%;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 50%;
  }
}
@-moz-keyframes loading {
  0% {
    pointer-events: auto;
    opacity: 1;
    width: 0%;
    left: 0%;
  }
  20% {
    pointer-events: auto;
    opacity: 1;
    width: 50%;
    left: 0%;
  }
  40% {
    pointer-events: auto;
    opacity: 1;
    width: 50%;
    left: 0%;
  }
  60% {
    pointer-events: auto;
    opacity: 1;
    width: 100%;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 50%;
  }
}
@keyframes loading {
  0% {
    pointer-events: auto;
    opacity: 1;
    width: 0%;
    left: 0%;
  }
  20% {
    pointer-events: auto;
    opacity: 1;
    width: 50%;
    left: 0%;
  }
  40% {
    pointer-events: auto;
    opacity: 1;
    width: 50%;
    left: 0%;
  }
  60% {
    pointer-events: auto;
    opacity: 1;
    width: 100%;
    left: 50%;
  }
  100% {
    width: 100%;
    left: 50%;
  }
}
.l_load .left:before {
  content: "";
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  background: #FFE034;
  -webkit-animation: loading2 5s;
  -moz-animation: loading2 5s;
  animation: loading2 5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes loading2 {
  0% {
    width: 0%;
    right: 0%;
  }
  20% {
    width: 50%;
    right: 0%;
  }
  21% {
    width: 100%;
    right: 0%;
  }
  40% {
    width: 100%;
    right: 0%;
  }
  60% {
    width: 100%;
    right: 50%;
  }
  100% {
    width: 100%;
    right: 50%;
  }
}
@-moz-keyframes loading2 {
  0% {
    width: 0%;
    right: 0%;
  }
  20% {
    width: 50%;
    right: 0%;
  }
  21% {
    width: 100%;
    right: 0%;
  }
  40% {
    width: 100%;
    right: 0%;
  }
  60% {
    width: 100%;
    right: 50%;
  }
  100% {
    width: 100%;
    right: 50%;
  }
}
@keyframes loading2 {
  0% {
    width: 0%;
    right: 0%;
  }
  20% {
    width: 50%;
    right: 0%;
  }
  21% {
    width: 100%;
    right: 0%;
  }
  40% {
    width: 100%;
    right: 0%;
  }
  60% {
    width: 100%;
    right: 50%;
  }
  100% {
    width: 100%;
    right: 50%;
  }
}
.l_load .img_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 250px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l_load .img_wrap {
    width: 150px;
  }
}

/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4.6875%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 100%;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 15px;
  }
}

.l_content_size {
  /* position: relative;
   width: 1100px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   @include mq_tbsp {
     width: auto;
     padding: 0 $sidesp; // 15px / 320px * 100%
   }
   */
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .l_content_size {
    padding: 0 15px;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  opacity: 0;
  position: relative;
}

/* =================================
 l_header
================================= */
/* =================================
 l_header_sp
================================= */
/* =================================
 l_menu_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  opacity: 0;
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

/*# sourceMappingURL=style.css.map */
