@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", Lora, serif;
  font-size: 1.4em;
  line-height: 1;
  color: #222222;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", Lora, serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

img {
  vertical-align: middle;
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- icon --*/
/* reset
-------------------------------------------------------*/
/*
*{
	outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  width: 100%;
  text-align: left;
}

a.anchor {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

.ofi-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit:cover;object-position:center center;";
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 1300ms;
}

.fadeUp {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.fadeIn-delay {
  opacity: 0;
  transition: all 1300ms 500ms;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* layout
-------------------------------------------------------*/
.title-box {
  margin-bottom: 50px;
  text-align: center;
}
.title-box .common-title {
  margin-bottom: 30px;
  font-size: 7.3rem;
  font-family: "Lora";
}
.title-box .sub-title {
  position: relative;
  font-size: 1.4rem;
}
.title-box .sub-title::before, .title-box .sub-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  display: block;
  background: #222222;
  top: 50%;
}
.title-box .sub-title::before {
  left: -2em;
}
.title-box .sub-title::after {
  right: -2em;
}

footer {
  position: relative;
  width: 100%;
  padding: 50px;
  background: #222222;
}
footer .footer-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-wrapper .footer-inner > p {
  width: 120px;
}
footer .footer-wrapper .footer-inner > p img {
  width: 100%;
  height: auto;
}
footer .footer-wrapper .footer-inner nav ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
footer .footer-wrapper .footer-inner nav ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.2s ease;
}
footer .footer-wrapper span {
  display: block;
  margin-bottom: 100px;
  text-align: right;
}
footer .footer-wrapper span a {
  position: relative;
  padding-bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
}
footer .footer-wrapper span a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.2s ease;
}
footer .footer-copyright {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.pagetop-grid {
  position: fixed;
  right: 2vw;
  bottom: 25px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.pagetop-grid a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}

header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0 0 0 20px;
  z-index: 100;
}
header .header-logo {
  margin-right: auto;
  width: 140px;
}
header .header-logo a {
  display: none;
  width: 100%;
  height: 40px;
}
header .header-logo a img {
  height: 100%;
}
header .globalnav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .globalnav ul li {
  margin-right: 40px;
}
header .globalnav ul li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
}
header .globalnav ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background: #222222;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 0.2s ease;
}
header .tel-wrap {
  display: block;
  width: 180px;
  height: 100%;
}
header .tel-wrap a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  background: #222222;
  border: 1px solid transparent;
  transition: 0.5s ease;
}
header .tel-wrap a::before {
  content: "";
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 15px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.182 24.186'%3E%3Cpath fill='%23fff' d='M19.746,15.653c-1.895-1.9-3.5.6-4.245,2.424a12.333,12.333,0,0,1-5.84-3.585C6.552,11.389,6.1,8.679,6.1,8.679c1.829-.749,4.325-2.347,2.435-4.246C7.876,3.774,5.4,1.3,4.657.564,3.507-.6,1.737-.133.439,3.55s.2,8.945,5.712,14.457c5.525,5.52,10.79,7.044,14.478,5.743s4.147-3.067,2.992-4.226c-.745-.741-3.215-3.212-3.875-3.871'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.5s ease;
}
header:not(.fixed) .globalnav ul li a {
  color: #fff;
  text-shadow: 0px 0px 20px #222222;
}
header:not(.fixed) .globalnav ul li a::after {
  background: #fff;
}
header.fixed {
  position: fixed;
  background-color: #fff;
  animation-name: toggle;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}
header.fixed .header-logo a {
  display: block;
}
@keyframes toggle {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}

.hamburger-overlay {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  width: 100vw;
  height: 100vh;
  background: #222222;
}
.hamburger-overlay .globalnav {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 50;
  width: 100%;
  height: auto;
  padding: 50px;
  margin: 0;
  color: #fff;
}
.hamburger-overlay .globalnav ul {
  flex-direction: column;
  margin: 0 auto;
}
.hamburger-overlay .globalnav ul li a {
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: 600;
}

.sp-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.trigger {
  display: none;
}

.container {
  position: relative;
  width: 100%;
}

.page-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.section-head-title {
  position: relative;
  text-align: center;
}
.section-head-title .title {
  margin-bottom: 15px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-head-title span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.contact-common-section {
  background: #393939;
}
.contact-common-section .contact-wrapper {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 40px);
  height: 325px;
  margin: 0 auto;
}
.contact-common-section .contact-wrapper::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 0px;
  width: 85px;
  height: 13px;
  background: url(../common/images/contact_arrrow.svg) no-repeat top center/contain;
}
.contact-common-section .contact-wrapper a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contact-common-section .contact-wrapper a .title-box {
  margin: 0;
}
.contact-common-section .contact-wrapper a .title-box .common-title {
  margin: 0;
  color: #fff;
}

@media screen and (min-width: 960px) {
  /* ------------------------------------------------------*/
  footer .footer-wrapper .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-wrapper .footer-inner nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .footer-wrapper .footer-inner nav ul li:not(:last-child) {
    margin-right: 40px;
  }

  br.tabbr {
    display: none;
  }

  div.pageWrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    text-align: left;
  }

  div.container {
    position: relative;
    flex: 1 0 auto;
  }

  .pagetop-grid a {
    transition: 0.5s ease;
  }
  .pagetop-grid a:hover {
    border-radius: 15px;
  }

  header .header-logo {
    margin-right: auto;
  }
  header .globalnav ul li a:hover::after {
    width: 100%;
    left: 0;
  }
  header .tel-wrap a:hover {
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }
  header .tel-wrap a:hover::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.182 24.186'%3E%3Cpath fill='%23000' d='M19.746,15.653c-1.895-1.9-3.5.6-4.245,2.424a12.333,12.333,0,0,1-5.84-3.585C6.552,11.389,6.1,8.679,6.1,8.679c1.829-.749,4.325-2.347,2.435-4.246C7.876,3.774,5.4,1.3,4.657.564,3.507-.6,1.737-.133.439,3.55s.2,8.945,5.712,14.457c5.525,5.52,10.79,7.044,14.478,5.743s4.147-3.067,2.992-4.226c-.745-.741-3.215-3.212-3.875-3.871'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  footer .footer-wrapper .footer-inner nav ul li a:hover::after {
    width: 100%;
    left: 0;
  }
  footer .footer-wrapper span a:hover::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  br.pcbr,
br.tabbr {
    display: none;
  }

  body {
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }

  .title-box {
    margin-bottom: 30px;
  }
  .title-box .common-title {
    margin-bottom: 15px;
    font-size: 3.2rem;
  }

  footer {
    padding: 50px 30px;
  }
  footer .footer-wrapper .footer-inner {
    text-align: center;
  }
  footer .footer-wrapper .footer-inner > p {
    margin: 0 auto 45px;
    width: 90px;
  }
  footer .footer-wrapper .footer-inner nav {
    width: 100%;
  }
  footer .footer-wrapper .footer-inner nav ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .footer-wrapper span {
    text-align: center;
  }
  footer .footer-copyright {
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }

  .pagetop-grid {
    right: 15px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
  .pagetop-grid a img {
    height: 22px;
  }

  .trigger {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 80px;
    height: 60px;
  }
  .trigger .menu-trigger,
.trigger .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
  }
  .trigger .menu-trigger {
    position: relative;
    width: 40px;
    height: 10px;
  }
  .trigger .menu-trigger span {
    position: absolute;
    right: 0;
    height: 1px;
    background: #fff;
  }
  .trigger .menu-trigger span:first-child {
    top: 0;
    width: 100%;
  }
  .trigger .menu-trigger span:last-child {
    top: 10px;
    width: 100%;
  }
  .trigger .menu-trigger.fixed span {
    background: #222222;
  }
  .trigger .menu-trigger.active span {
    background: #fff;
  }
  .trigger .menu-trigger.active span:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .trigger .menu-trigger.active span:last-child {
    transform: translateY(6px) rotate(-45deg);
    top: 0px;
  }

  header {
    height: 60px;
  }
  header .header-logo a img {
    height: 100%;
  }
  header .tel-wrap {
    display: none;
  }

  .section-head-title .title {
    margin-bottom: 12px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .section-head-title span {
    font-size: 1.4rem;
  }

  .btn-wrap {
    flex-direction: column;
  }
  .btn-wrap .detail-btn:not(:last-child) {
    margin-bottom: 20px;
  }

  .detail-btn {
    max-width: 305px;
  }
  .detail-btn a {
    font-size: 1.6rem;
  }
  .detail-btn a::before {
    right: 20px;
  }

  .contact-common-section .contact-wrapper::after {
    width: 31px;
    height: 5px;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .contact-common-section .contact-wrapper {
    height: 200px;
  }

  footer .footer-wrapper .footer-inner > p {
    width: 70px;
  }
  footer.top-footer {
    margin-bottom: 45px;
  }

  br.spbr {
    display: block;
  }
}
/* layout
-------------------------------------------------------*/
.side-fix {
  position: fixed;
  z-index: 10;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.side-fix.active {
  right: 0;
  opacity: 1;
}
.side-fix a {
  display: block;
  text-align: center;
  color: #fff;
  background: #222222;
}
.side-fix a span {
  position: relative;
}
.side-fix a span::before {
  content: "";
  display: block;
  background: url(../common/images/icon-mail.svg) no-repeat top center/contain;
}

.hero-visual-section {
  position: relative;
}
.hero-visual-section h1 {
  width: 300px;
  top: 45%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.hero-visual-section h1 span {
  display: block;
}
.hero-visual-section h1 span:first-child {
  width: 100%;
}
.hero-visual-section h1 span:first-child img {
  width: 100%;
  height: auto;
}
.hero-visual-section h1 span:last-child {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  text-shadow: 0px 0px 20px #222222;
}
.hero-visual-section #main-movie {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-visual-section #main-movie video {
  width: 100%;
}
.hero-visual-section .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  padding: 25px 20px 15px;
  background: #fff;
}
.hero-visual-section .swiper .swiper-wrapper .swiper-slide dl {
  height: 100%;
}
.hero-visual-section .swiper .swiper-wrapper .swiper-slide dl dt {
  font-size: 1.4rem;
  color: #A4A4A4;
}
.hero-visual-section .swiper .swiper-wrapper .swiper-slide dl dd {
  font-size: 1.4rem;
}

.catchcopy {
  padding-top: 80px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.catchcopy p {
  position: relative;
  font-size: 3.5rem;
  line-height: 1.6;
  text-align: center;
}
.catchcopy p:before {
  display: inline-block;
  background: #222;
  width: 100px;
  height: 1px;
  content: "";
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-110%, -50%);
}
.catchcopy p:after {
  position: absolute;
  display: inline-block;
  background: #222;
  width: 100px;
  height: 1px;
  content: "";
  margin-left: 10px;
  top: 50%;
  transform: translatey(-50%);
}

.concept-section {
  margin-bottom: 200px;
  padding-top: 80px;
  position: relative;
}
.concept-section::before {
  position: absolute;
  content: "";
  display: block;
  width: 24vw;
  height: 25vw;
  top: 20px;
  left: -10vw;
  background: url(../images/flower01.png) no-repeat top center/contain;
}
.concept-section .pht03 {
  width: 17vw;
  line-height: 1;
  position: absolute;
  left: -7vw;
  bottom: -50px;
}
.concept-section .pht03 img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.concept-section .pht02 {
  width: 10vw;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: -1;
}
.concept-section .pht02 img {
  width: 100%;
  height: auto;
  line-height: 0;
}
.concept-section .concept-inner {
  width: 79vw;
  margin: 0 6vw 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.concept-section .concept-inner .title-box {
  padding-top: 45px;
}
.concept-section .concept-inner .title-box .common-title {
  text-align: left;
}
.concept-section .concept-inner .txt-wrap {
  position: relative;
  width: 47%;
  margin-right: 2%;
}
.concept-section .concept-inner .txt-wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: calc(100% - 80px);
  top: 80px;
  background-color: #F6F6F6;
  z-index: -2;
}
.concept-section .concept-inner .txt-wrap p {
  padding: 0 0 90px 65px;
  font-size: 1.6rem;
  line-height: 2;
}
.concept-section .concept-inner .pht01 {
  width: 51%;
  line-height: 1;
}
.concept-section .concept-inner .pht01 img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.movie-section {
  margin-bottom: 100px;
}
.movie-section .modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 2vw 80px;
  text-align: center;
  box-sizing: border-box;
}
.movie-section .modal_box .movie-modal-wrapper {
  position: relative;
  width: 100%;
}
.movie-section .modal_box .movie-modal-wrapper::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.movie-section .modal_box .movie-modal-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-section .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62px;
  font-size: 4rem;
  color: #fff !important;
  line-height: 62px;
  text-align: center;
}
.movie-section .modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}
.movie-section .title-box {
  margin-bottom: 135px;
}
.movie-section .title-box .common-title span {
  position: relative;
}
.movie-section .title-box .common-title span::after {
  position: absolute;
  content: "";
  display: block;
  right: -450px;
  bottom: -225px;
  width: 555px;
  height: 427px;
  background: url(../images/flower02.png) no-repeat top center/contain;
  z-index: -1;
}
.movie-section .movie-wrapper {
  margin-bottom: 160px;
}
.movie-section .movie-wrapper .movie-inner {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.movie-section .movie-wrapper .movie-inner:not(:last-child) {
  margin-bottom: 120px;
}
.movie-section .movie-wrapper .movie-inner dl {
  text-align: center;
}
.movie-section .movie-wrapper .movie-inner dl dt {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px 25px;
  font-size: 2.5rem;
  line-height: 1.8;
}
.movie-section .movie-wrapper .movie-inner dl dt span {
  display: block;
  font-size: 2rem;
}
.movie-section .movie-wrapper .movie-inner dl dt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #222222;
}
.movie-section .movie-wrapper .movie-inner dl dd {
  padding: 0px 20px 25px;
  font-size: 1.4rem;
  line-height: 2.1;
}
.movie-section .movie-wrapper .movie-inner figure {
  width: 100%;
}
.movie-section .movie-wrapper .movie-inner figure::before {
  content: "";
  display: block;
  padding-top: 46%;
}
.movie-section .movie-wrapper .movie-inner figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-section .movie-wrapper .movie-inner figure a img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.movie-section .movie-wrapper .movie-inner:nth-child(2) {
  position: relative;
}
.movie-section .movie-wrapper .movie-inner:nth-child(2)::after {
  position: absolute;
  content: "";
  display: block;
  top: -243px;
  left: 105px;
  width: 210px;
  height: 328px;
  background: url(../images/flower03.png) no-repeat top center/contain;
  z-index: -1;
}
.movie-section .movie-wrapper .movie-inner:last-child {
  position: relative;
}
.movie-section .movie-wrapper .movie-inner:last-child::before, .movie-section .movie-wrapper .movie-inner:last-child::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
}
.movie-section .movie-wrapper .movie-inner:last-child::before {
  top: -260px;
  right: -155px;
  width: 340px;
  height: 417px;
  background: url(../images/flower04.png) no-repeat top center/contain;
}
.movie-section .movie-wrapper .movie-inner:last-child::after {
  left: 175px;
  bottom: -128px;
  width: 281px;
  height: 295px;
  background: url(../images/flower05.png) no-repeat top center/contain;
}
.movie-section .new-works-wrapper {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.movie-section .new-works-wrapper h3 {
  margin-bottom: 25px;
  font-size: 4.2rem;
}
.movie-section .new-works-wrapper h3 span {
  position: relative;
}
.movie-section .new-works-wrapper h3 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -230px;
  bottom: 0;
  width: 180px;
  height: 1px;
  background: #222222;
}
.movie-section .new-works-wrapper p {
  margin-bottom: 60px;
  font-size: 1.6rem;
}
.movie-section .new-works-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movie-section .new-works-wrapper ul li {
  opacity: 0;
  transform: translate(0, 70px);
  transition: 0.9s ease;
}
.movie-section .new-works-wrapper ul li:not(.instagram) {
  margin-bottom: 65px;
  width: calc((100% - 120px)/5);
  height: 150px;
  border: 1px solid black;
}
.movie-section .new-works-wrapper ul li.instagram {
  width: 100%;
  text-align: right;
}
.movie-section .new-works-wrapper ul li.instagram span a {
  padding: 0 35px;
  position: relative;
}
.movie-section .new-works-wrapper ul li.instagram span a::before, .movie-section .new-works-wrapper ul li.instagram span a::after {
  position: absolute;
  content: "";
  display: block;
}
.movie-section .new-works-wrapper ul li.instagram span a::before {
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/instagram_icon.svg) no-repeat top center/contain;
}
.movie-section .new-works-wrapper ul li.instagram span a::after {
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 9px;
  background: url(../images/instagram_arrow.svg) no-repeat top left/contain;
}

.service-section .title-box {
  margin-bottom: 135px;
}
.service-section .service-wrapper {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto 335px;
}
.service-section .service-wrapper ul li:not(:last-child) {
  margin-bottom: 100px;
}
.service-section .service-wrapper ul li .service-inner dl dt {
  margin-bottom: 30px;
}
.service-section .service-wrapper ul li .service-inner dl dt .number {
  font-family: "Lora";
  font-size: 4.5rem;
  line-height: 1;
}
.service-section .service-wrapper ul li .service-inner dl dt p {
  font-size: 2.8rem;
  line-height: 1.4;
}
.service-section .service-wrapper ul li .service-inner dl dt p span {
  display: block;
  font-size: 2rem;
}
.service-section .service-wrapper ul li .service-inner dl dd {
  font-size: 1.4rem;
  line-height: 1.85;
}
.service-section .service-wrapper ul li .service-inner dl dd .none-line {
  text-decoration: line-through;
}
.service-section .service-wrapper ul li figure img {
  width: 100%;
  height: auto;
}

.reason-section {
  position: relative;
  margin-bottom: 130px;
  padding: 160px 0;
}
.reason-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: url(../images/reason_back.jpg) no-repeat bottom center/cover;
}
.reason-section .reason-inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.reason-section .reason-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason-section .reason-inner ul li {
  width: calc((100% - 100px) /3);
  padding: 50px 20px;
  background: #fff;
  opacity: 0;
  transform: translate(0, 70px);
  transition: 0.6s ease;
}
.reason-section .reason-inner ul li.fadeUp {
  opacity: 0.88 !important;
}
.reason-section .reason-inner ul li dl dt {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-size: 1.7rem;
}
.reason-section .reason-inner ul li dl dt span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.reason-section .reason-inner ul li dl dt::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  display: block;
  bottom: 0;
  background: #222222;
}
.reason-section .reason-inner ul li dl dd figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  text-align: center;
}
.reason-section .reason-inner ul li dl dd p {
  font-size: 1.3rem;
  line-height: 2.2;
}

.flow-seciton {
  margin-bottom: 130px;
}
.flow-seciton .title-box {
  margin-bottom: 70px;
}
.flow-seciton ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.flow-seciton ul::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 160px;
  right: 130px;
  width: 114px;
  height: 226px;
  background: url(../images/camera.svg) no-repeat top center/contain;
  z-index: -1;
}
.flow-seciton ul li {
  position: relative;
  width: calc((100% - 195px) /4);
  padding: 30px 25px;
  background: #E8E8E8;
  opacity: 0;
  transform: translate(0, 70px);
  transition: 0.6s ease;
}
.flow-seciton ul li:not(:last-child):after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: -50px;
  transform: translate(0%, -50%);
  width: 32px;
  height: 8px;
  background: url(../images/flow_arrow.svg) no-repeat top center/contain;
}
.flow-seciton ul li dl dt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
}
.flow-seciton ul li dl dt span {
  position: relative;
  padding-bottom: 10px;
}
.flow-seciton ul li dl dt span::after {
  position: absolute;
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #222222;
}
.flow-seciton ul li dl dd {
  font-size: 1.4rem;
  line-height: 1.7;
}
.flow-seciton ul li.title-only {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.flow-seciton ul li.title-only p {
  font-size: 1.6rem;
}

.plan-section {
  position: relative;
  margin-bottom: 120px;
  padding: 140px 0 130px;
}
.plan-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #F6F6F6;
}
.plan-section .title-box {
  margin-bottom: 65px;
}
.plan-section .plan-wrapper {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto 30px;
}
.plan-section .plan-wrapper .plan-inner {
  margin-bottom: 90px;
}
.plan-section .plan-wrapper .plan-inner.option-plan ol {
  padding: 55px;
  background: #fff;
  font-size: 1.6rem;
  counter-reset: item;
}
.plan-section .plan-wrapper .plan-inner.option-plan ol li {
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #222222, #222222 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
  line-height: 1.4;
}
.plan-section .plan-wrapper .plan-inner.option-plan ol li:not(:last-child) {
  margin-bottom: 10px;
}
.plan-section .plan-wrapper .plan-inner.option-plan ol li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan-section .plan-wrapper .plan-inner.option-plan ol li dl dt {
  position: relative;
}
.plan-section .plan-wrapper .plan-inner.option-plan ol li dl dt:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}
.plan-section .plan-wrapper .plan-inner.option-plan ol li dl dd {
  text-align: right;
}
.plan-section .plan-wrapper .plan-inner h4 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.plan-section .plan-wrapper .plan-inner h4::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  display: block;
  background: #222222;
  top: 50%;
  z-index: -1;
}
.plan-section .plan-wrapper .plan-inner h4 span {
  padding: 0 1em;
  font-size: 2.8rem;
  background: #F6F6F6;
}
.plan-section .plan-wrapper .plan-inner table {
  width: 100%;
}
.plan-section .plan-wrapper .plan-inner table thead {
  text-align: center;
  background: #E8E8E8;
}
.plan-section .plan-wrapper .plan-inner table thead tr th {
  padding: 15px 0;
}
.plan-section .plan-wrapper .plan-inner table thead tr th:first-child {
  width: 340px;
}
.plan-section .plan-wrapper .plan-inner table thead tr th:nth-child(2) {
  width: 300px;
}
.plan-section .plan-wrapper .plan-inner table tbody {
  background: #fff;
}
.plan-section .plan-wrapper .plan-inner table tbody tr:not(:last-child) {
  background-image: linear-gradient(to right, #222222, #222222 1px, transparent 1px, transparent 5px);
  background-size: 5px 1px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
}
.plan-section .plan-wrapper .plan-inner table tbody tr td {
  padding: 20px 15px;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:not(:nth-child(2)) {
  text-align: center;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:first-child {
  font-size: 1.6rem;
  line-height: 1.6;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:first-child span {
  font-size: 1.4rem;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:nth-child(2) ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.4;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:nth-child(2) ul li:not(:last-child) {
  margin-bottom: 15px;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:nth-child(2) ul li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:last-child {
  font-size: 1.6rem;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:last-child span {
  margin-top: 10px;
  display: block;
  color: #FF4444;
  font-size: 1.4rem;
}
.plan-section .plan-wrapper .plan-inner table tbody tr td:last-child span.none-line {
  color: #222;
  text-decoration: line-through;
  display: inline-block;
}
.plan-section .plan-wrapper .attention {
  position: relative;
  margin-bottom: 50px;
  padding: 25px 35px;
  border: 1px solid #C4C4C4;
  background: #fff;
  z-index: -1;
}
.plan-section .plan-wrapper .attention > dt {
  position: absolute;
  padding: 0 1em;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  color: #DE3737;
  width: 250px;
  text-align: center;
}
.plan-section .plan-wrapper .attention > dt::after {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.plan-section .plan-wrapper .attention > dd ul li {
  position: relative;
  line-height: 1.4;
}
.plan-section .plan-wrapper .attention > dd ul li:not(:last-child) {
  margin-bottom: 15px;
}
.plan-section .plan-wrapper .attention > dd ul li:last-child .cancel-policy {
  background: #f3f3f3;
  border: 0px solid #222;
  padding: 15px;
}
.plan-section .plan-wrapper .attention > dd ul li:last-child .cancel-policy h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.plan-section .plan-wrapper .attention > dd ul li:last-child dl {
  padding: 20px 20px 10px;
}
.plan-section .plan-wrapper .attention > dd ul li:last-child dl dt {
  position: absolute;
  padding-right: 1em;
  top: -0.6em;
  left: 0;
  background: #fff;
}
.plan-section .plan-wrapper .attention > dd ul li dl dt {
  margin-bottom: 5px;
}
.plan-section .plan-wrapper .coupon-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan-section .plan-wrapper .coupon-wrapper ul li {
  width: calc((100% - 30px)/2);
}
.plan-section .plan-wrapper .coupon-wrapper ul li figure img {
  width: 100%;
  height: auto;
}

.creator-section {
  position: relative;
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto 125px;
  padding: 80px;
  border: 1px solid #222222;
}
.creator-section h3 {
  position: absolute;
  padding: 0 30px 20px 0;
  background: #fff;
  font-family: "Lora";
  font-size: 4.4rem;
  top: -0.5em;
  left: -0.1em;
}
.creator-section .creater-wrapper figure {
  width: 163px;
  height: 163px;
  margin-right: 80px;
}
.creator-section .creater-wrapper figure img {
  width: 100%;
  height: auto;
}
.creator-section .creater-wrapper dl dt {
  margin-bottom: 25px;
  font-family: "Lora";
  font-size: 2.8rem;
}
.creator-section .creater-wrapper dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
}

.bride_back {
  position: relative;
  width: 80vw;
  height: 530px;
  margin: 0 auto 175px 0;
  background-image: url(../images/creater_back.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 1149px) {
  .hero-visual-section h1 {
    width: 230px;
  }

  .hero-visual-section h1 span:last-child {
    font-size: 1.5rem;
    line-height: 1.5;
    bottom: -30px;
  }
}
@media screen and (min-width: 960px) {
  /* ------------------------------------------------------*/
  .side-fix a {
    transition: 0.3s ease;
  }
  .side-fix a:hover {
    background: #4A4A4A;
  }

  .movie-section .movie-wrapper .movie-inner:nth-child(odd) dl {
    margin-right: 45px;
  }
  .movie-section .movie-wrapper .movie-inner:nth-child(even) dl {
    order: 1;
    margin-left: 45px;
  }
  .movie-section .movie-wrapper .movie-inner figure {
    flex: 1;
  }

  .service-section {
    position: relative;
  }
  .service-section::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: calc(100% + 60px);
    top: 40px;
    left: calc(-50% + 185px);
    background-color: #F6F6F6;
    z-index: -2;
  }
  .service-section .service-wrapper ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .service-section .service-wrapper ul li .service-inner {
    position: relative;
    width: 50%;
    padding: 35px 70px;
  }
  .service-section .service-wrapper ul li .service-inner .side-title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, 0px) rotate(90deg);
  }
  .service-section .service-wrapper ul li .service-inner::before, .service-section .service-wrapper ul li .service-inner::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .service-section .service-wrapper ul li .service-inner::before {
    border-left: solid 1px #222222;
    border-top: solid 1px #222222;
    top: 0;
    left: 0;
  }
  .service-section .service-wrapper ul li .service-inner::after {
    border-left: solid 1px #222222;
    border-bottom: solid 1px #222222;
    bottom: 0;
    left: 0;
  }
  .service-section .service-wrapper ul li figure {
    flex: 1;
    -webkit-flex: 1;
  }

  .creator-section .creater-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .creator-section .creater-wrapper dl {
    flex: 1;
    -webkit-flex: 1;
  }
}
@media screen and (min-width: 1366px) {
  .movie-section .movie-wrapper .movie-inner:first-child {
    max-width: 1366px;
  }
  .movie-section .movie-wrapper .movie-inner:first-child dl {
    margin-left: calc((100% - 960px)/2);
  }
  .movie-section .movie-wrapper .movie-inner:first-child figure {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1230px) {
  .reason-section .reason-inner ul li {
    padding: 50px 35px;
    width: calc((100% - 160px) /3);
  }
  .reason-section .reason-inner ul li dl dt {
    font-size: 1.8rem;
  }
  .reason-section .reason-inner ul li dl dd p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .concept-section .pht02 {
    width: 20vw;
    bottom: -40px;
  }
}
@media screen and (min-width: 800px) {
  /* ------------------------------------------------------*/
  .hero-visual-section .swiper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 61%;
    height: 80px;
  }
  .hero-visual-section .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 40px;
  }
  .hero-visual-section .swiper .swiper-wrapper .swiper-slide dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .hero-visual-section .swiper .swiper-wrapper .swiper-slide dl dt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  /* ------------------------------------------------------*/
  .hero-visual-section h1 {
    top: 35%;
    width: 190px;
  }
  .hero-visual-section .swiper {
    width: 80%;
    height: 60px;
  }

  .catchcopy {
    padding-top: 50px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .catchcopy p {
    font-size: 2.7rem;
  }
  .catchcopy p:before {
    width: 70px;
    transform: translate(-120%, -50%);
  }
  .catchcopy p:after {
    width: 70px;
  }

  .concept-section {
    margin-bottom: 145vw;
    padding-top: 50px;
  }
  .concept-section::before {
    display: none;
  }
  .concept-section .pht03 {
    width: 30vw;
    line-height: 1;
    position: absolute;
    left: 25vw;
    bottom: -116vw;
  }
  .concept-section .pht03 img {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  .concept-section .pht02 {
    width: 22vw;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: -90vw;
    z-index: -1;
  }
  .concept-section .pht02 img {
    width: 100%;
    height: auto;
    line-height: 0;
  }
  .concept-section .concept-inner {
    max-width: 667px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .concept-section .concept-inner .title-box {
    padding-top: 0px;
    margin-bottom: 80px;
  }
  .concept-section .concept-inner .title-box .common-title {
    text-align: center;
  }
  .concept-section .concept-inner .txt-wrap {
    width: 100%;
    margin-right: 0;
  }
  .concept-section .concept-inner .txt-wrap::after {
    height: calc(100% + 40px);
    top: 80px;
    left: 10px;
  }
  .concept-section .concept-inner .txt-wrap p {
    padding: 0 0 0 35px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .concept-section .concept-inner .pht01 {
    position: absolute;
    left: 0;
    bottom: calc(-58vw - 50px);
    width: 67vw;
  }

  .movie-section {
    margin-bottom: 100px;
  }
  .movie-section .title-box {
    margin-bottom: 55px;
  }
  .movie-section .title-box .common-title span::after {
    right: -110px;
    bottom: -60px;
    width: 160px;
    height: 125px;
  }
  .movie-section .movie-wrapper {
    margin-bottom: 100px;
  }
  .movie-section .movie-wrapper .movie-inner {
    max-width: 667px;
    margin: 0 auto;
    flex-direction: column;
  }
  .movie-section .movie-wrapper .movie-inner:not(:last-child) {
    margin-bottom: 75px;
  }
  .movie-section .movie-wrapper .movie-inner dl {
    width: 90%;
    margin: 0 auto;
  }
  .movie-section .movie-wrapper .movie-inner dl dt {
    margin-bottom: 25px;
    padding: 0 0 15px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .movie-section .movie-wrapper .movie-inner dl dt span {
    font-size: 1.8rem;
  }
  .movie-section .movie-wrapper .movie-inner dl dd {
    padding: 0px 20px 0px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
  .movie-section .movie-wrapper .movie-inner figure {
    order: -1;
    margin-bottom: 40px;
  }
  .movie-section .movie-wrapper .movie-inner:nth-child(2) {
    position: relative;
  }
  .movie-section .movie-wrapper .movie-inner:nth-child(2)::after {
    display: none;
  }
  .movie-section .movie-wrapper .movie-inner:last-child::before, .movie-section .movie-wrapper .movie-inner:last-child::after {
    display: none;
  }
  .movie-section .new-works-wrapper h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    text-align: center;
  }
  .movie-section .new-works-wrapper h3 span::after {
    display: none;
  }
  .movie-section .new-works-wrapper p {
    position: relative;
    margin-bottom: 75px;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: center;
  }
  .movie-section .new-works-wrapper p::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: #222222;
  }
  .movie-section .new-works-wrapper ul li:not(.instagram) {
    margin-bottom: 0px;
    width: calc((100% - 20px)/2);
    height: 150px;
  }
  .movie-section .new-works-wrapper ul li:not(:nth-child(5), :nth-child(6)) {
    margin-bottom: 20px;
  }
  .movie-section .new-works-wrapper ul li.instagram {
    width: calc((100% - 20px)/2);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .movie-section .new-works-wrapper ul li.instagram span {
    width: 100%;
  }
  .movie-section .new-works-wrapper ul li.instagram span a {
    padding: 0 10px 0 30px;
    position: relative;
    display: block;
  }
  .movie-section .new-works-wrapper ul li.instagram span a::before {
    left: 5px;
  }
  .movie-section .new-works-wrapper ul li.instagram span a::after {
    bottom: -10px;
    left: 0;
    transform: translateX(0%);
    background: url(../images/instagram_arrow.svg) no-repeat top left/contain;
  }

  .service-section {
    position: relative;
    max-width: 667px;
    margin: 0 auto 140px;
  }
  .service-section::after {
    position: absolute;
    content: "";
    display: block;
    left: -45px;
    bottom: -170px;
    width: 200px;
    height: 246px;
    transform: rotate(30deg);
    background: url(../images/flower04.png) no-repeat top center/contain;
    z-index: -1;
  }
  .service-section .title-box {
    margin-bottom: 55px;
  }
  .service-section .title-box .common-title span {
    position: relative;
  }
  .service-section .title-box .common-title span::after {
    position: absolute;
    content: "";
    display: block;
    right: -240px;
    bottom: -125px;
    width: 250px;
    height: 253px;
    transform: rotate(-90deg);
    background: url(../images/flower01.png) no-repeat top center/contain;
    z-index: -1;
  }
  .service-section .service-wrapper {
    margin: 0 auto;
  }
  .service-section .service-wrapper ul li:not(:last-child) {
    margin-bottom: 80px;
  }
  .service-section .service-wrapper ul li .service-inner {
    padding: 0px 10px;
  }
  .service-section .service-wrapper ul li .service-inner .side-title {
    display: none;
  }
  .service-section .service-wrapper ul li .service-inner dl {
    margin-bottom: 40px;
  }
  .service-section .service-wrapper ul li .service-inner dl dt {
    margin-bottom: 30px;
  }
  .service-section .service-wrapper ul li .service-inner dl dt p {
    font-size: 2.5rem;
  }
  .service-section .service-wrapper ul li .service-inner dl dt p span {
    font-size: 1.9rem;
  }
  .service-section .service-wrapper ul li .service-inner dl dt .number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    font-size: 5.7rem;
  }
  .service-section .service-wrapper ul li .service-inner dl dt .number::after {
    flex-grow: 1;
    content: "";
    margin-left: 15px;
    height: 1px;
    background: #222222;
  }
  .service-section .service-wrapper ul li figure {
    width: calc(100% - 60px);
    margin: 0 auto;
  }

  .reason-section {
    margin-bottom: 70px;
    padding: 60px 0;
  }
  .reason-section .reason-inner {
    max-width: 667px;
  }
  .reason-section .reason-inner .title-box {
    margin-bottom: 40px;
  }
  .reason-section .reason-inner ul li {
    width: 100%;
    padding: 50px 30px;
  }
  .reason-section .reason-inner ul li:not(:last-child) {
    margin-bottom: 35px;
  }
  .reason-section .reason-inner ul li dl dt {
    font-size: 1.6rem;
  }
  .reason-section .reason-inner ul li dl dd p {
    font-size: 1.4rem;
  }

  .flow-seciton {
    margin-bottom: 70px;
  }
  .flow-seciton .title-box {
    margin-bottom: 45px;
  }
  .flow-seciton ul {
    max-width: 667px;
  }
  .flow-seciton ul::after {
    top: -110px;
    bottom: auto;
    right: 65px;
    width: 55px;
    height: 110px;
    background: url(../images/camera.svg) no-repeat top center/contain;
    z-index: -1;
  }
  .flow-seciton ul li {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
  .flow-seciton ul li:not(:last-child) {
    margin-bottom: 65px;
  }
  .flow-seciton ul li:not(:last-child):after {
    top: auto;
    bottom: -37px;
    right: 50%;
    transform: translate(50%, 0%) rotate(90deg);
    width: 32px;
    height: 12px;
  }

  .plan-section {
    margin-bottom: 75px;
    padding: 140px 0 130px;
  }
  .plan-section .title-box {
    margin-bottom: 45px;
  }
  .plan-section .plan-wrapper {
    max-width: 667px;
    margin-bottom: 20px;
  }
  .plan-section .plan-wrapper .plan-inner {
    margin-bottom: 80px;
  }
  .plan-section .plan-wrapper .plan-inner.option-plan ol {
    padding: 20px;
  }
  .plan-section .plan-wrapper .plan-inner.option-plan ol li:not(:last-child) {
    margin-bottom: 5px;
  }
  .plan-section .plan-wrapper .plan-inner h4::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    display: block;
    background: #222222;
    top: 50%;
    z-index: -1;
  }
  .plan-section .plan-wrapper .plan-inner h4 span {
    font-size: 2.2rem;
  }
  .plan-section .plan-wrapper .plan-inner table thead tr {
    display: block;
  }
  .plan-section .plan-wrapper .plan-inner table thead tr th {
    padding: 10px 0;
    display: none;
  }
  .plan-section .plan-wrapper .plan-inner table thead tr th:first-child {
    width: 340px;
  }
  .plan-section .plan-wrapper .plan-inner table thead tr th:nth-child(2) {
    width: 300px;
  }
  .plan-section .plan-wrapper .plan-inner table tbody tr {
    display: block;
  }
  .plan-section .plan-wrapper .plan-inner table tbody tr td {
    display: block;
    padding: 15px 10px;
  }
  .plan-section .plan-wrapper .plan-inner table tbody tr td:first-child {
    font-size: 1.4rem;
    line-height: 1.4;
    background: #E8E8E8;
  }
  .plan-section .plan-wrapper .plan-inner table tbody tr td:first-child span {
    font-size: 1.3rem;
  }
  .plan-section .plan-wrapper .plan-inner table tbody tr td:nth-child(2) ul li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .plan-section .plan-wrapper .plan-inner table tbody tr td:nth-child(2) ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .plan-section .plan-wrapper .plan-inner table tbody tr td:last-child {
    font-size: 1.4rem;
    padding: 0 15px 20px;
  }
  .plan-section .plan-wrapper .plan-inner table tbody tr td:last-child span {
    font-size: 1.3rem;
  }
  .plan-section .plan-wrapper .attention {
    padding: 25px 15px;
  }
  .plan-section .plan-wrapper .coupon-wrapper ul li {
    width: calc((100% - 20px)/2);
  }

  .creator-section {
    max-width: 667px;
    margin: 0 auto 50px;
    padding: 65px 30px;
  }
  .creator-section h3 {
    padding: 0 30px 20px 0;
    font-size: 2.6rem;
    top: -0.5em;
    left: -0.1em;
  }
  .creator-section .creater-wrapper figure {
    margin: 0 auto 30px;
  }
  .creator-section .creater-wrapper dl dt {
    text-align: center;
  }

  .bride_back {
    width: 80vw;
    height: 240px;
    margin: 0 auto 100px 0;
  }
}
@media screen and (max-width: 799px) {
  /* ------------------------------------------------------*/
  .hero-visual-section .swiper {
    position: relative;
    width: 100%;
    height: 85px;
  }
  .hero-visual-section .swiper .swiper-wrapper .swiper-slide {
    padding: 25px 20px 10px;
  }
  .hero-visual-section .swiper .swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 10px;
    position: absolute;
    bottom: 0px;
    background-image: radial-gradient(#CECECE 20%, transparent 20%);
    background-size: 10px 10px;
  }
  .hero-visual-section .swiper .swiper-wrapper .swiper-slide dl dt {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  .side-fix {
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
  }
  .side-fix a {
    width: 60px;
    height: 190px;
  }
  .side-fix a.tel-bar {
    display: none;
  }
  .side-fix a span {
    padding-top: 65px;
    font-size: 1.4rem;
    font-feature-settings: normal;
    letter-spacing: 0.18rem;
    writing-mode: vertical-rl;
  }
  .side-fix a span::before {
    position: absolute;
    transform: translate(-50%, 0);
    top: 30px;
    left: 50%;
    width: 20px;
    height: 16px;
  }
}
@media screen and (max-width: 959px) and (min-width: 667px) {
  /* ------------------------------------------------------*/
  .hero-visual-section h1 {
    width: 200px;
    top: 45%;
  }
  .hero-visual-section h1 span:last-child {
    bottom: -50px;
    right: auto;
    left: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .side-fix {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .side-fix a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 45px;
  }
  .side-fix a span {
    padding-left: 20px;
  }
  .side-fix a span::before {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: -10px;
    width: 20px;
    height: 16px;
  }
  .side-fix a.tel-bar {
    border-left: 1px solid #fff;
  }
  .side-fix a.tel-bar span {
    position: relative;
  }
  .side-fix a.tel-bar span::before {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.182 24.186'%3E%3Cpath fill='%23fff' d='M19.746,15.653c-1.895-1.9-3.5.6-4.245,2.424a12.333,12.333,0,0,1-5.84-3.585C6.552,11.389,6.1,8.679,6.1,8.679c1.829-.749,4.325-2.347,2.435-4.246C7.876,3.774,5.4,1.3,4.657.564,3.507-.6,1.737-.133.439,3.55s.2,8.945,5.712,14.457c5.525,5.52,10.79,7.044,14.478,5.743s4.147-3.067,2.992-4.226c-.745-.741-3.215-3.212-3.875-3.871'/%3E%3C/svg%3E");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .hero-visual-section h1 {
    width: 180px;
    top: 35%;
  }
  .hero-visual-section h1 span:last-child {
    bottom: -50px;
    font-size: 1em;
    line-height: 1.5;
  }

  .bride_back {
    background-attachment: initial;
  }

  .plan-section {
    padding: 80px 0 80px;
  }
}
@media screen and (max-width: 639px) {
  .catchcopy p:before {
    width: 30px;
    transform: translate(-130%, -50%);
  }
  .catchcopy p:after {
    width: 30px;
  }

  .catchcopy p::after {
    width: 30px;
  }
}
@media screen and (max-width: 550px) {
  .plan-section .plan-wrapper .plan-inner.option-plan ol li dl.wide dd {
    width: 100%;
  }
  .plan-section .plan-wrapper .coupon-wrapper ul li {
    width: 100%;
  }
  .plan-section .plan-wrapper .coupon-wrapper ul li:first-child {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .catchcopy {
    padding-top: 60px;
  }
  .catchcopy p {
    font-size: 1.5em;
  }

  .concept-section {
    padding-top: 60px;
  }

  .hero-visual-section h1 {
    width: 150px;
    top: 37%;
  }
  .hero-visual-section h1 span:last-child {
    bottom: -45px;
    font-size: 0.9em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .catchcopy p {
    font-size: 1.3em;
  }
  .catchcopy p:before {
    width: 20px;
    transform: translate(-140%, -50%);
  }
  .catchcopy p:after {
    width: 20px;
  }

  .hero-visual-section h1 {
    width: 130px;
  }
}