@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #413E38;
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}


.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}


/* 指定デバイスのみで表示するclass */
@media (min-width:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1024px){
  .px:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .md:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .md:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  /*background-repeat: no-repeat;*/
  background-position: center center;
  /*background-size: cover;*/
}
.section + .section{
  margin-top: 50px;
}

/* トピックス背景 */
.section.topics{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('/img/bg_dot.jpg');
}

@media (min-width:768px){
  .section.topics{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width:1024px){

}
@media (min-width:1200px){
  .section.topics{
    padding-top: 105px;
    /*padding-bottom: 130px;*/
    padding-bottom: 110px;
  }
}


/* **********************************
 *  ヘッダー
 * ********************************* */
/* 共通ヘッダー */
.header{
  padding: 10px 10px;
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hdr1 .hdr1_box1{
  /*width: 100%;*/
}
.hdr1 .hdr1_box2{
  /*width: 100%;*/
  display: flex;
  align-items: center;
}
.hdr1 .hdr1_box2_1{
  display: none;
}
.hdr1 .hdr1_box2_2{
  display: flex;
  align-items: center;
  margin-left: auto;

  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 5;
}
.hdr1 .hdr_logo{
  line-height: 1;
}
.hdr1 .hdr_contact{

}
.hdr1 .hdr_contact a{
  display: block;
  width: 180px;
  padding: 10px 5px;
  background: #FFF;
  border: 2px solid #F39700;
  border-radius: 32px;
  color: #F39700;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: 0.2s all;
}
.hdr1 .hdr_contact a:hover{
  background: #F39700;
  color: #FFF;
}
.hdr1 .hdr_menu_btn{
  margin-left: 10px;
}
.hdr1 .hdr_menu_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F39700;
  color: #FFF;
  text-decoration: none;
  transition: 0.2s all;
}
.hdr1 .hdr_menu_btn a:hover{
  filter:brightness(1.2);
}

.pg_header{
  background-image: url('/img/pg_header_icon1.png'), url('/img/pg_header_icon2.svg'), url('/img/pg_header_bg2.jpg');
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left top, right top, center center;
  /*background-size: cover;*/
  position: relative;
  margin-bottom: 100px;
}
.pg_header.noimg{
  margin-bottom: 30px;
}


.pg_header .container{
  display: flex;
  justify-content: flex-start;
  position: relative;
  height: 120px;
  padding-top: 20px;
}
.pg_header .container.noimg{
  align-items: center;
  height: 120px;
  padding-top: 0;
}

.pg_header .container .tt1{
  font-size: 24px;
  font-weight: 700;
}
.pg_header .img{
  border-radius: 500px 0 0 500px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 45px;
  /*right: -15px;*/
  height: 120px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header .img:before{
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(255,255,255,0.2);
}
.pg_header .img img{
  width: auto;
  max-width: none;
  height: 100%;
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (min-width:500px){
  .pg_header .img{
    left: auto;
    right: 0;
  }
}
@media (max-width:767px){

  .pg_header{
    background-size: 117px auto, 95px auto, auto;
    background-position: left -20px bottom 15px, right 65px top 10px, center center;
  }
  .pg_header .img{
    top: 110%;
  }
  .pg_header.noimg{
    /*background-position: left -20px bottom 25px, right 60px top 20px, center center;*/
  }
  
  .hdr1 .hdr_logo{

  }
  .hdr1 .hdr_logo img{
    width: 160px;
  }
  .hdr1 .hdr_contact{
    display: none;
  }
  .hdr1 .hdr_menu_btn a{
    width: 47px;
    height: 47px;
  }
}
@media (min-width:768px){

  /* 共通ヘッダー */
  .header{
    /*padding: 10px 10px;*/
  }
  .hdr1{

  }
  .hdr1 .hdr1_box1{
    width: 140px;
  }
  .hdr1 .hdr1_box2{
    width: calc(100% - 140px);
    justify-content: space-between;
  }
  .hdr1 .hdr1_box2_1{

  }
  .hdr1 .hdr1_box2_2{
    top: 2px;
    right: 10px;
  }
  .hdr1 .hdr_logo{
  }
  .hdr1 .hdr_contact{

  }
  .hdr1 .hdr_contact a{
    width: 100px;
    padding: 10px 5px;
    border-radius: 32px;
    font-size: 16px;
  }
  .hdr1 .hdr_menu_btn{
    margin-left: 10px;
  }
  .hdr1 .hdr_menu_btn a{
    width: 50px;
    height: 50px;
  }


  .pg_header{
    margin-bottom: 150px;
    background-position: left -20px bottom 70px, right 65px top 66px, center center;
  }
  .pg_header.noimg{
    background-position: left -20px bottom 25px, right 60px top 20px, center center;
  }
  .pg_header .container{
    height: 250px;
    padding-top: 30px;
  }
  .pg_header .container.noimg{
    height: 210px;
    margin-bottom: 100px;
  }
  .pg_header .container .tt1{
    font-size: 30px;
  }

  .pg_header .img{
    border-radius: 500px 0 0 500px;
    /*left: 190px;*/
    left: auto;
    right: 0;
    height: 200px;
  }
}
@media (min-width:1024px){

  /* 共通ヘッダー */
  .header{

  }
  .hdr1{

  }
  .hdr1 .hdr1_box1{
    width: 180px;
  }
  .hdr1 .hdr1_box2{
    width: calc(100% - 200px);
  }
  .hdr1 .hdr1_box2_1{
    display: block;
  }
  .hdr1 .hdr1_box2_2{
    top: 5px;
    right: 10px;
  }
  .hdr1 .hdr_contact a{
    width: 120px;
    padding: 10px 5px;
  }
  .hdr1 .hdr_menu_btn{
    margin-left: 20px;
  }
  .hdr1 .hdr_menu_btn a{
  }

  .pg_header .img{
    /*left: 290px;*/
  }

}
@media (min-width:1200px){

  /* 共通ヘッダー */
  .header{
    padding-left: 20px;
    padding-right: 20px;
  }
  .hdr1{

  }
  .hdr1 .hdr1_box1{
    width: 244px;
  }
  .hdr1 .hdr1_box2{
    width: calc(100% - 244px);
  }
  .hdr1 .hdr1_box2_1{

  }
  .hdr1 .hdr1_box2_2{
    top: 5px;
    right: 10px;
  }
  .hdr1 .hdr_logo{
  }
  .hdr1 .hdr_contact{

  }
  .hdr1 .hdr_contact a{
    width: 180px;
    padding: 15px 5px;
    font-size: 18px;
  }
  .hdr1 .hdr_menu_btn{
  }
  .hdr1 .hdr_menu_btn a{
    width: 70px;
    height: 70px;
  }

  .pg_header .container .tt1{
    font-size: 40px;
  }
  .pg_header .img{
    /*left: 570px;*/
    right: -80px;
  }
}
@media (min-width:1400px){

  /* 共通ヘッダー */
  .header{
    padding-left: 54px;
    padding-right: 37px;
  }
  .hdr1{

  }
  .hdr1 .hdr1_box1{
    /*width: 244px;*/
  }
  .hdr1 .hdr1_box2{
    width: calc(100% - 244px - 115px);
  }
  .hdr1 .hdr1_box2_2{
    top: 5px;
    right: 37px;
  }

  .pg_header{
    margin-bottom: 230px;
  }
  .pg_header.noimg{
    margin-bottom: 100px;
  }
  .pg_header .container{
    height: 378px;
    padding-top: 70px;
  }
  .pg_header .container.noimg{
    height: 210px;
  }
  .pg_header .img{
    border-radius: 500px 0 0 500px;
    left: 160px;
    right: -1000px;
    height: 380px;
  }

}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{

}
.gnav ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-weight: 700;
  /*font-size: 18px;*/
}


.mv{
  position: relative;
  /*height: 500px;*/

  /*background: #CCC;*/
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{

}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}

/* ポップアップメニュー */
.popup_nav{
  display: none;
  ;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  overflow-y: auto;
  background: #FFF;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px;
}
.popup_nav.active{
  display: flex;
}
.popup_nav .box1{
  width: 100%;
  text-align: center;
}
.popup_nav .box2{
  width: 100%;
  margin-top: 20px;
}
.popup_nav .logo{

}
.popup_nav .logo img{
  width: 120px;
}
.popup_nav .info{
  margin-top: 20px;
}
.popup_nav .info .name{
  font-size: 20px;
  font-weight: 700;
}
.popup_nav .info .addr{
  font-size: 15px;
  font-weight: 700;
  color: #7A7A7A;
}
.popup_nav .sns{
  margin-top: 20px;
}
.popup_nav .sns a{

}
.popup_nav .sns a+a{
  margin-left: 20px;
}
.popup_nav .sns a img{

}
.popup_nav .read_more{
  margin-top: 20px;
}
.popup_nav .search{
  margin-top: 20px;
}
.popup_nav .search .input_txt{

}
.popup_nav .search .input_txt input{
  width: 100%;
  border: 1px solid #F39700;
  border-radius: 41px;
  padding: 15px 15px 15px 60px;
  background-image: url('/img/icon_search.svg');
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: left 20px center;
}
.popup_nav .search .input_txt input:focus{
  outline: none;
}

.popup_menu_btn{
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.popup_menu_btn img{
  width: 40px;
}

.popup_nav .sitemap_items{
  padding: 0;
}

/*
.mv_slider{
  width: 100%;
}
.mv_slider_img{
  border-radius: 30px;
  overflow: hidden;
}
.mv_slider .sp-slide:nth-child(odd) {
  padding-top: 20px;
}
.mv_slider .sp-slide:nth-child(even){
  padding-bottom: 20px;
}
*/

/* MVスライド */
.mv_slider{
  display: flex;
  width: 100%;
}
.mv_slider .item{
  width: 200px;
  margin: 0 4px;
}

.mv_slider .item:nth-child(odd) {
  padding-top: 20px;
}
.mv_slider .item:nth-child(even) {
  padding-bottom: 20px;
}
.mv_slider .item .img{
  border-radius: 30px;
  overflow: hidden;
}
.mv_slider .item .img.img_fit:before{
  padding-top: 100%;
}

/* MVキャッチコピー */
.mv_catch{
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 100%;
}
.mv_catch .word{
  display: flex;
}
.mv_catch .word + .word{
  margin-left: 15px;
}
.mv_catch .word span{
  margin: 0 1px;
}

.fadeInAnime{
  /*opacity:0;*/
  animation-name: fadeIn; /*←@keyframesにも同じ名前を記述*/
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {  /*←animation-nameにも同じ名前を記述*/
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .popup_nav .sitemap_items{
    padding: 0;
  }
  .popup_nav .sitemap_items .item .tt3{
    font-size: 20px;
  }
  .popup_nav .read_more a{
    width: 240px;
  }
}
@media (min-width:768px){

  .gnav ul{

  }
  .gnav ul li{
    margin: 0 5px;
  }

  /* ポップアップメニュー */
  .popup_nav{
    padding: 50px 50px;
  }
  .popup_nav .box1{
    width: 100%;
    text-align: center;
  }
  .popup_nav .box2{
    width: 100%;
    margin-top: 30px;
  }
  .popup_nav .logo{
  }
  .popup_nav .logo img{
    width: 150px;
  }
  .popup_nav .info{
    margin-top: 20px;
  }
  .popup_nav .info .name{
    font-size: 20px;
  }
  .popup_nav .info .addr{
    font-size: 16px;
  }
  .popup_nav .sns{
    margin-top: 30px;
  }
  .popup_nav .sns a{

  }
  .popup_nav .sns a+a{
    margin-left: 30px;
  }
  .popup_nav .sns a img{

  }
  .popup_nav .read_more{
    /*justify-content: flex-start;*/
    margin-top: 30px;
    /*margin-left: -15px;*/
  }

  .popup_nav .search{
    margin-top: 0;
  }
  .popup_nav .search .input_txt{

  }
  .popup_nav .search .input_txt input{
    padding: 20px 30px 20px 100px;
    background-size: 30px auto;
    background-position: left 30px center;
  }
  .popup_nav .read_more a{
    font-size: 15px;
  }

  .popup_menu_btn{
    top: 15px;
    right: 35px;
  }
  .popup_menu_btn img{
    width: 70px;
  }

  .popup_nav .sitemap_items{
    margin-top: -1em;
  }

  .mv{
    padding-top: 30px;
  }

  /* MVスライド */
  .mv_slider{
  }
  .mv_slider .item{
    width: 270px;
    margin: 0 4px;
  }
  .mv_slider .item:nth-child(odd) {
    padding-top: 20px;
  }
  .mv_slider .item:nth-child(even) {
    padding-bottom: 20px;
  }

  /* MVキャッチコピー */
  .mv_catch{
    width: 100%;
  }
  .mv_catch .word{
  }
  .mv_catch .word + .word{
    margin-left: 30px;
  }
  .mv_catch .word span{
    margin: 0 3px;
  }

}
@media (min-width:1024px){

  .gnav ul li{
    margin: 0 10px;
  }

  /* MVスライド */
  .mv_slider{
  }
  .mv_slider .item{
    width: 300px;
    margin: 0 10px;
  }
  .mv_slider .item:nth-child(odd) {
    padding-top: 20px;
  }
  .mv_slider .item:nth-child(even) {
    padding-bottom: 20px;
  }

}
@media (min-width:1200px){

  .gnav ul li{
    margin: 0 15px;
  }

  /* ポップアップメニュー */
  .popup_nav{
    padding: 80px 50px;
  }
  .popup_nav .box1{
    width: 39%;
    text-align: left;
  }
  .popup_nav .box2{
    width: 60%;
    margin-top: 0;
    padding-bottom: 100px;
    position: relative;
  }
  .popup_nav .logo{

  }
  .popup_nav .logo img{
    width: 267px;
  }
  .popup_nav .info{
    margin-top: 40px;
  }
  .popup_nav .info .name{
    font-size: 24px;
  }
  .popup_nav .info .addr{
    font-size: 16px;
  }
  .popup_nav .sns{
    margin-top: 40px;
  }
  .popup_nav .sns a{

  }
  .popup_nav .sns a+a{
    margin-left: 20px;
  }
  .popup_nav .sns a img{

  }

  .popup_nav .read_more{
    justify-content: flex-start;
    margin-top: 30px;
    margin-left: -15px;
  }
  .popup_nav .read_more a{
    font-size: 18px;
  }

  .popup_nav .search{
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .popup_nav .search .input_txt{

  }
  .popup_nav .search .input_txt input{
    padding: 27px 30px 27px 120px;
    background-size: 36px auto;
    background-position: left 50px center;
  }

  .mv{
    padding-top: 60px;
  }

  /* MVスライド */
  .mv_slider{
  }
  .mv_slider .item{
    width: 370px;
    margin: 0 15px;
  }
  .mv_slider .item:nth-child(odd) {
    padding-top: 30px;
  }
  .mv_slider .item:nth-child(even) {
    padding-bottom: 30px;
  }
}

@media (min-width:1400px){


  /* MVスライド */
  .mv_slider{

  }
  .mv_slider .item{
    width: 570px;
    margin: 0 25px;
  }
  .mv_slider .item:nth-child(odd) {
    padding-top: 50px;
  }
  .mv_slider .item:nth-child(even) {
    padding-bottom: 50px;
  }

  /* MVキャッチコピー */
  .mv_catch{
  }
  .mv_catch .word{
  }
  .mv_catch .word + .word{
    margin-left: 65px;
  }
  .mv_catch .word span{
    margin: 0 4px;
  }


  /* ポップアップメニュー */
  .popup_nav .sitemap_items{
    justify-content: space-between;
  }
  .popup_nav .sitemap_items .row.half{
    width: 40%;
  }
  .popup_nav .sitemap_items .item + .item{
    margin-top: 25px;
  }
  .popup_nav .sitemap_items .item ul{
    margin-top: 15px;
  }
}

@media (min-width:1900px){


  /* ポップアップメニュー */
  .popup_nav{
    padding: 130px 260px;
  }
  .popup_nav .box1{
    width: 39%;
    text-align: left;
  }
  .popup_nav .box2{
    width: 60%;
    margin-top: 0;
  }
  .popup_nav .logo{

  }
  .popup_nav .info{
    margin-top: 70px;
  }
  .popup_nav .info .name{
    font-size: 24px;
  }
  .popup_nav .info .addr{
    font-size: 16px;
  }
  .popup_nav .sns{
    margin-top: 50px;
  }
  .popup_nav .sns a{

  }
  .popup_nav .sns a+a{
    margin-left: 30px;
  }
  .popup_nav .sns a img{

  }

}






/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  /*border: 1px solid #c0c0c0;*/
  padding: 5px 10px;
  margin: 4px 4px;
  color: #413E38;
  font-weight: 500;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  /*background: #e5e5e5;*/
  color: #F39700;
}
/*.pagination .page-numbers.next:after{
  content: "";
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}*/

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pagination{
    margin-top: 90px;
  }
  .pagination .page-numbers{
    font-size: 20px;
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


/* **********************************
 *  メイン
 * ********************************* */
.main{
}



/* 見出し */
.tt2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.tt2:before{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('/img/posts_tt_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.tt3{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.pg_post .tt3{
  align-items: flex-start;
}
.tt3:before{
  content: "";
  width: 15px;
  height: 6px;
  background: #F39700;
  border-radius: 50px;
  margin-right: 10px;

}
.pg_post .tt3:before{
  margin-top: 24px;
}
.tt3.left{
  justify-content: flex-start;
}


/* 詳しく見る  */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.read_more a{
  width: 160px;
  margin: 15px 4px 5px;
  font-size: 13px;
  font-weight: 700;
  background: #F39700;
  border: 2px solid #F39700;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  padding: 10px 10px;
  position: relative;
  transition: 0.2s all;
}
.read_more a:after{
  content: "";
  background-image: url('/img/btn_arrow2_wh.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.read_more a:hover{
  filter: brightness(1.05);
}

.read_more a.wh{
  background: #FFF;
  color: #F39700;
}
.read_more a.wh:after{
  background-image: url('/img/btn_arrow2.svg');
}
.read_more a.ye{
  background: #FFD52D;
  color: #181818;
  border: 2px solid #FFD52D;
}
.read_more a.ye:after{
  /*background-image: url('/img/btn_arrow2.svg');*/
}

.read_more.right{
  justify-content: flex-end;
}

.read_more2{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.read_more2 a,
.read_more2 span{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
}
.read_more2 a:hover,
.read_more2 span:hover{
  opacity: 0.8;
}
.read_more2 a:after,
.read_more2 span:after{
  content: "";
  width: 30px;
  height: 30px;
  background-image: url('/img/btn_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.read_more2 .or:after{
  background-image: url('/img/btn_arrow2.svg');
}
.read_more2 .ex:after{
  background-image: url('/img/icon_exlink.svg');
  width: 30px;
  height: 30px;
}
.read_more2 .down:after{
  background-image: url('/img/btn_arrow_down.svg');
  width: 30px;
  height: 30px;
}

.read_more2.right {
  justify-content: flex-end;
}

/* X埋め込み */
.x_timeline_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  position: relative;
  z-index: 1;
}
.x_timeline_items .item{
  width: 100%;
  padding: 0 6px;
}
.x_timeline_items .item:nth-child(n+2){
  margin-top: 20px;
}
.x_timeline_items div.twitter-timeline{
  border: 4px solid #FFD52D;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
.x_timeline_items a.twitter-timeline{
  display: block;
  padding: 15px;
  text-align: center;
}
.x_timeline_items div.twitter-timeline iframe{
  border-radius: 30px;
  margin: 0 auto;
}
.x_timeline_items div.twitter-timeline .fb-page{
  border-radius: 0;
  margin: 0 auto;
}

/* X埋め込み(サイド用) */
.x_timeline_items2{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.x_timeline_items2 .item{
  width: 100%;
  padding: 0 6px;
}
.x_timeline_items2 .item:nth-child(n+2){
  margin-top: 20px;
}
.x_timeline_items2 div.twitter-timeline{
}
.x_timeline_items2 a.twitter-timeline{
  display: block;
  padding: 15px;
  text-align: center;
}

.x_timeline_items .bg{
  position: absolute;
  z-index: -1;
}
.x_timeline_items .bg.pos1{
  width: 146px;
  bottom: -45px;
  left: -75px;
}
.x_timeline_items .bg.pos2{
  width: 108px;
  top: -55px;
  right: -50px;
}

/* 概要 */
.cmn_about{
  background: #FFF5D0;
  border-radius: 25px;
  padding: 20px;
}
.cmn_about .txt1{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}

.slide_arrorw{
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.slide_arrorw:hover{

}
.slide_arrorw.prev{
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slide_arrorw.next{
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.sp-button{
  width: 6px;
  height: 6px;
  margin-top: 20px;
  border-color: #E9E9E9;
  background: #E9E9E9 ;
}
.sp-selected-button{
  border-color: #F39700;
  background: #F39700;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_post .tt3:before{
    margin-top: 16px;
  }
}
@media (min-width:768px){

  /* X埋め込み */
  .x_timeline_items{
    margin: 0 -10px;
    padding-top: 20px;
  }
  .x_timeline_items .item{
    width: 50%;
    padding: 0 10px;
  }
  .x_timeline_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .x_timeline_items .item:nth-child(n+3){
    margin-top: 20px;
  }

  .x_timeline_items .bg{
    position: absolute;
    z-index: -1;
  }
  .x_timeline_items .bg.pos1{
    width: 224px;
    bottom: -45px;
    left: -75px;
  }
  .x_timeline_items .bg.pos2{
    width: 182px;
    top: -55px;
    right: -50px;
  }

  /* 見出し */
  .tt2{
    font-size: 30px;
    margin-bottom:46px;
  }
  .tt2:before{
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  .tt3{
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* 概要 */
  .cmn_about{
    padding: 30px 40px;
  }
  .cmn_about .txt1{
    font-size: 16px;

  }
  .cmn_about .read_more2 a{
    font-size: 18px;
  }

  /* 詳しく見る  */
  .read_more{
  }
  .read_more a{
    width: 300px;
    margin: 10px 15px;
    font-size: 18px;
    padding: 18px 10px;
  }
  .read_more a:after{
    width: 26px;
    height: 26px;
    right: 20px;
  }
  .read_more a.size3{
    width: 280px;
  }

  .read_more2{
    margin-top: 10px;
  }
  .read_more2 a{
  }
  .read_more2 a:after{
    width: 48px;
    height: 48px;
    margin-left: 25px;
  }

  .sp-buttons{
    margin-top: 15px;
  }
  .sp-button{
    width: 13px;
    height: 13px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  /* X埋め込み */
  .x_timeline_items{
    margin: 0 -20px;
  }
  .x_timeline_items .item{
    width: 50%;
    padding: 0 20px;
  }
  .x_timeline_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .x_timeline_items .item:nth-child(n+3){
    margin-top: 20px;
  }

  /* X埋め込み(サイド用) */
  .x_timeline_items2{
  }
  .x_timeline_items2 .item{
    width: 100%;
  }
  .x_timeline_items2 .item:nth-child(n+2){
    margin-top: 80px;
  }

  /* 概要 */
  .cmn_about{
    padding: 45px 75px;
  }
  .cmn_about .txt1{
    font-size: 18px;
    line-height: 2.666;
  }
  
  /* 見出し */
  .tt2{
    font-size: 34px;
    margin-bottom:46px;
  }
  .tt2:before{
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  /* 詳しく見る  */
  .read_more{
    margin-top: 40px;
  }
  .read_more a{
    width: 340px;
  }
  .read_more a.size3{
    margin: 10px 25px;
  }

  .read_more a.size2{
    width: 376px;
  }
  .read_more a.size3{
    width: 280px;
  }

}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  padding-top: 50px;
}
.pg_home .section.sec1{

}
.pg_home .section.sec2{
  background-image: url('/img/home/bg1_circle.png'), url('/img/home/bg1.jpg?2');
  background-repeat: no-repeat, repeat-y;
  background-size: auto 100px, 100% auto;
  background-position: center top -50px, center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-bottom: 50px;
  margin-top: -10px;
}
.pg_home .section.sec3{

}
.pg_home .section.sec4{

}
.pg_home .section.sec5{

}
.pg_home .section.sec6{
  background: #FFD52D;
  background-image: url('/img/home/member_bg1.svg'), url(/img/home/member_bg2.svg);
  background-repeat: no-repeat;
  background-position: left -38px bottom 15px, right -40px top 15px;
  background-size: 146px auto, 121px auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_home .section.sec7{
  margin-top: 0;
}

/* About */
.home_about_wrap{
  position: relative;
}
.home_about_wrap .box1{

}
.home_about_wrap .box2{

}
.home_about_wrap .title{
  margin-bottom: 1px;
}
.home_about_wrap .txt1{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.home_about_wrap .illust{
  position: absolute;
  z-index: 2;
  top: -35px;
}
.home_about_wrap .illust.pos1{
  display: none;
  right: 100%;
}
.home_about_wrap .illust.pos2{
  width: 137px;
  left: 63%;
}
.home_about_wrap .illust.pos1.on{
  transform: rotate(5deg);
}
.home_about_wrap .illust.pos2.on{
  transform: rotate(-5deg);
}

.home_about_wrap .bg{
  position: absolute;
  z-index: 1;
  top: 15px;
}
.home_about_wrap .bg.pos1{
  right: 100%;
}
.home_about_wrap .bg.pos2{
  width: 86px;
  left: 86%;
}

/* 見出し */
.home_tt1{
  text-align: center;
  margin-bottom: 20px;
}
.home_tt1 .en{
  font-size: 30px;
  font-weight: 400;
  font-family: "Ultra", serif;
  line-height: 1;
  color: #FFD52D;
}
.home_tt1 .ja{
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.home_tt1.left{
  text-align: left;
}
.home_tt1.wh .en{
  color: #FFF;
}
.home_tt1.wh .ja{

}

/* ピックアップ */
.home_pickup_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.home_pickup_items .item{
  width: 50%;
  padding: 0 6px;
}
.home_pickup_items .item:nth-child(n+3){
  margin-top: 18px;
}
.home_pickup_items .item .inner{
  display: block;
  height: 100%;
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
}

.home_pickup_items .item .box{
  padding: 15px 10px;
}
.home_pickup_items .item .img{
  overflow: hidden;
}
.home_pickup_items .item .img img{
  transition: 0.2s all;
}
.home_pickup_items .item .img.img_fit:before{
  padding-top: 68.97%;
}
.home_pickup_items .item .title{
  font-size: 13px;
  line-height: 1.615;
  margin-bottom: 10px;
}
.home_pickup_items .item .txt{
  font-size: 15px;
  line-height: 1.5;
}
.home_pickup_items .item .btn{
  display: none;
  margin-top: 18px;
}
.home_pickup_items .item .btn span{
  display: block;
  margin: 0 auto;
  border: 3px solid #FFD52D;
  border-radius: 50px;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  position: relative;
  transition: 0.2s all;
}
.home_pickup_items .item .btn span:after{
  content: "";
  background-image: url('/img/home/btn_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

.home_pickup_items .item .inner:hover{
}
.home_pickup_items .item .inner:hover .img img{
  transform: scale(1.05);
}
.home_pickup_items .item .inner:hover .btn span{
  background: #FFD52D;
}
.home_pickup_items .item .inner:hover .btn span:after{
  background-image: url('/img/home/btn_arrow_wh.png');
}

/* バナー */
.home_pickup_banner{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -6px 0;
}
.home_pickup_banner .item{
  width: 100%;
  padding: 0 6px;
}
.home_pickup_banner .item:nth-child(n+2){
  margin-top: 12px;
}
.home_pickup_banner .item a{
  display: block;
}
.home_pickup_banner .item a img{
  width: 100%;
}



/* 新着情報 */
.home_news_items_wrap{
  margin-top: 50px;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.home_news_items_wrap:after{
  content: "";
  background-image: url('/img/home/bg2.jpg');
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  z-index: 0;
}


.home_news_items{
  position: relative;
  z-index: 2;
}
.home_news_items .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 2px solid #F1E3BF;
  padding: 10px 0;
}
.home_news_items .item:last-child{
  border-bottom: 2px solid #F1E3BF;
}
.home_news_items .item .date{
  width: 100%;
  color: #F39700;
  font-size: 14px;
  font-weight: 500;
}
.home_news_items .item .title{
  width: 100%;
  font-weight: 700;
}
.home_news_items .item .title a{

}

.home_news_btn{
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.home_news_btn a{
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-right: 35px;
}
.home_news_btn a:after{
  content: "";
  background-image: url('/img/btn_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.home_news_btn a:hover{
  opacity: 0.8;
}
.home_news_btn a:hover:after{
  right: -5px;
}


/* パララックス背景 */
.home_para_bg{
  position: relative;
  z-index: 1;
  height: 150px;
  background-image: url('/img/home/bg3_large.jpg');
  background-size: 100% auto;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.home_para_bg .img{
  position: fixed;
  width: 100%;
}

/* 巡演作品 */
.home_tour_msg{
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 10px;
}

.home_tour_items{
  /*display: flex;
  flex-wrap: wrap;
  justify-content: center;*/
}
.home_tour_item{
  height: 100%;
  padding: 20px 0;
}
.home_tour_item .inner{
  display: block;
  height: 100%;
  padding: 40px 20px 20px;
  text-decoration: none;
  position: relative;
}
.home_tour_item .inner:after{
  content: "";
  background: #FFF5D0;
  border-radius: 150px;
  position: absolute;
  z-index: -1;
  inset: 0;
  transition: 0.5s all;
}
.home_tour_item .box1{

}
.home_tour_item .box2{
  margin-top: 20px;
}
.home_tour_item .img{
  max-width: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.home_tour_item .img.img_fit:before{
  padding-top: 141.333%;
}
.home_tour_item .inner .img img{
  transition: 0.2s all;
}
.home_tour_item .inner:hover .img img{
  transform: scale(1.05);
}
.home_tour_item .inner:hover:after{
  transform: scale(1.02);
}

.home_tour_item .category{
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.home_tour_item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home_tour_item .meta .title{
  font-size: 18px;
  font-weight: 700;
}
.home_tour_item .meta .time{
  background: #FFFFFF;
  border-radius: 19px;
  min-width: 70px;
  padding: 1px 5px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.home_tour_item .txt{
  margin-top: 14px;
}

.home_tour_items .slide_arrorw {
}
.home_tour_items .slide_arrorw img{
  width: 100%;
}
.home_tour_items .slide_arrorw.prev{
  left: auto;
  right: calc(50% + 100px);
}
.home_tour_items .slide_arrorw.next{
  left: calc(50% + 100px);
  right: auto;
}

/* トピックス */
.home_topics_items{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px 0;
}
.home_topics_items .item{
  width: 100%;
  padding: 0 5px;
}
.home_topics_items .item:nth-child(n+2){
  margin-top: 12px;
}
.home_topics_items .item .inner{
  display: flex;
  border: 3px solid #FFD52D;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
}
.home_topics_items .item .inner .box1{
  width: 37.60%;
}
.home_topics_items .item .inner .box2{
  width: 62.40%;
  padding-left: 20px;
  background: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.714;
  display: flex;
  align-items: center;
  position: relative;
}
.home_topics_items .item .img.img_fit:before{
  padding-top: 72.72%;
}
.home_topics_items .item .inner .box2:after{
  content: "";
  background-image: url('/img/btn_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 劇団員紹介 */
.home_member_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.home_member_wrap .box1{
  width: 100%;
}
.home_member_wrap .box2{
  width: 100%;
  margin-top: 20px;
}

.home_member_wrap .read_more a.wh{
  border-color: #FFF;
  color: #181818;
}
.home_member_wrap .slide_arrorws{
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 20px;
}
.home_member_wrap .slide_arrorws .btn{
  cursor: pointer;
}
.home_member_wrap .slide_arrorws .btn:hover{
  opacity: 0.8;
}
.home_member_wrap .slide_arrorws .btn+.btn{
  margin-left: 30px;
}

.home_member_wrap .sp-buttons{
  display: flex;
  margin-top: 20px;
}
.home_member_wrap .sp-buttons .sp-button{
  width: 100%;
  height: 3px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #FFF;
}
.home_member_wrap .sp-buttons .sp-button.sp-selected-button{
  background: #F39700;
}

.home_member_wrap .bg{
  position: absolute;
  z-index: -1;
}
.home_member_wrap .bg.pos1{
  
}
.home_member_wrap .bg.pos2{
  
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .pg_home .section.sec2 .home_tt1{
    text-align: center;
  }

  .home_pickup_items .item .txt{
    display: none;
  }

  .home_tour_item{
    text-align: center;
  }
  .home_tour_item .txt{
    display: none;
  }
  .home_tour_item .meta .time{
    display: none;
  }

  .home_tour_item .box2{
    display: inline-block;
    text-align: left;
  }

  .home_member_wrap .slide_arrorws{
    display: none;
  }

}
@media (min-width:768px){

  .pg_home{
    padding-top: 100px;
  }
  .pg_home .section.sec2{
    background-size: auto 200px, 100% auto;
    background-position: center top -100px, center;
    padding-top: 160px;
    padding-bottom: 60px;
    margin-top: -30px;
  }
  .pg_home .section.sec3{
    margin-top: 70px;
  }
  .pg_home .section.sec4{
    /*margin-top: 70px;*/
  }
  .pg_home .section.sec5{
    /*margin-top: 70px;*/
  }
  .pg_home .section.sec6{
    margin-top: 70px;
    background-position: left -15px bottom 55px, right -25px top 15px;
    background-size: 180px auto, 150px auto;
  }
  
  /* About */
  .home_about_wrap{
    padding: 0 100px;
    text-align: center;
  }
  .home_about_wrap .box1{

  }
  .home_about_wrap .box2{

  }
  .home_about_wrap .title{
    margin-bottom: 10px;
  }
  .home_about_wrap .txt1{
    font-size: 16px;
    line-height: 2.8;
  }

  .home_about_wrap .illust{
    top: 40px;
  }
  .home_about_wrap .illust.pos1{
    display: block;
    width: 160px;
    right: calc(100% - 120px);
  }
  .home_about_wrap .illust.pos2{
    width: 250px;
    left: calc(100% - 160px);
  }

  .home_about_wrap .bg{
    top: 0;
  }
  .home_about_wrap .bg.pos1{
    width: 237px;
    right: calc(100% + 62px);
  }
  .home_about_wrap .bg.pos2{
    width: 194px;
    top: 155px;
    left: calc(100% + 170px);
    ;
  }

  /* 見出し */
  .home_tt1{
    margin-bottom: 25px;
  }
  .home_tt1 .en{
    font-size: 40px;
  }
  .home_tt1 .ja{
    font-size: 20px;
  }


  .home_pickup_items .item .btn{
    display: block;
  }
  .home_pickup_items .item .btn span{
    width: 250px;
  }

  /* ピックアップ */
  .home_pickup_items{
    margin: 0 -10px;
  }
  .home_pickup_items .item{
    width: 50%;
    padding: 0 10px;
  }
  .home_pickup_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_pickup_items .item .title{
    font-size: 16px;
  }

  /* バナー */
  .home_pickup_banner{
    margin: 30px -10px 0;
  }
  .home_pickup_banner .item{
    width: 50%;
    padding: 0 10px;
  }
  .home_pickup_banner .item:nth-child(n+2){
    margin-top: 0;
  }
  .home_pickup_banner .item:nth-child(n+3){
    margin-top: 20px;
  }

  /* 新着情報 */
  .home_news_items_wrap{
    margin-top: 50px;
    padding: 30px 30px;
  }
  .home_news_items_wrap:after{
    left: -1000px;
    right: 0;
    background-position: right center;
    border-radius: 30px;
  }
  .home_news_items{

  }
  .home_news_items .item{
    padding: 27px 20px;
  }
  .home_news_items .item .date{
    width: 115px;
    font-size: 17px;
  }
  .home_news_items .item .title{
    width: calc(100% - 115px);
  }
  .home_news_items .item .title a{

  }

  .home_news_btn{
    justify-content: flex-end;
    margin-top: 50px;
  }
  .home_news_btn a{
    font-size: 20px;
    padding: 8px 75px 8px 0;
  }
  .home_news_btn a:after{
    width: 48px;
    height: 48px;
  }

  /* パララックス背景 */
  .home_para_bg{
    height: 300px;
  }

  /* 巡演作品 */
  .home_tour_msg{
    line-height: 2.5;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }
  .home_tour_item .inner{
    padding: 50px 30px 30px;
  }
  .home_tour_item .inner:after{
    border-radius: 325px;
  }
  .home_tour_item .box1{

  }
  .home_tour_item .box2{
    margin-top: 20px;
  }
  .home_tour_item .img{
    max-width: 150px;
  }
  .home_tour_item .category{
    font-size: 16px;
  }
  .home_tour_item .meta{
  }
  .home_tour_item .meta .title{
    font-size: 20px;
  }
  .home_tour_item .meta .time{
    min-width: 95px;
    padding: 1px 5px;
    margin-left: auto;
    font-size: 16px;
  }
  .home_tour_item .txt{
    margin-top: 10px;
  }

  .home_tour_items .slide_arrorw{
    width: 60px;
  }
  .home_tour_items .slide_arrorw.prev{
    right: calc(50% + 120px);
  }
  .home_tour_items .slide_arrorw.next{
    left: calc(50% + 120px);
  }


  /* トピックス */
  .home_topics_items{
    margin: 30px -10px 0;
  }
  .home_topics_items .item{
    width: 50%;
    padding: 0 10px;
  }
  .home_topics_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .home_topics_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_topics_items .item .inner{
    border: 4px solid #FFD52D;
    border-radius: 20px;
  }
  .home_topics_items .item .inner .box1{
    width: 37.60%;
  }
  .home_topics_items .item .inner .box2{
    width: 62.40%;
    padding-left: 20px;
    font-size: 20px;
  }
  .home_topics_items .item .img.img_fit:before{
    padding-top: 72.72%;
  }
  .home_topics_items .item .inner .box2:after{
    width: 35px;
    height: 35px;
    right: 30px;
  }

  /* 劇団員紹介 */
  .home_member_wrap{
  }
  .home_member_wrap .box1{
    /*width: 23.84%;*/
    width: 250px;
  }
  .home_member_wrap .box2{
    /*width: 71.53%;*/
    width: calc(100% - 250px);
    margin-top: 0 ;
  }

  .home_member_wrap .sp-buttons{
    margin-top: 40px;
  }

  .home_member_wrap .slide_arrorws{
    margin-top: 35px;
  }
}
@media (min-width:1024px){

  .pg_home{
    padding-top: 200px;
  }


  /* About */
  .home_about_wrap{

  }
  .home_about_wrap .box1{

  }
  .home_about_wrap .box2{

  }
  .home_about_wrap .title{
    margin-bottom: 53px;
  }
  .home_about_wrap .txt1{
    font-size: 20px;
    line-height: 2.8;
  }

  .home_about_wrap .illust{
    top: 110px;
  }
  .home_about_wrap .illust.pos1{
    display: block;
    width: 219px;
    right: calc(100% - 165px);
  }
  .home_about_wrap .illust.pos2{
    width: 351px;
    left: calc(100% - 235px);
    ;
  }

  .home_about_wrap .bg{
    top: 0;
  }
  .home_about_wrap .bg.pos1{
    width: 237px;
    right: calc(100% + 62px);
  }
  .home_about_wrap .bg.pos2{
    width: 194px;
    top: 155px;
    left: calc(100% + 170px);
    ;
  }

  /* ピックアップ */
  .home_pickup_items{
    margin: 0 -15px;
  }
  .home_pickup_items .item{
    width: 33.333%;
    padding: 0 15px;
  }
  .home_pickup_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_pickup_items .item:nth-child(n+4){
    margin-top: 40px;
  }
  .home_pickup_items .item .inner{
  }
  .home_pickup_items .item .box{
    padding: 15px 18px 27px 15px;
  }
  .home_pickup_items .item .img{

  }
  .home_pickup_items .item .img.img_fit:before{
    padding-top: 68.97%;
  }
  .home_pickup_items .item .title{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .home_pickup_items .item .txt{
    font-size: 16px;
  }
  .home_pickup_items .item .btn{

  }
  .home_pickup_items .item .btn span{
    padding: 10px 10px;
    font-size: 18px;
  }

  /* バナー */
  .home_pickup_banner{
    margin: 55px -15px 0;
  }
  .home_pickup_banner .item{
    width: 50%;
    padding: 0 15px;
  }
  .home_pickup_banner .item:nth-child(n+3){
    margin-top: 30px;
  }

  /* トピックス */
  .home_topics_items{
    margin: 70px -15px 0;
  }
  .home_topics_items .item{
    width: 50%;
    padding: 0 15px;
  }
  .home_topics_items .item:nth-child(n+3){
    margin-top: 40px;
  }

  /* 劇団員紹介 */
  .home_member_wrap{
  }
  .home_member_wrap .box1{
    width: 350px;
  }
  .home_member_wrap .box2{
    width: calc(100% - 350px);
  }

}
@media (min-width:1200px){


  .pg_home{
    padding-top: 200px;
  }
  .pg_home .section.sec2{
    background-size: auto 320px, 100% auto;
    background-position: center top -160px, center;
    padding-top: 235px;
    padding-bottom: 95px;
    margin-top: -30px;
  }
  .pg_home .section.sec3{
    margin-top: 110px;
  }
  .pg_home .section.sec4{
    margin-top: 80px;
  }
  .pg_home .section.sec5{
    margin-top: 90px;
  }
  .pg_home .section.sec6{
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: left -50px bottom 195px, right -8px top 140px;
    background-size: 224px auto, 202px auto;
  }

  .home_about_wrap .illust{
    top: -40px;
  }
  .home_about_wrap .illust.pos1{
    display: block;
    width: 219px;
    right: calc(100% - 150px);
  }
  .home_about_wrap .illust.pos2{
    width: 351px;
    left: calc(100% - 200px);
    ;
  }

  .home_about_wrap .bg{
    top: 0;
  }
  .home_about_wrap .bg.pos1{
    width: 237px;
    right: calc(100% + 62px);
  }
  .home_about_wrap .bg.pos2{
    width: 194px;
    top: 155px;
    left: calc(100% + 170px);
    ;
  }


  /* 見出し */
  .home_tt1{
  }
  .home_tt1 .en{
    font-size: 65px;
  }
  .home_tt1 .ja{
    font-size: 20px;
  }

  /* 新着情報 */
  .home_news_items_wrap{
    margin-top: 80px;
    padding: 80px 95px 50px;
  }
  .home_news_items{

  }
  .home_news_items .item{
    padding: 27px 70px;
  }
  .home_news_items .item .date{
    width: 115px;
    font-size: 17px;
  }
  .home_news_items .item .title{
    width: calc(100% - 115px);
  }
  .home_news_items .item .title a{

  }

  /* パララックス背景 */
  .home_para_bg{
    height: 600px;
  }

  /* 巡演作品 */
  .home_tour_msg{
    margin-top: 40px;
  }
  .home_tour_item .inner{
    padding: 75px 115px 30px;
    border-radius: 325px;
  }
  .home_tour_item .inner:after{
    border-radius: 325px;
  }
  .home_tour_item .box1{

  }
  .home_tour_item .box2{
    margin-top: 20px;
  }
  .home_tour_item .img{
    max-width: 300px;
  }
  .home_tour_item .category{
    font-size: 20px;
  }
  .home_tour_item .meta{
  }
  .home_tour_item .meta .title{
    font-size: 28px;
  }
  .home_tour_item .meta .time{
    min-width: 95px;
    padding: 1px 5px;
    margin-left: auto;
    font-size: 20px;
  }
  .home_tour_item .txt{
    margin-top: 14px;
  }

  .home_tour_items .slide_arrorw{
    width: 90px;
  }
  .home_tour_items .slide_arrorw.prev{
    right: calc(50% + 265px);
  }
  .home_tour_items .slide_arrorw.next{
    left: calc(50% + 265px);
  }
  .home_tour_items + .read_more{
    margin-top: 30px;
  }

  /* 劇団員紹介 */
  .home_member_wrap{
  }
  .home_member_wrap .box1{
    width: 380px;
  }
  .home_member_wrap .box2{
    width: calc(100% - 380px);
  }

  .home_member_wrap .sp-buttons{
    margin-top: 80px;
  }
}

@media (min-width:1400px){

  /* ピックアップ */
  .home_pickup_items{
    margin: 0 -30px;
  }

  /* 劇団員紹介 */
  .home_member_wrap{
    margin-left: -50px;
    margin-right: -50px;
  }
  .home_member_wrap .box1{
    width: 310px;
  }
  .home_member_wrap .box2{
    width: calc(100% - 370px);
  }

  .home_member_wrap .home_tt1 .en{
    font-size: 60px;
  }
  
  .home_member_wrap .read_more{
    margin-top: 90px;
  }

  .home_about_wrap .illust.pos1{
    width: 219px;
    right: calc(100% - 80px);
  }
  .home_about_wrap .illust.pos2{
    width: 351px;
    left: calc(100% - 130px);
    ;
  }
}

/* **********************************
 *  お知らせ
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section.sec1{

}

/* レイアウト */
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts_layout_l{
  width: 100%;
}
.posts_layout_r{
  width: 100%;
  margin-top: 50px;
}

/* 見出し */
.posts_tt{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.posts_tt:before{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('/img/posts_tt_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

/* 記事リスト */
.post_items{

}
.post_items .item{
  border-top: 2px solid #FFF5D0;
  padding: 20px 15px;
  position: relative;
}
.post_items .item:after{
  content: "";
  background-image: url('/img/btn_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  transition: 0.2s all;
}
.post_items .item:last-child{
  border-bottom: 2px solid #FFF5D0;
}
.post_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.post_items .item .box1{
  width: 100%;
}
.post_items .item .box2{
  width: 100%;
  margin-top: 15px;
}
.post_items .item .img{
  border-radius: 15px;
  overflow: hidden;
}
.post_items .item .img.img_fit:before{
  padding-top: 70.90%;
}
.post_items .item .date{
  font-size: 16px;
  font-weight: 500;
  color: #F39700;
  margin-bottom: 5px;
}
.post_items .item .category{
}
.post_items .item .category span{

}
.post_items .item .title{
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}


.recent_posts_wrap{
  margin-top: 30px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .post_items .item:after{
    display: none;
    bottom: 22px;
    right: 0;
  }

}
@media (min-width:768px){


  /* レイアウト */
  .posts_layout{
  }
  .posts_layout_l{
    width: 63.33%;
  }
  .posts_layout_r{
    width: 29.16%;
    margin-top: 0;
  }

  /* 記事リスト */
  .post_items{

  }
  .post_items .item{
    padding: 25px 60px 25px 35px;
  }
  .post_items .item:after{
    width: 26px;
    height: 26px;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .post_items .item .inner{
  }

  .post_items .item .box1{
    width: 33.087%;
  }
  .post_items .item .box2{
    width: 61.636%;
    margin-top: 0;
  }
  .post_items .item .img{

  }
  .post_items .item .date{
    font-size: 17px;
    margin-bottom: 5px;
  }
  .post_items .item .category{
  }
  .post_items .item .category span{

  }
  .post_items .item .title{
    font-size: 20px;
  }

  /* 見出し */
  .posts_tt{
    font-size: 34px;
    margin-bottom: 25px;
  }
  .posts_tt:before{
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  .recent_posts_wrap{
    margin-top: 60px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .recent_posts_wrap{
    margin-top: 90px;
  }

}
@media (min-width:1400px){


}

/* **********************************
 *  
 * ********************************* */
.pg_theater{

}
.pg_theater .section.sec1{

}
.pg_theater .section.sec2{
  margin-top: 50px;
  margin-bottom: 50px;
}
.pg_theater .section.sec3{
  background-color: #FFD52D;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}



/* 受賞歴 */
.theater_award{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
.theater_award .box1{
  width: 100%;
}
.theater_award .box2{
  width: 100%;
  margin-top: 20px;
}
.theater_award .title{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.theater_award .list{
  border: 3px solid #FFD52D;
  border-radius: 21px;
  padding: 15px;
}
.theater_award .list dl{
  display: flex;
  font-weight: 700;
}
.theater_award .list dl+dl{
  margin-top: 10px;
}
.theater_award .list dl dt{
  width: 80px;
}
.theater_award .list dl dd{
  width: calc(100% - 80px);
}

/* ギャラリー */
.theater_gallery{
  display: flex;
}
.theater_gallery .item{
  width: 200px;
  margin: 0 5px;
}
.theater_gallery .item .img{

}
.theater_gallery .item .img.img_fit:before{
  padding-top: 66.666%;
}

/* 活動履歴 */
.theater_activity_wrap{
  background: #FFF;
  padding: 20px 20px;
  border-radius: 25px;
}
.activity_contents_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.activity_contents_wrap .box1{
  width: 100%;
  position: relative;
}
.activity_contents_wrap .box2{
  width: 100%;
  margin-top: 20px;
}
.activity_contents_wrap .category{
  width: 100%;
}

.activity_contents_wrap .category_select{
  width: 100%;
  border: 3px solid #FFD52D;
  border-radius: 21px;
  padding: 15px;
}
.activity_contents_wrap .category li{

}
.activity_contents_wrap .category li+li{

}
.activity_contents_wrap .category li a{

}
.activity_contents_wrap .contents{

}
.activity_contents_wrap .contents .group{

}
.activity_contents_wrap .contents .group + .group{
  margin-top: 40px;
}
.activity_contents_wrap .contents .group .age{
  font-size: 16px;
  margin-bottom: 10px;
}
.activity_contents_wrap .contents .group dl{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
}
.activity_contents_wrap .contents .group dl+dl{
  margin-top: 15px;
}
.activity_contents_wrap .contents .group dl dt{
  width: 35px;

  text-align: right;
}
.activity_contents_wrap .contents .group dl dd{
  width: calc(100% - 48px);
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .activity_contents_wrap .category_select{
    height: 62px;
  }
}
@media (min-width:768px){

  .pg_theater .section.sec2{
    margin-top: 70px;
  }
  .pg_theater .section.sec3{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /* 受賞歴 */
  .theater_award{
    justify-content: flex-start;
  }
  .theater_award .box1{
    /*width: 35.83%;*/
    width: 30%;
    padding-top: 40px;
  }
  .theater_award .box2{
    /*width: 58.33%;*/
    width: 68.00%;
    margin-top: 20px;
    padding-right: 20px;
  }
  .theater_award .title{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .theater_award .list{
    padding: 30px 30px;
  }
  .theater_award .list dl{
  }
  .theater_award .list dl+dl{
    margin-top: 23px;
  }
  .theater_award .list dl dt{
    width: 80px;
  }
  .theater_award .list dl dd{
    width: calc(100% - 80px);
  }

  /* ギャラリー */
  .theater_gallery{
  }
  .theater_gallery .item{
    width: 300px;
    margin: 0 10px;
  }

  /* 活動履歴 */
  .theater_activity_wrap{
    padding: 20px 20px;
  }
  .activity_contents_wrap{
  }
  .activity_contents_wrap .box1{
    width: 35%;
  }
  .activity_contents_wrap .box2{
    width: 62%;
    margin-top: 0;
  }
  .activity_contents_wrap .category{
    border: 3px solid #FFD52D;
    border-radius: 21px;
    padding: 15px 15px 30px;
  }
  .activity_contents_wrap .category li{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    border-bottom: 3px solid #FFF5D0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .activity_contents_wrap .category li+li{

  }
  .activity_contents_wrap .category li a{
    display: block;
    min-height: 25px;
    position: relative;
  }
  .activity_contents_wrap .category li a:after{
    content: "";
    background-image: url('/img/btn_arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }
  .activity_contents_wrap .contents{

  }
  .activity_contents_wrap .contents .group{

  }
  .activity_contents_wrap .contents .group + .group{
    margin-top: 53px;
  }
  .activity_contents_wrap .contents .group .age{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .activity_contents_wrap .contents .group dl{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
  }
  .activity_contents_wrap .contents .group dl+dl{
    margin-top: 15px;
  }
  .activity_contents_wrap .contents .group dl dt{
    width: 35px;

    text-align: right;
  }
  .activity_contents_wrap .contents .group dl dd{
    width: calc(100% - 48px);
  }

  .activity_contents_wrap .category.fixed{
    width: auto;
    position: fixed;
    top: 0;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  /* 受賞歴 */
  .theater_award{
  }
  .theater_award .box1{
    width: 35.83%;
    padding-top: 40px;
  }
  .theater_award .box2{
    /*width: 58.33%;*/
    width: 64.16%;
    padding-right: 70px;
  }
  .theater_award .title{
    font-size: 28px;
  }
  .theater_award .list{
    padding: 35px 60px;
  }
  .theater_award .list dl{
  }
  .theater_award .list dl+dl{
    margin-top: 23px;
  }
  .theater_award .list dl dt{
  }
  .theater_award .list dl dd{
  }

  /* ギャラリー */
  .theater_gallery{
  }
  .theater_gallery .item{
    width: 570px;
    margin: 0 10px;
  }
}
@media (min-width:1440px){

  /* 活動履歴 */
  .theater_activity_wrap{
    margin: 0 -120px;
    padding: 70px 120px;
  }
  .theater_activity_wrap .tt3{
    margin-bottom: 65px;
  }

  .activity_contents_wrap .box1{
    width: 33.333%;
  }
  .activity_contents_wrap .box2{
    width: 58.75%;
  }
  .activity_contents_wrap .category{
    padding: 25px 45px 48px;
  }
  .activity_contents_wrap .category li{
    font-size: 20px;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 13px;
  }
  .activity_contents_wrap .category li a{
    min-height: 40px;
  }
  .activity_contents_wrap .category li a:after{
    width: 40px;
    height: 40px;
  }
}





/* **********************************
 *  
 * ********************************* */
.pg_musical{

}
.pg_musical .section.sec1{

}
.pg_musical .section.sec2{
  background-image: url('/img/bg_yellow.jpg');
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_musical .section.sec3{

}

/* ミュージカル紹介 */
.musical_contents1{

}
.musical_contents1 .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.musical_contents1 .item + .item{
  margin-top: 30px;
}
.musical_contents1 .item .box1{
  width: 100%;
}
.musical_contents1 .item .box2{
  width: 100%;
  /*background: rgba(255, 245, 208, 0.5);*/
  margin-top: 20px;
  /*padding: 20px;*/
}
.musical_contents1 .item .box2:after{

}
.musical_contents1 .item .img.img_fit:before{
  padding-top: 66.666%;
}
.musical_contents1 .item .title{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.musical_contents1 .item .title span{
  display: inline-block;
  position: relative;
}
.musical_contents1 .item .title em{
  font-size: 2.576em;
  font-weight: 400;
  font-family: "Ultra", serif;
  font-style: normal;
  line-height: 1;
  color: #FFF5D0;
  color: #FFF0BC;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -1.1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.musical_contents1 .item .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
.musical_contents1 .item .btn{
  margin-top: 20px;
  text-align: center;
}
.musical_contents1 .item .btn a{
  font-size: 18px;
  font-weight: 700;
}


/* 活動紹介 */
.musical_contents2{

}
.musical_contents2 .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  background: #FFF;
  border-radius: 25px;
  padding: 20px;
}
.musical_contents2 .item+.item{
  margin-top: 30px;
}
.musical_contents2 .item .box1{
  width: 100%;
}
.musical_contents2 .item .box2{
  width: 100%;
}
.musical_contents2 .item .img.img_fit:before{
  padding-top: 61.403%;
}
.musical_contents2 .item .title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.musical_contents2 .item .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
.musical_contents2 .item .btn{
  margin-top: 20px;
  text-align: center;
}
.musical_contents2 .item .btn a{
  font-size: 18px;
  font-weight: 700;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .musical_contents1 .item{
    background: rgba(255, 245, 208, 0.5);
    border-radius: 25px;
    padding: 20px;
  }

  .musical_contents2 .item .box1{
    order: 2;
    margin-top: 20px;
  }
  .musical_contents2 .item .box2{
    order: 1;
  }

}
@media (min-width:768px){

  .pg_musical .section.sec2{
    padding-top: 65px;
    padding-bottom: 80px;
  }

  /* ミュージカル紹介 */
  .musical_contents1{

  }
  .musical_contents1 .item{
  }
  .musical_contents1 .item + .item{
    margin-top: 50px;
  }
  .musical_contents1 .item .box1{
    width: 47.5%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .musical_contents1 .item .box2{
    width: 60.41%;
    background: rgba(255, 245, 208, 0.5);
    margin-top: 0;
    padding: 45px 0;
  }
  .musical_contents1 .item .box2:after{
    content: "";
    background: rgba(255, 245, 208, 0.5);
    position: absolute;
    top:0;
    bottom: 0;
  }
  .musical_contents1 .item .title{
    font-size: 26px;
    margin-bottom: 25px;
  }
  .musical_contents1 .item .title em{
    font-size: 2.576em;
  }
  .musical_contents1 .item .txt{
    font-size: 16px;
  }
  .musical_contents1 .item .btn{
    margin-top: 20px;
  }
  .musical_contents1 .item .btn a{
    font-size: 20px;
  }

  .musical_contents1 .item:nth-child(odd) .box1{
    left: 0;
  }
  .musical_contents1 .item:nth-child(odd) .box2{
    margin-left: auto;
    padding-left: 14.75%;
    border-radius: 30px 0 0 30px;
  }
  .musical_contents1 .item:nth-child(even) .box1{
    right: 0;
  }
  .musical_contents1 .item:nth-child(even) .box2{
    margin-right: auto;
    padding-left: 10px;
    padding-right: 14.75%;
    border-radius: 0 30px 30px 0;
  }

  .musical_contents1 .item:nth-child(odd) .box2:after{
    left: 100%;
    width: 1000px;
  }
  .musical_contents1 .item:nth-child(even) .box2:after{
    right: 100%;
    width: 1000px;
  }

  /* 活動紹介 */
  .musical_contents2{

  }
  .musical_contents2 .item{
    padding: 20px;
  }
  .musical_contents2 .item+.item{
    margin-top: 40px;
  }
  .musical_contents2 .item .box1{
    width: 46.666%;
  }
  .musical_contents2 .item .box2{
    width: 47.5%;
  }
  .musical_contents2 .item .title{
    font-size: 26px;
    margin-bottom: 10px;
  }
  .musical_contents2 .item .txt{
    font-size: 16px;
  }
  .musical_contents2 .item .btn{
    margin-top: 20px;
  }
  .musical_contents2 .item .btn a{
    font-size: 20px;
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .pg_musical .section.sec1 .tt2{
    margin-bottom: 60px;
  }
  .pg_musical .section.sec1 .tt3{
    margin-bottom: 70px;
  }
  .pg_musical .section.sec2 .tt3{
    margin-bottom: 40px;
  }

  .musical_contents2 .item .txt{
    min-height: 240px;
  }
}
@media (min-width:1400px){

  /* 活動紹介 */
  .musical_contents2{
    margin-left: -90px;
    margin-right: -90px;
  }
  .musical_contents2 .item{
    padding: 50px 90px;
  }

}

/* **********************************
 *  
 * ********************************* */
.pg_tour{

}
.pg_tour .section.sec1{

}
.pg_tour .section.sec2{
  background-image: url('/img/bg_yellow.jpg');
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_tour .section.sec3{

}

/* 一覧 */
.tour_posts{

}
.tour_posts .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  padding: 20px;
  border-radius: 25px;
}
.tour_posts .item + .item{
  margin-top: 30px;
}
.tour_posts .item .box1{
  width: 100%;
}
.tour_posts .item .box2{
  width: 100%;
}
.tour_posts .item .category{
  font-size: 14px;
  font-weight: 700;
}
.tour_posts .item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #FFD52D;
}
.tour_posts .item .meta .title{
  font-size: 18px;
  font-weight: 700;
}
.tour_posts .item .meta .time{
  font-size: 14px;
  font-weight: 700;
  background: #FFD52D;
  border-radius: 19px;
  padding: 3px 26px 5px;
}
.tour_posts .item .txt{
  font-weight: 500;
  text-align: justify;
  line-height: 1.875;
}
.tour_posts .item .gallery{

}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .tour_posts .item .box1{
    order: 2;
    margin-top: 20px;
  }
  .tour_posts .item .box2{
    order: 1;
  }
  .tour_posts .item .meta{
    justify-content: space-between;
  }
  .tour_posts .item .meta .time{
    margin-left: auto;
  }
}
@media (min-width:768px){

  .pg_tour .section.sec2{
    padding-bottom: 90px;
  }
  .pg_tour .section.sec2 .tt3{
    margin-bottom: 50px;
  }

  /* 一覧 */
  .tour_posts{

  }
  .tour_posts .item{
    padding: 20px;
  }
  .tour_posts .item + .item{
    margin-top: 50px;
  }
  .tour_posts .item .box1{
    width: 51.66%;

  }
  .tour_posts .item .box2{
    width: 48.33%;
  }
  .tour_posts .item .category{
    font-size: 18px;

  }
  .tour_posts .item .meta{
    padding-bottom: 25px;
    margin-top: -5px;
    margin-bottom: 25px;
  }
  .tour_posts .item .meta .title{
    font-size: 26px;
  }
  .tour_posts .item .meta .time{
    font-size: 18px;
    padding: 3px 26px 5px;
    margin-left: 15px;
  }
  .tour_posts .item .txt{
  }
  .tour_posts .item .gallery{

  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1400px){

  /* 一覧 */
  .tour_posts{
    margin-left: -50px;
    margin-right: -50px;
  }
  .tour_posts .item{
    padding: 45px 50px;
  }
  .tour_posts .item .box1{
    padding: 40px 30px 0;
  }
  .tour_posts .item .box2{
    padding: 0 75px;
  }
}

/* **********************************
 *  劇団員紹介
 * ********************************* */
.pg_member{

}
.pg_member .section.sec1{
  padding-bottom: 50px;
  position: relative;
}
.pg_member .section.sec1:after{
  content: "";
  background-image: url('/img/bg_yellow.jpg');
  position: absolute;
  z-index: -1;
  top: 350px;
  bottom: 0;
  left: 0;
  right: 0;
}
.pg_member .section.sec2{

}

/* リスト(共通) */
.member_list{
  display: flex;
  flex-wrap: wrap;
}
.member_list .item{
  border-radius: 30px;
}
.member_list .item .img{
  border-radius: 50%;
  overflow: hidden;
}
.member_list .item .img.img_fit:before{
  padding-top: 100%;
}
.member_list .item .category{
  font-weight: 700;
}
.member_list .item .category span{
  display: inline-block;
  background: #F39700;
  color: #FFF;

}
.member_list .item .name{
  font-weight: 700;
  line-height: 1;
}
.member_list .item .name_en{
  color: #7A7A7A;
  line-height: 1;
}
.member_list .item .position{

}
.member_list .item .position li{
  display: flex;
  align-items: center;
  font-weight: 500;
}
.member_list .item .position li+li{

}
.member_list .item .position li:before{
  content: "";
  background: #F39700;
  border-radius: 50px;
  width: 15px;
  height: 5.6px;
  margin-right: 8px;
}
.member_list .item .btn{

}

/* リスト(代表) */
.member_list.type1{

}
.member_list.type1 .item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF5D0;
  padding: 20px;
}
.member_list.type1 .item .box1{
  width: 100%;
}
.member_list.type1 .item .box2{
  width: 100%;
  margin-top: 15px;
}
.member_list.type1 .item .category{
  font-size: 16px;
  margin-bottom: 15px;
}
.member_list.type1 .item .category span{
  width: 100%;
  padding: 6px 20px 7px;
  border-radius: 50px;
}
.member_list.type1 .item .desc{
  padding-left: 10px;
}
.member_list.type1 .item .name{
  font-size: 24px;
}
.member_list.type1 .item .name_en{
  margin-top: 8px;
}
.member_list.type1 .item .position{
  margin-top: 12px;
}
.member_list.type1 .item .btn{

}

/* リスト(その他) */
.member_list.type2{
  margin: 30px -5px 0;
}
.member_list.type2 .item{
  width: 50%;
  padding: 0 5px;
}
.member_list.type2 .item:nth-child(n+3){
  margin-top: 20px;
}
.member_list.type2 .item .inner{
  display: block;
  background: #FFF;
  border-radius: 30px;
  padding: 15px 0;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.member_list.type2 .item .box1{
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.member_list.type2 .item .box2{
  position: relative;
  z-index: 2;
  margin-top: -20px;
}
.member_list.type2 .item .category{
  font-size: 12px;
  margin-bottom: 12px;
}
.member_list.type2 .item .category span{
  min-width: 90px;
  padding: 4px 10px 5px;
  border-radius: 0 50px 50px 0;
}
.member_list.type2 .item .desc{
  padding-left: 10px;
  padding-right: 10px;
}
.member_list.type2 .item .name{
  font-size: 16px;
}
.member_list.type2 .item .name_en{
  font-size: 12px;
  margin-top: 8px;
}
.member_list.type2 .item .position{
  font-size: 12px;
  margin-top: 12px;
}
.member_list.type2 .item .btn{
  padding-right: 10px;
}

.member_list.type2.slider{
  margin: 0;
}
.member_list.type2.slider .item{
  width: auto;
  padding: 0;
}
.member_list.type2.slider .item:nth-child(n+3){
  margin-top: 0;
}
.member_list.type2.slider .item .box1{
  width: 100%;
}
.member_list.type2.slider .item .box2{
  width: 100%;
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container{
  margin: 0 5px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .member_list.type2 .item .btn{
    display: none;
  }

}
@media (min-width:768px){

  .pg_member .section.sec1:after{
    top: 270px;
  }

  /* リスト(代表) */
  .member_list.type1{

  }
  .member_list.type1 .item{
    padding: 40px 30px 40px 30px;
  }
  .member_list.type1 .item .box1{
    width: 32%;
  }
  .member_list.type1 .item .box2{
    width: 65%;
    padding-top: 20px;
    margin-top: 0;
  }
  .member_list.type1 .item .category{
    font-size: 18px;
    margin-bottom: 25px;
  }
  .member_list.type1 .item .category span{
    padding: 6px 20px 7px;
  }
  .member_list.type1 .item .desc{
    padding-left: 20px;
  }
  .member_list.type1 .item .name{
    font-size: 26px;
    margin-bottom: 12px;
  }
  .member_list.type1 .item .name_en{
    font-size: 18px;
  }
  .member_list.type1 .item .position{
    font-size: 18px;
    margin-top: 20px;
  }
  .member_list.type1 .item .btn{
    font-size: 20px;
  }

  /* リスト(その他) */
  .member_list.type2{
    margin: 60px -10px 0;
  }
  .member_list.type2 .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .member_list.type2 .item:nth-child(n+3){
    margin-top: 0;
  }
  .member_list.type2 .item:nth-child(n+4){
    margin-top: 20px;
  }
  .member_list.type2 .item .inner{
    padding: 20px 0;
  }
  .member_list.type2 .item .box1{
    padding: 0 20px;
  }
  .member_list.type2 .item .box2{
    margin-top: -20px;
  }
  .member_list.type2 .item .category{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .member_list.type2 .item .category span{
    padding: 5px 20px 6px;
    min-width: 115px;
  }
  .member_list.type2 .item .desc{
    padding-left: 20px;
  }
  .member_list.type2 .item .name{
    font-size: 20px;
  }
  .member_list.type2 .item .name_en{
    font-size: 16px;
    margin-top: 8px;
  }
  .member_list.type2 .item .position{
    font-size: 16px;
    margin-top: 10px;
  }
  .member_list.type2 .item .btn{
    font-size: 18px;
    padding-right: 30px;
  }

  .sp-bottom-thumbnails .sp-thumbnail-container,
  .sp-top-thumbnails .sp-thumbnail-container{
    margin: 0 5px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){
  .pg_member .section.sec1{
    padding-bottom: 80px;
  }
  .pg_member .section.sec1:after{
    top: 360px;
  }

  /* リスト(代表) */
  .member_list.type1{

  }
  .member_list.type1 .item{
    padding: 62px 88px 62px 105px;
  }
  .member_list.type1 .item .box1{
    width: 36.74%;
  }
  .member_list.type1 .item .box2{
    width: 55.80%;
    padding-top: 35px;
  }
  .member_list.type1 .item .category{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .member_list.type1 .item .category span{
    padding: 6px 38px 7px;
  }
  .member_list.type1 .item .name{
    font-size: 34px;
    margin-bottom: 12px;
  }
  .member_list.type1 .item .desc{
    padding-left: 32px;
  }
  .member_list.type1 .item .name_en{
    font-size: 24px;
  }
  .member_list.type1 .item .position{
    font-size: 18px;
    margin-top: 40px;
  }
  .member_list.type1 .item .btn{

  }

  /* リスト(その他) */
  .member_list.type2{
    margin: 60px -15px 0;
  }
  .member_list.type2 .item{
    width: 33.333%;
    padding: 0 15px;
  }
  .member_list.type2 .item:nth-child(n+4){
    margin-top: 50px;
  }
  .member_list.type2 .item{

  }
  .member_list.type2 .item .inner{
    padding: 27px 0;
  }
  .member_list.type2 .item .box1{
    padding: 0 45px;
  }
  .member_list.type2 .item .box2{
    margin-top: -20px;
  }
  .member_list.type2 .item .category{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .member_list.type2 .item .category span{
    padding: 5px 27px 6px 27px;
    min-width: 115px;
  }
  .member_list.type2 .item .desc{
    padding-left: 45px;
  }
  .member_list.type2 .item .name{
    font-size: 28px;
  }
  .member_list.type2 .item .name_en{
    font-size: 20px;
    margin-top: 8px;
  }
  .member_list.type2 .item .position{
    font-size: 18px;
    margin-top: 10px;
  }
  .member_list.type2 .item .btn{

  }
  .sp-bottom-thumbnails .sp-thumbnail-container,
  .sp-top-thumbnails .sp-thumbnail-container{
    margin: 0 10px;
  }

}
@media (min-width:1400px){


}



/* **********************************
 *  劇団員詳細
 * ********************************* */
.pg_member2{

}
.pg_member2 .section.sec1{

}
.pg_member2 .section.sec2{

}
.pg_member2 .section.sec3{

}

.member_detail{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member_detail .box1{
  width: 100%;
}
.member_detail .box2{
  width: 100%;
  margin-top: 20px;
}
.member_detail .box3{
  width: 100%;
  margin-top: 20px;
}
.member_detail .title{
  border-bottom: 2px solid #FFD52D;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
.member_detail .title .category{
  font-size: 14px;
  font-weight: 500;
}
.member_detail .title .name{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.member_detail .title .name:before{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('/img/posts_tt_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.member_detail .title .name .ja{

}

.member_detail .title .name .en{
  font-weight: 400;
  font-size: 16px;
  margin-left: 10px;
}
.member_detail .title .sns{

  display: flex;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.member_detail .title .sns a{
  padding: 0 2px;
}
.member_detail .title .sns a img{
  width: 20px;
}
.member_detail .profile{

}
.member_detail .profile dl{
  display: flex;
  flex-wrap: wrap;
}
.member_detail .profile dl+dl{
  margin-top: 15px;
}
.member_detail .profile dl dt{
  width: 100%;
  font-weight: 500;
  color: #F39700;
}
.member_detail .profile dl dd{
  width: 100%;
  line-height: 1.75;
  font-weight: 500;
}

.member_detail .history{
  background: #FFF5D0;
  border-radius: 25px;
  padding: 15px;
}
.member_detail .history .tt3{
  font-size: 18px;
  border-bottom: 2px solid #F1E3BF;
  padding-bottom: 10px;
}
.member_detail .history_data{
  font-weight: 500;
  line-height: 1.944;
  height: calc(1.944 * 9em);
  transition: 0.2s all;
  overflow: hidden;
}
.member_detail .history_data.open{
  height: auto;
}

.member_detail + .read_more{
  margin-top: 30px;
}

.member_detail .sp-image-container{
  border-radius: 30px;
}
.member_detail .sp-thumbnail-container{
  border-radius: 10px;
}
.member_detail .sp-bottom-thumbnails{
  margin-top: 20px;
}





@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .member_detail .box3{
    margin-top: 40px;
  }

}
@media (min-width:768px){


  .member_detail{
  }
  .member_detail .box1{
    width: 37.5%;
  }
  .member_detail .box2{
    width: 56.66%;
    margin-top: 0;
  }
  .member_detail .box3{
    width: 100%;
    margin-top: 70px;
  }
  .member_detail .title{
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .member_detail .title .category{
    font-size: 16px;
  }
  .member_detail .title .name{
    font-size: 24px;
    padding-left: 36px;
  }
  .member_detail .title .name:before{
    width: 28px;
    height: 28px;
  }
  .member_detail .title .name .ja{

  }

  .member_detail .title .name .en{
    font-size: 16px;
    line-height: 2;
    margin-left: 15px;
  }
  .member_detail .title .sns{
    display: flex;
    margin: 0 -5px;
    position: absolute;
    right: 0;
    bottom: 18px;
  }
  .member_detail .title .sns a{
    padding: 0 5px;
  }
  .member_detail .title .sns a img{
    width: 30px;
  }
  .member_detail .profile{

  }
  .member_detail .profile dl{
  }
  .member_detail .profile dl+dl{
    margin-top: 32px;
  }
  .member_detail .profile dl dt{
    width: 100px;
    font-size: 16px;
    text-align: center;
  }
  .member_detail .profile dl dd{
    width: calc(100% - 100px);
    font-size: 15px;
  }

  .member_detail .box2 .btn{
    margin-top: 45px;
  }
  .member_detail .box3 .btn{
    margin-top: 20px;
  }

  .member_detail .history{
    padding: 20px 20px;
  }
  .member_detail .history .tt3{
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  .member_detail .history_data{
    padding: 0 25px;
  }

  .member_detail + .read_more{
    margin-top: 50px;
  }

  .member_detail .sp-bottom-thumbnails{
    margin-top: 36px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .member_detail{
  }
  .member_detail .box1{
    width: 37.5%;
  }
  .member_detail .box2{
    width: 56.66%;
  }
  .member_detail .box3{
    width: 100%;
    margin-top: 70px;
  }
  .member_detail .title{
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .member_detail .title .category{
    font-size: 18px;
  }
  .member_detail .title .name{
    font-size: 34px;
    padding-left: 36px;
  }
  .member_detail .title .name:before{
    width: 28px;
    height: 28px;
  }
  .member_detail .title .name .ja{

  }

  .member_detail .title .name .en{
    font-size: 20px;
    line-height: 2;
    margin-left: 15px;
  }
  .member_detail .title .sns{
    bottom: 18px;
  }
  .member_detail .title .sns a{
  }
  .member_detail .title .sns a img{
    width: 50px;
  }
  .member_detail .profile{

  }
  .member_detail .profile dl{
  }
  .member_detail .profile dl+dl{
    margin-top: 32px;
  }
  .member_detail .profile dl dt{
    width: 205px;
    font-size: 17px;
    text-align: center;
  }
  .member_detail .profile dl dd{
    width: calc(100% - 205px);
    font-size: 16px;
  }

  .member_detail .history{
    padding: 40px 70px;
  }
  .member_detail .history .tt3{
    font-size: 24px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .member_detail .history_data{
    padding: 0 25px;
  }

}
@media (min-width:1400px){


}

/* **********************************
 *  関係企業
 * ********************************* */
.pg_links{

}
.pg_links .section.sec1{

}
.pg_links .section.sec2{
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('/img/bg_dot.jpg');
}



/* バナー */
.links_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.links_items .item{
  width: 100%;
  padding: 0 5px;
}
.links_items .item:nth-child(n+2){
  margin-top: 30px;
}
.links_items .item .inner{
  display: block;
  text-decoration: none;
}
.links_items .item .img{
  border-radius: 30px;
  overflow: hidden;
}
.links_items .item .img.img_fit:before{
  padding-top: 55.59%;
}
.links_items .item .title{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.links_items .item .title:after{
  content: "";
  background-image: url('/img/links/link_icon.svg');
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_links .section.sec1{

  }
  .pg_links .section.sec2{
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* バナー */
  .links_items{
    margin: 0 -10px;
  }
  .links_items .item{
    width: 50%;
    padding: 0 10px;
  }
  .links_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .links_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  .links_items .item .inner{
  }
  .links_items .item .img{

  }
  .links_items .item .title{
    font-size: 18px;
    margin-top: 20px;
  }
  .links_items .item .title:after{
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .pg_links .section.sec2{
    margin-top: 95px;
    padding-top: 105px;
    padding-bottom: 130px;
  }

  /* バナー */
  .links_items{
    margin: 0 -27px;
  }
  .links_items .item{
    width: 50%;
    padding: 0 27px;
  }
  .links_items .item:nth-child(n+3){
    margin-top: 80px;
  }
  .links_items .item .title{
    font-size: 24px;
    margin-top: 40px;
  }
  .links_items .item .title:after{
    width: 45px;
    height: 45px;
    margin-left: 20px;
  }
}
@media (min-width:1400px){


}

.reserve_msg1{
  font-weight: 500;
  line-height: 1.666;
  color: #707070;
  margin-top: 20px;
  margin-bottom: 20px;
}
.reserve_msg1 a{
  color: #F39700;
}



@media (min-width:768px){
  .reserve_msg1{
    font-size: 18px;
  }
}


/* **********************************
 *  公開脚本
 * ********************************* */
.pg_scenario{

}
.pg_scenario .section.sec1{

}
.pg_scenario .section.sec2{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('/img/bg_yellow.jpg');
}
.pg_scenario .section.sec3{

}

/* リスト */
.scenario_list{

}
.scenario_list .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  border-radius: 25px;
  padding: 30px 15px;
}
.scenario_list .item + .item{
  margin-top: 30px;
}
.scenario_list .item .box1{
  width: 100%;
}
.scenario_list .item .box2{
  width: 100%;
  margin-top: 20px;
}
.scenario_list .item .box3{
  width: 100%;
  margin-top: 20px;
}
.scenario_list .item .box4{
  width: 100%;
  margin-top: 20px;
}
.scenario_list .item .title{
  font-weight: 700;
  border-bottom: 2px solid #FFD52D;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.scenario_list .item .title .t1{
  display: block;
  font-size: 14px;
}
.scenario_list .item .title .t2{
  display: block;
  font-size: 17px;
}
.scenario_list .item .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}
.scenario_list .item .img{

}
.scenario_list .item .btn{

}
.scenario_list .item .info{
  background: #FFF5D0;
  border-radius: 25px;
  padding: 15px;
}
.scenario_list .item .info dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px;
}
.scenario_list .item .info dl+dl{
  border-top: 2px solid #F1E3BF;
}
.scenario_list .item .info dl dt{
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #F39700;
}
.scenario_list .item .info dl dd{
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
.scenario_list .movies{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.scenario_list .movies .video{
  width: 100%;
  padding: 0 5px;
}
.scenario_list .movies .video:nth-child(n+2){
  margin-top: 15px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_scenario .section.sec2{
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 55px;
  }

  /* リスト */
  .scenario_list{
    margin-top: 50px;
  }
  .scenario_list .item{
    padding: 30px 20px;
  }
  .scenario_list .item + .item{
    margin-top: 50px;
  }
  .scenario_list .item .box1{
    width: 57.27%;
  }
  .scenario_list .item .box2{
    width: 38.63%;
    margin-top: 0;
  }
  .scenario_list .item .box3{
    width: 100%;
    margin-top: 45px;
  }
  .scenario_list .item .box4{
    width: 100%;
    margin-top: 25px;
  }
  .scenario_list .item .title{
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .scenario_list .item .title .t1{
    font-size: 18px;
  }
  .scenario_list .item .title .t2{
    font-size: 26px;
  }
  .scenario_list .item .txt{
  }
  .scenario_list .item .img{

  }
  .scenario_list .item .btn{

  }
  .scenario_list .item .info{
    padding: 25px 30px;
  }
  .scenario_list .item .info dl{
    padding: 10px 10px;
  }
  .scenario_list .item .info dl+dl{

  }
  .scenario_list .item .info dl dt{
    width: 170px;
    font-size: 17px;
    text-align: center;
  }
  .scenario_list .item .info dl dd{
    width: calc(100% - 170px);
    font-size: 16px;
  }
  .scenario_list .movies{
    margin: 0 -10px;
  }
  .scenario_list .movies .video{
    width: 50%;
    padding: 0 10px;
  }
  .scenario_list .movies .video:nth-child(n+2){
    margin-top: 0;
  }
  .scenario_list .movies .video:nth-child(n+3){
    margin-top: 20px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  /* リスト */
  .scenario_list{

  }
  .scenario_list .item{
    padding: 30px 20px;
  }
  .scenario_list .item + .item{
    margin-top: 50px;
  }
  .scenario_list .item .box1{
    width: 57.27%;
  }
  .scenario_list .item .box2{
    width: 38.63%;
  }
  .scenario_list .item .box3{
  }
  .scenario_list .item .box4{
  }
  .scenario_list .item .title{
  }
  .scenario_list .item .title .t1{
    font-size: 18px;
  }
  .scenario_list .item .title .t2{
    font-size: 26px;
  }
  .scenario_list .item .txt{
  }
  .scenario_list .item .img{

  }
  .scenario_list .item .btn{

  }

  .scenario_list .item .info{
    padding: 25px 100px;
  }
  .scenario_list .item .info dl{
    padding: 10px 10px;
  }
  .scenario_list .item .info dl+dl{

  }
  .scenario_list .item .info dl dt{
    width: 220px;
  }
  .scenario_list .item .info dl dd{
    width: calc(100% - 220px);
  }
  .scenario_list .movies{
    margin: 0 -20px;
  }
  .scenario_list .movies .video{
    width: 50%;
    padding: 0 20px;
  }


}
@media (min-width:1400px){

  /* リスト */
  .scenario_list{
  }
  .scenario_list .item{
    padding: 65px 100px 60px;
    margin: 0 -50px;
  }


}


/* **********************************
 *  
 * ********************************* */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1400px){


}

/* **********************************
 *  
 * ********************************* */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1400px){


}



/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section.sec1{

}
.pg_company .section.sec2{
  background: #FFD52D;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* 会社概要 */
.company_tbl_wrap{
  background: #FFF;
  border-radius: 25px;
  padding: 20px 15px;
}
.company_tbl{

}
.company_tbl tr{
  border-top: 2px solid #F1E3BF;
}
.company_tbl tr:last-child{
  border-bottom: 2px solid #F1E3BF;
}
.company_tbl th,
.company_tbl td{

}
.company_tbl th{
  color: #F39700;
  font-weight: 500;
  vertical-align: top;
}
.company_tbl th .lsp{
  letter-spacing: 0.2em;
}
.company_tbl td{
  font-weight: 700;
}

.company_tbl ul{
  /*margin-left: 1.4em;*/
}
.company_tbl ul li{
  /*list-style: disc;*/
  text-indent: -1em;
  padding-left: 1em;
}
.company_tbl ul li+li{
  margin-top: 10px;
}

.company_tbl .map{
  margin-top: 20px;
}
.company_tbl .map iframe{
  height: 250px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* 会社概要 */
  .company_tbl,
  .company_tbl tr,
  .company_tbl th,
  .company_tbl td{
    display: block;
    width: 100%;
    text-align: left;
  }
  .company_tbl th,
  .company_tbl td{
    padding: 10px;
  }
  .company_tbl th{
    padding-bottom: 0;
  }
  .company_tbl td{
    padding-top: 0;
  }
}
@media (min-width:768px){

  .pg_company .section.sec2{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 70px;
  }

  /* 会社概要 */
  .company_tbl_wrap{
    padding: 30px 50px;
  }
  .company_tbl{

  }
  .company_tbl tr{
  }
  .company_tbl th,
  .company_tbl td{

  }
  .company_tbl th{
    width: 160px;
    font-size: 17px;

  }
  .company_tbl td{
    font-size: 16px;
  }

  .company_tbl .map iframe{
    height: 295px;
  }

}
@media (min-width:1024px){

  .company_tbl th{
    width: 180px;
  }

}
@media (min-width:1200px){

  /* 会社概要 */
  .company_tbl_wrap{
    padding: 30px 50px;
  }
  .company_tbl th,
  .company_tbl td{
    padding: 18px 0;
  }
  .company_tbl th{
    width: 220px;

  }
  .company_tbl th{

  }
}
@media (min-width:1400px){

  /* 会社概要 */
  .company_tbl_wrap{
    margin: 0 -120px;
    padding: 60px 240px;
  }

  .company_tbl .map iframe{
  }

}


/* **********************************
 *  予約申請フォーム
 * ********************************* */
.pg_reservation{

}
.pg_reservation .section.sec1{

}
.pg_reservation .section.sec2{
  background: #FFD52D;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pg_reservation .section.sec3{

}

/* 流れ */
.reservation_flow_wrap{
  background: #FFF;
  border-radius: 30px;
  padding: 20px 15px;

}
.reservation_flow{
  position: relative;
  z-index: 1;
}
.reservation_flow .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.reservation_flow .item + .item{
  margin-top: 30px;
}
.reservation_flow .item .box1{
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.reservation_flow .item .box2{
  width: calc(100% - 90px);
  width: 100%;
}
.reservation_flow .item .title{
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.reservation_flow .item .title em{
  font-size: 40px;
  font-weight: 400;
  font-family: "Ultra", serif;
  font-style: normal;
  line-height: 1;
  color: #FFD52D;
  margin-right: 10px;
}
.reservation_flow .item .title span{

}
.reservation_flow .item .txt{
  font-weight: 500;
  line-height: 1.75;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .reservation_flow .item .box1{
    margin-bottom: 20px;
  }
  .reservation_flow .item .box1 img{
    width: 180px;
  }
  .reservation_flow .item .title{
  }

}
@media (min-width:768px){

  .pg_reservation .section.sec2{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pg_reservation .section.sec3{
    margin-top: 70px;
  }

  /* 流れ */
  .reservation_flow_wrap{
    padding: 40px 30px;
  }
  .reservation_flow{

  }
  .reservation_flow:after{
    content: "";
    width: 7px;
    background: #FFF5D0;
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 75px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .reservation_flow .item{
  }
  .reservation_flow .item + .item{
    margin-top: 55px;
  }
  .reservation_flow .item .box1{
    width: 150px;
  }
  .reservation_flow .item .box2{
    width: calc(100% - 180px);
  }
  .reservation_flow .item .title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .reservation_flow .item .title em{
    font-size: 56px;
    margin-right: 20px;
  }
  .reservation_flow .item .title span{

  }
  .reservation_flow .item .txt{
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  /* 流れ */
  .reservation_flow_wrap{
    padding: 60px 110px 85px 120px;
  }
  .reservation_flow{

  }
  .reservation_flow:after{
    left: 130px;
  }
  .reservation_flow .item{
  }
  .reservation_flow .item{

  }
  .reservation_flow .item .box1{
    width: 260px;
  }
  .reservation_flow .item .box2{
    width: calc(100% - 340px);
  }
  .reservation_flow .item .title{
    font-size: 24px;
    margin-bottom: 24px;
  }
  .reservation_flow .item .title em{
    font-size: 67px;
    margin-right: 30px;
  }
  .reservation_flow .item .title span{

  }
  .reservation_flow .item .txt{
  }


}
@media (min-width:1400px){




}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section.sec1{

}
.pg_contact .section.sec2{

}
.pg_contact .section.sec3{

}

/* メッセージ */
.contact_form_msg1{
  font-size: 16px;
  line-height: 1.444;
  margin-bottom: 20px;
}

/* フォーム */
.contact_form{

}
.contact_form th,
.contact_form td{
  font-size: 16px;
  text-align: left;
  padding: 3px 10px;
  border: 1px solid #DDDDDD;
}
.contact_form th{
  background: #F3F3F3;
  font-weight: 700;
}
.contact_form td{
  background: #FFF;
}
.contact_form .require{
  color: red;
  margin-left: 5px;
}

.contact_form input,
.contact_form select,
.contact_form textarea{
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 6px 10px;
  max-width: 100%;
  margin: 3px 0;
}
.contact_form input{

}
.contact_form .name{
  /*display: flex;*/
  /*align-items: center;*/
}
.contact_form .name + .name{
  margin-left: 10px;
}
.contact_form .name label{
  margin-right: 5px;
}
.contact_form .name input{
  width: 110px;
}

.contact_form .zipcode label{
  margin-right: 15px;
}
.contact_form .zipcode input{
  width: 135px;
}
.contact_form .address input{
  width: 100%;
  margin-top: 10px;
}

.contact_form .tel{

}
.contact_form .tel input{
  width: 80px;
}

.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_btns{
  text-align: center;
  margin-top: 20px;
}
.contact_form_btns button{
  width: 180px;
  padding: 10px 10px;
  margin: 5px 10px 6px;
  background: #F39700;
  color: #FFF;
  border: 0;
  border-radius: 50px;
  font-weight: 700;
  position: relative;
}
.contact_form_btns button[name="submitBack"]{
  background: #9E9E9E;
}
.contact_form_btns button[name="send"]:after,
.contact_form_btns button[name="submitConfirm"]:after{
  content: "";
  background-image: url('/img/btn_arrow2_wh.svg');
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 確認画面 */
.mw_wp_form_confirm{

}
.mw_wp_form_confirm .contact_form .name label{
  display: none;
}
.mw_wp_form_confirm .contact_form .name + .name{
  margin-left: 0.5em;
}
.mw_wp_form_confirm .contact_form_acceptance{
  display: none;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* フォーム */
  .contact_form{
    border-bottom: 1px solid #DDDDDD;
  }
  .contact_form tr,
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }

}
@media (min-width:768px){

  /* メッセージ */
  .contact_form_msg1{
    font-size: 18px;
    margin-bottom: 30px;
  }

  /* フォーム */
  .contact_form{

  }
  .contact_form th,
  .contact_form td{
    font-size: 16px;
    padding: 15px 15px;
  }
  .contact_form th{
    width: 200px;
  }
  .contact_form td{
  }
  .contact_form .require{

  }

  .contact_form .name + .name{
    margin-left: 25px;
  }
  .contact_form .name label{
    margin-right: 15px;
  }
  .contact_form .name input{
    width: 135px;
  }

  .contact_form .tel input{
    width: 135px;
  }
  
  .contact_form_btns button{
    width: 240px;
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .pg_contact .section.sec2{
    margin-top: 65px;
  }
  .pg_contact .tt2{
    margin-bottom: 40px;
  }
  .pg_contact .tt3{
    margin-bottom: 45px;
  }


  /* メッセージ */
  .contact_form_msg1{
    font-size: 18px;
    margin-bottom: 45px;
  }

  /* フォーム */
  .contact_form{

  }
  .contact_form th,
  .contact_form td{
    padding: 25px 15px;
  }
  .contact_form th{
    width: 300px;
  }

  .contact_form_acceptance{
    margin-top: 60px;
  }
  .contact_form_btns{
    margin-top: 37px;
  }
  .contact_form_btns button{
    width: 340px;
    font-size: 20px;
    padding: 22px 10px;
  }

  .contact_form_btns button[name="send"]:after,
  .contact_form_btns button[name="submitConfirm"]:after{
    width: 26px;
    height: 26px;
    right: 25px;
  }
}
@media (min-width:1400px){


}

/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_policy{

}
.pg_policy .section.sec1{

}
.pg_policy .section.sec2{

}
.pg_policy .section.sec3{

}

.policy_items{
  margin-top: 30px;
}
.policy_items .item{

}
.policy_items .item + .item{
  margin-top: 30px;
}
.policy_items .item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.222;
}
.policy_items .item .txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.222;
}
.policy_items .item ol{
  margin-left: 1.5em;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .policy_items{
    margin-top: 50px;
    padding: 0 20px;
  }
  .policy_items .item{

  }
  .policy_items .item + .item{
    margin-top: 40px;
  }
  .policy_items .item .title{
    font-size: 18px;
    line-height: 2.222;
  }
  .policy_items .item .txt{
    font-size: 18px;
    line-height: 2.222;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .policy_items{
    padding: 0 110px;
  }
  .policy_items .item + .item{
    margin-top: 40px;
  }

}
@media (min-width:1400px){



}

/* **********************************
 *  サイトマップ
 * ********************************* */
.pg_sitemap{

}
.pg_sitemap .section.sec1{

}
.pg_sitemap .section.sec2{

}
.pg_sitemap .section.sec3{

}

.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  background: #FFF5D0;
  border-radius: 25px;
  padding: 20px;
}
.sitemap_items.wh{
  background: #FFF;
}
.sitemap_items hr{
  width: 100%;
  height: 2px;
  background: #F1E3BF;
  border: 0;
  margin: 1.1em 0;
}
.sitemap_items .row{
  width: 100%;
  margin: 1em 0;
}
.sitemap_items .row.wide{
  width: 100%;
}
.sitemap_items .row.half{
  width: 100%;
}
.sitemap_items .item{

}
.sitemap_items .item + .item{
  margin-top: 20px;
}
.sitemap_items .item .tt3{
  margin-bottom: 0;
}
.sitemap_items .item ul{
  color: #7A7A7A;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-left: 2.5em;
}
.sitemap_items .item ul li{

}
.sitemap_items .item ul li+li{
  margin-top: 10px;
}
.sitemap_items .item ul li a{

}

.sitemap_items .item{
  position: relative;
}
.sitemap_items .read_more2{

  position: relative;
  margin-bottom: 20px;
}
.sitemap_items .read_more2 a{
  padding: 0 5px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){



}
@media (min-width:768px){

  .sitemap_items{
    padding: 20px 40px;
  }
  .sitemap_items .row{
    width: 50%;
  }
  .sitemap_items .row.wide{
    width: 100%;
  }
  .sitemap_items .row.half{
    width: 50%;
  }
  .sitemap_items .item{

  }
  .sitemap_items .item .tt3{
    font-size: 20px;
  }
  .sitemap_items .item ul{
    font-size: 16px;
  }
  .sitemap_items .item ul li{

  }
  .sitemap_items .item ul li+li{

  }
  .sitemap_items .item ul li a{

  }

  .sitemap_items .contacts{
    position: absolute;
    right: 18px;
  }
  .sitemap_items .read_more2{
    margin-bottom: 0;
  }
  .sitemap_items .read_more2 a{
    font-size: 18px;
  }
  .sitemap_items .read_more2 a+a{
    margin-left: 42px;
  }
  .sitemap_items .read_more2 a:after{
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .sitemap_items{
    padding: 40px 70px;
  }
  .sitemap_items .row{
    width: 33.333%;
  }
  .sitemap_items .item{

  }
  .sitemap_items .item .tt3{
    font-size: 24px;
  }
  .sitemap_items .item ul{
    font-size: 18px;
  }
  .sitemap_items .item ul li{

  }
  .sitemap_items .item ul li+li{

  }
  .sitemap_items .item ul li a{

  }

}
@media (min-width:1400px){



}