@charset "UTF-8";

/* ===============================================
  * CSS変数 *
=============================================== */

:root {
  --gradient-orange: linear-gradient(90deg, #f71768 0%, #fb761b 18.85%, #f7342a 34.04%, #f6202e 45.94%, #fb6020 65.89%, #ffc700 100%);
  --simple-orange: #fc6f1b;
  --gradient-green: linear-gradient(to right, #006f86 2%, #178c72 14%, #0a6d5f 23%, #00605a 31%, #005e54 43%, #007965 58%, #14de73 82%, #91e154 100%);
  --simple-green: #139e78;
  --gradient-blue: linear-gradient(85deg, #5a25ba -14%, #5440c9 -2%, #0e5ccc 16%, #133ec2 29%, #1c13a3 53%, #0e5ccc 77%, #0096f2 90%, #00f9ec 104%);
  --simple-blue: #0e5ccc;
}

.w2_header_lang {
  display: none;
}

.w2_left_content {
  display: none;
}

.w2_content .w2_right_content {
  border-left: none;
  width: 100%;
  background: #fff;
}

@media (min-width: 768px) {
  .w2_content .w2_right_content {
    width: 100%;
  }
}

.w2_header .w2_container .w2_header_inner1 {
  padding: 0 !important;
  background: url(../img/unified/mlp/header_bg.png) no-repeat;
}

.custom_header_inner ul {
  display: flex;
  flex-direction: row;
}

.custom_header_inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: right;
  align-items: center;
}

.w2_content .w2_right_content {
  background: #fff !important;
}

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

  .w2_sp_menu_button {
    padding-top: 5vw;
    padding-right: 5vw;
  }

  .w2_sp_menu_button:before {
    background: url(../img/unified/mlp/sp_header_bg.png) no-repeat;
    background-position: right top;
    background-size: 100%;
    width: 61.7333vw;
  }
}

.custom_header_inner ul li {
  position: relative;
  padding: 0 calc((10 / 1440) * 100 * 1vw);
}

.custom_header_inner ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: calc((16 / 1440) * 100 * 1vw);
  cursor: pointer;
}

.custom_header_inner ul li a:hover {
  text-decoration: underline;
}

.custom_header_inner .hd_contact {
  width: auto;
  padding: 10px 15px;
  border-radius: 100px;
  margin-left: calc((15 / 1440) * 100 * 1vw);
  background: #FC7A1D;
  text-align: center;
  margin-right: 2vw;
}

@media screen and (min-width: 1920px) {
  .custom_header_inner .hd_contact {
    margin-left: 30px;
  }

  .custom_header_inner ul li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .custom_header_inner .hd_contact {
    width: 40vw;
    padding: 0.5333333333vw 1.3333333333vw;
    margin-left: 0;
    margin-right: 0;
  }
}

.custom_header_inner .hd_contact a {
  display: block;
  width: 100%;
  font-size: calc((16 / 1440) * 100 * 1vw);
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
}

@media screen and (min-width: 1920px) {
  .custom_header_inner .hd_contact a {
    font-size: 16px;
  }
}

.w2_header .w2_header_logo a {
  display: block;
}

.w2_header .w2_header_logo .w2_header_logo_img {
  width: 100%;
}

@media (min-width: 768px) {
  .w2_header .w2_header_logo .w2_header_logo_img {
    transition: none;
  }
}

.w2_page-unified .feature_about .w2_section_title .w2_title {
  display: inline-block;
}

#FirstView {
  background: url(../img/unified/omo/FV.jpg) no-repeat center;
  background-size: cover;
}

#Main.w2_page-unified .w2_firstview .w2_fv_text1 {
  font-weight: bold;
  font-size: calc((18 / 1440) * 100 * 1vw);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .custom_fv_cta_btn p {
    padding-block: 0 !important;
  }

  #FirstView .w2_container {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 5vw;
    width: var(--width-content);
  }

  #FirstView .n_cta {
    padding-bottom: 0;

  }

  #FirstView .w2_fv_image_container {
    position: relative;
    width: 100%;
  }

  .w2_firstview .w2_container .w2_fv_image_container .w2_fv_image_container_img {
    position: absolute;
    right: 0;
    width: 32vw !important;
  }

  #FirstView .w2_fv_text_container {
    padding-left: 0;
  }

  .custom_fv_cta_btn {
    padding-right: 0;
    right: 0;
  }

  .w2_page-unified::before {
    content: none;
  }

  .w2_page-unified .w2_patterns {
    margin-top: 5vw !important;
  }

  .w2_page-unified .w2_firstview .n_cta img {
    max-width: 380px;
  }

  #Main.w2_page-unified .w2_firstview h1 {
    font-size: 2.1vw;
  }
}

@media screen and (max-width: 768px) {
  #FirstView {
    background: url(../img/unified/omo/FV_sp.png) no-repeat center;
    background-size: cover;
  }

  .w2_page-unified .w2_section_title h2 {
    font-size: 5vw !important;
  }

  #Main.w2_page-unified .w2_firstview .w2_container {
    width: 88vw;
    margin: 0 auto;
  }

  #Main.w2_page-unified .w2_firstview {
    padding-top: 16vw;
  }

  #Main.w2_page-unified .w2_firstview h1 {
    text-align: left;
    font-size: 8vw;
  }

  .custom_fv_cta_btn {
    width: 100% !important;
  }

  #Main.w2_page-unified .w2_firstview .w2_fv_text1 {
    position: relative;
    font-size: 6vw;
    text-align: left;
    padding-bottom: 15px;
    line-height: normal;
  }

  #Main.w2_page-unified .w2_firstview .w2_fv_text1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--gradient-green);
  }

  .w2_page-unified .w2_firstview .w2_fv_text_container {
    padding-top: 0;
  }

  .w2_fv_text_container .n_cta {
    margin-top: 18vw;
  }
}

#Feature_about .w2_section_title:nth-child(2) {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #Main.w2_page-unified .w2_feature .w2_container .w2_content .w2_right_content::before {
    content: none;
  }

  #Main.w2_page-unified .w2_feature_list {
    padding-bottom: 0;
    margin-top: 30px;
  }

}

@media screen and (min-width: 768px) {

  .w2_page-unified .feature_about .w2_section_title .n_num {
    font-size: 2vw;
    margin-right: 2vw;
  }

  .w2_page-unified .feature_about .w2_section_title .n_num::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    font-size: 2.34375vw;
  }
}

@media screen and (max-width: 768px) {

  .w2_page-unified .feature_about {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .w2_page-unified .feature_about .w2_section_title .w2_title {
    margin-bottom: 30px;
    font-size: 6vw;
    line-height: normal !important;
  }

  .w2_page-unified .feature_about .w2_section_title {
    padding-top: 0;
  }

  .n_text_size2 {
    margin-bottom: 0;
    line-height: 0;
  }
}

#Main.w2_page-unified .w2_plan .w2_plan_list_item_inner::before {
  background: var(--gradient-green);
}

#Main.w2_page-unified .w2_plan .w2_plan_list_item_inner::after {
  background-image: url(../img/static/unified/corner.svg);
}

#Main.w2_page-unified .w2_plan .w2_plan_list_item_inner .w2_plan_list_item_text1 {
  margin-bottom: 28px;
}

#Main.w2_page-unified .w2_plan .w2_plan_list_item_inner .w2_plan_list_item_text1:after {
  background: var(--gradient-green);
}

#Main.w2_page-unified .w2_plan .w2_plan_list .w2_plan_list_item_text2,
#Main.w2_page-unified .w2_plan .w2_plan_list .w2_plan_list_item_price {
  width: auto;
  padding-right: var(--padding-vertical);
  padding-left: var(--padding-vertical);
}

#Main.w2_page-unified .w2_plan .w2_plan_list .w2_plan_list_item_price>ul {
  padding: 0;
}

#Main.w2_page-unified .w2_plan .w2_plan_list .w2_plan_list_item_button {
  padding-top: 0;
}

#Main.w2_page-unified .w2_plan_feature-list {
  padding-right: var(--padding-vertical);
  padding-left: var(--padding-vertical);
}

#Main.w2_page-unified .w2_plan_feature-list img {
  width: 100%;
  height: auto;
}

#Main.w2_page-unified #EcSupport.w2_ecsupport_list--modified {
  margin-bottom: 0;
}

#Main.w2_page-unified .w2_cooperation .w2_container .w2_content .w2_right_content .w2_cooperation_list .w2_cooperation_list_item .w2_cooperation_list_item_inner:before {
  background-image: url(../img/static/unified/corner.svg);
}

#Main.w2_page-unified .w2_ecsupport .w2_container .w2_content .w2_right_content .w2_ecsupport_list .w2_ecsupport_list_item:before {
  background-image: url(../img/static/unified/img-corner.svg);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  #Main.w2_page-unified .w2_plan .w2_container .w2_content .w2_right_content::before {
    top: -22vw;
    height: auto;
    aspect-ratio: 2560 / 2175;
    background-image: url(../img/static/unified/bg4.png);
  }

  #Main.w2_page-unified .w2_plan {
    --padding-vertical: 8.18%;
  }

  #Main.w2_page-unified .w2_plan .w2_plan_list {
    align-items: stretch;
    gap: 1.78%;
    width: 100%;
    max-width: min(calc((1120 / 1440 * 100) * 1vw), 1120px);
    margin: 0 auto 3.47222vw;
  }

  #Main.w2_page-unified .w2_plan .w2_plan_list_item {
    width: 49%;
    margin: 0;
  }

  #Main.w2_page-unified .w2_plan .w2_plan_list_item_inner {
    height: 100%;
    padding-bottom: min(calc((56 / 1440 * 100) * 1vw), 56px);
    box-sizing: border-box;
  }

  #Main.w2_page-unified .w2_plan .w2_plan_list .w2_plan_list_item_price>ul>li {
    padding-left: 19.56%;
  }

  #Main.w2_page-unified .w2_plan_feature-list {
    margin-bottom: min(calc((60 / 1440 * 100) * 1vw), 60px);
  }

}

@media screen and (max-width:768px) {
  #Main.w2_page-unified .w2_plan .w2_container .w2_content .w2_right_content::before {
    background-image: url(../img/static/unified/bg_4_sp.png);
  }

  #Main.w2_page-unified .w2_plan {
    --padding-vertical: 7.46%;
  }

  #Main.w2_page-unified .w2_plan .w2_plan_list .w2_plan_list_item_price>ul>li {
    padding-left: 0;
  }

  #Main.w2_page-unified .w2_plan_feature-list {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width:768px) {

  .w2_feature_list {
    padding-bottom: 0 !important;
  }
}

#Plan {
  margin-top: 0;
}

#Plan .w2_right_content {
  background: #F2F2F7 !important;
}

#Main.w2_page-unified::before {
  content: none;
}

.w2_header .w2_container .w2_header_inner1 {
  width: calc((1072 / 1440) * 100 * 1vw);
}

.w2_header .w2_header_logo {
  width: 22.61111vw;
  height: auto;
  padding-top: 0 !important;
  padding-left: 0 !important;
}

.w2_header.w2_fix .w2_header_logo .w2_header_logo_img {
  transform: none;
}

.w2_header .w2_header_logo:before {
  content: none !important;
}

.w2_header.w2_fix .w2_header_logo {
  height: 10.29167vw;
}

@media screen and (min-width: 768px) {
  .w2_header .w2_header_logo {
    padding-top: 1vw;
    padding-left: 1vw;
    background: none;
    transition: none;
  }

  .w2_header .w2_header_logo:before {
    content: "";
    position: absolute;
    top: -40vw;
    left: -23vw;
    z-index: -1;
    width: 50vw;
    height: 50vw;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .w2_header .w2_header_logo {
    width: 40.61111vw;
    height: auto;
    background: none;
  }

  .w2_header.w2_fix .w2_header_logo {
    height: auto;
    transform: none;
  }

  .w2_header .w2_header_logo:before {
    width: 300px;
    height: 300px;
    top: -30vw;
    left: -30vw;
  }

  header.w2_fix,
  #SpMenuButton {
    transition: none;
  }
}

@media screen and (min-width: 1920px) {
  .w2_header .w2_container .w2_header_inner1 {
    width: 1172px;
  }

  .custom_header_inner ul li a {
    font-size: 18px;
  }

  .w2_header .w2_header_logo {
    width: 386px;
    height: auto;
    padding-top: 25px;
    padding-left: 10px;
  }

  .w2_header .w2_header_logo:before {
    top: -200px;
    left: -150px;
    width: 500px;
    height: 500px;
  }
}

#SpMenu .w2_menu_list .w2_menu_item .w2_toggle_open_button .w2_menu_item_title_ja:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .w2_firstview .w2_container .w2_fv_image_container .w2_fv_image_container_img {
    width: 61vw;
  }

  .w2_page-unified .w2_about .w2_about_image_container {
    right: 3vw !important;
  }

  .w2_pankuzu {
    height: 0;
  }

  .w2_pankuzu>ul {
    display: none;
  }

  .w2_page-unified .w2_img-wrapper--single>img {
    width: 75% !important;
  }
}

.w2_fv_cm {
  line-height: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  filter: drop-shadow(0 10px 30px rgba(51, 51, 51, .2));
  transition: transform 0.3s cubic-bezier(.215, .61, .355, 1);
  bottom: 15px;
}

@media (min-width:768px) {
  .w2_fv_cm {
    position: fixed;
    left: 0;
    z-index: 10
  }
}

@media (max-width:767px) {
  .w2_fv_cm {
    position: fixed;
    right: 0;
    z-index: 20
  }
}

.w2_fv_cm .w2_fv_cm_body {
  position: relative;
}

@media (max-width:767px) {
  .w2_fv_cm .w2_fv_cm_body {
    width: 35.73333vw
  }
}

@media (min-width:768px) {
  .w2_fv_cm .w2_fv_cm_body {
    width: 18.75vw
  }
}

@media (min-width:1440px) {
  .w2_fv_cm .w2_fv_cm_body {
    width: 270px
  }
}

.w2_fv_cm_thumb {
  display: block;
  width: 100%;
}

.w2_fv_cm .w2_fv_cm_body .w2_fv_cm_thumb .w2_fv_cm_thumb_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform cubic-bezier(.215, .61, .355, 1) 0.2s
}

.w2_fv_cm.w2_hide_add,
.w2_fv_cm.w2_hide2 {
  right: 0;
}

.w2_fv_cm .w2_fv_cm_body:hover .w2_fv_cm_thumb_img {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .w2_fv_cm.w2_hide_add {
    transform: translateX(-100%);
  }
}

@media (max-width: 767px) {

  .w2_fv_cm.w2_hide_add,
  .w2_fv_cm.w2_hide2 {
    transform: translateX(100%);
  }

  .w2_fv_cm {
    right: 12vw;
  }

}

.w2_fv_cm.w2_hide_add,
.w2_fv_cm.w2_hide2 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.w2_partner_wrapper .w2_right_content .w2_partner_main_container .w2_partner_main_list_more.w2_hide,
.w2_partner_wrapper .w2_right_content .w2_partner_main_container .w2_partner_main_list_more.w2_hide2 {
  visibility: hidden
}

@media (min-width: 768px) {
  .w2_fv_cm {
    right: 30px;
  }
}

.close-btn {
  position: absolute;
  top: -30px;
  right: 0;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10000;
  font-family: "Font Awesome 5 Pro" !important;
}

.w2_page-unified .feature_about .w2_img-wrapper--single h3 {
  text-align: center;
  margin-bottom: 30px !important;
  border-bottom: solid 3px #178C72;
  padding-bottom: 10px;
}

#Lead {
  background: url(../img/unified/omo/lead_bg.png) no-repeat center;
  background-size: cover;
  padding: 30px 0;
}

#Lead .w2_container {
  width: var(--width-content);
  display: grid;
  grid-template-columns: 1fr 1fr;
  letter-spacing: 0.1rem;
}

#Lead .w2_container .w2_lead_text {
  margin-top: 30px;
  line-height: normal;
}

#Lead .w2_container .w2_lead_title {
  line-height: normal;
  font-weight: bold;
}

#Lead .w2_container .w2_lead_text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

@media (min-width:768px) {
  #Lead .w2_container .w2_lead_title {
    font-size: 34px;
  }

  #Lead .w2_container .w2_lead_text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #Lead .w2_container {
    grid-template-columns: 1fr;
  }

  #Lead .w2_container .w2_lead_title {
    font-size: 24px;
  }
}

#ItemStore .itemstore_system .itemstore_system_list li h4 {
  background: #139E78 !important;
}

.sub_ttl {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
  background: #F2F2F7;
  position: relative;
}

.sub_ttl::before {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-green);
  height: 5px;
  width: 100%;
  z-index: 2;
}

@media (min-width:768px) {
  .sub_ttl {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .sub_ttl {
    font-size: 24px;
  }
}

#OMO .omo_box {
  display: flex;
  flex-direction: column;
}

#OMO .omo_box .grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#OMO .omo_box .grid-item .omo-txt-box {
  text-align: left;
  height: 100%;
}

#OMO .omo_box .grid-item .omo-txt-box span {
  color: #919291;
  font-size: 14px;
}

#OMO .omo_box .grid-item .omo-txt-box h3 {
  margin-top: 15px;
  text-align: left;
  border-bottom: none;
}

#OMO .omo_box .grid-item .omo-txt-box p {
  margin-top: 30px;
  font-size: 14px;
}

#OMO .omo_box .grid-item img {
  width: 100% !important;
}

@media (max-width: 767px) {
  #OMO .omo_box .grid-item {
    grid-template-columns: 1fr;
  }

  #OMO .omo_box .grid-item .omo-txt-box span {
    display: block;
    text-align: center;
  }

  #OMO .omo_box .grid-item .omo-txt-box h3 {
    font-size: 18px;
  }
}

#Variety .variety-box {
  width: var(--width-content);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  margin: 0 auto 50px;
}

#Variety .variety-box .w2_img-wrapper--single {
  width: 100% !important;
  margin-bottom: 0;
  height: 100%;
}

#Variety .variety-box .w2_img-wrapper--single h3 {
  border-bottom: none;
  margin-bottom: 10px !important;
}

#Variety .variety-box .w2_img-wrapper--single img {
  width: 100% !important;
  margin-top: 20px;
}

#Variety .variety-box .w2_img-wrapper--single p {
  font-size: 14px;
}

@media (max-width: 767px) {
  #Variety .variety-box {
    grid-template-columns: 1fr;
  }

  #Variety .variety-box .w2_img-wrapper--single h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .w2_img-wrapper--single {
    margin-bottom: 6vw;
  }
}

@media (min-width:768px) {
  .w2_page-unified .feature_about .w2_img-wrapper--single {
    padding: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {

  .w2_footer {
    padding-top: 0;
  }

  .w2_footer .w2_footer_inner {
    display: none;
  }

  .w2_footer .w2_footer_copyright_sns .w2_footer_copyright_sns_inner {
    justify-content: flex-start;
    border-top: 0px;
  }

  .w2_footer_sns {
    display: none;
  }
}