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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-image: none;
  list-style-type: none;
}

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

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Helper */
.valign_top {
  vertical-align: top;
}

/**************************************************
Brakpoint
***************************************************/
html {
  background: #fff;
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  color: #282828;
  text-align: justify;
  letter-spacing: 2px;
}

body.overflow-hidden {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #282828;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=80);
}

.sp_none {
  display: block;
}

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

.pc_none {
  display: none;
}

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

/* COMMON
--------------------------------------------------- */
.content_area {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.btn_type_01 {
  font-size: calc(13/1200*100vw);
  color: #d70000;
  font-weight: 600;
  width: auto;
  padding: calc(17/1200*100vw) calc(20/1200*100vw);
  border: 2px solid #d70000;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(225, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(225, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 1px;
}

.btn_type_01 i {
  font-size: calc(16/1200*100vw);
}

.btn_type_01 i:first-child {
  margin: 0 15px 0 0;
}

.btn_type_01 i:last-child {
  margin: -1px 0 0 15px;
}

.btn_type_01:hover {
  opacity: 1;
  color: #fff;
  background-color: #d70000;
  -webkit-box-shadow: 0 0 10px rgba(225, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(225, 0, 0, 0.2);
}

.btn_type_02 {
  font-size: calc(13/1200*100vw);
  color: #fff;
  font-weight: 600;
  width: calc(230/1200*100vw);
  padding: calc(17/1200*100vw) calc(20/1200*100vw);
  border-radius: 100px;
  background-color: #d70000;
  border: 2px solid #d70000;
  -webkit-box-shadow: 0 5px 10px rgba(225, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(225, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.btn_type_02 i {
  font-size: calc(16/1200*100vw);
}

.btn_type_02 i:first-child {
  margin: 2px 15px 0 0;
}

.btn_type_02 i:last-child {
  margin: -1px 0 0 15px;
}

.btn_type_02:hover {
  opacity: 1;
  color: #d70000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(225, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(225, 0, 0, 0.2);
}

.btn_type_03 {
  font-size: 24px;
  color: #d70000;
  font-weight: 600;
  width: 400px;
  padding: 35px 20px;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #d70000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 1px;
}

.btn_type_03 i {
  font-size: calc(18/1200*100vw);
}

.btn_type_03 i:first-child {
  margin: 0 15px 0 0;
}

.btn_type_03 i:last-child {
  margin: -1px 0 0 15px;
}

.btn_type_03:hover {
  opacity: 1;
  color: #fff;
  border: 2px solid #fff;
  background-color: #d70000;
  -webkit-box-shadow: 0 0 10px rgba(225, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(225, 0, 0, 0.2);
}

.section_tit {
  text-align: center;
  margin: 0 0 70px;
}

.section_tit .jp_tit {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 3px;
  position: relative;
}

.section_tit .jp_tit:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #d70000;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.section_tit .en_tit {
  font-size: 18px;
  font-weight: 600;
  color: #d70000;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 10px;
}

.read_txt {
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  color: #282828;
}

.red_area {
  background-color: #d70000;
}

.red_area .section_tit .jp_tit {
  color: #fff;
}

.red_area .section_tit .jp_tit:after {
  background-color: #fff;
}

.red_area .section_tit .en_tit {
  color: #fff;
}

.red_area .read_txt {
  color: #fff;
}

#toTop {
  width: 50px;
  height: 50px;
  background-color: #d70000;
  border-radius: 100px;
  color: #fff;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  text-align: center;
  padding: 15px 15px;
  font-size: 20px;
  cursor: pointer;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .content_area {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .btn_type_01 {
    font-size: calc(30/750*100vw);
    width: 80%;
    padding: calc(40/750*100vw) calc(40/750*100vw);
    border: 1px solid #d70000;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(225, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(225, 0, 0, 0.2);
    margin: 0 auto;
  }
  .btn_type_01 i {
    font-size: calc(36/750*100vw);
  }
  .btn_type_01 i:first-child {
    margin: 0 15px 0 0;
  }
  .btn_type_01 i:last-child {
    margin: -1px 0 0 10px;
    font-size: 14px;
  }
  .btn_type_02 {
    font-size: calc(30/750*100vw);
    width: 80%;
    padding: calc(40/750*100vw) calc(40/750*100vw);
    border: 1px solid #d70000;
    -webkit-box-shadow: 0 5px 10px rgba(225, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(225, 0, 0, 0.2);
  }
  .btn_type_02 i {
    font-size: calc(36/750*100vw);
  }
  .btn_type_02 i:first-child {
    margin: 0 15px 0 0;
  }
  .btn_type_02 i:last-child {
    margin: -1px 0 0 10px;
    font-size: 14px;
  }
  .btn_type_03 {
    font-size: calc(30/750*100vw);
    width: 100%;
    padding: calc(40/750*100vw) calc(40/750*100vw);
    border: 1px solid #d70000;
  }
  .btn_type_03 i {
    font-size: calc(36/750*100vw);
  }
  .btn_type_03 i:first-child {
    margin: 0 15px 0 0;
  }
  .btn_type_03 i:last-child {
    margin: -2px 0 0 10px;
    font-size: 14px;
  }
  .section_tit {
    margin: 0 0 50px;
  }
  .section_tit .jp_tit {
    font-size: calc(42/750*100vw);
    letter-spacing: 2px;
    position: relative;
  }
  .section_tit .jp_tit:after {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #d70000;
    bottom: -15px;
  }
  .section_tit .en_tit {
    font-size: 10px;
    margin: 0 0 5px;
  }
  .read_txt {
    font-size: 13px;
    line-height: 2;
  }
  #toTop {
    right: 15px;
    bottom: 15px;
  }
}

/* MV
--------------------------------------------------- */
section.mv {
  width: 100%;
  height: calc(600/1200*100vw);
  background-repeat: no-repeat;
  background-image: url(../img/mv_pc.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
  padding: calc(180/1200*100vw) 0 0;
}

section.mv .header_logo {
  width: 305px;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url(../img/logo_bg.png);
  background-repeat: no-repeat;
}

section.mv .header_logo .logo {
  display: block;
  width: 125px;
  margin: 30px 0 0 40px;
}

section.mv .copy_box {
  margin: 0 0 0 10vw;
}

section.mv .copy_box .sub_copy {
  width: calc(450/1200*100vw);
  margin: 0 0 25px;
}

section.mv .copy_box .main_copy {
  font-size: calc(44/1200*100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.mv .copy_box .main_copy .line {
  background-color: #fff;
  padding: 5px 10px 0;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 0 15px;
  line-height: 1.2;
}

section.mv .copy_box .main_copy .red {
  color: #d70000;
  font-weight: 700;
}

section.mv .copy_box .en_copy {
  font-size: calc(20/1200*100vw);
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1;
}

section.mv .btn_box {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

section.mv .btn_box .btn_type_01 {
  margin: 0 20px 0 0;
}

section.mv.page {
  background-image: none;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  section.mv {
    height: calc(950/750*100vw);
    background-size: cover;
    background-position: -110vw 0;
    position: relative;
    z-index: 10;
    padding: calc(300/750*100vw) 0 0;
  }
  section.mv .header_logo {
    width: 55%;
    height: calc(300/750*100vw);
    background-size: contain;
  }
  section.mv .header_logo .logo {
    width: 43%;
    margin: 15px 0 0 15px;
  }
  section.mv .copy_box {
    margin: 0 3vw 0;
  }
  section.mv .copy_box .sub_copy {
    width: calc(550/750*100vw);
    margin: 0 0 10px;
  }
  section.mv .copy_box .main_copy {
    font-size: calc(50/750*100vw);
  }
  section.mv .copy_box .main_copy .line {
    padding: 3px 10px 3px;
    margin: 0 0 5px;
  }
  section.mv .copy_box .en_copy {
    font-size: calc(20/750*100vw);
    margin: 0 0 0;
    letter-spacing: 0;
  }
  section.mv .btn_box {
    margin: 20px 0 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  section.mv .btn_box .btn_type_01 {
    margin: 0 auto 10px;
  }
  section.mv .btn_box .btn_type_02 {
    margin: 0 auto;
  }
}

/* scene
--------------------------------------------------- */
section.scene_area {
  width: 100%;
  height: auto;
  padding: 80px 0;
  position: relative;
  margin: 0 0 0 0;
  background-color: #fff;
}

section.scene_area .scene_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.scene_area .scene_flex .scene_box {
  width: 25%;
}

section.scene_area .scene_flex .scene_box .scene_ph {
  height: auto;
  margin: 0 0 15px;
}

section.scene_area .scene_flex .scene_box .scene_txt {
  text-align: center;
  font-size: calc(13/1200*100vw);
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  section.scene_area {
    padding: 50px 0;
  }
  section.scene_area .scene_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.scene_area .scene_flex .scene_box {
    width: 50%;
    margin: 0 0 15px;
  }
  section.scene_area .scene_flex .scene_box .scene_ph {
    margin: 0 0 10px;
  }
  section.scene_area .scene_flex .scene_box .scene_txt {
    font-size: calc(24/750*100vw);
  }
}

/* news
--------------------------------------------------- */
section.news_area {
  padding: 100px 0;
  background-color: #f4f4f4;
}

section.news_area .flex_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.news_area .flex_box .section_tit {
  text-align: left;
}

section.news_area .flex_box .section_tit .jp_tit:after {
  left: 0;
  right: inherit;
  margin: 0 0 0 0;
}

section.news_area .flex_box .news_list {
  width: 800px;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  padding: 0 0;
}

section.news_area .flex_box .news_list .news_box .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #d2d2d2;
  padding: 35px 0;
}

section.news_area .flex_box .news_list .news_box .post:last-child {
  border-bottom: none;
}

section.news_area .flex_box .news_list .news_box .post .date {
  width: 100px;
  font-size: 16px;
  margin: 0 20px 0 0;
  font-weight: 600;
  letter-spacing: 1px;
}

section.news_area .flex_box .news_list .news_box .post .icon {
  color: #fff;
  background-color: #d70000;
  padding: 3px 20px;
  border-radius: 100px;
  font-size: 14px;
  margin: 0 30px 0 0;
  line-height: 1.4;
  font-weight: 600;
}

section.news_area .flex_box .news_list .news_box .post .news_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

section.news_post_area .post_area {
  margin: 100px 0 200px;
}

section.news_post_area .post_area .tit_box {
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 0 30px;
  margin: 0 0 30px;
}

section.news_post_area .post_area .tit_box .date {
  width: 100px;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

section.news_post_area .post_area .tit_box .icon {
  color: #fff;
  background-color: #d70000;
  padding: 3px 20px;
  border-radius: 100px;
  font-size: 14px;
  margin: 0 30px 0 0;
  line-height: 1.4;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section.news_post_area .post_area .tit_box .post_tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px;
}

section.news_post_area .post_area .post_content_box {
  margin: 0 0 100px;
}

section.news_post_area .post_area .post_content_box p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

section.news_post_area .post_area .btn_type_01 {
  width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  section.news_area {
    padding: 50px 0;
  }
  section.news_area .flex_box {
    width: 100%;
    display: block;
  }
  section.news_area .flex_box .section_tit {
    text-align: center;
  }
  section.news_area .flex_box .section_tit .jp_tit:after {
    right: 0;
    margin: 0 auto;
  }
  section.news_area .flex_box .news_list {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 0 0;
  }
  section.news_area .flex_box .news_list .news_box .post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  section.news_area .flex_box .news_list .news_box .post .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    margin: 0 15px 0 0;
  }
  section.news_area .flex_box .news_list .news_box .post .icon {
    font-size: 10px;
    margin: 0 20px 0 0;
  }
  section.news_area .flex_box .news_list .news_box .post .news_txt {
    margin: 5px 0 0;
    font-size: 12px;
  }
  section.news_post_area .post_area {
    margin: 50px 0 100px;
  }
  section.news_post_area .post_area .tit_box {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  section.news_post_area .post_area .tit_box .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  section.news_post_area .post_area .tit_box .icon {
    font-size: 10px;
    margin: 0 20px 0 0;
  }
  section.news_post_area .post_area .tit_box .post_tit {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  section.news_post_area .post_area .post_content_box {
    margin: 0 0 50px;
  }
  section.news_post_area .post_area .post_content_box p {
    font-size: 14px;
    line-height: 1.6;
  }
  section.news_post_area .post_area .btn_type_01 {
    width: 80%;
    margin: 0 auto;
  }
}

/* about
--------------------------------------------------- */
section.about_area, section.what_area {
  padding: 100px 0;
}

section.about_area .read_txt, section.what_area .read_txt {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  section.about_area, section.what_area {
    padding: 50px 0;
  }
  section.about_area .read_txt, section.what_area .read_txt {
    width: 90%;
    margin: 0 auto;
  }
}

/* micro
--------------------------------------------------- */
section.micro_area {
  padding: 100px 0;
}

section.micro_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 100px 0 0;
  position: relative;
}

section.micro_area .flex_box .micro_box {
  width: 485px;
  padding: 0 20px 20px;
  background-color: #d9e5ea;
}

section.micro_area .flex_box .micro_box .box_tit {
  color: #fff;
  text-align: center;
  width: 210px;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 16px;
  margin: -18px auto 20px;
  background-color: #165996;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 100px;
  font-family: 'Roboto', sans-serif;
}

section.micro_area .flex_box .micro_box .flex_box.min {
  margin: 0;
}

section.micro_area .flex_box .micro_box .detail_box {
  width: 48%;
}

section.micro_area .flex_box .micro_box .detail_box .ph {
  margin: 0 0 15px;
}

section.micro_area .flex_box .micro_box .detail_box .caption {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

section.micro_area .flex_box .arrow {
  width: 50px;
  height: 45px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

section.micro_area .flex_box .micro_box.left {
  background-color: #d9e5ea;
}

section.micro_area .flex_box .micro_box.left .box_tit {
  background-color: #165996;
}

section.micro_area .flex_box .micro_box.right {
  background-color: #fdecec;
}

section.micro_area .flex_box .micro_box.right .box_tit {
  background-color: #c10000;
}

@media only screen and (max-width: 767px) {
  section.micro_area {
    padding: 50px 0;
  }
  section.micro_area .flex_box {
    display: block;
    margin: 50px 0 0;
  }
  section.micro_area .flex_box .micro_box {
    width: 100%;
    padding: 0 20px 10px;
    border: 1px solid #fff;
  }
  section.micro_area .flex_box .micro_box .box_tit {
    width: 70%;
    padding: 5px 0;
    font-size: 14px;
    margin: -13px auto 20px;
  }
  section.micro_area .flex_box .micro_box .detail_box {
    width: 100%;
    margin: 0 0 20px;
  }
  section.micro_area .flex_box .micro_box .detail_box .ph {
    margin: 0 0 10px;
  }
  section.micro_area .flex_box .micro_box .detail_box .caption {
    font-size: 12px;
  }
  section.micro_area .flex_box .arrow {
    width: 15%;
    height: auto;
    position: relative;
    margin: 20px auto 25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  section.micro_area .flex_box .micro_box.left .box_tit {
    background-color: #165996;
  }
  section.micro_area .flex_box .micro_box.right {
    background-color: #fdecec;
  }
  section.micro_area .flex_box .micro_box.right .box_tit {
    background-color: #c10000;
  }
}

/* construction
--------------------------------------------------- */
section.construction_area {
  padding: 100px 0;
  background-color: #f4f4f4;
  position: relative;
}

section.construction_area .txt_xl {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  margin: 0 0 30px;
}

section.construction_area .mess_txt {
  font-size: 28px;
  line-height: 2.2;
  color: #d70000;
  text-align: center;
  margin: 30px 0 0;
}

section.construction_area .mess_txt .line {
  border-bottom: 3px solid #d70000;
  padding: 0 0 5px;
  font-weight: 600;
}

section.construction_area .icon {
  position: absolute;
  top: 50px;
  right: 10vw;
  width: calc(240/1200*100vw);
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  section.construction_area {
    padding: 100px 0 50px;
  }
  section.construction_area .txt_xl {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  section.construction_area .txt_xl br {
    display: none;
  }
  section.construction_area .mess_txt {
    font-size: 14px;
    letter-spacing: 0;
    margin: 20px 0 0;
  }
  section.construction_area .mess_txt .line {
    border-bottom: 2px solid #d70000;
    padding: 0 0 5px;
  }
  section.construction_area .icon {
    position: absolute;
    top: 20px;
    right: 5%;
    width: 40%;
    margin: 0 0 10px;
  }
}

/* create
--------------------------------------------------- */
section.create_area {
  padding: 100px 0 0;
  background-color: #f4f4f4;
}

section.create_area .toggle_area .toggle_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(50/1200*100vw) calc(50/1200*100vw) calc(40/1200*100vw);
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  cursor: hand;
}

section.create_area .toggle_area .toggle_tit:before, section.create_area .toggle_area .toggle_tit:after {
  content: "";
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

section.create_area .toggle_area .toggle_tit:before {
  top: 50%;
  right: 30px;
}

section.create_area .toggle_area .toggle_tit:after {
  top: 50%;
  right: 30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

section.create_area .toggle_area .toggle_tit .toggle_icon {
  width: calc(250/1200*100vw);
  margin: -10px 30px 0 0;
}

section.create_area .toggle_area .toggle_tit .product_name {
  font-size: calc(25/1200*100vw);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 calc(20/1200*100vw) 3px 0;
}

section.create_area .toggle_area .toggle_tit .caption {
  font-size: calc(14/1200*100vw);
  line-height: 1.6;
  color: #6d6d6d;
}

section.create_area .toggle_area .toggle_tit:hover {
  opacity: .6;
}

section.create_area .toggle_area .toggle_contanier {
  padding: 5vw;
  display: none;
}

section.create_area .toggle_area .toggle_contanier .toggle_flex_tate {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, calc(240/1200*100vw));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1500px) {
  section.create_area .toggle_area .toggle_contanier .toggle_flex_tate {
    grid-template-columns: repeat(5, calc(200/1200*100vw));
  }
}

section.create_area .toggle_area .toggle_contanier .toggle_flex_yoko {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, calc(520/1200*100vw));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1500px) {
  section.create_area .toggle_area .toggle_contanier .toggle_flex_yoko {
    grid-template-columns: repeat(3, calc(350/1200*100vw));
  }
}

section.create_area .toggle_area .toggle_contanier .mock_img {
  margin: 0 0 calc(40/1200*100vw);
}

section.create_area .toggle_area .toggle_tit.open:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

section.create_area .toggle_area.product_01 .toggle_tit {
  border-left: 10px solid #1a5aa9;
}

section.create_area .toggle_area.product_01 .toggle_tit:before, section.create_area .toggle_area.product_01 .toggle_tit:after {
  background-color: #1a5aa9;
}

section.create_area .toggle_area.product_01 .product_name {
  color: #1a5aa9;
}

section.create_area .toggle_area.product_01 .toggle_contanier {
  background-color: #ebf0f7;
}

section.create_area .toggle_area.product_02 .toggle_tit {
  border-left: 10px solid #53b439;
}

section.create_area .toggle_area.product_02 .toggle_tit:before, section.create_area .toggle_area.product_02 .toggle_tit:after {
  background-color: #53b439;
}

section.create_area .toggle_area.product_02 .product_name {
  color: #53b439;
}

section.create_area .toggle_area.product_02 .toggle_contanier {
  background-color: #e0eddc;
}

section.create_area .toggle_area.product_03 .toggle_tit {
  border-left: 10px solid #f5a700;
}

section.create_area .toggle_area.product_03 .toggle_tit:before, section.create_area .toggle_area.product_03 .toggle_tit:after {
  background-color: #f5a700;
}

section.create_area .toggle_area.product_03 .product_name {
  color: #f5a700;
}

section.create_area .toggle_area.product_03 .toggle_contanier {
  background-color: #f7f0d6;
}

section.create_area .toggle_area.product_04 .toggle_tit {
  border-left: 10px solid #7f4497;
}

section.create_area .toggle_area.product_04 .toggle_tit:before, section.create_area .toggle_area.product_04 .toggle_tit:after {
  background-color: #7f4497;
}

section.create_area .toggle_area.product_04 .product_name {
  color: #7f4497;
}

section.create_area .toggle_area.product_04 .toggle_contanier {
  background-color: #f6dbef;
}

@media only screen and (max-width: 767px) {
  section.create_area {
    padding: 50px 0 0;
  }
  section.create_area .toggle_area .toggle_tit {
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(40/750*100vw) calc(140/750*100vw) calc(30/750*100vw) calc(40/750*100vw);
  }
  section.create_area .toggle_area .toggle_tit:before, section.create_area .toggle_area .toggle_tit:after {
    content: "";
    width: 30px;
  }
  section.create_area .toggle_area .toggle_tit:before {
    top: 50%;
    right: 10px;
  }
  section.create_area .toggle_area .toggle_tit:after {
    top: 50%;
    right: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  section.create_area .toggle_area .toggle_tit .toggle_icon {
    width: calc(300/750*100vw);
    margin: 0 0 10px 0;
  }
  section.create_area .toggle_area .toggle_tit .product_name {
    font-size: calc(34/750*100vw);
    margin: 0 calc(20/750*100vw) 3px 0;
  }
  section.create_area .toggle_area .toggle_tit .caption {
    font-size: calc(20/750*100vw);
  }
  section.create_area .toggle_area .toggle_contanier .toggle_flex_tate {
    grid-template-columns: repeat(3, calc(200/750*100vw));
  }
  section.create_area .toggle_area .toggle_contanier .mock_img {
    margin: 0 0 calc(40/750*100vw);
  }
  section.create_area .toggle_area.product_01 .toggle_tit {
    border-left: 5px solid #1a5aa9;
  }
  section.create_area .toggle_area.product_02 .toggle_tit {
    border-left: 5px solid #53b439;
  }
  section.create_area .toggle_area.product_03 .toggle_tit {
    border-left: 5px solid #f5a700;
  }
  section.create_area .toggle_area.product_04 .toggle_tit {
    border-left: 5px solid #7f4497;
  }
}

/* reccomend
--------------------------------------------------- */
section.reccomend_area {
  padding: 100px 0;
  background-image: url(../img/reccomend_bg.png);
  background-size: cover;
  background-position: center;
}

section.reccomend_area .content_area {
  width: 760px;
  margin: 0 auto;
}

section.reccomend_area .content_area .check_list {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

section.reccomend_area .content_area .check_list li {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

section.reccomend_area .content_area .check_list li:last-child {
  margin: 0;
}

section.reccomend_area .content_area .check_list li .check {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d70000;
  font-size: 18px;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  section.reccomend_area {
    padding: 50px 0;
  }
  section.reccomend_area .content_area {
    width: 90%;
  }
  section.reccomend_area .content_area .check_list {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  section.reccomend_area .content_area .check_list li {
    font-size: 14px;
    line-height: 1.4;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 15px;
  }
  section.reccomend_area .content_area .check_list li:last-child {
    margin: 0;
  }
  section.reccomend_area .content_area .check_list li .check {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: inline-table;
    font-size: 10px;
    margin: 3px 10px 0 0;
    padding: 4px 0 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* industry
--------------------------------------------------- */
section.industry_area {
  padding: 100px 0;
}

section.industry_area .content_area {
  width: 880px;
  margin: 0 auto;
}

section.industry_area .content_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.industry_area .content_area .flex_box .industry_box {
  width: 270px;
  margin: 0 0 30px;
}

section.industry_area .content_area .flex_box .industry_box .caption {
  color: #fff;
  background-color: #d70000;
  padding: 10px 0;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  section.industry_area {
    padding: 50px 0;
  }
  section.industry_area .content_area {
    width: 90%;
    margin: 0 auto;
  }
  section.industry_area .content_area .flex_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.industry_area .content_area .flex_box .industry_box {
    width: 49%;
    margin: 0 0 10px;
  }
  section.industry_area .content_area .flex_box .industry_box .caption {
    padding: 5px 0;
    font-size: 12px;
  }
}

/* free
--------------------------------------------------- */
section.free_area {
  padding: 100px 0;
}

section.free_area .content_area {
  width: calc(800/1200*100vw);
  margin: 0 auto;
}

section.free_area .content_area .free_box_01 {
  width: 100%;
  margin: 0 0 30px;
}

section.free_area .content_area .free_box_02 {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  section.free_area {
    padding: 50px 0;
  }
  section.free_area .content_area {
    width: 95%;
  }
  section.free_area .content_area .free_box_01 {
    margin: 0 0 20px;
  }
  section.free_area .content_area .free_box_02 {
    width: 90%;
  }
}

/* features_area
--------------------------------------------------- */
section.features_area {
  padding: 100px 0;
  background-color: #f4f4f4;
}

section.features_area .content_area .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.features_area .content_area .flex_box .features_box {
  width: 170px;
}

section.features_area .content_area .flex_box .features_box .features_img {
  margin: 0 0 5px;
}

section.features_area .content_area .flex_box .features_box .caption {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  section.features_area {
    padding: 60px 0;
  }
  section.features_area .content_area .flex_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.features_area .content_area .flex_box .features_box {
    width: 48%;
    margin: 0 0 20px;
  }
  section.features_area .content_area .flex_box .features_box .features_img {
    margin: 0 0 5px;
  }
  section.features_area .content_area .flex_box .features_box .caption {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* price
--------------------------------------------------- */
section.price_area {
  padding: 100px 0;
}

section.price_area .price_contanier {
  width: 830px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 60px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

section.price_area .price_contanier .box_tit {
  background-color: #fdaa33;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  line-height: 1.8;
  color: #fff;
  font-weight: 600;
}

section.price_area .price_contanier .price_list {
  margin: 0 0 40px;
}

section.price_area .price_contanier .price_list .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 2px dashed #e7e7e7;
}

section.price_area .price_contanier .price_list .price_box .icon {
  width: 290px;
  margin: 0 30px 0 0;
}

section.price_area .price_contanier .price_list .price_box .price {
  font-size: 44px;
  color: #d70000;
  font-weight: 600;
  margin: 10px 0 0;
  letter-spacing: 0;
}

section.price_area .price_contanier .price_list .price_box .price .min {
  font-size: 26px;
  font-weight: 600;
}

section.price_area .price_contanier .txt_xl {
  font-size: 26px;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  section.price_area {
    padding: 60px 0;
  }
  section.price_area .price_contanier {
    width: 90%;
    border-radius: 10px;
    padding: 20px 5%;
  }
  section.price_area .price_contanier .box_tit {
    font-size: 14px;
    padding: 7px 0;
    border-radius: 5px;
  }
  section.price_area .price_contanier .price_list {
    margin: 0 0 30px;
  }
  section.price_area .price_contanier .price_list .price_box {
    display: block;
    padding: 30px 0;
    border-bottom: 2px dashed #e7e7e7;
  }
  section.price_area .price_contanier .price_list .price_box .icon {
    width: 70%;
    margin: 0 auto 0;
  }
  section.price_area .price_contanier .price_list .price_box .price {
    text-align: center;
    font-size: 36px;
    margin: 10px 0 0;
    letter-spacing: 0;
  }
  section.price_area .price_contanier .price_list .price_box .price .min {
    font-size: 18px;
  }
  section.price_area .price_contanier .txt_xl {
    font-size: 16px;
  }
}

/* price
--------------------------------------------------- */
section.howto_area {
  padding: 100px 0;
}

section.howto_area .content_area {
  width: 900px;
  margin: 0 auto;
}

section.howto_area .content_area .howto_box {
  padding: 30px 50px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

section.howto_area .content_area .howto_box .box_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.howto_area .content_area .howto_box .box_tit .icon {
  width: 145px;
  background-color: #d70000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100;
  padding: 10px 20px;
  margin: 0 15px 0 0;
  border-radius: 100px;
}

section.howto_area .content_area .howto_box .box_tit .tit {
  font-size: 22px;
  font-weight: 600;
  margin: 0 20px 0 0;
  line-height: 1.2;
}

section.howto_area .content_area .howto_box .box_tit .box_icon {
  display: block;
  width: 70px;
  font-size: 14px;
  border: 1px solid #333;
  padding: 5px 15px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

section.howto_area .content_area .howto_box .box_tit i {
  font-size: 52px;
  color: #d70000;
  margin: 0 0 0 50px;
}

section.howto_area .content_area .howto_box .icon_flex_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0;
}

section.howto_area .content_area .howto_box .icon_flex_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 0;
}

section.howto_area .content_area .howto_box .icon_flex_02 .icon_box {
  margin: 0 20px 0 0;
}

section.howto_area .content_area .howto_box .icon_box {
  width: 245px;
}

section.howto_area .content_area .howto_box .icon_box .icon {
  margin: 0 0 10px;
}

section.howto_area .content_area .howto_box .products_name {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}

section.howto_area .content_area .howto_box .color_01 {
  color: #1a5aa9;
}

section.howto_area .content_area .howto_box .color_02 {
  color: #00643d;
}

section.howto_area .content_area .howto_box .color_03 {
  color: #de6410;
}

section.howto_area .content_area .howto_box .color_04 {
  color: #601986;
}

section.howto_area .content_area .arrow {
  width: 100px;
  margin: 20px auto;
}

@media only screen and (max-width: 767px) {
  section.howto_area {
    padding: 50px 0;
  }
  section.howto_area .content_area {
    width: 90%;
    margin: 0 auto;
  }
  section.howto_area .content_area .howto_box {
    padding: 20px 30px;
    border-radius: 10px;
  }
  section.howto_area .content_area .howto_box .box_tit {
    display: block;
  }
  section.howto_area .content_area .howto_box .box_tit .icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    padding: 5px 20px;
    margin: 0 0 10px;
  }
  section.howto_area .content_area .howto_box .box_tit .tit {
    font-size: 16px;
    margin: 0 10px 5px 0;
    line-height: 1.6;
  }
  section.howto_area .content_area .howto_box .box_tit .box_icon {
    display: block;
    width: 60px;
    font-size: 10px;
    padding: 3px 10px;
  }
  section.howto_area .content_area .howto_box .box_tit i {
    width: 100%;
    font-size: 52px;
    color: #d70000;
    margin: 20px auto 0;
    text-align: center;
  }
  section.howto_area .content_area .howto_box .icon_flex_01 {
    display: block;
    margin: 20px 0 0;
  }
  section.howto_area .content_area .howto_box .icon_flex_02 {
    display: block;
    margin: 20px 0 0;
  }
  section.howto_area .content_area .howto_box .icon_flex_02 .icon_box {
    margin: 0 20px 0 0;
  }
  section.howto_area .content_area .howto_box .icon_box {
    width: 100%;
    margin: 0 0 15px;
  }
  section.howto_area .content_area .howto_box .icon_box .icon {
    width: 80%;
    margin: 0 auto 10px;
  }
  section.howto_area .content_area .howto_box .products_name {
    font-size: 12px;
    line-height: 1.6;
  }
  section.howto_area .content_area .arrow {
    width: 80px;
    margin: 15px auto;
  }
}

/* bta
--------------------------------------------------- */
section.btn_area {
  padding: 100px 0;
}

section.btn_area .content_area {
  width: 825px;
  margin: 0 auto;
}

section.btn_area .content_area .btn_txt {
  font-size: 34px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 600;
}

section.btn_area .content_area .btn_box {
  margin: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  section.btn_area {
    padding: 50px 0;
  }
  section.btn_area .content_area {
    width: 80%;
    margin: 0 auto;
  }
  section.btn_area .content_area .btn_txt {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  section.btn_area .content_area .btn_box {
    display: block;
  }
  section.btn_area .content_area .btn_box .btn_type_03 {
    margin: 0 0 15px;
  }
}

/* FOOTER
--------------------------------------------------- */
.footer {
  background-color: #1f1f1f;
  padding: 100px 0 20px;
}

.footer .list_tit {
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px;
}

.footer .attention {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.footer .attention li {
  margin: 0 0 0px;
  line-height: 1.8;
}

.footer .company_box {
  text-align: center;
  margin: 80px 0 50px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .company_box .company_logo {
  width: 190px;
  margin: 0 auto 15px;
}

.footer .company_box .company_name {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

.footer .company_box .company_name a {
  text-decoration: underline;
  color: #fff;
}

.footer .copy {
  font-size: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .footer {
    background-color: #1f1f1f;
    padding: 50px 0 20px;
  }
  .footer .list_tit {
    font-size: 14px;
    text-align: center;
  }
  .footer .attention {
    font-size: 11px;
    color: #fff;
  }
  .footer .attention li {
    margin: 0 0 0px;
    line-height: 1.8;
  }
  .footer .company_box {
    margin: 50px 0 50px;
    display: block;
  }
  .footer .company_box .company_logo {
    width: 50%;
    margin: 0 auto 15px;
  }
  .footer .company_box .company_name {
    font-size: 12px;
    text-align: center;
  }
}

/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s !important;
  -o-transition: .8s !important;
  transition: .8s !important;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
}

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}
