html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
ul {
  list-style: none;
}
h1.heading {
  display: flex;
  align-items: center;
}
h1.heading span {
  padding: 0.1% 3%;
  background: #0E0E0E;
  color: #FFFFFF;
  margin-left: 1vw;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.3em;
  white-space: nowrap;
  margin-bottom: 0.5%;
}
h1.heading.center {
  margin-left: -4%;
  margin-bottom: 4%;
}
#modal_area {
  display: none;
}
#loading_area {
  display: none;
}
.sp_flex {
  display: none;
}
header {
  padding: 1% 0;
  background: #cde9e8;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "m-plus-2p", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#globalmenu_area {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
	padding: 0 0.5%
}
#globalmenu_area a {
  text-decoration: none;
  color: #010101;
  letter-spacing: 18%;
}
ul.menu_item, ul.icon_menu, ul.translate {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
ul.menu_item {
  width: 70%;
}
ul.icon_menu {
  width: 10%;
}
ul.icon_menu li a {
  display: flex;
  align-items: center;
}
ul.icon_menu li a img{
width: 32px;
}
ul.translate {
  width: 12%;
  letter-spacing: 12%;
  color: #cde9e8;
}
#globalmenu_area ul.translate a {
  color: #7dbfb4;
}
ul.translate .now {
  padding: 0% 8%;
  background: #070707;
  color: #FFFFFF;
}
#globalmenu_area ul.translate .now a {
  color: #FFFFFF;
}
/*

#modal_area

*/
#modal_area {
  display: none;
  position: fixed;
  z-index: 300000;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(255, 255, 255, 0.80);
}
#modal_window_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
}
#modal_window {
  width: 80%;
  max-width: 1280px;
}
#modal_area img {
  width: 100%;
  pointer-events: none;
  user-select: none;
}
#modal_area img.tate {
  height: 90%;
  pointer-events: none;
  user-select: none;
}
#modal_close {
  line-height: 0.3em;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10vw;
  padding: 4%;
  color: rgba(255, 255, 255, 1.00);
  cursor: pointer;
  user-select: none;
}
#modal_area #youtube_close img {
  width: 100%;
}
/*

@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp_flex {
    display: flex;
  }
}
/*
M+ 2p regula
font-family: "m-plus-2p", sans-serif;
font-weight: 400;
font-style: normal;

M+ 2p medium

    font-family: "m-plus-2p", sans-serif;
    font-weight: 500;
    font-style: normal;


M+ 2p bold
font-family: "m-plus-2p", sans-serif;
font-weight: 700;
font-style: normal;


A-OTF UD Shin Go Pr6N L
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;

Yu Mincho Pr6N R

    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;

*/
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #000; /* 黒背景 */
  color: #fff; /* 白文字 */
  border-radius: 50%; /* 丸形 */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}
.slick-prev {
  left: -60px;
}
.slick-next {
  right: -60px;
}
.custom-arrow::before {
  content: ''; /* Slickのデフォルト矢印を非表示に */
}
.custom-arrow span {
  font-size: 20px;
  font-weight: bold;
}
.sp {
  display: none;
}
.hover-fade-img {
  cursor: pointer;
  position: relative;
}
.hover-fade-img.active {
  cursor: auto;
  user-select: none;
}
.hover-fade-img img:last-of-type {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: opacity .3s;
}
.hover-fade-img.active img:last-of-type {
  opacity: 1;
}
.hover-fade-img:hover img {
  opacity: 1;
}
.hover-left-fade-img {
  cursor: pointer;
  position: relative;
  overflow: hidden; /* クリップパス効果を外に漏れないようにする */
}
.hover-left-fade-img.active {
  cursor: auto;
  user-select: none;
}
.hover-left-fade-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: clip-path 0.3s ease; /* クリップパスのアニメーション */
}
.hover-left-fade-img img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0); /* 最初は右端に隠れている状態 */
}
.hover-left-fade-img.active img:last-of-type {
  opacity: 1;
}
.hover-left-fade-img:hover img:last-of-type {
  clip-path: inset(0 0 0 0); /* ホバー時に全面表示 */
}
/*



  #sp_global_menu_over



*/
#sp_global_menu_over {
  display: none;
}


/*

popup

*/
.comment_btn_ajast {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  letter-spacing: 0.2em;
}
.pupup_btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 1em;
}
#popupwrap_area {
  display: none;
}
#popup_area {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
}
#popup_close {
  line-height: 0.3em;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10vw;
  padding: 4%;
  color: rgba(255, 255, 255, 1.00);
  cursor: pointer;
  user-select: none;
}
#popup {
  max-width: 1000px;
  height: 100vh;
  /*  max-height: 95%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment_img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment_img img {
  max-height: 100%;
  max-width: 100%;
}
/*

end popup

*/
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  #globalmenu_area {
    display: none;
  }
  /*



	#sp_global_menu_area



*/
  #sp_global_menu_area {
    display: flex;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    padding-top: 2%;
    z-index: 9;
  }
  #sp_global_menu_area img {
    width: 100%;
  }
  #sp_logo_area {
    width: 27%;
    padding-left: 2%;
  }
  #sp_translate_area {
    width: 100%;
    display: flex;
    font-size: 3vw;
  }
  ul#sp_global_translatelist {
    display: flex;
    margin-left: 10%;
  }
  ul#sp_global_translatelist li {
    margin-right: 12%;
  }
  ul#sp_global_translatelist a {
    cursor: pointer;
    opacity: 0.3;
    transition: opacity .3s;
  }
  ul#sp_global_translatelist li:hover a {
    opacity: 1;
  }
  #sp_menu_btn_area {
    width: 7%;
    padding-right: 3%
  }
  #sp_menu_btn {
    cursor: pointer;
    width: 100%;
  }
  /*



  #sp_global_menu_over



*/
  #sp_global_menu_over_area {
    width: 100%;
    height: 100%;
    background: #cde9e8;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
  }
  #sp_menu_close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 4%;
    margin-right: 4%;
    width: 10%;
  }
  #sp_menu_close img {
    width: 100%;
  }
  #sp_global_menu_over_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 39%;
    margin: 0 auto;
  }
  #sp_global_menu_over_contents img {
    width: 100%;
  }
  #sp_global_over_logo_area {
    margin-top: 40%;
  }
  #sp_global_itemlist_area {
    text-align: center;
    margin-top: 21%;
    font-size: 3.5vw
  }
  ul#sp_global_itemlist li {
    margin-bottom: 11%
  }
  #sp_global_itemlist_area a {
    text-decoration: none;
    cursor: pointer;
    color: #231815;
  }
  #sp_global_itemlist_sns {
    margin-top: 23%;
    letter-spacing: 10%;
  }
  #sp_global_itemlist_sns li {
    margin-bottom: 5%
  }
  #sp_global_itemlist_contact {
    margin-top: 23%;
  }
  #sp_global_itemlist_contact li {
    margin-bottom: 5%
  }
  #sp_global_itemlist_link_logo img {
    width: 100%;
  }
  #sp_global_itemlist_link_logo ul {
    margin-top: 35%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #sp_global_itemlist_link_logo li {
    width: 72%;
  }
  ul.icon_menu {
    display: flex;
    width: 84%;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 30%;
  }
  ul.icon_menu li {
    width: 25%;
  }
  #sp_global_itemlist_area ul.translate {
    width: 100%;
    letter-spacing: 12%;
    margin-top: 30%;
    font-size: 4.0vw;
  }
  #sp_global_itemlist_area ul.translate a {
    color: #7dbfb4;
  }
  #sp_global_itemlist_area ul.translate .now {
    padding: 0% 4%;
    line-height: 1;
  }
  #sp_global_itemlist_area ul.translate li.now a {
    color: #fff;
    padding: 0% 1%;
  }
}