@charset "UTF-8";
/*--------------------------------------------------------
Reset
--------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  /*16px*/
  line-height: 1.8;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}

input,
select,
textarea {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

/*a img:hover { opacity: 0.9; -moz-opacity: 0.9;}*/
a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  /* 一番上の画像だけ注意。隙間が空く可能性あり */
  line-height: 0 !important;
  /* display:block; */
}

button {
  background-color: transparent;
  border: none;
  backface-visibility: hidden;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

input:focus,
select:focus {
  outline: none;
}

/*--------------------------------------------------------
定数（基本的に、全サイト共通に使えるもの）
--------------------------------------------------------*/
.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.margin100 {
  margin-bottom: 100px;
}

.margin90 {
  margin-bottom: 90px;
}

.margin80 {
  margin-bottom: 80px;
}

.margin70 {
  margin-bottom: 70px;
}

.margin60 {
  margin-bottom: 60px;
}

.margin50 {
  margin-bottom: 50px;
}

.margin40 {
  margin-bottom: 40px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin10 {
  margin-bottom: 10px;
}

.padding100 {
  padding-top: 100px;
}

.padding90 {
  padding-top: 90px;
}

.padding80 {
  padding-top: 80px;
}

.padding70 {
  padding-top: 70px;
}

.padding60 {
  padding-top: 60px;
}

.padding50 {
  padding-top: 50px;
}

.padding40 {
  padding-top: 40px;
}

.padding30 {
  padding-top: 30px;
}

.padding20 {
  padding-top: 20px;
}

.padding10 {
  padding-top: 10px;
}

.padding500p {
  padding-top: 50%;
}

.padding450p {
  padding-top: 45%;
}

.padding400p {
  padding-top: 40%;
}

.padding350p {
  padding-top: 35%;
}

.padding300p {
  padding-top: 30%;
}

.padding250p {
  padding-top: 25%;
}

.padding200p {
  padding-top: 20%;
}

.padding150p {
  padding-top: 15%;
}

.padding100p {
  padding-top: 10%;
}

.padding90p {
  padding-top: 9%;
}

.padding80p {
  padding-top: 8%;
}

.padding70p {
  padding-top: 7%;
}

.padding60p {
  padding-top: 6%;
}

.padding50p {
  padding-top: 5%;
}

.padding40p {
  padding-top: 4%;
}

.padding30p {
  padding-top: 3%;
}

.padding20p {
  padding-top: 2%;
}

.padding10p {
  padding-top: 1%;
}

.visible1800, .visible1000, .visible900, .visible750, .visible600, .visible500, .visible400, .visible320 {
  display: none;
}

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

/*重なりの優先度*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*要素固定*/
.fixed {
  position: fixed;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

.z7 {
  z-index: 7;
}

.z8 {
  z-index: 8;
}

.z9 {
  z-index: 9;
}

.z10 {
  z-index: 10;
}

/*横幅*/
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.disabled {
  pointer-events: none;
  /*リンクを無効にする*/
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
.fullscreen {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contents {
  width: 900px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.contents1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.img_center {
  margin-left: -450px;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.red {
  color: #f00;
}

.purple {
  color: #8972c3;
}

.bold {
  font-weight: bold;
}

.bg_black {
  background-color: #333;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #f00;
}

.bg_clear {
  background-color: transparent;
}

.bg_purple {
  background-color: #ab97de;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header {
  width: 100%;
  top: 0;
  margin: 0 auto;
  line-height: 0;
  /* 画像の上下に隙間が空いてしまう対策 *    
    position:fixed;
    z-index:100;
    /* top:-1px; */
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  /*position:fixed;*/
  position: relative;
  z-index: 2;
  text-align: center;
  color: #333;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 3%;
}

.copyright,
.copyright a {
  color: #333;
}

.copyright a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------
↓↓↓ 各種レイアウト ↓↓↓
--------------------------------------------------------*/
.ms_bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  max-width: 1800px;
  width: 100%;
  height: 100vh;
  background: url("../img/ms_bg.png") center no-repeat;
  background-size: cover;
}

.z-1 {
  z-index: -1;
}

.dammy_height::before, .dammy_height2::before {
  content: "";
  display: block;
}

.nav {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-100%);
  transition: all ease 0.5s;
}

.nav.is_active {
  transform: translateY(0);
}

/*--header--*/
/*--header-end--*/
/*--contents--*/
.btn_1 {
  top: 44%;
}

.btn_1_short {
  top: 51%;
}

.btn_1_long {
  top: 67%;
}

.btn_1_long_b {
  top: 60%;
}

.ms_01_1 {
  top: 17.5%;
}

.ms_01_1b {
  top: 27%;
}

.ms_02 {
  line-height: 0;
  bottom: 20%;
}

.ms_02b {
  bottom: -9%;
}

.ms_03_1 {
  bottom: 0;
}

.ms_04_1 {
  top: 0;
}

.ms_04_2 {
  top: 21%;
}

.ms_04_3 {
  top: 0%;
}

.ms_09 {
  bottom: 0%;
}

.ms_top04 {
  line-height: 0;
}

.btn_icon {
  top: 9.6%;
  left: 4.9%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.video_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1800px;
  overflow: hidden;
  z-index: -1;
}

.video {
  position: absolute;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--contents-end--*/
/*--footer--*/
/*--footer-end--*/
/* --プラポリ-- */
.border {
  border: 5px solid #8972c3;
  border-radius: 30px;
}

.privacy_title {
  font-size: 5rem;
}

.privacy_head {
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 2rem;
  text-align: center;
}

.privacy_head__border {
  border: 2px solid #8972c3;
}

.privacy_contents {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.privacy_contents_wrap {
  width: 90%;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 2rem;
}

.privacy_contents_wrap__border {
  border: 5px solid #000;
}

.privacy_subtitle {
  font-size: 1.25em;
}

.icon {
  position: relative;
  line-height: 1.5em;
  text-indent: 1.5em;
  padding-left: 0.5em;
}

.icon::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/od_p_03.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

.bg_privacy {
  background-color: #d8d1ec;
}

.back_btn {
  background-color: #ff2994;
  padding: 20px 60px;
  border-radius: 5px;
  font-size: 3rem;
}

.back_btn_shadow {
  box-shadow: 0 10px #c12971;
}

/*.back-btn{
  position: relative;
  padding: 1rem 10rem;
  box-sizing: border-box;
  font-size: 3rem;
  .fas{
    position:  absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  } 
}*/
/* --プラポリ-end-- */
/*--toggleMenu--*/
/*--toggleMenu-end--*/
/*--------------------------------------------------------
↑↑↑ 各種レイアウト ↑↑↑
--------------------------------------------------------*/
/*--------------------------------------------------------
↓↓↓ フォーム部分 ↓↓↓
--------------------------------------------------------*/
form {
  color: #333;
  font-size: 1.5rem;
}

.err_msg {
  color: #f00;
}

.form {
  width: 90%;
}

.form_item {
  margin-top: 1.5rem;
  margin-bottom: 0.3rem;
  line-height: 1.8;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 96%;
  padding: 1% 2% 1% 2%;
  display: block;
  background-color: #fff;
  border: 1px solid #333;
  /* border-radius: 10px; */
}

input::-webkit-input-placeholder {
  padding-top: 0.1rem;
}

/*iphone対応*/
input:disabled {
  opacity: 0.8;
}

select {
  width: 100%;
}

textarea {
  height: 10rem;
}

/********
チェックボックス
********/
.checkbox-input {
  display: none;
}

.checkbox-input:checked + .checkbox-parts {
  color: #f00;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 7px;
  width: 14px;
  height: 28px;
  transform: rotate(40deg);
  border-bottom: 5px solid #f00;
  border-right: 5px solid #f00;
}

.checkbox-parts {
  /* padding-top:30px; */
  padding-left: 40px;
  position: relative;
  /* margin-right: 20px; */
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #333;
  border-radius: 4px;
}

/*--------------------------------------------------------
↑↑↑ フォーム部分 ↑↑↑
--------------------------------------------------------*/
/*--------------------------------------------------------
サンキュー用レイアウト
--------------------------------------------------------*/
/*--------------------------------------------------------
特定商用レイアウト
--------------------------------------------------------*/
/*# sourceMappingURL=base.css.map */