@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
[data-aos="line-bl"] {
  width: 200px;
  -webkit-transition-property: width;
  transition-property: width;
}

[data-aos="line-bl"].aos-animate {
  width: 100%;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header .header_logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .l-header .header_logo {
    width: 105px;
  }
}

.l-header .header_banner {
  width: 100%;
  height: 720px;
  background: url("../img/common/banner.png") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .l-header .header_banner {
    height: 450px;
    background: url("../img/common/banner_sp.png") center center no-repeat;
    background-size: cover;
  }
}

.l-header .header_banner .banner_title {
  font-size: 4.8rem;
  color: #E85298;
  line-height: 1;
  padding: 44px 51px;
  letter-spacing: -.1em;
}

@media screen and (max-width: 1200px) {
  .l-header .header_banner .banner_title {
    padding: 44px 74px 44px 200px;
  }
}

@media screen and (max-width: 768px) {
  .l-header .header_banner .banner_title {
    font-size: 4.5rem;
    padding: 122px 0 0;
    letter-spacing: -.05em;
    line-height: 1.1;
  }
}

.l-header .header_banner .banner_title small {
  display: block;
  font-size: 3.6rem;
  color: #231815;
  margin-bottom: 10px;
  letter-spacing: -.05em;
}

@media screen and (max-width: 768px) {
  .l-header .header_banner .banner_title small {
    font-size: 2.53rem;
  }
}

.l-header .header_nav {
  background: #000;
  padding: 12px 0;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .l-header .header_nav {
    height: 100vh;
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .l-header .header_nav.open {
    -webkit-transform: none;
            transform: none;
  }
}

.l-header .header_nav.fixed {
  position: fixed;
  top: 0;
}

@media screen and (max-width: 768px) {
  .l-header .header_nav .nav_list {
    display: block;
  }
}

.l-header .header_nav .nav_item {
  margin: 0 13px;
}

@media screen and (max-width: 768px) {
  .l-header .header_nav .nav_item {
    margin: 0;
  }
}

.l-header .header_nav .nav_item a {
  font-family: 'Ropa Sans', sans-serif;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .l-header .header_nav .nav_item a {
    display: block;
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}

.l-header .header_nav .nav_item a:after {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #E85298;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-header .header_nav .nav_item a:hover {
  opacity: 1;
}

.l-header .header_nav .nav_item a:hover:after {
  opacity: 1;
}

.l-header .btn_menu {
  display: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 102;
}

@media screen and (max-width: 768px) {
  .l-header .btn_menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99px;
    background: #000;
  }
}

.l-header .btn_menu.open .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}

.l-header .btn_menu.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(5px, 7px);
          transform: rotateZ(45deg) scaleX(1.25) translate(5px, 7px);
}

.l-header .btn_menu.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(3px, -6px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(3px, -6px);
}

.l-header .btn_menu .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 25px;
  top: 24px;
  left: 12.5px;
  background-color: #fff;
}

.l-header .btn_menu .icon:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -8px;
}

.l-header .btn_menu .icon:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 8px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.backtop {
  width: 60px;
  height: 60px;
  background: #E85298;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (max-width: 768px) {
  .backtop {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
  }
}

.backtop.show {
  opacity: 1;
  z-index: 99;
}

.backtop span {
  width: 32px;
  height: 20px;
  background: url("../img/index/arrow_top.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 17px;
  left: 14px;
}

@media screen and (max-width: 768px) {
  .backtop span {
    width: 24px;
    height: 15px;
    top: 13px;
    left: 10px;
  }
}

.l-footer {
  position: relative;
}

.l-footer .footer_address {
  font-size: 1.4rem;
  text-align: center;
  background: #E5E5E5;
  padding: 18px 0;
}

@media screen and (max-width: 768px) {
  .l-footer .footer_address {
    font-size: 1rem;
    padding: 15px 0;
  }
}

.l-footer .footer_socials {
  background: #000;
  text-align: center;
  padding: 14px 0;
}

@media screen and (max-width: 768px) {
  .l-footer .footer_socials {
    padding: 11px 0 10px;
  }
}

.l-footer .footer_socials a {
  display: inline-block;
  margin: 0 9px;
}

@media screen and (max-width: 768px) {
  .l-footer .footer_socials a {
    max-width: 24px;
    margin: 0 6px;
  }
}

.l-footer .footer_copy {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #E85298;
  padding: 50px 0 49px;
}

@media screen and (max-width: 768px) {
  .l-footer .footer_copy {
    font-size: 1.2rem;
    padding: 36px 0;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  line-height: 1.5;
}

.wrap {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.l-main {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .l-main {
/*    padding: 0 25px;*/
    padding: 0 15px;
  }
}

.page_scroll a {
  position: relative;
  display: block;
  padding-top: 140px;
  margin-top: -140px;
  z-index: -1;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
banner
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.btn_online_shop {
  display: inline-block;
  width: 420px;
  background: #E85298;
  border-radius: 15px;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .btn_online_shop {
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
  }
}

.btn_online_shop:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
.c-title1 {
  font-family: 'Ropa Sans', sans-serif;
  font-size: 4.8rem;
  color: #fff;
  text-align: center;
  background: #E85298;
  padding: 24px 0;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .c-title1 {
    font-size: 3.6rem;
    padding: 3px 0;
  }
}

.c-title2 {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  color: #fff;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 72px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-title2 {
    font-size: 1.4rem;
    height: 58px;
    max-width: 69%;
  }
}

.c-title2:before {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -15px;
  left: -15px;
}

@media screen and (max-width: 768px) {
  .c-title2:before {
    width: 28px;
    height: 28px;
    top: -14px;
    left: -14px;
  }
}

.c-title2:after {
  content: "";
  width: 32px;
  height: 32px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: -15px;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .c-title2:after {
    width: 28px;
    height: 24px;
    bottom: -14px;
    right: -14px;
  }
}

.c-title2 small {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .c-title2 small {
    font-size: 1.2rem;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
List
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Home page
------------------------------------------------------------*/
.p-top .top_sec01 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 {
    padding-bottom: 18px;
  }
}

.p-top .top_sec01 .sec01_bg {
  width: 4812px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_bg {
    width: 100%;
    top: 197vw;
  }
}

.p-top .top_sec01 .sec01_bg img {
  width: 100%;
}

.p-top .top_sec01 .sec01_bg2 {
  width: 2344px;
  position: absolute;
  bottom: 0;
  left: 37.5%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_bg2 {
    width: 100%;
    left: 0;
  }
}

.p-top .top_sec01 .sec01_bg2 img {
  width: 100%;
}

.p-top .top_sec01 .sec01_content1 {
  padding: 90px 0 80px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content1 {
    display: block;
    padding: 32px 0 60px;
  }
}

.p-top .top_sec01 .sec01_content1 .content1_info {
  width: 50%;
  max-width: 490px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content1 .content1_info {
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
}

.p-top .top_sec01 .sec01_content1 .content1_title {
  font-size: 3.6rem;
  letter-spacing: -.1em;
  left: -20px;
  margin-bottom: 25px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content1 .content1_title {
    font-size: 2.7rem;
    margin-left: -10px;
    margin-right: -10px;
    letter-spacing: -.1em;
    margin-bottom: 18px;
  }
}

.p-top .top_sec01 .sec01_content1 .content1_title span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FFF33F), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, #FFF33F 50%, transparent 50%);
  background: linear-gradient(to top, #FFF33F 50%, transparent 50%);
}

.p-top .top_sec01 .sec01_content1 .content1_txt {
  font-size: 1.8rem;
  margin-bottom: 60px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content1 .content1_txt {
    font-size: 1.4rem;
    line-height: 1.95;
    margin-bottom: 20px;
  }
}

.p-top .top_sec01 .sec01_content1 .content1_img {
  max-width: 372px;
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content1 .content1_img {
    max-width: 210px;
    margin: 0 auto;
  }
}

.p-top .top_sec01 .sec01_content1 .content1_img h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 12px;
  letter-spacing: -.01em;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content1 .content1_img h3 {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}

.p-top .top_sec01 .sec01_content2 {
  background: rgba(0, 175, 236, 0.5);
  position: relative;
  padding: 48px 48px 40px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content2 {
    padding: 31px 16px;
    overflow: hidden;
  }
}

.p-top .top_sec01 .sec01_content2:before {
  content: "";
  width: 52px;
  height: 52px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -25px;
  left: -25px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content2:before {
    width: 28px;
    height: 28px;
    top: -14px;
    left: -14px;
  }
}

.p-top .top_sec01 .sec01_content2:after {
  content: "";
  width: 52px;
  height: 52px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: -25px;
  right: -25px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content2:after {
    width: 28px;
    height: 28px;
    bottom: -14px;
    right: -14px;
  }
}

.p-top .top_sec01 .sec01_content2 .content2_title {
  text-align: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content2 .content2_title {
    margin-bottom: 2px;
  }
}

.p-top .top_sec01 .sec01_content2 .content2_box {
  width: 33%;
  max-width: 280px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content2 .content2_box {
    width: 48%;
    margin-top: 18px;
  }
}

.p-top .top_sec01 .sec01_content2 .content2_box .box_title {
  font-size: 2.2rem;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 4px 0 3px;
  letter-spacing: -.08em;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content2 .content2_box .box_title {
    font-size: 1.15rem;
    padding: 2px 0 1px;
  }
}

.p-top .top_sec01 .sec01_btn {
  text-align: center;
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_btn {
    margin-top: 72px;
  }
  .p-top .top_sec01 .sec01_btn a {
    display: inline-block;
    max-width: 65%;
  }
}

.p-top .top_sec01 .sec01_content3 {
  padding: 63px 0 85px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content3 {
    padding: 28px 0;
  }
}

.p-top .top_sec01 .sec01_content3 .content3_box {
  margin-bottom: 98px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content3 .content3_box {
    margin-bottom: 48px;
  }
}

.p-top .top_sec01 .sec01_content3 .content3_box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content3 .content3_box:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-top .top_sec01 .sec01_content3 .content3_box:nth-child(2n) .box_content {
  width: 41%;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content3 .content3_box:nth-child(2n) .box_content {
    width: 100%;
  }
}

.p-top .top_sec01 .sec01_content3 .content3_box:nth-child(2n) .box_title span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FFF88C), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, #FFF88C 50%, transparent 50%);
  background: linear-gradient(to top, #FFF88C 50%, transparent 50%);
}

.p-top .top_sec01 .sec01_content3 .content3_box .box_img {
  width: 56%;
  max-width: 540px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content3 .content3_box .box_img {
    width: 100%;
    max-width: 100%;
    margin-top: 23px;
    padding: 0 27px;
  }
}

.p-top .top_sec01 .sec01_content3 .content3_box .box_content {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content3 .content3_box .box_content {
    width: 100%;
    max-width: 100%;
  }
}

.p-top .top_sec01 .sec01_content3 .content3_box .box_title {
  font-size: 3.6rem;
  margin-bottom: 33px;
  letter-spacing: -.05em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content3 .content3_box .box_title {
    font-size: 2.7rem;
    margin-bottom: 22px;
  }
}

.p-top .top_sec01 .sec01_content3 .content3_box .box_title span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FFF33F), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, #FFF33F 50%, transparent 50%);
  background: linear-gradient(to top, #FFF33F 50%, transparent 50%);
}

.p-top .top_sec01 .sec01_content3 .content3_box .box_txt {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec01 .sec01_content3 .content3_box .box_txt {
    font-size: 1.4rem;
    line-height: 1.95;
  }
}

.p-top .online_shop {
  padding: 60px 0;
  text-align: center;
  background: url("../img/index/online_shop_bg.png") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top .online_shop {
    padding: 28px 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .online_shop a {
    max-width: 56%;
    min-width: 210px;
  }
}

.p-top .top_sec02 .sec02_head {
  background: #E85298;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_head {
    padding-bottom: 26px;
  }
}

.p-top .top_sec02 .sec02_youtube {
  width: 560px;
  margin: 6px auto;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_youtube {
    width: 100%;
    padding: 0 27px;
    margin-top: 28px;
  }
}

.p-top .top_sec02 .sec02_youtube iframe {
  width: 100%;
  height: 315px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_youtube iframe {
    height: 180px;
  }
}

.p-top .top_sec02 .sec02_youtube .youtube_note {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 8px;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_youtube .youtube_note {
    font-size: 1.1rem;
    margin-top: 0;
  }
}

.p-top .top_sec02 .sec02_content {
  padding: 24px 4px 76px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_content {
    padding: 0 0 65px;
  }
}

.p-top .top_sec02 .sec02_box {
  width: 46%;
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box:nth-child(1) .box_img img {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box:nth-child(2) .box_img img {
    max-width: 76%;
  }
}

.p-top .top_sec02 .sec02_box:nth-child(3) .box_txt {
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box:nth-child(3) .box_txt {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box:nth-child(4) {
    margin-top: 21px;
  }
}

.p-top .top_sec02 .sec02_box:nth-child(4) .box_txt {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box:nth-child(4) .box_txt {
    margin-bottom: 16px;
  }
}

.p-top .top_sec02 .sec02_box .box_title {
  font-size: 3.6rem;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: -.1em;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box .box_title {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

.p-top .top_sec02 .sec02_box .box_title .title_icon {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box .box_title .title_icon {
    max-width: 85px;
  }
}

.p-top .top_sec02 .sec02_box .box_title .title_txt span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FFF33F), color-stop(50%, transparent));
  background: -webkit-linear-gradient(bottom, #FFF33F 50%, transparent 50%);
  background: linear-gradient(to top, #FFF33F 50%, transparent 50%);
}

.p-top .top_sec02 .sec02_box .box_txt {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 46px;
  letter-spacing: .02em;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box .box_txt {
    font-size: 1.4rem;
    margin-bottom: 17px;
  }
}

.p-top .top_sec02 .sec02_box .box_img {
  text-align: center;
}

.p-top .top_sec02 .sec02_box .box_youtube {
  width: 100%;
  max-width: 420px;
}

.p-top .top_sec02 .sec02_box .box_youtube iframe {
  width: 100%;
  height: 236px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box .box_youtube iframe {
    height: 180px;
  }
}

.p-top .top_sec02 .sec02_box .box_youtube .youtube_note {
  font-size: 1.2rem;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box .box_youtube .youtube_note {
    font-size: 1.1rem;
    margin-top: 0;
  }
}

.p-top .top_sec02 .sec02_box .box_group {
  padding-left: 10px;
  width: 100%;
}

.p-top .top_sec02 .sec02_box .box_child {
  width: 49%;
  max-width: 210px;
}

.p-top .top_sec02 .sec02_box .box_child:nth-child(2) .box_child_title {
  background: #E85298;
}

.p-top .top_sec02 .sec02_box .box_child_title {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 7px 0 6px;
  background: #666666;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box .box_child_title {
    font-size: 1.4rem;
    padding: 5px 0 4px;
  }
}

.p-top .top_sec02 .sec02_box .box_child_txt {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec02 .sec02_box .box_child_txt {
    font-size: .8rem;
    letter-spacing: -.01em;
  }
}

.p-top .top_sec03 .c-title1 {
  margin-bottom: 93px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .c-title1 {
    margin-bottom: 40px;
  }
}

.p-top .top_sec03 .c-title2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .c-title2 {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top .top_sec03 .sec03_content {
  padding-top: 5px;
  padding-bottom: 103px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_content {
    display: block;
    text-align: center;
    padding-bottom: 62px;
  }
}

.p-top .top_sec03 .sec03_box1 {
  text-align: center;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box1 {
    width: 49%;
    margin-top: 26px;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box1:nth-child(1) {
    width: 100%;
    margin-top: 0;
  }
  .p-top .top_sec03 .sec03_box1:nth-child(1) .box_img img {
    width: 90px;
  }
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box1:nth-child(2) .box_img img, .p-top .top_sec03 .sec03_box1:nth-child(3) .box_img img, .p-top .top_sec03 .sec03_box1:nth-child(4) .box_img img, .p-top .top_sec03 .sec03_box1:nth-child(5) .box_img img {
    width: 78px;
  }
}

.p-top .top_sec03 .sec03_box1:last-child {
  margin-right: 0;
}

.p-top .top_sec03 .sec03_box1 .box_img {
  height: 148px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box1 .box_img {
    height: auto;
    display: block;
  }
}

.p-top .top_sec03 .sec03_box1 .box_title {
  font-size: 1.8rem;
  letter-spacing: -.05em;
  margin-top: 11px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box1 .box_title {
    font-size: 1.4rem;
  }
}

.p-top .top_sec03 .sec03_box1 .box_title small {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box1 .box_title small {
    font-size: 1.2rem;
  }
}

.p-top .top_sec03 .sec03_box2 {
  width: 33%;
  max-width: 280px;
  margin-top: 79px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 {
    width: 100%;
    max-width: 100%;
    padding: 0 16%;
    text-align: left;
    margin-top: 34px;
  }
}

.p-top .top_sec03 .sec03_box2 .c-title2 {
  max-width: 100%;
}

.p-top .top_sec03 .sec03_box2 .box_info {
  width: calc(100% - 114px);
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 .box_info {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 .box_img {
    max-width: 78px;
  }
}

.p-top .top_sec03 .sec03_box2 .box_title1 {
  font-size: 3rem;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 .box_title1 {
    font-size: 2.4rem;
  }
}

.p-top .top_sec03 .sec03_box2 .box_title1 .sz-405 {
  font-size: 4.05rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 .box_title1 .sz-405 {
    font-size: 3.2rem;
  }
}

.p-top .top_sec03 .sec03_box2 .box_title1 .sz-27 {
  font-size: 2.7rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 .box_title1 .sz-27 {
    font-size: 2.2rem;
  }
}

.p-top .top_sec03 .sec03_box2 .box_title1 .sz-378 {
  font-size: 3.78rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 .box_title1 .sz-378 {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.p-top .top_sec03 .sec03_box2 .box_title2 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 .box_title2 {
    font-size: 2.4rem;
  }
}

.p-top .top_sec03 .sec03_box2 .box_title2 .sz-22 {
  font-size: 2.2rem;
}

.p-top .top_sec03 .sec03_box2 .box_txt1 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -.05em;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec03 .sec03_box2 .box_txt1 {
    font-size: 1.4rem;
  }
}

.p-top .top_sec04 {
  padding-bottom: 83px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec04 {
    padding-bottom: 20px;
  }
}

.p-top .top_sec04 .c-title1 {
  margin-bottom: 71px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec04 .c-title1 {
    margin-bottom: 33px;
  }
}

.p-top .top_sec04 .sec04_txt1 {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_txt1 {
    font-size: 1.4rem;
    margin-bottom: 17px;
    text-align: left;
  }
}
.p-top .top_sec04 .sec04_list {
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_list {
    justify-content: space-between;
  }
}
/*

.p-top .top_sec04 .sec04_item {
  width: 33%;
  max-width: 240px;
  margin-right: 24px;
  margin-bottom: 11.5px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_item {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 13.5px;
  }
}

.p-top .top_sec04 .sec04_item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_item:nth-child(3n) {
    margin-right: 8%;
  }
}

@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_item:nth-child(2n) {
    margin-right: 0;
  }
}
*/

.p-top .top_sec04 .sec04_item {
  width: 33%;
  max-width: 240px;
  margin-right: 24px;
  margin-bottom: 11.5px;
}
@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 13.5px;
  }
}
.p-top .top_sec04 .sec04_item a {
  display: block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_item a {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
}
.p-top .top_sec04 .sec04_item a span {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_item a span {
    margin-left: 15px;
  }
}
.p-top .top_sec04 .sec04_item a:before {
  content: "";
  background: url("../img/index/btn_arrow.png") no-repeat top left;
  background-size: contain;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_item a:before {
    width: 5px;
    height: 10px;
    left: 5px;
  }
}
.p-top .top_sec04 .sec04_item a span.condensed {
  display: block;
  transform: scale(0.8,1);
  transform-origin: 0 0;
  width: 125%;
}

.p-top .top_sec04 .sec04_item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec04 .sec04_item:nth-child(2n) {
    margin-right: 0;
  }
}


.p-top .top_sec05 {
  background: #E5E5E5;
  padding-bottom: 71px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec05 {
    padding-bottom: 37px;
  }
}

.p-top .top_sec05 .c-title1 {
  margin-bottom: 81px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec05 .c-title1 {
    margin-bottom: 32px;
  }
}

.p-top .top_sec05 .faq_item {
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec05 .faq_item {
    margin-bottom: 20px;
  }
}

.p-top .top_sec05 .faq_item:last-child {
  margin-bottom: 0;
}

.p-top .top_sec05 .faq_q {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 12px 80px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec05 .faq_q {
    font-size: 1.3rem;
    padding: 4px 0 4px 62px;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -.02em;
  }
}

.p-top .top_sec05 .faq_q.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-top .top_sec05 .faq_q:before {
  font-family: 'Ropa Sans', sans-serif;
  content: "Q";
  font-size: 4.8rem;
  color: #fff;
  width: 60px;
  height: 100%;
  background: #00AFEC;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec05 .faq_q:before {
    width: 50px;
    font-size: 3.6rem;
  }
}

.p-top .top_sec05 .faq_q:after {
  content: "";
  width: 31px;
  height: 31px;
  background: url("../img/index/circle_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec05 .faq_q:after {
    width: 22.5px;
    height: 22.5px;
    top: calc(50% - 11px);
    right: 10px;
  }
}

.p-top .top_sec05 .faq_a {
  padding: 20px 80px;
  font-size: 1.4rem;
  line-height: 1.8;
  background: #fff;
  position: relative;
  display: none;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec05 .faq_a {
    padding: 10px 40px 10px 62px;
  }
}

.p-top .top_sec05 .faq_a:before {
  font-family: 'Ropa Sans', sans-serif;
  content: "A";
  font-size: 4.8rem;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec05 .faq_a:before {
    font-size: 3.6rem;
  }
}

.p-top .top_sec05 .faq_a a {
  color: #333;
  text-decoration: underline;
}

.p-top .top_sec06 .c-title1 {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .c-title1 {
    margin-bottom: 48px;
  }
}

.p-top .top_sec06 .sec06_head {
  max-width: 800px;
  margin: 0 auto 56px;
  border: 4px solid #00AFEC;
  padding: 29px 35px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_head {
    border-width: 3px;
    margin: 0 25px;
    padding: 11px 17px 15px;
  }
}

.p-top .top_sec06 .sec06_head .head_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px dashed #00AFEC;
  padding-bottom: 7px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_head .head_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.p-top .top_sec06 .sec06_head .head_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 8px;
  letter-spacing: .06em;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_head .head_txt {
    font-size: 1.2rem;
    padding: 0;
  }
}

.p-top .top_sec06 .sec06_content {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_content {
    padding: 52px 25px 0;
    display: block;
  }
}

.p-top .top_sec06 .sec06_info {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_info {
    width: 100%;
    margin-bottom: 42px;
  }
}

.p-top .top_sec06 .sec06_title {
  font-size: 2.4rem;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 0;
  }
}

.p-top .top_sec06 .sec06_item {
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_item {
    margin-bottom: 4.8px;
  }
}

.p-top .top_sec06 .sec06_item a {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-decoration: underline;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_item a {
    font-size: 1rem;
  }
}

.p-top .top_sec06 .sec06_note {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 60px;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .p-top .top_sec06 .sec06_note {
    font-size: 1rem;
    margin-top: 0;
    padding: 25px 0 35px;
    line-height: 2;
  }
}

.p-top .top_sec06 .sec06_twitter {
  border: 1px solid #ccc;
  overflow: hidden;
}

/*
------------------------------------------------------------*/
.sec06_list {
  max-height: 500px;
  overflow: auto;
}

.sec06_list .normal-text, .sec06_list .link-text {
  display: block;
  font-size: 1.4rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sec06_list .normal-text, .sec06_list .link-text {
    font-size: 1rem;
  }
}

.sec06_list .link-text {
  text-decoration: underline;
  cursor: pointer;
}

.sec06_list .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 200;
}

.sec06_list .popup.active {
  display: block;
}

.sec06_list .popup section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  width: 50%;
  max-height: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  z-index: 210;
}

.sec06_list .popup section .popup-close {
  position: absolute;
  width: 31px;
  height: 31px;
  top: 30px;
  right: 20px;
  background-color: transparent;
  cursor: pointer;
  z-index: 220;
}

.sec06_list .popup section .popup-close:before, .sec06_list .popup section .popup-close:after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 27px;
  height: 5px;
  background-color: #333;
}

.sec06_list .popup section .popup-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sec06_list .popup section .popup-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sec06_list .popup section .popup-title {
  margin: 0;
  padding: 20px 60px 20px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 2.4em;
  font-weight: bold;
}

.sec06_list .popup section .popup-body {
  padding: 20px;
  overflow: auto;
  font-size: 1.4em;
}

.sec06_list .popup section .popup-body .popup-published {
  text-align: right;
}

.sec06_list .popup section .popup-body h3 {
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #333;
}

.sec06_list .popup section .popup-body a {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .sec06_list .popup section {
    width: 90%;
    height: 70%;
  }
}

.top-sec07 .c-title1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px){
  .top-sec07 .c-title1  {
    margin-bottom: 33px;
  }
}
.top-sec07 p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .top-sec07 p {
    font-size: 1.4rem;
    text-align: left;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.text_read {
  font-size: 1.8rem;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .text_read {
    font-size: 1.6rem;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-blue {
  color: #004b84;
  font-size: 1.6rem;
}

.u-text-red {
  color: red;
}

.u-text-right {
  text-align: right;
}
.text_underline {
  text-decoration: underline;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-none {
  display: none !important;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
.u-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-wrap {
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
          flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

/*
------------------------------------------------------------*/
