@charset "UTF-8";
/* CSS Document */
:root{
	--theme: #2151ad;
}
html {
	scroll-behavior: smooth;
}
body{
	font-family: "Noto Sans JP","Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: var(--theme);
  font-size: clamp(14px, 1vw + 10px, 16px);
  line-height: 1.5;
}
img{
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}




.mtop0 { margin-top: 0!important; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop15 { margin-top: 15px; }
.mtop20 { margin-top: 20px; }
.mtop25 { margin-top: 25px; }
.mtop30 { margin-top: 30px; }
.mtop35 { margin-top: 35px; }
.mtop40 { margin-top: 40px; }
.mtop50 { margin-top: 50px; }
.mtop60 { margin-top: 60px; }
.mtop70 { margin-top: 70px; }
.mtop100 { margin-top: 100px; }


.mbtm0 { margin-bottom: 0; }
.mbtm5 { margin-bottom: 5px; }
.mbtm10 { margin-bottom: 10px; }
.mbtm15 { margin-bottom: 15px; }
.mbtm20 { margin-bottom: 20px; }
.mbtm25 { margin-bottom: 25px; }
.mbtm30 { margin-bottom: 30px; }
.mbtm35 { margin-bottom: 35px; }
.mbtm40 { margin-bottom: 40px; }
.mbtm50 { margin-bottom: 50px; }
.mbtm60 { margin-bottom: 60px; }
.mbtm70 { margin-bottom: 70px; }
.mbtm100 { margin-bottom: 100px; }


@media screen and (max-width: 900px) {
  .mtop25 { margin-top: 4%; }
  .mtop30 { margin-top: 5%; }
  .mtop40 { margin-top: 6%; }
  .mtop50 { margin-top: 7%; }
  .mtop60 { margin-top: 10%; }
  .mtop70 { margin-top: 12%; }  
  .mtop100 { margin-top: 15%; }


  .mbtm15 { margin-bottom: 10px; }
  
  .mbtm25 { margin-bottom: 4%; }
  .mbtm30 { margin-bottom: 5%; }
  .mbtm40 { margin-bottom: 6%; }
  .mbtm50 { margin-bottom: 7%; }
  .mbtm60 { margin-bottom: 10%; }
  .mbtm70 { margin-bottom: 12%; }
  .mbtm100 { margin-bottom: 15%; }
  

}



/*----------------------------------------
	フォント
----------------------------------------*/
.f10 { font-size: 10px; line-height: 140%;}
.f11 { font-size: 11px; line-height: 140%;}
.f12 { font-size: 12px; line-height: 160%;}
.f13 { font-size: 13px; line-height: 160%;}
.f14 { font-size: 14px; line-height: 160%;}
.f15 { font-size: 15px; line-height: 160%;}
.f16 { font-size: 16px; line-height: 160%;}
.f18 { font-size: 18px; line-height: 160%;}
.f20 { font-size: 20px; line-height: 160%;}
.f24 { font-size: 24px; line-height: 160%;}

.f30 { font-size: 30px; line-height: 140%;}


@media screen and (max-width: 900px) {
  .f18 { font-size: 17px; line-height: 160%;}
  .f30 { font-size: 26px; line-height: 140%;}
}

@media screen and (max-width: 750px) {
  .f13 { font-size: 11px; line-height: 160%;}
  .f14 { font-size: 12px; line-height: 160%;}
  .f15 { font-size: 13px; line-height: 160%;}
  .f16 { font-size: 14px; line-height: 160%;}
  .f18 { font-size: 16px; line-height: 160%;}
  .f20 { font-size: 18px; line-height: 160%;}
  .f24 { font-size: 20px; line-height: 160%;}
  
  
  .f30 { font-size: 24px; line-height: 140%;}  
	p {
		font-size: 15px;
	}
}


@media screen and (max-width: 480px) {
  .f30 { font-size: 22px; line-height: 140%;}  
	p {
		font-size: 14px;
	}
}




/* =========================================
   FV
========================================= */



.fv{
	background-image: url(../img/fv_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    aspect-ratio: 1.89;
    z-index: 5;
}
.fv__inner{
  position: absolute;
    top: 6vw;
    left: 16vw;
    width: 36vw;
    z-index: 1;
}
.fv__logo {
}
.fv-logo__img {
    width: 100%;
}
.fv-logo__badge {
  position: absolute;
    top: -0.2vw;
    left: -3.8vw;
    z-index: -1;
    width: 11vw;
}
.fv__scroll {
    position: absolute;
    bottom: -5vw;
    width: 119px;
    height: 74px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.fv__scroll-arrow {
    display: block;
    position: absolute;
    width: 1.6vw;
    height: 1.6vw;
    border-left: 1px solid var(--theme);
    border-bottom: 1px solid var(--theme);
    transform: rotate(315deg);
    bottom: 2.6vw;
    left: 0;
    right: 0;
    margin: auto;
    animation: scroll 2s infinite;
}
.fv__scroll-text {
    font-family: poppins;
    font-size: 1.1vw;
}

@keyframes scroll {
	 0%, 100% {
    transform: rotate(315deg) translate(0,0);
    opacity: 1;
  }
  50% {
    transform: rotate(315deg) translate(-8px, 8px);
    opacity: 1;
  }
	0%, 80%, 100% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
}




@media screen and (max-width: 770px) {
  .fv {
    background-image: url(../img/fv_bg_sp.png);
    aspect-ratio: 0.54;
  }
  .fv__inner {
    width: 88%;
    top: 86vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .fv-logo__badge {
    width: 24vw;
    top: -2.2vw;
  }
  .fv__scroll-text {
    font-size: 3.4vw;
  }
  .fv__scroll {
      top: 71vw;
      bottom: auto;
  }
  .fv__scroll-arrow {
    bottom: 8.6vw;
    width: 6vw;
    height: 6vw;
}



}


/* =========================================
intro
========================================= */
.intro{
  background-image:  url(../img/bg_line_white.png) , url(../img/bg_intro.png);
    background-repeat: no-repeat;
    background-size: 100%, cover;
    background-position: bottom -1px center , top left;
    padding: 282px 0;
    margin-top: -200px;
    position: relative;
    z-index: 1;
}
.intro__inner{
  width: 95%;
    max-width: 1250px;
    margin: auto;
    background-image: url(../img/intro_map.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative;
    padding: 160px 0;
}
.intro__title {
    margin-bottom: 80px;
}
.intro__title img {
    width: 600px;
}
.intro__text {
    margin-bottom: 50px;
}
.intro__text img {
    width: 433px;
}
.cta{}
.cta-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cta-item{}

.cta-link {
    display: block;
    padding: 16px 44px;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    position: relative;
    transition: all 0.2s ease;
    text-align: center;
}

.cta-link span {
  font-size: 27px;
}

.cta-link::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.cta-link:hover{
	transform: translateY(7px);
	box-shadow: none
}

.cta-link--keyholder {
  background-color: #33BDEE;
	box-shadow: 0 7px 0 #1d9fc7;
}
.cta-link--stand {
  background-color: #2251AD;
  box-shadow: 0 7px 0 #183c80;
}


.intro__image{
  position: absolute;
}
.intro__image--left{
  left: 0;
  top: 0;
}
.intro__image--right{
  right: 0;
    top: 34px;
}


/* アニメーション */
.animate-unroll {
  clip-path: inset(50% 0);
  opacity: 0;
}

.animate-unroll.animate {
  animation: revealFromCenter 0.6s cubic-bezier(0.12, 0.9, 0.2, 1) 0.5s forwards;
}

@keyframes revealFromCenter {
  from {
    clip-path: inset(50% 0);
    opacity: 1;
  }
  to {
    clip-path: inset(0% 0);
    opacity: 1;
  }
}






.nakami {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.animate-unroll.animate .nakami {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.intro__image--left,
.intro__image--right {
  animation: none;
}

.animate-unroll.animate .intro__image--left {
  animation: float-left 3s ease-in-out 1.8s both infinite;
}

.animate-unroll.animate .intro__image--right {
  animation: float-right 3s ease-in-out 1.8s both infinite;
}
@keyframes float-left {
  0% {
    transform: translateY(-10px) rotate(-0.5deg);
  }

  50% {
    transform: translateY(10px) rotate(0.5deg);
  }

  100% {
    transform: translateY(-10px) rotate(-0.5deg);
  }
}

@keyframes float-right {
  0% {
    transform: translateY(10px) rotate(0.5deg);
  }

  50% {
    transform: translateY(-10px) rotate(-0.5deg);
  }

  100% {
    transform: translateY(10px) rotate(0.5deg);
  }
}






@media screen and (max-width: 1300px) {
  .intro__inner {
    padding: 9vw 0;
  }
  .intro__title img {
    width: 46.15vw;
}
.intro__title {
    margin-bottom: 6.15vw;
}
.intro__text img {
    width: 33.31vw;
}
.intro__image {
  width: 21.77vw;
}
.cta-link {
    font-size: 1.62vw;
}
.cta-link span {
    font-size: 2vw;
}


}



@media screen and (max-width: 770px) {
  .intro {
    padding: 48vw 0 30vw;
    background-size: 140%, cover;
  }
.intro__inner {
    background-image: url(../img/intro_map_sp.png);
    padding: 36vw 0 20vw;
    background-position: top 11vw center;
}
.intro__image {
    width: 92%;
}
.intro__title img {
  width: 80%;
}
.intro__text {
    margin-bottom: 9%;
}
.cta-list {
  flex-wrap: wrap;
}
.intro__text img {
    width: 74%;
}
.cta-item {
  width: 77%;
}

.cta-link {
  font-size: 3.5vw;
    padding: 10px 44px;
}
.cta-link span {
  font-size: 4.5vw;
}
.intro__image--sp {
    top: -37vw;
    left: 0;
    right: 0;
    margin: auto;
}






}

/* =========================================
common
========================================= */

.section__title {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 60px;
}
.js-slide-from-sea{
	opacity: 0;
}

.js-slide-from-sea.is-visible{
	animation: slideFromSea .8s cubic-bezier(0.22,1,0.36,1) both;
	animation-delay: .2s;
}

@keyframes slideFromSea{
	0%{
		opacity: 0;
		transform: translateX(-50px) rotate(-3deg);
	}
	100%{
		opacity: 1;
		transform: translateX(0) rotate(0);
	}
}

@media screen and (max-width: 770px) {
.section__title {
    margin: 0 auto 30px;
}
}



/* =========================================
details
========================================= */
.details {
    padding: 60px 0 88px;
    background-image: url(../img/bg_line_blue.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom -1px center;
    margin-top: -1px;
}
.details__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 95%;
    max-width: 1080px;
    margin: 0 auto 120px;
}
.details__item{
    width: calc((100% / 2) - 40px);
  
}
.details__image {
    margin-bottom: 30px;
}
.details__text{
  text-align: center;
}

@media screen and (max-width: 770px) {
.details {
    padding: 30px 0 1px;
    background-size: 140%;
}
}


@media screen and (max-width: 580px) {
  .details__list {
    flex-wrap: wrap;
}
.details__item {
    width: 100%;
}
.details__image {
    width: 100%;
}
.details__image img {
    width: 100%;
}
}




/* =========================================
design-sample
========================================= */

.design-sample {
    padding: 60px 0 280px;
    background-color: #e4f4fc;
    background-image: url(../img/bg_line_white.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom -1px center;
    margin-top: -1px;
}
.design-sample__wrap {
  width: 85%;
  margin: auto;
  max-width: 1000px;
}

.design-sample__panel{
	display: none;
  text-align: center;
  position: relative;
}
.design-sample__panel.is-active{
	display: block;
}
button{
	appearance: none;
	-webkit-appearance: none;
	border: none;
	background: none;
	padding: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
}
.design-sample__tabs {
    margin-bottom: 40px;
}
.design-sample__tab-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    border-bottom: 5px solid var(--theme);
}
.design-sample__tab-item {
    width: calc((95% - 20px) / 2);
}
.design-sample__tab-button {
  background-color: #E2BF5B;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: clamp(12px, 2.3vw, 30px);
    font-weight: bold;
}
.design-sample__tab-button.is-active {
    background-color: var(--theme);
  pointer-events: none;
}
.design-sample__tab-button:hover {
  opacity: 0.7;
}
.design-sample__tab-button.is-active:hover {
  opacity: 1;
}
.design-sample__panels {
    padding: 40px 40px 50px 40px;
    border: 5px solid var(--theme);
    border-radius: 40px;
    background-color: #fff;
    position: relative;
}
.design-sample__slide {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
}
.design-sample__slide-text {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin-top: 40px;
}

.design-sample__slide-note {
    margin-top: 26px;
    border-top: 2px dashed var(--theme);
}
.design-sample__slide-note p {
  background-image: url(../img/chuui.png);
  background-repeat: no-repeat;
  background-position: left center;
    padding: 20px 20px 20px 60px;
    display: inline-block;
    text-align: left;
}


.design-sample__slide-number {
    position: absolute;
    top: -12px;
    left: 0;
}

 .swiper-wrapper {
  align-items: flex-start;
  height: auto;
}

.swiper-slide{
  height: auto;
}

.swiper-fade .swiper-slide{
	pointer-events: none;
}
.swiper-fade .swiper-slide-active{
	pointer-events: auto;
}
.design-sample__keyholder-slider-next,
.design-sample__keyholder-slider-prev,
.design-sample__stand-slider-next,
.design-sample__stand-slider-prev {
position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--theme);
    border-radius: 80px;
    top: min(240px, 19vw);
  cursor: pointer;
}

.design-sample__keyholder-slider-prev,
.design-sample__stand-slider-prev {
    left: -84px;
}

.design-sample__keyholder-slider-next,
.design-sample__stand-slider-next {
  right: -84px;
}

.design-sample__keyholder-slider-next:hover,
.design-sample__keyholder-slider-prev:hover,
.design-sample__stand-slider-next:hover,
.design-sample__stand-slider-prev:hover {
  background-color: #33BDEE;
}
.design-sample__keyholder-slider-next::after,
.design-sample__keyholder-slider-prev::after,
.design-sample__stand-slider-next::after,
.design-sample__stand-slider-prev::after {
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}

.design-sample__keyholder-slider-next::after,
.design-sample__stand-slider-next::after {
    transform: rotate(225deg);
    right: 33px;
}

.design-sample__keyholder-slider-prev::after,
.design-sample__stand-slider-prev::after {
  transform: rotate(45deg);
    left: 30px;
}
.design-sample__keyholder-slider-pagination,
.design-sample__stand-slider-pagination {
    display: flex;
    justify-content: center;
    gap: 13px;
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 0;
}
.design-sample__keyholder-slider-pagination span.swiper-pagination-bullet-active,
.design-sample__stand-slider-pagination span.swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.design-sample__keyholder-slider-pagination span,
.design-sample__stand-slider-pagination span {
    width: 15px;
    height: 15px;
    background-color: #CACBCD;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
}
.swiper-pagination.design-sample__keyholder-slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination.design-sample__stand-slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal
 {
    bottom: -111px;
}


@media screen and (max-width: 770px) {
  .design-sample {
    padding: 30px 0 100px;
    background-size: 140%;
}
  .design-sample__tabs {
    margin-bottom: 20px;
}
  .design-sample__tab-list {
    gap: 6px;
  }
  .design-sample__tab-button {
    padding: 10px;
  }
  .design-sample__tab-list {
    border-width: 3px;
  }
  .design-sample__panels {
    border-width: 3px;
        padding: 20px;
        border-radius: 20px;
  }
  .design-sample__slide {
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.design-sample__slide li {
  width: 100%;
}
.design-sample__slide-number {
    top: -6px;
    left: -4px;
}
.design-sample__slide-number img {
    width: 80px;
}
.design-sample__slide-text {
    font-size: 15px;
    margin-top: 20px;
}

.swiper-pagination.design-sample__keyholder-slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination.design-sample__stand-slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal
 {
    bottom: -50px;
}
.design-sample__keyholder-slider-pagination span, .design-sample__stand-slider-pagination span {
  width: 8px;
  height: 8px;
}
.design-sample__slide-note {
    background-size: 30px;
}
.design-sample__keyholder-slider-next, .design-sample__keyholder-slider-prev, .design-sample__stand-slider-next, .design-sample__stand-slider-prev {
    width: 34px;
    height: 34px;
    top: 62vw;
}
.design-sample__keyholder-slider-prev, .design-sample__stand-slider-prev {
    left: -39px;
}
.design-sample__keyholder-slider-next, .design-sample__stand-slider-next {
    right: -39px;
}
.design-sample__keyholder-slider-next::after, .design-sample__keyholder-slider-prev::after, .design-sample__stand-slider-next::after, .design-sample__stand-slider-prev::after {
  
    height: 8px;
    width: 8px;
}
.design-sample__keyholder-slider-prev::after, .design-sample__stand-slider-prev::after {
    left: 13px;
}
.design-sample__keyholder-slider-next::after, .design-sample__stand-slider-next::after {

    right: 13px;
}
.js-keyholder-slider,
	.js-stand-slider{
		height: auto;
	}

	.js-keyholder-slider .swiper-wrapper,
	.js-stand-slider .swiper-wrapper{
		height: auto;
	}

	.js-keyholder-slider .swiper-slide,
	.js-stand-slider .swiper-slide{
		height: auto;
	}

  .design-sample__slide-note p {
    background-size: 33px;
    padding: 20px 20px 20px 42px;
}


}


/* =========================================
tips
========================================= */
.tips{
  padding: 60px 0 120px;
    margin-top: -1px;
}
.tips__inner {
    text-align: center;
    width: 95%;
    margin: auto;
}
.tips__lead{}
.tips__image{}
.tips__note{}


@media screen and (max-width: 770px) {
.tips {
    padding: 30px 0 60px;
}
}


/* =========================================
simulator
========================================= */
.simulator {
    background-color: #FDEEC5;
    padding: 100px 0;
}
.simulator__inner {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    background-color: #fff;
    padding: 100px 60px;
    border-radius: 20px;
    text-align: center;
}
.simulator__title {
    margin-bottom: 20px;
}
.simulator__image {
    margin-bottom: 20px;
}
.simulator__note {
  color: #676767;
  margin-bottom: 40px;
}
.simulator__button img {
  transition: all 0.2s ease;
}
.simulator__button:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 770px) {

.simulator {
    padding: 50px 0;
}
.simulator__inner {
    padding: 60px 30px;
}

}

/* =========================================
cta
========================================= */
.cta{
  background-image: url(../img/info_right.png),url(../img/info_left.png),url(../img/info_bg.png);
    background-size: 432px , 413px , cover;
  background-repeat: no-repeat;
    background-position: right top , left top , bottom center;
  padding: 120px 0;
}
.cta__inner{
  width: 95%;
  max-width: 800px;
  margin: auto;
}
.cta__header{
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.cta__logo {
  width: 100%;
  max-width: 620px;
  margin: auto;
}
.cta__limited{
  position: absolute;
  z-index: -1;
    top: 0;
    left: 0;
}


@media screen and (max-width: 1200px) {
.cta{
    background-position: right -100px top , left -100px top , bottom center;
}
}
@media screen and (max-width: 900px) {
.cta{
    background-position: right -180px top , left -180px top , bottom center;
}
}

@media screen and (max-width: 770px) {
  .cta {
    background-image: url(../img/info_bg_sp.png);
    background-size: cover;
    background-position: top center;
    padding: 79vw 0 18vw;
  }
  .cta__logo {
    width: 90%;
  }
  .cta__limited {
    width: 27vw;
    top: -4vw;
  }
  .cta__header {
    margin-bottom: 8vw;
  }
  .cta-bottom {
    width: 70%;
  }
}


/* =========================================
attention
========================================= */
.attention{
    padding: 60px 0 120px;
}
.attention__inner{
  width: 95%;
  max-width: 1100px;
  margin: auto;
}
.attention__list{
}
.attention__item{
  padding-left: 1em;
    text-indent: -1em;
    line-height: 160%;
    margin-bottom: 18px;
  }



@media screen and (max-width: 770px) {
  .attention {
    padding: 30px 0 60px;
  }
}


/* ----------------------------------------
jewelry-acryl
---------------------------------------- */
.jewelry-acryl{
  background-color: var(--theme);
  padding: 120px 0 80px;
        overflow: hidden;
}
.jewelry-acryl__inner{
  position: relative;
}
.jewelry-acryl__content{
  max-width: 1120px;
    width: 77%;
  margin: auto;
  background-color: #fff;
    padding: 1px 27px 60px;
  border-radius: 20px;
  text-align: center;
}
.jewelry-acryl__logo{
  width: 250px;
  margin: -49px auto 47px;
}
.jewelry-acryl__logo img {
  width: 100%;
}
.jewelry-acryl__title{
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 40px;
}
.jewelry-acryl__text {
    line-height: 1.8;
}




@media screen and (max-width: 770px) {

.jewelry-acryl {
    padding: 100px 0 60px;
}
.jewelry-acryl__logo {
    width: 180px;
    margin: -49px auto 25px;
}
.jewelry-acryl__title {
    margin-bottom: 30px;
    font-size: 20px;
}
}


/* ----------------------------------------
floating-links
---------------------------------------- */
.floating-links{
  position: absolute;
  width: 100px;
  bottom: -37px;
  right: 40px;
}
.floating-links__share{
  margin-bottom: 20px;
}
.floating-links__share-link{}
.floating-links__pagetop{}
.floating-links__pagetop-button{}


@media screen and (max-width: 770px) {
  .floating-links {
    width: 50px;
    bottom: -31px;
    right: 22px;
  }
  .floating-links__share {
    margin-bottom: 15px;
  }
}


/* ----------------------------------------
footer
---------------------------------------- */

footer {
  padding: 60px 0;
  text-align: center;
}


@media screen and (max-width: 770px) {

footer {
    padding: 40px 0;
}
footer img {
  width: 150px;
}
}


/* ----------------------------------------
PC / SP限定
---------------------------------------- */

.pc-only{
	display: block;
}

.sp-only{
	display: none;
}

@media (max-width: 770px){

	.pc-only{
		display: none;
	}

	.sp-only{
		display: block;
	}

}



/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}




