@charset "UTF-8";
/***************************************
 *
 *base CSS
 *
 *2019/XX
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
/***********************
 *
 *common
 *
 ********************** */
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    opacity: 0.8; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

html body {
  margin: 0px;
  padding: 0px;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  color: #2A2128;
  font-style: normal; }

body {
  overflow-x: hidden; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold; }

.ib {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  max-width: 100%; }

table {
  border-collapse: collapse; }

#wpadminbar {
  display: none; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none; }

.btn_border {
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  max-width: 300px;
  background: #f1f1f1; }
  .btn_border::before {
    right: 0;
    top: 0; }
  .btn_border::after {
    left: 0;
    bottom: 0; }
  .btn_border::before, .btn_border::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #000;
    transition-delay: 0s; }
  .btn_border:hover::before, .btn_border:hover::after {
    width: 100%;
    transition-delay: 0.2s; }
  .btn_border:hover span::before, .btn_border:hover span::after {
    height: 100%;
    transition-delay: 0s; }
  .btn_border span {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #000;
    position: relative; }
    .btn_border span::before {
      left: 0;
      top: 0; }
    .btn_border span::after {
      right: 0;
      bottom: 0; }
    .btn_border span::before, .btn_border span::after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #000;
      transition-delay: 0.2s; }

/*************************************
 *
 *404
 *
 ************************************* */
p.p404 {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #f1f1f1;
  margin: 40px 0; }

/***************************************
 *
 *header
 *
 ************************************* */
.line_reserve {
  width: max-content;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 0;
  background: #06C755;
  padding: 14px;
  display: -webkit;
  align-items: center;
  color: #fff;
  display: flex;
  border-radius: 6px 6px 0 0; }
  .line_reserve img {
    width: 32px; }
  .line_reserve h3 {
    margin-top: 0;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    margin-right: 10px; }
    .line_reserve h3 img {
      margin-right: 6px; }
  .line_reserve a {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #06C755;
    margin-right: 5px; }
    .line_reserve a:last-child {
      margin-bottom: 0;
      margin-right: 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 100px; }
  header.scrolled:before {
    opacity: 1;
    transform: translateY(0%); }
  header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    transform: translateY(-100%);
    transition: 0.4s ease;
    background: #fff;
    width: 100%;
    opacity: 0; }
  header .ib {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 27px 50px 0 50px;
    z-index: 2; }
    header .ib .buttons {
      width: 172px;
      position: absolute;
      right: 50px;
      top: 0;
      height: 38px;
      display: flex; }
      header .ib .buttons a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E2CDB7;
        font-size: 14px; }
        header .ib .buttons a img {
          margin-right: 7px; }
        header .ib .buttons a.web {
          background: #C289B9;
          color: #fff; }
    header .ib .logo {
      display: block;
      width: 177px; }
      header .ib .logo h1 {
        width: 100%;
        margin: 0; }
        header .ib .logo h1 img {
          display: block;
          width: 100%; }
    header .ib nav {
      display: flex;
      align-items: center;
      padding-top: 24px; }
      header .ib nav a {
        font-size: 15px;
        letter-spacing: 0.01rem;
        margin-right: 24px;
        display: flex;
        align-items: center; }
        header .ib nav a:last-child, header .ib nav a.mgr0 {
          margin-right: 0; }

s {
  text-decoration: none; }

.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px);
  opacity: 0; }

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0; }

#fv {
  position: relative;
  width: 100%;
  height: 100vh; }
  #fv:before {
    content: "";
    height: 74px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: calc(0px - calc(50vw  - 550px));
    background: url(../img/bg1.png) 0 50% no-repeat;
    mix-blend-mode: multiply;
    background-size: calc(100vw) 100%;
    z-index: 4;
    display: block; }
  #fv .ib {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 5;
    flex-wrap: wrap;
    align-content: center;
    width: 1180px; }
    #fv .ib .eng {
      display: block;
      margin-bottom: -30px;
      width: 350px;
      margin-left: 10px; }
    #fv .ib #fv_info {
      width: 100%;
      height: 74px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
      display: flex;
      align-items: center; }
      #fv .ib #fv_info .tit {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        font-family: "DIN-2014", sans-serif;
        display: flex;
        align-items: center; }
        #fv .ib #fv_info .tit:after {
          height: 18px;
          width: 1px;
          content: "";
          display: block;
          background: #fff;
          margin-right: 12px;
          margin-left: 12px;
          transform: rotate(11deg); }
      #fv .ib #fv_info a {
        position: relative;
        z-index: 2;
        align-items: center;
        display: flex; }
        #fv .ib #fv_info a span {
          font-weight: bold;
          color: #fff;
          font-size: 20px;
          font-family: "DIN-2014", sans-serif; }
        #fv .ib #fv_info a p {
          margin: 0;
          margin-left: 16px;
          color: #fff;
          font-size: 16px; }
    #fv .ib h1 {
      width: 100%;
      z-index: 3;
      color: #fff;
      font-weight: 400;
      font-size: 76px;
      line-height: 1.2;
      font-family: "Shippori Mincho", serif;
      position: relative;
      z-index: 2; }
      #fv .ib h1 span {
        display: block;
        overflow: visible;
        text-shadow: 10px 10px 20px rgba(125, 112, 123, 0.55); }
  #fv #fv_slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
    #fv #fv_slider .slide {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0;
      pointer-events: none;
      transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
      overflow: hidden; }
      #fv #fv_slider .slide.active {
        z-index: 2;
        opacity: 1;
        pointer-events: auto; }
      #fv #fv_slider .slide img {
        transform: translateY(0);
        width: 100%;
        height: 100%;
        top: 0%;
        position: absolute;
        left: 0;
        object-fit: cover; }
  #fv #fv_thumbnail {
    width: 500px;
    height: 66px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 8; }
    #fv #fv_thumbnail .slide {
      width: 110px;
      height: 100%;
      cursor: pointer;
      border: 2px solid transparent;
      transition: all 0.4s ease; }
      #fv #fv_thumbnail .slide:hover {
        opacity: 0.9;
        transform: translateY(-10px); }
      #fv #fv_thumbnail .slide.active {
        opacity: 1;
        border-color: #fff; }
      #fv #fv_thumbnail .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

#content .ib {
  padding: 80px 0; }
#content h2 {
  font-size: 66px;
  font-family: "Shippori Mincho", serif;
  margin: 80px 0;
  color: #C289B9;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #content h2.mgt {
    margin-top: 0; }
  #content h2.trans_txt_parent.tac {
    text-align: center;
    display: flex;
    justify-content: center; }
  #content h2 .inner s {
    display: inline-block;
    background: linear-gradient(#F56EB3, #C289B9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #content h2 span {
    padding-left: 13px;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #2A2128;
    margin-top: -10px;
    font-weight: 400;
    width: 100%; }
#content .menu_list {
  margin: 60px auto;
  width: 1160px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap; }
  #content .menu_list .box {
    cursor: pointer;
    width: 32.4%;
    height: 160px;
    background: #f9f4f9;
    margin-bottom: 15px;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-right: 15px;
    transition: 0.4s ease; }
    #content .menu_list .box:nth-of-type(3n) {
      margin-right: 0; }
    #content .menu_list .box h3 {
      margin: 0;
      font-size: 24px;
      position: relative;
      z-index: 2;
      font-family: "Shippori Mincho", serif;
      font-weight: normal;
      width: 100%;
      display: flex;
      align-items: center;
      opacity: 0.8;
      flex-wrap: wrap; }
      #content .menu_list .box h3.s {
        font-size: 32px; }
      #content .menu_list .box h3 span {
        font-family: "DIN-2014", sans-serif;
        font-size: 14px;
        letter-spacing: 0.05rem;
        margin-top: 10px;
        opacity: 0.6;
        display: block;
        width: 100%; }
    #content .menu_list .box:hover {
      transform: translateY(-10px); }
      #content .menu_list .box:hover img {
        opacity: 0.5;
        transform: translate(0%, -50%) scale(1.07); }
      #content .menu_list .box:hover:before {
        width: 500px;
        height: 500px; }
      #content .menu_list .box:hover:after {
        height: 100%; }
    #content .menu_list .box:before {
      width: 0;
      height: 0;
      content: "";
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      transition: 0.4s ease;
      transform-origin: center center;
      display: block;
      background: #C289B9;
      opacity: 0.2;
      border-radius: 50%;
      transform: translate(-50%, -50%); }
    #content .menu_list .box:after {
      position: absolute;
      width: 8px;
      height: 8px;
      content: "";
      transition: 0.4s ease;
      display: block;
      background: #C289B9;
      top: 0;
      left: 0;
      z-index: 2; }
    #content .menu_list .box img {
      z-index: 1;
      transition: 0.4s ease;
      position: absolute;
      width: 120px;
      height: auto;
      top: 50%;
      right: 10px;
      transform: translate(0%, -50%);
      mix-blend-mode: multiply; }
      #content .menu_list .box img.tate {
        width: 110px; }
      #content .menu_list .box img.m {
        width: 170px; }
      #content .menu_list .box img.w {
        width: 180px; }
#content .scroll_txt {
  overflow: hidden;
  margin: 20px 0;
  opacity: 0.2; }
  #content .scroll_txt .text {
    font-family: "Shippori Mincho", serif;
    font-size: 120px;
    color: #C289B9;
    width: max-content; }
#content .middle_copy {
  font-size: 34px;
  text-align: center;
  font-weight: 400;
  margin: -100px 0;
  line-height: 2;
  position: relative;
  z-index: 5;
  letter-spacing: 0.1rem; }
#content .scroll_outer {
  margin: 20px 0 60px;
  position: relative;
  padding-top: 10px; }
  #content .scroll_outer .il {
    position: absolute;
    width: 220px;
    z-index: 3; }
    #content .scroll_outer .il.img1 {
      top: calc(50% - 210px);
      left: calc(50% - 320px); }
    #content .scroll_outer .il.img2 {
      width: 200px;
      top: calc(50% + 50px);
      left: calc(50% + 140px); }
#content .dummy {
  height: 1000px; }
#content a.btn {
  width: 270px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #C289B9;
  font-size: 16px;
  margin: 40px auto;
  overflow: hidden;
  position: relative;
  transition: 0.4s ease; }
  #content a.btn span {
    position: relative;
    z-index: 3;
    font-size: 16px; }
  #content a.btn:hover {
    background: #ecd9e9; }
    #content a.btn:hover:after {
      right: 10px; }
  #content a.btn:before {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    right: 10px;
    top: calc(50%);
    background: #ecd9e9;
    position: absolute;
    display: block;
    transition: 0.4s ease;
    transform-origin: center right;
    transform: translate(0%, -50%); }
  #content a.btn:after {
    transition: 0.4s ease;
    content: "";
    font-family: "material icons";
    font-size: 20px;
    top: calc(50% - 10px);
    position: absolute;
    z-index: 2;
    color: #C289B9;
    right: 16px; }
#content #top_campaign {
  margin-top: 0;
  position: relative; }
  #content #top_campaign:after {
    height: 350px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #FFF6EC; }
  #content #top_campaign .ib {
    z-index: 2; }
  #content #top_campaign .slide_outer {
    width: 100vw;
    margin-left: calc(0px - calc(50vw - 550px)); }
  #content #top_campaign .campaign_swiper_slider {
    padding-top: 30px; }
    #content #top_campaign .campaign_swiper_slider .swiper-slide {
      width: 320px; }
      #content #top_campaign .campaign_swiper_slider .swiper-slide:hover {
        opacity: 0.8; }
      #content #top_campaign .campaign_swiper_slider .swiper-slide a {
        display: block;
        width: 100%; }
        #content #top_campaign .campaign_swiper_slider .swiper-slide a img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
  #content #top_campaign .campaign_list {
    width: 100%;
    display: flex; }
    #content #top_campaign .campaign_list.pt2 {
      justify-content: space-between; }
      #content #top_campaign .campaign_list.pt2 .box {
        width: 47%; }
    #content #top_campaign .campaign_list .box {
      width: 31%;
      margin-right: 3.5%; }
      #content #top_campaign .campaign_list .box:nth-of-type(3n) {
        margin-right: 0; }
      #content #top_campaign .campaign_list .box .img {
        width: 100%;
        height: auto;
        background: #ccc;
        aspect-ratio: 1/0.75;
        overflow: hidden; }
        #content #top_campaign .campaign_list .box .img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content #top_campaign .campaign_list .box .txt {
        position: relative;
        background: #fff;
        padding: 20px; }
        #content #top_campaign .campaign_list .box .txt .num {
          letter-spacing: -0.2rem;
          position: absolute;
          font-size: 64px;
          color: #E2CDB7;
          left: 0px;
          top: -60px;
          z-index: 2;
          font-family: "Shippori Mincho", serif; }
        #content #top_campaign .campaign_list .box .txt h3 {
          margin: 10px 0;
          font-size: 20px;
          font-weight: 400;
          padding-top: 0px;
          line-height: 1.6; }
          #content #top_campaign .campaign_list .box .txt h3 br {
            display: none; }
#content .case_list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex; }
  #content .case_list .box {
    width: 48.5%;
    height: 160px;
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #C289B9;
    margin-bottom: 30px; }
    #content .case_list .box .img {
      width: auto;
      height: 100%;
      overflow: hidden;
      border-radius: 50%;
      aspect-ratio: 1/1; }
      #content .case_list .box .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #content .case_list .box p {
      font-size: 24px;
      margin: 0;
      margin-left: 30px; }
#content .flow_list {
  width: 960px;
  margin: 0 auto;
  max-width: 100%; }
  #content .flow_list .row {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin-bottom: 66px;
    align-items: baseline;
    align-content: baseline; }
    #content .flow_list .row .box {
      border: 1px solid #C289B9;
      border-radius: 12px;
      padding: 40px;
      width: 450px;
      position: relative; }
      #content .flow_list .row .box:nth-of-type(2) {
        top: 90px; }
      #content .flow_list .row .box .num {
        line-height: 1;
        display: table;
        padding: 0 10px;
        font-size: 90px;
        font-weight: bold;
        font-family: "Shippori Mincho", serif;
        color: #C289B9;
        margin: 0 auto;
        z-index: 2;
        background: #fff;
        position: relative;
        margin-top: -90px; }
      #content .flow_list .row .box h3 {
        color: #C3A071;
        font-weight: bold;
        text-align: center;
        font-size: 22px; }
      #content .flow_list .row .box p {
        margin-bottom: 0;
        color: #7D707B; }
      #content .flow_list .row .box img {
        display: block;
        margin: 20px auto; }

/*************************************
 *
 *subpage
 *
 *************************************** */
.head_tit {
  height: 350px;
  margin-top: 80px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center; }
  .head_tit.single:before {
    display: none; }
  .head_tit.single .df {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap; }
    .head_tit.single .df .r, .head_tit.single .df .l {
      width: 50%;
      height: 100%;
      display: flex;
      justify-content: flex-end; }
      .head_tit.single .df .r .inner, .head_tit.single .df .l .inner {
        width: 600px;
        padding: 50px; }
      .head_tit.single .df .r img, .head_tit.single .df .l img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .head_tit.single .df .l {
      background: #f5f5f5;
      position: relative;
      z-index: 4; }
      .head_tit.single .df .l h1 {
        margin-top: 5px;
        color: #212121; }
      .head_tit.single .df .l .meta {
        font-size: 24px;
        color: #888;
        font-weight: bold; }
  .head_tit:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../img/pattern10.png); }
  .head_tit h1 {
    width: 1100px;
    max-width: 100%;
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05rem;
    position: relative;
    z-index: 3; }
  .head_tit .bg_mov {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .head_tit .bg_mov video {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.panlist .ib {
  padding: 40px 0px 0;
  display: flex;
  flex-wrap: wrap; }
  .panlist .ib a, .panlist .ib span {
    font-size: 14px;
    color: #777;
    align-items: center;
    display: flex; }
    .panlist .ib a:not(.home):before, .panlist .ib span:not(.home):before {
      content: "";
      font-family: material icons;
      font-size: 26px;
      display: inline-block;
      padding: 0 10px; }
    .panlist .ib a.home:after, .panlist .ib span.home:after {
      content: "";
      font-family: material icons;
      font-size: 24px; }

#pager {
  margin: 50px 0;
  overflow: hidden; }
  #pager .wp-pagenavi {
    display: flex; }
    #pager .wp-pagenavi a, #pager .wp-pagenavi span {
      padding: 12px 20px;
      font-size: 16px;
      align-items: center;
      justify-content: center;
      display: flex;
      border: none;
      background: #f5f5f5;
      margin-right: 5px; }
      #pager .wp-pagenavi a.current, #pager .wp-pagenavi span.current {
        background: #333;
        color: #fff; }

/*************************************
 *
 *footer
 *
 ************************************** */
#pagetop {
  width: 52px;
  height: 52px;
  background: #000;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  cursor: pointer;
  right: 0px; }
  #pagetop:before {
    content: "";
    font-size: 29px;
    position: absolute;
    top: 7px;
    left: 12px;
    font-family: material icons;
    color: #fff; }
  #pagetop i {
    font-size: 10px;
    position: absolute;
    bottom: 7px;
    left: 0;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff; }

footer {
  background: #C289B9; }
  footer .ib {
    padding: 40px 0 30px; }
    footer .ib a.insta {
      margin: 40px auto 60px;
      font-size: 22px;
      text-align: center;
      color: #fff;
      align-items: center;
      justify-content: center;
      display: flex; }
      footer .ib a.insta img {
        margin-right: 8px;
        width: 20px;
        display: block; }
    footer .ib .shop_df {
      flex-wrap: wrap;
      display: flex;
      width: 660px;
      margin: 40px auto 60px; }
      footer .ib .shop_df .box {
        width: 50%;
        border-right: 1px solid #fff;
        padding: 0 50px; }
        footer .ib .shop_df .box:last-child {
          border: none; }
        footer .ib .shop_df .box h3, footer .ib .shop_df .box p, footer .ib .shop_df .box a {
          color: #fff; }
        footer .ib .shop_df .box h3 {
          margin-top: 0; }
        footer .ib .shop_df .box a.tel {
          font-weight: bold;
          font-size: 24px; }
          footer .ib .shop_df .box a.tel:before {
            position: relative;
            top: 3px;
            content: "";
            font-family: "material icons";
            margin-right: 6px;
            font-weight: normal; }
    footer .ib p.copy {
      font-size: 13px;
      color: #fff;
      text-align: center; }
    footer .ib .logo {
      width: 200px;
      margin: 60px auto 40px;
      display: block; }
    footer .ib nav {
      display: flex;
      justify-content: center;
      color: #fff; }
      footer .ib nav a {
        padding: 0 20px; }

/*# sourceMappingURL=style.css.map */
