
@charset "utf-8";
/* Reset Style */ 
html {
/* 1rem10px */
font-size: 60.5%;
}
@media (min-width: 600px) {
html { font-size: 63.5%; }
}
@media (min-width: 1024px) {
html { font-size: 63.5%; }
}
* {
font-style:normal;
margin:0;
padding:0;
}
body {
/* Defaultsize 16px */
font-size: 1.6em;
width:100%;
max-width: 100%;
  -webkit-overflow-scrolling: touch;

}
/*
@font-face {
font-family: 'english';
   src: url('css/CinzelDecorative-Regular.ttf');
}

@font-face {
font-family: 'suuzi';
 src: url('css/Cardo-Italic.ttf');
}

@font-face {
font-family: 'ja_2';
 src: url('css/kokoro.ttf');
}
*/
.eng {
/* font-family: 'english'; */
font-family: 'Cinzel Decorative', cursive;
}
.su {
/* font-family: 'suuzi'; */
font-family: 'Cardo', serif;
font-style: italic;
}
.ja2 {
/* font-family: 'ja_2'; */
font-family: 'Noto Serif JP', serif;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html,body {
background-attachment: fixed;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color:rgba(0,0,0,0);

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video, form, input, button, textarea, article, aside, header, footer, section, nav{
color: #1a1a1a;
line-height: 165%;
letter-spacing: 1.2px;
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
list-style-type: none;
text-decoration: none;
word-break:break-all;
list-style: none;
display:block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media (min-width: 600px) {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video, form, input, button, textarea, article, aside, header, footer, section, nav{
line-height: 165%;
}
}

@media (min-width: 1024px) {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video, form, input, button, textarea, article, aside, header, footer, section, nav{
line-height: 175%;
}
}

ul {
width:100%;
}
img {
width:100%;
}
h1, h2, h3, h4, h5, h6, em {
display:block;
letter-spacing: 1.2px;
font-weight: normal;
}
p,span {
display:inline-block;
letter-spacing: 1.2px;
}
li {
letter-spacing: 1.2px;
}
.center {
display:block;
text-align:center;
width:100%;
}
a { -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:rgba(0,0,0,0);outline: none;}
a:link{color: #4D4D4D; text-decoration: none;}
a:visited{color:#4D4D4D; text-decoration: none;}
a:active{color:#4D4D4D; text-decoration: none;}
a:hover { text-decoration: none; color:#4D4D4D;}
/* フォームから文字透明　▼IE10・IE11用 */
:-ms-input-placeholder {
opacity: 0.8;
}
/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
::-webkit-input-placeholder {
opacity: 0.8;
}
/* ▼Firefox18以前用 */
:-moz-placeholder {
opacity: 0.8;
}
/* ▼Firefox19以上用 */
::-moz-placeholder {
opacity: 0.8;
}
/* ▼CSS標準の記述 */
:placeholder-shown {
opacity: 0.8;
}



/* ここからオリジナル */
.main_backcolor{
background:#2e97e5;
}
.hideen {
width:100%;
overflow: hidden;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s ease-out;
  transform:translate(-5px,0) ;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.block {
display: block;
}
.shadow_smoll {
box-shadow: 5px 5px 10px rgba(0,0,0,0.20);
-webkit-transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
-webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* ーーーーーーーーーーーーーー　ハンバーガー ーーーーーーーーーーーーーーーーー*/
#menu {
width: 48px;
margin: 0 auto;
position: relative;
cursor: pointer;
margin:0 auto;
}
#menu .bar {
display: inline-block;
height: 1.3px;
background-color: white;
position: absolute;
left: 0;
right:0;
transition: .15s ease-in-out;
}
#bar01 {
width:48px;
top: 0;
}
#bar02 {
width:30px;
top: 16px;
}

.active #bar01 {
top: 8px;
transform: rotate(45deg);
width:35px;
}
.active #bar02 {
top: 8px;
transform: rotate(-45deg);
width:35px;
}
/* ーーーーーーーーーーーーーー　サイドモーダル ーーーーーーーーーーーーーーーーー*/
#side_model {
display:none;
width:70%;
top:0;
left:30%;
opacity:0;
height: 100vh;
z-index:97;
position:fixed;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
text-align:center;
background:#1A1A1A;
background-repeat:no-repeat;
background-size:cover;
 background-position:50%;
}

.side_model_back {
display: block;
position:fixed;
top:0;
overflow: scroll;
-webkit-overflow-scrolling: touch;
width:100%;
height: 100vh;
}

.side_div {
display: block;
width:100%;
text-align:right;
padding:65px 0px 120px 0px;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
.side_p_div {
display:block;
margin-top:26px;
}
.side_p_div a {
display:inline-block;
}
.side_p1 {
  display:block;
color:white;
font-size:1.5rem;
line-height:90%;
letter-spacing: 3px;
margin-bottom: 3px;
transition: color 0.5s ease-out, transform 0.4s ease-out;

}
.side_span1 {
  display:block;
color:white;
font-size:1.6rem;
letter-spacing: 1px;
transition: color 0.5s ease-out, transform 0.4s ease-out;
cursor:pointer;
}

.side_eng_color {
color:#B3B3B3;
transform:scale(1.1,1.1);
}
.side_ja_color {
color:#B3B3B3;
transform:scale(1.1,1.1);
}
.side_back_co{
position:fixed;
top:56px;
right:0;
left:0;
margin:auto;
z-index:95;
width:100%;
height: 100vh;
background:rgba(0,0,0,0.8);
}
.global_display_pc{
display: none;
width:95%;
margin:auto;
}
.global_display_sp {
display: block;
}
.motion_off {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease-out,transform 0.5s ease-out;
}
.motion {
opacity:1;
visibility: visible;
transform:translate(-30px,0);
}

/*  header  */
.header {
top:0;
left:0;
right:0;
width:100%;
height:58px;
z-index:95;
position:fixed;
z-index: 100;
}
.header_open {
background: rgba(8,141,249,0.7);
/* background: rgba(37,148,239,0.7);*/
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
}
.header_ul {
}
.header_li1 {
width:62%;
padding:10px 0px 0px 13px;
vertical-align: top;
overflow:hidden;
}
.header_li1 a {
display:inline-block;
}
.header_li1 p{
color:white;
font-size:1.7rem;
display:block;
letter-spacing:1.4px;
line-height:140%;
white-space: nowrap;

}
.header_li1 span{
color:white;
font-size:1.2rem;
display:block;
line-height:135%;
padding-right:0px;
white-space: nowrap;
letter-spacing:0.2px;
}
.header_li2 {
width:38%;
vertical-align: top;
}
.header_li1 img {
width:90px;
}
.header_li1 h1 {
font-size:1rem;
color:white;
letter-spacing: 0.3px;
margin-top:4px;
}
.header_li2_ul {
text-align:right;
width:100%;
}
.header_li2_li1 {
display:block;
position:absolute;
top:15px;
right:82px;
height:55px;
}
.header_li2_li1 p {
display:block;
font-size:1rem;
text-align:center;
color:white;
letter-spacing: 0.2px;
margin-top:3px;
padding-left:2px;
}
.tel_img img {
width:23px;
display:inline-block;

}
.header_li2_li2 {
display:block;
position:absolute;
top:20px;
right:16px;
width:46px;
height:35px;
}

.tel_img {
display:block;
text-align:center;
}

/*  TOPローディング */
.contents{
opacity: 0;
transition: opacity 2s;
}

.contents_on {
opacity: 1;
transition:opacity 2s;
}
#loader {
  display: block;
  position: absolute;
  top: 145px;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-left: -17px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader2 {
  display: block;
  position: absolute;
  top: 115px;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-left: -17px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.white {
width:100%;
overflow:hidden;
background: white;
}



/* top img */
.top_hidden {
overflow: hidden;
position:relative;
width:100%;
max-width:100%;

z-index:3;
}
.top_hidden_detail {
overflow: hidden;
position:relative;
width:100%;
max-width:100%;
height:270px;
z-index:3;
}
.dot {
background: url(../img/dots.png)repeat;
width:100%;
height:100%;
z-index:2;
position: absolute;
top:0;
}

#bg {
display:block;
transition: transform 5s linear;
position: absolute;
}
.bg_motion {
transform:scale(0.8,0.8);
}

#bg_right {
display:block;
transition: transform 7s linear;
position: absolute;
z-index:1;
}
.bg_motion_right {
transform:translate(-50px,0);
/* transform:scale(1.3,1.3); 右に動かす場合  */
}

.bg_motion_right2 {
transform:translate(0px,50px);
/* transform:scale(1.3,1.3); 右に動かす場合  */
}

#bg_right_top {
display:block;
transition: transform 10s linear;
position: absolute;
z-index:1;
}
.bg_motion_right_top {
/* transform:scale(1.3,1.3);   */
transform:translate(-90px,0);
}

#bg_right_top2 {
display:block;
transition: transform 8s linear;
position: absolute;
z-index:1;
}
.bg_motion_right_top2 {
/* transform:translate(-50px,0);  */
transform:translate(-150px,0);
}


/* top comment */
#title {
text-align:center;
display: block;
margin:15px auto 1px auto;
}
#title span {
text-align:center;
color:white;
display: inline-block;
font-size:1.1rem;
line-height:100%;
font-family: 'Cinzel Decorative', cursive;
letter-spacing: 0.2px;
}

#c2_title {
width:230px;
margin:6px auto 6px auto;
  display:block;
  padding:0;
  height:1px;
}
.c2_motion {
     -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;

}
.comment {
position:absolute;
top:39%;
left:0;
right:0;
margin:auto;
display:block;
text-align:center;
z-index:10;
}
.main_coment {
opacity:1;
z-index:10;
}
.comment_on {
opacity:1;
transition: opacity 3s ease-out,transform 3s ease-out;
z-index:10;
}
.comment_off {
transition: opacity 3s ease-out,transform 3s ease-out;
opacity:0;
}
.comment_index_on {
opacity:1;
transition: opacity 7s ease-out,transform 3s ease-out;
z-index:10;
}
.comment_index_off {
transition: opacity 7s ease-out,transform 3s ease-out;
opacity:0;
}
.comment h1{
display:block;
color:white;
font-size:1.2rem;
line-height:170%;
letter-spacing: 1.5px;
margin-bottom:5px;
}
.comment span{
display:block;
color:white;
font-size:1rem;
line-height:170%;
letter-spacing: 3px;
}
.comment_img {
margin:6px auto 5px auto;
width:105px;
}
.comment_img img {
width:100%;
}
.gold img {
width:250px;
height:1px;
margin:2px auto 2px auto;
}

/* scroll */
.tate_line {
display: block;
text-align:center;
}
.tate_line2 {
margin:auto;
display:inline-block;
}
.scroll_div {
  position: absolute;
  left:0;
  right:0;
z-index:90;
  bottom: 11%;
}
.tate_line span {
display:inline-block;
letter-spacing: 6px;
font-size:1.2rem;
color:white;
z-index:90;
padding-left:8px;
  cursor:pointer;
}
.tate {
display: inline-block;
  padding: 10px 40px 58px 40px;
  overflow: hidden;
  color: #cccccc;
   width: 1px;
     cursor:pointer;
}
.tate::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 52px;
  background: #cccccc;
}

.tate::after {
  animation: sdl 1.7s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* top img comment */
.black01 {
background: rgba(0,0,0,0.3);
width:100%;
height:100%;
z-index:1;
position: absolute;
top:0;
}
.black05 {
background: rgba(0,0,0,0.3);
width:100%;
height:100%;
z-index:1;
position: absolute;
top:0;
}
.top_absolute{
opacity:0;
   -moz-transition: -moz-transform 2s linear;
  -webkit-transition: -webkit-transform 2s linear;
  -o-transition: -o-transform 2s linear;
  -ms-transition: -ms-transform 2s linear;
  transition: transform 2s linear;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
z-index:5;
position:absolute;
top:38%;
margin:auto;
left:10px;
right:0;

}

.top_span{
display:block;
text-align:center;
margin:0px 0 3px 3px;
color:white;
font-size:1.4rem;
letter-spacing:9px;

}
.top_p{
display:block;
text-align:center;
margin:10px 0 0px 3px;
font-size:1.1rem;
letter-spacing:1px;
color:white;
}




.top_gold{
/* background: #CCCCCC; */
display:block;
height:1.5px;
width:150px;
margin:0 auto 14px auto;
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 2s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* 説明 */
.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.top_ul{
display:flex;
width:100%;
margin:40px 0 0 0;
justify-content:center;
align-items:flex-start;
}
.top_li1{
width:3%;
margin:10px 7% 0 7%;
}
.top_li1_ja{
font-size:1.2rem;
color:#4d4d4d;
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height:100%;
  margin:auto;
  letter-spacing:0.1px;
  display:block;
}
.top_li1_eng{
font-size:1.2rem;
color:#4d4d4d;
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height:80%;
  margin:auto;
  display:block;
  letter-spacing:0.1px;
}
.h_bou{
width:1px;
height:50px;
  background: linear-gradient(45deg, #DAAF08 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #DAAF08 90% 100%);
  background-size: 800% 400%;
  animation: gradient 1s infinite cubic-bezier(.62, .28, .23, .99) both;
margin:10px auto;
}

.top_li2{
width:73%;
margin:0 8% 0 2%;
}
.top_li2 h2{
font-size:2rem;
font-weight:bold;
line-height:165%;
color:#666666;
margin:0px 0 12px 0;
letter-spacing:1.2px;
}
.top_li2 p{
font-size:1.4rem;
line-height:190%;
display:block;
letter-spacing:1.2px;
}

.back_naname {
  position: relative;
  z-index: 0;
  margin:20px 0;
padding:10px 0 5px 0;
}
.back_naname::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-4deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background:#f7f7f7;
  /* 2e97e5*/
}

.top_ul_c{
display:flex;
width:100%;
margin:0px 0 0 0;
justify-content:center;
align-items:flex-start;
}
.top_li1_c{
width:3%;
margin:10px 7% 0 7%;
}
.top_li1_ja_c{
font-size:1.2rem;
color:white;
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height:100%;
  margin:auto;
  letter-spacing:0.1px;
  display:block;
}
.top_li1_eng_c{
font-size:1.2rem;
color:white;
-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height:80%;
  margin:auto;
  display:block;
  letter-spacing:0.1px;
}
.h_bou_c{
width:1px;
height:50px;
  background: white;
  background-size: 800% 400%;
margin:10px auto;
}

.top_li2_c{
width:73%;
margin:0 8% 0 2%;
}
.top_li2_c h2{
font-size:2rem;
font-weight:bold;
line-height:165%;
color:white;
margin:0px 0 12px 0;
letter-spacing:0.4px;
}
.top_li2_c p{
font-size:1.4rem;
line-height:190%;
display:block;
letter-spacing:1.2px;
color:white;
}
.p1{
width:75%;
margin:20px auto;
}
.top{
margin:20px auto;
width:80%;
}
.top h2{
font-size:2.5rem;
display:block;
text-align:center;
font-weight:bold;
color:#333333;
}

/* top */
.sectTit {
margin-bottom:2px;
display:block;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.7rem;
  color:#3fa9f5;
  text-shadow: 2px 2px 8px rgba(0,0,0,1);
}

.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #3fa9f5;/*斜め線の色*/
  width: 2px;/*斜め線の太さ*/
  height: 1.5em;/*斜め線の長さ*/
  margin: 0 0.9em;/*テキスト余白*/
  margin-top: -.2em;/*斜め線の位置*/
  vertical-align: middle;
}

.sectTit:before {
  transform: rotate(-35deg);/*角度*/
}

.sectTit:after {
  transform: rotate(35deg);/*角度*/
}
.tp_ul{
display:flex;
justify-content:center;
align-items:center;
width:100%;
margin:0px auto 0 auto;
background:#ccecff;
padding:0px 0 0 0;
}
.tp_li1{
width:39%;
margin-top:3px;
}
.tp_li2{
margin:10px auto 5px auto;
width:61%;
}
.tp_div{
width:100%;
margin:0 0% 0 0%;
}

/*少しずらしたボックス*/
.memox{
position:relative;
margin:0em auto;
color:#ff1d25;

padding:0px 10px 0px 0px;
transform: rotate(0deg);
}
.memox::before{
content:'ここがポイント';
position:relative;
display:inline-block;
border-bottom:2.5px solid #ff1d25;
border-radius: 0 0 40% 5% / 0 0 15% 5%;
padding:0 1em 0.1em 0.1em;
font-size:1.8rem;
font-weight:bold;
transform: rotate(-5deg);
}
.me_ul{
display:flex;
align-items:flex-start;
flex-wrap:wrap;
margin:14px auto 0px auto;
}
.me_li1{
width:0%;
}
.me_li2{
width:100%;
padding-left:5px;
}
.memox p{
display:block;
font-size:1.3rem;
letter-spacing:0.6px;
line-height:170%;
color:#333333;
font-weight:bold;
}
.s_top2{
margin:7px 0 0 0;
display:block;
text-align:center;
font-size:2rem;
font-weight:bold;
letter-spacing:1.7px;
line-height:167%;
color:white;
text-shadow: 3px 3px 14px rgba(0,0,0,1);
}

.box {
width:100%;
z-index:5;
position:absolute;
bottom:4px;
margin:auto;
left:0;
right:0;
text-align:center;
}
.box p {
font-size: 3rem;
color:white;
line-height:100%;
opacity:0.3;
letter-spacing:2px;
font-weight:bold;
}


.setu_div{
margin:0px auto 0 auto;
width:100%;
padding:28px 0 30px 0;
background:rgba(255,255,255,0);
text-align:center;
}
.setu_div p{
display:block;
font-size:2.2rem;
color:#4d4d4d;
letter-spacing:1px;
line-height:185%;
font-weight:bold;

padding:0 0 8px 0;
}
.setu_div span{
display:block;

font-size:1.4rem;
letter-spacing:0.2px;
line-height:190%;
text-align:center;
padding:0px 2px 0px 2px;
}


.ichi_div{
margin:0px auto 0 auto;
width:87%;
padding:29px 0 26px 0;
background:rgba(255,255,255,0.3);
}
.ichi_div h2{
display:block;
font-size:2.1rem;
letter-spacing:0.5px;
line-height:100%;
font-weight:bold;
}
.ichi_div span{
display:inline-block;
vertical-align:center;
font-size:2.1rem;
letter-spacing:0.5px;
line-height:100%;
color:#3fa9f5;
font-weight:bold;
padding:0 0px 0px 0;
}
.ichi_div em{
display:inline-block;
font-size:1.9rem;
letter-spacing:1px;
line-height:100%;
padding:9px 0 0 1px;
font-weight:bold;
color:#666666;
}
.bou{
width:170px;
height:1px;
background:#666666;
margin:8px 0 11px 0;
}
.ichi_div p{
display:block;

font-size:1.5rem;
color:#4d4d4d;
letter-spacing:0.1px;
line-height:185%;
font-weight:bold;
}

/* design*/
.design_div{
margin:0px auto 0 auto;
width:100%;
padding:23px 6.5% 45px 6.5%;
background:#f7f7f7;
}
.tab_space{
margin-bottom:5px;
}
.design_div h2{
text-align:center;
margin:0px 0 0 0;
display:block;
font-size:2.2rem;
letter-spacing:1px;
line-height:100%;
font-weight:bold;
}
.design_div span{
display:inline-block;
vertical-align:center;
font-size:2.2rem;
letter-spacing:2px;
line-height:100%;
color:#ddb94a;
font-weight:bold;
padding:0 0px 0px 0;
}
.design_div em{
text-align:center;
display:block;
font-size:1.9rem;
letter-spacing:1px;
line-height:100%;
padding:9px 0 8px 0px;
font-weight:bold;
color:#666666;
}
.design_div p{
padding:13px 0px 13px 0px;
display:block;
font-size:1.7rem;
line-height:170%;
letter-spacing:0.3px;
font-weight:bold;
color:#4d4d4d;
text-align:center;
}
.top_gold2{
/* background: #CCCCCC; */
display:block;
height:1.5px;
width:150px;
margin:0 auto 10px auto;
background:#ddb94a;
}
.btn_13_2 {
  display: flex;
    justify-content: space-between;
    align-items: center;
  text-align: center;
  text-decoration: none;
  margin: auto;
  width:240px;
  background: #3fa9f5;
  color: white;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  margin:13px auto 8px auto;
    background: linear-gradient(45deg, #3fa9f5 0%, #3fa9f5 45%, #0078c1 70%, #3fa9f5 85%, #3fa9f5 90% 100%);
  background-size: 800% 400%;
  animation: gradient 2s infinite cubic-bezier(.62, .28, .23, .99) both;
}
.btn_13_2 p{
  color:white;
    font-size:1.3rem;
      padding: 15px 0px 15px 20px;
      display:block;
      text-align:center;
}
a.btn_13_2::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 10px;
  height: 1px;
  background: white;
}
a.btn_13_2::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: white;
}
/* 機能*/
.kinou_ul{
width:95%;
margin:0 auto 16px auto;
padding:15px 13px 15px 15px;
display:flex;
align-items:flex-start;
justify-content:center;
border: 1px solid #f4f4f4;
background:white;
border-radius:15px;
position:relative;
}
.kinou_li1 {
width:32%;
}
.kinou_li2 {
width:68%;
padding-left:18px;

}
.kinou_li2 h3{
margin:0px 0 0 0;
display:block;
font-size:1.6rem;
color:#4d4d4d;
letter-spacing:0.4px;
line-height:150%;
font-weight:bold;

padding-right:10px;
}
.kinou_li2 p{
margin:3px 0 0 0;
display:block;
font-size:1.3rem;
line-height:175%;
letter-spacing:0.1px;
}
.img_waku_shadow {
  width: 100%;
    position:relative;
        border:1px solid #dfdfdf;
        padding:5px;
        background: white;
     -moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.4);
  }

.naname {
-webkit-transform: skewY(-1.1deg) translate3d(0, 0, 0);
-moz-transform: skewY(-1.1deg) translate3d(0, 0, 0);
-ms-transform: skewY(-1.1deg) translate3d(0, 0, 0);
transform: rotate(-1.1deg) translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
}
.ichi_div2{
margin:0px auto 0 auto;
width:87%;
padding:29px 0 7px 0;
background:rgba(255,255,255,0.3);
}
.ichi_div2 h2{
display:block;
font-size:2.1rem;
letter-spacing:0.5px;
line-height:100%;
font-weight:bold;
}
.ichi_div2 span{
display:inline-block;
vertical-align:center;
font-size:2.1rem;
letter-spacing:0.5px;
line-height:100%;
color:#3fa9f5;
font-weight:bold;
padding:0 0px 0px 0;
}
.ichi_div2 em{
display:inline-block;
font-size:1.9rem;
letter-spacing:1px;
line-height:100%;
padding:9px 0 0 1px;
font-weight:bold;
color:#666666;
}
.ichi_div2 p{
display:block;
font-size:1.4rem;
line-height:185%;
letter-spacing:0.3px;
}

.right{
display:block;
text-align:right;
}
.button_link{
display:inline-block;
}
/* solid002 */
.button_all {
margin:15px 0px 0 auto;
    display: flex;
    background: #6bb6ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;

    align-items:center;
    justify-content:center;
    padding:1px 15px 5px 20px;
}
.button_all p{
display:block;
text-align:center;
color:white;
padding:0px 7px 0px 0px;
font-size:1.2rem;
font-weight:bold;
line-height:100%;

}
.button_all img{
width:18px;
padding:3.5px 0px 0 0;
}
.kibou_back{
margin-bottom:20px;
width:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edd7c0+0,eed4bb+100 */
background: #edd7c0; /* Old browsers */
background: -moz-linear-gradient(top,  #edd7c0 0%, #eed4bb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #edd7c0 0%,#eed4bb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #edd7c0 0%,#eed4bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd7c0', endColorstr='#eed4bb',GradientType=0 ); /* IE6-9 */

}
.kinou_ab{

position:relative;
display:flex;

}
.kinou_re{
width:52%;
display:flex;
align-items:center;
justify-content:center;
padding:0 5px 0px 5px;
text-align:center;
}
.kinou_re2{
width:48%;
padding-right:3%;
}
.kinou_re h2{
display:block;
font-size:2.2rem;
letter-spacing:1.5px;
line-height:150%;
font-weight:bold;
color:#353535;

}
.kinou_re span{
display:inline-block;
vertical-align:center;
font-size:2.2rem;
letter-spacing:1.5px;
line-height:150%;
color:#ff7bac;
font-weight:bold;
padding:0 0px 0px 0;

}


.kinou_ab_m{
display:flex;
}
.kibou_back2{
margin-top:40px;
margin-bottom:0px;
width:100%;
position:relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edd7c0+0,eed4bb+100 */
background: #3fa9f5; /* Old browsers */
}
.kinou_re_m{
width:52%;
display:flex;
align-items:center;
justify-content:center;
padding:0 5px 0px 5px;
text-align:center;
}
.kinou_re2_m{
width:48%;
padding-right:3%;
}
.kinou_re_m h2{
display:block;
font-size:2.1rem;
letter-spacing:1px;
line-height:150%;
font-weight:bold;
color:white;
}
.kinou_re_m span{
display:inline-block;
vertical-align:center;
font-size:2.1rem;
letter-spacing:1px;
line-height:150%;
color:white;
font-weight:bold;
padding:0 0px 0px 0;
}
.my_div{
width:90%;
margin:13px auto 10px auto;
background:#eef9ff;
padding:11px 20px 5px 20px;
}
.my_ul{
position:relative;
width:98%;
margin:5px auto 14px auto;
padding:10px 10px 10px 18px;
display:flex;
align-items:flex-start;
justify-content:center;
background:white;
position:relative;
}
.my_li1 {
width:39%;
}
.my_li2 {
width:61%;
padding-top:5px;
padding-left:15px;

}
.my_li2 p{
display:block;
font-size:1.3rem;
color:#4d4d4d;
letter-spacing:0.1px;
line-height:175%;
font-weight:bold;
}
.my_ab{
position:absolute;
left:-12px;
width:26px;
margin:auto;
top:-7px;
}

.ca_div{
background:rgba(255,255,255,0.6);
width:100%;
margin:10px auto 0 auto;
padding:5px 0 20px 0;
}
.ichi_div3{
margin:0px auto 0 auto;
width:87%;
padding:20px 0 12px 0;
}
.ichi_div3 h2{
display:block;
font-size:2.1rem;
letter-spacing:0.5px;
line-height:100%;
font-weight:bold;
color:#4d4d4d;
}
.ichi_div3 span{
display:inline-block;
vertical-align:center;
font-size:2.1rem;
letter-spacing:0.5px;
line-height:100%;
color:#3fa9f5;
font-weight:bold;
padding:0 0px 0px 0;
}

.ichi_div3 em{
display:inline-block;
font-size:1.8rem;
letter-spacing:1px;
line-height:100%;
padding:10px 0 0 1px;
font-weight:bold;
color:#666666;
}

.ichi_div3 p{
display:block;
font-size:1.4rem;

letter-spacing:0.3px;
line-height:180%;
margin-bottom:2px;
}
.bou3{
width:170px;
height:1px;
background:#666666;
margin:7px 0 12px 0;
}
.ca{
width:90%;
margin:auto;
}

/* design*/
.design_div4{
width:90%;
margin:15px auto 10px auto;
background:rgba(242,242,242,0.7);
padding:15px 20px 5px 20px;
}
.design_div4 h2{
margin:19px 0 31px 0;
display:block;
font-size:2.2rem;
letter-spacing:1px;
line-height:100%;
font-weight:bold;
text-align:center;
color:#4d4d4d;
}
.design_div4 span{
display:inline-block;
vertical-align:center;
font-size:2.2rem;
letter-spacing:2px;
line-height:100%;
color:#3fa9f5;
font-weight:bold;
padding:0 0px 0px 0;
}
.form_ul{
position:relative;
display:flex;
justify-content:center;
align-items:center;
background:white;
margin:10px auto;
height:100px;
}
.form_li1{
width:40%;
padding:10px 0 0px 20px;
}
.form_li1 img{
max-width:130px;
}
.form_li2{
width:60%;
padding:0 15px;
}
.form_li3{
text-align:center;
padding:0 20px 0 20px;
}
.form_ab{
position:absolute;
left:-20px;
top:27px;
width:40px;
}
.form_li2 p{
display:block;
font-size:1.3rem;
color:#4d4d4d;
letter-spacing:0.1px;
line-height:175%;
font-weight:bold;
}
.form_li3 p{
display:block;
font-size:1.3rem;
color:#4d4d4d;
letter-spacing:0.1px;
line-height:185%;
font-weight:bold;
text-align:center;
}
.shita{
width:15px;
margin:0px auto;
}
.form_div{
margin:40px auto;
position:relative;
}
.form_div h3{
display:block;
font-size:2.1rem;
letter-spacing:1px;
line-height:100%;
font-weight:bold;
text-align:center;
color:#4d4d4d;
}




.contact_form{
max-width:400px;
width:100%;
margin:11px auto;
padding:0 17px;
letter-spacing:0.1px;
font-size:1.7rem;
border-radius:20px;
background:white;
height:54px;
border:3px solid #3fa9f5;
box-shadow: 5px 5px 10px rgba(0,0,0,0.20);
-webkit-transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
-webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact{
max-width:85%;
width:200px;
margin:35px auto 10px auto;
background:#3fa9f5;
padding:11px 0;
text-align:center;
color:white;
font-size:1.8rem;
border-radius:30px;
cursor:pointer;
}
.relative{
position:relative;
}

.entry_error{
position:relative;
margin:-10px auto -30px auto;
display:inline-block;
background:#ff7bac;
border-radius:35px;
}
.form_div span{
color:white;
font-size:1.2rem;
padding:9px 15px;
line-height:160%;
text-align:left;
font-weight:normal;
letter-spacing: 0.1px;
}
.entry_error:after {
  border:10px solid transparent;
  border-bottom-color:#fa89b1;
  border-top-width:0;
  width:0;
  top:-9px;
  content:"";
  display:block;
  left:10%;
  position:absolute;
}
.kakunin{
position:fixed;
top:0;
left:0;
right:0;
width:88%;
max-width:500px;
margin:auto;
background:#f9f9f9;
padding:25px 15px;
}
.kakunin h1{
display:block;
font-size:2.1rem;
letter-spacing:0.5px;
line-height:100%;
font-weight:bold;
color:#4d4d4d;
text-align:center;
margin:5px 0;
}
.kakunin p{
font-size:1.3rem;
padding:15px 0px 5px 0;
line-height:180%;
letter-spacing: 0.1px;
}
.kakunin span{
font-size:1.4rem;
padding:0px 0px 2px 0;
line-height:170%;
letter-spacing: 0.1px;
text-align:center;
display:inline-block;
border-bottom:3px solid #bde6ff;
font-weight:bold;
color:#4d4d4d;
}
.kakunin pre{
font-size:1.2rem;
padding:15px 0px 5px 0;
line-height:190%;
letter-spacing: 0.1px;
text-align:center;
display:block;
}
.kakunin h2{
font-size:1.3rem;
padding:15px 0px 5px 0;
line-height:190%;
letter-spacing: 0.1px;
text-align:center;
display:block;
}

.kakunin ul{
text-align:center;
}
.kakunin li{
max-width:400px;
width:100%;
margin:3px auto;
padding:12px 5px;
border:1px solid white;
background:white;
font-size:1.3rem;
line-height:140%;
letter-spacing: 0.1px;
text-align:center;
border-radius:15px;
border:2px solid #d8d8d8;
}
.kakunin em{
font-size:1.1rem;
padding:35px 0px 0px 0;
line-height:170%;
letter-spacing: 0.1px;
text-align:center;
display:block;
font-weight:bold;
color:#4d4d4d;
}


.conf_div{
display:flex;
align-items:flex-start;
justify-content:center;
width:90%;
max-width:400px;
margin:32px auto 15px auto;
}
.conf_div a{
display:block;
height:100%;
width:100%;
}
.conf1{
width:46%;
margin-right:4%;
text-align:center;
font-weight:bold;
background:#3fa9f5;
border-radius:2px;
border:1px solid #37a6dd;
}
.conf2{
width:46%;
margin-left:4%;
text-align:center;
font-weight:bold;
background:#999999;
border-radius:2px;
border:1px solid #959596;
}
.conf_div b{
display:block;
font-size:1.3rem;
color:white;
line-height:100%;
padding:15px 0px;
}
.comp{
display:inline-block;
margin:32px auto 15px auto;
background:#3fa9f5;
}
.comp a{
display:block;
height:100%;
width:100%;
}
.comp p{
text-align:center;
display:block;
font-size:1.3rem;
color:white;
line-height:100%;
padding:18px 30px;
font-weight:bold;
}
.kakunin2{
position:fixed;
top:0;
left:0;
right:0;
width:88%;
max-width:500px;
margin:auto;
background:#f9f9f9;
padding:25px 15px;
}
.kakunin2 h1{
display:block;
font-size:2.1rem;
letter-spacing:0.5px;
line-height:100%;
font-weight:bold;
color:#4d4d4d;
text-align:center;
margin:5px 0;
}
.kakunin2 p{
font-size:1.3rem;
padding:16px 0px 14px 0;
line-height:180%;
letter-spacing: 0.5px;
text-align:center;
display:block;
}
.conf3{
width:55%;
max-width:200px;
margin:32px auto 11px auto;
text-align:center;
font-weight:bold;
background:#3fa9f5;
border-radius:2px;
border:1px solid #37a6dd;
color:white;
height:45px;
line-height:44px;
font-size:1.5rem;
cursor:pointer;
}
.new_pass{
margin:10px auto 10px auto;
}
.id_form {
  margin:1px auto;
width: 90%;
max-width:300px;
background: white;
border-radius: 5px;
padding: 0px 10px;
line-height: 45px;
height: 45px;
border: 1px solid #999999;
font-size: 1.4rem;
}
.kakunin2 em{
width: 90%;
max-width:300px;
  margin:auto;
font-size:1.4rem;
padding:0px 0px 1px 2px;
line-height:170%;
letter-spacing: 0.5px;
text-align:left;
display:block;
font-weight:bold;
color:#4d4d4d;
}
.kakunin2 span{
color:white;
font-size:1.2rem;
padding:9px 15px;
line-height:160%;
text-align:left;
font-weight:normal;
letter-spacing: 0.1px;
}
.comp5{
display:inline-block;
margin:32px auto 15px auto;
background:#3fa9f5;
cursor:pointer;
}
.comp5 a{
display:block;
height:100%;
width:100%;
}
.comp5 p{
text-align:center;
display:block;
font-size:1.3rem;
color:white;
line-height:100%;
padding:15px 20px;
font-weight:bold;
}

/* foter */
.foter_div{
margin:30px auto 0 auto;
width:100%;
padding:13px 6.5% 10px 6.5%;
background:#3fa9f5;
}

.foter_div ul{
display:flex;
align-items:flex-start;
justify-content:flex-start;
flex-wrap:wrap;
}
.foter_div li{
width:33.3%;
margin:18px auto 0 auto;
text-align:center;
}
.foter_div p{
display:inline-block;
font-size:1.3rem;
color:white;
letter-spacing:0.1px;
line-height:175%;
}


.foter_div em{
display:block;
font-size:1.1rem;
color:#dcf2ff;
text-align:center;
letter-spacing:0.1px;
line-height:185%;
margin:25px 0 0 0;
}
.foter_div span{
display:block;
font-size:0.9rem;
color:#dcf2ff;
text-align:center;
letter-spacing:0.1px;
line-height:185%;
}



































































/* ーーーーーーーーーーーーーー　ipad  ーーーーーーーーーーーーーーーーー*/
@media (min-width: 600px) {
.header {
height:auto;
}
.global_display_sp {
display: none;
}
.global_display_pc{
display: block;
}
.header {
top:0;
left:0;
right:0;
width:100%;
height:55px;
z-index:95;
position:absolute;
z-index: 100;
}
.header_li1 {
width:62%;
padding:19px 10px 0px 30px;
vertical-align: top;
}
.header_li1 p{
color:white;
font-size:2.3rem;
display:block;
letter-spacing:1.7px;
line-height:140%;
text-align:center;
}
.header_li1 span{
color:white;
font-size:1.3rem;
display:block;
line-height:140%;
text-align:center;
padding-right:3px;
}

.header_li1 a {
display:inline-block;
}
.header_li2 {
width:38%;
vertical-align: top;
}
.header_li2_li2 {
display:block;
position:absolute;
top:32px;
right:40px;
width:55px;
height:35px;
cursor:pointer;
}
#menu2 {
width: 65px;
margin: 0 auto;
position: relative;
cursor: pointer;
margin:0 auto;
}
#menu2 .bar {
display: inline-block;
height: 1.3px;
background-color: white;
position: absolute;
left: 0;
right:0;
transition: .15s ease-in-out;
}
#menu {
width: 70px;
margin: 0 auto;
position: relative;
cursor: pointer;
margin:0 auto;
}
#bar01 {
width:70px;
top: 0;
}
#bar02 {
width:54px;
top: 19px;
}

.active #bar01 {
top: 10px;
transform: rotate(45deg);
width:55px;
}
.active #bar02 {
top: 10px;
transform: rotate(-45deg);
width:55px;
}

#side_model {
display:none;
width:30%;
top:0;
left:70%;
}
.header_li1 img {
width:130px;
}
.header_li1 h1 {
font-size:1.2rem;
color:white;
letter-spacing: 0.3px;
margin-top:4px;
}
.tel_img img {
width:160px;
display:inline-block;
}
.header_li2_li1 {
display:block;
position:absolute;
top:22px;
right:112px;
height:auto;
}
.header_li2_li1 em{
color:white;
font-size:1.9rem;
letter-spacing:2.5px;
}

.top_span{
font-size:1.6rem;
}
.top_p{
font-size:1.3rem;
}

.sectTit {
  font-size: 1.8rem;
  letter-spacing:1.8px;
}
.s_top2{
margin:10px 0 0 0;
font-size:2.4rem;
letter-spacing:2.1px;
}
.top_absolute{
top:36%;
}
.tab_width{
width:95%;
max-width:500px;
margin:0 auto;
}
.tab_width2{
width:95%;
max-width:600px;
margin:0 auto;
}
.tab_space{
margin-bottom:6px;
}
.tab_width3{
width:95%;
max-width:700px;
margin:0 auto;
}
.flex_tab{
display:flex;
align-items:flex-start;
justify-content:center;
flex-wrap:wrap;
width:95%;
max-width:900px;
margin:0 auto;
align-items:stretch;
}
.kinou_ul{
width:47%;
margin:1% 1.5% 1.5% 1.5%;
padding:20px 18px 20px 20px;
display:felx;
align-items:stretch;
}
.my_ul{
width:47%;
margin:1% 1.5% 1.5% 1.5%;
padding:20px 18px 20px 20px;
}
.my_div{
width:100%;
margin:13px auto 10px auto;
background:#eef9ff;
padding:11px 20px 5px 20px;
}
.my_ul{
display:flex;
align-items:center;
}
.my_li2 p{
font-size:1.4rem;
}
.my_li2 {
padding-top:0px;
padding-left:15px;
}
.setu_div span{
font-size:1.5rem;
}
.tab_ul{
width:95%;
max-width:900px;
margin:auto;
display:flex;
justify-content:center;
align-items:flex-start;
}
.tab_li1 {
width:49%;
margin-right:1%;
background:rgba(242,242,242,0.7);
padding:15px 20px 5px 20px;
margin:15px auto 10px auto;
}
.tab_li2 {
width:49%;
margin-left:1%
}

}


/* ーーーーーーーーーーーーーー　pc  ーーーーーーーーーーーーーーーーー*/
@media (min-width: 1024px) {

}















