/* font-family: 'Noto Sans Japanese'; */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* common */
* {
  /*font-family: 'Noto Sans Japanese', sans-serif;*/
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 1px;
}

a:hover {
  color: #e60013 !important;
}

button:hover {
  opacity: 0.6;
}

/* color */
.tem_color_rd {
  color: #960000;
}

.tem_color_pk {
  color: #00a8ff;
}

.tem_color_gr {
  color: #e60013;
}

.tem_color_bl {
  color: #00a8ff;
}

.tem_color_nv {
  color: #001b54;
}

.tem_color_mt {
  color: #46b4a9;
}

.tem_color_br {
  color: #7e6b5a;
}

.tem_color_bk {
  color: #313131;
}

/* box */
.box {
  font-size: 15px;
  line-height: 1.5;
  text-align:justify;
  font-weight: 200;
  color: #333;
}

.box1 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 1px solid #ccc;
  border-top: 2px solid #e60013;
}

.box2 {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  background: #e60013;
}

.box3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  padding: 5px 13px;
  margin-bottom: 20px;
  color: #222;
  border-left: 5px solid #e60013;
}

.box4 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  padding: 15px;
  margin-bottom: 20px;
  background: #f3f3f3;
  color: #555;
}

.box5 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  padding: 12px 15px;
  margin-bottom: 20px;
  background: #ececec;
  border-left: 8px solid #e60013;
  color: #111;
}

/* text style */
.tit_01 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.7;
  text-align: center;
}

.tit_02 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
}

.tit_03 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.7;
  text-align: left;
}

.tit_04 {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.tit_06 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.tit_05 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
}

/* sub_table */
.s_table01, .s_table02, .s_table03, .s_table04, .s_table05 {
  width: 100%;
  overflow: hidden;
}

.s_table01 {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #d0d4d9;
}
.s_table01 th, .s_table01 td {
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #d0d4d9;
}

.s_table01 th {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;   
  background: #f5f7f9;
}

.s_table01 td {
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
  padding: 5px 3px;
  background: #fff;
  color:#444;
}

.s_table02 th {
  font-size: 16px;
  text-align: center;   
  padding: 8px 10px;
  color: #fff;
  border: 3px solid #fff;
  background: #584d4b;    
}

.s_table02 td {
  font-size: 14px;
  text-align: left;    
  padding: 8px 10px;
  border: 1px solid #e8e8e8;
  color: #584d4b;
}

.s_table03 th {
  font-size: 16px;
  font-weight: 500;    
  padding: 8px 5px;
  border-bottom: 1px dotted #ccc;
  color: #e60013;
}

.s_table03 td {
  font-size: 14px;
  font-weight: 300;
  padding: 8px 10px;
  border-bottom: 1px dotted #ccc;
  color: #555;
}

.s_table04 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.s_table04 th {
  font-size: 15px;
  border-bottom: 1px dashed #ccc;
  padding: 8px 10px;
}

.s_table04 td {
  font-size: 15px;
  text-align: right;   
  padding: 8px 10px;
  border-bottom: 1px dashed #ccc;
  color: #ee3524;
}

.s_table05 {
  border-bottom: solid 1px #e4e4e4;
}

.s_table05 th {
  font-size: 15px;
  padding: 8px 12px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e4e4e4;
  background: #f8f8f8;
}

.s_table05 td {
  font-size: 14px;
  padding: 8px 12px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e4e4e4;
}

/* button */
.btn01 {
  font-size: 15px;
  color: #aaa;
  font-weight: 200;
  width: 142px;
  margin: 0 auto;
  bottom: 0;
  border: 1px solid #ccc;
  background: none;
  padding: 10px 0;
  overflow: hidden;
  float: right;
}

.btn02 {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin: 20px auto 0 auto;
  border: 1px solid #e60013;
  background: #e60013;
  padding: 0 0 3px 0;
  overflow: hidden;
}

.btn01:hover {
  color: #fff;
  background: #e60013;
  transition: all 0.3s;
  border: 1px solid #fff;
}

.btn02:hover {
  color: #e60013;
  background: #fff;
  transition: all 0.3s;
  border: 1px solid #fff;
}

/* m_titbox */
.m_titbox {
  width: 100%;
}

.m_titbox-type {
  margin: 0 auto;
  text-align: left;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 300;
  overflow: hidden;
}

.m_titbox-type-eg {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #e60013;
}

.m_titbox-type-w {
  margin: 0 auto;
  text-align: left;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 300;
  overflow: hidden;
  color: #fff;
}

.m_titbox-type-eg-w {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #fff;
}

/*Board*/
.Board .m_titbox-type span {
  border-bottom: 2px solid #999;
}

/*Board mod_article01*/
.mod_article01 .article {
  padding: 12px 14px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eaeaea;
}

.mod_article01 .time {
  color: #fff;
  background: #2b2b2b;
}

/*Board mod_article02*/
.mod_article02 .time {
  color: #fff;
  background: #e60013;
}

/*Board mod_article03*/
.mod_article03 .time {
  color: #fff;
  background: #e60013;
}

/* sub_top */
.top-menu {
  border-top: 0;
  background: none;
  padding: 15px 0;
  text-align: center;
  position: relative;
}

.top-menu-background {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.top-menu-background .areaimg {
  width: 100%;
  float: left;
  margin: 0;
}

.top-menu-background .view {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 94px;
}

.top-menu-background .view .thumbnail1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  padding: 0;
  border: 0;
}

/* PC [ 769px ~ ] */
@media all and (min-width: 769px),(max-width: 1200px) {

  /* header for nav */
  .P-nav-logo {
    padding: 15px 20px;
    font-size: 30px;
    line-height: 46px;
    z-index: 999;
    color: #777;
  }

  .P-nav-logo img {
    width: 135px;
  }

  /* Nav links */
  .P-nav-item {
    position: relative;
    display: inline-block;
    padding: 30px 15px;
    font-weight: 400;
    color: #555;
  }

  .P-nav-item:hover, .P-nav-item:focus {
    color: #000;
    text-decoration: none;
  }

  /* main _ slide */
  .main-slide-text {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
  }

  .main-slide-text .visual-text {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 36%;
    transform: translateX(-50%);
    padding-top: 270px;
  }

  .main-slide-text .visual-text .tit_03 {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    text-shadow: 0 0 5px #444;
    color: #fff;
  }

  .main-slide-text .visual-text .tit_05 {
    font-size: 20px;
    text-align: left;
    text-shadow: 0 0 5px #444;
    color: #fff;
  }

  .main-slider {
    width: 100%;
    overflow: hidden;
  }

  .main-slider li {
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;
    background-size: 100% auto;
  }

  /* main _ contents */
  .P-contents {
    width: 100%;
    position: relative;
    display: block;
    z-index: 0;
    padding: 0 30px;
    /*background: #ffd900;*/
  }

  .P-contents .wrap-white {
    width:100%;
    max-width:1300px;
    position: relative;
    display: block;
    z-index: -5;
    margin: 0 auto;
    padding:20px 0;
    background:#fff;
  }

  section {
    width: 100%;
    margin: 0 auto 100px auto;
    overflow: hidden;
  }

  /* section 00 */
  .section_00 {
    width: 100%;
    margin: 100px auto;
  }

  .sect_content {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  .sect_content .m_titbox {
    padding: 0 0 50px 0;
  }

  .sect_content .m_titbox p {
    text-align: center;
  }

  .sect_content .tit_05 {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    margin: 0 0 50px 0;
    color: #777;
  }

  .sect_content .menu_btn {
    width: 142px;
    margin: 0 auto;
  }

  /*section_01*/
  .section_01 {
    width: 100%;
    position: relative;
    margin: 20px 0;
    padding: 0 0 0 20px;
  }

  .section_01 .wrap {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  .section_01 .box01_left .tit {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #000;
  }

  .section_01 .box01_left .sub_tit {
    font-size: 20px;
    color: #e60711;
  }


  .about_content {
    width: 100%;
    max-width: 580px;
    margin: 0 33px 34px auto;
    position: relative;
    z-index: 5;
    right: 0;
    float: right;
    -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .11);
    box-shadow: 0 15px 24px rgba(0, 0, 0, .11);
  }

  .about_view {
    width: 100%;
    height: 280px;
    position: relative;
  }

  .about_view .areaimg {
    width: 100%;
    float: left;
    margin: 0;
  }

  .about_view .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 280px;
  }

  .about_view .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
  }

  .about_txt {
    width: 100%;
    padding: 30px;
    display: inline-block;
    background: #fff;
  }

  .about_txt .m_titbox {
    width: 70%;
    float: left;
  }

  .about_txt .about_btn {
    float: right;
    margin: 10px 0;
  }

  .about_bottom_bg {
    width: 1287px;
    position: absolute;
    margin: 0 auto;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .abg_view {
    width: 1287px;
    position: relative;
  }

  .abg_view .areaimg {
    width: 100%;
    float: left;
    margin: 0;
  }

  .abg_view .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 682px;
  }

  .abg_view .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
  }

  /*section_02*/
  .section_02 {
    width: 100%;
    position: relative;
  }

  .section_02 .wrap {
    position: relative;
  }

  .menu_content {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    position: relative;
    z-index: 5;
    right: 0;
    float: right;
  }

  .menu_img {
    width: 36%;
    float: left;
  }

  .menu_img .menu_view {
    width: 100%;
    position: relative;
  }

  .menu_view .areaimg {
    width: 100%;
    float: left;
    margin: 0;
  }

  .menu_view .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 540px;
  }

  .menu_view .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding: 0;
    border: 0;
  }

  .menu_txt {
    width: 57.5%;
    float: right;
    margin: 325px 20px 0 0;
  }

  .menu_txt .m_titbox {
    width: 70%;
    max-width: 195px;
    float: left;
    padding: 0 0 12px 0;
  }

  .menu_txt .m_tt {
    width: 100%;
    overflow: hidden;
  }

  .menu_txt .tit_05 p {
    width: 100%;
    margin: 0 0 5px 0;
    overflow: hidden;
  }

  .menu_txt .tit_05 .pp {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 4px 7px;
    background: #231916;
    color: #fff;
  }

  .menu_txt .tit_05 {
    font-size: 14px;
    line-height: 2;
    color: #555;
  }

  .menu_txt .menu_btn {
    float: right;
  }

  .menu_object {
    position: absolute;
    z-index: -2;
    right: 3%;
    top: 72px;
  }

  .menu_bg_color {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 100px;
    margin-top: 230px;
    height: 380px;
    background-color: #f7f7f7;
  }

  /* section_03 */
  .section_03 {
    width: 100%;
  }

  .category_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .category_box {
    width: 48.5%;
    float: left;
    margin: 0 3% 0 0;
    overflow: hidden;
    border: 1px solid #e2e2e2;
  }

  .category_box:last-child {
    margin: 0;
  }

  .category_box .ctg_img {
    width: 45%;
    float: left;
  }

  .category_box .ctg_txt {
    width: 55%;
    padding: 30px;
    float: left;
  }

  .category_box .ctg_txt .ctg_btn {
    float: right;
  }

  .ctg_view {
    width: 100%;
    position: relative;
  }

  .ctg_view .areaimg {
    width: 100%;
    float: left;
    margin: 0;
  }

  .ctg_view .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 178px;
  }

  .ctg_view .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding:0;
    border: 0;
  }

  /* section_04 */
  .section_04 {
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.7);
  }

  .gallery_txt {
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }

  .gallery_txt p {
    font-family: serif;
    text-align: center;
    text-shadow: 2px 2px 3px #000;
  }

  .gallery_img {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .glr_view {
    width: 100%;
    position: relative;
  }

  .glr_view .areaimg {
    width: 100%;
    float: left;
    margin: 0;
  }

  .glr_view .view {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 230px;
  }

  .glr_view .view .thumbnail1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    padding:0;
    border: 0;
  }

  /* SNS */
  .SNS_link2 {
    width: 100%;
    background: #f8f8f8;
    margin: 0;
    overflow: hidden;
  }

  .sns_box2 {
    width: 100%;
    max-width: 320px;
    margin: auto;
    padding: 18px 0;
    text-align: center;
  }

  .sns_box2 img {
    width:40px;
    margin: 0 4%;
  }

  .sns_box2 a:hover {
    opacity: .6;
  }

  .sns_box2.jack_sns {
    width: 100%;
    max-width: 395px;
    padding: 7px 0;
  }

  .jack_sns img {
    width:100%;
    max-width:95px;
    margin: 0 0 10px 0;
  }

}

/* PC [0 ~ 1024px] */
@media all and (max-width: 1024px) {

  .category_content {
    padding: 0 20px;
  }

}

/* mobile [0 ~ 768px] */
@media all and (max-width: 768px) {

  .P-nav {
    display: none;
  }

  /* header for nav */
  .P-nav-logo {
    padding: 18px 0 18px 20px;
    font-size: 24px;
    line-height: 33px;
  }

  #btn-top-menu {
    width: 38px;
    float: right;
    padding-top: 26px;
    margin-right: 15px;
  }

  /* Menu_list */
  #Menu_list p {
    font-size: 15px;
    color: #555;
    /*border-bottom: 1px solid #2f2f2f;*/
    /*background: #000000;*/
  }

  /* main _ slide */
  .main-slider {
    width: 100%;
    display: none;
  }

  .main-slide-text .visual-text {
    padding-top: 30%;
  }

  .wrap ul.slides {
    width: 100%;
    overflow: hidden;
  }

  .wrap ul.slides li {
    position: relative;
    width: 100%;
  }

  .section_01 .wrap {
    width: 100%;
  }

  .about_content {
    margin: 0 15px 25px auto;
  }

  .about_view {
    width: 100%;
    height: auto;
  }

  .about_view .view {
    width: 100%;
    padding-bottom: 180px;
  }

  .about_txt {
    width: 100%;
  }

  .about_txt .m_titbox {
    width: 70%;
    max-width: 190px;
  }

  .abg_view {
    width: 100%;
  }

  /*section_02*/
  .menu_content {
    width: 100%;
    float: left;
  }

  .menu_img {
    width: 100%;
    float: left;
  }

  .menu_txt {
    width: 100%;
    float: left;
    margin-top: 50px;
  }

  .menu_txt .m_titbox {
    width: 70%;
    padding-bottom: 10px;
  }

  .menu_object {
    z-index: -2;
    right: 3%;
    top: 220px;
  }

  .menu_bg_color {
    padding-bottom: 100%;
  }

  /* section_03 */
  .category_content {
    width: 100%;
  }

  .category_box .ctg_img {
    width: 100%;
    float: left;
  }

  .category_box .ctg_txt {
    width: 100%;
    padding: 30px;
  }

  .ctg_view {
    width: 100%;
  }

  .gallery_txt p {
    font-size: 22px;
  }

  .glr_view {
    width: 100%;
  }

  /*SNS_link*/
  .SNS_link {
    width: 100%;
    height: 230px !important;
  }

  .sns_content {
    width: 300px !important;
    margin: 0 auto;
  }

  .call_box {
    width: 270px;
    margin: 30px auto;
    overflow: hidden;
    float: none;
  }

  .call_txt {
    width: 270px;
    height: 70px;
    margin-bottom: 20px;
  }

  .call_txt .ct_02 {
    width: 220px;
    padding-top: 13px;
  }

  .call_txt .ct_02 .tit_05 {
    color: #162139;
    line-height: 15px;
  }

  .call_box .tit_04 {
    text-align: center;
  }

  .sns_content .sns_box {
    margin: 30px auto;
    float: none;
  }

  .sns_content .sns_box a {
    float: left;
  }
}

/* mobile [0 ~ 480px] */
@media all and (max-width: 480px) {
  .main-slide-text {
    width: 90%;
  }

  .main-slide-text .visual-text {
    top: 0;
    left: 0;
    transform: none;
    padding-top: 10%;
  }

  .main-slide-text .visual-text .tit_03 {
    font-size: 25px;
  }

  .main-slide-text .visual-text .tit_05 {
    font-size: 14px;
  }

  .P-contents {
    padding: 10px;
  }

  .section_01 {
    padding: 0 20px;
  }

  .section_01 .box01_left .tit {
    font-size: 22px;
  }

  .section_01 .box01_left .sub_tit {
    font-size: 17px;
  }

  .about_content {
    margin: 0 auto;
  }

  .about_view {
    width: 100%;
    height: 100%;
  }

  .about_view .view {
    padding-bottom: 160px;
  }

  .about_txt {
    width: 100%;
  }

  .about_txt .m_titbox {
    width: 100%;
  }

  .about_bottom_bg {
    width: 1200px;
  }

  .abg_view {
    width: 100%;
    height: 682px;
  }

  .abg_bg {
    width: 100%;
    height: 682px;
  }

  /*section_02*/
  .section_02 {
    margin: 0 auto;
  }

  .menu_content {
    width: 100%;
    float: left;
  }

  .menu_img .menu_view {
    width: 100%;
    height: 100%;
  }

  .menu_view .view {
    padding-bottom: 355px;
  }

  .menu_img .menu_bg {
    width: 100%;
    height: 100%;
  }

  .menu_txt {
    margin: 20px 0;
  }

  .menu_txt .m_titbox {
    width: 70%;
  }

  .menu_txt .menu_btn {
    padding-bottom: 20px;
  }

  .menu_object {
    display: none;
  }

  .menu_bg_color {
    display: none;
  }

  /* section_03 */
  .category_content {
    padding: 0;
  }

  .category_box {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .category_box .ctg_img {
    width: 100%;
  }

  .category_box .ctg_txt {
    width: 100%;
    padding: 30px;
  }

  .ctg_view {
    width: 100%;
    height: 100%;
  }

  .ctg_view .view {
    padding-bottom: 240px;
  }

  .gallery_txt {
    padding: 0;
  }

  .dsp_b {
    display: block;
  }

}

/* mobile [0 ~ 320px] */
@media all and (max-width: 320px) {

}

/* sub_top */
.top-menu {
  border-top: 0;
  background: none;
  padding: 15px 0 0 0;
  text-align: center;
  position: relative;
}

.top-menu-background {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.top-menu-background .areaimg {
  width: 100%;
  float: left;
  margin: 0;
}

.top-menu-background .view {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 180px;
}

.top-menu-background .view .thumbnail1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  padding: 0;
  border: 0;
}

.top-menu-title p {
  font-size: 24px;
  padding-top: 15px;
  color: #fff;
}

.breadCrumb {
  font-size: 10px;
  padding: 25px 10px 0 10px;
}

.breadCrumb a, a:hover, a:active {
  color: #9a9a9a;
}

.top-menu-title p span {
  color: #dc001b;
}

.top-menu-title {
  padding-top: 40px;
}

/* board list */
.Board .m_titbox {
  width: 100%;
  margin: 5px auto 40px auto;
}

.Board_content01 {
  overflow: hidden;
}

.board-list {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.wrapper-content {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  background: #ffffff;
  overflow-y: auto;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}

.left-content {
  width: 30%;
  float: left;
  padding: 15px;
}

.right-content {
  position: relative;
  width: 70%;
  float: right;
}

.right-content .wrapper-date {
  width: 100%;
  padding: 20px 5% 5px 1%;
  overflow: hidden;
}

.right-content .wrapper-info {
  width: 100%;
  padding: 10px 5% 10px 1%;
}

.right-content .content-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #333333;
}

.right-content .content-text {
  overflow: hidden;
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0;
  color: #888;
}

.right-content .content-date {
  overflow: hidden;
  width: 100px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  float: left;
  padding: 2px;
  background: #efefef;
  color: #7b7b7b;
}

.wrapper-content:hover .wrapper-img .areaimg img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.wrapper-content:hover .wrapper-info {
  opacity: .65;
  transition: all 0.3s ease-in-out;
}

/* wrapper-img */
.wrapper-img {
  position: relative;
  width: 100%;
}

.wrapper-img .areaimg {
  width: 100%;
  float: left;
  margin: 0;
}

.wrapper-img .view {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 140px;
}

.wrapper-img .view .thumbnail1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100%;
  padding: 0;
  border: 0;
}

.cover-img {
  position: relative;
}

.cover-img > img {
  width: 100%;
}

.background-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.content-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  line-height: 1.5;
  height: 1.4em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  line-height: 1.5;
  height: 2.8em;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrapper-link {
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

.link-btn {
  background-color: #aaa;
  border-radius: 2px;
  width: 100px;
  float: right;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  margin: 10px 0px;
}

.link-btn:hover {
  cursor: pointer;
}

.wrapper-no-content {
  position: relative;
  float: left;
  width: 90%;
  background: #ffffff;
  overflow-y: auto;
  margin: 5% 5%;
  border: 1px solid #f1f1f1;
}

.no-content {
  height: 100px;
  text-align: center;
  font-size: 20px;
  line-height: 100px;
}

.btn-write {
  float: right;
  margin-left: 10px;
  height: 33px;
  padding-right: 5px;
}

/* mobile [768px] */
@media all and (max-width: 768px) {

}

/* mobile [480px] */
@media all and (max-width: 480px) {
  .left-content {
    width: 40%;
    padding: 10px;
  }

  .right-content {
    width: 60%;
  }

  .wrapper-img .view {
    padding-bottom: 130px;
  }

  .right-content .content-date {
    width: 80px;
    font-size: 10px;
  }

  .right-content .content-title {
    font-size: 16px;
    height: 2.9em;
    -webkit-line-clamp: 2;
  }

  .right-content .content-text {
    font-size: 12px;
  }

  .right-content .wrapper-info {
    width: 100%;
    padding: 0 5% 0 1%;
  }

}

/* PC [ 769px ~ ] */
.box01_content {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 40px auto;
}

.box01_left {
  float: left;
  margin-right: 2%;
}

.box01_right {
  float: right;
}

/* mobile [0 ~ 480px] */
@media all and (max-width: 480px) {
  .box01_left {
    width: 100% !important;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .box01_right {
    width: 100% !important;
    float: left;
  }
}

@media all and (min-width: 769px),(max-width: 1200px) {
  .photobox {
    width: 100%;
    overflow: hidden;
  }

  .photobox ul {
  }

  .photobox ul li {
    width: 25%;
    float: left;
    padding: 1%;
    transition: all .5s;
  }

  .phot03 ul li {
    width: 33.3%;
  }

  .phot05 ul li {
    width: 20%;
  }
}

/* mobile [0 ~ 768px] */
@media all and (max-width: 768px) {
  .photobox ul li {
    width: 50%;
  }
}

/* mobile [0 ~ 480px] */
@media all and (max-width: 480px) {
  .photobox ul li {
    width: 100%;
  }
}

/* title css */
.t_st01 {
  margin: 0;
  font-size: 18px;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  border-color: #eee;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
  color: #333;
}

.t_st01:before {
  content: ''; /* 空白の要素を作る */
  width: 150px; /* 幅指定 */
  height: 5px; /* 高さ指定 */
  background-color: #000; /* 背景色指定 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 位置調整 */
  left: 0; /* 位置調整 */
  bottom: -3px; /* 位置調整 */
}

.t_st01.red {
  border-color: #e8e8e8;    
  color: #e30621;
}

.t_st01.red:before {    
  background-color: #fed60f;
}


.t_st02 {
  margin: 0; /* デフォルトCSS打ち消し */
  font-size: 24px; /* 文字サイズ指定 */
  position: relative; /* 位置調整 */
  font-weight: normal; /* 文字の太さ調整 */
  display: inline-block; /* インラインブロックにする */
  background-color: #fff; /* 背景色指定 */
  margin-left: 20px; /* 周りの余白指定 */
  padding: 0 10px; /* 余白指定 */
}

.t_st02-wrap {
  position: relative; /* 位置調整 */
  margin-bottom: 15px; /* 周りの余白指定 */
}

.t_st02-wrap:before {
  content: ''; /* 空白の要素を作る */
  background-color: #000; /* 背景色指定 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 位置調整 */
  left: 0; /* 位置調整 */
  width: 100%; /* 幅指定 */
  height: 1px; /* 高さ指定 */
  top: 0; /* 位置調整 */
  bottom: 0; /* 位置調整 */
  margin: auto; /* 位置調整 */
}

@media all and (max-width: 480px) {
  .t_st01, .t_st02 {
    font-size:18px;
  }
}

/* 20-04-01 추가 */
.section_01 .box01_left .box {
  padding:50px 0 0;
}

  .movie {
    width: 100%;
    position: relative;
    max-width: 100%;
    height: 0;         
    overflow: hidden;  
  }
  .movie iframe {
    position: absolute;
    width: 100%;
    height: 100%;     
    top: 0;           
    left: 0;          
  }
  .is-4by3  {padding-top: 75%;}           /* 3 / 4  * 100 */
  .is-16by9 {padding-top: 56.25%;}        /* 9 / 16 * 100 */
  .is-21by9 {padding-top: 42.857142857%;} /* 9 / 21 * 100 */

/* PC [ 769px ~ ] */
@media all and (min-width:769px),(max-width:1200px) {
  .photobox {width:100%;overflow:hidden;}
  .photobox ul {}
  .photobox ul li {width:25%;float:left;padding:1%;transition:all .5s;}
  
  .phot03 ul li {width:33.3%;}
  .phot05 ul li {width:20%;}
}
/* mobile [0 ~ 768px] */
@media all and (max-width:768px) {
  .photobox ul li {width:50%;}
}
/* mobile [0 ~ 480px] */
@media all and (max-width:480px) {
  .photobox ul li {width:100%;padding:20px 0;}
}
