@charset "utf-8";
.pcOnly {
  display: block !important;
}
.spOnly {
  display: none !important;
}
@media screen and (max-width: 640px) {
  #browsebar-wrapper {
    height: 0;
    overflow: hidden;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
}
.modal-video {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px !important;
  right: 10px !important;
  cursor: pointer
}
/* anchor ----------------------- */
.anchor {
  margin-top: -40px !important;
  padding-top: 40px !important;
}
/* ex_clearfix
-----------------------------------------*/
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ex_margin
-----------------------------------------*/
#sections .ex_marginB0 {
  margin-bottom: 0px !important;
}
#sections .ex_marginBS {
  margin-bottom: 10px !important;
}
#sections .ex_marginBM {
  margin-bottom: 20px !important;
}
#sections .ex_marginT0 {
  margin-top: 0px !important;
}
#sections .ex_marginTSS {
  margin-top: 5px !important;
}
#sections .ex_marginTS {
  margin-top: 10px !important;
}
#sections .ex_marginTM {
  margin-top: 20px !important;
}
#sections .ex_marginTL {
  margin-top: 30px !important;
}
#sections .ex_marginTLL {
  margin-top: 60px !important;
}
/* mod_wide_section
-----------------------------------------*/
.mod_wide_section {
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
}
.mod_wide_section img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .mod_wide_section {
    width: 1024px;
  }
}
@media screen and (max-width: 640px) {
  .mod_wide_section {
    width: auto;
  }
}
/* mod_section
-----------------------------------------*/
.mod_section {
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
}
.mod_section img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .mod_section {
    width: auto;
  }
  .section-inner {
    width: auto;
    margin: 0 2.60416%;
  }
}
.mod_section a {
  text-decoration: none;
  color: #000;
}
.mod_section .font-sizeup {
  font-size: 1.14em;
}
.mod_section .font-sizeup-l {
  font-size: 1.5em;
}
.mod_section .font-sizedown {
  font-size: .78em;
}
.mod_section strong {
  font-weight: bold;
}
.mod_section .text-center {
  text-align: center;
}
.mod_section .text-right {
  text-align: right;
}
.mod_section .text-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.mod_section .text-indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}
.mod_section .text-indent-2-5 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.mod_section .text-indent-3 {
  text-indent: -3em;
  padding-left: 3em;
}
.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.js-fadeUp-01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-01.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}
.js-fadeUp-02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-02.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.js-fadeUp-03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-03.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.5s;
}
.js-fadeUp-04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s;
}
.js-fadeUp-04.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.5s;
}
.btn_sec_auto {
  width: 100%;
}
/*-------------------------
 btn_block
-------------------------*/
.btn_block {
  margin: 0 0 0;
  padding: 4em 0 4em;
}
.btn_block h2 {
  margin: 0 0 0.8em;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  vertical-align: baseline;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 640px) {
  .btn_block h2 {
    font-size: 5.6vw;
  }
}
/*-------------------------
 BtnGreen
-------------------------*/
.BtnGreen {
  display: block;
  text-align: center;
  position: relative;
  background-color: #3db077;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none !important;
  padding: 20px 50px;
  font-weight: bold;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  white-space: nowrap;
  width: 400px;
  margin: 0 auto;
}
.BtnGreen::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 5px;
  position: absolute;
  background-image: url("../img/arrow_white_right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.BtnGreen:hover::after {
  right: -10px;
  background-image: url("../img/arrow_green_half_right.svg");
}
@media screen and (max-width: 640px) {
  .BtnGreen {
    font-size: 4.0vw;
    padding: 5vw 4vw;
    width: auto;
  }
  .BtnGreen::after {
    content: "";
    display: inline-block;
    width: 7vw;
    height: 4vw;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
    transition: all 0.4s ease;
  }
  .BtnGreen:hover::after {
    right: -3vw;
  }
}
/*-------------------------
 venue_block
-------------------------*/
.venue_block {
  margin: 0 0 0;
  padding: 4em 0 4em;
}
.venue_block h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 175%;
  font-weight: bold;
  margin-bottom: 0.4em;
  text-align: center;
  color: #56bba2;
}
.venue_block h2::before, .venue_block h2::after {
  width: 3px;
  height: 80px;
  background-color: #56bba2;
  content: '';
}
.venue_block h2::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.venue_block h2::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
.venue_block p {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 640px) {
  .venue_block h2 {
    font-size: 5.6vw;
  }
  .venue_block h2::before {
    transform: rotate(-20deg);
    margin-right: 15px;
  }
  .venue_block h2::after {
    transform: rotate(20deg);
    margin-left: 15px;
  }
  .venue_block p {
    font-size: 5vw;
  }
}
/*-------------------------
 products_block
-------------------------*/
.products_block {
  margin: 0 0 0;
  padding: 4em 0 4em;
}
.products_block h2 {
  position: relative;
  margin: 0 auto 2em;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #2a444e;
}
.products_block h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2a444e;
  border-radius: 2px;
}
.products_block h4 {
  font-size: 118%;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: baseline;
}
.products_block img {
  vertical-align: baseline;
}
.products_block .btn_sec_type01 {
  background: #FFF;
}
@media screen and (max-width: 640px) {
  .products_block h2 {
    font-size: 5.6vw;
  }
  .products_block .three_one_column h4 img {
    width: 80vw;
  }
}
/*-------------------------
 title_block
-------------------------*/
.title_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 2em;
  width: 728px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.6em;
}
.title_block_no {
  width: 16%;
  padding-right: 4%;
  box-sizing: border-box;
  text-align: center;
  color: #2a444e;
  font-weight: bold;
}
.title_block_text {
  width: 84%;
  font-size: 175%;
  font-weight: bold;
  color: #2a444e;
}
.title_block_text span {
  font-size: 75%;
  display: block;
}
@media screen and (max-width: 640px) {
  .title_block {
    width: 100%;
  }
  .title_block_no {
    width: 20%;
    padding-right: 4%;
    font-size: 3vw;
  }
  .title_block_text span {
    font-size: 4.4vw;
  }
  .title_block_text {
    width: 80%;
    font-size: 5.6vw;
  }
}
/* ------------------------
.products_column
------------------------ */
.products_column {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
}
.products_column_img {
  width: 35%;
  padding-right: 3%;
  box-sizing: border-box;
}
.products_column_text {
  width: 65%;
}
@media screen and (max-width: 640px) {
  .products_column_img {
    width: 100%;
    margin: 0 0 1em;
  }
  .products_column_text {
    width: 100%;
  }
}
/*-------------------------
   .bnr_coordination
-------------------------*/
.bnr_coordination_wrapper a {
  color: #000;
  text-decoration: none;
}
.bnr_coordination {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content:center;
  border: 1px solid #000;
  line-height: 1.8;
  transition: 0.3s;
  background: #000;
	margin-left: 40px;
}
/*.bnr_coordination:hover {
  opacity: 0.7;
}*/
.bnr_coordination_img {
  width: 34%;
}
.bnr_coordination_img img {
  max-width: 100%;
  height: auto;
}
.bnr_coordination_txt {
  width: 66%;
  box-sizing: border-box;
  text-align: center;
	color: #FFF;
	position: relative;
}

.icon_experience{
	position: absolute;
	top:-80px;
	left: -50px;
	width: 100px;
}
.icon_experience img{
  max-width: 100%;
  height: auto;
}
.bnr_coordination_txt p.sub {
  font-size: 16px;
  margin-bottom: 14px;
}
.bnr_coordination_txt p.main {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
.bnr_coordination {
	margin-left: 20px;
}
  .bnr_coordination_img {
    width: 100%;
  }
  .bnr_coordination_txt {
    width: 100%;
    padding: 2em 0 1em;
  }
.icon_experience{
	position: absolute;
	top:-10vw;
	left: -8vw;
	width: 20vw;
}
  .bnr_coordination_txt p.sub {
    font-size: 4vw;
	  padding: 0 1em;
	  text-align: left;
  }
  .bnr_coordination_txt p.main {
    font-size: 5.4vw;
  }
}
/*-------------------------
 line_block
-------------------------*/
.line_block {
  border-top: 4px solid #000;
  margin: 3em 0;
}

/*-------------------------
 announcement_box
-------------------------*/
.announcement_box {
  border: 2px solid #f7aa00;
  border-radius: 10px;
  position: relative;
  margin-top: 2em;
}
.announcement_box_title {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -0.2em;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.announcement_box h3 {
  color: #333333;
  font-size: 125%;
  font-weight: bold;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  background: #FFF;
  padding: 0 2em;
}
.announcement_box .inner {
  padding: 2em;
}
.announcement_box h3::before, .announcement_box h3::after {
  width: 3px;
  height: 40px;
  background-color: #f7aa00;
  content: '';
}
.announcement_box h3::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}
.announcement_box h3::after {
  transform: rotate(35deg);
  margin-left: 30px;
}
.announcement_box .inner p {
  font-size: 100%;
  font-weight: normal;
}
.announcement_box .inner a {
  font-weight: bold;
  text-decoration: underline;
}
.announcement_box .inner table {
  margin: 0 auto;
  margin-top: 1em;
}
.announcement_box .inner table th {
  background-color: #000;
  color: #FFF;
  padding: 0.4em 1em;
  border: 4px solid #FFF;
  font-weight: bold;
}
.announcement_box .inner table td {
  padding: 0.4em 1em;
  border: 2px solid #FFF;
}
.instagram_block {
  margin: 1em auto 0;
  text-align: center;
  vertical-align: middle;
  font-size: 125%;
  font-weight: bold;
  display: block;
}
.instagram_block img {
  width: 60px;
  margin: 0 auto;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
.announcement_box h3 {
  padding: 0 1em;
}
  .announcement_box .inner {
    padding: 3em 1em;
  }
  .announcement_box h3::before, .announcement_box h3::after {
    height: 70px;
  }
  .announcement_box h3::before {
    transform: rotate(-20deg);
  }
  .announcement_box h3::after {
    transform: rotate(20deg);
  }
  .announcement_box .inner p {
   text-align: left;
   font-size: 4vw;
  }
.announcement_box .inner table {
   margin: 0 auto;
   font-size: 4vw;
  margin-top: 1em;
}
  .announcement_box .inner table th, .announcement_box .inner table td {
    display: block;
  }
  .instagram_block img {
    margin-right: 10px;
    width: 10vw;
  }
}
/*-------------------------
   sumusumu_block
-------------------------*/
.sumusumu_block {
  margin: 1em auto 0;
  text-align: center;
  vertical-align: middle;
}
.sumusumu_block img {
  width: 100px;
  margin: 0 auto;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .sumusumu_block {
    font-size: 3.6vw;
  }
  .sumusumu_block img {
    width: 20vw;
  }
}
/*-------------------------
   wide_728
-------------------------*/
.wide_728 {
  width: 728px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wide_728 {
    width: auto;
  }
}
/*-------------------------
   colum1_wide_wrap
-------------------------*/
.colum1_wide_wrap {
  max-width: 700px;
}
/*-------------------------
   two_one_column
-------------------------*/
.two_one_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two_one_column::after {
  content: "";
  display: block;
  width: 48%;
}
.two_one_column .column {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .two_one_column::after {
    content: "";
    display: block;
    width: 100%;
  }
  .two_one_column .column {
    width: 100%;
  }
  .two_one_column .column img.width {
    width: 80vw;
    margin: 0 auto;
    Display: flex;
  }
  .two_one_column .column:nth-child(n+2) {
    margin-top: 2em;
  }
}
/*-------------------------
   two_two_column
-------------------------*/
.two_two_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two_two_column::after {
  content: "";
  display: block;
  width: 48%;
}
.two_two_column .column, .two_two_column .column_inner {
  width: 48%;
}
/*-------------------------
   three_one_column
-------------------------*/
.three_one_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three_one_column::after {
  content: "";
  display: block;
  width: 31%;
}
.three_one_column .column {
  width: 31%;
}
.three_one_column .column:nth-child(n+4) {
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .three_one_column::after {
    content: "";
    display: block;
    width: 100%;
  }
  .three_one_column .column {
    width: 100%;
  }
  .two_one_column .column img.width {
    width: 80vw;
    margin: 0 auto;
    Display: flex;
  }
  .three_one_column .column:nth-child(n+2) {
    margin-top: 2em;
  }
}
/*-------------------------
   three_two_column
-------------------------*/
.three_two_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three_two_column::after {
  content: "";
  display: block;
  width: 31%;
}
.three_two_column .column {
  width: 31%;
}
.three_two_column .column:nth-child(n+4) {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .three_two_column::after {
    content: "";
    display: block;
    width: 48%;
  }
  .three_two_column .column {
    width: 48%;
  }
  .three_two_column .column:nth-child(n+3) {
    margin-top: 1em;
  }
}
/*-------------------------
   six_three_column
-------------------------*/
.six_three_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.six_three_column::after {
  content: "";
  display: block;
  width: 15%;
}
.six_three_column .column {
  width: 15%;
}
.six_three_column .column:nth-child(n+7) {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .six_three_column ::after {
    content: "";
    display: block;
    width: 31%;
  }
  .six_three_column .column {
    width: 31%;
  }
  .six_three_column .column:nth-child(n+4) {
    margin-top: 1em;
  }
}