@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

ul {
  padding-left:0;
}

li {
  list-style:none;
}

a {
  text-decoration:none; 
}

.caratt-logo {
  padding: 24px 10px;
}

.global-nav {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding-top: 60px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.global-nav__item {
  padding: 0 14px;
  margin: 0 16px 0;
  position: relative;
}

.global-nav__item a {
  display: block;
  font-size: 0.9rem;
  padding: 14px 10px;
  border-bottom: dotted 1px #333;
  text-decoration: none;
  color: #333;
}

.global-nav__item a:hover {
  background-color: #eee;
}

.global-nav__item a:after {
  content: "";
  position: absolute;
  right: 17px;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger__line {
  position: absolute;
  left: 14px;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: all .6s;
}

.hamburger-menu {
  position: absolute;
  left: 12px;
  width: 30px;
  height: 2px;
  transition: all .6s;
  font-size: .7em;
}

.hamburger__line--1 {
  top: 20px;
}

.hamburger__line--2 {
  top: 30px;
}

.hamburger__line--3,
.hamburger__line--4 {
  top: 40px;
}

.btn {
  display: inline-block;
}

/* menu-display */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 25px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 25px;
}

.nav-open .hamburger__line--4 {
  top: 40px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

.inner02 {
  position: relative;
}
.inner06 {
  margin: 0 4%;
  position: relative;
}

.center {
  text-align:center
}

.center img {
  width: 100%;
}

.birthday-lp {
  font-size: 1em;
  background-color: #FFF;
  /*background-image: url("https://www.caratt.jp/wp_page_css/images/plan/bg.jpg");
  background-repeat: repeat;*/
  /*padding-bottom: 4em;*/
}

.birthday-lp-inner,
.how-inner {
  margin: 0 auto;
  width: 100%!important;
  padding-bottom: 4em;
}

.content-g {
  width: 320px;
  height: 320px;
}
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 360px;
  margin-bottom: 40px;
}
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.content-hover {
  transition: all 0.2s;
  margin-right: 20px;
}
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 40px;
  box-shadow: 0 3px 10px 0 #E6C2BF;
  opacity: 0.8;
  cursor: pointer;
}
.box-pre {
  padding:0 6em;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color:#333;
}
header {
  z-index: 9999;
  padding: 4px 4% 4px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
}

header a {	
  text-decoration: none;
  color: #4b4b4b;
}
header nav {
  margin: 0 0 0 auto;
}
header ul {
  align-items: center;
  list-style: none;
  margin: 0;
  display: flex;
}
header li {
  margin: 0 0 0 6px;
  font-size: 14px;
  font-weight: bold;
}

.button02 {
  border-radius: 100px;
  width: 200px;
  padding: 15px;
  box-sizing: border-box;
  background: #ff9789;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}

.pc { 
  display: block !important;
}
.sp {
  display: none !important;
}

.hero-box {
  margin-right: 6em;
}

.top-text {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: #555;
  text-align: right;
}

.top-text02 {
  font-weight: bold;
  line-height: 1.4rem;
  color: #555;
  text-align: right;
}

.p-text {
  font-size: 0.8rem;
}

.button2,
a.button2,
button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 100vh;
}
.button2-c-wrap {
    margin: 40px 90px;
    text-align: right;
}

a.button2-c {
  font-size: 16px;
  position: relative;
  padding: 0rem 2rem .8rem 1.8rem;
  color: #fff;
  background: #ff9789;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button2-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -1.8rem;
  left: calc(50% - 110px);
  display: block;
  width: 220px;
  padding: 0.25rem 0;
  color: #fff;
  border-radius: 6px;
  background: #99d1b8;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.button2-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #99d1b8 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #99d1b8 transparent transparent transparent;
}

a.button2-c:hover {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  color: #fff;
  -webkit-box-shadow: 0 2px 0 #ff9789;
  box-shadow: 0 2px 0 #ff9789;
}

.inner01,
.inner-sp  {
  background-image: url(../images/bg01.jpg);
  background-repeat: repeat;
}

.inner-sp {
  padding: 0 14px 30px 14px;
  margin: 0 0 30px 0;
}

.inner09bg {
  background-image: url(../images/bg02.jpg);
  background-repeat: repeat;
}

.inner08 {
  background-image: url(../images/bg08.jpg);
  background-size: cover;
}

.inner03 {
  position: relative;
}

.inner04 {
  position: relative;
  background: #99d1B8;
  padding: 20px;
}

.inner05 {
  position: relative;
  background: #ff9789;
  padding: 20px;
}

.inner01 h2,
.inner02 h2,
.inner03 h2,
.inner06 h2,
.inner07 h2,
.inner08 h2,
.inner10 h2,
.inner-sp h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
}

.inner07 h2 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 16px;
}

.inner01-text,
.inner02-text {
  padding: 0 0 1px;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.inner01-text {
  border-bottom: 6px dotted #ff9789;
  color: #333;
}

.inner02-text {
  color: #fff;
}

.inner-sp-text01,
.inner-sp-text02,
.inner-sp-text03 {
  color: #333;
}

.inner-sp-text01 {
  background: linear-gradient(transparent 50%, #ffdcd8 0%);
}

.inner-sp-text03 {
  font-size: .8em;
}

.inner-sp-text04 {
  color: #ff9789;
  font-weight: bold;
}

.inner01-box {
  text-align: center;
  padding: 60px 40px 140px;
}

.inner03-box,
.inner06-box,
.inner08-box,
.inner07-box {
  text-align: center;
  padding: 60px 40px 0px;
}

.inner10-box {
  padding: 80px 14em 40px;
}

.inner03-02-box {
  text-align: center;
  padding: 60px 40px 140px;
}

.inner06-02-box,
.inner08-02-box,
.inner07-02-box {
  text-align: center;
  padding: 0 40px 40px;
}

.inner04-right {
  color:#fff;
  padding: 50px 20px;
}

.inner04-textbox {
  padding: 0 70px 0 0;
}

.inner05-right {
  color:#fff;
  padding: 50px 20px 10px;
}

.inner02-box {
  margin-top: -10px;
}

.inner02-right {
  background:#ff9789;
  color:#fff;
}

.circle01 {
  position: absolute;
  right: 40px;
}

.circle03 {
  position: absolute;
  left: -40px;
  bottom: 480px;
}

.circle04 {
  position: absolute;
  right: 180px;
  bottom: -110px;
}

.circle05 {
  position: absolute;
  right: 30px;
  bottom: -170px;
}

.circle06 {
  position: absolute;
  left: -46px;
  top: -60px;
}

.circle07 {
  position: absolute;
  top: 100px;
  right: 50px;
}

.circle08 {
  position: absolute;
  left: -20px;
}

.sp-box {
  background-image: url(../images/inner10-point.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 54px 42px;
}

.col_2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col_2 > *{
  width: calc( 50% - 6px ) ;
  margin-right: 12px;
}

.col_2 > *:nth-child(2n){
  margin-right: auto;
}

.col_2 > * > *{
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bg02 {
  width:100%;
  margin-top:-110px
}

.bg03 {
  width:100%;
}

.inner-box02 {
  display: flex;
  justify-content: center;
}

.inner-text {
  font-size: .8em;
  color: #fff;
  text-align: left;
}

.oneArea {
  /*background: linear-gradient(180deg, #ff9789 0%, #ff9789 50%, #fff 50%, #fff 100%);*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.oneArea img {
  width: 100%;
}

.button02 {
  background: #99d1b8;
}

.button03 {
  background: #c9a063;
}

.button02,
.button03 {
  border-radius: 100px;
  display: block;
  width: 320px;
  padding: 15px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.2em;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
}

/*shop*/
.shop {
  padding-bottom: 6em;
  background: #eee;
}

.shop-inner {
  margin-bottom: 22px;
  letter-spacing: 1px;
  padding: 0px 32%;
  width: 100%!important;
}

.shop-inner {
  padding: 0px 32%;
  width: 100%!important;
}

.toggle {
	display: none;
}
.Label {
	padding: 1em;
	display: block;
	color: #fff;
	background:#99d1b8;
  margin-top: 14px;
}
.Label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}
.content p {
	margin-bottom: 20px;
}

.content a:link,
.content a:visited {
  color:#ff9789;
}

.content .bold {
font-weight: bold;
}

.toggle:checked + .Label + .content {
	height: auto;
	padding:0 20px ;
	transition: all .3s;
}

.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.hero {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/top-image01.jpg);
}

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

.description {
  color: white;
  text-align: center;
}

/* voice */
.swiper img {
  width: 100%;
  height: auto;
}

.swiper-slide {
  transition: transform 0.6s;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute!important;
  top: 50%!important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: ""!important;
  position: absolute!important;
  width: 60px!important;
  height: 60px!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
}

.swiper-button-next::after {
  background: transparent url(../images/arrow-next.png) no-repeat center / contain!important;
}

.swiper-button-prev::after {
  background: transparent url(../images/arrow-prev.png) no-repeat center / contain!important;
}

.swiper-slide img {
  width: 100%!important;
  height: auto!important;
}

.swiper-horizontal {
  margin-bottom: 30px;
}

.swiper-button-next, .swiper-button-prev {
  width: 42%!important;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
	.sp {
    display: block !important;
  }
  .hero {
    background-image: url(../images/top-image01-sp.jpg);
  }
  .shop-inner {
    padding: 0 2%;
  }
  .col_2 > *{
      width: 100%;
      margin-right: auto;
  }
  .top-text {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .top-text,
  .top-text02 {
    text-align: center;
    text-shadow: 2px 2px 6px #FFF, -2px 2px 6px #fff, 2px -2px 6px #fff, -2px -2px 6px #fff;
  }
  .button2-c-wrap {
    text-align: center;
    margin: 30px 0;
  }
  .hero-box {
    margin: 0;
  }
  .text-box {
    top: 64%!important;
  }
  .inner01 h2,
  .inner02 h2,
  .inner03 h2,
  .inner06 h2,
  .inner07 h2,
  .inner08 h2,
  .inner10 h2 {
    font-size: 1.8rem;
  }
  .p-text {
    margin: 2em 0 0;
  }
  .p-box{
    padding: 0 1em;
  }
  .img100 {
    width: 100%;
  }
  .inner01-box,
  .inner03-box {
    padding: 60px 40px 60px;
  }
  .inner07-box {
    padding: 0 40px 0;
  }
  .inner06-box {
    padding: 70px 40px 0;
  }
  .inner10-box {
    padding: 80px 1em 40px;
  }
  .inner03-02-box,
  .inner06-02-box,
  .inner10-02-box  {
    text-align: center;
    padding: 0 0 60px;
  }
  .inner04-right h2,
  .inner05-right h2
   {
    margin: 6px 0;
  }
  .inner08 {
    background-image: url(../images/bg08-sp.jpg);
  }
  .circle06 {
    left: -66px;
    top: -40px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 40%!important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 40px!important;
    height: 40px!important;
  }
  .sp-box {
    margin-top: 30px;
    padding: 54px 0px;
  }
  .content-g {
    width: 160px;
    height: 160px;
  }
  .content-g img{
    width: 160px;
    height: 160px;
  }
  .wrap {
    height: 180px;
    margin-bottom: 40px;
  }
  .inner04-textbox {
    padding: 0;
  }
}

@media screen and (max-width:768px) {
  .text-box {
    bottom: 0%!important;
}
  .birthday-lp section.head .inner h1 {
    margin: 0;
    padding-top: 66px;
  }
  .inner06 {
    margin: 0 4px;
  }
}