@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700,800');

a {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  text-decoration: none;
}

a {
  color: #6154cf;
}

a:hover {
  color: #ff7373;
  opacity: 0.6;
}

a.btn_block {
    background: #fab5cc;
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 15px 0;
    border-radius: 50px;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
  font-weight: 800;
}

p {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
}


strong {
  font-weight: bold;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

/*ラッパー
**********************************************/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #333;
  line-height: 1.8;
  margin-top: 80px;
  min-width: 1200px;
}

#wrapper {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.container {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}

/*ヘッダー
**********************************************/
header {
  position: relative;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0px 0px 6px 3px #fbe4e7;
}

header .h_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/bg_title.png) center bottom;
  text-align: center;
  width: 215px;
  height: 155px;
  background-size: contain;
  background-repeat: no-repeat;
}

header .h_logo a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  font-size: 2rem;
  padding-top: 66px;
}

header ul.gnav {
  display: flex;
  justify-content: space-between;
  margin: 23px 0;
}

header ul.gnav li {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  width: 100px;
}

header ul.gnav li span {
  display: block;
  font-weight: normal;
  font-size: 0.8rem;
}

header ul.gnav li:nth-child(3) {
  margin-right: 120px;
}

header ul.gnav li:nth-child(4) {
  margin-left: 120px;
}

.header_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#h_logo {
  margin-right: auto;
  line-height: 1;
}

/*ナビゲーション
**********************************************/
.gnav .jump {
  width: 100px;
  height: 37px;
  display: block;
}

.gnav .sec01 {
  background: url(../img/gnav_01.png) no-repeat center;
}

.gnav .sec02 {
  background: url(../img/gnav_02.png) no-repeat center;
}

.gnav .sec03 {
  background: url(../img/gnav_03.png) no-repeat center;
}

.gnav .sec04 {
  background: url(../img/gnav_04.png) no-repeat center;
}

.gnav .sec05 {
  background: url(../img/gnav_05.png) no-repeat center;
}

.gnav .sec06 {
  background: url(../img/gnav_06.png) no-repeat center;
}

/*コンテンツ
**********************************************/
#mv {
  background-image: url(../img/bg_mv.png);
  background-position: top center;
  background-repeat: no-repeat;
  height: 1105px;
}

#mv .container {
  height: 1000px;
  width: 950px;
  background-image: url(../img/mv.png);
  background-position: 66% -60px;
  background-repeat: no-repeat;
  background-size: contain;
}

#mv .container .m_logo {
  width: 348px;
  height: 315px;
  text-align: center;
  position: absolute;
  right: 90px;
  top: 40px;
  background: url(../img/logo.png) no-repeat left top;
}

#mv a {
  padding-top: 60px;
  position: absolute;
  bottom: 540px;
  left: 62px;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #fff;
}

#mv a.master {
    width: 245px;
    height: 290px;
    left: 0px;
    top: 185px;
    padding: 0;
}

#mv a span {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  background: #ff8db3;
  border-radius: 100%;
  box-sizing: border-box;
  z-index: -1;
}

#mv a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: 2px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#mv a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100px;
  height: 100px;
  box-shadow: 0 0 0 0 rgba(255, 141, 179, .8);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 141, 179, .1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    box-shadow: 0 0 0 60px rgba(255, 141, 179, .1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

section {
  padding: 0 0 70px 0;
  color: #61689e;
}

section .container {
  background-image: url(../img/bg_heart_02.png);
  padding: 70px 50px 0 50px;
  display: block;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 23%;
}

section:nth-of-type(2n) .container {
  background-image: url(../img/bg_heart_01.png);
  background-position: top left;
}

section:nth-of-type(2) .container {
  background-image: none;
}

section:nth-of-type(2n) {
  background: url(../img/bg_section.png);
}

section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 4rem;
  color: #fab5cc;
}

section h2::before {
  content: "◆ ◆ ◆";
  font-size: 1.5rem;
  margin-right: 10px;
  position: relative;
  top: -8px;
}

section h2::after {
  content: "◆ ◆ ◆";
  font-size: 1.5rem;
  margin-left: 10px;
  position: relative;
  top: -8px;
}

p.large {
  color: #ff8db3;
  font-size: 3rem;
  line-height: 1.3;
}

#sec01 {
  margin-top: -175px;
}

#sec01 h2 {
  background: url(../img/sub_topics.png) bottom center no-repeat;
  padding-bottom: 25px;
}

#sec01 h3 {
  color: #fab5cc;
  margin-bottom: 15px;
}

#sec01 span.floatr a {
  background: #fab5cc;
  padding: 5px 10px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 5px;
}

#sec01 .floatl {
  background: url(../img/bg_dotline.png) top right repeat-y;
}

#sec01 dl {
  background: #feefea;
  padding: 30px 35px;
  margin-bottom: 10px;
  width: 92%;
}

#sec01 dt.thm {
  width: 85px;
  height: 85px;
  border-radius: 85px;
  display: block;
  float: left;
  margin: 6px 30px 0 0;
  background: url(../img/news_thm.png);
}

#sec01 dt.date {
  color: #fab5cc;
  font-size: 1.3rem;
}

#sec01 dt.h4 {
  color: #61689e;
}

#sec01 dd {
  color: #a38fb7;
  font-weight: normal;
  font-size: 1.3rem;
}

#sec01 .banner {
  margin-top: 50px;
}

#sec01 .banner img {
  border-radius: 10px;
}

#sec01 .banner a:first-child img {
  margin-right: 40px;
}

#sec02 {
  background: url(../img/bg_story.png) top center;
  background-size: cover;
  color: #fff;
  text-shadow: #ffd0d5 1px 1px 10px;
}

#sec02 h2 {
  color: #fff;
  width: 47%;
  background: url(../img/sub_story.png) bottom center no-repeat;
  padding-bottom: 25px;
}

#sec02 p {
  line-height: 2;
  margin: 40px 0;
}

#sec02 p span {
  font-size: 3.5rem;
}

#sec03 h3 {
  color: #ff8db3;
  font-size: 5rem;
  background: url(../img/bg_dotline.png) bottom right repeat-x;
  padding-bottom: 20px;
  width: 52%;
  margin-bottom: 10px;
}

#sec03 h3 span {
  font-size: 30%;
  font-weight: normal;
  position: relative;
  top: -12px;
}

#sec03 h4 {
  color: #fab5cc;
  width: 52%;
  font-size: 2rem;
  text-align: center;
}

#sec03 .catch {
  background: url(../img/txt_chara.png) no-repeat;
  background-size: contain;
  width: 140px;
  height: 650px;
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
}

#sec03 .voice-list {
  margin-top: 30px;
}

#sec03 .voice-list h4 {
  float: left;
  width: 160px;
  text-align: left;
  line-height: 3.4;
}

#sec03 .voice-list li {
  float: left;
  margin-right: 15px;
}

#sec03 .vp-button {
  background: url("../img/btn_voice.png") no-repeat 0 7px;
  display: block;
  cursor: pointer;
  margin: 0;
  position: relative;
  width: 77px;
  height: 77px;
}

#sec03 .vp-button:hover {
  background: url("../img/btn_voice.png") no-repeat 0 7px;
}

#sec03 .vp-button.vp-playing {
  background: url("../img/btn_voice_pause.png") no-repeat 0 7px;
}

.tabs {
  width: 60%;
}

.tabs a {
  border-radius: 5px;
  display: block;
  margin: 15px 15px 0 0;
}

.tab_content {
  position: absolute;
  height: 1000px;
  width: 438px;
  right: 0;
  bottom: -70px;
  background-size: cover;
}

#tab1 {
  background-image: url(../img/charactor_01.png);
}

#tab2 {
  background-image: url(../img/charactor_02.png);
}

#tab3 {
  background-image: url(../img/charactor_03.png);
}

#tab4 {
  background-image: url(../img/charactor_04.png);
}

#sec03 dl.data {
  margin: 40px auto;
}

.profile {
  z-index: 2;
  position: relative;
  text-shadow:
    white 1px 1px 10px, white -1px 1px 10px,
    white 1px -1px 10px, white -1px -1px 10px;
  width: 70%;
  line-height: 2;
}

#sec03 h2 {
  background: url(../img/sub_character.png) bottom center no-repeat;
  padding-bottom: 25px;
}

#sec04 h2 {
  background: url(../img/sub_gallery.png) bottom center no-repeat;
  padding-bottom: 25px;
}

ul.gallery li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  float: left;
}

ul.gallery li:nth-child(3),
ul.gallery li:nth-child(6),
ul.gallery li:nth-child(9) {
  margin-right: 0;
}

.lum-lightbox.lum-open {
  z-index: 100;
}

#sec05 h2 {
  background: url(../img/sub_system.png) bottom center no-repeat;
  padding-bottom: 25px;
}

#sec05 {
  text-align: center;
}

#sec05 img {
  margin: 40px 0;
}

#sec05 p.large {
  margin-top: 60px;
}

#sec05 .floatl, #sec05 .floatr {
  width: 32%;
  margin-top: -150px;
}

#sec06 h2 {
  background: url(../img/sub_concept.png) bottom center no-repeat;
  padding-bottom: 25px;
}

#sec06 ul.concept li:nth-child(1) {
  background: url(../img/concept_01.png) top left no-repeat;
}

#sec06 ul.concept li:nth-child(2) {
  background: url(../img/concept_02.png) top right no-repeat;
}

#sec06 ul.concept li:nth-child(3) {
  background: url(../img/concept_03.png) top left no-repeat;
}

#sec06 ul.concept li:nth-child(4) {
  background: url(../img/concept_04.png) top right no-repeat;
}

ul.concept li:nth-of-type(1),
ul.concept li:nth-of-type(3) {
  padding-left: 630px;
  height: 450px;
  padding-top: 90px;
}

ul.concept li:nth-of-type(2),
ul.concept li:nth-of-type(4) {
  padding-left: 30px;
  height: 450px;
  padding-top: 90px;
}

ul.concept li:nth-of-type(2),
ul.concept li:nth-of-type(3),
ul.concept li:nth-of-type(4) {
  margin-top: -50px;
}

#sec06 h3 {
  color: #ff8db3;
  font-size: 3rem;
  line-height: 2;
}

#sec07 h2 {
  background: url(../img/sub_product.png) bottom center no-repeat;
  padding-bottom: 25px;
}

#sec07 dl.data {
  margin: 50px auto;
  width: 50%;
}

dl.data dt {
  background: #fab5cc;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 30px;
  padding: 3px 0px;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 100px;
  text-align: center;
  float: left;
}

dl.data dd {
  padding: 0;
  margin-bottom: 10px;
}

/*フッター
**********************************************/
footer {
  background: url(../img/bg_footer.png) repeat-x center;
  /*background: linear-gradient(#feefea, #ffcec9, #f5c3ca, #a4b8ef);*/
  color: #fff;
  padding: 70px 0 30px 0;
}

footer .f_txt {
  background: url(../img/txt_footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 740px;
  margin: 0 auto 0 39%;
}

footer .f_logo {
  width: 200px;
  height: 150px;
  opacity: 0.8;
  text-align: center;
  margin: 0 auto 30px auto;
  background: url(../img/logo_footer.png) no-repeat center;
  background-size: contain;
}

.copyright {
  font-size: 1.3rem;
  text-align: center;
}

.page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1;
}

.page-top a {
  width: 64px;
  height: 64px;
  display: block;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80)";
  background: #fab5cc;
  border-radius: 50px;
}

.page-top a::after {
  position: absolute;
  content: '';
  display: block;
  top: 47%;
  right: 25px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*ボタン
**********************************************/
[class*="btn"] a {
  text-decoration: none;
}

.btn a {
  position: relative;
  display: block;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.btn a:hover {
  text-decoration: none !important;
}

.btn.arrow a::before,
.btn.arrow a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
}

.btn.arrow a::before {
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn.arrow a::after {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

/********************
特設ページ
***********************/
.special {
  background: url(../img/bg_section.png);
}

.special section .container {
  text-align: center;
  background: url(../img/bg_heart_01.png) no-repeat;
  background-size: 23%;
}

.special p{margin: 2rem 0;}

.special section h2 {
  margin-bottom: 30px;
}

.special section h3 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.special section h4 {
  font-size: 2.3rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

.special footer {
  padding: 30px 0 30px 0;
  background: none;
  color: #61689e;
}

/********************
スタイル
***********************/
.blue {
  color: #103080;
}

.bg_navy {
  background: #7eb8d2;
}

.bg_gray {
  background: #eeeeee;
}

.bg_blue {
  background: #103080;
}

.w10per {
  width: 10%;
}

.w15per {
  width: 15%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w35per {
  width: 35%;
}

.w40per {
  width: 40%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w65per {
  width: 65%;
}

.w70per {
  width: 70%;
}

.w75per {
  width: 75%;
}

.w90per {
  width: 90%;
}

.w95per {
  width: 95%;
}

.w100per {
  width: 100%;
}

.txt_l {
  text-align: left !important
}

.txt_c {
  text-align: center !important
}

.txt_r {
  text-align: right !important
}

.tb_style {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse
}

.tb_style td,
.tb_style th {
  padding: 5px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box
}

.tb_style th {
  background: #eee
}

.tb_form {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse
}

.tb_form .tb_list li {
  display: inline;
  margin-left: 15px
}

.tb_form .tb_list li:first-child {
  margin-left: 0
}

.tb_form .tb_list li .title {
  margin-right: 5px
}

.tb_form .space_b {
  display: block;
  margin-bottom: 15px
}

.tb_form .imp_txt {
  width: 100%;
  padding: 3px 0
}

.tb_form .imp_s {
  width: 20%;
  padding: 3px 0
}

.tb_form .imp_space {
  width: 20%;
  padding: 3px 0
}

.ime_sel {
  padding: 3px 0;
  width: 100%
}

.col2_box,
.col3_box,
.col4_box,
.col5_box {
  position: relative
}

.col2_box .col2,
.col3_box .col3,
.col4_box .col4,
.col5_box .col5 {
  float: left;
  box-sizing: border-box
}

.col2_box .col2:first-child,
.col3_box .col3:first-child,
.col4_box .col4:first-child,
.col4_box .col5:first-child {
  margin-left: 0
}

@media (max-width:420px) {
  .c-input--text {
    padding: 10px 6px
  }

  .c-form>.row {
    border-bottom: none
  }

  .c-form__label {
    padding: 10px 10px 0 0;
    font-size: 14px
  }

  .c-form__input {
    margin-bottom: 10px
  }

  .c-pickup__item {
    border: none;
  }

  .c-pickup__item span {
    display: none
  }

  .c-ranking__list-wrap {
    margin-right: -3%
  }

  .c-ranking__item {
    margin-bottom: 12px
  }

  .c-product__item {
    margin-bottom: 12px
  }

  .c-catalog .col6_box {
    margin-right: 0
  }

  .c-catalog .col6 {
    width: 100% !important
  }
}

.u-bgc-default {
  background-color: #fff
}

.u-bgc-light-gray3 {
  background-color: #f0f0f0
}

.u-bgc-white {
  background-color: #fff
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.u-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-block {
  display: block
}

.u-inline {
  display: inline
}

.u-inline-block {
  display: inline-block
}

/* c-flex
--------------------------------------------------------- */
[class*="c-flex"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex--nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-flex--between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.c-flex--around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.c-flex--alignCenter {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.c-flex--alignEnd {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

.c-flex--reverse {
  -webkit-flex-direction: row-reverse;
  -moz-align-items: row-reverse;
  -ms-align-items: row-reverse;
  -o-align-items: row-reverse;
  flex-direction: :;
  row-reverse;
}

.c-flex--col {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.c-jus-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.c-jus-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

.c-item--alignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.c-item--stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.u-flt-l {
  float: left
}

.u-flt-r {
  float: right
}

.u-cf {
  zoom: 1
}

.u-cf:before,
.u-cf:after {
  content: "";
  display: table
}

.u-cf:after {
  clear: both
}

.u-pos-r {
  position: relative
}

.u-pos-a {
  position: absolute
}

.u-pos-s {
  position: static
}

.u-ta-l {
  text-align: left
}

.u-ta-c {
  text-align: center
}

.u-ta-r {
  text-align: right
}

.u-m-xxl {
  margin: 50px
}

.u-m-xl {
  margin: 40px
}

.u-m-l {
  margin: 30px
}

.u-m-m {
  margin: 20px
}

.u-m-s {
  margin: 15px
}

.u-m-xs {
  margin: 10px
}

.u-m-xxs {
  margin: 8px
}

.u-mt-xxl {
  margin-top: 50px
}

.u-mt-xl {
  margin-top: 40px
}

.u-mt-l {
  margin-top: 30px
}

.u-mt-m {
  margin-top: 20px
}

.u-mt-m {
  margin-top: 15px
}

.u-mt-xs {
  margin-top: 10px
}

.u-mt-xxs {
  margin-top: 8px
}

.u-mr-xxl {
  margin-right: 50px
}

.u-mr-xl {
  margin-right: 40px
}

.u-mr-l {
  margin-right: 30px
}

.u-mr-m {
  margin-right: 20px
}

.u-mr-s {
  margin-right: 15px
}

.u-mr-xs {
  margin-right: 10px
}

.u-mr-xxs {
  margin-right: 8px
}

.u-mb-xxl {
  margin-bottom: 50px
}

.u-mb-xl {
  margin-bottom: 40px
}

.u-mb-l {
  margin-bottom: 30px
}

.u-mb-m {
  margin-bottom: 20px
}

.u-mb-s {
  margin-bottom: 15px
}

.u-mb-xs {
  margin-bottom: 10px
}

.u-mb-xxs {
  margin-bottom: 8px
}

.u-ml-xxl {
  margin-left: 50px
}

.u-ml-xl {
  margin-left: 40px
}

.u-ml-l {
  margin-left: 30px
}

.u-ml-m {
  margin-left: 20px
}

.u-ml-s {
  margin-left: 15px
}

.u-ml-xs {
  margin-left: 10px
}

.u-ml-xxs {
  margin-left: 8px
}

.u-p-xxl {
  padding: 50px
}

.u-p-xl {
  padding: 40px
}

.u-p-l {
  padding: 30px
}

.u-p-m {
  padding: 20px
}

.u-p-s {
  padding: 15px
}

.u-p-xs {
  padding: 10px
}

.u-p-xxs {
  padding: 8px
}

.u-pt-xxl {
  padding-top: 50px
}

.u-pt-xl {
  padding-top: 40px
}

.u-pt-l {
  padding-top: 30px
}

.u-pt-m {
  padding-top: 20px
}

.u-pt-s {
  padding-top: 15px
}

.u-pt-xs {
  padding-top: 10px
}

.u-pt-xxs {
  padding-top: 8px
}

.u-pr-xxl {
  padding-right: 50px
}

.u-pr-xl {
  padding-right: 40px
}

.u-pr-l {
  padding-right: 30px
}

.u-pr-m {
  padding-right: 20px
}

.u-pr-s {
  padding-right: 15px
}

.u-pr-xs {
  padding-right: 10px
}

.u-pr-xxs {
  padding-right: 8px
}

.u-pb-xxl {
  padding-bottom: 50px
}

.u-pb-xl {
  padding-bottom: 40px
}

.u-pb-l {
  padding-bottom: 30px
}

.u-pb-m {
  padding-bottom: 20px
}

.u-pb-s {
  padding-bottom: 15px
}

.u-pb-xs {
  padding-bottom: 10px
}

.u-pb-xxs {
  padding-bottom: 8px
}

.u-pl-xxl {
  padding-left: 50px
}

.u-pl-xl {
  padding-left: 40px
}

.u-pl-l {
  padding-left: 30px
}

.u-pl-m {
  padding-left: 20px
}

.u-pl-s {
  padding-left: 15px
}

.u-pl-xs {
  padding-left: 10px
}

.u-pl-xxs {
  padding-left: 8px
}

.is-hidden {
  display: none
}

.u-fs-xxl {
  font-size: 20px
}

.u-fs-xl {
  font-size: 18px
}

.u-fs-l {
  font-size: 16px
}

.u-fs-m {
  font-size: 14px
}

.u-fs-s {
  font-size: 12px
}

.u-fs-xs {
  font-size: 11px
}

.u-fs-xxs {
  font-size: 10px
}

.u-tc-gray {
  color: #999
}

.u-tc-light-gray {
  color: #ddd
}

.u-tc-dark-gray {
  color: #666
}

.u-tc-white {
  color: #fff
}

.u-tc-red {
  color: #f00
}

.u-tc-light-green {
  color: #14a0b7;
}

.u-fw-n {
  font-weight: normal
}

.u-fw-b {
  font-weight: bold
}

.u-td-u {
  text-decoration: underline
}

.u-td-n {
  text-decoration: none
}

.u-lh-xl {
  line-height: 1.8
}

.u-lh-l {
  line-height: 1.6
}

.u-lh-m {
  line-height: 1.4
}

.u-lh-s {
  line-height: 1.2
}

.u-lh-none {
  line-height: 0
}

.u-visible-pc {
  display: block
}

.u-visible-pc--inline {
  display: inline
}

.u-visible-sp {
  display: none
}

.u-visible-sp--inline {
  display: none
}

.u-visible-sp--flex {
  display: none
}

@media (min-width:421px) {
  .u-m-xxl-pc {
    margin: 50px
  }

  .u-m-xl-pc {
    margin: 40px
  }

  .u-m-l-pc {
    margin: 30px
  }

  .u-m-m-pc {
    margin: 20px
  }

  .u-m-s-pc {
    margin: 15px
  }

  .u-m-xs-pc {
    margin: 10px
  }

  .u-m-xxs-pc {
    margin: 8px
  }

  .u-mt-xxl-pc {
    margin-top: 50px
  }

  .u-mt-xl-pc {
    margin-top: 40px
  }

  .u-mt-l-pc {
    margin-top: 30px
  }

  .u-mt-m-pc {
    margin-top: 20px
  }

  .u-mt-m-pc {
    margin-top: 15px
  }

  .u-mt-xs-pc {
    margin-top: 10px
  }

  .u-mt-xxs-pc {
    margin-top: 8px
  }

  .u-mr-xxl-pc {
    margin-right: 50px
  }

  .u-mr-xl-pc {
    margin-right: 40px
  }

  .u-mr-l-pc {
    margin-right: 30px
  }

  .u-mr-m-pc {
    margin-right: 20px
  }

  .u-mr-s-pc {
    margin-right: 15px
  }

  .u-mr-xs-pc {
    margin-right: 10px
  }

  .u-mr-xxs-pc {
    margin-right: 8px
  }

  .u-mb-xxl-pc {
    margin-bottom: 50px
  }

  .u-mb-xl-pc {
    margin-bottom: 40px
  }

  .u-mb-l-pc {
    margin-bottom: 30px
  }

  .u-mb-m-pc {
    margin-bottom: 20px
  }

  .u-mb-s-pc {
    margin-bottom: 15px
  }

  .u-mb-xs-pc {
    margin-bottom: 10px
  }

  .u-mb-xxs-pc {
    margin-bottom: 8px
  }

  .u-ml-xxl-pc {
    margin-left: 50px
  }

  .u-ml-xl-pc {
    margin-left: 40px
  }

  .u-ml-l-pc {
    margin-left: 30px
  }

  .u-ml-m-pc {
    margin-left: 20px
  }

  .u-ml-s-pc {
    margin-left: 15px
  }

  .u-ml-xs-pc {
    margin-left: 10px
  }

  .u-ml-xxs-pc {
    margin-left: 8px
  }

  .u-p-xxl-pc {
    padding: 50px
  }

  .u-p-xl-pc {
    padding: 40px
  }

  .u-p-l-pc {
    padding: 30px
  }

  .u-p-m-pc {
    padding: 20px
  }

  .u-p-s-pc {
    padding: 15px
  }

  .u-p-xs-pc {
    padding: 10px
  }

  .u-p-xxs-pc {
    padding: 8px
  }

  .u-pt-xxl-pc {
    padding-top: 50px
  }

  .u-pt-xl-pc {
    padding-top: 40px
  }

  .u-pt-l-pc {
    padding-top: 30px
  }

  .u-pt-m-pc {
    padding-top: 20px
  }

  .u-pt-s-pc {
    padding-top: 15px
  }

  .u-pt-xs-pc {
    padding-top: 10px
  }

  .u-pt-xxs-pc {
    padding-top: 8px
  }

  .u-pr-xxl-pc {
    padding-right: 50px
  }

  .u-pr-xl-pc {
    padding-right: 40px
  }

  .u-pr-l-pc {
    padding-right: 30px
  }

  .u-pr-m-pc {
    padding-right: 20px
  }

  .u-pr-s-pc {
    padding-right: 15px
  }

  .u-pr-xs-pc {
    padding-right: 10px
  }

  .u-pr-xxs-pc {
    padding-right: 8px
  }

  .u-pb-xxl-pc {
    padding-bottom: 50px
  }

  .u-pb-xl-pc {
    padding-bottom: 40px
  }

  .u-pb-l-pc {
    padding-bottom: 30px
  }

  .u-pb-m-pc {
    padding-bottom: 20px
  }

  .u-pb-s-pc {
    padding-bottom: 15px
  }

  .u-pb-xs-pc {
    padding-bottom: 10px
  }

  .u-pb-xxs {
    padding-bottom: 8px
  }

  .u-pl-xxl-pc {
    padding-left: 50px
  }

  .u-pl-xl-pc {
    padding-left: 40px
  }

  .u-pl-l-pc {
    padding-left: 30px
  }

  .u-pl-m-pc {
    padding-left: 20px
  }

  .u-pl-s-pc {
    padding-left: 15px
  }

  .u-pl-xs-pc {
    padding-left: 10px
  }

  .u-pl-xxs-pc {
    padding-left: 8px
  }
}

@media (max-width:420px) {
  .u-visible-sp {
    display: block
  }

  .u-visible-sp--inline {
    display: inline
  }

  .u-visible-sp--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .u-visible-pc {
    display: none
  }

  .u-visible-pc--inline {
    display: none
  }

  .u-hidden-sp {
    display: none
  }

  .u-width-full-sp {
    width: 100% !important
  }

  .u-flex-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .u-m-xxl-pc {
    margin: 50px
  }

  .u-m-xl-pc {
    margin: 40px
  }

  .u-m-l-pc {
    margin: 30px
  }

  .u-m-m-pc {
    margin: 20px
  }

  .u-m-s-pc {
    margin: 15px
  }

  .u-m-xs-pc {
    margin: 10px
  }

  .u-m-xxs-pc {
    margin: 8px
  }

  .u-mt-xxl-sp {
    margin-top: 50px
  }

  .u-mt-xl-sp {
    margin-top: 40px
  }

  .u-mt-l-sp {
    margin-top: 30px
  }

  .u-mt-m-sp {
    margin-top: 20px
  }

  .u-mt-m-sp {
    margin-top: 15px
  }

  .u-mt-xs-sp {
    margin-top: 10px
  }

  .u-mt-xxs-sp {
    margin-top: 8px
  }

  .u-mr-xxl-sp {
    margin-right: 50px
  }

  .u-mr-xl-sp {
    margin-right: 40px
  }

  .u-mr-l-sp {
    margin-right: 30px
  }

  .u-mr-m-sp {
    margin-right: 20px
  }

  .u-mr-s-sp {
    margin-right: 15px
  }

  .u-mr-xs-sp {
    margin-right: 10px
  }

  .u-mr-xxs-sp {
    margin-right: 8px
  }

  .u-mb-xxl-sp {
    margin-bottom: 50px
  }

  .u-mb-xl-sp {
    margin-bottom: 40px
  }

  .u-mb-l-sp {
    margin-bottom: 30px
  }

  .u-mb-m-sp {
    margin-bottom: 20px
  }

  .u-mb-s-sp {
    margin-bottom: 15px
  }

  .u-mb-xs-sp {
    margin-bottom: 10px
  }

  .u-mb-xxs-sp {
    margin-bottom: 8px
  }

  .u-ml-xxl-sp {
    margin-left: 50px
  }

  .u-ml-xl-sp {
    margin-left: 40px
  }

  .u-ml-l-sp {
    margin-left: 30px
  }

  .u-ml-m-sp {
    margin-left: 20px
  }

  .u-ml-s-sp {
    margin-left: 15px
  }

  .u-ml-xs-sp {
    margin-left: 10px
  }

  .u-ml-xxs-sp {
    margin-left: 8px
  }

  .u-p-xxl-sp {
    padding: 50px
  }

  .u-p-xl-sp {
    padding: 40px
  }

  .u-p-l-sp {
    padding: 30px
  }

  .u-p-m-sp {
    padding: 20px
  }

  .u-p-s-sp {
    padding: 15px
  }

  .u-p-xs-sp {
    padding: 10px
  }

  .u-p-xxs-sp {
    padding: 8px
  }

  .u-pt-xxl-sp {
    padding-top: 50px
  }

  .u-pt-xl-sp {
    padding-top: 40px
  }

  .u-pt-l-sp {
    padding-top: 30px
  }

  .u-pt-m-sp {
    padding-top: 20px
  }

  .u-pt-s-sp {
    padding-top: 15px
  }

  .u-pt-xs-sp {
    padding-top: 10px
  }

  .u-pt-xxs-sp {
    padding-top: 8px
  }

  .u-pr-xxl-sp {
    padding-right: 50px
  }

  .u-pr-xl-sp {
    padding-right: 40px
  }

  .u-pr-l-sp {
    padding-right: 30px
  }

  .u-pr-m-sp {
    padding-right: 20px
  }

  .u-pr-s-sp {
    padding-right: 15px
  }

  .u-pr-xs-sp {
    padding-right: 10px
  }

  .u-pr-xxs-sp {
    padding-right: 8px
  }

  .u-pb-xxl-sp {
    padding-bottom: 50px
  }

  .u-pb-xl-sp {
    padding-bottom: 40px
  }

  .u-pb-l-sp {
    padding-bottom: 30px
  }

  .u-pb-m-sp {
    padding-bottom: 20px
  }

  .u-pb-s-sp {
    padding-bottom: 15px
  }

  .u-pb-xs-sp {
    padding-bottom: 10px
  }

  .u-pb-xxs-sp {
    padding-bottom: 8px
  }

  .u-pl-xxl-sp {
    padding-left: 50px
  }

  .u-pl-xl-sp {
    padding-left: 40px
  }

  .u-pl-l-sp {
    padding-left: 30px
  }

  .u-pl-m-sp {
    padding-left: 20px
  }

  .u-pl-s-sp {
    padding-left: 15px
  }

  .u-pl-xs-sp {
    padding-left: 10px
  }

  .u-pl-xxs-sp {
    padding-left: 8px
  }
}
