@import "http://";
@charset "utf-8";
@charset "utf-8";

html,
body {
  min-height: 100%;
  height: 100%;
  font-size: 62.5%;
  background-color: #ffffff;
}

#local_header,
#nav2,
#mainvisual,
#container {
  font-family: "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B";
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt,
strong,
b,
th {
  font-family: "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B";
  font-weight: 600;

  -webkit-font-feature-settings: "palt";

  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  /*文字詰めの目安　1.文字間隔を広げると優雅に見える　2.ゴシック体と比べて明朝体は文字間隔を広く取る　3.太字のゴシック体は文字間隔を詰めるとカッコイイ　4.ゴシック体は文字が太いので、文字サイズをお大きめにする*/
}

a {
  word-wrap: break-word;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
}

#container {
  margin: 0;
}

nav {
  background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  max-width: 100%;
  white-space: nowrap;
}

header li {
  width: 220px;
  display: inline-block;
  border-right: 1px solid #fff;

}

header li a {
    display: block;
	font-size: 17px;
    padding: 15px 15px;
	letter-spacing: 0.1em;
    text-align: center;
    -webkit-transition: .1s;
    transition: .1s;
    color: #ff4264;
	border-left: 1px solid #fff;	/*左の線の幅、線種、色*/
}

header li a:link {
    color: #ff4264;
}

header li a:visited {
    color: #ff4264;
}

header li a:active {
    color: #ff4264;
}

header li a:hover {
    background: #4264FF; /*背景色*/
	color: #fff;	/*文字色*/
	text-decoration: none;
}

header li a span {
    display: block;
    color: #ffc700;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 3px 0 0 0;
}

header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 px rgba(0, 0, 0, 0);
  z-index: 99;
}


.main {
  display: block;
  padding: 50px 80px 300px;
  background-color: #ffecce;

}

.main_img {
  width: 40%;
  padding: 125px 50px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  height: 60vh;
  position: relative;
}

.main_img img {
  width: 100%;
  max-width: 350px;
  display: block;
  border: 1px solid #000;
}

.main_txt {
  width: 60%;
  height: 60vh;
  margin-left: 40%;
  padding: 125px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  position: relative;
}

.button_img img {
  width: 70%;
  height: 70%;
}

.right {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin: 0px 30px;
  padding: 10px 20px;

}

/* 画面トップのコンテンツ設定 */
.txt_area {
  display: block;

}

.txt_area h1 {
  color: #fff;
  font-size: 2.7em;
  margin-bottom: .3em;
  padding-bottom: .2em;
}

.txt_area h2 {
  color: #fff;
  font-size: 1.6em;
  margin-bottom: .5em;
  padding-bottom: .2em;
  border-bottom: 0px solid #333333;
}

.txt_area h3 {
  font-size: 1.3em;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-bottom: 10px;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.1em;
}

.txt_area h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: .25em;
  font-weight: 900;
  vertical-align: middle;
  font-size: 1.0em;
  color: #6480ff;
  margin-right: 8px;
}

.txt_area p {
  font-size: 1.1em;
  margin-top: 4px;
  padding-bottom: .3em;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2em;
}

/* 背景1 */
.back1 {
  background: #ffffff;
}
/* 背景2 */
.back2 {
  background: #ff4264;
}

/* 背景3 */
.back3 {
  background: #F4F6F9;
}


/* フッター */
.footer_logo {
  padding: 1.6em 1em;/*上下 左右の余白*/
  color: #fff;
  text-align: center;
}


.contents {
  max-width: 980px;
  margin:  0 auto;
  padding: 40px;
}

.font1 p {
  font-size: 1em;
  margin-bottom: 0.2em;
  margin-left: 1.2em;
  color: #494949;
  padding: 0.8em 1em;/*上下 左右の余白*/
}

.font1 p span {
  font-size: 0.8em;
  color: #494949;
}

.font1 p a {
  color: #ffc700;
  font-weight: bold;
}

.font1 p a:link, a:visited, a:active {
  font-weight: bold;
}

/* back1用 */
.font1 h1 {
  font-size: 1.6em;
  margin-top: .4em;
  margin-bottom: .5em;
  padding: 0.25em 0.8em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #6480ff;/*左線*/
}

.font1 h2 {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: transparent;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.font1 h2:before {
  content: '■';
  color: #E5007F;
  margin-right: 8px;
}


.font1 h3 {
  margin-left: 1.0em;
  font-size: 1.4em;
  color: #48d1cc;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 1px #6480ff;
}

.font1 h4 {
  font-weight: bold;
  padding: 0.3em 1em;/*上下 左右の余白*/
  color: #494949;  /*文字色*/
  font-size: 1.2em;
  background: transparent;/*背景透明に*/
}

.font1 h4:before {
  color: #E5007F;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  visibility: visible;
  display: inline;
}

.font1_image img {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-top: 20px;
  border: 1px solid #000;
}
/* back2用のフォント設定 */
.font2 {
  font-size: 1em;
  margin-bottom: 1em;
  color: #494949;
  padding: 0.8em 1em;/*上下 左右の余白*/
}

.font2 p {
  font-size: 1em;
  margin-left: 1.2em;
  margin-bottom: 0.2em;
  color: #494949;
}

.font2 p span {
  font-size: 0.8em;
  color: #494949;
}

.font2 p a {
  color: #ffc700;
  font-weight: bold;
}

.font2 p a:link, a:visited, a:active {
  font-weight: bold;
}

.font2 h1 {
  font-size: 1.6em;
  margin-top: .4em;
  margin-bottom: .5em;
  padding: 0.25em 0.8em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #6480ff;/*左線*/
}

.font2 h2 {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: transparent;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.font2 h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00a";
  margin-right: .25em;
  font-weight: 900;
  vertical-align: middle;
  font-size: 1.2em;
  color: #6480ff;
  margin-right: 8px;

}


.font2 h3 {
  margin-left: 1.0em;
  font-size: 1.4em;
  color: #48d1cc;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 1px #6480ff;
}

.font2 h4 {
  font-weight: normal;
  padding: 0.3em 1em;/*上下 左右の余白*/
  color: #494949;  /*文字色*/
  font-size: 1.0em;
  background: transparent;/*背景透明に*/
}

.font2 h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: .25em;
  font-weight: 900;
  vertical-align: middle;
  font-size: 1.0em;
  color: #6480ff;
  margin-right: 8px;

}

section .col:not(:last-child) {
  margin-bottom: 40px;
}

/* 購入ボタン */

.buy_btn {
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  font-color: #FFF;
  background: #FF4133;/*背景色*/
  border-bottom: solid 2px #C13126;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-size: 1.3em;
  font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 600;

}

.buy_btn:active {
  border-bottom: solid 2px #C13126;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  text-decoration: none;
  color: #FFD232;
}

.buy_btn a {
  text-decoration: none;
}

.buy_btn a:link {
    color: #ffffff;
}

.buy_btn a:visited {
    color: #ffffff;
}

/* 下部へボタン */
.down_btn {
  margin-top: 40px;
  border: 2px solid #fff;
  font-size: 2em;
  font-family: "游ゴシック", Yu Gothic, "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B";
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.down_btn a {
  color: #6480ff;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: .7s;
}

.down_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f103";
  margin-right: .25em;
  font-weight: 900;
  vertical-align: middle;
  font-size: 24px;
}

.down_btn a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, .2);
}

.down_btn a::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  visibility: visible;
  border-width: 0;
}

.down_btn a:hover::after {
  border: 200px solid rgba(255, 255, 255, 0);
  transition: .5s;
}


/* 吹き出しなし設定0  */
.balloon0{
  position: relative;
  padding: 20px;
  background-color: #eaadbd;
  border-radius: 10px;         /* 角丸を指定 */
}

/* 吹き出しなし設定3  */
.balloon3{
  position: relative;
  padding: 20px;
  background-color: #228b22;
  border-radius: 10px;         /* 角丸を指定 */
}

/* 吹き出し設定01 左 */
.balloon1{
  position: relative;
  padding: 20px;
  background-color: #228b22;
  border-radius: 10px;         /* 角丸を指定 */
}
/* 三角アイコン */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #228b22;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 吹き出し設定02 右 */
.balloon2{
  position: relative;
  padding: 20px;
  background-color: #eaadbd;
  border-radius: 10px;         /* 角丸を指定 */
}

/* 三角アイコン */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #eaadbd;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


/*スクロールバー全体*/
#information ul::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
#information ul::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
#information ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/* スクリーンショット配置 */
.screenshots {
  width: 960px; /*必要な幅に設定*/
  margin: auto; /*ブラウザ中央に配置*/
  padding-top: 10px;
}
.screenshots:after { /*clearfix設定*/
  content:"";
  display:block;
  clear:both;
}
.left_wrap {
  width: 49%; /*左カラム幅設定*/
  float: left; /*左にフロート配置*/
}

.left_wrap p {
  margin-bottom: 18px;
  line-height: 0.3;
}

.right_wrap {
  width: 49%; /*右カラム幅設定*/
  float: right; /*右のフロート配置*/
}

.right_wrap p {
  margin-bottom: 18px;
  line-height: 0.3;
}

/* ナビゲーション位置調整 */

#intro {
  margin-top:-100px;
  padding-top:100px;
}

#info, #apply {
  margin-top:-80px;
  padding-top:80px;
}

/* Youtubeレスポンシブ対応 */
.youtube-resp {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.youtube-resp iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.submit_btn {
    width: 300px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #6480ff;
    border-radius: 30px;
    -webkit-border-radius: 30px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 30px;/* for Firefox 対応*/
}

.submit_btn {
  display: block;
  margin: 20px auto;
}
.inq{
  color:#ffc700;
}

.sbbtn a:link{
  color:#fff;
}

.sbbtn a:visited{
  color:#fff;
}

.sbbtn a:hover{
  color:#ffc700 !important;
}




.submit_btn a:hover {
	color: #fff;	/*文字色*/
	text-decoration: none;
}

.entryform_bt {
  padding-bottom: 20px;
}


/* ダテ式用 */

.main_visual h1 {
  font-size: min(2.7vw, 47px);
  margin-top: .4em;
  margin-bottom: .5em;
  padding: 0.25em 0.8em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  background: transparent;/*背景透明に*/
  /* text-shadow: 2px 2px 5px #999999; */
  line-height: 1.1;
}


h1.title::after{
  width:29em;
  position: absolute;
  height: 5px;
  content: "";
  display: block;
  background: linear-gradient(to right, red, #fff);
  visibility: visible;
}

.ac-box{
width: auto;
margin: 30px auto 5px;
}

.ac-box label{
max-width: 385px;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #f05689;
margin: auto;
line-height: 50px;
position: relative;
display: block;
height: 50px;
border-radius: 8px;
cursor: pointer;
color: #fff;
transition: all 0.5s;
margin-bottom: 12px;
}

.ac-box label:hover{
background: rgba( 240, 86, 137, 0.55 );
-webkit-transition: all .3s;
transition: all .3s;
}

.ac-box input{
display: none;
}

.ac-box label:after{
color: #fff;
font-family: "Font Awesome 5 Free";
content:" \f078";
visibility: visible;
    display: inline;
}

.ac-box input:checked ~ label::after {
color: #fff;
font-family: "Font Awesome 5 Free";
content:" \f077";
visibility: visible;
    display: inline;
}

.ac-box div{
/* height: 0px; */
padding: 5px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
border-radius: 40px;
width: 120%;
    z-index: 0;
}

.ac-box input:checked ~ div{
height: auto;
padding: 5px;
background: #eaeaea;
opacity: 1;
border-radius: 40px;
width: 120%;
    margin-left: -100px;
    z-index: 0;
}

.ac-box div p{
color: #777;
line-height: 23px;
font-size: 14px;
padding: 20px;
text-align: justify;
}
.ac-small p{
margin-bottom: 0px;
}

.main>article{
  max-width: 1350px;
    margin: 0 auto;
}

.font1_image{
  display: flex;
}

.midashi1{
  max-width: 980px;
    margin: 0 auto;
    padding: 40px;
    font-size: 2em;
}

h1.midashi1::before {
    color: #E5007F;
    font-family: "Font Awesome 5 Free";
    content: "\f103";
    visibility: visible;
    display: inline;
  }

div.col-2 {
  margin-top: -60px;
}
