@charset "UTF-8";
html, body,
ul, li,
h1, h2, h3, h4, h5, h6,
form, input, div, p, img {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

p {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #333333;
}

body p {
  line-height: 1.8;
  font-weight: normal;
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP';
}

input, select, textarea{
  -webkit-appearance: none;
}
textarea{
  resize: none;
}

.inner_1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.inner_900 {
  max-width: 900px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

@media all and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

.pc_i {
  display: inline-block !important;
}

@media all and (max-width: 500px) {
  .pc_i {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media all and (max-width: 500px) {
  .sp {
    display: block !important;
  }
}

.sp_320 {
  display: none !important;
}

@media all and (max-width: 320px) {
  .sp_320 {
    display: block !important;
  }
}

.sp_big {
  display: none !important;
}

@media all and (max-width: 768px) {
  .sp_big {
    display: block !important;
  }
}

.not_ipad {
  display: block;
}

@media all and (min-width: 501px) and (max-width: 768px) {
  .not_ipad {
    display: none;
  }
}

.ipad_sp {
  display: none;
}

@media all and (max-width: 768px) {
  .ipad_sp {
    display: block;
  }
}

.fix-header_lower{
  opacity: 1!important;
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
.scroll_top_btn {
  position: fixed;
  top: 80%;
  left: 5%;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
}
.scroll_top_btn:hover {
  animation: fuwafuwa_up 1s  infinite;
}

.scroll_top_btn img {
  height: 60px;
  transform: rotate(180deg);
}


@keyframes fuwafuwa_up {
  0% {transform: translate(0px, 0px) }
  12.5% {transform: translate(0px, -5px) }
  25% {transform: translate(0px, 0px) }
  37.5% {transform: translate(0px, -5px) }
  50% {transform: translate(0px, 0px) }
  62.5% {transform: translate(0px, -5px) }
  75% {transform: translate(0px, 0px) }
}



@keyframes fuwafuwa_down {
  0% {transform: translate(0px, 0px) }
  12.5% {transform: translate(0px, 2.5px) }
  25% {transform: translate(0px, 5px) }
  37.5% {transform: translate(0px, 7.5px) }
  50% {transform: translate(0px, 10px) }
  62.5% {transform: translate(0px, 12.5px) }
  75% {transform: translate(0px, 15px) }
}






header {
  background-image: url(../img/background1.jpg);
  background-size: cover;
  background-position: center;
}

header .inner_1080 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

header .inner_1080 .header_logo p {
  font-size: 3.6rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #fcee21;
}

header .inner_1080 .header_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .inner_1080 .header_menu ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

header .inner_1080 .header_menu ul p {
  width: 50px;
  text-align: center;
  color: #ff00ff;
  font-size: 1.6rem;
}

@media all and (max-width: 1160px) {
  header {
    padding-left: 40px;
    padding-right: 40px;
  }
  header .inner_1080 .header_menu ul p {
    width: 30px;
  }
}

@media all and (max-width: 1023px) {
  header {
    display: none !important;
  }
}

.fix-header {
  top: 0!important;
  left: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  opacity: 0;
  /* 	最初読み込んだときは透過 */
  z-index: 1000;
  /*　他のアイテムに対して最上位のレイヤーになるように */
}

.sp_header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0!important;
  left: 0;
  background-image: url(../img/background1.jpg);
  background-size: cover;
  background-position: center;
  display: none!important;
}
@media all and (max-width: 1023px) {
  .sp_header {
    display: block!important;
  }
}

.sp_header .inner .header_logo p {
  text-align: center;
  font-size: 4rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #fcee21;
  line-height: 70px;
}

@media all and (max-width: 320px) {
  .sp_header .inner .header_logo p {
    font-size: 3rem;
  }
}

.top_bottom_section {
  width: 100%;
  height: 70px;
  background-image: url(../img/background1.jpg);
  background-size: cover;
  background-position: center;
}

.top_section {
  background-image: url(../img/background1.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
}

.top_section .inner_1080 .top_header {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_section .inner_1080 .top_header .header_logo p {
  font-size: 3.6rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #fcee21;
}

.top_section .inner_1080 .top_header .header_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_section .inner_1080 .top_header .header_menu ul li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.top_section .inner_1080 .top_header .header_menu ul p {
  width: 50px;
  text-align: center;
  color: #ff00ff;
  font-size: 1.6rem;
}

@media all and (max-width: 1160px) {
  .top_section .inner_1080 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .top_section .inner_1080 .top_header .header_menu ul p {
  width: 30px;
  }
}

.top_section .top_contents_wrap {
  position: relative;
  z-index: 1;
}

.top_section .top_contents_wrap .top_contents {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #6501ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 120px;
  padding: 60px 0 60px 120px;
  position: relative;
}

.top_section .top_contents_wrap .top_contents .left {
  height: 400px;
  background-image: url(../img/pink_circle.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top_section .top_contents_wrap .top_contents .left h4 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 400;
}

.top_section .top_contents_wrap .top_contents .left h2 {
  font-size: 10rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #fff;
  line-height: 1em;
}

.top_section .top_contents_wrap .top_contents .right {
  width: 35%;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/cross.png), url(../img/cross.png), url(../img/cross.png), url(../img/cross.png);
  background-position: 0 0 , 100% 0 , 0 100% , 100% 100%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.top_section .top_contents_wrap .top_contents .right p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.top_section .top_contents_wrap .top_contents .right h5 {
  color: #fff;
  font-size: 6rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
}

.top_section .top_contents_wrap .top_contents .scroll_btn_box {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -5%;
  right: 0;
  cursor: pointer;
  animation: fuwafuwa_down 1s  infinite;
  transition: .5s;
}
.top_section .top_contents_wrap .top_contents .scroll_btn_box:hover {
  opacity: 0.8;
}

.top_section .top_contents_wrap .top_contents .scroll_btn_box img {
  width: 100%;
}

@media all and (max-width: 1160px) {
  .top_section .top_contents_wrap .top_contents {
    padding-left: 40px;
    padding-right: 40px;
  }
  .top_section .top_contents_wrap .top_contents .scroll_btn_box {
    bottom: -5%;
    right: 40px;
  }
}

@media all and (max-width: 768px) {
  .top_section .top_contents_wrap .top_contents .scroll_btn_box {
    width: 60px;
    height: 60px;
  }
}

@media all and (max-width: 500px) {
  .top_section .top_contents_wrap .top_contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .top_section .top_contents_wrap .top_contents .scroll_btn_box {
    width: 50px;
    height: 50px;
    bottom: -25px;
    right: 20px;
  }
}

.top_section .top_contents_wrap .purple_box {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #6501ee;
}


@media all and (max-width: 1023px) {
  .top_section .inner_1080 {
    display: none!important;
  }
  .top_section .top_contents_wrap {
    margin-top: 70px;
  }
}
@media all and (max-width: 768px) {
  .top_section {
    padding-bottom: 0;
  }
  .top_section .inner_1080 {
    display: none;
  }
  .top_section .top_contents_wrap {
    margin-top: 70px;
  }
  .top_section .top_contents_wrap .top_contents .left {
    height: 300px;
  }
  .top_section .top_contents_wrap .top_contents .left h4 {
    font-size: 2.2rem;
  }
  .top_section .top_contents_wrap .top_contents .left h2 {
    font-size: 8rem;
    margin-top: 10px;
  }
  .top_section .top_contents_wrap .top_contents .right {
    width: 40%;
    height: 140px;
  }
  .top_section .top_contents_wrap .top_contents .right p {
    font-size: 1.4rem;
  }
  .top_section .top_contents_wrap .top_contents .right h5 {
    margin-top: 10px;
    font-size: 4rem;
  }
}

@media all and (max-width: 500px) {
  .top_section .top_contents {
    flex-direction: column;
    align-items: inherit !important;
    padding-top: 0 !important;
  }
  .top_section .top_contents .left {
    background-position: 0 50% !important;
    background-size: 200px 200px !important;
    height: 250px;
  }
  .top_section .top_contents .left h4 {
    font-size: 1.8rem !important;
  }
  .top_section .top_contents .left h1 {
    font-size: 7rem !important;
  }
  .top_section .top_contents .right {
    width: 70% !important;
    height: 160px;
  }
  .top_section .top_contents .right p {
    font-size: 1.4rem;
  }
  .top_section .top_contents .right h5 {
    font-size: 5rem;
  }
}

@media all and (max-width: 320px) {
  .top_section .top_contents .left h1 {
    font-size: 6rem !important;
  }
  .top_section .top_contents .right {
    width: 90% !important;
  }
}

.top_text_section {
  background-image: url(../img/top_left.png), url(../img/top_right.png);
  background-size: 50% 30%;
  background-position: 0 0 , 100% 100%;
  background-repeat: no-repeat;
}

.top_text_section .inner_1080 {
  padding: 120px 0;
  background-image: url(../img/background_text.png);
  background-size: 630px 210px;
  background-position: center;
  background-repeat: no-repeat;
}

.top_text_section .inner_1080 h1 {
  text-align: center;
  font-size: 3.6rem;
  color: #6501ee;
}

@media all and (max-width: 500px) {
  .top_text_section .inner_1080 {
    background-size: 330px 110px;
  }
  .top_text_section .inner_1080 h1 {
    font-size: 2rem;
  }
}

@media all and (max-width: 320px) {
  .top_text_section .inner_1080 {
    background-size: 270px 90px;
  }
  .top_text_section .inner_1080 h1 {
    font-size: 1.7rem;
  }
}

.recommend_section_top {
  background-image: url(../img/recommend_background.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.recommend_section_top .inner_1080 .ttl h3 {
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
}

.recommend_section_top .inner_1080 .ttl p {
  text-align: center;
  font-size: 2.4rem;
  color: #fcee21;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  margin-top: 20px;
}

.recommend_section_top .inner_1080 .recommend_box_area {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.recommend_section_top .inner_1080 .recommend_box_area .recommend_box_area_left, .recommend_section_top .inner_1080 .recommend_box_area .recommend_box_area_right {
  display: flex;
}

.recommend_section_top .inner_1080 .recommend_box_area .recommend_box {
  margin-right: 50px;
}

.recommend_section_top .inner_1080 .recommend_box_area .recommend_box .box_text {
  width: 160px;
  height: 160px;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.recommend_section_top .inner_1080 .recommend_box_area .recommend_box .box_text p {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-family: 'Bebas Neue', cursive;
  line-height: 1em !important;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.recommend_section_top .inner_1080 .recommend_box_area .recommend_box .text {
  margin-top: 30px;
  color: #fff;
}

.recommend_section_top .inner_1080 .recommend_box_area .recommend_box .text p {
  font-size: 1.6rem;
  text-align: center;
}

.recommend_section_top .inner_1080 .recommend_box_area .recommend_box_center {
  margin-top: 50px;
}

.recommend_section_top .inner_1080 .recommend_box_area .recommend_box_last {
  margin-right: 0 !important;
}

@media all and (max-width: 768px) {
  .recommend_section_top .inner_1080 .recommend_box_area .recommend_box .box_text {
    width: 130px;
    height: 130px;
  }
  .recommend_section_top .inner_1080 .recommend_box_area .recommend_box .box_text p {
    font-size: 4rem;
  }
}

@media all and (max-width: 500px) {
  .recommend_section_top .inner_1080 .recommend_box_area {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .recommend_section_top .inner_1080 .recommend_box_area .recommend_box {
    margin-right: 30px;
  }
  .recommend_section_top .inner_1080 .recommend_box_area .recommend_box_center {
    margin-top: 0;
  }
  .recommend_section_top .inner_1080 .recommend_box_area .recommend_box_secound, .recommend_section_top .inner_1080 .recommend_box_area .recommend_box_last {
    margin-right: 0 !important;
  }
  .recommend_section_top .inner_1080 .recommend_box_area_right {
    margin-top: 40px;
  }
}

@media all and (max-width: 768px) {
  .recommend_section_top .inner_1080 .recommend_box_area .recommend_box .box_text {
    width: 120px;
    height: 120px;
  }
  .recommend_section_top .inner_1080 .recommend_box_area .recommend_box .box_text p {
    font-size: 3.2rem;
  }
}

.recommend_section_bottom {
  padding-top: 20px;
  padding-bottom: 80px;
}

.recommend_section_bottom .inner_1080 .recommend_circle_area {
  display: flex;
  justify-content: space-between;
}

.recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle {
  width: 31%;
}

.recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .img_box {
  width: 85%;
  margin: 0 auto;
}

.recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .img_box img {
  width: 100%;
}

.recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .text {
  margin-top: 30px;
}

.recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .text p {
  font-size: 2.4rem;
  text-align: center;
  color: #6501ee;
  font-weight: 700;
}

@media all and (max-width: 1160px) {
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .text p {
    font-size: 2.2rem;
  }
}

.recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle_cemter {
  margin-top: 70px;
}

.recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle_last {
  margin-right: 0 !important;
}

@media all and (max-width: 768px) {
  .recommend_section_bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .text p {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 500px) {
  .recommend_section_bottom .inner_1080 {
    padding-top: 60px;
  }
  .recommend_section_bottom .inner_1080 .recommend_circle_area {
    flex-direction: column;
  }
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle {
    width: 100%;
  }
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .img_box {
    width: 85%;
    margin: 0 auto;
  }
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .img_box img {
    width: 100%;
  }
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .text {
    margin-top: 30px;
  }
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .text p {
    font-size: 2.4rem;
    text-align: center;
    color: #6501ee;
    font-weight: 700;
  }
}

@media all and (max-width: 500px) and (max-width: 1160px) {
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle .text p {
    font-size: 2.2rem;
  }
}

@media all and (max-width: 500px) {
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle_cemter {
    margin-top: 60px;
  }
  .recommend_section_bottom .inner_1080 .recommend_circle_area .recommend_circle_last {
    margin-top: 60px;
  }
}

.template_ttl_area .inner_1080 h3 {
  text-align: center;
  font-size: 7.2rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  color: #6501ee;
  font-weight: 900;
}

.template_ttl_area .inner_1080 h5 {
  text-align: center;
  font-size: 2.4rem;
  color: #6501ee;
}

.template_ttl_area .inner_1080 p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .template_ttl_area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .template_ttl_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .template_ttl_area .inner_1080 h3 {
    font-size: 5rem;
  }
  .template_ttl_area .inner_1080 h5 {
    text-align: center;
    font-size: 2.4rem;
    color: #6501ee;
  }
  .template_ttl_area .inner_1080 p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.template_list_area {
  background-image: url(../img/background2.jpg);
  background-size: 100% 75%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 80px;
}

.template_list_area .inner_1080 {
  background-color: #f2f2f2;
  padding: 40px;
}

.template_list_area .inner_1080 .template_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.template_list_area .inner_1080 .template_list .template {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}

.template_list_area .inner_1080 .template_list .template h4 {
  font-size: 3.6rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  color: #6501ee;
  font-weight: 900;
}

.template_list_area .inner_1080 .template_list .template img {
  width: 100%;
  margin-top: 10px;
}

.template_list_area .inner_1080 .template_list .template p {
  margin-top: 20px;
  font-size: 1.8rem;
  color: #6501ee;
}

.template_list_area .inner_1080 .template_list .template ul {
  margin-top: 5px;
  margin-left: 20px;
}

.template_list_area .inner_1080 .template_list .template ul li {
  list-style: initial;
  color: #ff00ff;
  font-size: 1.6rem;
  margin-top: 5px;
}

.template_list_area .inner_1080 .template_list .template ul li span {
  color: #333333;
}

.template_list_area .inner_1080 .template_list .template .btn {
  margin-top: 30px;
}

.template_list_area .inner_1080 .template_list .template .btn a {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  color: #6501ee;
  background-color: #fcee21;
  border: 2px solid #fcee21;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.template_list_area .inner_1080 .template_list .template .btn a p {
  margin-right: 10px;
  margin-top: 0 !important;
  font-weight: bold;
}

.template_list_area .inner_1080 .template_list .template .btn a span {
  font-size: 3.4rem;
  line-height: 1em;
}

.template_list_area .inner_1080 .template_list .template .btn a:hover {
  transition: 1s;
  color: #fcee21;
  background-color: #6501ee;
}

.template_list_area .inner_1080 .template_list .template .btn a:hover p {
  color: #fcee21;
}
.template_list_area .inner_1080 .template_list .template .btn a:hover span {
  animation: fuwafuwa_right .7s  infinite;
}
.template_list_area .inner_1080 .template_list .template_pink h4 {
  color: #ff00ff;
}

.template_list_area .inner_1080 .template_list .template_pink p {
  color: #ff00ff;
}

.template_list_area .inner_1080 .template_list .template_pink ul li {
  color: #ff00ff;
}

.template_list_area .inner_1080 .template_list .template_pink .btn {
  margin-top: 30px;
}

.template_list_area .inner_1080 .template_list .template_pink .btn a {
  color: #ff00ff;
  background-color: #fcee21;
  border: 2px solid #fcee21;
}

.template_list_area .inner_1080 .template_list .template_pink .btn a:hover {
  color: #fcee21;
  background-color: #ff00ff;
}

.template_list_area .inner_1080 .template_list .template_pink .btn a:hover p {
  color: #fcee21;
}

@media all and (max-width: 500px) {
  .template_list_area .inner_1080 {
    padding: 80px 20px;
  }
  .template_list_area .inner_1080 .template_list {
    flex-direction: column;
  }
  .template_list_area .inner_1080 .template_list .template {
    width: 100%;
  }
}

@media all and (max-width: 320px) {
  .template_list_area .btn a {
    width: 220px !important;
  }
  .template_list_area .btn a p {
    font-size: 1.6rem !important;
  }
  .template_list_area .btn a span {
    font-size: 3rem !important;
  }
}

.template_plan_area {
  padding-top: 80px;
  padding-bottom: 100px;
}

.template_plan_area .inner_1080 .ttl {
  color: #6501ee;
  margin-bottom: 20px;
}

.template_plan_area .inner_1080 .ttl h3 {
  font-size: 7.2rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
}

.template_plan_area .inner_1080 .ttl p {
  font-size: 2.4rem;
  font-weight: 600;
}

.template_plan_area .inner_1080 .plan {
  border: solid 5px #6501ee;
  padding: 50px;
  margin-top: 60px;
}

.template_plan_area .inner_1080 .plan .plan_ttl {
  border-bottom: 2px solid #6501ee;
  color: #6501ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.template_plan_area .inner_1080 .plan .plan_ttl h4 {
  font-size: 2.4rem;
  font-weight: 600;
}

.template_plan_area .inner_1080 .plan .plan_ttl p {
  font-size: 1.8rem;
  font-weight: 500;
}

.template_plan_area .inner_1080 .plan .plan_bottom {
  display: flex;
  justify-content: space-between;
}

.template_plan_area .inner_1080 .plan .plan_bottom .left {
  width: 35%;
}

.template_plan_area .inner_1080 .plan .plan_bottom .left .left_ttl {
  color: #6501ee;
  position: relative;
}

.template_plan_area .inner_1080 .plan .plan_bottom .left .left_ttl h4 {
  font-size: 2.6rem;
  line-height: 2em;
}
.template_plan_area .inner_1080 .plan .plan_bottom .left .left_ttl h4 span{
  font-size: 3.4rem;
}

.tax{
  font-size: 2rem!important;
}


.template_plan_area .inner_1080 .plan .plan_bottom .left .left_ttl p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}

.template_plan_area .inner_1080 .plan .plan_bottom .left .left_ttl:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #6501ee;
}

.template_plan_area .inner_1080 .plan .plan_bottom .left ul {
  margin-top: 40px;
  margin-left: 20px;
}

.template_plan_area .inner_1080 .plan .plan_bottom .left ul li {
  list-style: inherit;
  color: #ff00ff;
  font-size: 1.8rem;
  font-weight: 400;
}

.template_plan_area .inner_1080 .plan .plan_bottom .left ul li span {
  color: #333333;
}

.template_plan_area .inner_1080 .plan .plan_bottom .left img {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
}

.template_plan_area .inner_1080 .plan .plan_bottom .right {
  width: 62%;
}

.template_plan_area .inner_1080 .plan .plan_bottom .right table {
  border-collapse: collapse;
  margin-top: 12px;
}

.template_plan_area .inner_1080 .plan .plan_bottom .right table tr th, .template_plan_area .inner_1080 .plan .plan_bottom .right table tr td {
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.template_plan_area .inner_1080 .plan .plan_bottom .right table tr th {
  width: 30%;
  background-color: #6501ee;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.template_plan_area .inner_1080 .plan .plan_bottom .right table tr td {
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
}

.template_plan_area .inner_1080 .plan .plan_bottom .right table tr:nth-child(even) {
  background-color: #f2f2f2;
}
/*-----------------------------------------------------------------------*/
/*プラン別色*/
.fast_plan .plan_ttl{
  color:#0CC29F!important;
  border-bottom: 2px solid #0CC29F!important;
}
.fast_plan .plan_bottom .left .left_ttl {
    color: #0CC29F!important;
}
.fast_plan .plan_bottom .right table tr th{
    background-color: #0CC29F!important;
}
.fast_plan .plan_bottom .left .left_ttl:after {
    background-color: #0CC29F!important;
}
.fast_plan .plan_bottom .left ul li {
    color: #fcee21!important;
}
.fast_plan {
  border: solid 5px #0CC29F!important;
}

.basic_plan .plan_ttl{
  color:#ff00ff!important;
  border-bottom: 2px solid #ff00ff!important;
}
.basic_plan .plan_bottom .left .left_ttl {
    color: #ff00ff!important;
}
.basic_plan .plan_bottom .right table tr th{
    background-color: #ff00ff!important;
}
.basic_plan .plan_bottom .left .left_ttl:after {
    background-color:  #ff00ff!important;
}
.basic_plan .plan_bottom .left ul li {
    color: #6501ee!important;
}
.basic_plan {
  border: solid 5px #ff00ff!important;
}
/*-----------------------------------------------------------------------*/
/*プランボタン*/
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.plan_btnlist{
  margin-top:40px;
}
.plan_btnlist li{
  width: 32%;
}
.plan_btnlist li a{
  display: block;
  background-color: #6501ee;
  text-align: center;
  color: #fff;
  padding:10px 0;
  line-height:2;
  font-size: 1.5rem;

}
.plan_btnlist li a:hover{
  opacity: 0.7;
}
.plan_btnlist li a p{
  font-weight:600;
}
.plan_btnlist li a span{
  display: block;

}
.plan_btnlist li:nth-child(2) a{
  background-color: #0CC29F;
}
.plan_btnlist li:nth-child(3) a{
  background-color: #ff00ff;
}
@media all and (max-width: 378px) {
.plan_btnlist li {
    width: 100%;
    margin-bottom: 5px;
}
}
/*-----------------------------------------------------------------------*/
/*プランボタン*/
.demo_btn_area{
  margin:40px 0;
}
.demo_btn_area p.demo_ttl {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align:left;
}
.demo_btn_area p.demo_ttl span{
  color: #6501ee;
}
.demo_btn li{
  width: 24%;
}
.demo_btn li a{
  background-color: #fff;
  border:solid 2px #6501ee;
  text-align: center;
  font-size:1.4rem;
  display: block;
  padding: 7px 0;
  font-weight:600;
  color: #6501ee;
}
.demo_btn li a:hover{
  background-color: #6501ee;
  color: #fff;
}
.demo_btn_area p{
  text-align:right;
  font-size:1.2rem;
  padding-top: 7px;
}
@media all and (max-width: 480px) {
.demo_btn li {
    width: 48%;
    margin-bottom: 7px;
}
.demo_btn_area {
    margin: 10px 0;
}
}
/*-----------------------------------------------------------------------*/
@media all and (max-width: 1160px) {
  .template_plan_area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 768px) {
  .template_plan_area .inner_1080 .plan .plan_ttl h4 {
    font-size: 2.6rem;
  }
  .template_plan_area .inner_1080 .plan .plan_ttl p {
    font-size: 1.6rem;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom {
    flex-direction: column;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .left {
    width: 100%;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .left .left_ttl h4 {
    font-size: 2.2rem;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .left .left_ttl h4 span{
    font-size: 3rem;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .left img {
    width: 60%;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .right {
    width: 100%;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .right table {
    margin-top: 40px;
  }
}

@media all and (max-width: 500px) {
  .template_plan_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .template_plan_area .inner_1080 .ttl h3 {
    font-size: 4rem;
  }
  .template_plan_area .inner_1080 .ttl p {
    font-size: 2.4rem;
  }
  .template_plan_area .inner_1080 .plan {
    padding: 30px;
  }
  .template_plan_area .inner_1080 .plan .plan_ttl {
    flex-direction: column;
    align-items: inherit;
  }
  .template_plan_area .inner_1080 .plan .plan_ttl h4 {
    text-align: left;
  }
  .template_plan_area .inner_1080 .plan .plan_ttl p {
    margin-top: 10px;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .left ul li {
    font-size: 1.6rem;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .right table {
    width: 100%;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .right table tr th, .template_plan_area .inner_1080 .plan .plan_bottom .right table tr td {
    display: block;
    width: 100% !important;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .right table tr th {
    border-bottom: none;
  }
  .template_plan_area .inner_1080 .plan .plan_bottom .right table tr td {
    background-color: #f2f2f2;
  }
}

@media all and (max-width: 320px) {
  .template_plan_area .inner_1080 .ttl h3 {
    font-size: 3.6rem;
  }
  .template_plan_area .inner_1080 .ttl p {
    font-size: 2rem;
  }
  .template_plan_area .inner_1080 .plan {
    padding: 20px;
  }
}

.option_service_area {
  padding-top: 80px;
  padding-bottom: 100px;
}

.option_service_area .inner_1080 .ttl {
  color: #6501ee;
  margin-bottom: 20px;
}

.option_service_area .inner_1080 .ttl h3 {
  font-size: 7.2rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
}

.option_service_area .inner_1080 .ttl p {
  font-size: 2.4rem;
  font-weight: 600;
}

.option_service_area .inner_1080 p.middle_title {
  color: #6501ee;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 80px;
}

.option_service_area .inner_1080 table {
  border-collapse: collapse;
  margin-top: 40px;
  width: 100%;
}

.option_service_area .inner_1080 table tr th, .option_service_area .inner_1080 table tr td {
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.option_service_area .inner_1080 table tr th {
  width: 30%;
  background-color: #6501ee;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.option_service_area .inner_1080 table tr td {
  width: 70%;
  padding-left: 30px;
  padding-right: 30px;
}

.option_service_area .inner_1080 table tr:nth-child(even) {
  background-color: #f2f2f2;
}

@media all and (max-width: 1160px) {
  .option_service_area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .option_service_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .option_service_area .inner_1080 .ttl h3 {
    font-size: 4rem;
  }
  .option_service_area .inner_1080 p.middle_title {
    color: #6501ee;
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 80px;
  }
  .option_service_area .inner_1080 table tr th, .option_service_area .inner_1080 table tr td {
    display: block;
    width: 100% !important;
  }
  .option_service_area .inner_1080 table tr th {
    border-bottom: none;
  }
  .option_service_area .inner_1080 table tr td {
    background-color: #f2f2f2;
  }
}

@media all and (max-width: 320px) {
  .option_service_area .inner_1080 .ttl h3 {
    font-size: 3.6rem;
  }
  .option_service_area .inner_1080 .ttl p {
    font-size: 2rem;
  }
}

.prepare_area {
  background-color: #6501ee;
  padding: 60px 0;
}

.prepare_area .inner_1080 {
  padding: 0 50px;
}

.prepare_area .inner_1080 .prepare_text_box {
  color: #fff;
  background-image: url(../img/cross.png), url(../img/cross.png), url(../img/cross.png), url(../img/cross.png);
  background-position: 0 0 , 100% 0 , 0 100% , 100% 100%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding: 30px 0;
}

.prepare_area .inner_1080 .prepare_text_box h5 {
  text-align: center;
  font-size: 2.4rem;
}

.prepare_area .inner_1080 .prepare_text_box p {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .prepare_area .inner_1080 .prepare_text_box {
    padding: 50px 30px;
  }
}

@media all and (max-width: 500px) {
  .prepare_area .inner_1080 {
    padding: 0 30px;
  }
  .prepare_area .inner_1080 .prepare_text_box h5 {
    font-size: 2rem;
  }
  .prepare_area .inner_1080 .prepare_text_box p {
    font-size: 1.4rem;
  }
}

.flow_area {
  padding-top: 80px;
  padding-bottom: 100px;
}

.flow_area .inner_1080 .ttl h3 {
  text-align: center;
  font-size: 7.2rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #6501ee;
}

.flow_area .inner_1080 .ttl p {
  text-align: center;
  font-size: 2.4rem;
  color: #6501ee;
}

.flow_area .inner_1080 .flow_box_area {
  margin-top: 80px;
}

.flow_area .inner_1080 .flow_box_area .flow_box .flow_box_ttl {
  display: inline-block;
  color: #fff;
  background-color: #6501ee;
  border-radius: 10px 10px 0 0;
}

.flow_area .inner_1080 .flow_box_area .flow_box .flow_box_ttl .flow_box_ttl_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.flow_area .inner_1080 .flow_box_area .flow_box .flow_box_ttl .flow_box_ttl_inner p {
  font-size: 3.6rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  margin-right: 20px;
}

.flow_area .inner_1080 .flow_box_area .flow_box .flow_box_ttl .flow_box_ttl_inner h5 {
  font-size: 2.4rem;
}

.flow_area .inner_1080 .flow_box_area .flow_box .flow_box_text {
  box-shadow: 0px 0px 45px -20px #6501ee;
  padding: 40px;
}

.flow_area .inner_1080 .flow_box_area .flow_box .flow_box_text p {
  font-size: 1.6rem;
}

.flow_area .inner_1080 .flow_box_area .flow_box_pink .flow_box_ttl {
  background-color: #ff00ff;
}

.flow_area .inner_1080 .flow_box_area .flow_box_pink .flow_box_text {
  box-shadow: 0px 0px 45px -20px magenta;
}

.flow_area .inner_1080 .flow_box_area img {
  width: 50px;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  animation: buruburu 1s  infinite;
}


@keyframes buruburu {
  0% {transform: translateY(0px) }
  50% {transform: translateY(10px) }
}




@media all and (max-width: 1160px) {
  .flow_area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .flow_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flow_area .inner_1080 .ttl h3 {
    font-size: 5rem;
  }
  .flow_area .inner_1080 .ttl p {
    font-size: 2rem;
  }
  .flow_area .inner_1080 .flow_box_area .flow_box .flow_box_ttl .flow_box_ttl_inner p {
    font-size: 3rem;
  }
  .flow_area .inner_1080 .flow_box_area .flow_box .flow_box_ttl .flow_box_ttl_inner h5 {
    font-size: 1.8rem;
  }
  .flow_area .inner_1080 .flow_box_area .flow_box .flow_box_text {
    padding: 30px;
  }
  .flow_area .inner_1080 .flow_box_area img {
    width: 40px;
  }
}

.attention_area {
  background-color: #fcee21;
  padding-top: 40px;
  padding-bottom: 40px;
}

.attention_area .inner_1080 h4 {
  text-align: center;
  font-size: 7.2rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
}

.attention_area .inner_1080 p {
  text-align: center;
  font-size: 2.4rem;
}

@media all and (max-width: 500px) {
  .attention_area .inner_1080 h4 {
    font-size: 5rem;
  }
  .attention_area .inner_1080 p {
    font-size: 2rem;
  }
}

.attention_text_area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.attention_text_area .inner_1080 .attention_box {
  margin-bottom: 30px;
}

.attention_text_area .inner_1080 .attention_box h5 {
  font-size: 2.1rem;
  color: #6501ee;
}

.attention_text_area .inner_1080 .attention_box ul {
  margin-top: 10px;
  margin-left: 30px;
}

.attention_text_area .inner_1080 .attention_box ul li {
  list-style: inherit;
  color: #ff00ff;
  font-size: 1.6rem;
}

.attention_text_area .inner_1080 .attention_box ul li span {
  color: #333333;
}

.attention_text_area .inner_1080 .btn {
  margin-top: 80px;
}

.attention_text_area .inner_1080 .btn a {
  display: block;
  margin: 0 auto;
  width: 380px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  color: #fff;
  background-color: #6501ee;
  border: 2px solid #6501ee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.attention_text_area .inner_1080 .btn a p {
  margin-right: 20px;
  margin-top: 0 !important;
  font-size: 2.6rem;
  font-weight: 700;
}

.attention_text_area .inner_1080 .btn a span {
  font-size: 3.4rem;
  line-height: 1em;
  font-weight: 900;
}

.attention_text_area .inner_1080 .btn a:hover {
  transition: 1s;
  color: #6501ee;
  background-color: #fff;
}

.attention_text_area .inner_1080 .btn a:hover p {
  color: #6501ee;
}

.attention_text_area .inner_1080 .btn a:hover span {
  animation: arrow 1s;
}
.attention_text_area .inner_1080 .btn a:hover span {
  animation: fuwafuwa_right .7s  infinite;
}
@media all and (max-width: 1160px) {
  .attention_text_area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .attention_text_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .attention_text_area .btn a {
    width: 260px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 30px !important;
  }
  .attention_text_area .btn a p {
    font-size: 1.8rem !important;
  }
}

.qa_ttl_area {
  background-image: url(../img/background3.jpg);
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.qa_ttl_area .inner_1080 h4 {
  text-align: center;
  font-size: 7.2rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #fff;
}

.qa_ttl_area .inner_1080 p {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}

@media all and (max-width: 500px) {
  .qa_ttl_area .inner_1080 h4 {
    font-size: 5rem;
  }
  .qa_ttl_area .inner_1080 p {
    font-size: 2rem;
  }
}

.qa_area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.qa_area .inner_1080 .qa_box {
  background-color: #6501ee;
  padding: 10px 30px;
  margin-bottom: 20px;
  cursor: pointer;
}

.qa_area .inner_1080 .qa_box .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qa_area .inner_1080 .qa_box .question h5 {
  color: #fff;
  font-size: 2.1rem;
}

.qa_area .inner_1080 .qa_box .question .span_box {
  width: 30px;
  height: 30px;
  position: relative;
}

.qa_area .inner_1080 .qa_box .question .span_box .span_1, .qa_area .inner_1080 .qa_box .question .span_box .span_2 {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: .5s;
}

.qa_area .inner_1080 .qa_box .question .span_box .span_1 {
  width: 30px;
  height: 2px;
}

.qa_area .inner_1080 .qa_box .question .span_box .span_2 {
  width: 2px;
  height: 30px;
}

.qa_area .inner_1080 .qa_box .answer {
  padding: 10px;
  display: none;
}

.qa_area .inner_1080 .qa_box .answer p {
  color: #fff;
  font-size: 1.6rem;
}

.qa_area .inner_1080 .btn {
  margin-top: 80px;
}

.qa_area .inner_1080 .btn a {
  display: block;
  margin: 0 auto;
  width: 380px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  color: #fff;
  background-color: #ff00ff;
  border: 2px solid #ff00ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.qa_area .inner_1080 .btn a p {
  margin-right: 20px;
  margin-top: 0 !important;
  font-size: 2.6rem;
  font-weight: 900;
}

.qa_area .inner_1080 .btn a span {
  font-size: 3.4rem;
  line-height: 1em;
}

.qa_area .inner_1080 .btn a:hover {
  transition: 1s;
  color: #ff00ff;
  background-color: #fff;
}

.qa_area .inner_1080 .btn a:hover p {
  color: #ff00ff;
}

@media all and (max-width: 1160px) {
  .qa_area {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .qa_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .qa_area .inner_1080 .qa_box {
    padding: 10px 20px;
  }
  .qa_area .inner_1080 .qa_box .question h5 {
    font-size: 1.6rem;
  }
  .qa_area .inner_1080 .qa_box .question .span_box {
    width: 20px;
    height: 20px;
  }
  .qa_area .inner_1080 .qa_box .question .span_box .span_1 {
    width: 20px;
  }
  .qa_area .inner_1080 .qa_box .question .span_box .span_2 {
    height: 20px;
  }
  .qa_area .inner_1080 .qa_box .answer p {
    font-size: 1.4rem;
  }
  .qa_area .btn a {
    width: 260px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 30px !important;
  }
  .qa_area .btn a p {
    font-size: 1.8rem !important;
  }
}

@media all and (max-width: 320px) {
  .qa_area .inner_1080 .qa_box .question h5 {
    font-size: 1.4rem;
  }
  .qa_area .inner_1080 .qa_box .question .span_box {
    width: 15px;
    height: 15px;
  }
  .qa_area .inner_1080 .qa_box .question .span_box .span_1 {
    width: 15px;
  }
  .qa_area .inner_1080 .qa_box .question .span_box .span_2 {
    height: 15px;
  }
  .qa_area .inner_1080 .qa_box .answer p {
    font-size: 1.2rem;
  }
}

footer {
  background-color: #6501ee;
  padding: 10px 0;
}

footer .inner_1080{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
}

footer .right a {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 20px;
}

@media all and (max-width: 1160px) {
  footer .inner_1080{
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media all and (max-width: 500px) {
  footer .inner_1080{
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
  .privacy{
    margin-left: 0!important;
  }
  .right{
    margin-top: 10px;
  }
}

/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
.contact_ttl_area {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #6501ee;
}

.contact_ttl_area .inner_1080 h4 {
  text-align: center;
  font-size: 7.2rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
  color: #fff;
}

.contact_ttl_area .inner_1080 p {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}

@media all and (max-width: 500px) {
  .contact_ttl_area .inner_1080 h4 {
    font-size: 5rem;
  }
  .contact_ttl_area .inner_1080 p {
    font-size: 2rem;
  }
}

.contact_top_slide_area {
  background-image: url(../img/top_img.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-top: 100px;
}

.contact_area {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact_area .inner_1080 {
  position: relative;
}

.contact_area .inner_1080 .inner_900 {
  margin-top: 60px;
}

.contact_area .inner_1080 .inner_900 table {
  width: 100%;
  border-collapse: collapse;
}

.contact_area .inner_1080 .inner_900 table tr th, .contact_area .inner_1080 .inner_900 table tr td {
  border-bottom: 2px solid #6501ee;
  font-weight: 300;
  padding: 15px 0;
  text-align: left;
}

.contact_area .inner_1080 .inner_900 table tr th {
  width: 250px;
  font-size: 1.8rem;
  color: #6501ee;
  vertical-align: top;
  font-weight: 500;
}

.contact_area .inner_1080 .inner_900 table tr td {
  width: calc(100%-160px);
  font-size: 1.6rem;
}

.contact_area .inner_1080 .inner_900 table tr td input, .contact_area .inner_1080 .inner_900 table tr td textarea, .contact_area .inner_1080 .inner_900 table tr td select {
  width: 100%;
  padding: 5px 10px;
  border: none;
}

.td_select{
  position: relative;
}
.td_select:after {
  content: "▼";
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.7);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}

.contact_area .inner_1080 .inner_900 table tr td ::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.contact_area .inner_1080 .inner_900 table .tr_f th, .contact_area .inner_1080 .inner_900 table .tr_f td {
  padding-top: 0 !important;
}

@media all and (max-width: 1160px) {
  .contact_area .inner_1080 .inner_900 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.contact_area .inner_1080 .submit_button {
  display: block;
  margin: 0 auto;
  width: 340px;
  height: 80px;
  line-height: 80px;
  font-size: 2.1rem;
  letter-spacing: 0.3em;
  background-color: #6501ee;
  border: 2px solid #6501ee;
  color: #fff;
  text-align: center;
  transition: .5s;
  margin-top: 80px;
}

.contact_area .inner_1080 .submit_button:hover {
  background-color: #fff;
  color: #6501ee;
  transition: .5s;
}

@media all and (max-width: 500px) {
  .contact_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact_area .inner_1080 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact_area .inner_1080 .sub_ttl {
    font-size: 1.8rem;
  }
  .contact_area .inner_1080 .inner_900 {
    margin-top: 40px;
    padding: 0 !important;
  }
  .contact_area .inner_1080 .inner_900 table tr th, .contact_area .inner_1080 .inner_900 table tr td {
    display: block;
    width: 100%;
  }
  .contact_area .inner_1080 .inner_900 table tr th {
    border-bottom: none !important;
    padding-top: 15px;
    padding-bottom: 7px;
  }
  .contact_area .inner_1080 .inner_900 table tr td {
    padding-top: 7px;
    padding-bottom: 15px;
  }
  .contact_area .inner_1080 .submit_button_area .submit_button {
    margin-top: 40px;
    width: 100%;
  }
}

@media all and (max-width: 320px) {
  .contact_area .submit_button_area .submit_button {
    margin-top: 40px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
  }
}



/* ***********************************************************
* お問い合わせフォーム用
* *********************************************************** */


.kakunin {
  text-align: center;
}

#formarea {
  width: 100%;
  padding: 100px 0;
}

#formWrap {
  width: 70%;
  margin: 0 auto;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
  font-size: 16px;
  border: 1px solid #ccc;
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 20px;
  line-height: 1.5;
  box-sizing: border-box;
}

table.formTable th {
  width: 40%;
  font-weight: normal;
  background: #6501ee;
  text-align: left;
  color: #fff;
}

p.error_messe {
  margin: 5px 0;
  color: #f8444e;
}

.kakunin h3 {
  font-size: 24px;
  font-weight: bold;
}

.kakunin h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.kakunin p {
  font-size: 14px;
  padding: 30px 0 0;
}

input#reset_button {
  width: 200px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 17px;
  background-color: #6501ee;
  color: #fff;
  text-align: center;
  border: 2px solid #6501ee;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin: 0 10px;

}

input#reset_button:hover {
  background-color: #fff;
  color: #6501ee;
  transition: 0.3s;
}

input#submit_button {
  width: 200px;
  padding: 10px 0;
  font-size: 17px;
  background-color: #6501ee;
  color: #fff;
  text-align: center;
  border: 1px solid #6501ee;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin: 0 10px;
}

input#submit_button:hover {
  background-color: #fff;
  color: #6501ee;
  transition: 0.3s;
}

.footer_area {
  text-align: center;
  margin: 0 0 20px 0;
}

@media (max-width: 768px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
    line-height: 1;
    font-size: 90%;
  }
  table.formTable td, table.formTable th {
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
  }
  input#submit_button {
    margin-bottom: 20px;
  }
}

.thanks {
  padding: 100px 0;
  text-align: center;
}

.thanks .inner h2 {
  font-size: 3rem;
  color: #333333;
}

.thanks .inner p {
  margin-top: 20px;
  font-size: 2.4rem;
}

.thanks .inner .btn a {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  background-color: #6501ee;
  border: 2px solid #6501ee;
  color: #fff;
  text-align: center;
  transition: .5s;
}

.thanks .inner .btn a:hover {
  background-color: #fff;
  color: #6501ee;
  transition: 0.5s;
}

@media all and (max-width: 500px) {
  .thanks .inner h2 {
    font-size: 2rem;
  }
  .thanks .inner p {
    font-size: 1.3rem;
  }
  .thanks .inner .btn a {
    width: 280px;
    height: 60px;
  }
}



.btn_add{
  padding-top: 60px;
  padding-bottom: 60px;
}

.btn_add a {
  display: block;
  margin: 0 auto;
  width: 380px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  color: #fff;
  background-color: #ff00ff;
  border: 2px solid #ff00ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.btn_add a p {
  margin-right: 20px;
  margin-top: 0 !important;
  font-size: 2.6rem;
  font-weight: 900;
}

.btn_add a span {
  font-size: 3.4rem;
  line-height: 1em;
  font-weight: 900;
}

.btn_add a:hover {
  transition: 1s;
  color: #ff00ff;
  background-color: #fff;
}

.btn_add a:hover p {
  color: #ff00ff;
}

.btn_add a:hover span {
  animation: fuwafuwa_right .7s  infinite;
}

@keyframes fuwafuwa_right {
  0% {transform: translateX(0px) }
  12.5% {transform: translateX(2.5px) }
  25% {transform: translateX(5px) }
  37.5% {transform: translateX(7.5px) }
  50% {transform: translateX(10px) }
  62.5% {transform: translateX(12.5px) }
  75% {transform: translateX(15px) }
}

@media all and (max-width: 500px) {
  .btn_add a {
    width: 260px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 30px !important;
  }
  .btn_add a p {
    font-size: 1.8rem;
  }
}

.btn_add_flow{
  padding-bottom: 0;
}



/* ***********************************************************
* キャンペーン
* *********************************************************** */

.template_campaign_area{
  padding: 100px 0 0;
}

.template_campaign_area .inner{
  padding: 0 0 100px;
  position: relative;
  background-image: url(../img/background_black.jpg);
  background-position: left bottom;
  background-size: 100% 340px;
  background-repeat: no-repeat;
  z-index: -10;
}

.template_campaign_area .inner_1080{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.template_campaign_area .inner_1080 .left{
  width: 260px;
  height: 260px;
  background-image: url(../img/date.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.template_campaign_area .inner_1080 .yellow{
  position: absolute;
  z-index: -1;
  top: 130px;
  left: 130px;
  width: calc(100% - 130px);
  height: calc(100% - 130px);
  background-color: #fcee21;
}

.template_campaign_area .inner:after{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 100px;
  right: 0;
  width: 540px;
  height: calc(100% - 230px);
  background-color: #fcee21;
}

@media all and (max-width: 1080px) {
  .template_campaign_area .inner:after{
    display: none;
  }
}

.template_campaign_area .inner_1080 .left p{
  font-size: 3.8rem;
  font-family: 'Comfortaa', cursive;
  line-height: 1.2em;
}

.template_campaign_area .inner_1080 .left span{
  font-size: 1.8rem;
}

.template_campaign_area .inner_1080 .right{
  padding: 75px 0;
}


.template_campaign_area .inner_1080 .right h3{
  font-size: 6rem;
  color: #6501ee;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
}


.template_campaign_area .inner_1080 .right h5{
  font-size: 3.2rem;
  color: #333333;
  line-height: 1.3em;
}


.template_campaign_area .inner_1080 .right .campaign_p1{
  font-size: 1.6rem;
  color: #333333;
  margin-top: 20px;
}

.template_campaign_area .inner_1080 .right .campaign_p2{
  font-size: 1.6rem;
  color: #6501ee;
  margin-top: 20px;
}

.template_campaign_area .width_1080{
  max-width: 1080px;
  margin: 0 auto;
}


.template_campaign_area .btn {
  transform: translate(0,-50%);
}

.template_campaign_area .btn a {
  display: block;
  margin-left: auto;
  width: 380px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  color: #6501ee;
  background-color: #fcee21;
  border: 2px solid #fcee21;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.template_campaign_area .btn a p {
  margin-right: 20px;
  margin-top: 0 !important;
  font-size: 2.6rem;
  font-weight: 900;
}

.template_campaign_area .btn a span {
  font-size: 3.4rem;
  line-height: 1em;
}

.template_campaign_area .btn a:hover {
  transition: 1s;
  color: #fcee21;
  background-color: #6501ee;
}

.template_campaign_area .btn a:hover p {
  color: #fcee21;
}

.template_campaign_area .btn a:hover span {
  animation: fuwafuwa_right .7s  infinite;
}

@media all and (max-width: 1160px) {
  .template_campaign_area .inner_1080 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .template_campaign_area .inner_1080 .right h3{
    font-size: 5rem;
  }
  .template_campaign_area .width_1080{
    padding-right: 40px;
  }
}

@media all and (max-width: 768px) {
  .template_campaign_area .inner_1080 .left p{
    font-size: 2.8rem;
  }
  .template_campaign_area .inner_1080 .left span{
    font-size: 1.4rem;
  }
  .template_campaign_area .inner_1080 .right h3{
    font-size: 3.8rem;
  }
  .template_campaign_area .inner_1080 .right {
    padding: 90px 0 75px;
  }
}

@media all and (max-width: 500px) {
  .template_campaign_area .inner_1080 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .template_campaign_area .btn a {
    width: 100%;
  } 
  .template_campaign_area .inner_1080 {
    flex-direction: column;
  }
  .template_campaign_area .inner_1080 .right {
    width: 100%;
    padding-left: 60px;
  }
  .template_campaign_area .inner_1080 .left{
    width: 160px;
    height: 160px;
  }
  .template_campaign_area .inner_1080 .yellow {
    top: 60px;
    left: 60px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  .template_campaign_area .width_1080{
    padding-left: 20px;
    padding-right: 20px;
  }
  .template_campaign_area .inner_1080 .right {
    padding: 30px 0 40px 60px;
  }
  .template_campaign_area .inner_1080 .right h3 {
    line-height: 1.2em;
  } 
  .template_campaign_area .inner_1080 .right h5 {
    font-size: 2.6rem;
    margin-top: 40px;
  }
  .template_campaign_area .btn a {
    width: 260px !important;
    height: 60px !important;
    line-height: 60px !important;
    border-radius: 30px !important;
    margin: 0 auto;
  }
  .template_campaign_area .btn a p {
    font-size: 2rem;
  }
  .template_campaign_area .inner_1080 .left p{
    font-size: 2.4rem;
  }
}



.btn_option a {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 240px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  color: #6501ee;
  background-color: #fcee21;
  border: 2px solid #fcee21;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

.btn_option a p {
  margin-right: 20px;
  margin-top: 0 !important;
  font-size: 1.6rem;
  font-weight: 900;
}

.btn_option a span {
  font-size: 3.4rem;
  line-height: 1em;
}

.btn_option a:hover {
  transition: 1s;
  color: #fcee21;
  background-color: #6501ee;
}

.btn_option a:hover p {
  color: #fcee21;
}

.btn_option a:hover span {
  animation: fuwafuwa_right .7s  infinite;
}

@media all and (max-width: 500px) {
  .btn_option a {
    width: 100%;
  }
}

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

.lower_top_area{
  margin-top: 70px;
  background-color: #6501ee;
  color: #fcee21;
  border-bottom: solid 2px #fff;
  padding: 80px 0;
  text-align: center;
}

.lower_top_area h3{
  font-size: 4rem;
}

.lower_top_area p{
  font-size: 3rem;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 900;
}

.long_text_area{
  padding: 100px 0;
}

.long_text_area h6{
  font-size: 2rem;
  margin: 30px 0 20px;
  padding: 0 10px;
  color: #6501ee;
  display: inline-block;
  background: linear-gradient(transparent 60%, #E8E9EA 0%);
}

.long_text_area p{
  font-size: 1.4rem;
  padding: 0 20px;
}

@media all and (max-width: 1160px) {
  .long_text_area{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (max-width: 500px) {
  .long_text_area{
    padding-left: 20px;
    padding-right: 20px;
  }
  .lower_top_area h3{
    font-size: 2.8rem;
  }
  
  .lower_top_area p{
    font-size: 2.4rem;
  }
}

.anckor{
  margin-top: -70px;
  padding-top: 70px;
}
/* -----------------------------------------------------------------------
  chatplus
/* ----------------------------------------------------------------------- */
#chatplusview.closed #outline #eye_catcher img {
    width: 290px!important;
    margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
#chatplusview.closed #outline #eye_catcher img {
    margin-bottom: 40px;
}
}
@media all and (max-width: 480px) {
#chatplusview.closed #outline #eye_catcher img {
    width: 190px!important;
}
}
#chatplusview.chatplusview-basic #messages .msg:nth-child(odd) {
    background-color: #ececec;
    border-radius: 10px;
    margin: 10px;
    border-bottom: 0px solid #ddd;
    padding: 10px;
}
#chatplusview #outline #chatpluscontent #body #messages .msg.ope .name {
    font-size: 1.1rem;
}
#chatplusview #messages .time {
    font-size: 1.1rem;
}
#chatplusview.chatplusview-basic #messages .msg {
    padding: 10px;
    background-color: #97e880;
    border-radius: 10px;
    margin: 10px;
    border-bottom: 0px solid #ddd!important;
}
#chatplusview.chatplusview-basic #outline #chatpluscontent #body .profile .name {
    font-size: 25px!important;
    font-weight: 700!important;
    font-family: 'Raleway', sans-serif;
    font-style: italic;
}