@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

/***********************
        COMMON
*************************/

/* *{
    border: 2px solid red;
} */

body {
font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

}

body_inner{
        min-width: 740px;
}

:root {
  --ttl-font: "Raleway", sans-serif;
  --sub-color: #ea6060;
  --bg-gradation: linear-gradient(135deg, var(--main-color) 0%, var(--sub-color) 100%) fixed;
}

.flex{
    display: flex;
}

.CB{
    clear: both;
}
*:focus {
    outline: none;
  }
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
    text-decoration: none !important;
    word-wrap:break-word;
}

p a:link {
  color: #C1AD68;
  
  
}
p a:visited {
  color: #C1AD68;
  
}

p{
  font-size: 0.95em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.pc1280 { display: block !important; }
.sp1280 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.mb-50 {
    margin-bottom: 1.5%;
}
.w90{
    width:90%;
    padding: 2% 5%;
}


.Ttl_decoration {
    margin-top: 2%;
    margin-bottom: 3%;
    text-align: center;
    font-size: 3.2em;
    color: #333;
    letter-spacing: 0px;
    font-weight: 200;
    font-family: var(--ttl-font);
    font-style: normal;
}

.Ttls_decoration{
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: var(--ttl-font);
  /* font-style: italic; */
}

/****************
        top-header
**************************/

.header_inner {
    display: flex;
    justify-content:space-between;
}
.header_inner.flex{
}
.header_inner .h-logo {
    /* margin: 0% 2% 1% 1%; */
}
.header_inner a {
}
.header_inner img {
}
.header_inner .h-nav {
/* width: 80%; */
z-index: 10;
}

#nav-drawer {
	display: block;
	z-index:100;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	top: 0em;　/* 上端から0em;のところで固定 */
	position: relative;
	height: 3em;
	background-color: none;
	}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
	}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 56px;
	height: 46px;
	vertical-align: middle;
	}

/*ハンバーガーアイコン*/
#nav-open span {
	z-index:100;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	top: 0em;　/* 上端から0em;のところで固定 */
    right:2em;
	position: absolute;
	display: block;
    margin: 10% 0% 0% 0%;
	width: 3em;
	padding-top: 4em;
	background-image: url("../images/icon_MENU.svg");
	background-size:2.4em;
	background-position:top center;
	background-repeat: no-repeat
	}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0px;/*全体に広がるように*/
    left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
	}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: -0px;
	left: -105%;
	z-index: 9999;/*最前面に*/
	width: 70%;/*右側に隙間を作る（閉じるカバーを表示）*/
	height: 100%;
	background: #121C39;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;/*透過具合*/
	}

#nav-input:checked ~ #nav-content {
	left: 0;
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

/*★ドロアーメニューはここまで↑*/
/*追記*/
.menu{
    display: flex;
    justify-content: flex-end;
}

.f_box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 6% 0 0 0;
}
/* .f_item:first-child{
    margin-right: auto;
    margin: 0 auto 0 1%;
} */

/*ここまで追記*/


li.nav_menu_icon {
	display: block;
	margin:0; 
	width: 4em;
	padding-top: 100%;
	background-image: url("../images/icon_MENU.svg");
	background-size:4em;
	background-position:top center;
	background-repeat: no-repeat
	}

li.nav_text {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-size: 1.6em;
    margin: 1% 2% 0% 1%;
    line-height: 3.2;
    letter-spacing: 2px;
    text-align: center;
    display: table-cell;
    vertical-align:middle;
    font-weight: 700;
    color: ;
    
	}
li.nav_text a {
    text-decoration: none;
    color: #C1AD68;
    letter-spacing: 4px;
    vertical-align:middle;
	}

/*hover effect*/
/*#nav-content ul li a:hover{
    letter-spacing: 5px;
}*/

#nav-content ul li a {
  display: inline-block;
}
#nav-content ul li a:hover {
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
/*追記*/
.menu {
	width: 100%;
    display: flex;
    align-items: center;
	}

.menu li.nav_text {
    font-family: 'Spectral', serif;
    font-size: 0.9em;
    margin: 1% 2% 0% 1%;
    line-height: 1.2;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.menu-topmenu-container{
    width: 100%;

}

/***********************
         MAIN
*************************/

/*header*/
header {
    background-color:#030337;
    padding: .8% 1% .8% 2%;

}
header .header_inner {
    justify-content: space-between;
    width: 100%;
    /* align-items:center; */
}
header .h-logo {
    width: 10vw;
}
header .h-logo img{
    width: 5.5vw;
}
header .flex a {
    /*margin-right: 3%;*/
}
header nav ul a li{
    display: block;

}
header .pc-nav img {
}


/*end_menu_PC*/



/*main*/
.Comment .main {
    min-width: 760px;
    width: 100% !important;
    margin: 0% auto 0%;
    background-color: #C79D38;
    background-image: url("../images/BK2.jpg");
    background-size: cover;
    background-blend-mode: overlay;
   
}
.comment_bk{
    background-color: #C79D38 !important;
    min-width: 760px;
    width: 100% !important;
    margin: 0% auto 0%;

}
.main .main-txt {
    padding: 5% 13vw 4%;

}
.main .m-ttl {
    margin: 0 0 3% 0;
    font-size: calc(13px + 0.7vw);
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1.8px;
    color: #C9BC9B;
}

.main .m-txt {
    line-height: 1.8;
    letter-spacing: 1.1px;
    font-size: calc(12px + 0.33vw);
    color: #C9BC9B;
    font-weight: 500;


}


/*============================
#about.main-txt.animation2
============================*/
.Comment .main-txt.animation2{
}
.Comment .Ttl-L{
  margin: 2% 0 0%;
}
.Comment .Ttl-M{
    margin: 2% auto 1%;
    padding-bottom: 0.5%;
    /* display: inline-block; */
    text-align: center !important;
    font-weight: 400;
    font-size: calc(2.5em + 0vw) !important;
    letter-spacing: 1.5px;
    color: #317D47;
  font-family: var(--ttl-font);
}
.Comment .m-ttl{
  text-align: center;
  color: #392C1C;
  font-size: calc(11px + 0.7vw);
}
.Comment .CommentBoxArea {
  min-width: 760px;
    width: 76%;
    margin: 0%;
    padding: 0% 12% 5% 12%;
    flex-wrap:wrap;
    justify-content:space-around;
}
.Comment .CommentBoxArea .CommentBox{
  width: 40%;
  background-color: #EAEAEA;
  border-radius: 2.5%;
  padding: 4% 3.5%;
  margin-bottom: 2%;
}
.Comment .CommentBoxArea .Aname{
  font-family: var(--ttl-font);
  font-size: calc(1em + 0vw) !important;
  margin-bottom: 2.5%;
}
.Comment .CommentBoxArea .tig{
  color: #893531;
}
.Comment .CommentBoxArea .jun{
  color: #284046;
}
.Comment .CommentBoxArea .Name{
  font-size: calc(1.4em + 0vw) !important;
  letter-spacing: 2px;
  margin-bottom: 2%;
  font-family: var(--ttl-font);
  font-weight: 700;
  color: #392C1C;
}
.Comment .CommentBoxArea .jobtitle{
  font-size: calc(0.8em + 0vw) !important;
  margin-bottom: 3%;
}
.Comment .CommentBoxArea .CommentTxt{
  line-height: 1.8;
  font-size: calc(0.95em + 0vw) !important;
    color: #392C1C;
}

.Comment .Rbtn{
  text-align: center;
  padding-bottom: 8%;
}

.CommentBox .PlayBox {
  width: 15%;
  text-align: end;
  margin: 0 2% 4% 0%;
}

.CommentBoxArea .FirstBox{
  justify-content: space-between;

}

.PlayBox img{
}

/* Modaal内のYouTube埋め込みを調整 */

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container {
  aspect-ratio: 9 / 16;
  height: 80vh;       /* 画面いっぱいに表示 */
  width: auto;        /* 横幅は自動 */
  margin: 0 auto;     /* 中央寄せ */
  display: block;
}

/* 横動画用（16:9） */
.is-horizontal {
  width: 100%;
  height: 0;
  padding-top: 56.25% !important;  /* 16:9 = 9/16*100% */
  overflow: hidden;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

/* 縦動画用（9:16） */
.lity-iframe-container.is-vertical {
  aspect-ratio: 9 / 16;
  height: 80vh;       /* 画面の高さに合わせる */
  width: auto;        /* 横幅は自動 */
  margin: 0 auto;     /* 中央寄せ */
  display: block;
  overflow: hidden;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}


/***********************
        BTN CSS Effect************************************/

/*GOLD*/

.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 320px;
  height: auto;
  line-height: 50px;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#967B1E 0%, #967B1E 100%);
  background:linear-gradient(#967B1E 0%, #967B1E 100%);
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#967B1E 0%, #895B1B 100%);/*グラデーションを明るく*/
}

/*Gray*/
.btn-square-soft-gray:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.btn-square-soft-gray:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #737373;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.btn-square-soft-gray {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 320px;
  height: auto;
  line-height: 50px;
  letter-spacing: 1px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#737373 0%, #737373 100%);
  background:linear-gradient(#737373 0%, #737373 100%);
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.btn-square-soft-gray:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#737373 0%, #737373 100%);/*グラデーションを明るく*/
}

/*Gold*/
.btn-square-soft:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.btn-square-soft:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #A08A61;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

/*line-Gold*/

.btn-lineGold-soft2 {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #392C1C;
  width: 420px;
  height: auto;
  line-height: 50px;
  letter-spacing: 2px;
  border: 1px solid #392C1C;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  padding: 5% auto;
}
.btn-lineGold-soft2:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #A08A61;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px;
}

.btn-lineGold-soft2:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #392C1C;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.btn-slineGold-soft2:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  /*グラデーションを明るく*/
}

/***********************
        BTN CSS Effect END  ************************************/



/***********************
       COMMON
*************************/
@media (max-width: 1500px) {

  .ShowContents_inner .ShowBox {
    width: 50%;
  }

}

@media (max-width: 1200px) {

  .Comment .CommentBoxArea {
    min-width:inherit;
    width: 86%;
    padding: 0% 7% 5% 7%;
  }
  .btn-square-soft {
    width: 100% !important;
  }
}

@media (max-width: 848px) {

 .Comment .main {
    min-width: auto;
    width: 100% !important;
    margin: 0% auto 0%;
   
}
.main .main-txt {
  padding: 5% 4% 8%;

}
.Comment .CommentBoxArea .CommentBox {
  width: 42%;
}
.ShowContents_inner .ShowBox {
  width: 80%;
}
.btn-square-soft {
  width: 100% !important;
}
.btn-square-soft-gray {
  width: 280px;
}
}

@media screen and (max-width: 676px){
  .Comment .CommentBoxArea .CommentBox {
    width: 90%;
    padding: 8% 9%;
  }
  .ShowContents_inner .ShowBox {
    width: 100%;
  }
  .btn-square-soft {
    width: 280px;
  }
  .btn-square-soft-gray {
    width: 280px;
  }
  .btn-lineGold-soft2 {

    width: 80%;

  }
}

@media screen and (max-width: 480px){
        /* パソコンで見たときは"pc"のclassがついた画像が表示される */
        .pc { display: none !important; }
        .sp { display: block !important; }
        /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

        .btn-lineGold-soft2 {

          width: 80%;

        }
        .Ttl_decoration{
          font-size: 2.8em;
        }
        .Comment .Ttl-L {
          margin: 5% 0 5%;
        }
        .Comment .Ttl-M{
          font-size: calc(1.8em + 0vw) !important;
          line-height: 1.4;
        }
        .Comment .m-ttl {
          text-align: left;
          margin: 2% 3%;
      }
        .ShowContents_inner .ShowBox {
          width: 100%;
      }
      .btn-square-soft {
        width: 280px;
      }
      .btn-square-soft-gray {
        width: 280px;
      }
      .Comment .CommentBoxArea .CommentTxt{
        line-height: 1.8;
        font-size: calc(12px + 0.33vw)!important;
      }
      .CommentBox .PlayBox {
      width: 20%;
}

  .btn-lineGold-soft {
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
    height: auto;
    line-height: 64px;
    letter-spacing: 2px;
    border-radius: 50px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}

}