@charset "UTF-8";
body {
    position: relative;
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "Arial", "メイリオ";
    font-weight: nomal;
    font-size: 14px;
    line-height: 1.8em;
    color: #333;
    height: 100%;

}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #333;
}

html{
  scroll-behavior: smooth;
}

a:active,
a:hover img,
a:focus {
    outline: none;
    text-decoration: none;
    opacity: 0.6;
}

h1,
h2,
h3 {
    color: #000;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul li {
    list-style: none;
}


.container_b {
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 769px){
.inner_top_1024 {
    max-width: 1024px;
    padding: 60px 0 60px;
    margin: 0 auto;
}
.inner_top_1024 {
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 20px;
}

.back_online {
    width: 100%;
    background: #EEE;
    text-align: center;
    padding: 20px 0;
}
}

/* SP版画像保存禁止----------------------------- */
.img2 {
  pointer-events: none;
}
/* ----------------------------- */

.waku{
   position: relative;
  margin: 90px auto 50px;
    max-width: 1280px;
}

.waku_top{
   position: relative;
    margin-top:1000px;
}

.text_cen{
    text-align: center;
}

@media screen and (max-width:1024px) {
.waku_top{
   width: 100%;
   margin: 900px auto 0px;
    margin-top:600px;
    }

.waku{
   max-width: 1200px;
   margin: 40px auto 50px;
}
}

@media screen and (max-width:428px) {
.waku_top{
   width: 100%;
   margin: 900px auto 0px;
    margin-top:700px;
}
.waku{
   max-width: 100%;
   margin: 10px auto 20px;
}
}



/* ----------------動画の上のテキストと○------------------ */
.medal01{
    position: absolute;
    top: -340px;
    left: 85%;
    transform: translateX(-50%);
    width: 330px;
}
.movie_text{
    position: absolute;
    top: -650px;
    left: 25%;
    transform: translateX(-50%);
    font-size: 45px;
    line-height: 1.6;
    color: #FFF;
    font-family: serif;
    text-shadow: 0px 5px 8px #CCC;
    letter-spacing: -0.1em;
}

@media screen and (max-width:1280px) {
.medal01{
    top: -340px;
    left: 85%;
    width: 280px;
}
.movie_text{
    top: -550px;
    left: 25%;
    font-size: 45px;
}
}

@media screen and (max-width:768px) {
.medal01{
    top: -280px;
    left: 75%;
    transform: translateX(-50%);
    width: 250px;
}
.movie_text{
    top: -550px;
    left: 25%;
    transform: translateX(-50%);
    font-size: 30px;
}
}

@media screen and (max-width:414px) {
.medal01{
    top: -330px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
}

.movie_text{
    width: 90%;
    top: -480px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
}
}

/* ----------------wrapper------------------ */
.wrapper {
    overflow: hidden;
}

/* ----------------space------------------ */
.inner_m{
    padding-top: 40px;
}

@media screen and (min-width:769px) {
    .inner_m{
        padding-top: 70px;
    }
}

/* ----------------プライバシーポリシー等専用------------------ */
.inner_top_pp{
margin: 20px 0;
}

/* ----------------inner------------------ */
.inner_1024,
.inner_news{
    margin: 0px auto;
    margin-right: 15px;
    margin-left: 15px;
    }

.inner_top_gray {
    max-width: 100%;
    background: #eae9e496;
    padding: 10px 0;
    margin: 0px 0 0px;
}

.inner_top_gray_p {
    max-width: 100%;
    background: #F5F6F7;
    padding: 15px;
    margin: 0px 0 0px;
}

.inner_top_bannar {
    position: relative;
    max-width: 100%;
    background: #F5F6F7;
    padding: 0px;
    margin: 100px 0 0px;
}

.inner_top_gray_a {
    background: #F5F6F7;
    padding: 15px;
    margin: 0px 0 0px;
    background-image: url(../../img/back_green2.jpg);
    border: 1px solid #d1d3bc;
    background-size: cover;
}

.inner_top_white_waku{
    margin-left: 15px;
    margin-right: 15px;
}

.inner_top_white{
    background: #FFF;
/*    padding: 15px;*/
}
.inner_800,
.inner_1240{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    }

.inner_1024_none{
    margin-left: 15px;
    margin-right: 15px;
    }

.inner_800 h3{
    font-size: 120%;
    font-weight: 400;
    text-align: center;
    margin: 20px;
}   

.inner_top_gold {
    padding: 0px;
    margin: 0px;
    background-image: url(../../img/back_gold.jpg);
}

.inner_top_pink {
    padding-top: 10px;
    margin: 0px;
    background-image: url(../../img/back_pink.jpg);
}

.inner_top_pattern {
    padding-top: 10px;
    margin: 0px auto;
    background-image: url(../../img/back_pattern.jpg);
    background-size: cover
}



/*---------------------wp新着情報---------------------*/
.inner_wp_800{
    max-width: 800px;
    margin:0px auto 20px;
    border-top: 1px solid #d98295;
    border-bottom: 1px solid #d98295;
    list-style: none;
    padding: 10px 0;
    font-size: 14px;
    }

    .inner_wp_800 ul li{
        border-bottom: 1px dashed #999;
        padding: 10px;
        }
        .inner_wp_800 ul li:last-child{
            border-bottom: none;

            }
    

/*---------------------SP版背景---------------------*/
@media screen and (max-width:768px) {
.inner_top_sp {
    max-width: 100%;
    background: #FFF;
}
}

/*---------------------PC版背景---------------------*/
@media screen and (min-width:769px) {
.inner_800{
    max-width: 800px;
    margin:40px auto 80px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    }
    
.inner_1024{
    max-width: 1024px;
    margin:0px auto;
    padding: 40px;
    }
    
.inner_top_white {
    max-width: 100%;
    background: #FFF;
    padding: 50px 0;
    margin: 0px;
}

/* TOPページの新着情報 */
    .inner_news{
        max-width: 1024px;
        margin:0px auto;
        padding: 20px 40px 0;
        background: rgba(255, 255, 255, 0.85);
        margin-bottom: 0px;
        border-radius: 10px;
        }

.inner_1240{
    max-width: 1240px;
    margin:0px auto;
    padding: 40px;
    }
    
.inner_1024_none{
    max-width: 1024px;
    margin:0px auto;
    text-align: center;
    }

.inner_top_gray {
    padding: 0px;
    margin: 0px;
    background: #F5F6F7;
}
/*プライバシーポリシー*/
.inner_top_gray_p {
    max-width: 1200px;
    padding: 40px;
    margin:40px auto;
}

    
/*アクセス*/
.inner_top_gray_a {
    max-width: 1200px;
    padding: 40px;
    margin:40px auto;
}
.inner_top_white_waku {
    margin-left: 0px;
    margin-right: 0px;
}
.inner_top_pattern {
    padding-top: 40px;
}

.inner_top_bannar {
    margin: 00px auto 0;
    padding: 0px 0;
    z-index: -1;
}
}
    
/* ----------------画像------------------ */
.photo_sp_size_half {
    width: 30%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
.photo_sp_size {
    width: 100%;
    background-size: contain;
    height: 400px;
    background-position:right top;
    background: #CCC;
}

.photo_sp_size_2 {
    width: 80%;
}
.photo_sp_size_3 {
    width: 50%;
}
}

/* ----------------ライン------------------ */
.width_line {
    border-top: 1px solid #ccc;
}
/* ----------------top スライダー------------------ */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item::before {
  display: block;
  padding-top: 50%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@media(max-width:768px){
    .slide .item img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
      }
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/* -----------------ブレイクポイント----------------- */

@media screen and (max-width: 1279px) {
.pc_h {
    display: none;
    }
}
@media screen and (min-width: 1280px) {
.sp_h {
    display: none;
    }
}

/* ------------------ブレイクポイント----------------- */
@media screen and (max-width: 1024px) {
.pc {
    display: none;
    }
}
@media screen and (min-width: 1025px) {
.sp {
    display: none;
    }
}

/* ------------------ブレイクポイント----------------- */
@media screen and (max-width: 428px) {
.pc_l {
    display: none;
    }
}
@media screen and (min-width: 429px) {
.sp_l {
    display: none;
    }
}

/* ----------lOGO位置--------- */
/*big*/
header {
    position: relative;
}
/* ----------画像の上タイトル帯---------- */
.title_mov {
position: absolute;
    width: 100%;
    top: 20%;
    left: 50%;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    font-family: 'Cinzel', serif;
    transform: translateX(-50%);
    color: #333;
    padding: 10px 0 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.3) 100%);
} 
.title_text {
    font-size: 50%!important;
    line-height: 1.5;
    border-top: 1px solid #c1b393;
    font-family: sans-serif;
    padding-top: 10px;
}  
/*=====1024以上=====*/
@media screen and (min-width: 1024px) {
.title_mov {
    position: absolute;
    max-width: 70%;
    top: 35%;
    left: 50%;
    font-size: 22px;
    padding: 10px 0 0px;
}
}

/* ----------タイトル帯---------- */
.main_spel {
    font-size: 25px;
    line-height: 1;
    font-family: 'Cinzel', serif;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px auto 0px;
    text-align: center;
}

@media screen and (min-width: 769px){
.main_spel {
    max-width: 600px;
    font-size: 40px;
}
}

/* ----------表---------- */

dl.gai {
    border-bottom:1px solid #ccc;
    background-color:#f7f0f0;
    margin:0px;
}
dl.gai dt {
    float:left;
    clear: left;
    width:100%;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:10px;
    text-align: left;
    text-indent: 5px; 
    background-color:#f7f0f0;  
}
dl.gai dd {
    background-color:#ffffff;
    border-top:1px solid #ccc;
    margin-left:0%;  
    padding:10px;
    text-align: left;
    text-indent: 0px;
    letter-spacing: 0.1em;;     
}

dl.gai {
    border-bottom:1px solid #ccc;
    background-color:#f7f0f0;
    margin:0px;
}
dl.gai dt {
    float:left;
    clear: left;
    width:100%;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:10px;
    text-align: left;
    text-indent: 5px; 
    background-color:#f7f0f0;  
}
dl.gai dd {
    background-color:#ffffff;
    border-top:1px solid #ccc;
    margin-left:0%;  
    padding:10px;
    text-align: left;
    text-indent: 0px;
    letter-spacing: 0.1em;;     
}

@media screen and (min-width: 769px){
    dl.gai {
    margin:5px;
}
    
dl.gai dt {
    width:25%;
    padding:10px;
    text-align: left;
    text-indent: 5px;
    border-bottom:0px solid #ccc;
 
}
dl.gai dd {
    margin-left:25%;  
    padding:10px;
    text-align: left;
    text-indent: 0px;
}
}
/* ----------トップタイトル---------- */

.main_title {
    max-width: 70%;
    font-size: 180%;
    line-height: 1.0;
    font-family: 'Cinzel', serif;
    margin: 0px auto 0px;
    padding-top: 10px;
    text-align: center;
    background-image: url(../../img/sp_maker.png)

}
    
.under_line{
        margin-top :-10px;
    }

.sub_title {
    max-width: 280px;
    font-size: 14px;
    margin: 0px auto 0;
    line-height: 1.8;
    padding-bottom: 10px; 
    text-align: center;
/*    font-family: "游ゴシック体", YuGothic, "Arial", "メイリオ";*/
    
    }

.sub_title .add_line{
    border-top:1px solid #CCC;
}

.cha_moji_en {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #C53772;
    line-height: 1.2;
}

@media screen and (min-width: 769px){
.main_title {
    max-width: 400px;
    font-size: 250%;
    margin: 0px auto 0px;
    padding: 0px 10px;
    color: #1f2c32;
    background-image: url(../../img/maker.png)
}

.add_title{
    max-width: 500px;
}
    
.under_line{
        margin-top :-2px;
        padding-bottom: 10px;
    }
.sub_title {
    max-width: 420px;
    margin: 0px auto 0;
    line-height: 2;
    padding-top: 0px; 
    text-align: center;
    font-size: 20px;
/*     text-shadow: 1px 2px 6px #b9b1b1; */
    }
}

/* ----------サブテキスト+コース--------- */
.sub_text{
    text-align: center;
    line-height: 2;
    padding: 0px 0 20px;
     }

.sub_text_s{
        line-height: 1.4em;
         }

.sub_text p{

    padding-bottom: 10px;
         }
         
.photo_frame_g{
    border: 1px solid #CCC;
    margin-bottom: 7px;
}

.photo_frame_g2{
    border: 1px solid #CCC;
    margin-bottom: 7px;
    min-height: 110px;
    background-position: top center;
    background-size: cover;
}


.photo_frame{
    min-height: 220px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:789px){
    .sub_text_s{
        line-height: 1.6em;

}
    .sub_text p{
    padding-bottom: 10px;

}
.photo_frame_g2{
    min-height: 180px;
}
}

/* ----------マウスオーバー拡大 ----------*/
.moimg2 {
	overflow: hidden;
    border: 1px solid #CCC;
    margin-bottom: 7px;
}
.moimg2 img {
        width: 350px;
	display: block;
	transition: 0.5s;
}
.moimg2 img:hover {
	transform: scale(1.2, 1.2);
}

/* ----------動くエントリーボタン---------- */
.con_more{
    max-width: 100%;
    position: relative;
    margin: 10px 0;
    padding: .5em 2em;
    font-size: 90%;
    background: #d98295;
    border-radius: 5px;
    color: #FFF;
}

.con_more_su{
    max-width: 100%;
    position: relative;
    margin: 10px 0;
    padding: .2em 2em;
    font-size: 90%;
    background: #fde4e4;
    border: 1px solid #CCC;
    color: #333;
    border-radius: 5px;
}

/*サロン top*/
.ent_view {
    min-width: 240px;
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background: #d98295;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    margin: 15px auto;
  }

/*お問合せボタン*/
.ent_view_contact {
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background: #9489e5;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    margin: 15px auto;
  }

/*お問合せボタン*/
.ent_view_wp {
    position: relative;
    display: inline-block;
    width: 240px;
    padding: .9em 0em;
    background: #d98295;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    margin: 15px auto;
}

.ent_view::after,
.con_more::after,
.con_more_su::after,
.ent_view_contact::after,
.ent_view_wp::after{
    position: absolute;
    top: 50%;
    right: 0.4em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #CCC;
    transition: all .3s;
  }
.ent_view:hover,
.con_more:hover,
.con_more_su:hover,
.ent_view_contact:hover,
.ent_view_wp:hover{
    background-color: #eaa7b6;
    color: #333;
  }
.ent_view:hover::after, 
.con_more:hover::after,
.con_more_su:hover::after,
.ent_view_contact:hover::after,
.ent_view_wp:hover::after{
    border-left-color: #ccc;
    right:3%;
  }

@media(max-width:768px) {
.con_more{
    padding: .2em 1em;
}
.ent_view {
/*    padding: .4em 4em;*/
    width: 100%;
  }
.ent_view_contact {
width: 100%;
  }
    
}


/* ---バナー4こ--- */
.con_flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
    overflow: hidden;
    margin: 0px; 
}

.con_flex ul img{
    max-height: 220px;
    width: auto;
}

.con_flex ul li {
   width: 49%;
   margin: 0.5% 0.5% 10px;
}

.con_flex ul li:nth-child(even){
   width: 48%;
   margin-right: 1%;
}

.con_flex ul li:nth-child(odd){
   width: 48%;
   margin-left: 1%;
}

.con_frame{
    text-align: left;
}
/* ---卒業生--- */
.con_frame_school{
    background: #f7f0f0;
    text-align: center;
    padding-bottom: 10px;
}
.sc_w{  
    max-width: 95%;
    margin: 20px auto 10px;
   border: 1px solid #FFF;
}
/* ------ */


.con_text{
    font-weight: bold;
}

@media(min-width:769px){
 .con_flex ul {
    margin-bottom: 15px;
}

.con_flex ul li {
    width: 23%;
    margin: 0% 1%;
}
 .con_flex ul li:nth-child(even){
    width: 23%;
    margin: 0% 1%;
}

.con_flex ul li:nth-child(odd){
    width: 23%;
    margin: 0% 1%;
} 

.sc_w{  
    max-width: 70%;
}
  
}

/* ---WP_4個--- */
.wp_flex  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
    overflow: hidden;
    margin: 0px; 
}

.con_flex_a {
    width: auto;
    flex: 48%;
    padding: 0 1%;
    font-size: 13px;
}

@media(min-width:769px){
    .con_flex_a {
        width: auto;
        flex: 24%;
/*        padding: 0.5%;*/
    }
}

/* -----------------動画再生youtube----------------- */
@media(max-width:768px) {
.wrap_you {
  width: 100%;
  height: 0%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wrap_you iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
}

/* -----------------スクロールエフェクト----------------- */
.effect,
.effect>li,
.effect>div {
    opacity: 0;
    transition: all 2s cubic-bezier(.4, 0, .2, 1);
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
}
.effect.pActive,
.effect .pActive {
    opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* ----------プライバシーポリシー ----------*/
.proivacy{
    border: 1px solid #CCC;
    padding: 15px;
    margin: 0px auto;
    line-height: 2;
    background: #FFF;
    font-size: 14.5px;
}
.proivacy h2{
    font-size: 110%;
    font-weight: bold;
    padding: 10px 0 10px;
    border-bottom:1px solid #DDD ;
    margin-top: 30px;
}
.proivacy ol{
    padding-left: 2em;
    margin-bottom: 15px;
}

@media(min-width:789px){
.proivacy{
    padding: 40px 40px 40px;
}
}

/* ----------コンタクト ----------*/
#formWrap {
	max-width:1024px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}


@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}

form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:100%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:40%;
/*	height:40px;*/
}
}

/* ----------背景ずらし ----------*/

@media(min-width:768px){
.spa {
    padding-top: 100px;
}
}
@media(max-width:768px) {
.spa {
    padding-top: 25px;
    }
}


@media(min-width:768px) {
/*flex二等分　グレーが左*/
    .flex_box2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        position: relative;
    }
    .flex_box2 .par {
        flex: 0 0 49%;
    }
/*flex二等分　グレーが右*/
    .flex_box3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        position: relative;
    }
    .flex_box3 .par {
        flex: 0 0 49%;
}

.flex_box2 .par::before {
    content: "";
    width: 66.666%;
    height: 100%;
    position: absolute;
    top: -4.25vw;
    right: 0;
    background: #F5F6F7;
    z-index: -1;
}

.flex_box3 .par::before {
    content: "";
    width: 66.666%;
    height: 100%;
    position: absolute;
    top: -4.25vw;
    left: 0;
    background: #F5F6F7;
    z-index: -1;
}

/*flexリバース*/
.re {
    flex-direction: row-reverse;
}

/*中の文字*/
.box_point {
    max-width: 550px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}
.box_point h3 {
    margin-top: 0vw;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-size: 24px;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 400;
    font-feature-settings: "palt";
}

.box_point .sub {
    margin-bottom: 10px;
    letter-spacing: 0.2em;
    font-size: 20px;
    font-family: kozuka-mincho-pr6n, serif;
    font-weight: 400;
    line-height: 1.2;
    font-feature-settings: "palt";
    color: #9d9046;
}

.box_point .p2 {
    margin-top: 14px;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2.5;
}
}
@media(max-width:768px) {
.box_point {
    width: 100%;
    padding: 0px;

}
.box_point h3 {
    font-size: 20px;
    font-family: serif;
    padding: 20px 0;
    font-weight: 400;
}

.box_point .sub {
    font-size: 18px;
    padding-top: 10px;
}
}

/* ----------media ----------*/
.media{
    margin: 15px 0;
}

/* ----------profil ----------*/
/* flexpプロフィール*/

@media(min-width:769px){
.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
    }

.f_box_a {
    margin: 0 auto;
    flex: 0 0 55%;
}

.f_box_b {
    margin-top: 150px;
    flex: 0 0 45%;
}

.f_box_c {
    width: 60%;
    text-align: left;
}

.f_box_d {
    width: 30%;
}

.b_box{
    border: 1px solid #CCC;
    padding: 40px;
    background: rgba(255, 255, 255, 0.35);
}
    
.profil{
    text-align: center;
}
.profil > p{
    font-size: 160%;
    padding: 15px 0;
    font-family: kozuka-mincho-pr6n, serif;
}

.profil > sub{
    font-size: 12px;
    line-height: 1em;
}


.pro_book{
    max-width: 220px;
    margin: 20px auto;
}

@media(max-width:768px){
.f_box_b {
    margin-top: 0px;
    padding-bottom:20px;
}
.f_box_c {
    width: 100%;
    text-align: left;
}

.f_box_d {
    width: 100%;
}
}
    
/* ----------トップバナー ----------*/
/* ---バナー3こ--- */
.rec_flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    margin-bottom: 0px; 
}

.rec_flex ul li {
   width: 100%;
   margin: 0px 0;
  position: relative;
    padding-bottom: 10px;
}

@media(max-width:768px) {   
.rec_flex ul li:first-child {
    padding-top: 10px;
}
}

@media(min-width:769px) {   
    
.rec_flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0px;
}

.rec_flex ul li {
    width: 24%;
    margin: 0.5%;
}
.profil > sub{
    font-size: 14px;
}
}

/* -----------------写真の上に文字のせ----------------- */

.put_on_image {
    overflow: hidden;
    margin: 0px;
}

.put_on_image .caption {
    font-size: 160%;
    text-align: center;
    padding: 40px 10px 0;
    color: #fff;
}

.put_on_image .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.put_on_image:hover .mask {
    opacity: 1;
    padding-top: 20px;
}

@media(min-width:769px) {
.belong{
    width: 100%;
    padding: 50px 0 50px;
}

.put_on_image .caption {
    padding: 140px 10px 0;
    line-height: 1.4;
}
.belong .frame_p {
    width:80%;
    padding: 20px;
}
}

/* -----------------メディア・マスコミ----------------- */
.media_line {
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding: 0px 20px;
    margin-bottom: 30px;
}

@media(min-width:769px) {  
.media_line {
    padding: 0px 100px;
} 
}
/* -----------------新着情報----------------- */
.wwpp ul {
    max-width: 900px;
    margin: 0 auto;
}

/* -----------------背景動画設定のCSS----------------- */

/*header設定*/
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; 
    min-height: 100%;
    min-width: 100%;
}

/* -----------------動画再生----------------- */
@media(max-width:1024px) {
#video  {
  width: 100%;
  min-height: 56.25%;
  position: relative;
    top: 30%;
  padding-top: 0%;
  overflow: hidden;
}
.video-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
}

@media(max-width:768px) {
#video  {
  width: 100%;
    top: 48%;
  min-height: 100%;
  position: relative;
  padding-top: 0%;
  overflow: hidden;
}
}

/* -----------------動画再生2----------------- */
.wrap-video{
  position:relative;
}

.wrap-video video{
  width: 100%;
  height:100%
}

.wrap-video .text{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
}

.wrap-video .text p{
  font-size:16px;
  font-weight:bold;
  color:white;
}

.wrap-video .text .headline{
  font-size:20px;
}

/* -----------------親書紹介----------------- */
.book_01 li{
    padding-bottom: 15px;
}