/* ======================= VARIABLE ====== */
/* placeholder color */
/* ======================= IMPORT ====== */
/*=================

      content.scss

=======================*/
/*fv*/
.fv {
  background-image: url(../images/fv/fv_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(100vh - 100px);
}

@media only screen and (max-width: 1400px) {
  .fv {
    min-height: calc(100vh - 70px);
  }
}

.fv_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

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

@media only screen and (max-width: 640px) {
  .fv_content {
    padding: 30px 0;
  }
}

.fv_detail {
  width: 50%;
}

@media only screen and (max-width: 840px) {
  .fv_detail {
    width: 100%;
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 640px) {
  .fv_detail {
    margin: 0 0 40px;
  }
}

.fv_detail .fv_detail_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #000A33;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
}

@media only screen and (max-width: 840px) {
  .fv_detail .fv_detail_title {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_detail_title {
    font-size: 21px;
  }
}

.fv_detail .fv_detail_title span {
  position: relative;
}

.fv_detail .fv_detail_title span:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #F08F91;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_detail_title span:before {
    width: 6px;
    height: 6px;
  }
}

.fv_detail .fv_logo_wrap {
  margin: 0 auto;
}

.fv_detail .fv_logo_wrap .fv_logo_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_logo_wrap .fv_logo_content {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
}

.fv_detail .fv_logo_wrap .fv_logo_content .fv_logo_content_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000A33;
  line-height: 1.3;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_logo_wrap .fv_logo_content .fv_logo_content_text {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px 0;
  }
}

.fv_detail .fv_logo_wrap .fv_logo_content .fv_logo_content_vr {
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #F08F91;
  background-color: #fff;
  padding: 4px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #F08F91;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_logo_wrap .fv_logo_content .fv_logo_content_vr {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
  }
}

.fv_detail .fv_logo_wrap .fv_logo_img {
  width: 400px;
  margin: 0 auto 30px;
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_logo_wrap .fv_logo_img {
    width: 280px;
  }
}

.fv_detail .fv_logo_wrap .fv_logo_img img {
  width: 100%;
}

.fv_detail .fv_logo_wrap .fv_pengin_img {
  width: 400px;
  margin: 0 auto 30px;
  max-width: 100%;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_logo_wrap .fv_pengin_img {
    width: 300px;
  }
}

.fv_detail .fv_logo_wrap .fv_pengin_img img {
  width: 100%;
}

.fv_detail .fv_download_wrap .fv_download_test {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000A33;
  line-height: 1.3;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_download_wrap .fv_download_test {
    font-size: 16px;
  }
}

.fv_detail .fv_download_wrap .fv_download_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_download_wrap .fv_download_img {
    display: block;
  }
}

.fv_detail .fv_download_wrap .fv_download_img .fv_download_link {
  display: block;
  height: 60px;
  margin: 0 10px;
}

@media only screen and (max-width: 640px) {
  .fv_detail .fv_download_wrap .fv_download_img .fv_download_link {
    margin: 0 auto 10px;
    text-align: center;
    height: 50px;
  }
}

.fv_detail .fv_download_wrap .fv_download_img .fv_download_link img {
  height: 100%;
}

.fv_slide_wrap {
  width: 50%;
  padding: 0 0 0 50px;
}

@media only screen and (max-width: 840px) {
  .fv_slide_wrap {
    width: 100%;
    padding: 0 0 0 0;
  }
}

.fv_slide_wrap .fv_slide .fv_slide_item .fv_slide_item_img {
  width: 300px;
  max-width: 100%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 840px) {
  .fv_slide_wrap .fv_slide .fv_slide_item .fv_slide_item_img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .fv_slide_wrap .fv_slide .fv_slide_item .fv_slide_item_img {
    width: 280px;
  }
}

.fv_slide_wrap .fv_slide .fv_slide_item .fv_slide_item_img img {
  width: 100%;
}

/*information*/
.information {
  padding: 100px 0;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .information {
    padding: 50px 0;
  }
}

.infomation_box {
  position: relative;
  border: 1px solid #000A33;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.infomation_box .infomation_box_img {
  height: 30px;
  position: absolute;
  top: -30px;
  left: 20px;
}

.infomation_box .infomation_box_img img {
  height: 100%;
  vertical-align: bottom;
}

.infomation_box .infomation_box_list {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.infomation_box .infomation_box_list .infomation_box_item {
  padding: 30px 0;
  border-bottom: 2px dotted #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .infomation_box .infomation_box_list .infomation_box_item {
    display: block;
  }
}

.infomation_box .infomation_box_list .infomation_box_item:last-child {
  border-bottom: none;
}

.infomation_box .infomation_box_list .infomation_box_item .infomation_box_item_date {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000A33;
  width: 100px;
}

@media only screen and (max-width: 640px) {
  .infomation_box .infomation_box_list .infomation_box_item .infomation_box_item_date {
    width: 100%;
    margin: 0 0 5px;
    font-size: 13px;
  }
}

.infomation_box .infomation_box_list .infomation_box_item .infomation_box_item_category {
  width: 120px;
  padding: 4px 20px;
  border-radius: 3px;
  background-color: #F08F91;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1.3;
  margin: 0 50px 0 0;
}

@media only screen and (max-width: 640px) {
  .infomation_box .infomation_box_list .infomation_box_item .infomation_box_item_category {
    display: inline-block;
    width: auto;
    margin: 0 0 5px;
    font-size: 13px;
  }
}

.infomation_box .infomation_box_list .infomation_box_item .infomation_box_item_title {
  width: calc(100% - 270px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #282A31;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .infomation_box .infomation_box_list .infomation_box_item .infomation_box_item_title {
    width: 100%;
    font-size: 14px;
  }
}

/*about*/
.about {
  padding: 100px 0 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(246, 127, 134, 0.2)), to(rgba(1, 78, 201, 0.2)));
  background: transparent linear-gradient(0deg, rgba(246, 127, 134, 0.2) 0%, rgba(1, 78, 201, 0.2) 100%);
}

@media only screen and (max-width: 640px) {
  .about {
    padding: 50px 0 0;
  }
}

.about_img {
  width: 100%;
}

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

/*thought*/
.thought {
  padding: 60px 0 100px;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .thought {
    padding: 30px 0 50px;
  }
}

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

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

.thought_box_wrap .thought_box {
  width: calc((100% - 100px) /3);
}

@media only screen and (max-width: 840px) {
  .thought_box_wrap .thought_box {
    width: 100%;
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 840px) {
  .thought_box_wrap .thought_box:last-child {
    margin: 0 0 0;
  }
}

.thought_box_wrap .thought_box .thought_box_img {
  width: 100%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 840px) {
  .thought_box_wrap .thought_box .thought_box_img {
    width: 300px;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 640px) {
  .thought_box_wrap .thought_box .thought_box_img {
    width: 260px;
  }
}

.thought_box_wrap .thought_box .thought_box_img img {
  width: 100%;
}

.thought_box_wrap .thought_box .thought_box_title_en {
  text-align: center;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #FCE8E9;
  letter-spacing: 0.1em;
  word-break: break-word;
}

@media only screen and (max-width: 640px) {
  .thought_box_wrap .thought_box .thought_box_title_en {
    font-size: 40px;
  }
}

.thought_box_wrap .thought_box .thought_box_title_ja {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000A33;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: -20px 0 30px;
}

@media only screen and (max-width: 640px) {
  .thought_box_wrap .thought_box .thought_box_title_ja {
    font-size: 22px;
    margin: -20px 0 20px;
  }
}

.thought_box_wrap .thought_box .thought_box_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .thought_box_wrap .thought_box .thought_box_text {
    font-size: 14px;
  }
}

/*use*/
.use {
  padding: 100px 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(246, 127, 134, 0.2)), to(rgba(1, 78, 201, 0.2)));
  background: transparent linear-gradient(0deg, rgba(246, 127, 134, 0.2) 0%, rgba(1, 78, 201, 0.2) 100%);
}

@media only screen and (max-width: 640px) {
  .use {
    padding: 50px 0;
  }
}

.use_box_wrap .use_box_left {
  max-width: calc(100% - (50% - (1000px / 2)));
  width: calc(100% - 15px);
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 160px;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_left {
    margin: 0 0 80px;
  }
}

.use_box_wrap .use_box_left .use_box_left_inner {
  width: 100%;
  max-width: 1000px;
  min-height: 400px;
  position: relative;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 840px) {
  .use_box_wrap .use_box_left .use_box_left_inner {
    padding: 0 0 50px 0;
  }
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail {
  padding: 50px 500px 60px 0;
  position: relative;
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 840px) {
  .use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail {
    padding: 50px 50px 60px 0;
  }
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail {
    padding: 40px 20px 30px 0;
  }
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_icon {
  position: absolute;
  top: -22px;
  left: 0;
  width: 58px;
}

@media only screen and (max-width: 960px) {
  .use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_icon {
    left: 10px;
  }
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_icon img {
  width: 100%;
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_title {
  padding: 0 0 60px;
  min-height: 120px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000A33;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100px;
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_title {
    font-size: 22px;
    background-size: auto 80px;
  }
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_title.bg_01 {
  background-image: url(../images/use/bg_num01.svg);
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_title.bg_02 {
  background-image: url(../images/use/bg_num02.svg);
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_title.bg_03 {
  background-image: url(../images/use/bg_num03.svg);
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_title.bg_04 {
  background-image: url(../images/use/bg_num04.svg);
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_title:after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100px;
  height: 2px;
  border-radius: 1px;
  background-color: #000A33;
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_left .use_box_left_inner .use_box_left_detail .use_box_left_detail_text {
    font-size: 14px;
  }
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  width: 450px;
}

@media only screen and (max-width: 840px) {
  .use_box_wrap .use_box_left .use_box_left_inner .use_box_left_img {
    position: static;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
    width: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_left .use_box_left_inner .use_box_left_img {
    width: 300px;
  }
}

.use_box_wrap .use_box_left .use_box_left_inner .use_box_left_img img {
  width: 100%;
}

.use_box_wrap .use_box_right {
  max-width: calc(100% - (50% - (1100px / 2)));
  width: calc(100% - 15px);
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 160px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_right {
    margin-bottom: 80px;
  }
}

.use_box_wrap .use_box_right .use_box_right_inner {
  width: 100%;
  max-width: 1000px;
  min-height: 400px;
  position: relative;
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 840px) {
  .use_box_wrap .use_box_right .use_box_right_inner {
    padding: 0 0 50px 0;
  }
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail {
  padding: 50px 0 60px 500px;
  position: relative;
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 840px) {
  .use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail {
    padding: 50px 50px 60px 0;
  }
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail {
    padding: 40px 20px 30px 0;
  }
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_icon {
  position: absolute;
  top: -22px;
  right: 0;
  width: 58px;
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_icon img {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_icon {
    right: 10px;
  }
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_title {
  padding: 0 0 60px;
  min-height: 120px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000A33;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100px;
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_title {
    font-size: 22px;
    background-size: auto 80px;
  }
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_title.bg_01 {
  background-image: url(../images/use/bg_num01.svg);
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_title.bg_02 {
  background-image: url(../images/use/bg_num02.svg);
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_title.bg_03 {
  background-image: url(../images/use/bg_num03.svg);
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_title.bg_04 {
  background-image: url(../images/use/bg_num04.svg);
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_title:after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100px;
  height: 2px;
  border-radius: 1px;
  background-color: #000A33;
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_right .use_box_right_inner .use_box_right_detail .use_box_right_detail_text {
    font-size: 14px;
  }
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  width: 450px;
}

@media only screen and (max-width: 840px) {
  .use_box_wrap .use_box_right .use_box_right_inner .use_box_right_img {
    position: static;
    margin: 0 auto;
    -webkit-transform: none;
    transform: none;
    width: 400px;
  }
}

@media only screen and (max-width: 640px) {
  .use_box_wrap .use_box_right .use_box_right_inner .use_box_right_img {
    width: 300px;
  }
}

.use_box_wrap .use_box_right .use_box_right_inner .use_box_right_img img {
  width: 100%;
}

.vr_box {
  width: 100%;
  padding: 55px 50px 50px;
  border-radius: 40px;
  border: 4px solid #F08F91;
  background-color: #fff;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .vr_box {
    padding: 55px 20px 30px;
  }
}

.vr_box .vr_box_img {
  position: absolute;
  top: -44px;
  left: 50px;
  width: 98px;
}

.vr_box .vr_box_img img {
  width: 100%;
}

.vr_box .vr_box_icon {
  width: 34px;
  margin: 0 auto 15px;
}

.vr_box .vr_box_icon img {
  width: 100%;
}

.vr_box .vr_box_title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000A33;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 80px;
  position: relative;
}

.vr_box .vr_box_title:after {
  content: "";
  background-image: url(../images/use/line_dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vr_box .use_vr_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 50px;
  margin: 0 0 20px;
  border-bottom: 2px dotted #E5E5E5;
}

@media only screen and (max-width: 840px) {
  .vr_box .use_vr_box_wrap {
    display: block;
  }
}

.vr_box .use_vr_box_wrap .use_vr_box {
  width: calc((100% - 60px) /3);
  text-align: center;
}

@media only screen and (max-width: 840px) {
  .vr_box .use_vr_box_wrap .use_vr_box {
    width: 100%;
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 840px) {
  .vr_box .use_vr_box_wrap .use_vr_box:last-child {
    margin: 0 0 0;
  }
}

.vr_box .use_vr_box_wrap .use_vr_box .use_vr_box_img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 24px;
}

@media only screen and (max-width: 840px) {
  .vr_box .use_vr_box_wrap .use_vr_box .use_vr_box_img {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

.vr_box .use_vr_box_wrap .use_vr_box .use_vr_box_title {
  display: inline-block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000A33;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCE8E9));
  background: linear-gradient(transparent 60%, #FCE8E9 60%);
  margin: 0 0 24px;
}

.vr_box .use_vr_box_wrap .use_vr_box .use_vr_box_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .vr_box .use_vr_box_wrap .use_vr_box .use_vr_box_text {
    font-size: 14px;
  }
}

.vr_box .vr_live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
}

@media only screen and (max-width: 840px) {
  .vr_box .vr_live {
    display: block;
  }
}

.vr_box .vr_live .vr_live_detail {
  width: calc(100% - 350px);
}

@media only screen and (max-width: 840px) {
  .vr_box .vr_live .vr_live_detail {
    width: 100%;
    margin: 0 0 50px;
  }
}

.vr_box .vr_live .vr_live_detail .vr_live_detail_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000A33;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

.vr_box .vr_live .vr_live_detail .vr_live_detail_title span {
  background-image: url(../images/use/bg_line.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.vr_box .vr_live .vr_live_detail .vr_live_detail_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .vr_box .vr_live .vr_live_detail .vr_live_detail_text {
    font-size: 14px;
  }
}

.vr_box .vr_live .vr_live_img {
  width: 300px;
  margin: 0 50px 0 0;
}

@media only screen and (max-width: 840px) {
  .vr_box .vr_live .vr_live_img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.vr_box .vr_live .vr_live_img img {
  width: 100%;
}

/*post*/
.post {
  padding: 100px 0;
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .post {
    padding: 50px 0;
  }
}

.post_img {
  width: 80%;
  max-width: 700px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 640px) {
  .post_img {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.post_img img {
  width: 100%;
}

.post_slide_wrap {
  width: 100%;
}

.post_slide_wrap .post_slide .post_slide_item {
  margin: 0 5px;
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .post_slide_wrap .post_slide .post_slide_item {
    margin: 0 0;
    padding: 20px 10px;
  }
}

.post_slide_wrap .post_slide .post_slide_item .post_slide_item_box {
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .post_slide_wrap .post_slide .post_slide_item .post_slide_item_box {
    padding: 16px;
  }
}

.post_slide_wrap .post_slide .post_slide_item .post_slide_item_box .post_slide_item_box_img {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin: 0 0 20px;
}

.post_slide_wrap .post_slide .post_slide_item .post_slide_item_box .post_slide_item_box_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #282A31;
  line-height: 2;
  margin: 0 0 10px;
}

.post_slide_wrap .post_slide .post_slide_item .post_slide_item_box .post_slide_item_box_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -10px;
}

.post_slide_wrap .post_slide .post_slide_item .post_slide_item_box .post_slide_item_box_tag_list .post_slide_item_box_tag_item {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #282A31;
  line-height: 2;
  margin: 0 20px 10px 0;
}

.post_slide_wrap .post_slide .post_slide_item .post_slide_item_box .post_slide_item_box_tag_list .post_slide_item_box_tag_item:before {
  content: "#";
  color: #F08F91;
}

/*shop*/
.shop {
  padding: 80px 0;
  background-image: url(../images/shop/bg_shop.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .shop {
    padding: 40px 0;
  }
}

.shop_title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .shop_title {
    font-size: 22px;
    margin: 0 0 30px;
  }
}

.shop_logo {
  width: 380px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 840px) {
  .shop_logo {
    width: 300px;
  }
}

.shop_logo img {
  width: 100%;
}

.shop_link_btn {
  width: 100%;
  max-width: 400px;
  height: 60px;
  border-radius: 30px;
  padding: 0 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000A33;
  line-height: 1.3;
}

.shop_link_btn:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/shop/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.shop_link_btn_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
}

/*download*/
.download {
  padding: 100px 0 80px;
  background: url(../images/download/bg_dot.svg), transparent -webkit-gradient(linear, left bottom, left top, from(rgba(246, 127, 134, 0.2)), to(rgba(1, 78, 201, 0.2)));
  background: url(../images/download/bg_dot.svg), transparent linear-gradient(0deg, rgba(246, 127, 134, 0.2) 0%, rgba(1, 78, 201, 0.2) 100%);
  background-repeat: repeat;
}

@media only screen and (max-width: 640px) {
  .download {
    padding: 50px 0 40px;
  }
}

.download_box {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 50px;
}

@media only screen and (max-width: 640px) {
  .download_box {
    padding: 30px 20px 0;
  }
}

.download_box .download_box_content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.download_box .download_box_content .download_box_detail {
  padding: 0 0 0 245px;
}

@media only screen and (max-width: 640px) {
  .download_box .download_box_content .download_box_detail {
    padding: 0 0 0 0;
  }
}

.download_box .download_box_content .download_box_detail .download_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.download_box .download_box_content .download_box_detail .download_box_title .download_box_title_ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #000A33;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 10px 0 0;
}

.download_box .download_box_content .download_box_detail .download_box_title .download_box_title_en {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #F08F91;
  line-height: 1.3;
}

.download_box .download_box_content .download_box_detail .download_box_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000A33;
  line-height: 1.5;
  margin: 0 0 30px;
}

.download_box .download_box_content .download_box_detail .download_link_qr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .download_box .download_box_content .download_box_detail .download_link_qr_list {
    display: block;
    margin: 0 0 50px;
  }
}

.download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 40px 0 0;
}

@media only screen and (max-width: 960px) {
  .download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 960px) {
  .download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #E5E5E5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
}

@media only screen and (max-width: 960px) {
  .download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item:after {
    content: none;
  }
}

.download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item:last-child {
  margin: 0 0 0 0;
}

.download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item:last-child:after {
  content: none;
}

.download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item .download_link_qr_item_btn {
  display: block;
  height: 48px;
  margin: 0 20px 0 0;
}

.download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item .download_link_qr_item_btn img {
  height: 100%;
}

.download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item .download_link_qr_item_img {
  width: 90px;
}

.download_box .download_box_content .download_box_detail .download_link_qr_list .download_link_qr_item .download_link_qr_item_img img {
  width: 100%;
}

.download_box .download_box_content .download_box_img {
  width: 195px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .download_box .download_box_content .download_box_img {
    position: static;
    margin: 0 auto;
  }
}

.download_box .download_box_content .download_box_img img {
  width: 100%;
  vertical-align: bottom;
}

.download_box .download_box_pengin {
  position: absolute;
  width: 120px;
  bottom: -40px;
  right: -40px;
}

@media only screen and (max-width: 1000px) {
  .download_box .download_box_pengin {
    right: 10px;
    bottom: -80px;
  }
}

@media only screen and (max-width: 640px) {
  .download_box .download_box_pengin {
    right: 20px;
    bottom: -40px;
  }
}

.download_box .download_box_pengin img {
  width: 100%;
}

/*=================

      common.scss

=======================*/
.common_wrap {
  padding: 0 15px;
}

.common_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.common_inner_s {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/*common_title*/
.common_title_wrap {
  margin: 0 0 50px;
}

@media only screen and (max-width: 640px) {
  .common_title_wrap {
    margin: 0 0 40px;
  }
}

.common_title_wrap .common_title_img {
  width: 52px;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 640px) {
  .common_title_wrap .common_title_img {
    width: 44px;
  }
}

.common_title_wrap .common_title_img img {
  width: 100%;
}

.common_title_wrap .common_title_ja {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #000A33;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
}

@media only screen and (max-width: 640px) {
  .common_title_wrap .common_title_ja {
    font-size: 28px;
  }
}

.common_title_wrap .common_title_en {
  text-align: center;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #F08F91;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .common_title_wrap .common_title_en {
    font-size: 13px;
  }
}

/*common_sec*/
.common_sec_wrap {
  margin: 0 auto 60px;
  max-width: 600px;
}

.common_sec_wrap .common_sec_title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #000A33;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 80px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .common_sec_wrap .common_sec_title {
    font-size: 22px;
    margin: 0 0 60px;
  }
}

.common_sec_wrap .common_sec_title:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  border-radius: 2px;
  background-color: #000A33;
}

@media only screen and (max-width: 640px) {
  .common_sec_wrap .common_sec_title:after {
    bottom: -30px;
  }
}

.common_sec_wrap .common_sec_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000A33;
  line-height: 3;
}

@media only screen and (max-width: 640px) {
  .common_sec_wrap .common_sec_text {
    font-size: 14px;
  }
}

/*=================

      header.scss

=======================*/
header {
  width: 100%;
}

.header_wrap {
  height: 100px;
}

@media only screen and (max-width: 1400px) {
  .header_wrap {
    height: 70px;
  }
}

.pc_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 50px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

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

.pc_header .pc_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.pc_header .pc_header_inner .pc_logo_wrap {
  display: block;
  width: 200px;
}

.pc_header .pc_header_inner .pc_logo_wrap img {
  width: 100%;
}

.pc_header .pc_header_inner .pc_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc_header .pc_header_inner .pc_menu_wrap .pc_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc_header .pc_header_inner .pc_menu_wrap .pc_menu_list .pc_menu_item {
  margin: 0 0 0 30px;
}

.pc_header .pc_header_inner .pc_menu_wrap .pc_menu_list .pc_menu_item .pc_menu_link {
  display: blick;
  padding: 0 0 0 20px;
  color: #000A33;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
}

.pc_header .pc_header_inner .pc_menu_wrap .pc_menu_list .pc_menu_item .pc_menu_link:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F08F91;
}

.pc_header .pc_header_inner .pc_menu_wrap .pc_register_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000A33;
  border-radius: 25px;
  width: 300px;
  height: 50px;
  margin: 0 0 0 50px;
}

.pc_header .pc_header_inner .pc_menu_wrap .pc_register_btn_wrap .pc_register_btn_img_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.pc_header .pc_header_inner .pc_menu_wrap .pc_register_btn_wrap .pc_register_btn_img_text img {
  width: 18px;
  margin: 0 10px 0 0;
}

.sp_header {
  display: none;
}

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

.header_sp_wrap {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0;
  margin: 0 0 0;
  height: 70px;
  position: fixed;
  z-index: 60;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header_sp_wrap .header_sp_logo {
  display: block;
  width: 180px;
}

.header_sp_wrap .header_sp_logo img {
  width: 100%;
}

.header_sp_wrap .header_menu_btn {
  width: 30px;
  height: 30px;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: center;
}

.header_sp_wrap .header_menu_btn img {
  display: block;
  width: 100%;
}

.common_filter {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 62;
  width: 100%;
  height: 100vh;
}

.header_close_btn {
  display: none;
  width: 30px;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-align: right;
  margin: 0 0 30px auto;
}

.header_close_btn img {
  display: block;
  width: 30px;
}

.header_close_btn.active {
  display: block;
}

.header_popup_block {
  display: block;
  width: calc( 100% - 50px);
  max-width: 315px;
  min-height: calc(100vh - 5px);
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 70;
  height: 100%;
  overflow-y: scroll;
}

.header_popup_block.active {
  right: 0;
}

.header_popup_block .header_popup_inner {
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
}

.sp_main_menu_list {
  margin: 0 0 20px;
}

.sp_main_menu_list .sp_main_menu_item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #F08F91;
}

.sp_main_menu_list .sp_main_menu_item .sp_main_menu_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #F08F91;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.sp_main_menu_list .sp_main_menu_item .sp_main_menu_link img {
  height: 20px;
  width: auto;
  margin: 0 5px 0 0;
}

.sp_register_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F08F91;
  border-radius: 25px;
  width: 100%;
  height: 40px;
}

.sp_register_btn_wrap .sp_register_btn_img_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.sp_register_btn_wrap .sp_register_btn_img_text img {
  width: 18px;
  margin: 0 10px 0 0;
}

/*=================

      footer.scss

=======================*/
footer {
  padding: 80px 0 40px;
  background-color: #000A33;
}

@media only screen and (max-width: 640px) {
  footer {
    padding: 40px 0 30px;
  }
}

.footer_logo {
  display: block;
  width: 200px;
  margin: 0 auto 50px;
}

.footer_logo img {
  width: 100%;
}

.copy {
  text-align: center;
  font-family: 'Noto Sans JP', 'Mulish',sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
}

.footer_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 30px;
}

.footer_menu_list .footer_menu_item {
  margin: 0 10px;
}

.footer_menu_list .footer_menu_item .footer_menu_link {
  display: block;
  font-family: 'Noto Sans JP', 'Mulish',sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
  text-decoration: underline;
}

/*=================

      policy.scss

=======================*/
.policy_page {
  padding: 100px 0;
  background-color: #fff;
}

.policy_block_wrap {
  border: 2px solid #000A33;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .policy_block_wrap {
    padding: 20px;
  }
}

.policy_block_wrap .policy_block {
  margin: 0 0 30px;
}

.policy_block_wrap .policy_block:last-child {
  margin: 0 0 0;
}

.policy_block_wrap .policy_block .policy_block_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 3;
}

@media only screen and (max-width: 640px) {
  .policy_block_wrap .policy_block .policy_block_text {
    font-size: 14px;
  }
}

.policy_block_wrap .policy_block .policy_block_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #282A31;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .policy_block_wrap .policy_block .policy_block_title {
    font-size: 16px;
  }
}

.policy_block_wrap .policy_block .policy_list {
  padding: 0 0 0 20px;
  list-style: decimal;
}

.policy_block_wrap .policy_block .policy_list .policy_item {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 3;
}

@media only screen and (max-width: 640px) {
  .policy_block_wrap .policy_block .policy_list .policy_item {
    font-size: 14px;
  }
}

.policy_block_wrap .policy_block .policy_list .policy_item .policy_list {
  padding: 0 0 0 20px;
  list-style: lower-alpha;
}

.policy_block_wrap .policy_block .policy_list .policy_item .policy_list .policy_list {
  padding: 0 0 0 20px;
  list-style: lower-roman;
}

/*=================

      delete.scss

=======================*/
.delete_page {
  padding: 100px 0;
  background-color: #fff;
}

.delete_box {
  border: 2px solid #000A33;
  padding: 30px;
}

@media only screen and (max-width: 640px) {
  .delete_box {
    padding: 20px;
  }
}

.delete_box .delete_box_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 2;
  margin: 0 0 40px;
}

@media only screen and (max-width: 640px) {
  .delete_box .delete_box_text {
    font-size: 14px;
  }
}

.delete_box .delete_box_notice {
  margin: 0 0 40px;
  padding: 20px;
  background-color: #FFE7E6;
}

.delete_box .delete_box_notice .delete_box_notice_icon {
  width: 40px;
  margin: 0 auto 10px;
}

.delete_box .delete_box_notice .delete_box_notice_icon img {
  width: 100%;
}

.delete_box .delete_box_notice .delete_box_notice_title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FF0A00;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .delete_box .delete_box_notice .delete_box_notice_title {
    font-size: 16px;
  }
}

.delete_box .delete_box_notice .delete_box_notice_text {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #282A31;
  line-height: 2;
}

@media only screen and (max-width: 640px) {
  .delete_box .delete_box_notice .delete_box_notice_text {
    font-size: 14px;
  }
}

.delete_box .delete_box_login .delete_box_login_title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #282A31;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

@media only screen and (max-width: 640px) {
  .delete_box .delete_box_login .delete_box_login_title {
    font-size: 14px;
  }
}

.delete_box .delete_box_login .delete_box_login_btn_list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.delete_box .delete_box_login .delete_box_login_btn_list .delete_box_login_btn_item {
  margin: 0 0 10px;
}

.delete_box .delete_box_login .delete_box_login_btn_list .delete_box_login_btn_item:last-child {
  margin: 0 0 0;
}

.delete_box .delete_box_login .delete_box_login_btn_list .delete_box_login_btn_item .delete_box_login_btn {
  width: 100%;
  height: 50px;
  border: 2px solid #000A33;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #282A31;
  line-height: 1.3;
}

.delete_box .delete_box_login .delete_box_login_btn_list .delete_box_login_btn_item .delete_box_login_btn img {
  display: block;
  width: 20px;
  margin: 0 10px 0 0;
}

.delete_box .delete_box_login .delete_box_mail_login_title {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #282A31;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 40px 0 20px;
}

@media only screen and (max-width: 640px) {
  .delete_box .delete_box_login .delete_box_mail_login_title {
    font-size: 16px;
  }
}

.delete_box .delete_box_login .delete_box_mail_login_list {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
}

.delete_box .delete_box_login .delete_box_mail_login_list .delete_box_mail_login_item {
  margin: 0 0 20px;
}

.delete_box .delete_box_login .delete_box_mail_login_list .delete_box_mail_login_item:last-child {
  margin: 0 0 0;
}

.delete_box .delete_box_login .delete_box_mail_login_list .delete_box_mail_login_item .delete_box_mail_login_item_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #282A31;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
}

@media only screen and (max-width: 640px) {
  .delete_box .delete_box_login .delete_box_mail_login_list .delete_box_mail_login_item .delete_box_mail_login_item_title {
    font-size: 13px;
  }
}

.delete_box .delete_box_login .delete_box_mail_login_list .delete_box_mail_login_item .delete_box_mail_login_item_input {
  width: 100%;
  border: 1px solid #888;
  padding: 10px;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #282A31;
  line-height: 1.3;
  border-radius: 3px;
}

.delete_box .delete_box_login .delete_box_mail_login_list .delete_box_mail_login_item .error_text {
  margin: 5px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #FF0A00;
  line-height: 1.5;
}

.delete_box .delete_box_login .delete_box_mail_login_btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 50px;
  border: 2px solid #000A33;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000A33;
  line-height: 1.3;
}

.delete_box .delete_box_login .delete_box_mail_login_btn.apple {
  border: 2px solid #000;
  color: #000;
}

.delete_box .delete_box_login .delete_box_mail_login_btn img {
  display: block;
  width: 20px;
  margin: 0 10px 0 0;
}

.delete_box .delete_box_login_account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 10px;
}

.delete_box .delete_box_login_account .delete_box_login_account_img {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.delete_box .delete_box_login_account .delete_box_login_account_img.shop {
  border-radius: 5px;
}

.delete_box .delete_box_login_account .delete_box_login_account_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #282A31;
  line-height: 1.3;
}

.delete_box .delete_box_submit_btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 50px;
  border-radius: 30px;
  background-color: #FF0A00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}

.delete_box .back_btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 50px;
  border-radius: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000A33;
  line-height: 1.3;
  border: 2px solid #000A33;
}

.error_block {
  margin: 0 0 40px;
  padding: 20px;
  background-color: #FFE7E6;
}

.error_block .error_block_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #FF0A00;
  line-height: 2;
}

/* ======================= BASE ====== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*font*/
.fg_l {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.fg_r {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.fg_m {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.fg_b {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.fg_bl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

.fe_b {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_80 {
  margin-top: 80px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_20 {
  margin-right: 20px;
}

@media only screen and (max-width: 999px) {
  .sp_mb_10 {
    margin-bottom: 10px;
  }
}

.common_pc {
  display: block;
}

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

.common_sp {
  display: none;
}

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

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

.common_sp840 {
  display: none;
}

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

.common_pc640 {
  display: block;
}

.common_pc640.height_100 {
  height: 100%;
}

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

.common_sp640 {
  display: none;
}

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

.mb_0 {
  margin-bottom: 0;
}

body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

body ul {
  list-style: none;
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.7;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
