@charset "UTF-8";
/*! ======================================================
corporate独自
====================================================== */
body * {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem; }

hitml, body {
  overflow-x: hidden; }

.main {
  width: 100%;
  margin-top: 0;
  padding-top: 100px; }
  @media all and (max-width: 640px) {
    .main {
      padding: 0; } }

_:-ms-lang(x)::-ms-backdrop, .main {
  min-height: 500px; }

a:hover, a:focus {
  color: #AE8D23;
  text-decoration: none; }

img[src*="logo-trois-yoko.svg"] {
  opacity: 0.6; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
汎用
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.contentWidth {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden; }
  @media all and (max-width: 768px) {
    .contentWidth {
      padding: 0 5%;
      width: 100%; } }
  @media all and (max-width: 640px) {
    .contentWidth {
      margin-top: 110px; } }

.topMidashi {
  font-size: 40px;
  font-size: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 300;
  letter-spacing: 0.5rem;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  margin-bottom: 40px; }
  @media all and (max-width: 640px) {
    .topMidashi {
      font-size: 30px;
      font-size: 3rem; } }
  .topMidashi:before, .topMidashi:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #BFB197;
    position: absolute;
    top: 2.7rem; }
  .topMidashi:before {
    left: -3rem; }
  .topMidashi:after {
    right: -2.5rem; }
  .topMidashi span {
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    margin-top: 4px;
    color: #757373; }

.pageLink {
  margin-top: 14px; }
  .pageLink a {
    color: #BFB197;
    font-size: 14px;
    font-size: 1.4rem;
    transition: .2s;
    position: relative; }
    .pageLink a i {
      color: #BFB197; }
    .pageLink a:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      border-bottom: 1px solid #cc9838;
      position: absolute;
      bottom: -2.5px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      opacity: 0;
      transition: .2s; }
    .pageLink a:hover {
      color: #cc9838; }
      .pageLink a:hover:after {
        opacity: 1;
        bottom: 0px; }

.hanyouBtn {
  display: inline-block;
  border: 1px solid #333;
  background: #fff;
  transition: .2s;
  position: relative;
  padding: 0 10px 0 28px;
  min-width: 200px;
  max-width: 275px;
  width: 80%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 18px 16px;
  top: 0;
  cursor: pointer; }
  .hanyouBtn:hover {
    text-decoration: none;
    border-color: #E8C38D;
    color: #E8C38D;
    top: -3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15); }
    .hanyouBtn:hover:before {
      border-width: 0 0 0px 0px;
      border-color: transparent transparent #E8C38D transparent; }
    .hanyouBtn:hover svg#iconArrow {
      left: 6px; }
      .hanyouBtn:hover svg#iconArrow .st0 {
        fill: #E8C38D; }
  .hanyouBtn:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 0;
    border-color: #333 transparent transparent;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: .2s;
    z-index: 1; }
  .hanyouBtn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 0;
    border-color: #E8C38D transparent transparent;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 0; }
  .hanyouBtn.longBtn {
    max-width: 100%;
    height: inherit; }
    @media all and (max-width: 446px) {
      .hanyouBtn.longBtn {
        line-height: 1.5;
        padding: 8px 0; } }
    .hanyouBtn.longBtn br {
      display: none; }
      @media all and (max-width: 446px) {
        .hanyouBtn.longBtn br {
          display: inline-block; } }
  .hanyouBtn svg#iconArrow {
    position: relative;
    bottom: 3px;
    left: 2px;
    transition: .2s; }
    .hanyouBtn svg#iconArrow .st0 {
      transition: .2s; }
  .hanyouBtn.more {
    margin-top: 30px;
    padding: 12px;
    max-width: 210px; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

.spNone {
  display: block; }
  @media all and (max-width: 768px) {
    .spNone {
      display: none; } }

.pcNone {
  display: none; }
  @media all and (max-width: 768px) {
    .pcNone {
      display: inline-block; } }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ローディング画面
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.corporateTop header, .corporateTop .main, .corporateTop .footer {
  display: none; }
  @supports (-ms-ime-align: auto) {
    .corporateTop header, .corporateTop .main, .corporateTop .footer {
      display: block; } }

_:-ms-fullscreen, :root .corporateTop header, .corporateTop .main, .corporateTop .footer {
  display: block; }

#pageTop.loading {
  position: fixed !important;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ee9ca7;
  background: -webkit-linear-gradient(to left, #fff4f5, #fdcacf);
  background: linear-gradient(to left, #fff4f5, #fdcacf); }
  @media all and (max-width: 768px) {
    #pageTop.loading {
      height: auto;
      min-height: 400px; } }
  @media only screen and (max-device-width: 768px) {
    #pageTop.loading {
      height: 100vh; } }
  #pageTop.loading:before {
    content: "";
    width: 0%;
    height: 5px;
    display: block;
    z-index: 1000;
    background: rgba(51, 51, 51, 0.8);
    animation: goldLine 0.4s ease-out;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    -webkit-animation: goldLine 0.4s ease-out;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards; }
  #pageTop.loading .topImage {
    opacity: 0;
    height: 85vh;
    width: 100%;
    position: relative;
    margin-top: 50px; }
    @media all and (max-width: 640px) {
      #pageTop.loading .topImage {
        height: 75vh;
        margin-top: 25px; } }
    #pageTop.loading .topImage #newLogo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%); }
      #pageTop.loading .topImage #newLogo .st0 {
        opacity: 0; }
      #pageTop.loading .topImage #newLogo .st1 {
        fill: rgba(255, 255, 255, 0.7); }
  #pageTop.loading .topImage__text {
    opacity: 0; }

@keyframes goldLine {
  0% {
    width: 0%;
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    width: 100%; } }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ヘッダー
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#corporate .header {
  border-top: 0px;
  z-index: 100;
  width: 100%;
  transition: .5s;
  top: 0; }
  @media all and (max-width: 640px) {
    #corporate .header {
      position: fixed;
      width: 100%;
      z-index: 100;
      background: white;
      box-shadow: 0px 0px 6px #BFB197;
      height: 60px;
      top: 0 !important; } }
  #corporate .header.dark .navi:before {
    background: white; }
  #corporate .header.fixed {
    position: fixed;
    top: 0;
    left: 0; }
  #corporate .header:before {
    content: none; }
  #corporate .header__logo {
    position: absolute;
    left: -50px;
    margin: 0 !important;
    z-index: 100; }
    @media all and (max-width: 640px) {
      #corporate .header__logo {
        left: -42px; } }
    #corporate .header__logo a {
      width: 260px;
      height: 110px;
      position: relative;
      top: 0;
      transition: .3s; }
      @media all and (max-width: 640px) {
        #corporate .header__logo a {
          width: 160px;
          height: 60px; } }
      #corporate .header__logo a:hover {
        transform: scale(0.97);
        top: -3px;
        opacity: 1; }
        #corporate .header__logo a:hover #menuLogo .st0 {
          fill: #ff84a1; }
        #corporate .header__logo a:hover:before {
          border-color: #222222 transparent transparent transparent; }
      #corporate .header__logo a:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 110px 130px 0 130px;
        border-color: #333333 transparent transparent transparent;
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s; }
        @media all and (max-width: 640px) {
          #corporate .header__logo a:before {
            border-width: 60px 80px 0 80px; } }
      #corporate .header__logo a svg {
        position: absolute;
        top: 15px;
        left: 50%;
        width: 36px;
        height: 60px;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%); }
        @media all and (max-width: 640px) {
          #corporate .header__logo a svg {
            width: 20px;
            height: 34px;
            top: 6px; } }
        #corporate .header__logo a svg .st0 {
          transition: .3s; }
  @media all and (max-width: 640px) {
    #corporate .header nav {
      position: absolute;
      top: 60px;
      width: 100%;
      display: none;
      opacity: 0;
      transition: .2s; } }
  #corporate .header .navi {
    text-align: right;
    padding: 26px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.1); }
    #corporate .header .navi:before {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      transition: .3s; }
      @media all and (max-width: 640px) {
        #corporate .header .navi:before {
          background: rgba(255, 250, 252, 0.9); } }
    @media only screen and (max-width: 830px) {
      #corporate .header .navi {
        padding: 10px 0px 0px 210px; } }
    @media all and (max-width: 640px) {
      #corporate .header .navi {
        text-align: center;
        margin: 0 auto 4px;
        padding: 26px 0 0;
        border-top: 2px solid #BFB197;
        border-bottom: 2px solid #BFB197; } }
    #corporate .header .navi li {
      display: inline-block;
      padding: 0 1rem;
      line-height: 2rem;
      position: relative;
      margin: 0 16px; }
      @media only screen and (max-width: 970px) {
        #corporate .header .navi li {
          padding: 0; } }
      @media all and (max-width: 640px) {
        #corporate .header .navi li {
          line-height: 1.5rem;
          display: block;
          width: 100%;
          margin: 16px 0; } }
      #corporate .header .navi li a {
        font-weight: 300;
        color: #333;
        font-size: 16px; }
        @media only screen and (max-width: 970px) {
          #corporate .header .navi li a {
            font-size: 14px; } }
        @media all and (max-width: 640px) {
          #corporate .header .navi li a {
            display: inline-block;
            padding: 15px 1.5%;
            font-weight: 500; } }
        #corporate .header .navi li a:before {
          content: "";
          border-bottom: 1px solid #333;
          position: absolute;
          bottom: -6px;
          left: 0;
          width: 2.5em;
          height: 1px;
          transition: .3s; }
          @media all and (max-width: 640px) {
            #corporate .header .navi li a:before {
              border-color: #D3AD7F;
              left: 50%;
              transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%); } }
        #corporate .header .navi li a:hover {
          color: #ed7596;
          transition: .3s; }
          #corporate .header .navi li a:hover:before {
            width: 0;
            border-color: #ed7596; }
      #corporate .header .navi li.useSalon {
        position: relative;
        margin-left: 24px; }
        @media only screen and (max-width: 830px) {
          #corporate .header .navi li.useSalon {
            margin-right: 0;
            margin-top: 16px; } }
        @media all and (max-width: 640px) {
          #corporate .header .navi li.useSalon {
            height: 70px;
            margin: 0;
            max-width: 100%;
            width: 100%;
            position: relative; } }
        #corporate .header .navi li.useSalon:before {
          content: none; }
        #corporate .header .navi li.useSalon a {
          font-size: 14px;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 830px) {
            #corporate .header .navi li.useSalon a {
              padding: 0px 16px 0 16px;
              line-height: 30px;
              font-size: 13px; } }
          @media all and (max-width: 640px) {
            #corporate .header .navi li.useSalon a {
              position: absolute;
              right: 0;
              bottom: 0;
              line-height: 50px;
              font-size: 14px;
              display: block;
              text-align: center;
              width: 100%; } }
          #corporate .header .navi li.useSalon a:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 320px 320px;
            border-color: transparent transparent #ffc7d6 transparent;
            opacity: 0.5;
            position: absolute;
            bottom: -30px;
            left: -60px;
            z-index: -1;
            transition: .3s; }
            @media only screen and (max-width: 830px) {
              #corporate .header .navi li.useSalon a:before {
                border-width: 0 0 30px 16px;
                bottom: 0;
                left: -16px;
                transform: none; } }
            @media all and (max-width: 640px) {
              #corporate .header .navi li.useSalon a:before {
                border-width: 0 0 50px 16px; } }
          @media only screen and (max-width: 830px) {
            #corporate .header .navi li.useSalon a:after {
              content: "";
              background: #ffc7d6;
              position: absolute;
              top: 0;
              right: 0;
              width: 100%;
              height: 100%;
              z-index: -1;
              opacity: 0.5;
              transition: .3s; } }
          #corporate .header .navi li.useSalon a:hover {
            color: #303030; }
            #corporate .header .navi li.useSalon a:hover svg .st0 {
              fill: #303030; }
            #corporate .header .navi li.useSalon a:hover:before {
              border-color: transparent transparent #ff84a1 transparent; }
            #corporate .header .navi li.useSalon a:hover:after {
              background: #ff84a1; }
          #corporate .header .navi li.useSalon a svg {
            width: 22px;
            height: 5px;
            margin-left: 6px; }
            #corporate .header .navi li.useSalon a svg .st0 {
              transition: .2s; }

.spMenuBtn {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  cursor: pointer;
  transition: .2s; }
  .spMenuBtn:hover {
    opacity: 0.8; }
  @media all and (max-width: 640px) {
    .spMenuBtn {
      display: block; } }
  .spMenuBtn__inner {
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    color: #8e704d;
    padding-top: 3px; }
    .spMenuBtn__inner .line {
      border-top: 2px solid #333;
      width: 20px;
      display: block;
      transition: .3s; }
      .spMenuBtn__inner .line:before, .spMenuBtn__inner .line:after {
        content: "";
        display: block;
        height: 1px;
        border-top: 2px solid #333;
        position: relative;
        transition: .3s; }
      .spMenuBtn__inner .line:before {
        width: 30px;
        top: -12px; }
      .spMenuBtn__inner .line:after {
        width: 10px;
        bottom: -7px; }
  .spMenuBtn.spMenuOpen .line {
    width: 100%;
    border-color: #ff84a1;
    transform: rotate(90deg);
    transform-origin: center center;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); }
    .spMenuBtn.spMenuOpen .line:before, .spMenuBtn.spMenuOpen .line:after {
      width: 100%;
      border-color: #ff84a1; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
info--お知らせ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.infoList__inner {
  border-bottom: 1px dotted #BFB197;
  position: relative;
  z-index: 5; }
  .infoList__inner a {
    display: block;
    text-align: left;
    padding: 5px 0;
    position: relative;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem; }
    .infoList__inner a:before {
      content: "";
      display: block;
      width: 3px;
      background: #333;
      position: absolute;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      top: 52%;
      height: 5rem; }
    .infoList__inner a:hover {
      text-decoration: none;
      background: rgba(242, 129, 145, 0.15); }
    .infoList__inner a .info__data, .infoList__inner a .info__title {
      display: inline-block;
      vertical-align: top; }
    .infoList__inner a .info__data {
      color: #BFB197;
      padding: 0 1.5rem;
      font-family: 'Cormorant Garamond', serif;
      position: relative;
      display: block;
      padding-left: 2.5rem;
      font-size: 16px;
      font-size: 1.6rem; }
      .infoList__inner a .info__data:after {
        content: "\f0da";
        font-family: Fontawesome;
        margin-left: 1.5rem;
        top: 2px;
        position: absolute;
        left: 0; }
    .infoList__inner a .info__title {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      word-break: break-all;
      word-wrap: normal;
      padding: 0 1.5rem;
      width: 100%;
      position: relative;
      bottom: 2px; }

.paging {
  margin-top: 30px; }
  .paging li {
    display: inline-block;
    margin-bottom: 6px; }
    .paging li a {
      min-width: 30px;
      padding: 4px;
      background: #F4EFE9;
      color: #BFB197;
      display: inline-block;
      transition: .2s;
      line-height: 26px;
      vertical-align: middle; }
      .paging li a:hover {
        text-decoration: none;
        color: #fff;
        background: #BFB197; }
  .paging__pre a, .paging__next a {
    border: 1px solid #BFB197;
    font-weight: 300;
    font-size: 12px;
    font-size: 1.2rem;
    width: 64px;
    line-height: 24px !important; }
  .paging .active a {
    background: #BFB197;
    color: #fff; }

.info__detail {
  text-align: left; }
  .info__detail .info__data {
    background: #333;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-bottom: 4px;
    line-height: 22px;
    position: relative;
    padding: 0 16px;
    left: 10px; }
    .info__detail .info__data:before, .info__detail .info__data:after {
      width: 0;
      height: 0;
      border-style: solid;
      position: absolute;
      bottom: 0; }
    .info__detail .info__data:before {
      content: "";
      border-width: 0 0 22px 10px;
      border-color: transparent transparent #333 transparent;
      left: -10px; }
    .info__detail .info__data:after {
      content: "";
      border-width: 22px 10px 0 0;
      border-color: #333 transparent transparent transparent;
      right: -10px; }
  .info__detail .info__title {
    width: 100%;
    border-bottom: 3px solid #C69C6D;
    padding-bottom: 4px;
    font-weight: 500;
    color: #333;
    padding-left: 10px;
    font-size: 20px;
    font-size: 2rem; }

.info__text {
  text-align: left;
  font-weight: 300;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #BFB197; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
フッター
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
#corporate .footer {
  background: #fff;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative; }
  #corporate .footer .pageTopBtn {
    position: absolute;
    right: 30px;
    top: -34px;
    direction: block;
    width: 45px;
    height: 45px;
    background: rgba(242, 129, 145, 0.8);
    font-size: 30px;
    font-size: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: 0.2s; }
    @media all and (max-width: 373px) {
      #corporate .footer .pageTopBtn {
        top: -50px; } }
    #corporate .footer .pageTopBtn i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      margin: 0;
      color: #fff;
      opacity: 0.8;
      margin: 0; }
    #corporate .footer .pageTopBtn:hover {
      color: #fff;
      opacity: 0.7; }
  #corporate .footer .footerDetailWrap {
    background: url(/shared/images/footer_image02.jpg) no-repeat;
    background-size: cover; }
  #corporate .footer .footerDetailWrapInner {
    background: url(/shared/images/footer_image01.png?ver2021-01-14) no-repeat center center;
    background-size: 1270px;
    padding: 30px 0; }
    @media all and (max-width: 640px) {
      #corporate .footer .footerDetailWrapInner {
        background-position: 64% 50%;
        background-size: cover; } }
  #corporate .footer .shareWrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 0 0 60px;
    width: 620px; }
    @media all and (max-width: 768px) {
      #corporate .footer .shareWrap {
        width: 100%;
        padding: 0;
        justify-content: center; } }
    #corporate .footer .shareWrap .footerTitle {
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      #corporate .footer .shareWrap .footerTitle:before {
        content: "";
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background: #333;
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
      #corporate .footer .shareWrap .footerTitle:after {
        content: "";
        width: calc(100% - 3em);
        height: 1px;
        border-top: 1px solid #333;
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
    #corporate .footer .shareWrap .snsButton {
      display: flex;
      flex-wrap: wrap;
      margin-right: 30px;
      width: 260px;
      justify-content: center; }
      @media all and (max-width: 640px) {
        #corporate .footer .shareWrap .snsButton {
          margin-right: 0;
          margin-bottom: 16px; } }
      #corporate .footer .shareWrap .snsButton a {
        border-radius: 50%;
        width: 70px;
        height: 70px;
        margin: 0 6px;
        display: block;
        border: 2px solid #fff;
        position: relative;
        transition: .2s; }
        #corporate .footer .shareWrap .snsButton a:hover {
          opacity: 0.6; }
        #corporate .footer .shareWrap .snsButton a i {
          font-size: 30px;
          color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          margin: 0; }
        #corporate .footer .shareWrap .snsButton a.twitter {
          background: #1B95E0; }
        #corporate .footer .shareWrap .snsButton a.fb {
          background: #4267B2; }
        #corporate .footer .shareWrap .snsButton a.line {
          background: #00B833; }
          #corporate .footer .shareWrap .snsButton a.line svg {
            width: 30px;
            height: 28px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%); }
        #corporate .footer .shareWrap .snsButton a.insta {
          background: #c35adc;
          background: -moz-linear-gradient(45deg, #ffd76a 0%, #f14d32 27%, #dd1c9c 49%, #b41fc3 71%, #4840e5 100%, #4840e5 100%);
          background: -webkit-linear-gradient(45deg, #ffd76a 0%, #f14d32 27%, #dd1c9c 49%, #b41fc3 71%, #4840e5 100%, #4840e5 100%);
          background: linear-gradient(45deg, #ffd76a 0%, #f14d32 27%, #dd1c9c 49%, #b41fc3 71%, #4840e5 100%, #4840e5 100%);
          opacity: 0.8; }
          #corporate .footer .shareWrap .snsButton a.insta:hover {
            opacity: 0.6; }
        #corporate .footer .shareWrap .snsButton a.instaLong {
          width: 200px;
          border-radius: 50px;
          height: 54px;
          color: #fff;
          background: #c35adc;
          background: -moz-linear-gradient(45deg, #ffd76a 0%, #f14d32 27%, #dd1c9c 49%, #b41fc3 71%, #4840e5 100%, #4840e5 100%);
          background: -webkit-linear-gradient(45deg, #ffd76a 0%, #f14d32 27%, #dd1c9c 49%, #b41fc3 71%, #4840e5 100%, #4840e5 100%);
          background: linear-gradient(45deg, #ffd76a 0%, #f14d32 27%, #dd1c9c 49%, #b41fc3 71%, #4840e5 100%, #4840e5 100%);
          opacity: 0.8;
          display: flex;
          justify-content: center;
          align-items: center; }
          #corporate .footer .shareWrap .snsButton a.instaLong:hover {
            opacity: 0.6; }
          #corporate .footer .shareWrap .snsButton a.instaLong i {
            position: static;
            transform: none;
            margin-right: 10px; }
    #corporate .footer .shareWrap .contactWrap {
      margin-bottom: 10px;
      width: 240px; }
      @media all and (max-width: 640px) {
        #corporate .footer .shareWrap .contactWrap {
          width: 260px; } }
      #corporate .footer .shareWrap .contactWrap .footerTitle {
        margin-bottom: 16px; }
        #corporate .footer .shareWrap .contactWrap .footerTitle:after {
          content: "";
          width: calc(100% - 6em); }
    #corporate .footer .shareWrap .contactBtn {
      padding: 12px;
      background: rgba(251, 159, 183, 0.8);
      border-radius: 60px;
      font-size: 14px;
      width: 200px;
      margin: 0 auto;
      display: block;
      text-align: center;
      border: 2px solid rgba(255, 255, 255, 0.8);
      color: #fff;
      transition: .2s; }
      #corporate .footer .shareWrap .contactBtn:hover {
        background: rgba(237, 117, 150, 0.6); }
  #corporate .footer .footerDetail {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 16px 16px 0;
    padding: 30px 60px;
    width: 90%;
    max-width: 600px; }
    @media all and (max-width: 768px) {
      #corporate .footer .footerDetail {
        text-align: center;
        padding: 30px;
        margin: 0 auto;
        border-radius: 16px; } }
    @media all and (max-width: 640px) {
      #corporate .footer .footerDetail {
        text-align: center; } }
    #corporate .footer .footerDetail__title img {
      max-width: 300px;
      width: 80%; }
    #corporate .footer .footerDetail__text {
      margin: 20px 0 8px; }
      @media all and (max-width: 640px) {
        #corporate .footer .footerDetail__text {
          text-align: left;
          width: 210px;
          margin: 20px auto 10px; } }
      #corporate .footer .footerDetail__text--box {
        display: inline-block;
        font-size: 14px;
        font-size: 1.4rem; }
        #corporate .footer .footerDetail__text--box span {
          background: #E2B07F;
          color: #fff;
          padding: 0 14px;
          display: inline-block;
          margin-right: 1rem;
          font-weight: 200;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2rem; }
        #corporate .footer .footerDetail__text--box:first-child {
          margin-right: 30px; }
          @media all and (max-width: 640px) {
            #corporate .footer .footerDetail__text--box:first-child {
              margin-right: 0; } }
    #corporate .footer .footerDetail__address--box {
      display: inline-block;
      margin-right: 30px;
      font-size: 14px;
      font-size: 1.4rem; }
      @media all and (max-width: 640px) {
        #corporate .footer .footerDetail__address--box {
          margin-right: 0; } }
      #corporate .footer .footerDetail__address--box:first-child {
        display: block; }
        @media all and (max-width: 768px) {
          #corporate .footer .footerDetail__address--box:first-child {
            margin-right: 0;
            display: block; } }
      #corporate .footer .footerDetail__address--box:last-child {
        margin-right: 0; }
        @media all and (max-width: 640px) {
          #corporate .footer .footerDetail__address--box:last-child {
            margin-left: 1rem; } }
        @media all and (max-width: 395px) {
          #corporate .footer .footerDetail__address--box:last-child {
            margin-left: 0; } }
  #corporate .footer .footerNavi {
    padding: 10px 30px;
    background: #333;
    text-align: center; }
    @media all and (max-width: 640px) {
      #corporate .footer .footerNavi {
        padding: 16px 5%; } }
    #corporate .footer .footerNavi .footerNaviBox {
      padding: 0 10px;
      color: #956D43; }
      @media all and (max-width: 640px) {
        #corporate .footer .footerNavi .footerNaviBox {
          display: flex;
          flex-wrap: wrap;
          padding: 0; } }
      #corporate .footer .footerNavi .footerNaviBox li {
        line-height: 2rem;
        display: inline-block;
        padding: 0 10px; }
        @media all and (max-width: 640px) {
          #corporate .footer .footerNavi .footerNaviBox li {
            width: calc(100% / 2);
            text-align: left;
            padding: 4px 10px; } }
        #corporate .footer .footerNavi .footerNaviBox li a {
          color: #fff;
          margin: 0 4px;
          transition: .2s;
          font-size: 12px;
          font-size: 1.2rem; }
          @media all and (max-width: 640px) {
            #corporate .footer .footerNavi .footerNaviBox li a {
              margin: 0; } }
          #corporate .footer .footerNavi .footerNaviBox li a:hover {
            color: #E2B07F;
            opacity: 0.7; }
        #corporate .footer .footerNavi .footerNaviBox li:before {
          content: "\f0da";
          font-family: Fontawesome;
          margin-right: 4px;
          color: #e2b07f; }
  #corporate .footer .footer__copyRight {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 0; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .footer__copyRight {
    padding: 0;
    margin-bottom: -5rem; } }

#corporate .bx-wrapper {
  border: none;
  box-shadow: none;
  background: none;
  margin: 0 auto; }
  #corporate .bx-wrapper .bx-viewport {
    height: 505px !important; }
    @media all and (max-width: 640px) {
      #corporate .bx-wrapper .bx-viewport {
        height: 335px !important; } }
  #corporate .bx-wrapper .bx-controls-auto, #corporate .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0; }
  #corporate .bx-wrapper .bx-pager {
    padding-top: 5px; }
    #corporate .bx-wrapper .bx-pager.bx-default-pager a {
      background: #e8e2d0; }
      #corporate .bx-wrapper .bx-pager.bx-default-pager a.active, #corporate .bx-wrapper .bx-pager.bx-default-pager a.focus, #corporate .bx-wrapper .bx-pager.bx-default-pager a.hover {
        background: #c3b48a; }
  #corporate .bx-wrapper .bx-prev, #corporate .bx-wrapper .bx-next {
    background: url("/top/image/icon-next.png") no-repeat 100% 100%;
    background-size: contain;
    width: 40px;
    height: 80px;
    transition: .2s;
    top: 40%; }
    #corporate .bx-wrapper .bx-prev:hover, #corporate .bx-wrapper .bx-next:hover {
      opacity: 0.5; }
  #corporate .bx-wrapper .bx-prev {
    left: 490px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg); }
    @media all and (max-width: 640px) {
      #corporate .bx-wrapper .bx-prev {
        left: 630px; } }
  #corporate .bx-wrapper .bx-next {
    right: 490px; }
    @media all and (max-width: 640px) {
      #corporate .bx-wrapper .bx-next {
        right: 630px; } }

#corporate .bxslider li {
  width: 500px !important;
  height: 500px;
  background: #fff;
  box-shadow: 0 0px 3px #e0dede;
  position: relative;
  transition: .2s; }
  @media all and (max-width: 640px) {
    #corporate .bxslider li {
      width: 284px !important;
      height: 330px; } }
  #corporate .bxslider li:hover {
    cursor: pointer; }
    #corporate .bxslider li:hover:after {
      background: rgba(242, 129, 145, 0.05); }
  #corporate .bxslider li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(242, 129, 145, 0);
    top: 0;
    left: 0;
    transition: .2s; }
  #corporate .bxslider li:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #edd9be;
    /* Old browsers */
    background: -moz-linear-gradient(left, #edd9be 0%, #f1d1a8 49%, #efca93 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #edd9be 0%, #f1d1a8 49%, #efca93 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #edd9be 0%, #f1d1a8 49%, #efca93 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edd9be', endColorstr='#efca93',GradientType=1 );
    /* IE6-9 */ }

.productImage {
  padding: 5% 5% 1%; }
  .productImage img {
    margin: 0 auto;
    height: 260px; }
    @media all and (max-width: 640px) {
      .productImage img {
        height: 120px; } }

.productDetail__title {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3rem;
  margin: 10px;
  border-bottom: 1px solid #BFB197;
  padding-bottom: 0.6rem; }
  @media all and (max-width: 640px) {
    .productDetail__title {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2.2rem; } }
  .productDetail__title span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #ababab; }
    @media all and (max-width: 640px) {
      .productDetail__title span {
        line-height: 1.8rem;
        margin-top: 4px; } }
    @media all and (max-width: 640px) {
      .productDetail__title span .dpInlineBlock {
        margin-top: 0px; } }

.productDetail__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem; }
  @media all and (max-width: 640px) {
    .productDetail__text {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 0 10px;
      line-height: 2rem;
      text-align: left; } }

#bxsliderWrap {
  position: relative;
  left: 50%;
  width: 1580px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  #bxsliderWrap #slideFilterL, #bxsliderWrap #slideFilterR {
    position: absolute;
    top: 0;
    width: 500px;
    height: 500px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    background: #fff; }
  #bxsliderWrap #slideFilterL {
    left: 0; }
  #bxsliderWrap #slideFilterR {
    right: 0; }

/*! ーーーーーーーーーーーーーーーーーーーーーーーーー
▼三角アニメーション
ーーーーーーーーーーーーーーーーーーーーーーーーー */
.sankaku {
  position: absolute; }
  .sankaku__big01 {
    top: 1%;
    left: 0; }
  .sankaku__big02 {
    bottom: 49%;
    right: 23%; }
  .sankaku.small {
    border-width: 0 15px 26px 15px; }
    .sankaku.small:before {
      border-width: 0 7.5px 13px 7.5px; }
  .sankaku.smaller {
    border-width: 0 12.5px 21.7px 12.5px; }
    .sankaku.smaller:before {
      border-width: 0 10px 17.3px 10px; }
  .sankaku__small01 {
    right: 0;
    top: 2%;
    opacity: 0.8; }
  .sankaku__small02 {
    right: 10%;
    top: 20%;
    opacity: 0.7; }
  .sankaku__small03 {
    right: 20%;
    bottom: 50%; }
  .sankaku__small04 {
    right: 45%;
    top: 4%;
    opacity: 0.8; }
  .sankaku__small05 {
    right: 50%;
    bottom: 35%;
    opacity: 0.8; }
  .sankaku__small06 {
    left: 20%;
    top: 12%; }
  .sankaku__small07 {
    left: 16%;
    bottom: 30%;
    opacity: 0.8; }
  .sankaku__small08 {
    left: 5%;
    bottom: 50%; }

.sankaku:not(:target) {
  display: none\9;
  /* IE9,10 */ }

.drop {
  animation: DropBig01 70s linear infinite;
  -webkit-animation: DropBig01 70s linear infinite;
  position: absolute;
  top: 0;
  left: 5%; }
  .drop.right {
    animation: DropBig02 70s linear infinite;
    -webkit-animation: DropBig02 70s linear infinite;
    right: 4%;
    left: inherit; }
  .drop.lefty {
    left: 16%;
    animation-duration: 18s;
    -webkit-animation-duration: 18s; }
  .drop.left {
    animation: DropBig01 70s linear infinite;
    -webkit-animation: DropBig01 70s linear infinite;
    left: 5%; }
  .drop .rev:before {
    top: 20px;
    right: 20px; }

.drop.small {
  animation: Drop 50s linear infinite !important;
  animation-play-state: running;
  -webkit-animation: Drop 50s linear infinite !important;
  -ms-animation: Drop 50s linear infinite !important; }
  .drop.small.left {
    left: 30%;
    animation-delay: -10s !important;
    -webkit-animation-delay: -10s !important; }
  .drop.small.right {
    right: 25%;
    animation-delay: -30s !important;
    -webkit-animation-delay: -30s !important; }
  .drop.small.righty {
    left: inherit;
    right: 18%; }

.big {
  border-width: 0 60px 103.9px 60px; }
  .big:before {
    border-width: 0 35px 60.6px 35px; }

.sankakuWrap01, .sankakuWrap02 {
  position: relative;
  right: 0px; }

.sankakuWrap01 {
  animation: yokoyure01 8s linear infinite;
  -webkit-animation: yokoyure01 8s linear infinite;
  -ms-animation: yokoyure01 8s linear infinite;
  animation-play-state: running; }

.sankakuWrap02 {
  animation: yokoyure02 10s linear infinite;
  -webkit-animation: yokoyure02 10s linear infinite;
  -ms-animation: yokoyure02 10s linear infinite;
  animation-play-state: running; }

.sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 43.3px 25px;
  border-color: transparent transparent rgba(239, 202, 147, 0.18) transparent;
  position: relative;
  animation: spin01 40s linear infinite;
  animation-play-state: running;
  -webkit-animation: spin01 40s linear infinite;
  -ms-animation: spin01 40s linear infinite; }
  .sankaku:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 26px 15px;
    border-color: transparent transparent rgba(245, 235, 223, 0.4) transparent;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    animation: spin02 20s linear infinite;
    animation-play-state: running;
    -webkit-animation: spin02 20s linear infinite;
    -ms-animation: spin02 20s linear infinite; }

.rev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22.5px 39px 22.5px;
  border-color: transparent transparent rgba(239, 202, 147, 0.18) transparent;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  animation: spin02 30s linear infinite;
  animation-play-state: running;
  -webkit-animation: spin02 30s linear infinite; }
  .rev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 26px 15px;
    border-color: transparent transparent rgba(245, 235, 223, 0.4) transparent;
    position: relative;
    animation: spin01 60s linear infinite;
    animation-play-state: running;
    -webkit-animation: spin01 60s linear infinite; }

@keyframes Drop {
  0% {
    opacity: 0;
    top: 0; }
  5% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 100%; } }

@keyframes DropBig01 {
  0% {
    opacity: 0;
    top: 0; }
  5% {
    opacity: 1; }
  50% {
    opacity: 1;
    top: 100%; }
  55% {
    opacity: 0;
    top: 100%; }
  100% {
    opacity: 0; } }

@keyframes DropBig02 {
  0% {
    opacity: 0;
    top: 0; }
  50% {
    opacity: 0;
    top: 0; }
  55% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 100%; } }

@keyframes yokoyure01 {
  0% {
    right: 0px; }
  30% {
    right: 15px; }
  60% {
    right: -15px; }
  100% {
    right: 0px; } }

@keyframes yokoyure02 {
  0% {
    right: 0px; }
  30% {
    right: -15px; }
  60% {
    right: 15px; }
  100% {
    right: 0px; } }

@keyframes spin01 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg); } }

@keyframes spin02 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg); } }

/* ------------------------------------
 ▼こわいのでこちらに上書き
------------------------------------ */
.documents dl dt {
  border-left: 4px solid #333 !important; }
