@charset "shift_jis";
/* CSS Document */
#main_visual {
  background-color: #fff;
}
.bg_01 {
  background: url("../images/bg_wedding.jpg");
}
.bg_02 {
  background-color: #fdeff2;
}
.bg_03 {
  background-color: #efd0d2;
}
.bg_04 {
  background-color: #eddadc;
}
.bg_05 {
  background: url(../images/bg_line.jpg) no-repeat;
  background-size: cover;
}
.bg_06 {
  background-color: #fcfced;
	padding: 1px 0;
}
.bg_07 {
  background: url("../images/new/bg_02.jpg");
}
.bg_08 {
  background: url("../images/new/bg_03.jpg");
}
.w_product_bg {
  background-color: #fff;
}
.bg_note {
  background: url("../images/bg_note2.jpg") no-repeat center;
  max-width: 752px;
  margin: 10px auto;
}
.bg_note ul {
  padding: 50px 34px 72px;
}
.recommend_mida3 {
  background-color: #9493bd;
}
.recommend_mida3::before {
  border-right: solid 10px #595875;
}
@media (min-width: 769px) {
  .recommend_mida3::before {
    border-right: solid 20px #595875;
  }
}
.idx_mida2 span {
  color: #7f7eb8;
}
.idx_mida2:before {
  background-color: #9493bd;
}
.gold_txt {
  color: #cbac67 !important;
}
.font_purple {
  color: #9493bd;
  font-weight: bold;
}
.memory_box {
  margin: auto;
  max-width: 700px;
  width: 100%;
}
.line_box {
  margin: 30px auto;
}
.weddingnew_page {
  font-family: 'Shippori Mincho', serif;
  letter-spacing: .2em;
	overflow-x: hidden;
}



/* 新ウェディングLP　レイアウト
------------------------------------------------------------*/
#header {
  height: 100vh;
  position: relative;
  background: #fff5d724;
}
#header h1 img, #header h1 canvas {
  width: 100px;
  position: relative;
  left: 1.8em;
}
#header h1 {
  font-size: 32px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 40px 0;
  letter-spacing: 0.2em;
}
#header h1 span {
  color: #444444;
  display: block;
  font-size: 60%;
}
.header-area {
  position: relative;
  z-index: 2;
  top: 30%;
  left: 50px;
  animation-delay: .5s;
}
@media screen and (max-width:1200px) {
  #header h1 img, #header h1 canvas {
    width: 80px;
  }
  #header h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width:840px) {
  #header {
    height: 90vh;
  }
  .header-area {
    top: 0;
    left: 0;
  }
  #header h1 {
    width: 250px;
    padding: 10px 0 10px 10px;
    margin: 0 auto;
    font-size: 1.3rem;
    position: absolute;
    top: 20%;
    background-color: #fff;
  }
  #header h1 img, #header h1 canvas {
    width: 60px;
    left: inherit;
  }
}
@media screen and (max-width:450px) {
  #header h1 {
    width: 220px;
    font-size: 1.4rem;
  }
  #header h1 img {
    width: 46px;
  }
}
.header-area .lead {
  position: relative;
  font-size: 2vw;
  margin: 0 0 40px 0;
  font-weight: bold;
}
@media screen and (max-width:1130px) {
  .header-area .lead {
    font-size: 1.5em;
  }
}
@media screen and (max-width:840px) {
  .header-area .lead {
    font-size: 1.3em;
    padding: 22vh 0 0 1vw;
  }
}
@media screen and (max-width:450px) {
  .header-area .lead {
    font-size: 1em;
    padding: 20vh 0 0 2vw;
  }
}
@media screen and (max-width:940px) {
  .header-area .lead::after {
    display: none;
  }
}
.header-area .bg-white {
  background: #f0f0f0;
  padding: 5px;
}
.header-area .border-yellow {
  background: linear-gradient(transparent 60%, #f1e45f 60%);
}
.header-area .address {
  font-size: 1.2vw;
  margin: 0 0 20px 0;
}
.header-area dt, .header-area dd {
  display: inline-block;
  font-size: 1.1vw;
}
@media screen and (max-width:1300px) {
  .header-area .address {
    font-size: 1.2em;
  }
  .header-area dt, .header-area dd {
    font-size: 1em;
  }
}
@media screen and (max-width:940px) {
  .header-area .address, .header-area dl {
    display: none;
  }
}
.header-utility {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 80px;
  background: #ee92ba;
  font-weight: bold;
  display: flex;
}
.header-utility li {
  position: relative;
}
.header-utility li a {
  display: block;
  padding: 20px 20px 20px 30px;
  transition: all 0.3s;
  color: #fff;
}
.header-utility li .pcnone {
  display: none;
}
.header-utility li:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    background: #333;
    width: 1px;
    height: 30px;
    transform: rotate(23deg);
}
.header-utility li a:hover {
  color: #666;
}
.header-utility li:last-child a {
  background: url("../img/ico_dl.svg") no-repeat 20px center;
  background-size: 20px 20px;
}
@media screen and (max-width:940px) {
  .header-utility {
    position: fixed;
    z-index:1000;
    top: inherit;
    right: inherit;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
  .header-utility li {
    width: 100%;
    text-align: center;
  }
  .header-utility li a {
    padding: 15px 15px 15px 40px;
  }
  .header-utility li:first-child a, .header-utility li:last-child a {
    background-position: 35px center;
  }
}
@media screen and (max-width:560px) {
  .header-utility li:first-child a, .header-utility li:last-child a {
    background-position: 20px center;
    font-size: 80%;
  }
  .header-utility li .spnone {
    display: none;
  }
  .header-utility li .pcnone {
    display: block;
  }
}
/* 新卒園LP　アニメーションや動きなど
------------------------------------------------------------*/
.top_slider {
  position: relative;
  z-index: 1;
  height: 100vh;
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("../images/new/gr_main_01.jpg");
}
.slider-item02 {
  background: url("../images/new/gr_main_02.jpg");
}
.slider-item03 {
  background: url("../images/new/gr_main_03.jpg");
}
.slider-item {
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  .slider-item {
    height: 50vh;
  }
  .header-area {
    top: 56% !important;
    left: 1% !important;
    bottom: 0;
  }
  .lead {
    padding: 18vh 0 0 1vw !important;
  }
  .slider {
    top: 0px !important;
  }
}
.slick-prev, .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 25px;
  width: 25px;
}
.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -30px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px !important;
  height: 12px !important;
  display: block;
  border-radius: 50%;
  background: #fff;
}
.slick-dots .slick-active button {
  background: #444;
}
.slider2 img {
  width: 100%;
  height: auto;
}
.slider2 .slick-slide {
  margin: 0 10px;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fadeUpTrigger, .flipleft_trigger{
  opacity: 0;
}
.leftAnime, .rightAnime {
  opacity: 0;
}
.slideAnimeLeftRight {
  animation-name: slideText-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideText-100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideText100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideText100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blur_trigger {
  opacity: 0;
}
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}
@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
#vision, .service-area {
  transform: translate3d(0, 0, 0);
}
.bgLRextendTrigger, .bgappearTrigger, .fadeUpTrigger, .flipLeftTrigger {
  opacity: 0;
}
.sampleform_con {
  width: 500px;
  margin: 30px auto 0;
}
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*印象編　4-9 背景色が伸びて出現（右から）*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111; /*伸びる背景色の設定*/
}
@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger, .bgUDextendTrigger, .bgDUextendTrigger, .bgRLextendTrigger, .bgLRextendTrigger {
  opacity: 0;
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blur_trigger {
  opacity: 0;
}
.border_trigger {
  position: relative;
  opacity: 0;
}
.border_trigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.border_trigger::before, .border_trigger::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background: #333;
}
.line2::before, .line2::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 0;
  background: #333;
}
.border_trigger::before {
  top: 0;
  left: 0;
}
.border_trigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;
}
.line2::before {
  top: 0;
  right: 0;
}
.border_trigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;
}
.border_trigger::after {
  bottom: 0;
  right: 0;
}
.border_trigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}
.line2::after {
  bottom: 0;
  left: 0;
}
.border_trigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}
@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.border_trigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
}
@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_slider {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 75%;
  overflow: hidden;
}
@media screen and (max-width:1130px) {
  .top_slider {
    width: 70%;
  }
}
@media screen and (max-width:940px) {
  .top_slider {
    width: 100%;
    left: 0;
  }
}
#worrie {
  position: relative;
}
.icon_1, .icon_1 canvas {
  position: absolute;
  bottom: 56px;
  right: 18px;
  width: 115px;
  z-index: 100;
}
.icon_2, .icon_2 canvas {
  position: absolute;
  top: 50px;
  left: 88px;
  width: 115px;
  z-index: 100;
}
.icon_3, .icon_3 canvas {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 115px;
  z-index: 100;
}

/* 新卒園LP　レイアウト　追加
------------------------------------------------------------*/
#recommend2 {
  position: relative;
  background-color: #fff;
  margin: 50px auto;
}
#recommend2 .recommend2_bg {
  position: relative;
  background: url(../img/bg_01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 50vh;
}
#recommend2 section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recommend2 section:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#recommend2 .recommend2_img {
  width: 50%;
  height: 40vh;
}
#recommend2 .recommend2_img-detail {
  height: 40vh;
}
#recommend2 .recommend2_box {
  animation-delay: .5s;
}
#recommend2 .recommend2_content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-orientation: upright;
}
#recommend2 section:nth-of-type(1) .recommend2_img-detail {
  background: url("../images/new/recommend_01.jpg") no-repeat center;
  background-size: cover;
}
#recommend2 section:nth-of-type(2) .recommend2_img-detail {
  background: url("../images/new/recommend_02.jpg") no-repeat center;
  background-size: cover;
}
#recommend2 section:nth-of-type(3) .recommend2_img-detail {
  background: url("../images/new/recommend_03.jpg") no-repeat center;
  background-size: cover;
}
#recommend2 section:nth-of-type(4) .recommend2_img-detail {
  background: url("../images/new/recommend_04.jpg") no-repeat center;
  background-size: cover;
}
#recommend2 .recommend2_content h3 {
  font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 0 1em;
    line-height: 150%;
	color:#dfc283;
}
#recommend2 .recommend2_content p {
  height: 13em;
  line-height: 2;
  padding: 0em 1em;
}
@media screen and (max-width:768px) {
  #recommend2 .recommend2_bg {
    background-attachment: inherit;
  }
}
@media screen and (max-width:560px) {
  #recommend2 .recommend2_img, #recommend2 .recommend2_content {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
  .parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10%;
  }
@media (max-width: 768px) {
  .parallax-bg {
    padding: 5%;
  }
}
.idx_mida2_2 {
  text-align: center;
  font-size: 30px;
  margin: 30px auto;
  line-height: 150%;
}
@media screen and (max-width:560px) {
  .idx_mida2_2 {
    font-size: 20px;
    margin: 20px auto;
    line-height: 150%;
  }
}
.btn03 {
  padding: 0.5em 1.2em;
  color: #9fcadb;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  width: 210px;
  margin-bottom: 10px;
  text-align: center;
}
.btn01 {
  display: inline-block;
  padding: 0.3em 0.5em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #9fcadb;
  /* border-radius: 3px; */
  transition: .4s;
  font-size: 13px;
}
.float1 {
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  transition: all .3s;
}
.float1:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
	color: #444;
	text-decoration: none;
}
.flow_step2 {
  background-color: #fccad5;
  padding: 5px 10px 5px 27px;
  width: 75px;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  margin: 10px 0 5px 0px;
}
.row3_con h3 {
  color: #fc97ad;
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}
#bg_note2 {
  background:#fff;
}
.icon_foot{
	position: relative;
}
.icon_3, .icon_3 canvas {
  position: absolute;
  top: 10px;
  left: 80px;
  width: 70px;
}
.icon_4, .icon_4 canvas {
    position: absolute;
    bottom: -3px;
    /* right: 50px; */
    width: 100%;
    min-width: inherit;
}
@media screen and (max-width:568px) {
	.icon_1,.icon_2,.icon_3,.icon_4{
		display: none;
	}
}
.pmark {
    padding-top: 50px;
}


@media screen and (max-width: 1250px) {
	.icon_4.blur_trigger.blur {
		display:none;
	}
}

.anime{
	width: 100%;
}