@charset "utf-8";

html {
  scroll-padding-top: 110px;
}

.f-dnp {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f-dnp-b {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f-ab-tsubaki {
  font-family: "ab-tsubaki", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#header {
  position: fixed;
  top:0; left: 0;
  background-color: #FFF;
  height: 100px;
}
@media (max-width: 1024px) {
  #header {
    background-color: transparent;
  }
}

#header__logo {
  position: fixed;
  top:0; left: 0;
  margin: 0;
  max-width: 186px;
}

#menuopen__btn {
  top: 8px;
}
@media (max-width: 480px) {
  #menuopen__btn {
    left: auto; right: 4%;
    background-color: #006536;
  }
  #header .btn--line, #header .btn--instagram, #header .btn--tel {
    display: none;
  }
}

@media (min-width: 1025px) {
  #header-box {
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    padding-right: 100px;
  }
}

.header-nav-wrap {
  display: flex;
}
@media (max-width: 1024px) {
  .header-nav-wrap {
    display: none;
  }
}


.header-nav {
  display: flex;
  align-items: center;
}
.header-nav .menu-item {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header-nav .menu-item:not(:last-child) {
  border-right: solid 2px #006536;
}
.header-nav .menu-item a {
  color: #006536;
  padding: 0 1em;
}

.header-lang-list {
  display: flex;
}
.header-lang-item {
  border: solid 1px #006536;
  color: #006536;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.header-lang-item:not(:last-child) {
  margin-right: 10px;
}
.header-lang-link {
  color: #006536;
  display: block;
  padding: 0.5em 2em;
}
.header-lang-item.current {
  background-color: #006536;
  color: #FFF;
}
.header-lang-item.current .header-lang-link {
  color: #FFF;
}

.slide-nav-container {
  flex-direction: column;
}

/*SLIDE NAV LANG LINKS*/
.slide-nav-lang-list {
  margin-top: 10px;
  width: 230px;
}
@media (max-width: 480px) {
  .slide-nav-lang-list {
    width: 200px;
  }
}
.slide-nav-lang-item {
  font-size: 16px;
  font-weight: bold;
  border: solid 1px #FFF;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 480px) {
  .slide-nav-lang-item {
    font-size: 0.8em;
  }
}
.slide-nav-lang-item:not(:last-child) {
  margin-bottom: 10px;
}
.slide-nav-lang-link {
  color: #FFF;
  display: block;
  padding: 0.8em 1em;
}
.slide-nav-lang-link:hover {
  background-color: #FFF;
}

.section .btn {
  background-color: #006536;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 15px 10px;
  position: relative;
  display: block;
  margin: auto;
  max-width: 390px;
  transition: .2s all;
  width: 80%;
}
@media (max-width: 480px) {
  .section .btn {
    font-size: 15px;
    border-radius: 5px;
  }
}
.section .btn:hover {
  background-color: #619900;
}

.section .btn_orange {
  background-color: #E37100;
}
.section .btn_orange:hover {
  background-color: #FF7F00;
}

.btn-arrow::after {
  content: '';
  background: url(../img/global/arrow.svg) center no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%; right: 1em;
  height: 1.8em;
  transform: translateY(-50%); 
  width: 1.8em;
}

section .text {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

section .text.mgb0 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section .text {
    line-height: 1.7;
  }
}

.text-list > * {
  padding-left: 1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-indent: -1em;
  margin-bottom: 0.5em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .text-list > * {
    font-size: 0.9em;
  }
}

/*----------------------------------------------------
  GLOBAL PAGE (BASE)
----------------------------------------------------*/
#main-visual__global.main-visual {
  height: 100vh;
  min-height: 600px;
  margin-top: 100px;
  background-image: url(../img/global/bg_header.png);
}
@media (max-width: 1024px) {
  #main-visual__global.main-visual {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  #main-visual__global.main-visual {
    background-image: url(../img/global/bg_header_sp.png);
  }
}

#main-visual__global .main-visual-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-visual-catch {
  max-width: 928px;
  margin: auto;
  width: 90%;
}
@media (min-width: 768px) {
  .main-visual-catch {
    width: 50%;
  }
}

#main::before {
  content: none;
}

.section .inner {
  padding: 100px 0;
  max-width: 1280px;
}
@media (max-width: 640px) {
  .section .inner {
    padding: 15% 0;
  }
}

.section-title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
}

.section-title img {
  margin: auto;
}
@media (max-width: 767px) {
  .section-title img {
    height: auto;
    max-width: 750px;
    width: 100%;
  }
}

.section-title .line-wave {
  display: inline-block;
  position: relative;
}
.section-title .line-wave::after {
  background: url(../img/global/line_wave.svg) center repeat-y;
  background-size: cover;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  display: inline-block;
  padding-top: 2%;
  margin-top: 5px;
  width: 100%;
}

.bg_parallax.arch__top.arch__top_w::before {
  padding: 4.3% 0;
  background-image: url(../img/global/arch_top_grn.png);
}



/* ABOUT SECTION  -------------------------------*/

#global_about {
  background-color: #E3F0FF;
  position: relative;
}
#global_about::before,
#global_about::after {
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: cover;
  content: '';
  height: 0;
  left: 0; 
  position: absolute;
  width: 100%;
  z-index: 2;
}
#global_about::before {
  background-image: url(../img/global/wave_blue_top.png);
  bottom: 100%;
  padding-top: 2.87%;
}
@media (max-width: 640px) {
  #global_about::before {
    background-image: url(../img/global/wave_blue_top_sp.png);
    padding-top: 6.67%;
  }
}

#global_about::after {
  background-image: url(../img/global/wave_blue_btm.png);
  background-position: 0;
  padding-top: 2.6%;
  top: 100%;
}
@media (max-width: 640px) {
  #global_about::after {
    background-image: url(../img/global/wave_blue_btm_sp.png);
    padding-top: 6.67%;
  }
}

#global_about .inner {
  position: relative;
}

#global_about .text {
  position: relative;
  letter-spacing: 0;
  z-index: 3;
}

#global_about .about-obj {
  position: absolute;
  max-width: 150px;
  transition: .2s all;
  width: 20%;
  z-index: 3;
}
#global_about .about-obj--boat {
  left: 5%; top: 15%;
  max-width: 170px;
}
#global_about .about-obj--sun {
  right: 5%; top: 15%;
}
#global_about .about-obj--ukiwa {
  left: 7%; top: 60%;
}
#global_about .about-obj--hitode {
  right: 7%; top: 60%;
}

@media (max-width: 640px) {
  #global_about .about-obj--boat {
    left: 2%; top: 10%;
  }
  #global_about .about-obj--sun {
   top: 0;
  }
  #global_about .about-obj--ukiwa {
    top: auto; bottom: -10%; left: 15%;
  }
  #global_about .about-obj--hitode {
    right: 10%; top: auto; bottom: -10%;
  }
}

/* ACTIVITY SECTION  -------------------------------*/
#global_activity {
  background: url(../img/global/bg_sec_activity.png) center no-repeat;
  
}

@media (min-width: 768px) {
  #global_activity .section-title img {
    height: 226px;
    width: 873px;
  }
}

.global-activity-list {
  padding-top: 30px;
}
.global-activity-item {
  position: relative;
}
@media (min-width: 1024px) {
  .global-activity-item {
    display: flex;
    align-items: flex-end;
  }
}
.global-activity-item:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .global-activity-item:not(:last-child) {
    margin-bottom: 80px;
  }
}

.global-activity-item-imgarea {
  position: relative
}
@media (min-width: 1024px) {
  .global-activity-item-imgarea {
    width : 53%;
  }
  .global-activity-item-textarea {
    width : 47%;
  }
}

.global-activity-item__title {
  align-items: flex-end;
  display: flex;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .global-activity-item__title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .global-activity-item__title {
    font-size: 21px;
  }
}
.global-activity-item__title .icon {
  position: absolute;
  left: 0; bottom: 0;
  width: 2em;
}
.global-activity-item__title .num {
  font-family: "ab-tsubaki", sans-serif;
  font-size: 18px;
  color: #006835;
  line-height: 1;
  padding-left: 30px;
}
@media (max-width: 640px) {
  .global-activity-item__title .num {
    font-size: 12px;
    padding-left: 20px;
  }
}
.global-activity-item__title .num__txt {
  display: block;
  letter-spacing: 0;
  margin-bottom: -5px;
}
.global-activity-item__title .num__cnt {
  display: block;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: -5px;
}
@media (max-width: 640px) {
  .global-activity-item__title .num__cnt {
    font-size: 30px;
  }
}
.global-activity-item__title .txt {
  display: block;
  margin-left: 10px;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .main__global_ja #global-activity-item--3 .global-activity-item__title .txt {
    margin-bottom: -10px;
  }
}

@media (min-width: 1024px) {
  .global-activity-item__title--sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .global-activity-item__title--pc {
    display: none;
  }
}


.global-activity-item-textbox {
  border-radius: 25px;
  background-color: #FFF5E9;
  padding: 35px;
  position: relative;
  text-align: center;
}
@media (max-width: 1023px) {
  .global-activity-item-textbox {
    border-radius: 15px;
    margin-top: 5%;
    padding: 8% 3%;
  }
}

.global-activity-item-textbox .text {
  letter-spacing: 0.08em;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .global-activity-item-textbox .text {
    font-size: 0.9em;
  }
}

.global-activity-item-textbox h4 {
  color: #006835;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1200px) {
  .global-activity-item-textbox h4 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .global-activity-item-textbox h4 {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .global-activity-item__img {
    width: calc(100% + 90px)
  }
}

@media (min-width: 1024px) {
  #global-activity-item--1 .global-activity-item-textbox {
    margin-bottom: -20px;
  }
  #global-activity-item--2 .global-activity-item-textbox {
    margin-bottom: 20px;
  }
  #global-activity-item--3 .global-activity-item-textbox {
    margin-bottom: 50px;
  }
  #global-activity-item--4 .global-activity-item-textbox {
    margin-bottom: -20px;
  }
  #global-activity-item--5 .global-activity-item-textbox {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  #global-activity-item--2,
  #global-activity-item--4 {
    flex-direction: row-reverse;
  }
  #global-activity-item--2 .global-activity-item__img,
  #global-activity-item--4 .global-activity-item__img {
    margin-left: -90px;
  }
}

.activity-obj {
  position: absolute;
  display: block;
  z-index: 2;
}
@media (min-width: 1024px) {
  .activity-obj-sp {
    display: none;
  }
}
@media (max-width: 1023px) {
  .activity-obj-pc {
    display: none;
  }
}

/* ACTIVITY 01*/
.activity-obj--flower {
  left: -5%; bottom: 10%;
  height: 96px;
  width: 94px;
}
.activity-obj--family {
  left: 25%; bottom: 100%;
  height: 122px;
  width: 176px;
}
.activity-obj--umibudou {
  right: -3%; bottom: -14%;
  height: 132px;
  width: 144px;
}
@media (max-width: 1300px) {
  .activity-obj--flower {
    left: 0; 
  }
  .activity-obj--family {
    height: 82px;
    width: 119px;
  }
  .activity-obj--umibudou {
    right:-1%;
  }
}
@media (max-width: 1023px) {
  .activity-obj--flower {
    top: calc(100% - 12%);
  }
  .activity-obj--family {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .activity-obj--flower {
    height: 65px;
    width: 64px;
  }
  .activity-obj--umibudou {
    height: 90px;
    width: 99px;
  }
}

/* ACTIVITY 02*/
.activity-obj--bubble1 {
  left: -11%; bottom: 10%;
  height: 261px;
  width: 121px;
}
.activity-obj--bubble2 {
  right: 20%; bottom: calc(100% - 5%);
  height: 103px;
  width: 62px;
}
.activity-obj--shell {
  right: -4%; bottom: -20%;
  height: 125px;
  width: 192px;
}
@media (max-width: 1300px) {
  .activity-obj--shell {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .activity-obj--bubble1 {
    left: 0; bottom: -10%;
    height: 128px;
    width: 56px;
  }
  .activity-obj--bubble2 {
    bottom: calc(100% - 20%);
  }
  .activity-obj--shell {
    bottom: -16%;
  }
}
@media (max-width: 767px) {
  .activity-obj--bubble2 {
    height: 64px;
    width: 39px;
  }
  .activity-obj--shell {
    height: 65px;
    width: 100px;
  }
}

/* ACTIVITY 03*/
.activity-obj--camera {
  left: -11%; bottom: -5%;
  height: 91px;
  width: 133px;
}
.activity-obj--foot {
  right: -7%; bottom: -20%;
  height: 164px;
  width: 101px;
}
@media (max-width: 1300px) {
  .activity-obj--camera {
    left: 0;
  }
  .activity-obj--foot {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .activity-obj--camera {
    bottom: -13%;
  }
}
@media (max-width: 767px) {
  .activity-obj--camera {
    bottom: -13%;
    height: 63px;
    width: 93px;
  }
  .activity-obj--foot {
    height: 98px;
    width: 60px;
  }
}

/* ACTIVITY 04*/
.activity-obj--bbq {
  left: -5%; bottom: -3%;
  height: 154px;
  width: 70px;
}
@media (max-width: 1300px) {
  .activity-obj--bbq {
    bottom: -8%;
  }
}
@media (max-width: 767px) {
  .activity-obj--bbq {
    left: -1%;
    height: 119px;
    width: 54px;
  }
}

/* ACTIVITY 05*/
.activity-obj--moon {
  margin-bottom: 20px;
  right: 0; bottom: 100%;
  height: 147px;
  width: 234px;
}
@media (min-width: 1024px) {
  .global-activity-item-imgarea .activity-obj--moon {
    display: none;
  }
}
@media (max-width: 1023px) {
  .global-activity-item-textarea .activity-obj--moon {
    display: none;
  }
  .activity-obj--moon {
    bottom: calc(100% - 3%);
    height: 61px;
    width: 97px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .activity-obj--moon {
  }
}

.sec-separate {
  display: block;
}
.sec-separate img {
  width: 100%;
}

/* PRODUCTS SECTION  -------------------------------*/
#global_products {
  overflow: hidden;
}

@media (min-width: 768px) {
  #global_products .section-title img {
    height: 193px;
    width: 904px;
    margin-left: auto;
    margin-right: auto;
  }
}

#global_products .img-main {
  display: block;
  margin: 0 auto 50px;
}

.txt-puchi {
  margin: 0 auto 30px;
  text-align: center;
  width: auto;
}
@media (min-width: 768px) {
  .txt-puchi img {
    height: 111px;
    width: 468px;
  }
}
@media (max-width: 767px) {
  .txt-puchi {
    width: 80%;
  }
}

.products-detail-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 950px;
  margin: auto;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1000px) {
  .products-detail-box-wrap {
    margin-top: 4%;
  }
}
@media (max-width: 767px) {
  .products-detail-box-wrap {
    margin-top: 8%;
  }
}
.products-detail-box {
  margin-top: 80px;
  max-width: 800px;
  position: relative;
  width: 100%;
}
.products-detail-box {
  border: solid 3px #619900;
  border-radius: 12px;
}

@media (min-width: 1001px) {
  .products-detail-box.half {
    margin-right: 30px;
    width: calc(50% - 30px / 2);
  }
  .products-detail-box.half:nth-child(even) {
    margin-right: 0;
  }
}

.products-detail-box-head {
  position: absolute;
  left: 0; right: 0; top: -30px;
  text-align: center;
}
.products-detail-box__ttl {
  background-color: #619900;
  border-radius: 8px;
  color: #FFF;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 22px;
  padding: 0.5em;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1.3;
  max-width: 335px;
  width: 85%;
  transform: rotate(5deg);
}
@media (max-width: 640px) {
  .products-detail-box__ttl {
    font-size: 20px;
  }
}

.products-detail-box-body {
  display: flex;
  justify-content: center;
  padding: 40px 26px 20px;
}
@media (max-width: 767px) {
  .products-detail-box-body {
    padding: 10% 3% 5%;
  }
}

.products-detail-box .text-lead {
  color: #006536;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .products-detail-box .text-lead {
    font-size: 17px;
  }
}

.products-content-list {
  
}
.products-content-item {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.products-content-item:last-child {
  margin-right: 0;
}
@media (max-width: 1000px) {
  .products-content-item {
    display: block;
  }
}
@media (max-width: 640px) {
  .products-content-item {
    display: block;
    font-size: 15px;
    margin: 0 0 0.5em;
  }
}

@media (max-width: 1000px) {
  #products-detail-box--about {
    margin-top: 30px;
  }
}

#products-detail-box--content {
  border-color: #006536;
}
#products-detail-box--content .products-detail-box__ttl {
  background-color: #006536;
}

.products-obj {
  position: absolute;
  display: block;
  transition: .2s all;
  z-index: 2;
}
.products-obj-1 {
  left: -15%; bottom: calc(100% - 15%);
  height: 105px;
  width: 101px;
}
.products-obj-2 {
  left: -17%; bottom: 0;
  height: 126px;
  width: 115px;
}
.products-obj-3 {
  right: -120px; bottom: -80px;
  height: 134px;
  width: 92px;
}
.products-obj-4 {
  right: -70px; bottom: -80px;
  height: 128px;
  width: 141px;
}
@media (max-width: 1260px) {
  .products-obj-3 {
    right: 0;
  }
}
@media (max-width: 1000px) {
  .products-obj-1 {
    bottom: -17%; left: 0;
    height: 58px;
    width: 56px;
  }
  .products-obj-2 {
    left: -2%; bottom: 15%;
    height: 74px;
    width: 67px;
  }
  .products-obj-3 {
    bottom: -26%;
    height: 84px;
    width: 58px;
  }
  .products-obj-4 {
    right: 0; bottom: -28%;
    height: 79px;
    width: 87px;
  }
}
@media (max-width: 800px) {
  .products-obj-2 {
    bottom: -30%; left: -2%; 
  }
}

/* ACCESS SECTION  -------------------------------*/
#global_access {
  background-color: #F2FFE9;
  position: relative;
}
#global_access::before {
  background-image: url(../img/global/wave_green_top.png);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: cover;
  content: '';
  height: 0;
  left: 0; bottom: 100%;
  padding-top: 2.6%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 640px) {
  #global_access::before {
    background-image: url(../img/global/wave_green_top_sp.png);
    padding-top: 6.67%;
  }
}

@media (min-width: 768px) {
  #global_access .section-title img {
    height: 190px;
    width: 803px;
  }
}

.global_access-img-box {
  position: relative;
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  width: 100%;
}
.global_access-img {
  
}
.access-obj {
  position: absolute;
  display: block;
  z-index: 2;
}
.access-obj--hibiscus {
  left: -9%; top: 3%;
  height: 96px;
  width: 106px;
}
.access-obj--beach {
  left: -10%; bottom: -3%;
  height: 137px;
  width: 100px;
}
.access-obj--leaf {
  right: -10%; top: 40%;
  height: 93px;
  width: 109px;
}
@media (max-width: 1260px) {
  .access-obj--hibiscus {
    top: -3%; left: 0;
  }
  .access-obj--beach {
    left:0;
  }
  .access-obj--leaf {
    right: 0;
  }
}
@media (max-width: 767px) {
  .access-obj--hibiscus {
    height: 64px;
    width: 70px;
  }
  .access-obj--beach {
    left: 5%;
    height: 74px;
    width: 54px;
  }
  .access-obj--leaf {
    top: calc(100% + 10%);
    height: 58px;
    width: 49px;
  }
}

.tbl-access-wrap {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 830px;
  position: relative;
  width: 100%;
}
#global_access .tbl-access {
  width: 100%;
}
#global_access .tbl-access tr {
  border-top-color: #006536;
  border-bottom-color: #006536;
}
#global_access .tbl-access tr:first-child {
  border-top: none;
}
#global_access .tbl-access td,
#global_access .tbl-access th {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #global_access .tbl-access td,
  #global_access .tbl-access th {
    font-size: 15px;
  }
}
#global_access .tbl-access th {
  color: #006536;
  font-weight: bold;
  width: 15em;
}
#global_access .tbl-access td {
  color: #231815;
}
@media (max-width: 767px) {
  #global_access .tbl-access th,
  #global_access .tbl-access td {
    display: block;
    width: 100%;
  }
  #global_access .tbl-access th {
    padding-bottom: 0;
  }
  #global_access .tbl-access td {
    padding-top: 0.5em;
  }
}

#global_access .text-remarks {
  font-size: 25px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #global_access .text-remarks {
    font-size: 18px;
  }
}

.access-obj--tent {
  left: -20%; bottom: 10%;
  height: 98px;
  width: 142px;
}
.access-obj--foot {
  right: -20%; bottom: 40%;
  height: 134px;
  width: 105px;
}
@media (max-width: 1260px) {
  .access-obj--tent {
    left: -15%;
  }
  .access-obj--foot {
    right: -10%;
  }
}
@media (max-width: 1000px) {
  .access-obj--tent {
    left: 2%; bottom: -25%;
  }
  .access-obj--foot {
    right: 5%; bottom: 30%;
  }
}
@media (max-width: 767px) {
  .access-obj--tent {
    bottom: -9%;
    height: 57px;
    width: 71px;
  }
  .access-obj--foot {
    height: 96px;
    width: 64px;
  }
}


@media (min-width: 768px) {
  #global_access .btn-area {
    display: flex;
    justify-content: space-between;
  }
  #global_access .btn {
    margin:0;
    width: calc(50% - 20px / 2);
  }
  #global_access .btn:nth-child(odd) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #global_access .btn:not(:first-child) {
    margin-top: 5%;
  }
}


/*----------------------------------------------------
  GLOBAL PAGE (EN)
----------------------------------------------------*/

.main__global_en .section-title,
.main__global_en section .text,
.main__global_en .global-activity-item__title,
.main__global_en .global-activity-item-textbox h4,
.main__global_en .global-activity-item-textbox .text,
.main__global_en .products-detail-box__ttl,
.main__global_en .text-list > *,
.main__global_en #global_access .tbl-access td,
.main__global_en #global_access .tbl-access th {
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .main__global_en #global_activity .section-title img {
    height: 241px;
    width: 873px;
  }

  .main__global_en #global_products .section-title img {
    height: 216px;
    width: 957px;
  }

  .main__global_en #global_access .section-title img {
    height: 190px;
    width: 803px;
  }

  .main__global_en .txt-puchi img {
    height: 109px;
    width: 550px;
  }
}

.main__global_en .global-activity-item__title .txt {
  line-height: 1.1;
}

@media (max-width: 640px) {
  .main__global_en #global-activity-item--1 .global-activity-item__title .txt,
  .main__global_en #global-activity-item--3 .global-activity-item__title .txt {
    margin-bottom: -5px;
  }
}

.main__global_en #products-detail-box--about .products-detail-box-head {
  top: -50px;
}
@media (max-width: 767px) {
  .main__global_en .products-detail-box-wrap {
    margin-top: 13%;
  }
}


/*----------------------------------------------------
  GLOBAL PAGE (TW)
----------------------------------------------------*/

.f-aource-han {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main__global_tw .section-title,
.main__global_tw section .text,
.main__global_tw .global-activity-item__title,
.main__global_tw .global-activity-item-textbox h4,
.main__global_tw .global-activity-item-textbox .text,
.main__global_tw .products-detail-box__ttl,
.main__global_tw .text-list > *,
.main__global_tw #global_access .tbl-access td,
.main__global_tw #global_access .tbl-access th {
  font-family: "source-han-sans-japanese", sans-serif;
}

@media (max-width: 767px) {
  .main-visual-catch.main-visual-catch_tw {
    width: 98%;
  }
}

@media (min-width: 768px) {
  .main__global_tw #global_activity .section-title img {
    height: 238px;
    width: 873px;
  }

  .main__global_tw #global_products .section-title img {
    height: 187px;
    width: 904px;
  }

  .main__global_tw #global_access .section-title img {
    height: 185px;
    width: 803px;
  }

  .main__global_tw .txt-puchi img {
    height: 119px;
    width: 481px;
  }
}

.main__global_tw #products-detail-box--about .products-detail-box-head {
  top: -50px;
}
@media (max-width: 767px) {
  .main__global_tw .products-detail-box-wrap {
    margin-top: 13%;
  }
}