@charset "UTF-8";

/* common　bace
//* -------------------------------------------------- */
.u-heading {
  font-size: calc(2.5rem * 500 / 750);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-heading {
    font-size: 1.8rem;
  }
}
.u-heading_ttlimg {
  display: block;
}
.u-heading_ttl {
  display: block;
}
.u-heading_cap {
  padding: 0.3em 1em;
  font-size: calc(2rem * 500 / 750);
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-heading_cap {
    font-size: 1.2rem;
  }
}

.u-txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt {
    font-size: 1.3rem;
  }
}
.u-txt_20 {
  font-size: calc(2rem * 500 / 750);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt_20 {
    font-size: 1rem;
  }
}
.u-txt-inner {
  max-width: calc(600px * 500 / 750);
  margin: auto;
  line-height: 1.8;
}

.u-txt_sm {
  font-size: calc(2.2rem * 500 / 750);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt_sm {
    font-size: 1.1rem;
  }
}

.u-txt_center {
  text-align: center;
}

.u-txt_left {
  text-align: center;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

.u-img {
  text-align: center;
}

.u-batsu {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
}
.u-batsu:before, .u-batsu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1em;
  background: #251a16;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-batsu:before, .u-batsu:after {
    height: 0.6em;
  }
}
.u-batsu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.u-batsu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.u-batsu_s {
  border: 1px solid;
}

.u-plus {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  position: relative;
}
.u-plus:before, .u-plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #46382a;
  width: 1px;
  height: .7em;
}
.u-plus:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.u-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-plus {
    border-width: 1px;
  }
  .u-plus:before, .u-plus:after {
    width: 1px;
  }
}

.u-arrow {
  background: url(../images/common/ico_arrow.png) no-repeat;
  background-size: 100% auto;
  width: calc(6px * 500 / 750);
  height: calc(10px * 500 / 750);
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-arrow {
    width: 4px;
    height: 7px;
  }
}

.u-tab {
  width: calc(18px * 500 / 750);
  height: calc(15px * 500 / 750);
  background: url(../images/common/ico_tab.png) no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-tab {
    width: 12px;
    height: 9px;
  }
}

.u-textbox {
  max-width: calc(430px * 500 / 750);
  margin: calc(30px * 500 / 750) auto 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
.u-textbox {
  margin: 15px auto 0;
}
}

.u-flex {
  display: flex;
}
.u-flex_alcenter {
  align-items: center;
}
.u-flex_rev {
  flex-direction: row-reverse;
}
.u-flex_50 {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-flex_spnone .u-flex_50 {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-flex_spnone {
    flex-wrap: wrap;
  }
}

.u-lists_ten,
.u-lists_maru,
.u-lists_kome {
  font-size: 1.4rem;
  padding-left: 1.4em;
  line-height: 1.8;
}
.u-lists_ten li,
.u-lists_maru li,
.u-lists_kome li {
  position: relative;
}
.u-lists_maru li:before,
.u-lists_ten li:before,
.u-lists_kome li:before {
  display: block;
  position: absolute;
  left: -1.2em;
}
.u-lists_kome li:before {
  content: "※";
}
.u-lists_maru li:before {
  content: "◯";
}
.u-lists_ten li:before {
  content: "・";
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-lists_kome {
    font-size: calc(24vw / 7.5);
    line-height: 1.6;
  }
}

.u-mtop-10 {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-10 {
    margin-top: 5px;
  }
}

.u-mtop-20 {
  margin-top: 20px!important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-20 {
    margin-top: 15px!important;
  }
}

.u-mtop-30 {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-30 {
    margin-top: 20px;
  }
}

.u-mtop-40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-40 {
    margin-top: 30px;
  }
}

.u-mtop-50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-50 {
    margin-top: 40px;
  }
}

.u-mtop-100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-100 {
    margin-top: 60px;
  }
}

.u-bg_orange {
  background-color: rgba(205, 117, 17, 1);
  border: 1px solid rgba(205, 117, 17, 1);
  color: #fff;
}
.u-bg_blue {
  background-color: rgba(0, 140, 189, 1);
  border: 1px solid rgba(0, 140, 189, 1);
  color: #fff;
}
.u-bg_white {
  background-color: #fff;
  border: 1px solid rgba(205, 117, 17, 1);
  color: rgba(205, 117, 17, 1);
}
.u-borderline {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
  display: block;
}

.u-hoverButton {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(205, 117, 17, 1);
  padding: 20px 0;
  position: relative;
  line-height: 1;
  font-size: 1.4rem;
  border-radius: 50px;
  transition: all 0.3s;
}
.u-hoverButton_arw {
  width: 270px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
.u-hoverButton_arw:before {
  content: '';
  width:7px;
  height:7px;
  border-top: solid 1px;
  border-right: solid 1px;
  position: absolute;
  right:1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.u-hoverButton_arw:after {
  background: rgba(205, 117, 17, 1);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
.u-hoverButton_arw--bl,
.u-hoverButton_arw--bl:before {
  border-color: #000;
}
.u-hoverButton_arw--bl:after {
  background: rgba(0, 0, 0, 1);
}
.u-tablink {
  position: relative;
}
.u-tablink:after {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_outarrow.svg) no-repeat;
  background-size: 100% auto;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -1.5em;
}
.u-underline:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center bottom;
  transition: transform .3s;
}
.u-popup {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}
.u-popup:before {
  position: absolute;
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 1.5px solid;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.u-popup span {
  width: 1.2em;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.u-popup span:before {
  position: absolute;
  content: '';
  display: block;
  width: 70%;
  height: 1.5px;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15%;
}
.u-popup span:after {
  position: absolute;
  content: '';
  display: block;
  height: 50%;
  width: 1.5px;
  background: #000;
  margin: auto;
  top: 25%;
  right: 0;
  left: 0;
}
  

@media screen and (min-width: 768px) {
  .u-hoverButton_arw:hover {
    color: #fff;
  }
  .u-hoverButton_arw--bl:hover:before {
      border-color: #fff;
  }
  .u-hoverButton_arw:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
  }
  .u-underline:hover:before {
    transform: scale(1, 1);
  }  
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hoverButton {
    border-radius: 50px;
  }
  .u-hoverButton_arw {
    width: calc(500vw /7.5);
    background: rgba(205, 117, 17, 1);
    color: #fff;
  }
  .u-hoverButton_arw--bl {
    background: #000;
    color: #fff;
  }
  .u-hoverButton_arw--bl:before {
    border-color: #fff;
  }
  .u-hoverButton_arw:before {
    height: 9px;
    width: 9px;
  }
  .u-popup:before {
    border: 1px solid;
  }
  .u-popup span {
    width: 1.2em;
  }
  .u-popup span:before {
    height: 1px;
  }
  .u-popup span:after {
    width: 1px;
  }
    
}

/* accordion
//* -------------------------------------------------- */
.u-accordion_content {
  display: none;
}
.u-accordion_btn {
  padding: 0 0 0 35px;
  margin: 20px 0 0;
  transition: all .3s;
  cursor: pointer;
  position: relative;
  transform-origin: left;
}
.u-accordion_btn::before,
.u-accordion_btn::after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 1px;
	margin: auto;
	background:#000;
}
.u-accordion_btn::after{
	transform: rotate(-90deg);
	transition: transform 0.3s;
}
.u-accordion_btn.active::after{
  transform: rotate(0deg);
}
.u-accordion_content {
  border-top: 1px solid;
  padding: 55px 0 0;
}
@media screen and (min-width: 768px) {
  .u-accordion_btn:hover {
    letter-spacing: .2em;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-accordion_btn {
    padding: 0 0 0 20px;
    margin: 20px 0 0;
  }
  .u-accordion_btn::before,
  .u-accordion_btn::after{
    width: 15px;
  }
  .u-accordion_content {
    padding: 30px 0 0;
  }
}


/* SECTION　bace
//* -------------------------------------------------- */
.c-section {
  display: block;
}
.c-heading_en {
  font-size: 7.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c-heading_en .line {
  display: block;
  overflow: hidden;
}
.c-heading_en .line span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform .8s cubic-bezier(.25,.8,.25,1);
}
.is_animed .c-heading_en .line span {
  transform: translateY(0);
}
.c-heading_jp {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.6rem;
  position: absolute;
  top: 0.8em;
  right: 0;
  word-break: keep-all;
  /* overflow: hidden; */
  overflow-y: hidden;
  letter-spacing: -0.4em;
  padding-bottom: 1em;
  font-feature-settings: "palt" 1;
}
.c-heading_jp > span {
  display: block;
  white-space: nowrap;
  transform: translateX(200%);
  transition: transform .8s cubic-bezier(.25,.8,.25,1);
  transition-delay: 0.4s;
}
.is_animed .c-heading_jp > span {
  transform: translateX(0);
}
.upright {
  text-orientation: upright;
  display: inline;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .c-heading_jp {
    font-feature-settings: normal;
    letter-spacing: 0;
  }
  .upright {
    text-orientation: sideways;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-heading_en {
    font-size: 3.8rem;
  }
  .c-heading_jp {
    font-size: 1.2rem;
  }
}
@supports (-webkit-touch-callout: none) and (translate: none) {
  .c-heading_jp {
    letter-spacing: 0em;
  }
  .upright {
    text-orientation: upright;
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
  }
}




/* modal
//* -------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.modal[aria-hidden="false"] {
  display: block;
}
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(191, 191, 191, 0.50);
}
.modal-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: var(--max-width);
  max-height: calc(100vh - 20%);
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  outline: none;
  height: 86%;
  width: 90%;
  max-width: 713px;
  background-color: #fff;
}
.modal-close {
  background: transparent;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;

  position: fixed;
  top: -50px;
  width: 42px;
  height: 42px;
  right: 0;
  margin: auto;
  z-index: 999;
  transition: all 0.3s;
  background-color: #fff;
}
.modal-close .u-batsu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.modal-close  .u-batsu:before, .modal-close  .u-batsu:after {
  height: 35px;
  width: 1px;
  background: #000;
}

.modal-body {
  padding: 35px 6% 90px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;  
}
.gallery-slider {
  position: relative;
  margin-bottom: 60px;
}
/* .gallery-slider {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
} */
.slider-main {
  position: relative;
  width: 100%;
  height: 409px;
  overflow: hidden;
  background: #fff;
}
.slider-main img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .28s ease, transform .28s ease;
}
.slider-main img.active {
  opacity: 1;
  transform: scale(1);
}
.slider-controls {
  margin: 32px auto 0;
}
/* .slider-controls .prev,
.slider-controls .next {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #008CBD;
  cursor: pointer;
  font-weight: bold;
} */
.prev-slider,.next-slider {
  position: absolute;
  top: 36%;
  z-index: 10;
  cursor: pointer;
  background: none;
  border: none;
}
.prev-slider::before,.next-slider::before {
  content: '';
  width: 16px;
  height: 16px;
  border-top: solid 2px #008CBD;
  border-right: solid 2px #008CBD;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.prev-slider {
  display: inline-block;
  width: 58px;
  height: 58px;
  left: 2%;
}
.next-slider {
  display: inline-block;
  width: 58px;
  height: 58px;
  right: 2%;
}
.prev-slider::before {
  left: 0;
  transform: rotate(-135deg);
}
.next-slider::before {
  left: 0;
  transform: rotate(45deg);
}
.thumbnails {
  display: flex;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}
.thumbnails .thumb {
  border: 1px solid transparent;
  width: 76px;
  height: 76px;
  cursor: pointer;
  margin:  0 10px;
  padding: 0;
}
.thumbnails .thumb.active {
  border-color: #008CBD;
}
html.is-locked,
body.is-locked {
  height: 100%;
  overflow: hidden;
}
.u-modal-ttl {
  font-size: 1.8rem;
  position: relative;
  line-height: 2;
  border-bottom: 1px #008CBD solid;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.u-modal-ttl span {
  font-size: 1.6rem;
  display: block;
}
.u-modal .u-txt {
  line-height: 2;
}

@media (max-width: 767px) {
  .modal-panel { 
    width: calc(100% - 20px);
    height: 82dvh;
    top: 55%;
  }
  .modal-body {
    padding: 0 0 40px;
    will-change: transform;
    transform: translateZ(0);
  }
  .gallery-slider {
    margin-bottom: 0;
  }
  .slider-main {
    height: calc(714vw / 7.5);
  }
  .slider-controls {
    margin: 20px auto 0;
  }
  .prev-slider, .next-slider {
    top: 44%;
  }
  .prev-slider {
    width: 30px;
    height: 30px;
  }
  .next-slider {
    width: 30px;
    height: 30px;
  }
  .thumbnails .thumb {
    width: 42px;
    height: 42px;
    margin:  0 5px;
  }
  .u-modal-inner_sp {
    padding: 40px 6% 40px;
  }
  .u-modal-ttl {
    font-size: 1.6rem;
  }
}



/* story
//* -------------------------------------------------- */
.story {
  height: calc(1179vw / 14);
  background: url(../images/common/bg_story.webp) repeat-y;
  background-size: 100% auto;
  width: 100vw;
  text-align: center;
  color: #fff;
  position: relative;
}
.story:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/bg_story_pond.svg) no-repeat left bottom;
  background-size: 100% auto;
  width: 100%;
  height: calc(290vw / 14);
}
.story-ttl {
  font-size: calc(24vw / 14);
  line-height: calc(52vw / 14);
  padding-top: calc(265vw / 14);
  font-weight: bold;
}
.story-ttl rt {
  letter-spacing: .4em;
  padding-left: 0.5em;
  font-size: 45%;
  padding-bottom: .1em;
}
.story-txt {
  font-size: calc(16vw / 14);
  line-height: calc(52vw / 14);
  padding-top: calc(65vw / 14);
}
.shimaenaga {
  width: calc(60vw /14);
  height: calc(40vw /14);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.shimaenaga.start {
  animation: shimaenaga-move 2s linear forwards;
  opacity: 1;
}
.shimaenaga img {
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes shimaenaga-move {
  0% {
    top: calc(100% - 31.429vw);
    right: 15%;
  }
  100% {
    top: calc(100% - 21.429vw);
    right: 24%;
  }
}
.shimaenaga.start img:nth-child(1) {
  z-index: 2;
  transform: rotate(-30deg);
  animation: shimaenaga-flap .5s linear 5 forwards;
}
.shimaenaga.start img:nth-child(2) {
  z-index: 0;
  transform: rotate(-20deg);
  animation: shimaenaga-flap .5s linear 5 -0.25s forwards;
}
@keyframes shimaenaga-flap {
  0% {
    visibility: visible;
    z-index: 2;
  }
  50.5% {
    visibility: visible;
    z-index: 2;
  }
  51% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes shimaenaga-flap-final {
  0% {
    visibility: visible;
    z-index: 2;
  }
  50.5% {
    visibility: visible;
    z-index: 2;
  }
  51% {
    visibility: hidden;
    z-index: 0;
  }
  99% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: visible;
    z-index: 2;
    transform: rotate(0deg);
  }
}
.shimaenaga.start img:nth-child(1) {
  z-index: 2;
  transform: rotate(-10deg);
  animation: shimaenaga-flap-final .5s linear 5 forwards;
}
.shimaenaga.start img:nth-child(1).final {
  visibility: visible !important;
  z-index: 2;
  transform: rotate(0deg) !important;
}

@media (max-width: 767px) {
  .ripple-bg {
    pointer-events: none;
  }
  .story {
    height: calc(1798vw / 7.5);
    background: url(../images/common/bg_story_sp.webp) repeat-y;
    background-size: 100% auto;
  }
  .story:before {
    background: url(../images/common/bg_story_pond_sp.svg) no-repeat left bottom;
    background-size: 100% auto;
    height: calc(276vw / 7.5);
  }
  .story-ttl {
    font-size: calc(36vw / 7.5);
    line-height: calc(89vw / 7.5);
    padding-top: calc(444vw / 7.5);
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .story-txt {
    font-size: calc(28vw / 7.5);
    line-height: calc(89vw / 7.5);
    padding-top: calc(133vw / 7.5);
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .shimaenaga {
    width: calc(77vw /7.5);
    height: calc(43vw /7.5);
  }
  @keyframes shimaenaga-move {
    0% {
      top: calc(100% - 48.429vw);
      right: 5%;
    }
    100% {
      top: calc(100% - 39.429vw);
      right: 15%;
    }
  }
}

/* news
//* -------------------------------------------------- */
.news {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0 150px;
  position: relative;
  z-index: 1;
}
.news .u-inner {
  position: relative;
  max-width: 806px;
  margin: 0 auto;
}
.news .c-heading_jp {
  right: -70px;
}
.news-block {
  margin-top: 90px;
}
.news-box {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: 35px auto 0;
  align-items: stretch;
}
.news-box.open-modal {
  cursor: pointer;
}
.news-box_big {
  width: 100%;
  padding-bottom: 35px;
  position: relative;
}
.news-box_big:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #CDCDCD;
  bottom: 0;
  transition: transform .3s;
}
.news-box_big:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  transition: transform .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.news-box figure {
  width: 110px;
  margin-right: 65px;
  overflow: hidden;
}
.news-box_big figure {
  width: 316px;
  margin-right: 50px;
}
.news-box figure img {
  height: auto;
  transition: transform .3s ease;
  width: 100%;
}
.news-box > div {
  padding: 10px 0 10px;
  flex: 1;
  display: flex;
  flex-direction: column; 
  word-break: break-all;
  position: relative;
}
.news-box > div:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #CDCDCD;
  bottom: 0;
  transition: transform .3s;
}
.news-box > div:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  transition: transform .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.news-box_big > div {
  border-bottom: none;
  padding: 10px 0 0;
}
.news-box_big > div:before {
  background: none;
}
.news-txt {
  margin-top: 1em;
}
.news-link {
  margin-top: 1em;
  position: relative;
  width: fit-content;
}

.news-list {
  padding: 0 1em 1.5em;
  position: relative;
}
.news-sub {
  margin-top: auto;
}
.news-date {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-right: 1em;
  font-family: new-atten, sans-serif;
}
.news-cap {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: .2em .3em;
  font-family: new-atten, sans-serif;
}
@media screen and (min-width: 768px) {
  .news-block .open-modal:hover figure img {
    transform: scale(1.06);
  }
  .news-block .news-box_big:hover:after {
    transform: scale(1, 1);
  }
  a.news-box:not(.news-box_big):hover > div:after {
    transform: scale(1, 1);
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .news {
    padding: 80px 0 80px;
  }
  .news .u-inner {
    width: 90%;
  }
  .news .c-heading_jp {
    right: 0px;
  }
  .news-block {
    margin-top: 65px;
  }
  .news-box {
    margin: 0 auto 0;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 20px 0;
  }
  .news-box_big {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .news-box figure {
    width: calc(180vw / 7.5);
    margin-right: calc(50vw / 7.5);
    overflow: hidden;
  }
  .news-box_big figure {
    width: 100%;
    margin-right: auto;
  }
  .news-box figure img {
    height: auto;
    width: 100%;
  }
  .news-box > div {
    padding: 5px 0 5px;
    border-bottom: none;
  }
  .news-box_big > div {
    border-bottom: none;
    padding: 20px 0 0;
  }
  .news-list {
    padding: 0;
    position: relative;
  }
  .news-sub {
    margin-top: auto;
  }
  .news-box_big .news-sub {
    margin-top: 1em;
  }
  .news-date {
    font-size: 1.5rem;
  }
  .news-cap {
    font-size: 1.2rem;
    padding: .2em .5em;
  }
  .news-box_big:after,
  .news-box_big:before,
  .news-box > div:before,
  .news-box > div:after {
    display: none;
  }
}

/* quality
//* -------------------------------------------------- */
.quality {
  background: url(../images/common/bg_quality.jpg) no-repeat bottom;
  background-size: cover;
  position: relative;
  padding: 220px 0 360px;
  overflow: hidden;
}
.quality:before {
  display: block;
  content: '';
  position: absolute;
  top: -1.5vw;
  left: 0;
  margin: auto;
  background: url(../images/common/quality_caramel.webp) no-repeat right top;
  background-size: 100% auto;
  width: calc(475vw / 14);
  height: calc(642vw / 14);
}
.quality.is-state_scroll:before {
  animation: souce02 1.5s ease-in forwards;
  animation-delay: .5s;
}
@keyframes souce02 {
  0% {
    top: -1.5vw;
  }
  100% {
    top: 0;
  }
}
.quality .u-inner {
  max-width: 806px;
}
.quality .c-heading_jp {
  right: -50px;
}
.quality-lists {
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.quality-lists_cap {
  font-size: 1.6rem;
}
.quality-lists li {
  margin-top: 127px;
}
.quality-lists .u-font_aviano {
  font-size: 3.6rem;
  display: block;
}
.quality-img {
  position: absolute;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.quality .img1 { 
  right: 4%;
  top: 102%;
  width: calc(220vw / 14);
  max-width: 220px;
}
.quality .img2 { 
  right: 6%;
  top: 80%;
  width: calc(160vw / 14);
  max-width: 160px;
}
.quality .img3 { 
  right: 21%;
  top: 101%;
  width: calc(197vw / 14);
  max-width: 197px;
}
.quality .u-hoverButton {
  margin-top: 25px;
  border-color: #000;
  width: 170px;
  background: rgba(255, 255, 255, 0.40);
  color: #000;
  padding: 10px 0;
  font-size: 1.2rem;
}
.quality .u-hoverButton_arw:before {
  right: inherit;
  left: 2em;
  transform: rotate(135deg);
}
.quality .u-hoverButton_arw:after {
  background: rgba(0, 0, 0, 1);
}
@media screen and (min-width: 768px) {
  .quality .u-hoverButton:hover {
    color: #fff;
  }
  .quality .u-hoverButton_arw:hover:before {
    border-color: rgba(255, 255, 255, 1);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
.quality {
  background: url(../images/common/bg_quality_sp.jpg) no-repeat bottom;
  background-size: cover;
  background-position: 26% -18%;
  padding: 100px 0 140px;
  background-repeat: repeat-y;
}
.quality:before {
  width: 100%;
  height: 100%;
  background-size: 65% auto;
  background-position: left top;
  top: -3%;
}
.quality .c-heading_en {
  text-indent: 0.4em;
}
.quality.is-state_scroll:before {
  animation: souce02 1.5s ease-out forwards;
  animation-delay: .5s;
}
@keyframes souce02 {
  0% {
    top: -3%;
  }
  100% {
    top: 0;
  }
}
.quality .c-heading_jp {
  right: 0px;
}
.quality-lists {
  display: block;
  font-size: 1.7rem;
}
.quality-lists_cap {
  font-size: 1.4rem;
}
.quality-lists li {
  margin-top: 70px;
}
.quality-lists .u-font_aviano {
  font-size: 2.4rem;
}
.quality .img1 { 
  right: -8%;
  left: inherit;
  top: 70%;
  width: calc(367vw / 7.5);
}
.quality .img2 { 
  right: inherit;
  left: -1%;
  top: 50%;
  width: calc(294vw / 7.5);
}
.quality .img3 { 
  left: 0;
  top: 96%;
  width: calc(355vw / 7.5);
}
.quality .u-hoverButton {
  margin-top: 30px;
  width: calc(350vw / 7.5);
  padding: 13px 0 13px;
}
.quality .u-hoverButton_arw:before {
  height: 7px;
  width: 7px;
}
}

/* loop
//* -------------------------------------------------- */
.loops {
  background: #fff;
  padding: calc(25vw /14) 0;
  font-family: new-atten, sans-serif;
}
.loop-slider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.loop-track {
  display: flex;
  padding: 0 calc(10vw /14);
  align-items: center;
  animation: loop 30s linear infinite;
}
.loop-slider.bottom .loop-track {
  animation-direction: reverse;
}
.loop-track .item {
  flex: 0 0 auto;
  padding: 0 1rem;
  font-size: calc(24vw /14);
}
.item {
  flex: 0 0 auto;
  padding: 0 2rem;
}
.item .loop-img1 {
  width: calc(100vw /14);
}
.item .loop-img2 {
  width: calc(72vw /14);
}
.item .loop-img3 {
  width: calc(91vw /14);
}
.item img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-width: inherit;
}
@keyframes loop {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .loops {
    padding: 30px 0;
  }
  .loop-slider.bottom {
    margin-top: 30px;
  }
  .loop-track {
    animation: loop 45s linear infinite;
  }
  .loop-track .item {
    flex: 0 0 auto;
    padding: 0 1rem;
    font-size: calc(40vw /7.5);
  }
  .item .loop-img1 {
    width: calc(153vw /7.5);
    width: 77px;
  }
  .item .loop-img2 {
    width: calc(94vw /7.5);
    width: 47px;
  }
  .item .loop-img3 {
    width: calc(105vw /7.5);
    width: 54px;
  }
}


/* lineup
//* -------------------------------------------------- */
.lineup-kv {
  position: relative;
  height: 630px;
  overflow: hidden;
}
.parallax-bg {
  position: absolute;
  top: -25%;
  left: 0;
  width: 150%;
  height: 150%;
  background-image: url(../images/common/lineup00_kv.jpg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lineup-kv {
    height: calc(493vw / 7.5);
  }
  .parallax-bg {
    background: url(../images/common/lineup00_kv_sp.jpg) center;
    background-size: cover;
    width: 100%;
    height: 200%;
    top: -50%;
  }
}
.product-block {
  background-attachment: fixed!important;
  background-size: 70% auto!important;
}
.product-gift {
  position: relative;
}
.product-heading {
  background-color: #fff;
  position: relative;
  padding: 244px 0 45px;
  z-index: 1;
}
.lineup > div:nth-of-type(even) .product-heading {
  background-color: #F4F4F4;
}
.product-heading .u-inner {
  position: relative;
  max-width: 806px;
  margin: 0 auto;
}
.product-block .c-heading_jp {
  right: -90px;
}
.product-main {
  display: flex;
  align-items: flex-end;
  margin: 226px auto 95px;
  max-width: 1060px;
}
.product-img {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.product-img picture {
  width: 100%;
}
.product-img_rmt {
  text-align: center;
  padding-top: 0.1em;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
}
.product-img_rmt span {
  display: block;
  line-height: 1.1;
}
.product-img_rmt_B {
  font-size: 1.8rem;
}
.product-img_rmt_B .u-font_aviano {
  font-size: 3.6rem;
}
.product-img_cap {
  width: fit-content;
  padding: 5px 0.6em;
  line-height: 1;
  position: absolute;
  bottom: 40px;
  left: 20px;
}
.product-img svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.is-state_scroll .product-img path {
  fill:#008CBD;
  animation: wave ease-out 1.5s forwards;
}
@keyframes wave {
  0% {
    transform:translateX(-30%)translateY(40%);
  }
  100% {
    transform:translateX(50%)translateY(100%);
  }
}
.product-box {
  background: #fff;
  width: 50%;
  height: fit-content;
  padding: 127px 4% 87px 5%;
  line-height: 36px;
}
.lineup > div:nth-of-type(even) .product-main > div {
  background-color: #F4F4F4;
}
.product-main_txt01 {
  font-size: 2rem;
  margin-bottom: 48px;
}
.product-items {
  background: #fff;
  margin: 0 auto 0;
  padding: 218px 0 145px;
  z-index: 1;
  position: relative;
}
.lineup > div:nth-of-type(even) .product-items {
  background-color: #F4F4F4;
}
.product-items-inner {
  max-width: 750px;
  margin: 0 auto;
  padding-left: 3%;
  
}
.product-gift .product-items-inner {
  padding-bottom: 100px;
}
.product-item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative;
}
.product-item_top:nth-of-type(n+2) {
  margin: 100px auto;
}
.product-item_top picture {
  width: 50%;
  text-align: right;
}
.product-item_top > div {
  width: 38%;
  position: relative;
  max-width: 270px;
  margin-bottom: 1em;
}
.product-item_cap {
  width: fit-content;
  padding: 5px 0.5em 5px;
  line-height: 1;
  font-size: 1.2rem;
  margin-right: 1em;
}
.product-item_top dl {
  display: flex;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.product-item_top dt {
  width: 30%;
}
.product-item_top dd {
  width: 70%;
  text-align: right;
}
.product-item_top dl span {
  font-size: 1.4rem;
}
.product-item_cmp {
  position: absolute;
  font-size: 1.4rem;
  top: -50px;
  right: 0;
  padding-right: 1em;
}
.product-item_cmp:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px;
  border-right: solid 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.product-item_info {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  z-index: 1;
  position: relative;
}
.product-gift .product-item_info {
  padding-left: 40px;
}
.product-item_info--l {
  width: 48%;
}
.product-item_info--r {
  position: relative;
}
.product-gift .product-heading {
  padding-bottom: 0;
  background: none!important;
}
.product-gift .product-items {
  background: none;
  margin: 0 auto 0;
  padding: 109px 0 0;
  margin-bottom: 155px;
  position: relative;
}
.product-gift .product-items:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_gift02.svg) repeat-y center top;
  background-size: 170% auto;
}
@media screen and (min-width: 1px) and (min-width: 1024px) {
  .lineup > div:nth-of-type(even) {
    background-color: #F4F4F4!important;
  }
}
@media screen and (min-width: 1px) and (max-width: 1024px) {
  .lineup > div:nth-of-type(even) {
    background: none;
  }
  .product-block {
    padding-bottom: 100px;
    background: none!important;
    background-attachment: inherit!important;
    position: relative;
    overflow: hidden;
  }
  .fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto!important;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background-image 0.3s ease-in-out;
  }
  .product-gift {
    padding-bottom: 0;
    background-color: #fff!important;
  }
  .product-gift:before {
    display: none;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .lineup > div:nth-of-type(even) {
    background: none;
  }
  .product-block {
    padding-bottom: 100px;
    background: none!important;
    background-attachment: inherit!important;
    position: relative;
    overflow: hidden;
  }
  .fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 200% auto!important;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, background-image 0.3s ease-in-out;
  }
  .product-gift {
    padding-bottom: 0;
    background-color: #fff!important;
  }
  .product-gift:before {
    display: none;
  }
  .product-heading {
    padding: calc(295vw / 7.5) 0 calc(72vw / 7.5);
  }
  .product-heading .u-inner {
    margin: 0 auto;
  }
  .product-block .c-heading_jp {
    right: 5px;
  }
  .product-main {
    display: block;
    margin: 0 auto 50px;
  }
  .product-img {
    width: 100%;
  }
  .product-img_rmt {
    width: calc(130vw / 7.5);
    height: calc(130vw / 7.5);
    top: calc(40vw / 7.5);
    left: calc(40vw / 7.5);
    font-size: calc(32vw / 7.5);
    padding-top: 0;
  }
  .product-img_rmt_B {
    font-size: calc(22vw / 7.5);
    padding-top: 0.5em;
  }
  .product-img_rmt_B .u-font_aviano {
    font-size: calc(42vw / 7.5);
  }
  .product-img_cap {
    bottom: 15px;
    left: 20px;
    font-size: 1.2rem;
    padding: 4px 0.4em 4px;
  }
  .isloops-state_scroll .product-img path {
    animation: wave ease-out 2.5s forwards;
  }
  .product-main .product-box {
    width: 95%;
    height: fit-content;
    padding: 60px 5% 60px;
    line-height: 2;
    margin-top: 50px;
    font-size: calc(28vw / 7.5);
  }
  .product-main_txt01 {
    font-size: 2rem;
    font-size: calc(36vw / 7.5);
    margin-bottom: 36px;
  }
  .product-items {
    width: 95%;
    margin: 0;
    padding: 60px 0 60px;
  }
  .product-items-inner {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .product-gift .product-items-inner {
    padding-bottom: 70px;
  }
  .product-item_top {
    display: block;
  }
  .product-item_top:nth-of-type(n+2) {
    margin: 50px auto 0;
  }
  .product-item_top picture {
    width: 90%;
    margin: 0 auto;
  }
  .product-item_top > div {
    width: 66%;
    margin: 30px auto 0;
    max-width: 100%;
  }
  .product-item_cap {
    width: fit-content;
    padding: 6px 0.4em　4px;
    font-size: 1.2rem;
  }
  .product-item_top dl {
    font-size: 2.4rem;
  }
  .product-item_top dt {
    width: 30%;
  }
  .product-item_top dd {
    width: 70%;
    text-align: right;
  }
  .product-item_top dl span {
    font-size: 1.4rem;
  }
  .product-item_cmp {
    font-size: 1.4rem;
    width: fit-content;
    padding-right: 1em;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-item_info {
    margin-top: 30px;
    display: block;
    font-size: 1.4rem;
  }
  .product-gift .product-item_info {
    padding-left: 0;
  }
  .product-item_info--l {
    margin: 0 auto;
    width: fit-content;
    text-align: left;
    font-size: 1.4rem;
    width: 70%;
  }
  .product-item_info--r {
    margin-top: 80px;
  }
  .product-gift .product-items {
    margin: 0 auto 0;
    padding: 109px 0 0;
    width: 100%;
    margin-bottom: 70px;
  }
  .product-gift .product-items:before {
    background-size: 340% auto;
  }
}

/* specialist
//* -------------------------------------------------- */
.specialist {
  background: url(../images/common/bg_specialist.jpg) repeat-y;
  background-size: 100% auto;
  padding: 180px 0 160px;
}
.specialist .c-heading_en {
  font-size: 4rem;
}
.specialist .c-heading_jp {
  position: relative;
  writing-mode: horizontal-tb;
  text-align: left;
  top: inherit;
  font-size: 1.4rem;
  top: inherit;
  right: inherit;
  word-break: keep-all;
  overflow: hidden;
  letter-spacing: -0.01em;
}
.specialist .c-heading_jp span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform .8s cubic-bezier(.25,.8,.25,1);
  transition-delay: 0.5s;
}
.specialist .is_animed .c-heading_jp span {
  transform: translateY(0);
}

.specialist .u-inner {
  max-width: 814px;
}
.specialist-block {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.specialist-block li {
  width: 45%;
}
.specialist-block p {
  line-height: 3.6rem;
}
.specialist-block .specialist-name {
  font-size: 1.8rem;
  margin: 1em 0 0.5em;
}
.u-accordion_btn.fadeout {
  opacity: 0;
  pointer-events: none;
  cursor: none;
}
@media screen and (max-width: 767px) {
  .lineup .specialist {
    background: #F6F0E8!important;
    padding: 95px 0;
  }
  .specialist .c-heading_en {
    font-size: 2.6rem;
  }
  .specialist .c-heading_jp {
    font-size: 1.2rem;
  }
  .specialist-block {
    margin-top: 20px;
    display: block;
  }
  .specialist-block li {
    width: 100%;
  }
  .specialist-block li:nth-child(n+2) {
    margin-top: 60px;
  }
  .specialist-block .specialist-name {
    font-size: 1.8rem;
    margin: 2em 0 0;
    line-height: 1;
  }
  .specialist-block p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .u-accordion_btn {
    margin: 10px 0 0;
}
}

/* shop
//* -------------------------------------------------- */
.shop-kv {
  position: relative;
  height: 830px;
  overflow: hidden;
}
.shop-bg {
  position: absolute;
  top: -20%;
  left: -7%;
  width: 130%;
  height: 130%;
  background: url(../images/common/shop_kv.webp);
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .shop-kv {
    height: calc(915vw / 7.5);
  }
  .shop-bg {
    /* background: url(../images/common/shop_kv_sp.jpg) center;
    background-size: cover; */
    width: 130%;
    height: 130%;
    top: -15%;
    left: 0%;
  }
}

.shop-main {
  background: #fff;
  padding: 130px 0 200px;
}
.shop .u-inner {
  max-width: 903px;
  position: inherit;
}
.shop-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
}
.shop-block > div {
  width: 34%;
}
.shop-block p {
  line-height: 3.6rem;
}
.shop-block picture {
  width: 55%;
}
.shop-name {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.shop-block .u-tablink {
  margin: 15px 0 0;
  width: fit-content;
}
.shop-block .u-hoverButton {
  margin: 25px 0 0;
}
.shop-add a {
  display: inline-block;
}
.shop-add span {
  font-size: 80%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .shop-main {
    padding: 100px 0 100px;
  }
  .shop-main .u-inner {
    width: 100%;
  }
  .shop-heading {
    width: 90%;
    margin: 0 auto 50px;
  }
  .shop-block {
    display: block;
    margin: 40px auto 0;
    width: 90%;
  }
  .shop-block > div {
    width: 100%;
  }
  .shop-block p {
    line-height: 2;
  }
  .shop-block picture {
    width: 100%;
  }
  .shop-name {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .shop-map {
    margin: 30px auto 50px;
  }
  .shop-block .u-hoverButton {
    margin: 25px auto 0;
  }
  .shop-add span {
    font-size: 100%;
  }
}




/* contact
//* -------------------------------------------------- */
.contact {
  background: url(../images/common/bg_story.webp) repeat-y!important;
  background-size: 100% auto;
  width: 100vw;
  padding: calc(180vw / 14) 0 calc(260vw / 14);
  image-rendering: auto;
}
.contact:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/bg_contact_pond.svg) no-repeat left bottom;
  background-size: 100% auto;
  width: 100%;
  height: calc(243vw / 14);
}
.contact-inner {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.contact-block {
  color: #fff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-top: 92px;
}
.contact-company {
  width: 45%;
}
.contact-company-ttl {
  font-size: 2rem;
  line-height: 52px;
}
.contact-company dl {
  display: flex;
  font-size: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255,.5);
  padding: 1em 0;
}
.contact-company dl:nth-of-type(1) {
  border-color: rgba(255, 255, 255,1);
  margin-top: 10px;
}
.contact-company dt {
  width: 35%;
}
.contact-lists {
  width: 45%;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
.contact {
  background: url(../images/common/bg_story_sp.webp) repeat-y!important;
  background-size: 100% auto;
  padding: calc(180vw / 7.5) 0 calc(260vw / 7.5);
}
.contact:before {
  background: url(../images/common/bg_contact_pond_sp.svg) no-repeat left bottom;
  background-size: 100% auto;
  height: calc(286vw / 7.5);
}
.contact-inner {
  width: 90%;
  pointer-events: auto;
}
.contact-block {
  display: block;
  margin-top: 80px;
}
.contact-company {
  width: 100%;
}
.contact-company-ttl {
  font-size: 2rem;
  line-height: 52px;
}
.contact-company dl {
  display: flex;
  font-size: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255,.5);
  padding: 0.8em 0;
}
.contact-company dl:nth-of-type(1) {
  margin-top: 10px;
}
.contact-lists {
  width: 100%;
  margin-top: 40px;
}

.contact .u-hoverButton {
  border-radius: 6.508px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  padding: 70px 0 0;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  color: #fff;
  border: 1px solid;
}
.contact .u-hoverButton:after {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
.contact .u-hoverButton_tel:before {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/common/ico_tel.svg) no-repeat;
  background-size: 100% auto;
  top: 32px;
  left: 0;
  margin: auto;
  right: 0;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.contact .u-hoverButton_mail:before {
  position: absolute;
  content: '';
  display: block;
  width: 24px;
  height: 20px;
  background: url(../images/common/ico_mail.svg) no-repeat;
  background-size: 100% auto;
  top: 32px;
  left: 0;
  margin: auto;
  right: 0;
  transform: rotate(0);
  transition: all 0.3s ease;
}

}

/* footer
//* -------------------------------------------------- */
.g-footer {
  padding-top: 110px;
  text-align: center;
  color: #fff;
}
.g-footer-btns {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.g-footer-btns > div {
  margin: 0 33px;
  width: 195px;
  height: 136px;
}
.g-footer .u-hoverButton {
  border-radius: 6.508px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  padding: 72px 0 0;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  color: #fff;
  border: 1px solid;
}
.g-footer .u-hoverButton:nth-child(2) {
  padding: 80px 0 0;
}
.g-footer .u-hoverButton:after {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
.g-footer .u-hoverButton_tel:before {
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/common/ico_tel.svg) no-repeat;
  background-size: 100% auto;
  top: 35px;
  left: 0;
  margin: auto;
  right: 0;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.g-footer .u-hoverButton_mail:before {
  position: absolute;
  content: '';
  display: block;
  width: 29px;
  height: 24px;
  background: url(../images/common/ico_mail.svg) no-repeat;
  background-size: 100% auto;
  top: 37px;
  left: 0;
  margin: auto;
  right: 0;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.g-footer .u-hoverButton span {
  display: block;
  font-size: 70%;
  margin-top: 0.5em;
}
.g-footer-sns {
  margin: 109px auto 0;
}
.g-footer-sns a {
  width: 36px;
  margin: 0 auto;
  transition: all 0.3s;
}
.g-footer-copy {
  text-align: center;
  margin: 30px auto 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .g-footer .u-hoverButton:hover {
    color: #fff;
  }
  .g-footer .u-hoverButton:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
  }
  .g-footer-sns a:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer {
    padding-top: 60px;
    pointer-events: auto;
  }
  .g-footer-sns {
    margin: 0 auto 0;
  }
  .g-footer-sns a {
    width: calc(53vw / 7.5);
  }
  .g-footer-copy {
    margin: 20px auto 0;
    font-size: 1.2rem;
  }
  .g-footer-btns {
    margin: 70px auto 0;
    justify-content: space-between;
  }
  .g-footer-btns > div {
    margin: 0;
    width: 47%;
    height: calc(218vw / 7.5);
  }
  .g-footer-btns .u-hoverButton span {
    display: block;
    font-size: 70%;
    margin-top: 0.5em;
  }
}





