@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/* common */
* {
  font-family: 'Sawarabi Mincho', sans-serif;
}

body {
  font-family: 'Sawarabi Mincho', sans-serif;
}

button:hover {
  opacity: 0.6;
}

a:hover {
  color: #6a3906 !important;
}

.hidden-pc {display:block;}
.hidden-mb {display:none;}

/* breadCrumb */
.top-menu-title p {
  color: #6a3906;
}


/* box */
.iconList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iconList li {
    width: calc(100% / 5 - 1rem);
    border: 1px solid #ddd;
    min-width: 180px;
    margin: 0 0.5rem 10px;
}
.iconList li a {
    padding: 10px 10px;
    display: block;
    text-align: left;
}
.iconList li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 100%;
    margin-right: 10px;
}
.iconList li a:hover {
  background: #6a3906;
  color: #fff!important;
  border-color: #6a3906;
}
.mainTxt {
    height: fit-content;
        width: 80%;
    max-width: 620px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    padding: 30px 2.5%;
    background: rgba(0 0 0 / 20%);
}
.mainTxt h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 0 6px rgb(0 0 0 / 70%);
}
.mainTxt p {
    color: #fff;
    text-shadow: 0 0 6px rgb(0 0 0 / 70%);
}
.box {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
}

.box1 {
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  color: #555;
  border-bottom: 1px solid #888;
  border-top: 2px solid #6a3906;
}

.box2 {
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #fff;
  background: #6a3906;
}

.box3 {
  font-size: 22px;
  line-height: 1.25;
  text-align: left;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom: 20px;
  color: #333;
  border-left: 8px solid #6a3906;
}

.box4 {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  padding: 10px 8px;
  margin-bottom: 20px;
  border: 2px solid #ccc;
}

.box5 {
  font-size: 22px;
  line-height: 1.25;
  text-align: left;
  left: 500px;
  padding: 13px 25px;
  margin-bottom: 20px;
  background: #ddd;
  border-left: 8px solid #6a3906;
  color: #6a3906;
}

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

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

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

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

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

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

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

.s_table01 th, .s_table01 td {
    border-width: 1px 0;
    border-style: solid;
    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: 8px 10px;
    background: #fff;
}

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

.s_table02 td {
    font-size: 16px;
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    color: #960000;
}

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

.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;
    font-weight:300;
    padding: 8px 12px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e4e4e4;
}


.s_table06 {
  width: 100%;
}

.s_table06 th {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  padding: 10px;
  border-bottom: 1px dashed #fff;
}

.s_table06 td {
  font-size: 16px;
  text-align: right;
  padding: 10px;
  border-bottom: 1px dashed #fff;
}

.s_table07 {
  width: 100%;
}

.s_table07 th {
  font-size: 16px;
  line-height: 2;
  text-align: left;
  padding: 3px 8px;
  border-bottom: 1px dashed #aaa;
}

.s_table07 td {
  width: 40%;
  font-size: 16px;
  text-align: right;
  padding: 3px 8px;
  border-bottom: 1px dashed #aaa;
  color: #ee3524;
}

.s_table07 .explain {
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #000;
  color: #777;
}

.s_table08 {
  margin-top: 30px;
  width: 100%;
  border-bottom: solid 1px #e4e4e4;
}

.s_table08 th {
  font-size: 22px;
  padding: 10px;
  border-width: 0px 0px 2px 0;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  background: #e5b8b7;
}

.s_table08 td {
  font-size: 18px;
  padding: 10px;
  border-width: 1px 2px 0 1px;
  border-style: solid;
  border-color: #fff;
  border-bottom: 1px solid #e6b8b7;
}

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

.btn02 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 35px;
  margin: 10px auto 0px auto;
  border: 1px solid #97a443;
  background: #97a443;
  padding: 0 0 3px 0;
  overflow: hidden;
}

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

.btn02:hover {
  color: #97a443;
  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: 30px;
  line-height: 1.25;
  overflow: hidden;
}

.m_titbox-type-eg {
  font-size: 20px;
  text-align: left;
  color: #a6937c;
}

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

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

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

/*Board mod_article01*/
.mod_article01 .time {
  color: #fff;
  background: #6a3906;
}

.mod_article01 .tit {
  color: #000;;
}

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

.mod_article02 .tit {
  color: #000;
}

.mod_article02 .txt {
  color: #999;
}

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

.mod_article03 .tit {
  color: #000;
}

.mod_article03 .txt {
  color: #999;
}
.bnrBtn {
  position: absolute;
    content: "";
    width: 90%;
    max-width: 350px;
    height: 50px;
    background: #000;
    display: block;
    text-align: center;
    line-height: 50px;
    padding-left: 20px;
    color: #fff!important;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
}
.bnrBtn:hover {
background: #fff;
}

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

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

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

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

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

  /* main _ slide */
  .main-slider {
    width: 100%;
    overflow: hidden;
  }

  .main-slide-text {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
  }

  .main-slide-text .visual-text {
    position: absolute;
    margin: 0;
    padding-top: 15px;
    left: 0px;
    color: #fff;
    z-index: 5;
    text-align: left;
  }

  .main-slide-text .visual-text img {
    width: 100%;
    max-width: 289px;
  }

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

  /* main _ contents */
  .P-contents {
    width: 100%;
    position: relative;
    display: block;
  }

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

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

  .point_content {
    width: 100%;
    max-width: 962px;
    margin: 0 auto;
  }

  .point_box {
    width: 31%;
    float: left;
    margin: 0 3% 0 0;
    overflow: hidden;
  }

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

  .pt_img {
    width: 40%;
    float: left;
  }

  .pt_img img {
    width: 100%;
    max-width: 130px;
  }

  .pt_txt {
    width: 56%;
    float: right;
  }

  .pt_txt .tit_04 {
    font-size: 17px;
    line-height: 1.5
  }

  .pt_txt .tit_05 {
    color: #999;
  }

  .point_box:nth-child(1) .pt_txt .tit_04 {
    color: #a6937c;
  }

  .point_box:nth-child(2) .pt_txt .tit_04 {
    color: #7e6b5a;
  }

  .point_box:nth-child(3) .pt_txt .tit_04 {
    color: #59493f;
  }

  /*logo_box*/
  .logo_box {
    margin: 0px auto 50px auto;
  }

  .logo_box .tit_03 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

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

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

  .about_content {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    position: relative;
    z-index: 5;
    right: 0;
    float: left;
    background: #fff;
  }

  .about_img {
    width: 65%;
    float: left;
    margin: 0 2% 0 0;
  }

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

  .about_view img {
    width: 100%;
  }

  .about_cover {
    position: relative;
  }

  .about_cover img {
    width: 100%
  }

  .about_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background-size: 100%;
    background-position: center;
  }

  .about_txt {
    width: 33%;
    float: left;
    padding: 102px 30px;
    border: 1px dashed #e2e2e2;
  }

  .about_txt .m_titbox {
    float: left;
    padding-bottom: 25px;
  }

  .about_txt .about_btn {
    width: 142px;
    margin: 0 auto;
  }

  .about_txt .btn01 {
    float: none;
  }

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

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

  .abg_view img {
    width: 100%;
  }

  .abg_cover {
    position: relative;
  }

  .abg_cover img {
    width: 100%
  }

  .abg_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 682px;
    background-size: cover;
    background-position: 50% 50%;
  }

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

  .section_02 .wrap {
    position: relative;
  }

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

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

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

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

  .menu_img .menu_cover {
    position: relative;
  }

  .menu_img .menu_cover img {
    width: 100%
  }

  .menu_img .menu_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 533px;
    background-position: 50% 50%;
  }

  .menu_txt {
    width: 57.5%;
    float: right;
    margin-top: 300px;
  }

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

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

  .menu_txt .menu_btn {
    float: right;
  }

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

  .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 #ccc;
  }

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

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

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

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

  .ctg_view {
    width: 100%;
    height: 184px;
    position: relative;
  }

  .ctg_view img {
    width: 100%;
  }

  .ctg_cover {
    position: relative;
  }

  .ctg_cover img {
    width: 100%
  }

  .ctg_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 184px;
    background-size: auto 100% !important;
  }

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

  .gallery_txt {
    width: 200px;
    margin: 50px auto;
    position: relative;
    z-index: 5;
  }

  .gallery_txt p {
    text-align: center;
  }

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

  .glr_view {
    width: 100%;
    height: 230px;
    position: relative;
  }

  .glr_view img {
    width: 100%;
  }

  .glr_cover {
    position: relative;
  }

  .glr_cover img {
    width: 100%
  }

  .glr_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-size: 100%;
    background-position: 50% 50%;
  }

  /*SNS_link*/
  .call_box {
    width: 300px;
    margin: 30px auto;
    float: left;
  }

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

  .sns_content .sns_box {
    width: 130px;
    margin: 30px auto;
    float: right;
  }

  .sns_content .sns_box a:nth-child(1) {
    background: #4268b3;
  }

  .sns_content .sns_box a:nth-child(2) {
    margin-right: 0;
    background: #397fb3; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #F97794, #623AA2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #F97794, #623AA2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #F97794, #623AA2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #F97794, #623AA2); /* Standard syntax */
  }
}

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



  .hidden-pc {display:none;}
  .hidden-mb {display:block;}

  /* 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: 35px;
    margin-right: 15px;
  }

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

  .main-slide-text {
    width: 100%;
    top: 0;
  }

  .main-slide-text .visual-text {
    width: 70%;
    padding-top: 5%;
    left: 3%;
  }

  .main-slide-text .visual-text img {
    max-width: 180px;
    margin: auto;
  }

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

  .wrap ul.slides li {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: 100% auto;
  }

  /* section 00 */
  .point_content {
    width: 80%;
  }

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

  .pt_img {
    width: 40%;
  }

  .pt_txt {
    width: 56%;
  }

  .pt_txt .tit_04 {
    font-size: 15px;
  }

  /*logo_box*/
  .logo_box {
  }

  /*section_01*/
  .section_01 .wrap {
    width: 100%;
  }

  .about_content {
    width: 100%;
    left: 0;
    float: left;
  }

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

  .about_bg {
    width: 100%;
    height: 350px;
    background-size: 100%;
  }

  .about_img {
    width: 100%;
    margin: 0;
  }

  .about_txt {
    width: 100%;
    padding: 80px 30px;
  }

  .about_bottom_bg {
    width: 1200px;
  }

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

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

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

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

  .menu_img .menu_view {
    width: 426px;
    height: 533px;
  }

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

  .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: 80%;
  }

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

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

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

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

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

  .ctg_bg {
    width: 100%;
    height: 250px;
    background-size: 100% auto !important;
  }

  /* section_04 */
  .section_04 {
  }

  .gallery_txt {
    width: 200px;
    margin: 50px auto;
    position: relative;
    z-index: 5;
  }

  .gallery_txt p {
    text-align: center;
  }

  .glr_view {
    width: 100%;
    height: 230px;
  }

  .glr_bg {
    width: 100%;
    height: 230px;
  }

  /*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) {

  .s_table04 th, .s_table01 th, .s_table03 th, .s_table05 th {
    font-size: 14px;
    padding: 8px 10px;
  }

  .s_table04 td, .s_table01 td, .s_table03 td, .s_table05 td {
    font-size: 14px;
    padding: 8px 10px;
  }


  /* main _ slide */
  .wrap ul.slides li {
    width: 100%;
    height: 420px;
  }
  .mainTxt h2 {
    font-size: 24px;
  }
  .mainTxt p {
  font-size: 11px;
  }
  
  /*section_01*/
  .about_content {
  }

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

  .about_bg {
    width: 100%;
    height: 100%;
    background-size: 140% !important;
  }

  .about_txt {
    width: 100%;
  }

  .about_txt .m_titbox {
    width: 100%;
  }

  .about_txt .about_btn {
  }

  .about_bottom_bg {
    width: 1200px;
  }

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

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

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

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

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

  .menu_txt .m_titbox {
    width: 70%;
  }

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

  .menu_object {
    display: none;
  }

  .menu_bg_color {
    padding-bottom: 200%;
  }

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

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

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

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

  /* section_04 */
  .gallery_txt {
    width: 200px;
    margin: 50px auto;
  }

  .gallery_txt p {
    text-align: center;
  }

  .gallery_img {
  }

  .glr_view {
    width: 100%;
    height: 230px;
  }

  .glr_bg {
    width: 100%;
    height: 230px;
    background-size: 300% !important;
  }
}

/* mobile [0 ~ 320px] */
@media all and (max-width: 320px) {
  /* section 00 */
  .point_content {
    width: 90%;
  }
}


/* etc */

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

.clearfix {
  position: relative;
}

.clearfix li {
  width: 33.36%;
  float: left;
  text-align: center;
  background: #000;
}

.clearfix li a {
  cursor: initial;
  padding-top: 150px;
  min-height: 430px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.clearfix li a:before {
  width: 100%;
  height: 100%;
  background: url("/images/main/main_img_1.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 2.0s linear, opacity 0.4s ease-in-out;
  opacity: .7;
  content: "";
}

@media all and (-ms-high-contrast: none) {
  .clearfix li a:before {
    transition: transform 0.8s linear, opacity 0.4s ease-in-out;
  }
}
@supports (-ms-ime-align:auto) {
  .clearfix li a:before {
    transition: all 0.4s linear;
  }
}

.clearfix li a:hover:before {
  /*transform: scale(1.05);*/
  /*opacity: .7;*/
}

.clearfix .liStyle01 a:before {
  background: url("/images/main/main_img_02.png") no-repeat center center;
  background-size: cover;
}

.clearfix .liStyle02 a:before {
  background: url("/images/main/main_img_03.png") no-repeat center center;
  background-size: cover;
}

.clearfix li a span {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.clearfix li a .title {
  margin-bottom: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: 5px;
}

.clearfix li a .imgSpan {
  margin-bottom: 16px;
}

.clearfix .liStyle01 {
  width: 33.28%;
}

/* Sub : box01_content 50% ---------------------*/
.box01_content {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px auto;
}

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

.box01_right {
    float: right;
}

@media all and (max-width: 480px) {
    .box01_left {
        width: 100% !important;
        float: left;
        margin-right: 0px;
    }

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

/* Sub : photobox 50% ---------------------------*/
.photobox {
    width: 100%;
    overflow: hidden;
}

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

.phot03 ul li {
    width: 33.3%;
}

.phot04 ul li {
    width: 25%;
}

.phot05 ul li {
    width: 20%;
}

@media all and (max-width: 768px) {
    .photobox ul li {
        width: 50%;
    }

    .phot03 ul li {
        width: 33.3%;
    }
}

@media all and (max-width: 480px) {
    .photobox ul li {
        width: 100%;
    }
}

