@charset "UTF-8";
/* Laugh and Lien株式会社 CSS Document */
/* 共通部分 */
body {
  background: #fff;
  color: #353535;
  overflow: hidden;
  font-size: 18px;
  font-size: clamp(18px, 0.8vw, 20px);
  letter-spacing: .03rem;
  counter-reset: number 0 counter-reset1 counter-reset2;
  position: relative;
  z-index: 0;
}
a, .post-content a {
  color: #353535;
}
.font-1, .headline-font-type {
  font-family: "meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
p, .post-content p {
  font-size: 0.95rem;
  line-height: 2;
}
.post-content ul {
  font-size: 0.95rem;
  font-weight: 400;
  list-style: disc;
}
.signage {
  height: 300px;
  background: none !important;
  position: relative;
  z-index: 0;
}
.signage::before, .signage::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/confetti_img.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 35%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.signage::before {
  background-position: bottom left;
  left: 0;
}
.signage::after {
  background-position: bottom right;
  right: 0;
  transform: scaleX(-1) scaleY(1);
}
.signage-title, .signage-title-sub {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-shadow: none;
  color: #353535 !important;
}
.signage-title {
  font-size: 2.5rem !important;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 0.8;
  margin-bottom: 20px;
}
.signage-title-sub {
  font-size: 1.1rem !important;
  font-weight: 700;
  letter-spacing: .13rem;
  line-height: 1;
}
.breadcrumb-wrapper {
  height: 35px;
  background: none;
}
.breadcrumb.inner {
  width: fit-content !important;
  max-width: 1150px !important;
  padding: 0;
  font-size: 0.8rem;
  display: block;
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 1200px) {
  .signage {
    height: 250px;
  }
  .signage-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .signage {
    height: 180px;
  }
  .signage-title {
    font-size: 1.8rem !important;
    letter-spacing: .1rem;
    margin-bottom: 15px;
  }
  .signage-title-sub {
    font-size: 0.9rem !important;
  }
}
/* 共通部分 END */
/* コンテンツ 共通 */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
p.caution {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  box-sizing: border-box;
}
p.caution:last-of-type {
  margin-bottom: 0;
}
p.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  color: #f35d63;
}
span.caution {
  position: relative;
  padding-left: 17px;
  line-height: 1.8;
  box-sizing: border-box;
  display: inline-block;
}
span.caution::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #f35d63;
}
ul.list {
  margin: 0;
  list-style: none;
}
ul.list li {
  padding-left: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li::before {
  content: '';
  position: absolute;
  background: #c4a9aa;
  border-radius: 100px;
  width: 7px;
  height: 7px;
  top: 9px;
  left: 0;
}
ul.list.caution_list li::before {
  content: '※';
  background: none;
  top: 0;
  color: #f35d63;
}
/* コンテンツ 共通 END */
/* コンテンツ ボタン 共通 END */
a.content_but {
  width: 100%;
  max-width: 330px;
  margin-top: 15px;
  padding: 17px 20px 15px;
  font-weight: 700;
  letter-spacing: .05rem;
  line-height: 1.5;
  text-align: left;
  color: #353535;
  border: 1px solid;
  background: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}
a.content_but:hover {
  color: #828282;
}
a.content_but::after {
  content: '\ea3c';
  position: absolute;
  font-family: design_plus;
  font-size: 12px;
  top: 19px;
  right: 20px;
  transition: 0.5s;
}
a.insta_but::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #ffd75f, #ff0357);
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
a.insta_but:hover::before {
  opacity: 1;
}
a.insta_but::after {
  content: "\ea92";
  font-size: 17px;
  font-weight: 400;
  top: 17px;
}
/* コンテンツ ボタン 共通 END */
/* ナビ */
.header-bar {
  width: calc(100% - 15px);
  top: 10px;
  left: 8px;
  background: none !important;
  box-shadow: none;
}
.logo-image {
  top: 0;
  left: 0;
  width: 160px;
  height: auto;
  padding: 3px 5px;
  border-radius: 2px;
  position: absolute;
  background: #fff;
  box-sizing: border-box;
}
.header-bar-inner {
  width: 100%;
  max-width: unset;
  z-index: 100;
}
.global-nav {
  padding-right: 10px;
  padding-left: 12px;
  background: #fff;
  border-radius: 2px;
}
.global-nav > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: .05rem;
  padding: 0 17px;
  text-align: center;
  transition: 0.8s;
  color: #353535;
}
.global-nav > ul > li > a:hover {
  color: #828282;
}
.global-nav > ul > li > a::after {
  content: "";
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  height: 25px;
  bottom: 20px;
  background-image: url("/wp-content/themes/story_tcd041/img/home_img.png");
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.5s;
  color: #353535;
  line-height: 1;
}
.global-nav > ul > li.global-menu-flower > a::after {
  background-image: url("/wp-content/themes/story_tcd041/img/flower_img.png");
}
.global-nav > ul > li.global-menu-greeting > a::after {
  background-image: url("/wp-content/themes/story_tcd041/img/greeting_img.png");
}
.global-nav > ul > li.global-menu-onlineshop > a::after {
  background-image: url("/wp-content/themes/story_tcd041/img/cart_img.png");
}
.global-nav > ul > li.global-menu-information > a::after {
  background-image: url("/wp-content/themes/story_tcd041/img/info_img.png");
}
.global-nav > ul > li.global-menu-contact > a::after {
  background-image: url("/wp-content/themes/story_tcd041/img/contact_img.png");
}
.global-nav > ul > li > a:hover::after {
  bottom: 25px;
}
.global-nav .sub-menu {
  top: 110%;
}
.global-nav .sub-menu li:first-of-type a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.global-nav .sub-menu li:last-of-type a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.global-nav .sub-menu a {
  font-size: 14px;
  font-weight: 700;
  color: #353535 !important;
  background: #fff !important;
}
.global-nav .sub-menu a:hover {
  color: #828282 !important;
  background: #fff !important;
}
.global-nav .sub-menu .current-menu-item > a::before, .global-nav .sub-menu .current-menu-item > a::after {
  content: none;
}
@media only screen and (max-width: 1200px) {
  .header-bar {
    width: 100%;
    background: #fff !important;
    border-color: #fff;
    left: 0;
    top: 0;
  }
  .logo-image {
    left: -15px;
    width: 120px;
    padding: 15px 20px 10px;
  }
  .global-nav {
    padding: 0;
    border-radius: 0;
    background: none;
  }
  .global-nav-button {
    border-left: 0;
  }
  .global-nav-button::before {
    color: #353535;
  }
  .global-nav-button:hover::before {
    color: #828282;
  }
  .global-nav > ul > li > a {
    text-align: left;
    line-height: 52px;
    background: #fff;
    color: #353535 !important;
  }
  .global-nav .sub-menu li:first-of-type a, .global-nav .sub-menu li:last-of-type a {
    border-radius: 0;
  }
  .global-nav .sub-menu a {
    font-size: 12px;
    padding: 0 20px;
    line-height: 55px;
    background: #fff !important;
  }
  .global-nav a:hover, .global-nav .sub-menu a:hover {
    background: #fff !important;
    color: #828282 !important;
  }
  .global-nav .menu-item-has-children > a span::before {
    color: #353535;
  }
  .global-nav > ul > li > a::before, .global-nav > ul > li > a::after {
    content: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .logo-image {
    width: 90px;
    padding: 5px 8px 8px;
  }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
  display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-bar-fixed ~ .top-slider-wrapper {
  margin-top: 0;
}
.top-slider-wrapper::before {
  content: '';
  position: absolute;
  background: #493628;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.35;
}
.top-slider-content {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
  margin: 0;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
  background: none;
}
.top-slider-content-inner {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.top-slider-content-inner p {
  display: none;
}
.top-slider-content-inner:after {
  content: none;
}
.front-copy {
  width: 86%;
  margin: 0 auto;
  display: block;
}
.front-copy img {
  width: 70%;
  max-width: 500px;
}
.scroll-box span {
  position: absolute;
  width: 100%;
  left: 0;
  color: #fff;
  bottom: 65px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1rem;
  text-align: center;
  line-height: 0;
  z-index: 2;
}
.scroll-box::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: 0;
  z-index: 1;
}
h2.front_main_title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2rem;
  text-align: center;
  margin-bottom: 60px;
}
span.front_main_font {
  color: #fff;
  -webkit-text-stroke: 2px #353535;
  paint-order: stroke;
}
span.front_sub_title {
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: .1rem;
  display: block;
}
.front_original01 {
  padding-top: 5em;
}
.front-original01-inner {
  width: 86%;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
}
.front-original01-text {
  width: 55%;
  /* padding-right: 1vw; */
  box-sizing: border-box;
}
.front-original01-img {
  width: 45%;
}
.front-original01-img img {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.front-original01-text h2 {
  margin-bottom: 30px;
  text-align: left;
}
.front-original01-text h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.front-original01-text p {
  margin-bottom: 20px;
}
.front-original01-text p:last-of-type {
  margin-bottom: 0;
}
.front_content02 {
  padding: 5em 0;
  position: relative;
  z-index: 0;
}
.front_content02-inner {
  width: 86%;
  max-width: 1050px;
  margin: 0 auto;
}
.front_content02 h2 {
  margin-bottom: 80px;
}
.front_content02-item {
  padding: 70px 45px 40px;
  margin-bottom: 80px;
  align-items: center;
  background: #fff1c9;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.front_content02-item:nth-of-type(2) {
  background: #e9f1f1;
}
.front_content02-item:nth-of-type(3) {
  background: #fbf0f1;
}
.front_content02-item:last-of-type {
  margin-bottom: 0;
}
.front_content02-item::before {
  content: "PRESERVED FLOWERS";
  position: absolute;
  width: 100%;
  text-align: center;
  top: -30px;
  left: 0;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: .15rem;
  -webkit-text-stroke: 2px #353535;
  paint-order: stroke;
  display: block;
  color: #efc94d;
}
.front_content02-item:nth-of-type(2)::before {
  content: "OPTION";
  color: #028f68;
}
.front_content02-item:nth-of-type(3)::before {
  content: "GREETING";
  color: #dd6b94;
}
.front_content02-item::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/confetti_img.png");
  background-repeat: no-repeat;
  background-size: 97% auto;
  width: 35%;
  height: 100%;
  bottom: -5%;
  z-index: -1;
}
.front_content02-item:nth-of-type(odd)::after {
  left: -3%;
  background-position: left top;
}
.front_content02-item:nth-of-type(even)::after {
  right: -3%;
  transform: scaleX(-1) scaleY(1);
  background-position: top right;
}
.front_content02-img {
  width: 45%;
  box-sizing: border-box;
}
.front_content02-item:nth-of-type(even) .front_content02-img {
  margin-left: 55%;
}
.front_content02-img img {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
.front_content02-text {
  width: 55%;
  box-sizing: border-box;
}
.front_content02-item:nth-of-type(odd) .front_content02-text {
  padding-left: 1vw;
}
.front_content02-item:nth-of-type(even) .front_content02-text {
  margin-left: -100%;
  padding-right: 1vw;
}
.front_content02-text h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.front_content02-text p {
  font-size: 0.9rem;
  line-height: 2;
}
a.content02-button {
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  max-width: 330px;
  height: 60px;
  line-height: 62px;
  position: relative;
  margin: 20px 0 0;
  color: #353535;
  background: none;
  border: 1px solid;
  border-radius: 100px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
}
a.content02-button::after {
  content: 'MORE';
  position: absolute;
  right: 18px;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: .1rem;
  transition: 1s;
}
a.content02-button:hover {
  color: #353535;
  background: #fff !important;
}
.front_original02 {
  padding: 6em 0;
  background: #fff;
  position: relative;
  z-index: 0;
}
.front_original02::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/front_original02_img.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  z-index: -1;
}
.front-original02-inner {
  width: 86%;
  max-width: 660px;
  margin: 0 auto;
}
.front-original02-text h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.front-original02-text h3 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto 15px;
  text-shadow: 2px 1px 1px #fff, 2px 1px 1px #fff;
}
.front-original02-text p {
  font-size: 1rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px #fff, 2px 1px 1px #fff;
}
.front-original02-text p:last-child {
  margin-bottom: 0;
}
.front-original02-text p span {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 5px;
}
.front_original03 {
  padding: 5em 0;
  position: relative;
}
.front_original03::before, .front_original03::after {
  content: '';
  position: absolute;
  display: block;
  background-image: url("/wp-content/themes/story_tcd041/img/confetti_img.png");
  background-repeat: no-repeat;
  background-size: 97% auto;
  width: 35%;
  height: 100%;
}
.front_original03::before {
  background-position: top right;
  top: 0;
  left: 3%;
  z-index: 0;
}
.front_original03::after {
  background-position: bottom right;
  bottom: 0;
  right: 3%;
  transform: scaleX(-1) scaleY(1);
  z-index: 1;
}
.front-original03-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
.front-original03-text-inner {
  width: 50%;
  padding-right: 1vw;
  box-sizing: border-box;
}
.front-original03-img-inner {
  width: 50%;
  padding-left: 1vw;
  box-sizing: border-box;
}
.front-original03-img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #dfdfdf;
  border-radius: 10px;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.original03-img-01, .original03-img-02, .original03-img-03 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.original03-img-01 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third01_img.jpg");
  animation: slide-animation-01 18s infinite;
}
.original03-img-02 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third02_img.jpg");
  animation: slide-animation-02 18s infinite;
}
.original03-img-03 {
  background-image: url("/wp-content/themes/story_tcd041/img/front-third03_img.jpg");
  animation: slide-animation-03 18s infinite;
}
.original03-text__box {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background: #ecf6f8;
  box-sizing: border-box;
}
.original03-text__box:nth-of-type(2) {
  background: #faece6;
}
.original03-text__box:last-of-type {
  background: #fff0f1;
  margin-bottom: 0;
}
.original03-text__box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
.original03-text__box h3::before {
  counter-increment: counter-reset1;
  content: "POINT.0"counter(counter-reset1) "";
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1rem;
  margin-bottom: 15px;
  color: #21ceea;
  display: block;
}
.original03-text__box:nth-of-type(2) h3::before {
  color: #ef6029;
}
.original03-text__box:nth-of-type(3) h3::before {
  color: #d1383f;
}
.original03-text__box p {
  font-size: 0.9rem;
}
.front_topics {
  padding: 5em 0;
}
.front-topics-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
h2.front_topics_title {
  margin-bottom: 50px;
}
h2.headline-primary {
  display: none;
}
.footer-gallery-title, .align1 {
  display: none;
}
.footer {
  margin-top: 0;
}
.footer_contact_sec {
  padding: 5em 0 2em;
}
.footer_contact_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer_contact_bg {
  width: 60%;
  padding-right: 4vw;
  box-sizing: border-box;
}
.footer_menu_bg {
  width: 40%;
  padding-left: 6vw;
  box-sizing: border-box;
}
h2.footer-logo-name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
dl.address_body {
  width: 100%;
  max-width: 530px;
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
dl.address_body:last-of-type {
  margin-bottom: 15px;
}
dt.address_title {
  width: 18%;
}
dd.address_text {
  width: 82%;
  padding-left: 1vw;
  box-sizing: border-box;
}
a.footer_sns {
  width: 100%;
  max-width: 330px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding: 18px 17px 16px;
  transition: 0.5s;
  border: 1px solid;
  border-radius: 100px;
  margin-bottom: 5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 0;
}
a.footer_insta_but {
  background-image: linear-gradient(-15deg, #ffd75f, #ff0357) !important;
  color: #fff !important;
  border: 0 !important;
  margin-bottom: 0;
}
a.footer_insta_but::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(15deg, #ffd75f, #ff0357);
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
a.footer_sns::after {
  content: "\f0e0";
  font-family: design_plus;
  font-size: 19px;
  font-weight: 400;
  transition: 0.8s;
  position: absolute;
  right: 20px;
  z-index: 1;
}
a.footer_insta_but::after {
  content: "\ea92";
}
a.footer_sns:hover {
  background: none;
  color: #828282;
}
a.footer_insta_but:hover::before {
  opacity: 1;
}
ul.footer-content-list-outer {
  width: 50%;
  box-sizing: border-box;
}
ul.footer-content-list-outer:last-of-type {
  padding-left: 1.5vw;
}
ul.footer-content-list-outer li {
  font-size: 0.75rem;
  letter-spacing: .05rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
ul.footer-content-list-outer li:last-of-type {
  margin-bottom: 0;
}
a.footer_but {
  position: relative;
  z-index: 0;
}
a.footer_but::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #828282;
  bottom: 1px;
  left: 0;
  z-index: -1;
  transition: 0.5s;
}
a.footer_but:hover::after {
  width: 100%;
}
.footer-content {
  display: none;
}
.footer-bar01, .footer-bar01-inner, .copyright {
  background: none;
}
.footer-bar01-inner {
  width: 86%;
  max-width: 1150px;
}
p.copyright {
  font-size: 10px;
  text-align: left;
  color: #353535;
}
.pagetop {
  right: 10px;
  transition: all 0.5s ease 0s;
}
.pagetop a {
  background: none;
  color: #353535;
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: 110px;
  line-height: 2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15rem;
}
.pagetop a::before {
  content: '';
  position: absolute;
  display: block;
  background: #353535;
  height: 50px;
  left: auto;
  right: 10px;
  width: 1px;
  top: auto;
  bottom: 120px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.pagetop a::after {
  content: '';
  position: absolute;
  display: block;
  background: #353535;
  height: 35px;
  right: 10px;
  width: 1px;
  bottom: -15px;
  z-index: -1;
}
.pagetop a:hover {
  background: none;
}
.pagetop a:hover::before {
  height: 100px;
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper {
    margin-top: 55px;
  }
  .header-youtube, .header-video, .top-slider {
    height: calc(80vh - 80px);
  }
}
@media only screen and (max-width: 970px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 55px);
  }
  .scroll-box {
    display: none;
  }
  .front_original01::after, .front_content02::after {
    z-index: -1;
    opacity: 0.5;
  }
  .front-original01-img, .front-original01-text {
    width: 100%;
  }
  .front-original01-text {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .front_content02 {
    padding: 4em 0;
  }
  .front_content02-item {
    padding: 50px 25px 30px;
    margin-bottom: 40px;
  }
  .front_content02-img, .front_content02-text {
    width: 100%;
  }
  .front_content02-item:nth-of-type(odd) .front_content02-text {
    padding-left: 0;
  }
  .front_content02-img {
    margin-bottom: 30px;
  }
  .front_content02-item:nth-of-type(even) .front_content02-img, .front_content02-item:nth-of-type(even) .front_content02-text {
    margin-left: 0;
  }
  .front_content02-item:nth-of-type(even) .front_content02-text {
    padding-right: 0;
  }
  .front_content02-text h3 {
    width: fit-content;
    margin: 0 auto 15px;
  }
  a.content02-button {
    margin: 10px auto 0;
  }
  .front_original02 {
    padding: 5em 0;
  }
  .front-original03-text-inner {
    width: 100%;
    padding: 0 0 30px;
  }
  .front-original03-img-inner {
    width: 100%;
    padding-left: 0;
    height: 40vh;
    min-height: 450px;
  }
  .original03-text__box {
    margin-bottom: 15px;
    padding: 25px;
  }
  .footer_contact_bg, .footer_menu_bg {
    width: 100%;
    padding: 0;
  }
  .footer_menu_bg {
    max-width: 330px;
    margin-top: 30px;
    padding-left: 0;
    border: 0;
  }
  .dp-footer-bar {
    background: #fff !important;
    border-top: 1px solid #353535 !important;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #353535 !important;
  }
  .dp-footer-bar-item:nth-of-type(1) {
    background: #ffdf75;
  }
  .dp-footer-bar-item:nth-of-type(2) {
    background: #21ceea;
  }
  .dp-footer-bar-item {
    font-size: 11px;
  }
  .dp-footer-bar-icon::before {
    font-weight: 400;
  }
  .icon-share-alt:before {
    content: "\ea92";
  }
  .dp-footer-bar a {
    color: #353535;
  }
}
@media only screen and (max-width: 768px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(100vh - 55px);
  }
  h2.front_main_title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  span.front_sub_title {
    font-size: 0.7rem;
    margin-top: 10px;
  }
  .front_original01 {
    padding-top: 2.5em;
  }
  .front_content02, .front_original02, .front_original03, .front_topics {
    padding: 2.5em 0;
  }
  .front-original01-text h2 {
    margin-bottom: 25px;
  }
  .front_content02 h2 {
    margin-bottom: 50px;
  }
  .front_content02-item::before {
    font-size: 2rem;
    top: -15px;
  }
  .front_content02-item::after {
    width: 55%;
  }
  .front-original02-text h2 {
    margin-bottom: 15px;
  }
  .front-original02-text h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .front-original02-text p {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
  .original03-text__box h3 {
    font-size: 1.25rem;
  }
  .original03-text__box h3::before {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .footer_contact_sec {
    padding: 2em 0 1em;
  }
  dt.address_title, dd.address_text {
    width: 100%;
  }
  dt.address_title {
    margin-bottom: 5px;
  }
  .pagetop {
    bottom: 75px !important;
  }
  .social-nav {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .header-youtube, .header-video, .top-slider {
    height: calc(60vh - 60px);
  }
  span.front_sub_title {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .front_original03::before, .front_original03::after {
    width: 75%;
  }
}
@media only screen and (max-height: 400px) {
  .top-slider {
    height: 100vh;
  }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
  margin: 0px;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 100px 0;
  box-sizing: border-box;
  position: relative;
}
.post-content h2 {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.8;
  padding-top: 0;
  margin-bottom: 30px;
}
.post-content h2::after {
  content: "";
  display: block;
  background: #353535;
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 1px;
  margin: 12px auto 0;
}
.post-content h3 {
  font-size: 1.4rem;
  padding: 0 0 0 45px;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.post-content h3::before {
  content: '';
  position: absolute;
  background: #353535;
  width: 25px;
  height: 2px;
  top: 50%;
  left: 0;
}
.post-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #616161;
  margin-bottom: 15px;
  line-height: 1.5;
  padding: 0;
}
.s_table {
  width: 100%;
}
.post-content table {
  margin: 0;
}
.post-content th, .post-content td {
  font-size: 0.95rem;
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.8;
  padding: 23px 2px 19px;
  background: none;
  border: 0;
  border-bottom: 1px #ddd solid;
}
.post-content th {
  width: 20%;
  text-align: left;
  border-right: none;
}
.post-content td {
  padding-left: 20px;
  border-left: none;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-content th, .post-content td {
    padding: 14px 4px 12px;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
  }
  .post-content th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .post-content td {
    border-top: none;
  }
}
@media only screen and (max-width: 768px) {
  .content_inner {
    padding: 50px 0;
  }
  .post-content h2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .post-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog .main {
  padding-bottom: 100px;
}
.archive-header {
  margin: 90px 0 40px;
}
h1.archive-title, h1.post-title {
  color: #353535;
  font-weight: 700;
}
h1.post-title, p.post-meta {
  text-align: left;
}
.article03 {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  box-sizing: border-box;
  transition: all 0.5s;
  overflow: hidden;
}
.article03-content {
  padding: 15px 18px;
}
.article03-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: .035rem;
  line-height: 1.5;
  color: #353535;
}
.article03-meta {
  line-height: 1;
}
.article03-date, .article03-category-item {
  font-size: 13px;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
  font-size: 13px;
}
.post-meta-box {
  background: #f4f4f4;
  border-radius: 5px;
}
.post-meta-box-item::before {
  color: #828282;
}
.post-meta-box-item a {
  font-weight: 700;
}
.side_widget {
  font-size: 12px;
}
.headline-bar {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .1rem;
  text-align: left;
  padding: 0 0 5px;
  color: #353535;
  border-bottom: 1px dashed;
  background: none;
}
.widget_recent_entries li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget_recent_entries .post-date {
  color: #353535;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .article03-title {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .post-meta-box-item {
    padding: 8px 0 8px 20px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category .main, .post-template-default .main, .blog .main {
    padding-bottom: 50px;
  }
  .post-header {
    margin-top: 50px;
  }
  h1.post-title {
    font-size: 1.4rem !important;
  }
  .nav-links01-previous a::before, .nav-links01-next a::after {
    color: #353535;
  }
  .article04-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .post-title, .post-meta {
    text-align: left;
  }
  .article03-title {
    font-size: 10px;
    margin-top: 0;
  }
}
/* お知らせ END */
/* プリザーブドフラワー・オプション 共通 */
.flowers_box, .option_box {
  align-items: center;
}
.flowers_img {
  width: 45%;
  box-sizing: border-box;
}
.flowers_box .flowers_img {
  padding-right: 4vw;
}
.option_box .flowers_img {
  padding-left: 4vw;
}
.flowers_img img {
  border-radius: 5px;
}
.flowers_text {
  width: 55%;
  box-sizing: border-box;
}
.flowers_text p {
  margin-bottom: 20px;
}
.flowers_text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 970px) {
  .flowers_text, .flowers_img {
    width: 100%;
  }
  .flowers_box .flowers_img {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .option_box .flowers_img {
    padding-left: 0;
    margin-top: 25px;
  }
}
/* プリザーブドフラワー・オプション 共通 END */
/* プリザーブドフラワー */
.flowers_sec h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .flowers_sec h2 {
    margin-bottom: 25px;
  }
}
/* プリザーブドフラワー END */
/* オプション */
.option_box h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
.option_box h2::after {
  content: none;
}
/* オプション END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 950px;
}
.faq_sec h2 {
  margin-bottom: 20px;
  text-align: left;
}
.faq_sec h2::after {
  margin-left: 0;
}
.faq {
  margin-bottom: 50px;
  box-sizing: border-box;
}
.faq:first-of-type {
  margin-top: 60px;
}
.faq:last-of-type {
  margin-bottom: 0;
}
.faq h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 4px 0;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.faq p {
  position: relative;
  margin-bottom: 8px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq h3, .faq p {
  padding-left: 50px;
}
.faq h3::before {
  content: "Q";
  position: absolute;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #ff4500;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  left: 0;
  top: 0;
}
.faq:nth-of-type(2n) h3::before {
  background: #466fa9;
}
.faq:nth-of-type(3n) h3::before {
  background: #dd6b94;
}
@media only screen and (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq:first-of-type {
    margin-top: 30px;
  }
  .faq h3, .faq p {
    padding-left: 45px;
  }
}
/* よくある質問 END */
/* 代表挨拶 */
.greeting_sec p {
  margin-bottom: 15px;
}
.greeting_box {
  margin-bottom: 40px;
}
.greeting_sec p:last-child, .greeting_box:last-of-type {
  margin-bottom: 0;
}
.greeting_box h2 {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 10px;
}
.greeting_box h2::after, .greeting_box h3::before {
  content: none;
}
.greeting_text {
  width: 65%;
  margin-left: 35%;
  padding-left: 4vw;
  box-sizing: border-box;
}
.greeting_img {
  width: 35%;
  margin-left: -100%;
  box-sizing: border-box;
}
.greeting_img img {
  border-radius: 5px;
}
span.shop-name {
  display: inline;
  background: linear-gradient(transparent 60%, #faf7ef 60%);
  font-weight: 700;
}
.staff_box {
  margin-top: 50px;
  padding: 30px 40px 35px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.staff_box h2 {
  margin-bottom: 40px;
}
.greeting_box h3 {
  padding-left: 0;
}
.greeting_box p {
  font-size: 0.9rem;
}
h3.name {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 30px;
}
h3.name span {
  font-size: 1rem;
  margin-right: 10px;
}
@media only screen and (max-width: 970px) {
  .greeting_img, .greeting_text {
    width: 100%;
    margin-left: 0;
  }
  .greeting_text {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .greeting_box {
    margin-bottom: 30px;
  }
  h3.name {
    margin-bottom: 15px;
  }
}
/* 代表挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
  max-width: 950px;
}
table.info_tbl th {
  width: 25%;
}
/* 運営概要 END */
/* お問い合わせ */
.contact_sec .content_inner {
  max-width: 900px;
}
.con__inner {
  margin-bottom: 70px;
}
.con__inner p {
  margin-bottom: 15px;
}
.con__inner:last-of-type, .con__inner p:last-of-type {
  margin-bottom: 0;
}
.con_info_box ul.caution_list {
  margin-bottom: 15px;
}
.mail_info_box {
  margin-bottom: 30px;
}
a.con_insta_but {
  width: 100%;
  max-width: 450px;
  padding: 18px 25px 15px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(-15deg, #ffd75f, #ff0357) !important;
  border-radius: 100px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.8s;
  z-index: 0;
}
a.con_insta_but::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(15deg, #ffd75f, #ff0357);
  z-index: -1;
  opacity: 0;
  transition: 0.8s;
}
a.con_insta_but::after {
  content: "\ea92";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  font-family: "design_plus";
  right: 25px;
  transition: 0.8s;
}
a.con_insta_but:hover {
  color: #fff;
}
a.con_insta_but:hover::before {
  opacity: 1;
}
p.con_insta_text {
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .con__inner:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .con__inner {
    margin-bottom: 30px;
  }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding: 3px 5px 1px;
  border-radius: 2px;
  color: #fff;
  background: #ff5353;
}
.wpcf7 {
  border: none;
  background: none;
  margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
  background: #eeeeee;
  border: 0;
  padding: 20px 15px;
  box-sizing: border-box;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 form p {
  font-size: 17px;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 20px;
}
.wpcf7 form p:last-of-type {
  margin-bottom: 0;
}
.wpcf7-list-item {
  margin-left: 0;
  margin-top: 8px;
  line-height: 1.5;
  font-weight: 500;
}
.wpcf7 select {
  width: 100%;
  max-width: 100%;
  padding: 15px 12px 13px;
  background: #eeeeee;
  border: 0;
}
.wpcf7 input.wpcf7-submit {
  margin-top: 30px;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  font-size: 1.15rem;
  font-weight: 700;
  height: 85px;
  color: #353535;
  background: none;
  border: 1px solid !important;
  border-radius: 100px;
  transition: all .5s;
  font-family: "meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  color: #828282;
  background: none;
  transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #ffd8df;
  line-height: 1.8;
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .wpcf7 input.wpcf7-submit {
    margin-top: 20px;
  }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
  width: auto;
}
/* ブログ記事の画像 END */
/* front_original03 アニメーション */
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* front_original03 アニメーション END */