@charset "UTF-8";
/* CSS Document */
.parallax{
    width: 100%;
    height: 3261px;
    background: fixed;
    background-size: cover;
}

.firstvew{
  background-image: url( "../img/toppc.jpg");
  position: relative;
  /*max-width: 1600px;*/
  overflow: hidden;
  background-position: center;
}
/* ---------- firstvew ---------- */

.scrollDownButton {
    position: relative;
    top: 600px;
}

.scrollDownButton a {
  padding-top: 80px;
}
.scrollDownButton a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scrollDownButton a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scrollDownButton a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scrollDownButton a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* ---------- content-all ---------- */
.content-all{
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  padding-top: 64px;
  background-color: rgba(250, 250, 250, 0.9);
  border-radius: 10px;
}
.content-all-2{
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
}
.icon img{
  width: 45px;
}
.contents{
  font-size: 2rem;
}

.contents::after{
  position: absolute;
top: 158px;
left: 480px;
content: "";
display: inline-block;
width: 40px;
height: 1.25px;
background: #333;
}
.contents2{
  font-size: 2rem;
}
.contents2::after {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1.25px;
    background: #333;
}
.contents3{
  font-size: 2rem;
}
.contents3::after {
    position: absolute;
    top: 173px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1.25px;
    background: #333;
}
.top-p{
  padding-top: 64px!important;
}
.bottom-p{
  padding-bottom: 100px!important;
}

#anniv-sns ul {
  width: 100px;
  margin: 0 auto;
    padding-bottom: 64px;
    display: flex!important;
    justify-content: space-between;
}

.anniv-sns a{
  width: 40px;
}

.anniv-sns a:hover{
  opacity: 0.7;
}

/* ---------- content1 ---------- */
.about{
  position: relative;
  top: 700px;
  left: auto;
}

.about p{
  padding: 40px 0px 34px 0px;
  line-height: 4;
}

.text-about{
  display: block;
}

.about h3{
  padding-bottom: 34px;
}

/* ---------- content2 ---------- */
.photo-image{
  position: relative;
  top: 828px;
  left: auto;
  padding-bottom: 64px;
}

svg{
  width: 50px;
}

.bx-wrapper{
  border:0px!important;
  width: 720px;
  margin-top: 74px!important;
  margin-bottom: 0px;
  margin:0 auto;
  padding: 0px;
}
.bx-wrapper .bx-next{
  background:none;
  background: url(../img/icon_arrow.svg) no-repeat!important;
}
.bx-wrapper .bx-prev{
  background:none;
  background: url(../img/icon_arrow_.svg) no-repeat!important;
}
.bx-wrapper .bx-controls-direction a{
  z-index: 99;
}

.gallery a {
    width: 160px;
    margin: 0 auto;
    display: block;
    padding: 12px 30px;
    border: 1px solid #333;
    border-radius: 20px;
    color: #fff;
    margin-top: 94px;
    background-color: #333;

}
.gallery a:hover{
  opacity: 0.75;
}

/* ---------- content3 ---------- */
.plan{
  position: relative;
  top: 956px;
  left: auto;
  padding-bottom: 64px;
  text-align: center;
}

.plan h3{
  font-size: 3rem;
  padding-bottom: 30px;
}
.plan h3 span{
  font-size: 1.25rem;
}
.plan p{
  padding-bottom: 30px;
}

.plan a {
    width: 160px;
    margin: 0 auto;
    display: block;
    padding: 12px 30px;
    border: 1px solid #ff8de3;
    border-radius: 20px;
    color: #fff;
    margin-top: 40px;
    background-color: #ff8de3;
}
.plan a:hover{
  opacity: 0.75;
}

.campaign {
  margin-top: 77px;
}

.opacity a:hover{
  opacity: 0.75;
}

/* ---------- content4 ---------- */
.icon2 img{
  height: 40px;
}

#profile h2 {
    position: relative;
    margin-bottom: 2.2em;
}

.profile{
  background-color: #fff;
  position: relative;
}

.koike-akari{
  background-color: #f0f0f0;
  margin-top: 74px;
}
.koike-akari h3 {
    font-size: 1.75rem;
    width: 1140px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: solid 1px #333;
    padding-top: 64px;
}

.koike-akari h3 span{
  font-size: 1rem;
  padding-left: 16px;
}

.content-wrap{
  display: flex;
  padding-bottom: 64px;
}

.left-wrap{
  padding-top: 30px;
  width: 50%;
}

.left-wrap img{
  width: 500px;
}

.right-wrap {
  padding-top: 30px;
  width: 45%;
  text-align: left;
}

.right-wrap p {
    padding-bottom: 20px;
    line-height: 1.75;
    letter-spacing: 1.4px;
}

.right-wrap span{
  font-size: 1.2rem;
}

.right-wrap ul{
  width: 80px;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.link{
  color: #333;
}

.link:hover{
  text-decoration: underline;
}

/* ---------- creativ-suite ---------- */

.creativ-suite{
  background-color: #f0f0f0;
}
#profile .content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.creativ-suite h3 {
    font-size: 1.75rem;
    width: 1140px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: solid 1px #333;
    padding-top: 64px;
}

.creativ-suite h3 span{
  font-size: 1rem;
}

.sns img{
  width: 30px;
}

/* ---------- content5 ---------- */

.access {
  position: relative;
  padding-bottom: 64px;
  background-color: #fff;
}
.access h2 {
  margin-bottom: 2.2em;
}
.access h4{
  font-size: 1.5rem;
  padding-top: 53px;
  padding-bottom: 40px;
}
/* ---------- footer ---------- */










@media screen and (max-width: 768px){
.firstvew{
  background-image: none;
}

.firstvew::before{
 background: url( "../img/topsp.jpg");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 /*background-attachment: fixed;*/
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 margin-top: 50px;
 content: "";
 z-index: -1;
}

.parallax {
    width: 100%;
    height: 3204px;
  }

.content-all{
  width: 90%;
}

.plus{
  content: '<br>';
}

.left{
  text-align: left;
}

.text-about{
  display: none;
}

.text-sp{
  line-height: 2;
}

.about p{
  text-align: left;
  line-height: 2;
  padding-bottom: 64px;
}

.scrollDownButton {
  top: 460px;
}


.bx-wrapper{
  border:0px!important;
  width: 300px;
  margin-top: 74px!important;
  margin-bottom: 0px;
  margin:0 auto;
  padding: 0;
}
.bx-wrapper .bx-next{
  background:none;
  background: url(../img/icon_arrow.svg) no-repeat!important;
}
.bx-wrapper .bx-prev{
  background:none;
  background: url(../img/icon_arrow_.svg) no-repeat!important;
}

.plan{
  padding-bottom: 40px;
}

.plan a{
  margin-top: 0px;
}

.profile{
  padding-bottom: 0px;
}

.koike-akari{
  margin-top: 64px;
}

.koike-akari h3{
  width: 90%;
}
.content-wrap{
  display: block;
  padding-bottom: 0px;
}
.left-wrap{
  padding-top: 30px;
  width: 100%;
}

.left-wrap img {
    width: 340px;
}
.right-wrap{
  width: 90%;
  margin: 0 auto;
}

.right-wrap ul{
  width: 100px;
  margin: 0 auto;
}

.creativ-suite .right-wrap ul{
  width: 40px;
}

.link{
  color: #333;
  text-decoration: underline;
}

.sns img{
  width: 40px;
	
}

.contents::after{
  left: 150px;
}

.creativ-suite h3 {
    font-size: 1.4rem;
    width: 90%;
}

.creativ-suite{
  padding-bottom: 64px;
}

.access iframe{
  width: 100%;
}

.anniv-sns {
    width: 100px;
  }

.campaign img{
  width: 90%;
}

}



/*toaroma*/
.toaroma{
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.aroma{
	display: block;
}