@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html {
  overflow: auto;
  font-size: 62.5%; }

li {
  list-style-type: none; }

body {
  width: 100%;
  padding-top: 88px;
  background-color: #fff;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  color: #303739;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

.body_top {
  width: 100%;
  padding-top: 147px;
  background-color: #fff;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  color: #303739;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  @media screen and (max-width: 768px) {
    .body_top {
      padding-top: 0; } }

img {
  width: 100%;
  height: auto; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

p {
  font-size: 1.4em; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 1.4em; } }

input, textarea {
  -webkit-appearance: none;
  　border-radius: 0; }

.gill {
  font-family: 'Lato', sans-serif; }

.bold {
  font-weight: bold; }

.midashi {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600; }

.br_sp, .for_sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .br_sp, .for_sp {
      display: block; } }

.br_ssp, .for_ssp {
  display: none; }
  @media screen and (max-width: 375px) {
    .br_ssp, .for_ssp {
      display: block; } }

.br_tbsp, .for_tbsp {
  display: none; }
  @media screen and (min-width: 376px) and (max-width: 980px) {
    .br_tbsp, .for_tbsp {
      display: block; } }
  @media screen and (max-width: 375px) {
    .br_tbsp, .for_tbsp {
      display: none; } }

.br_pctb, .for_pctb, .for_pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .br_pctb, .for_pctb, .for_pc {
      display: none; } }

.br_pctbsp, .for_pctbsp {
  display: block; }
  @media screen and (max-width: 375px) {
    .br_pctbsp, .for_pctbsp {
      display: none; } }

.br_pconly, .for_pconly {
  display: block; }
  @media screen and (max-width: 981px) {
    .br_pconly, .for_pconly {
      display: none; } }

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  -o-transition: all 1500ms;
  transition: all 1500ms; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

img.fit-cover {
  font-family: 'object-fit: cover'; }

img.fit-contain {
  font-family: 'object-fit: contain'; }

.header {
  height: 147px;
  padding-top: 58px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .header.is-animation {
    height: 70px;
    padding-top: 22.5px; }
  @media screen and (max-width: 768px) {
    .header {
      padding-top: 24px;
      height: 87px; }
      .header.is-animation {
        height: 52.5px;
        padding-top: 3.5px; } }
  .header_inner {
    margin: 0 auto;
    padding: 0 50px; }
    @media screen and (max-width: 768px) {
      .header_inner {
        padding: 0 30px; } }
  @media screen and (max-width: 768px) {
    .header_pc {
      display: none; } }
  .header_pc .header_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 40px; }
    .header_pc .header_flex .logo {
      width: 285px;
      height: 20px; }
      .header_pc .header_flex .logo a {
        padding: 20px 20px 20px 0; }
      @media screen and (max-width: 980px) {
        .header_pc .header_flex .logo {
          margin-right: 10px; } }
      @media screen and (max-width: 375px) {
        .header_pc .header_flex .logo {
          margin-right: 10px;
          width: 375px;
          height: 104px; } }
    .header_pc .header_flex .navigation_pc ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header_pc .header_flex .navigation_pc ul li {
        font-size: 1.6em;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-weight: 600;
        letter-spacing: 0.16em; }
        @media screen and (max-width: 980px) {
          .header_pc .header_flex .navigation_pc ul li {
            font-size: 1.2em;
            padding-top: 8px; } }
        .header_pc .header_flex .navigation_pc ul li img {
          height: 24px;
          width: 31px; }
        .header_pc .header_flex .navigation_pc ul li a {
          color: #303739;
          padding: 17px;
          -webkit-transition: all 1s;
          -o-transition: all 1s;
          transition: all 1s; }
        .header_pc .header_flex .navigation_pc ul li:last-of-type a {
          padding: 0 0 0 17px; }
        .header_pc .header_flex .navigation_pc ul li .a_store {
          position: relative;
          display: block; }
        .header_pc .header_flex .navigation_pc ul li .a_store img {
          position: absolute;
          top: calc(50% + 10px);
          right: -301%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          display: block;
          -webkit-transition: .4s ease-in-out;
          -o-transition: .4s ease-in-out;
          transition: .4s ease-in-out; }
        .header_pc .header_flex .navigation_pc ul li .a_store:hover img:nth-of-type(2) {
          opacity: 0; }
  .header_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .header_sp {
        display: block; } }
    .header_sp .header_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      /* ナビ開いてる時のボタン */ }
      .header_sp .header_flex .logo {
        width: 201px;
        margin: 15px 0 0 0; }
        .header_sp .header_flex .logo img {
          display: block; }
        .header_sp .header_flex .logo a {
          display: block; }
      .header_sp .header_flex .hamburger {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        -webkit-transition: .6s all;
        -o-transition: .6s all;
        transition: .6s all;
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
        z-index: 100; }
        .header_sp .header_flex .hamburger span {
          display: block;
          position: absolute;
          width: 30px;
          height: 2px;
          left: 50%;
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          background: #2C3954;
          -webkit-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
          .header_sp .header_flex .hamburger span:nth-child(1) {
            top: 18px; }
          .header_sp .header_flex .hamburger span:nth-child(2) {
            bottom: 12px; }
        .header_sp .header_flex .hamburger:before {
          -webkit-transition: .4s ease-in-out;
          -o-transition: .4s ease-in-out;
          transition: .4s ease-in-out;
          content: '';
          display: block;
          width: 100%;
          height: 0;
          background: url(../images/menu_close@2x.png) no-repeat center center;
          background-size: 10px 58px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .header_sp .header_flex .hamburger.active {
        height: 120px; }
        .header_sp .header_flex .hamburger.active span {
          background-color: #fff; }
        .header_sp .header_flex .hamburger.active:before {
          height: 58px; }
    .header_sp .globalMenuSp {
      position: fixed;
      z-index: 99;
      top: 0;
      left: 100%;
      color: #fff;
      background: #2C3954;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.8s cubic-bezier(0.79, 0.34, 0, 0.92);
      -o-transition: all 0.8s cubic-bezier(0.79, 0.34, 0, 0.92);
      transition: all 0.8s cubic-bezier(0.79, 0.34, 0, 0.92);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; }
      .header_sp .globalMenuSp::before {
        position: absolute;
        content: "";
        background: url(../images/sp_nav_bg.svg);
        width: 100%;
        height: 100%;
        top: 185px;
        left: 78px;
        z-index: -1;
        background-repeat: no-repeat;
        opacity: 0.5; }
      .header_sp .globalMenuSp.active {
        left: 0; }
      .header_sp .globalMenuSp .logo {
        width: 201px;
        height: 14px;
        display: block;
        position: fixed;
        padding-top: 30px;
        padding-left: 30px; }
      .header_sp .globalMenuSp ul {
        margin: 0 auto;
        padding-top: 160px;
        width: 100%;
        padding-left: 30px; }
        .header_sp .globalMenuSp ul li {
          list-style-type: none;
          width: 100%;
          -webkit-transition: .4s all;
          -o-transition: .4s all;
          transition: .4s all; }
          .header_sp .globalMenuSp ul li a {
            display: inline-block;
            padding-bottom: 30px;
            text-decoration: none;
            font-size: 2em;
            color: #fff;
            letter-spacing: 0.18em; }
          .header_sp .globalMenuSp ul li:last-of-type {
            position: relative; }
            .header_sp .globalMenuSp ul li:last-of-type a img {
              width: 15px;
              height: 13px; }

.header_concept {
  height: 98px;
  padding-top: 56px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .header_concept.is-animation {
    height: 70px;
    padding-top: 22.5px; }
  @media screen and (max-width: 768px) {
    .header_concept {
      padding-top: 17px;
      height: 60px; }
      .header_concept.is-animation {
        height: 41.5px;
        padding-top: 3.5px; } }
  .header_concept_inner {
    margin: 0 auto;
    padding: 0 50px; }
    @media screen and (max-width: 768px) {
      .header_concept_inner {
        padding: 0 30px; } }
  @media screen and (max-width: 768px) {
    .header_concept_pc {
      display: none; } }
  .header_concept_pc .header_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header_concept_pc .header_flex .logo {
      width: 285px;
      height: 20px; }
    .header_concept_pc .header_flex .navigation_pc ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .header_concept_pc .header_flex .navigation_pc ul li {
        font-size: 1.6em;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-weight: 600;
        letter-spacing: 0.16em; }
        .header_concept_pc .header_flex .navigation_pc ul li img {
          height: 24px;
          width: 31px; }
        .header_concept_pc .header_flex .navigation_pc ul li:hover {
          opacity: 0.5; }
        .header_concept_pc .header_flex .navigation_pc ul li a {
          color: #303739;
          padding: 17px; }
        .header_concept_pc .header_flex .navigation_pc ul li:last-of-type a {
          padding: 0 0 0 17px; }
  .header_concept_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .header_concept_sp {
        display: block; } }
    .header_concept_sp .header_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      /* ナビ開いてる時のボタン */ }
      .header_concept_sp .header_flex .logo {
        width: 201px;
        height: 14px; }
      .header_concept_sp .header_flex .hamburger {
        display: block;
        z-index: 100;
        right: 13px;
        top: 20px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .header_concept_sp .header_flex .hamburger span {
          display: block;
          position: absolute;
          width: 26px;
          height: 2px;
          right: 30px;
          background: #2C3954;
          -webkit-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
          .header_concept_sp .header_flex .hamburger span:nth-child(1) {
            top: 32px; }
          .header_concept_sp .header_flex .hamburger span:nth-child(2) {
            top: 40px; }
        .header_concept_sp .header_flex .hamburger.is-animation {
          display: block;
          z-index: 100;
          right: 13px;
          top: 20px;
          width: 42px;
          height: 42px;
          cursor: pointer;
          text-align: center; }
          .header_concept_sp .header_flex .hamburger.is-animation span {
            display: block;
            position: absolute;
            width: 26px;
            height: 2px;
            right: 30px;
            background: #2C3954; }
            .header_concept_sp .header_flex .hamburger.is-animation span:nth-child(1) {
              top: 19px; }
            .header_concept_sp .header_flex .hamburger.is-animation span:nth-child(2) {
              top: 27px; }
      .header_concept_sp .header_flex .hamburger.active {
        right: 30px;
        top: 32px;
        width: 28px;
        height: 130px;
        cursor: pointer;
        background: url(../images/ham_sp_avtive@2x.png);
        position: absolute;
        background-repeat: no-repeat; }
        .header_concept_sp .header_flex .hamburger.active span {
          display: none; }
    .header_concept_sp .globalMenuSp {
      position: fixed;
      z-index: 99;
      top: 0;
      left: 100%;
      color: #fff;
      background: #2C3954;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.8s cubic-bezier(0.79, 0.34, 0, 0.92);
      -o-transition: all 0.8s cubic-bezier(0.79, 0.34, 0, 0.92);
      transition: all 0.8s cubic-bezier(0.79, 0.34, 0, 0.92);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; }
      .header_concept_sp .globalMenuSp::before {
        position: absolute;
        content: "";
        background: url(../images/sp_nav_bg.svg);
        width: 364px;
        height: 526px;
        top: 185px;
        left: 78px;
        z-index: -1;
        opacity: 0.5; }
      .header_concept_sp .globalMenuSp.active {
        left: 0; }
      .header_concept_sp .globalMenuSp .logo {
        width: 201px;
        height: 14px;
        display: block;
        position: fixed;
        padding-top: 30px;
        padding-left: 30px; }
      .header_concept_sp .globalMenuSp ul {
        margin: 0 auto;
        padding-top: 160px;
        width: 100%;
        padding-left: 30px; }
        .header_concept_sp .globalMenuSp ul li {
          list-style-type: none;
          width: 100%;
          -webkit-transition: .4s all;
          -o-transition: .4s all;
          transition: .4s all; }
          .header_concept_sp .globalMenuSp ul li a {
            display: inline-block;
            padding-bottom: 30px;
            text-decoration: none;
            font-size: 2em;
            color: #fff;
            letter-spacing: 0.18em; }
          .header_concept_sp .globalMenuSp ul li:last-of-type {
            position: relative; }
            .header_concept_sp .globalMenuSp ul li:last-of-type a::before {
              content: "";
              position: absolute;
              top: 6px;
              left: 190px;
              background: url(../images/icon_sp_active.svg);
              width: 15px;
              height: 13px; }

/*-------------------------------------

トップページ

--------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }
  #loading .loading_content {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/loading_bk.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    margin: 0 auto;
    -webkit-animation: sk-scaleout 4s infinite ease-in-out;
    animation: sk-scaleout 4s infinite ease-in-out;
    z-index: 9999;
    position: fixed; }
    @media screen and (max-width: 768px) {
      #loading .loading_content {
        background-size: 120%; } }
  #loading img {
    display: block;
    position: fixed;
    top: 50%;
    left: calc( 50% - 100px);
    width: 200px;
    height: 14px;
    z-index: 10000; }
    @media screen and (max-width: 768px) {
      #loading img {
        width: 150px;
        height: 11px;
        left: calc( 50% - 75px); } }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    @media screen and (max-width: 768px) {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    @media screen and (max-width: 768px) {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    @media screen and (max-width: 768px) {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    @media screen and (max-width: 768px) {
      -webkit-transform: scale(0.9);
      transform: scale(0.9); } } }

.loaded {
  opacity: 0;
  visibility: hidden; }

/******************
	videoタグ
********************/
#video_sp,
#video_pc {
  width: 100%; }
  #video_sp video,
  #video_pc video {
    width: 100%; }

#video_pc {
  position: absolute;
  top: 0;
  left: 0; }

.top_mv {
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%; }
  .top_mv .top_pc {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1; }
    @media screen and (min-width: 1800px) {
      .top_mv .top_pc {
        height: calc( 100vh - 147px); } }
    .top_mv .top_pc .frame_wrap {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .top_mv .top_pc .frame_wrap #youtube_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; }
    .top_mv .top_pc::before {
      content: '';
      background-image: url(../images/dot.png);
      background-repeat: repeat;
      background-position: 8px 8px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0.6; }
    @media screen and (max-width: 768px) {
      .top_mv .top_pc {
        display: none; } }
  .top_mv .logo_on01 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 285px;
    height: 20px;
    padding-top: 154px; }
  .top_mv .logo_on02 {
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 442px;
    height: 30px;
    padding-top: 154px; }
  .top_mv .top_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .top_mv .top_sp {
        display: block; } }
  @media screen and (max-width: 768px) {
    .top_mv #top_slide {
      width: 100%;
      padding-right: 30px;
      padding-top: 104px; }
      .top_mv #top_slide .slick-arrow {
        display: none !important; } }
  .top_mv .scroll {
    bottom: 73px;
    left: 17px;
    color: #fff;
    font-size: 1.2em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 10px;
    position: absolute;
    width: 60px;
    height: 200px;
    z-index: 20; }
    .top_mv .scroll a {
      position: absolute;
      display: inline-block;
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 111px;
      left: 35%;
      color: #fff;
      padding: 68px 10px 56px;
      -webkit-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      transition: all 1s ease-out; }
      .top_mv .scroll a::before {
        display: block;
        position: absolute;
        content: "";
        border: 0.5px solid #fff;
        height: 50px;
        bottom: 121px;
        left: 47%;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out; }
      .top_mv .scroll a:hover {
        top: 40px; }
        .top_mv .scroll a:hover::before {
          height: 117px; }
  .top_mv .mvBanner {
    width: 180px;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: 2;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    @media screen and (min-width: 768px) {
      .top_mv .mvBanner {
        width: 330px;
        height: 174px;
        background: url(../images/banner_sprite.png) no-repeat;
        background-size: 5624px; }
        .top_mv .mvBanner img {
          display: none; } }
    .top_mv .mvBanner a {
      display: block;
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 768px) {
      .top_mv .mvBanner:hover {
        -webkit-animation: draw 0.8s steps(16) forwards;
        animation: draw 0.8s steps(16) forwards;
        -webkit-filter: drop-shadow(5px 11px 10px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(5px 11px 10px rgba(0, 0, 0, 0.3)); } }

@-webkit-keyframes draw {
  to {
    background-position: -5293px 0; } }

@keyframes draw {
  to {
    background-position: -5293px 0; } }
    .top_mv .mvBanner_close {
      width: 26px;
      height: 26px;
      position: absolute;
      top: -17px;
      right: 0; }
      @media screen and (min-width: 768px) {
        .top_mv .mvBanner_close {
          width: 40px;
          height: 40px; } }
  .top_mv .online_shop {
    background: #95D2DD;
    width: 231px;
    height: 110px;
    color: #fff;
    position: absolute;
    bottom: -41px;
    right: 0;
    padding: 12px 12px 5px 12px;
    -webkit-box-shadow: -7px 10px 20px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -7px 10px 20px 2px rgba(0, 0, 0, 0.2);
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .top_mv .online_shop {
        width: 228px;
        height: 96px;
        bottom: -60px;
        padding: 14px;
        right: 16px; } }
    @media screen and (max-width: 375px) {
      .top_mv .online_shop {
        bottom: -60px;
        padding: 14px; } }
    .top_mv .online_shop .online_border {
      border: 1px solid #fff;
      padding: 13px 16px 15px; }
      @media screen and (max-width: 768px) {
        .top_mv .online_shop .online_border {
          padding: 12px 15px 10px; } }
      .top_mv .online_shop .online_border .online_p {
        font-size: 2.1em;
        letter-spacing: 0.45em;
        font-weight: 500;
        line-height: 1.3; }
      .top_mv .online_shop .online_border .goStore {
        font-size: 1.2em;
        font-weight: bold;
        position: relative;
        margin-top: 4px; }
        @media screen and (max-width: 768px) {
          .top_mv .online_shop .online_border .goStore {
            font-size: 1.1em;
            margin-top: 3px; } }
        .top_mv .online_shop .online_border .goStore a {
          padding: 20px 0;
          color: #fff;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          font-size: 1rem; }
          @media screen and (max-width: 768px) {
            .top_mv .online_shop .online_border .goStore a {
              padding: 10px 0; } }
          .top_mv .online_shop .online_border .goStore a:hover {
            opacity: 0.5; }
        .top_mv .online_shop .online_border .goStore img {
          width: 10px;
          height: 9px;
          padding-right: 4px; }
          @media screen and (max-width: 768px) {
            .top_mv .online_shop .online_border .goStore img {
              width: 12px;
              height: 11px;
              padding-right: 7px; } }
        .top_mv .online_shop .online_border .goStore::before {
          content: "";
          background: url(../images/goStore_can@2x.png);
          position: absolute;
          right: -49px;
          bottom: -41px;
          width: 131px;
          height: 110px;
          background-repeat: no-repeat; }
          @media screen and (max-width: 768px) {
            .top_mv .online_shop .online_border .goStore::before {
              background: url(../images/goStore_can@2x.png);
              right: -73px;
              bottom: -45px;
              width: 131px;
              height: 110px;
              background-repeat: no-repeat; } }
    .top_mv .online_shop .batsuB {
      position: absolute;
      top: -35px;
      right: 12px;
      width: 42px;
      height: 42px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .top_mv .online_shop .batsuB:hover {
        opacity: 0.5; }
      @media screen and (max-width: 768px) {
        .top_mv .online_shop .batsuB {
          display: none; } }

.title {
  text-align: center; }
  .title h2 {
    font-size: 4.2em;
    font-weight: 600;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      .title h2 {
        font-size: 3.6rem; } }
  .title p {
    color: #9EA3A5;
    font-size: 1.6em;
    letter-spacing: 0.15em;
    font-weight: bold; }
  .title .top_p {
    color: #9EA3A5;
    font-size: 1.6em;
    letter-spacing: 0.15em;
    margin-right: 7px;
    font-weight: bold;
    margin-top: 8px; }

#point {
  padding-top: 130px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #point {
      padding-top: 112px; } }
  @media screen and (max-width: 375px) {
    #point {
      padding-top: 110px; } }
  #point .point_contents {
    padding-top: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #point .point_contents {
        padding-top: 46px;
        display: block; } }
    #point .point_contents_left {
      width: 50%;
      background: url(../images/left@2x.jpg) no-repeat;
      background-size: cover;
      padding-top: 90px;
      padding-bottom: 201px;
      position: relative; }
      @media screen and (max-width: 980px) {
        #point .point_contents_left {
          padding-bottom: 136px; } }
      @media screen and (max-width: 768px) {
        #point .point_contents_left {
          width: 100%;
          padding-top: 60px;
          padding-bottom: 80px; } }
      #point .point_contents_left::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50px;
        background: url(../images/point01.svg);
        width: 55px;
        height: 79px; }
        @media screen and (max-width: 768px) {
          #point .point_contents_left::before {
            top: -27px;
            left: 30px;
            background: url(../images/point01_sp.svg);
            width: 40px;
            height: 58px; } }
      #point .point_contents_left h3 {
        width: 266px;
        margin: 0 auto;
        padding-bottom: 50px; }
        @media screen and (max-width: 980px) {
          #point .point_contents_left h3 {
            width: 80%;
            padding-bottom: 23px; } }
        @media screen and (max-width: 768px) {
          #point .point_contents_left h3 {
            width: 188px;
            padding-bottom: 33px; } }
      #point .point_contents_left .para {
        font-size: 1.4em;
        font-weight: bold;
        color: #2C3954;
        width: 397px;
        height: 54px;
        margin: 0 auto;
        letter-spacing: 0.12em;
        line-height: 1.85; }
        @media screen and (max-width: 980px) {
          #point .point_contents_left .para {
            width: 80%; } }
        @media screen and (max-width: 768px) {
          #point .point_contents_left .para {
            width: auto;
            height: auto;
            padding: 0 30px; } }
        #point .point_contents_left .para .c_yellow {
          color: #B5A14A; }
          #point .point_contents_left .para .c_yellow .space {
            letter-spacing: -0.2em; }
      #point .point_contents_left .para_sub {
        font-size: 1.2em;
        font-weight: normal;
        color: rgba(44, 57, 84, 0.7);
        width: 408px;
        height: 66px;
        letter-spacing: 0.12em;
        line-height: 2;
        margin: 0 auto;
        padding-top: 20px; }
        @media screen and (max-width: 980px) {
          #point .point_contents_left .para_sub {
            width: 80%; } }
        @media screen and (max-width: 768px) {
          #point .point_contents_left .para_sub {
            width: auto;
            height: auto;
            padding: 16px 30px 0; } }
      #point .point_contents_left .service {
        margin: 40px 167px 0 0;
        text-align: center;
        z-index: 2;
        position: relative; }
        @media screen and (max-width: 980px) {
          #point .point_contents_left .service {
            margin: 40px 0px 0 30px;
            text-align: left; } }
        @media screen and (max-width: 768px) {
          #point .point_contents_left .service {
            margin: 46px 0 0 30px;
            text-align: left; } }
        #point .point_contents_left .service a {
          color: #2C3954;
          font-size: 1.6em;
          color: #2C3954;
          font-weight: bold;
          padding: 20px 30px 30px 33px;
          position: relative;
          letter-spacing: 0.13em;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          @media screen and (max-width: 768px) {
            #point .point_contents_left .service a {
              font-size: 1.4em;
              padding: 21px 30px 18px 33px; } }
          #point .point_contents_left .service a:hover {
            opacity: 0.5; }
          #point .point_contents_left .service a::before {
            position: absolute;
            content: "";
            top: 19px;
            left: 0px;
            width: 23px;
            height: 20px;
            background: url(../images/icon_toning.svg); }
          #point .point_contents_left .service a::after {
            position: absolute;
            content: "";
            bottom: 18px;
            left: 0px;
            width: 212px;
            height: 1px;
            background-image: -webkit-linear-gradient(left, #2C3954, #2C3954 3px, transparent 1px);
            background-image: -o-linear-gradient(left, #2C3954, #2C3954 3px, transparent 1px);
            background-image: linear-gradient(to right, #2C3954, #2C3954 3px, transparent 1px);
            background-repeat: repeat-x;
            background-size: 6px 1px; }
            @media screen and (max-width: 768px) {
              #point .point_contents_left .service a::after {
                bottom: 2px;
                width: 200px; } }
    #point .point_contents_right {
      width: 50%;
      background: url(../images/right@2x.jpg) no-repeat center right;
      background-size: cover;
      padding-top: 90px;
      position: relative; }
      @media screen and (max-width: 980px) {
        #point .point_contents_right {
          padding-top: 68px; } }
      @media screen and (max-width: 768px) {
        #point .point_contents_right {
          width: 100%;
          padding-top: 50px;
          padding-bottom: 104px; } }
      @media screen and (max-width: 768px) {
        #point .point_contents_right {
          padding-top: 56px; } }
      #point .point_contents_right::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50px;
        background: url(../images/point02.svg);
        width: 55px;
        height: 79px; }
        @media screen and (max-width: 768px) {
          #point .point_contents_right::before {
            top: -27px;
            left: 28px;
            background: url(../images/point02_sp.svg);
            width: 40px;
            height: 58px; } }
      #point .point_contents_right h3 {
        width: 174px;
        padding-bottom: 50px;
        margin: 0 auto; }
        @media screen and (max-width: 980px) {
          #point .point_contents_right h3 {
            width: 63%;
            padding-bottom: 52px; } }
        @media screen and (max-width: 768px) {
          #point .point_contents_right h3 {
            padding-bottom: 40px;
            width: 122px;
            height: auto;
            padding-bottom: 33px; } }
        @media screen and (max-width: 375px) {
          #point .point_contents_right h3 {
            padding-bottom: 39px; } }
      #point .point_contents_right .para {
        font-size: 1.4em;
        font-weight: bold;
        color: #F5F5F5;
        width: 388px;
        height: 54px;
        letter-spacing: 0.12em;
        line-height: 1.85;
        margin: 0 auto; }
        #point .point_contents_right .para .brown {
          color: #B5A14A; }
        @media screen and (max-width: 980px) {
          #point .point_contents_right .para {
            width: 80%; } }
        @media screen and (max-width: 768px) {
          #point .point_contents_right .para {
            width: auto;
            height: auto;
            letter-spacing: 0.13em;
            padding: 0 30px; } }
      #point .point_contents_right .para_sub {
        font-size: 1.4em;
        font-weight: bold;
        color: #F5F5F5;
        width: 389px;
        height: 66px;
        letter-spacing: 0.12em;
        line-height: 1.8;
        padding-top: 20px;
        margin: 0 auto; }
        @media screen and (max-width: 980px) {
          #point .point_contents_right .para_sub {
            width: 80%; } }
        @media screen and (max-width: 768px) {
          #point .point_contents_right .para_sub {
            width: auto;
            height: auto;
            letter-spacing: 0.13em;
            padding: 18px 30px 0px; } }
      #point .point_contents_right .service {
        text-align: center;
        margin-top: 28px;
        padding-left: 202px;
        z-index: 2;
        position: relative; }
        @media screen and (max-width: 980px) {
          #point .point_contents_right .service {
            text-align: right;
            padding-left: 0;
            margin-right: 20px; } }
        @media screen and (max-width: 768px) {
          #point .point_contents_right .service {
            text-align: left;
            margin-top: 50px;
            padding-left: 30px; } }
        #point .point_contents_right .service a {
          color: #F5F5F5;
          font-size: 1.6em;
          font-weight: bold;
          padding: 20px 30px 30px 33px;
          position: relative;
          letter-spacing: 0.13em;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          @media screen and (max-width: 768px) {
            #point .point_contents_right .service a {
              font-size: 1.4em;
              padding: 10px 20px 15px 35px; } }
          #point .point_contents_right .service a:hover {
            opacity: 0.5; }
          #point .point_contents_right .service a::before {
            position: absolute;
            content: "";
            top: 19px;
            left: 0px;
            width: 25px;
            height: 19px;
            background: url(../images/icon_point_right_store.svg); }
            @media screen and (max-width: 768px) {
              #point .point_contents_right .service a::before {
                top: 7px; } }
          #point .point_contents_right .service a::after {
            position: absolute;
            content: "";
            bottom: 18px;
            left: 0px;
            width: 239px;
            height: 1px;
            background-image: -webkit-linear-gradient(left, #F5F5F5, #F5F5F5 3px, transparent 1px);
            background-image: -o-linear-gradient(left, #F5F5F5, #F5F5F5 3px, transparent 1px);
            background-image: linear-gradient(to right, #F5F5F5, #F5F5F5 3px, transparent 1px);
            background-repeat: repeat-x;
            background-size: 6px 1px; }
            @media screen and (max-width: 768px) {
              #point .point_contents_right .service a::after {
                bottom: 2px;
                left: 0px;
                width: 218px; } }
  #point .cans {
    -webkit-transform: translate(0%, -180px);
    -ms-transform: translate(0%, -180px);
    transform: translate(0%, -180px); }
    @media screen and (max-width: 980px) {
      #point .cans {
        -webkit-transform: translate(0%, -80px);
        -ms-transform: translate(0%, -80px);
        transform: translate(0%, -80px); } }
    @media screen and (max-width: 768px) {
      #point .cans {
        -webkit-transform: translate(0%, -40px);
        -ms-transform: translate(0%, -40px);
        transform: translate(0%, -40px); } }
    #point .cans_main {
      max-width: 700px;
      margin: 0 auto 0 auto;
      -webkit-transform: translate(-6%, 0);
      -ms-transform: translate(-6%, 0);
      transform: translate(-6%, 0); }
  #point .point_description {
    padding: 20px 133px 0 133px; }
    @media screen and (max-width: 980px) {
      #point .point_description {
        padding: 20px 50px 0 50px; } }
    @media screen and (max-width: 768px) {
      #point .point_description {
        padding-top: 30px; } }
    @media screen and (max-width: 375px) {
      #point .point_description {
        padding-top: 30px; } }
    #point .point_description_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #point .point_description_inner {
          display: block; } }
    #point .point_description_left {
      width: 50%; }
      @media screen and (max-width: 768px) {
        #point .point_description_left {
          width: 100%;
          padding-bottom: 30px; } }
      #point .point_description_left .content {
        width: 72%;
        margin: 0 0 0 auto;
        padding-right: 30px; }
        @media screen and (max-width: 768px) {
          #point .point_description_left .content {
            padding-right: 0;
            width: auto; } }
        #point .point_description_left .content .content_title {
          font-size: 2em;
          font-weight: bold;
          color: #2C3954;
          letter-spacing: 0.13em;
          position: relative; }
          @media screen and (max-width: 768px) {
            #point .point_description_left .content .content_title {
              width: auto;
              font-size: 1.8em;
              padding: 0 0 13px 50px; } }
          @media screen and (max-width: 375px) {
            #point .point_description_left .content .content_title {
              font-size: 1.8em;
              padding: 0 0 13px 0px; } }
          #point .point_description_left .content .content_title::before {
            position: absolute;
            content: "";
            border: 1px solid #D2D8C3;
            width: 15px;
            top: 13px;
            left: -32px; }
            @media screen and (max-width: 768px) {
              #point .point_description_left .content .content_title::before {
                top: 11px;
                left: 20px; } }
            @media screen and (max-width: 375px) {
              #point .point_description_left .content .content_title::before {
                top: 11px;
                left: -28px; } }
        #point .point_description_left .content .content_p {
          font-weight: bold;
          color: rgba(44, 57, 84, 0.7);
          letter-spacing: 0.13em;
          line-height: 2;
          padding-top: 18px; }
          @media screen and (max-width: 768px) {
            #point .point_description_left .content .content_p {
              font-size: 1.2em;
              padding: 0 0 0 50px;
              letter-spacing: 0.12em;
              line-height: 1.9; } }
          @media screen and (max-width: 375px) {
            #point .point_description_left .content .content_p {
              padding: 0; } }
    #point .point_description_right {
      width: 50%; }
      @media screen and (max-width: 768px) {
        #point .point_description_right {
          width: 100%;
          padding-bottom: 75px; } }
      #point .point_description_right .content {
        width: 72%;
        margin: auto 0 0 0;
        padding-left: 59px; }
        @media screen and (max-width: 768px) {
          #point .point_description_right .content {
            padding-left: 0;
            width: auto; } }
        @media screen and (max-width: 375px) {
          #point .point_description_right .content {
            width: auto; } }
        #point .point_description_right .content .content_title {
          font-size: 2em;
          font-weight: bold;
          color: #2C3954;
          letter-spacing: 0.13em;
          position: relative; }
          @media screen and (max-width: 768px) {
            #point .point_description_right .content .content_title {
              font-size: 1.8em;
              padding: 0 0 13px 50px; } }
          @media screen and (max-width: 375px) {
            #point .point_description_right .content .content_title {
              font-size: 1.8em;
              padding: 0 0 13px 0px; } }
          #point .point_description_right .content .content_title::before {
            position: absolute;
            content: "";
            border: 1px solid #D2D8C3;
            width: 15px;
            top: 13px;
            left: -32px; }
            @media screen and (max-width: 768px) {
              #point .point_description_right .content .content_title::before {
                top: 10px;
                left: 18px; } }
            @media screen and (max-width: 375px) {
              #point .point_description_right .content .content_title::before {
                top: 11px;
                left: -28px; } }
        #point .point_description_right .content .content_p {
          font-weight: bold;
          color: rgba(44, 57, 84, 0.7);
          letter-spacing: 0.13em;
          line-height: 2;
          padding-top: 18px; }
          @media screen and (max-width: 768px) {
            #point .point_description_right .content .content_p {
              font-size: 1.2em;
              padding: 0 0 0 50px;
              letter-spacing: 0.12em;
              line-height: 1.9; } }
          @media screen and (max-width: 375px) {
            #point .point_description_right .content .content_p {
              padding: 0; } }

#point .point_contents_left::before {
  -webkit-transition: all 1500ms;
  -o-transition: all 1500ms;
  transition: all 1500ms;
  margin-top: -100px !important; }

#point.scrollin .point_contents_left::before {
  margin-top: 0 !important; }

#point .point_contents_right::before {
  -webkit-transition: all 1500ms;
  -o-transition: all 1500ms;
  transition: all 1500ms;
  margin-top: -100px !important; }

#point.scrollin .point_contents_right::before {
  margin-top: 0 !important; }

.point_contents_left {
  background: url(../images/left@2x.jpg) no-repeat;
  background-size: cover; }

.hr_info_top {
  color: #DFE5E6;
  opacity: 20%;
  margin: 0px 133px 0 133px; }
  @media screen and (max-width: 768px) {
    .hr_info_top {
      margin: 0 30px; } }

#info {
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    #info {
      padding-top: 38px; } }
  #info .title_inner {
    padding: 0 133px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 980px) {
      #info .title_inner {
        padding: 0 50px; } }
    @media screen and (max-width: 768px) {
      #info .title_inner {
        padding: 0 30px 3px 30px; } }
    #info .title_inner .info_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        #info .title_inner .info_flex {
          padding-right: 0; } }
      #info .title_inner .info_flex h2 {
        font-size: 3.6em;
        font-weight: 600;
        letter-spacing: 0.15em; }
      #info .title_inner .info_flex .view {
        font-size: 1.4em;
        position: relative;
        text-align: right;
        padding-right: 105px;
        padding-top: 13px;
        letter-spacing: 0.13em; }
        @media screen and (max-width: 980px) {
          #info .title_inner .info_flex .view {
            padding-right: 0; } }
        #info .title_inner .info_flex .view a {
          color: #303739;
          position: relative;
          padding: 5px 25px;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #info .title_inner .info_flex .view a::before {
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            content: "";
            position: absolute;
            top: 6px;
            left: 13px;
            width: 1px;
            height: 17px;
            background-color: #707070;
            -webkit-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease; }
          #info .title_inner .info_flex .view a:hover {
            opacity: 0.5; }
            #info .title_inner .info_flex .view a:hover::before {
              -webkit-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
              transform: rotate(270deg);
              left: 0; }
        @media screen and (max-width: 768px) {
          #info .title_inner .info_flex .view a {
            padding: 5px 0 5px 25px; } }
  #info .inner {
    width: 100%;
    padding-left: 133px; }
    @media screen and (max-width: 980px) {
      #info .inner {
        padding-left: 50px; } }
    @media screen and (max-width: 768px) {
      #info .inner {
        padding-left: 30px; } }
  #info .scroll::-webkit-scrollbar {
    height: 1px; }
  #info .scroll::-webkit-scrollbar-track {
    background: #DFE5E6;
    border-radius: 10px; }
  #info .scroll::-webkit-scrollbar-thumb {
    background: #2C3954;
    border-radius: 10px; }
  #info .contents {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto; }
    @media screen and (max-width: 768px) {
      #info .contents {
        margin-top: -5px;
        margin-right: -50px; } }
    #info .contents_card {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #info .contents_card img {
        width: 100%; }
      #info .contents_card:hover {
        opacity: 0.5; }
      #info .contents_card a .item {
        color: #fff;
        font-size: 1.1em;
        background-color: #B5A14A;
        display: inline-block;
        margin-top: 10px;
        width: 76px;
        height: 16px;
        text-align: center;
        margin-bottom: 0;
        padding-left: 0px; }
        @media screen and (max-width: 510px) {
          #info .contents_card a .item {
            font-size: 1em;
            margin-top: 10px;
            width: 67px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
      #info .contents_card a .item_event {
        background-color: #B5A14A; }
      #info .contents_card a .item_news {
        background-color: #80AEC6; }
      #info .contents_card a .item_blog {
        background-color: #2C3954; }
      #info .contents_card a .item_title {
        margin-top: 13px;
        line-height: 1.7;
        color: #303739;
        font-weight: bold;
        letter-spacing: 0.06em; }
      #info .contents_card a .date {
        font-size: 1.2em;
        color: #919191;
        margin-top: 25px;
        margin-bottom: 28px; }

.info_top .contents_card {
  max-width: 220px;
  margin-right: 84px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .info_top .contents_card {
      width: 222px;
      margin-right: 0px;
      padding-right: 50px;
      margin-bottom: 20px; }
      .info_top .contents_card:last-child {
        padding-right: 120px; } }

.info_archives .contents {
  width: 105%; }
  @media screen and (max-width: 768px) {
    .info_archives .contents {
      width: 105%; } }
  .info_archives .contents_card {
    width: 20%;
    margin-right: 5%;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .info_archives .contents_card {
        width: 45%;
        margin-right: 5%; } }

#store {
  padding-top: 120px; }
  @media screen and (max-width: 768px) {
    #store {
      padding-top: 74px; } }
  #store .store_inner {
    padding: 0 50px; }
    @media screen and (max-width: 768px) {
      #store .store_inner {
        padding: 0; } }
    #store .store_inner .store_mv_pc {
      padding-top: 70px; }
      @media screen and (max-width: 768px) {
        #store .store_inner .store_mv_pc {
          display: none; } }
    #store .store_inner .store_mv_sp {
      display: none; }
      @media screen and (max-width: 768px) {
        #store .store_inner .store_mv_sp {
          display: block;
          padding-top: 40px; } }
    #store .store_inner .contents_inner {
      padding: 0 83px; }
      @media screen and (max-width: 980px) {
        #store .store_inner .contents_inner {
          padding: 0 30px; } }
      @media screen and (max-width: 768px) {
        #store .store_inner .contents_inner {
          padding: 0 15px; } }
      #store .store_inner .contents_inner .store_contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: -50px; }
        @media screen and (max-width: 768px) {
          #store .store_inner .contents_inner .store_contents {
            display: block;
            margin-top: 15px; } }
        #store .store_inner .contents_inner .store_contents .left_box {
          width: 45.5%;
          height: 189px;
          background-color: #D2D8C3; }
          @media screen and (max-width: 1280px) {
            #store .store_inner .contents_inner .store_contents .left_box {
              height: 220px; } }
          @media screen and (max-width: 980px) {
            #store .store_inner .contents_inner .store_contents .left_box {
              height: 206px; } }
          @media screen and (max-width: 768px) {
            #store .store_inner .contents_inner .store_contents .left_box {
              width: 100%;
              height: auto;
              z-index: 1;
              position: relative; } }
          #store .store_inner .contents_inner .store_contents .left_box .left_box_inner {
            padding: 30px 0px 31px 36px;
            letter-spacing: 0.13em; }
            @media screen and (max-width: 1280px) {
              #store .store_inner .contents_inner .store_contents .left_box .left_box_inner {
                padding: 30px 0px 31px 36px; } }
            @media screen and (max-width: 980px) {
              #store .store_inner .contents_inner .store_contents .left_box .left_box_inner {
                padding: 20px 0px 20px 20px; } }
            @media screen and (max-width: 768px) {
              #store .store_inner .contents_inner .store_contents .left_box .left_box_inner {
                padding: 17px 0px 16px 15px; } }
          #store .store_inner .contents_inner .store_contents .left_box .left_title {
            font-size: 2.8em;
            color: #2C3954;
            font-weight: 600;
            letter-spacing: 0.13em; }
            @media screen and (max-width: 768px) {
              #store .store_inner .contents_inner .store_contents .left_box .left_title {
                font-size: 2em; } }
          #store .store_inner .contents_inner .store_contents .left_box .store_name {
            font-size: 1.2em;
            padding: 9px 10px 0 0px; }
            @media screen and (max-width: 768px) {
              #store .store_inner .contents_inner .store_contents .left_box .store_name {
                font-size: 1em; } }
          #store .store_inner .contents_inner .store_contents .left_box .school_access_box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 33px; }
            @media screen and (max-width: 1280px) {
              #store .store_inner .contents_inner .store_contents .left_box .school_access_box {
                display: block; } }
            @media screen and (max-width: 768px) {
              #store .store_inner .contents_inner .store_contents .left_box .school_access_box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-top: 20px; } }
            #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school {
              max-width: 228px;
              display: inline-block;
              height: 27px;
              background-color: #939A85;
              position: relative;
              font-size: 1.2em;
              color: #fff;
              width: 60%;
              padding-top: 9px; }
              @media screen and (max-width: 1280px) {
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school {
                  max-width: 80%;
                  width: 100%; } }
              @media screen and (max-width: 980px) {
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school {
                  max-width: 90%; } }
              @media screen and (max-width: 768px) {
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school {
                  width: 62%;
                  height: 23px;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: left;
                  -ms-flex-pack: left;
                  justify-content: left;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  padding-top: 0;
                  margin-right: 0; } }
              @media screen and (max-width: 375px) {
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school {
                  width: 166px; } }
              #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a {
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                font-size: 1.2rem;
                color: #fff;
                padding: 14px 46px 16px 16px;
                margin-top: 10px;
                letter-spacing: 0.05em;
                -webkit-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out; }
                @media screen and (max-width: 768px) {
                  #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a {
                    padding: 10px 23px 10px 10px;
                    margin-top: 0px;
                    font-size: 1rem; } }
                @media screen and (max-width: 375px) {
                  #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a {
                    padding: 10px 23px 10px 5px; } }
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a::before {
                  position: absolute;
                  content: "";
                  width: 36px;
                  height: 36px;
                  background-color: #5C6250;
                  top: 0;
                  right: 0; }
                  @media screen and (max-width: 768px) {
                    #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a::before {
                      width: 23px;
                      height: 23px; } }
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a::after {
                  position: absolute;
                  content: "";
                  width: 4.7px;
                  height: 8.8px;
                  background: url(../images/school_open.svg);
                  top: 12px;
                  right: 16px;
                  -webkit-transition: all 0.5s ease-out;
                  -o-transition: all 0.5s ease-out;
                  transition: all 0.5s ease-out; }
                  @media screen and (max-width: 768px) {
                    #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a::after {
                      width: 2.78px;
                      height: 5.56px;
                      top: 9px;
                      right: 9px;
                      background: url(../images/school_open_sp.svg);
                      background-repeat: no-repeat; } }
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a:hover {
                  opacity: 0.5; }
                  #store .store_inner .contents_inner .store_contents .left_box .school_access_box .school a:hover::after {
                    right: 10px; }
            #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access {
              width: 140px;
              font-size: 1.6em;
              color: #2C3954;
              text-align: right;
              margin-top: 10px;
              font-weight: bold;
              padding-right: 42px; }
              @media screen and (max-width: 1280px) {
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access {
                  width: 100%;
                  text-align: left;
                  position: relative;
                  margin-top: 9px;
                  height: 20px;
                  padding-left: 10px; } }
              @media screen and (max-width: 980px) {
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access {
                  font-size: 1.2em; } }
              @media screen and (max-width: 768px) {
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access {
                  padding-right: 0px;
                  margin-top: 5px;
                  width: 42%;
                  font-size: 1.1em;
                  text-align: right; } }
              @media screen and (max-width: 375px) {
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access {
                  width: auto;
                  height: 13px; } }
              #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access a {
                color: #2C3954;
                padding: 20px 0px 20px 0px;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                position: relative; }
                @media screen and (max-width: 768px) {
                  #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access a {
                    padding: 10px 16px 10px 10px; } }
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access a::before {
                  position: absolute;
                  content: "";
                  width: 1px;
                  height: 18px;
                  background-color: #2C3954;
                  top: 19px;
                  left: -14px; }
                  @media screen and (max-width: 768px) {
                    #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access a::before {
                      height: 14px;
                      top: 9px;
                      left: -14px; } }
                  @media screen and (max-width: 768px) {
                    #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access a::before {
                      left: 4px; } }
                #store .store_inner .contents_inner .store_contents .left_box .school_access_box .access a:hover {
                  opacity: 0.5; }
        #store .store_inner .contents_inner .store_contents .right_box {
          width: 45.5%;
          height: 189px;
          background-color: #2C3954; }
          @media screen and (max-width: 1280px) {
            #store .store_inner .contents_inner .store_contents .right_box {
              height: 220px; } }
          @media screen and (max-width: 980px) {
            #store .store_inner .contents_inner .store_contents .right_box {
              height: 206px; } }
          @media screen and (max-width: 768px) {
            #store .store_inner .contents_inner .store_contents .right_box {
              width: 100%;
              height: auto;
              margin-top: 5px; } }
          #store .store_inner .contents_inner .store_contents .right_box .right_box_inner {
            padding: 30px 0px 33px 40px; }
            @media screen and (max-width: 980px) {
              #store .store_inner .contents_inner .store_contents .right_box .right_box_inner {
                padding: 20px 0px 20px 20px; } }
            @media screen and (max-width: 768px) {
              #store .store_inner .contents_inner .store_contents .right_box .right_box_inner {
                padding: 13px 0px 13px 15px; } }
          #store .store_inner .contents_inner .store_contents .right_box .right_title {
            font-size: 2.8em;
            color: #fff;
            padding-bottom: 67px;
            font-weight: 600;
            letter-spacing: 0.13em; }
            @media screen and (max-width: 768px) {
              #store .store_inner .contents_inner .store_contents .right_box .right_title {
                font-size: 2em;
                padding-bottom: 48px; } }
          #store .store_inner .contents_inner .store_contents .right_box .to_store {
            text-align: right;
            font-size: 16px;
            letter-spacing: 0.1em;
            font-weight: bold;
            position: relative; }
            @media screen and (max-width: 768px) {
              #store .store_inner .contents_inner .store_contents .right_box .to_store {
                font-size: 1em; } }
            #store .store_inner .contents_inner .store_contents .right_box .to_store::before {
              position: absolute;
              content: "";
              background: url(../images/icon_store_rightBox.svg);
              width: 17px;
              height: 15px;
              top: 3px;
              right: 202px; }
              @media screen and (max-width: 768px) {
                #store .store_inner .contents_inner .store_contents .right_box .to_store::before {
                  background: url(../images/icon_store_rightBox_sp.svg);
                  width: 11px;
                  height: 9px;
                  right: 128px; } }
            #store .store_inner .contents_inner .store_contents .right_box .to_store a {
              color: #fff;
              padding: 20px 32px 20px 40px;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              @media screen and (max-width: 768px) {
                #store .store_inner .contents_inner .store_contents .right_box .to_store a {
                  padding: 10px 20px 20px 40px; } }
              #store .store_inner .contents_inner .store_contents .right_box .to_store a:hover {
                opacity: 0.5; }

#voice {
  padding-top: 157px;
  padding-bottom: 140px; }
  @media screen and (max-width: 768px) {
    #voice {
      padding-top: 102px;
      padding-bottom: 190px; } }
  #voice .inner {
    width: auto;
    padding-left: 133px; }
    @media screen and (max-width: 980px) {
      #voice .inner {
        padding-left: 50px; } }
    @media screen and (max-width: 768px) {
      #voice .inner {
        padding-left: 0; } }
    #voice .inner .voice_contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #voice .inner .voice_contents {
          display: block;
          position: relative; } }
      #voice .inner .voice_contents .voice_contents_left {
        width: 28.4%; }
        @media screen and (max-width: 768px) {
          #voice .inner .voice_contents .voice_contents_left {
            width: auto; } }
        #voice .inner .voice_contents .voice_contents_left h2 {
          font-size: 3.6em;
          font-weight: 600;
          letter-spacing: 0.13em; }
          @media screen and (max-width: 768px) {
            #voice .inner .voice_contents .voice_contents_left h2 {
              text-align: center; } }
        #voice .inner .voice_contents .voice_contents_left p {
          margin-top: 33px;
          width: 218px;
          height: 40px;
          line-height: 2;
          font-weight: bold;
          letter-spacing: 0.11em;
          color: #2C3954; }
          @media screen and (max-width: 768px) {
            #voice .inner .voice_contents .voice_contents_left p {
              padding-top: 8px;
              width: 248px;
              line-height: 1.625;
              letter-spacing: 0.1em;
              color: #9EA3A5;
              font-size: 1.6em;
              text-align: center;
              margin: 0 auto; } }
        #voice .inner .voice_contents .voice_contents_left .tenpo {
          margin-top: 60px;
          font-size: 1.6em;
          font-weight: bold;
          background-color: #B5A14A;
          display: inline-block;
          padding: 21px 0;
          letter-spacing: 0.13em;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          z-index: 1; }
          #voice .inner .voice_contents .voice_contents_left .tenpo:hover {
            opacity: 0.5; }
          @media screen and (max-width: 768px) {
            #voice .inner .voice_contents .voice_contents_left .tenpo {
              position: absolute;
              margin-left: 30px;
              bottom: -32px;
              left: 0;
              margin-top: 0px; } }
          #voice .inner .voice_contents .voice_contents_left .tenpo a {
            padding: 30px 58px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            color: #fff; }
            #voice .inner .voice_contents .voice_contents_left .tenpo a:hover {
              opacity: 0.5; }
        #voice .inner .voice_contents .voice_contents_left .customers_v {
          margin-top: 10px;
          font-size: 1.6em;
          font-weight: bold;
          background-color: #444E88;
          display: inline-block;
          padding: 21px 0;
          letter-spacing: 0.13em;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice .inner .voice_contents .voice_contents_left .customers_v:hover {
            opacity: 0.5; }
          @media screen and (max-width: 768px) {
            #voice .inner .voice_contents .voice_contents_left .customers_v {
              position: absolute;
              margin-left: 30px;
              bottom: -106px;
              left: 0;
              margin-top: 0px; } }
          #voice .inner .voice_contents .voice_contents_left .customers_v a {
            padding: 30px 58px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            color: #fff; }
            #voice .inner .voice_contents .voice_contents_left .customers_v a:hover {
              opacity: 0.5; }
      #voice .inner .voice_contents .voice_contents_right {
        width: 71.5%; }
        @media screen and (max-width: 768px) {
          #voice .inner .voice_contents .voice_contents_right {
            width: auto;
            margin-top: 48px;
            padding-left: 30px; } }

/*-------------------------------------

FOOTER（共通）

--------------------------------------*/
#footer {
  background-color: #303739; }
  #footer .inner {
    padding: 73px 49px 61px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #footer .inner {
        display: block;
        padding: 67px 30px 35px 20px; } }
    #footer .inner .big_left_box {
      width: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        #footer .inner .big_left_box {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: initial;
          flex-flow: initial;
          width: 100%;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left; } }
      @media screen and (max-width: 597px) {
        #footer .inner .big_left_box {
          display: block;
          width: 100%; } }
      #footer .inner .big_left_box .ft_info span {
        display: inline-block; }
      #footer .inner .big_left_box .ft_info .label,
      #footer .inner .big_left_box .ft_info .data {
        color: #9EA3A5; }
      @media screen and (max-width: 768px) {
        #footer .inner .big_left_box .ft_info .label {
          width: 130px;
          font-size: 11px; }
        #footer .inner .big_left_box .ft_info .data {
          width: calc(100% - 130px); } }
      @media screen and (min-width: 769px) {
        #footer .inner .big_left_box .ft_info .label {
          width: 100px;
          font-size: 12px;
          font-weight: bold; }
        #footer .inner .big_left_box .ft_info .data {
          width: calc(100% - 110px); } }
      #footer .inner .big_left_box .left_box {
        padding-top: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        border-right: 1px solid rgba(153, 163, 165, 0.4);
        width: 53%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          #footer .inner .big_left_box .left_box {
            margin-top: 25px;
            padding-top: 23px;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            width: 61%;
            border-right: none; } }
        @media screen and (max-width: 597px) {
          #footer .inner .big_left_box .left_box {
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            width: auto; } }
        #footer .inner .big_left_box .left_box .left {
          width: 58%; }
          @media screen and (max-width: 768px) {
            #footer .inner .big_left_box .left_box .left {
              width: 130px; } }
          #footer .inner .big_left_box .left_box .left ul li {
            font-size: 1.2em;
            padding-bottom: 18px;
            letter-spacing: 0.17em; }
            #footer .inner .big_left_box .left_box .left ul li:last-child {
              padding-bottom: 0; }
            @media screen and (max-width: 768px) {
              #footer .inner .big_left_box .left_box .left ul li {
                letter-spacing: 0.13em; } }
            #footer .inner .big_left_box .left_box .left ul li a {
              padding: 9px 10px;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease;
              color: #fff; }
              #footer .inner .big_left_box .left_box .left ul li a:hover {
                opacity: 0.5; }
        #footer .inner .big_left_box .left_box .right {
          width: 83%; }
          @media screen and (max-width: 768px) {
            #footer .inner .big_left_box .left_box .right {
              display: block;
              width: calc(100% - 130px); } }
          #footer .inner .big_left_box .left_box .right ul .o_store img {
            width: 12px;
            height: 9px;
            margin-left: 5px; }
          #footer .inner .big_left_box .left_box .right ul .com img {
            width: 12px;
            height: 9px;
            margin-left: 5px; }
          #footer .inner .big_left_box .left_box .right ul li {
            font-size: 1.2em;
            padding-bottom: 18px;
            letter-spacing: 0.13em; }
            #footer .inner .big_left_box .left_box .right ul li:last-child {
              padding-bottom: 0; }
            @media screen and (max-width: 768px) {
              #footer .inner .big_left_box .left_box .right ul li {
                letter-spacing: 0.1em; } }
            #footer .inner .big_left_box .left_box .right ul li a {
              padding: 9px 10px;
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease;
              color: #9EA3A5; }
              #footer .inner .big_left_box .left_box .right ul li a:hover {
                opacity: 0.5; }
            #footer .inner .big_left_box .left_box .right ul li:first-child {
              padding-bottom: 84px;
              letter-spacing: 0.17em; }
              #footer .inner .big_left_box .left_box .right ul li:first-child a {
                color: #fff; }
      #footer .inner .big_left_box .right_box {
        width: 35%;
        padding-left: 10px; }
        @media screen and (max-width: 768px) {
          #footer .inner .big_left_box .right_box {
            width: 208px;
            margin-bottom: 15px;
            width: 41%; } }
        @media screen and (max-width: 597px) {
          #footer .inner .big_left_box .right_box {
            padding-left: 10px;
            width: auto; } }
        #footer .inner .big_left_box .right_box p {
          font-size: 1.2em;
          color: #9EA3A5;
          padding-bottom: 12px;
          letter-spacing: 0.13em; }
          @media screen and (max-width: 768px) {
            #footer .inner .big_left_box .right_box p {
              padding-bottom: 1em; } }
        #footer .inner .big_left_box .right_box .company {
          font-size: 1.5em;
          letter-spacing: 0.17em;
          color: #fff; }
          @media screen and (max-width: 768px) {
            #footer .inner .big_left_box .right_box .company {
              font-size: 1em;
              margin-top: -12px; } }
        @media screen and (max-width: 768px) {
          #footer .inner .big_left_box .right_box .logo_footer_title {
            width: 257px;
            height: 17.4px; } }
        #footer .inner .big_left_box .right_box .access {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left;
          padding-bottom: 33px;
          letter-spacing: 0.05em; }
          #footer .inner .big_left_box .right_box .access .label {
            font-weight: normal; }
          @media screen and (max-width: 768px) {
            #footer .inner .big_left_box .right_box .access {
              padding-top: 28px;
              padding-bottom: 1em; } }
          @media screen and (max-width: 597px) {
            #footer .inner .big_left_box .right_box .access {
              padding-top: 21px;
              padding-bottom: 1em; } }
          #footer .inner .big_left_box .right_box .access a {
            color: #9EA3A5;
            font-size: 12px;
            position: relative;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            #footer .inner .big_left_box .right_box .access a:hover {
              opacity: 0.5; }
            #footer .inner .big_left_box .right_box .access a::before {
              content: "";
              position: absolute;
              display: inline-block;
              bottom: -2px;
              height: 1px;
              width: 67px;
              border-top: 1px solid; }
        @media screen and (max-width: 768px) {
          #footer .inner .big_left_box .right_box .tel {
            font-size: 1.1em; }
            #footer .inner .big_left_box .right_box .tel a {
              padding-left: 0; } }
        #footer .inner .big_left_box .right_box .tel a {
          color: #9EA3A5;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #footer .inner .big_left_box .right_box .tel a:hover {
            opacity: 0.5; }
        @media screen and (max-width: 768px) {
          #footer .inner .big_left_box .right_box .time {
            font-size: 1.1em; } }
        #footer .inner .big_left_box .right_box .time .data {
          letter-spacing: 0.01em; }
        @media screen and (min-width: 769px) {
          #footer .inner .big_left_box .right_box .no_open {
            padding-bottom: 0; } }
        @media screen and (max-width: 768px) {
          #footer .inner .big_left_box .right_box .no_open {
            font-size: 1.1em; } }
    #footer .inner .big_right_box {
      text-align: right; }
      @media screen and (max-width: 768px) {
        #footer .inner .big_right_box {
          width: 100%;
          text-align: left;
          margin-left: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
          flex-flow: row-reverse; } }
      #footer .inner .big_right_box #pagetop {
        position: relative;
        width: 45px;
        height: 47px;
        border: 1px solid #fff;
        display: inline-block;
        margin-bottom: 30px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        #footer .inner .big_right_box #pagetop img {
          width: 10px;
          height: 5.9px;
          position: absolute;
          top: 21px;
          left: 18px;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        #footer .inner .big_right_box #pagetop:hover {
          background: #95D2DD; }
          #footer .inner .big_right_box #pagetop:hover img {
            width: 10px;
            height: 5.9px;
            position: absolute;
            top: 15px;
            left: 18px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
      #footer .inner .big_right_box .logo_footer {
        height: 20px;
        margin-bottom: 30px; }
      #footer .inner .big_right_box small {
        color: #9EA3A5;
        letter-spacing: 0.12em;
        font-size: 1.2em; }
        @media screen and (max-width: 768px) {
          #footer .inner .big_right_box small {
            color: #9EA3A5;
            letter-spacing: 0.05em;
            font-size: 1.1em;
            margin-top: 36px; } }

/*-------------------------------------

CONCEPTページ

--------------------------------------*/
#concept {
  position: relative;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    #concept {
      margin-top: 98px; } }
  #concept .concept_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/concept_bg@2x.png);
    background-size: 1380px 335px;
    background-position: center -43px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      #concept .concept_title {
        background-position: left -43px; } }
    @media screen and (max-width: 768px) {
      #concept .concept_title {
        background: none; } }
    #concept .concept_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #concept .concept_title h2 {
          padding: 57px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #concept .concept_title h2::before {
            position: absolute;
            content: "";
            height: 269px;
            top: -82px;
            width: 400%;
            left: -51px;
            background: url(../images/concept_bg@2x.png);
            z-index: -1; } }
    #concept .concept_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #concept .concept_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #concept .concept_title .toHome a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #concept .concept_title .toHome a:hover {
          opacity: 0.5; }
      #concept .concept_title .toHome::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #303739;
        bottom: calc( 50% - 8px);
        left: 0; }
        @media screen and (max-width: 768px) {
          #concept .concept_title .toHome::before {
            width: 35px;
            bottom: auto; } }
  #concept .concept_pc {
    min-height: 500px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/concept_mv@2x.jpg); }
    @media screen and (max-width: 768px) {
      #concept .concept_pc {
        display: none; } }
  #concept .concept_sp {
    display: none; }
    @media screen and (max-width: 768px) {
      #concept .concept_sp {
        display: block;
        width: 100%;
        padding-right: 30px;
        padding-top: 0; } }

#concept_lifestyle {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/concept_mv@2x.jpg); }
  @media screen and (max-width: 375px) {
    #concept_lifestyle {
      background: none; } }
  #concept_lifestyle .concept_inner {
    padding: 177px 9.7% 65px 9.7%; }
    @media screen and (max-width: 768px) {
      #concept_lifestyle .concept_inner {
        padding: 60px 29px 40px 30px; } }
    @media screen and (max-width: 375px) {
      #concept_lifestyle .concept_inner {
        padding: 0px 29px 0px 30px;
        margin-top: -25px; } }
    #concept_lifestyle .concept_inner h3 {
      width: 100%;
      font-size: 3.8em;
      line-height: 2;
      letter-spacing: 0.26em;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #concept_lifestyle .concept_inner h3 {
          width: auto;
          font-size: 2.4em;
          line-height: 2;
          margin-bottom: 26px; } }
      @media screen and (max-width: 375px) {
        #concept_lifestyle .concept_inner h3 {
          line-height: 1.8333;
          letter-spacing: 0.2em; } }
    #concept_lifestyle .concept_inner .lead {
      font-size: 18px;
      font-weight: bold;
      margin-top: 30px;
      line-height: 2.2; }
      @media screen and (max-width: 768px) {
        #concept_lifestyle .concept_inner .lead {
          font-size: 14px; } }
    #concept_lifestyle .concept_inner .contents {
      width: 100%;
      font-size: 1.4em;
      letter-spacing: 0.05em;
      margin-top: 30px;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        #concept_lifestyle .concept_inner .contents {
          width: 100%;
          font-size: 1.2em;
          line-height: 2.3; } }
      #concept_lifestyle .concept_inner .contents span {
        display: block;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #concept_lifestyle .concept_inner .contents span {
            margin-bottom: 28px; } }

/*---------------------
CONCEPT スライダー
---------------------*/
#concept_gallary {
  margin-top: 60px; }

#slide_gallery li {
  padding-right: 8px;
  width: 120px;
  height: 260px;
  overflow: hidden; }
  #slide_gallery li img {
    width: 120px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover; }

@media screen and (min-width: 769px) {
  #slide_gallery li {
    width: 400px;
    height: 500px; }
    #slide_gallery li img {
      width: 400px;
      height: 500px; } }

.lg-outer .lg-img-wrap {
  padding: 5%; }

#service {
  padding: 110px 9.7% 0 9.7%; }
  @media screen and (max-width: 768px) {
    #service {
      padding: 95px 29px 0 29px; } }
  #service .service_inner .title {
    padding-bottom: 52px; }
    @media screen and (max-width: 768px) {
      #service .service_inner .title {
        padding-bottom: 37px; } }
    #service .service_inner .title h3 {
      font-size: 3.2em;
      font-weight: bold;
      padding-bottom: 57px;
      color: #2C3954;
      letter-spacing: 0.2em;
      position: relative;
      padding-left: 73px;
      display: inline-block;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #service .service_inner .title h3 {
          font-size: 2.4em;
          padding-bottom: 39px;
          letter-spacing: 0.2em;
          position: relative;
          padding-left: 0;
          padding-top: 51px;
          display: inline-block;
          text-align: center; } }
      #service .service_inner .title h3::before {
        position: absolute;
        content: "";
        width: 46px;
        height: 40px;
        top: 0;
        left: 6px;
        background: url(../images/icon_service.svg); }
        @media screen and (max-width: 768px) {
          #service .service_inner .title h3::before {
            top: -7px;
            left: calc(50% - 23px); } }
    #service .service_inner .title .content {
      font-size: 1.4em;
      color: #2C3954;
      letter-spacing: 0.13em;
      margin-top: 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #service .service_inner .title .content {
          text-align: left; } }
      #service .service_inner .title .content .yellow {
        color: #B5A14A;
        padding: 8px 0 8px 0;
        border-top: 1px solid;
        border-bottom: 1px solid; }
        @media screen and (max-width: 768px) {
          #service .service_inner .title .content .yellow {
            border-top: none;
            padding: 0 1px 2px; } }
        #service .service_inner .title .content .yellow .f_18 {
          font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        #service .service_inner .title .content .line_h {
          line-height: 2; } }
  #service .service_inner .step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 180px; }
    @media screen and (max-width: 768px) {
      #service .service_inner .step ul {
        display: block;
        padding-bottom: 45px; } }
    #service .service_inner .step ul::before {
      position: absolute;
      content: "";
      background: url(../images/step_comment.svg);
      width: 294px;
      height: 125px;
      bottom: 100px;
      right: 24%; }
      @media screen and (max-width: 768px) {
        #service .service_inner .step ul::before {
          display: none; } }
    #service .service_inner .step ul li {
      width: 32.7%;
      color: #2C3954;
      text-align: center;
      background: url(../images/service_step_bg@2x.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      padding: 10px 10px 48px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #service .service_inner .step ul li {
          background: url(../images/service_step_bg@2x.png) no-repeat;
          width: auto;
          background-size: 100% 555px;
          line-height: 1.5;
          margin-bottom: 30px;
          padding: 10px 10px 48px 10px; } }
      @media screen and (max-width: 375px) {
        #service .service_inner .step ul li {
          background: url(../images/service_step_bg_sp@2x.png) no-repeat;
          width: auto;
          background-size: 100% 100%;
          line-height: 1.5;
          padding-bottom: 0;
          margin-bottom: 15px; } }
      #service .service_inner .step ul li .tag {
        font-size: 1.3em;
        letter-spacing: 0.12em;
        background: #fff;
        padding: 0px 17px;
        border-radius: 9px;
        margin-bottom: 20px;
        display: inline-block;
        margin-top: 59px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          #service .service_inner .step ul li .tag {
            font-size: 1.2em;
            margin-top: 53px; } }
      #service .service_inner .step ul li .step_title {
        font-size: 2em;
        margin-bottom: 6px;
        letter-spacing: 0.13em;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          #service .service_inner .step ul li .step_title {
            font-size: 1.9em; } }
        #service .service_inner .step ul li .step_title .f_28 {
          font-size: 2.8rem;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            #service .service_inner .step ul li .step_title .f_28 {
              font-size: 2.6rem; } }
      #service .service_inner .step ul li .step_picture {
        width: 163px;
        height: 122px;
        margin-bottom: 27px;
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 768px) {
          #service .service_inner .step ul li .step_picture {
            margin-bottom: 16px; } }
        @media screen and (max-width: 375px) {
          #service .service_inner .step ul li .step_picture {
            margin-bottom: 12px;
            width: 155px; } }
        #service .service_inner .step ul li .step_picture::before {
          content: "";
          position: absolute;
          background: url(../images/step_picture01_bg@2x.png);
          width: 283px;
          height: 196px;
          top: -36px;
          left: -55px; }
      #service .service_inner .step ul li .step_para {
        padding: 0 2.8vw;
        font-size: 1.4em;
        letter-spacing: 0.1em;
        line-height: 1.9;
        text-align: left;
        letter-spacing: 0.01em; }
        @media screen and (max-width: 768px) {
          #service .service_inner .step ul li .step_para {
            padding: 0 60px; } }
        @media screen and (max-width: 375px) {
          #service .service_inner .step ul li .step_para {
            padding: 0 30px 30px;
            letter-spacing: 0;
            line-height: 1.95; } }
      @media screen and (max-width: 768px) {
        #service .service_inner .step ul li:nth-of-type(2) {
          padding-bottom: 75px;
          height: 485px; } }
      @media screen and (max-width: 375px) {
        #service .service_inner .step ul li:nth-of-type(2) {
          height: 100%;
          padding-bottom: 64px; } }
      #service .service_inner .step ul li:nth-of-type(2) .tag {
        margin-bottom: 25px; }
      #service .service_inner .step ul li:nth-of-type(2) .step_title {
        margin-bottom: 44px; }
      #service .service_inner .step ul li:nth-of-type(2) .step_picture {
        width: 124px;
        height: 88px;
        margin-bottom: 30px; }
        #service .service_inner .step ul li:nth-of-type(2) .step_picture::before {
          content: "";
          position: absolute;
          background: url(../images/step_picture02_bg@2x.png);
          width: 213px;
          height: 218px;
          top: -77px;
          left: -48px;
          background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        #service .service_inner .step ul li:nth-of-type(3) {
          padding-bottom: 75px;
          height: 485px; } }
      @media screen and (max-width: 375px) {
        #service .service_inner .step ul li:nth-of-type(3) {
          padding-bottom: 67px;
          height: 100%; } }
      #service .service_inner .step ul li:nth-of-type(3) .tag {
        margin-bottom: 25px; }
      #service .service_inner .step ul li:nth-of-type(3) .step_title {
        margin-bottom: 32px; }
      #service .service_inner .step ul li:nth-of-type(3) .step_picture {
        width: 135px;
        height: 104px;
        margin-bottom: 26px; }
        #service .service_inner .step ul li:nth-of-type(3) .step_picture::before {
          content: "";
          position: absolute;
          background: url(../images/step_picture03_bg@2x.png);
          width: 229px;
          height: 227px;
          top: -70px;
          left: -52px;
          background-repeat: no-repeat; }

#concept_bottom_mv .concept_bottom_inner {
  padding: 0 50px; }
  @media screen and (max-width: 768px) {
    #concept_bottom_mv .concept_bottom_inner {
      padding: 0; } }

#access {
  padding-top: 90px;
  margin-top: -90px; }
  @media screen and (max-width: 768px) {
    #access {
      padding-top: 60px;
      margin-top: -60px; } }
  #access .access_inner {
    padding: 80px 50px 93px 90px;
    border-bottom: 1px solid #DFE5E6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #access .access_inner {
        display: block;
        padding: 34px 30px 56px 30px; } }
    #access .access_inner h3 {
      width: 184px;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #access .access_inner h3 {
          width: auto;
          font-size: 3.6em;
          margin-bottom: 30px; } }
      @media screen and (max-width: 375px) {
        #access .access_inner h3 {
          font-size: 2.4em;
          margin-top: 15px;
          margin-bottom: 0px; } }
    #access .access_inner .access_detail {
      width: 63%; }
      @media screen and (max-width: 768px) {
        #access .access_inner .access_detail {
          width: auto; } }
      #access .access_inner .access_detail .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding: 40px 0;
        border-bottom: 1px solid #DFE5E6; }
        @media screen and (max-width: 768px) {
          #access .access_inner .access_detail .item {
            padding: 26px 0; } }
        #access .access_inner .access_detail .item .item_t {
          font-size: 1.5em;
          font-weight: bold;
          width: 21%;
          margin-right: 18px; }
          @media screen and (max-width: 980px) {
            #access .access_inner .access_detail .item .item_t {
              width: 33%; } }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item .item_t {
              font-size: 1.4em;
              width: 35.5%;
              margin-right: 0px; } }
        #access .access_inner .access_detail .item .item_d {
          font-size: 1.5em; }
          #access .access_inner .access_detail .item .item_d p {
            font-size: 1.4rem; }
          @media screen and (max-width: 980px) {
            #access .access_inner .access_detail .item .item_d {
              width: 75%; } }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item .item_d {
              width: 65%;
              font-size: 1.2em; } }
          #access .access_inner .access_detail .item .item_d .small {
            font-size: 1.2rem;
            letter-spacing: 0; }
            @media screen and (max-width: 768px) {
              #access .access_inner .access_detail .item .item_d .small {
                font-size: 1rem;
                margin-bottom: -29px;
                display: block; } }
            @media screen and (max-width: 768px) {
              #access .access_inner .access_detail .item .item_d .small.small_sp {
                letter-spacing: 0;
                font-size: 1.2rem;
                line-height: 1.4;
                padding-bottom: 26px; } }
        #access .access_inner .access_detail .item .number_small {
          color: #303739; }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item .number_small {
              font-size: 1.05em; } }
        #access .access_inner .access_detail .item:first-of-type {
          padding-top: 22px; }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item:first-of-type {
              padding-top: 31px;
              padding-bottom: 17px; } }
          @media screen and (max-width: 980px) {
            #access .access_inner .access_detail .item:first-of-type .item_d {
              width: 75%; } }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item:first-of-type .item_d {
              margin-top: -4px;
              line-height: 2.2;
              width: 65%; } }
          #access .access_inner .access_detail .item:first-of-type .item_d .space01 {
            margin-left: 21px; }
            @media screen and (max-width: 768px) {
              #access .access_inner .access_detail .item:first-of-type .item_d .space01 {
                margin-left: 0; } }
        #access .access_inner .access_detail .item:last-of-type {
          border-bottom: none; }
          #access .access_inner .access_detail .item:last-of-type .item_t {
            width: 27%; }
          #access .access_inner .access_detail .item:last-of-type .item_d {
            width: 100%; }
          @media screen and (max-width: 980px) {
            #access .access_inner .access_detail .item:last-of-type .item_t {
              width: 33%; } }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item:last-of-type {
              display: block; }
              #access .access_inner .access_detail .item:last-of-type .item_t {
                width: auto; }
              #access .access_inner .access_detail .item:last-of-type .item_d {
                width: auto;
                padding-top: 16px; } }
  @media screen and (max-width: 768px) and (max-width: 980px) {
    #access .access_inner .access_detail .item:last-of-type {
      width: 75%; } }
  @media screen and (max-width: 768px) and (max-width: 980px) {
    #access .access_inner .access_detail .item:last-of-type {
      width: 100%; } }
        #access .access_inner .access_detail .item.open p {
          line-height: 2; }
        #access .access_inner .access_detail .item.open .youbi {
          width: 44px;
          display: inline-block;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item.open .youbi {
              font-size: 1.2rem;
              letter-spacing: 0;
              width: 105px;
              line-height: 1.2; } }
          @media screen and (max-width: 375px) {
            #access .access_inner .access_detail .item.open .youbi {
              width: auto;
              display: block; } }
        #access .access_inner .access_detail .item.open .youbi_space {
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item.open .youbi_space {
              margin-bottom: 0; } }
        #access .access_inner .access_detail .item.open .time {
          margin-left: 24px; }
          @media screen and (max-width: 768px) {
            #access .access_inner .access_detail .item.open .time {
              font-size: 1.05rem;
              margin-left: 0px; } }

#company .company_inner {
  padding: 41px 50px 69px 92px;
  border-bottom: 1px solid #DFE5E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    #company .company_inner {
      display: block;
      padding: 34px 30px 56px 30px; } }
  #company .company_inner h3 {
    width: 247px;
    font-size: 4.2em;
    font-weight: 600;
    letter-spacing: 0.13em; }
    @media screen and (max-width: 768px) {
      #company .company_inner h3 {
        width: auto;
        font-size: 3.6em;
        margin-bottom: 30px; } }
    @media screen and (max-width: 375px) {
      #company .company_inner h3 {
        font-size: 2.4em;
        margin-top: 15px;
        margin-bottom: 0px; } }
  #company .company_inner .company_detail {
    width: 63%; }
    @media screen and (max-width: 768px) {
      #company .company_inner .company_detail {
        width: auto; } }
    #company .company_inner .company_detail .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      padding: 40px 0;
      border-bottom: 1px solid #DFE5E6; }
      @media screen and (max-width: 768px) {
        #company .company_inner .company_detail .item {
          padding: 26px 0; } }
      #company .company_inner .company_detail .item .item_t {
        font-size: 1.5em;
        font-weight: bold;
        width: 21%;
        margin-right: 18px; }
        @media screen and (max-width: 980px) {
          #company .company_inner .company_detail .item .item_t {
            width: 33%; } }
        @media screen and (max-width: 768px) {
          #company .company_inner .company_detail .item .item_t {
            font-size: 1.4em;
            width: 35.5%;
            margin-right: 0px; } }
      #company .company_inner .company_detail .item .item_d {
        font-size: 1.5em;
        line-height: 1.73; }
        @media screen and (max-width: 980px) {
          #company .company_inner .company_detail .item .item_d {
            width: 75%; } }
        @media screen and (max-width: 768px) {
          #company .company_inner .company_detail .item .item_d {
            width: 65%;
            font-size: 1.2em; } }
        #company .company_inner .company_detail .item .item_d p {
          font-size: 1.4rem; }
        #company .company_inner .company_detail .item .item_d .small {
          font-size: 1.2rem;
          letter-spacing: 0.08em; }
      #company .company_inner .company_detail .item:first-of-type {
        padding-top: 22px; }
        @media screen and (max-width: 768px) {
          #company .company_inner .company_detail .item:first-of-type {
            padding-top: 31px;
            padding-bottom: 17px; } }
        @media screen and (max-width: 980px) {
          #company .company_inner .company_detail .item:first-of-type .item_d {
            width: 75%; } }
        @media screen and (max-width: 768px) {
          #company .company_inner .company_detail .item:first-of-type .item_d {
            width: 65%; } }
        #company .company_inner .company_detail .item:first-of-type .item_d .space01 {
          margin-left: 21px; }
      #company .company_inner .company_detail .item:last-of-type {
        border-bottom: none; }
        @media screen and (max-width: 980px) {
          #company .company_inner .company_detail .item:last-of-type .item_d {
            width: 75%; } }
        @media screen and (max-width: 768px) {
          #company .company_inner .company_detail .item:last-of-type .item_d {
            width: 65%; } }
        #company .company_inner .company_detail .item:last-of-type .item_d a {
          color: #444E88;
          border-bottom: 1px solid #2C3954;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          position: relative; }
          #company .company_inner .company_detail .item:last-of-type .item_d a::before {
            right: -20px;
            position: absolute;
            content: "";
            background: url(../images/icon_company_link.svg);
            width: 13px;
            height: 12px;
            top: 2px;
            background-repeat: no-repeat; }
          #company .company_inner .company_detail .item:last-of-type .item_d a:hover {
            opacity: 0.5; }
      #company .company_inner .company_detail .item.open .item_t {
        width: 21%; }
        @media screen and (max-width: 768px) {
          #company .company_inner .company_detail .item.open .item_t {
            width: 35.5%; } }
      #company .company_inner .company_detail .item.open .weekdays, #company .company_inner .company_detail .item.open .holiday {
        line-height: 2; }
      #company .company_inner .company_detail .item.open .youbi {
        width: 47px;
        display: inline-block;
        font-weight: bold; }
      #company .company_inner .company_detail .item.open .time {
        margin-left: 22px; }
      #company .company_inner .company_detail .item.open .holiday {
        margin-top: 30px; }
      #company .company_inner .company_detail .item.suppelier .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        font-size: 1.5em;
        line-height: 2.2; }
        @media screen and (max-width: 980px) {
          #company .company_inner .company_detail .item.suppelier .flex {
            display: block; } }
        @media screen and (max-width: 375px) {
          #company .company_inner .company_detail .item.suppelier .flex {
            font-size: 1.2em; } }
        #company .company_inner .company_detail .item.suppelier .flex .left_box {
          margin-right: 90px; }
          @media screen and (max-width: 980px) {
            #company .company_inner .company_detail .item.suppelier .flex .left_box {
              margin-right: 0;
              width: 100%; } }

/*-------------------------------------

INFOページ

--------------------------------------*/
.info_page_title {
  position: relative;
  width: 100%;
  height: 100%; }
  .info_page_title .info_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/info_bg@2x.png);
    background-size: 694px 335px;
    background-position: center -40px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      .info_page_title .info_title {
        background: none; } }
    .info_page_title .info_title h2 {
      padding: 100px 133px 100px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        .info_page_title .info_title h2 {
          margin-top: 87px;
          padding: 69px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          .info_page_title .info_title h2::before {
            position: absolute;
            content: "";
            height: 269px;
            top: -82px;
            width: 222%;
            left: -51px;
            background: url(../images/info_bg@2x.png);
            z-index: -1; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      .info_page_title .info_title h2::before {
        width: 643%;
        left: -15px;
        top: -75px;
        background-repeat: no-repeat; } }
    .info_page_title .info_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .info_page_title .info_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      .info_page_title .info_title .toHome a {
        color: #303739;
        border-bottom: 1px solid black;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .info_page_title .info_title .toHome a:hover {
          opacity: 0.5; }
        .info_page_title .info_title .toHome a:last-of-type {
          margin-left: 30px;
          margin-right: 10px;
          position: relative; }
          .info_page_title .info_title .toHome a:last-of-type::before {
            content: "";
            position: absolute;
            width: 9px;
            height: 18px;
            background: url(../images/index_bk.svg);
            top: -3px;
            left: -20px;
            background-size: 50%;
            background-repeat: no-repeat;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

#info_page .inner {
  width: auto;
  padding: 0 50px;
  margin-bottom: 120px;
  position: relative; }
  @media screen and (max-width: 980px) {
    #info_page .inner {
      padding-left: 50px; } }
  @media screen and (max-width: 768px) {
    #info_page .inner {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 510px) {
    #info_page .inner {
      padding: 0 15px;
      margin-bottom: 93px; } }
  #info_page .inner .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-bottom: 20px;
    margin: 0 5px; }
    #info_page .inner .menu li {
      font-size: 1.4em;
      color: #9EA3A5;
      margin-right: 24px;
      letter-spacing: 0.12em; }
      #info_page .inner .menu li a {
        color: #9EA3A5;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #info_page .inner .menu li a:hover {
          border-bottom: 1px solid #303739;
          color: #303739; }
    #info_page .inner .menu .current-cat a {
      color: #303739; }
  #info_page .inner .menu_bottom {
    color: #DFE5E6;
    opacity: 0.2;
    margin-bottom: 40px;
    font-weight: bold; }
  #info_page .inner .contents {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #info_page .inner .contents {
        margin-top: 0;
        margin-right: 0; } }
    @media screen and (max-width: 375px) {
      #info_page .inner .contents {
        margin-top: 0; } }
  #info_page .inner .bottom_page {
    margin-top: 13px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    #info_page .inner .bottom_page::before {
      content: "";
      position: absolute;
      bottom: 19px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #DFE5E6;
      z-index: -1; }
    #info_page .inner .bottom_page .p_n {
      padding-top: 5px;
      color: #9EA3A5;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #info_page .inner .bottom_page .p_n:hover {
        color: #303739; }
    #info_page .inner .bottom_page ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      font-size: 1.8rem;
      background-color: #fff;
      padding: 0 30px 4px 30px;
      margin: 0 auto; }
      @media screen and (max-width: 375px) {
        #info_page .inner .bottom_page ul {
          width: 113px;
          font-size: 1.6rem;
          background-color: #fff;
          padding: 0 10px 4px 10px; } }
      @media screen and (max-width: 358px) {
        #info_page .inner .bottom_page ul {
          padding: 0 3px 4px 3px; } }
      #info_page .inner .bottom_page ul li {
        padding: 8px 8px 3px 8px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #info_page .inner .bottom_page ul li a {
          color: #9EA3A5;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #info_page .inner .bottom_page ul li a:hover {
            color: #303739; }
        #info_page .inner .bottom_page ul li.active {
          padding: 8px 4px 3px 4px;
          border-bottom: 1px solid #303739; }
      #info_page .inner .bottom_page ul .prev {
        position: absolute;
        left: 0;
        top: 5px;
        font-size: 1.2rem;
        background: #fff; }
      #info_page .inner .bottom_page ul .next {
        position: absolute;
        right: 0;
        top: 5px;
        font-size: 1.2rem;
        background: #fff; }

/*-------------------------------------

INFO_SINGLEページ

--------------------------------------*/
#info_single_page .info_title {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../images/info_bg@2x.png);
  background-size: 694px 335px;
  background-position: center -40px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    #info_single_page .info_title {
      background: none; } }
  #info_single_page .info_title h2 {
    padding: 100px 133px 100px 90px;
    text-align: left;
    font-size: 4.2em;
    font-weight: 600;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      #info_single_page .info_title h2 {
        padding: 160px 0 69px 60px;
        font-size: 3.2em;
        position: relative;
        font-size: 3.2em;
        position: relative; }
        #info_single_page .info_title h2::before {
          position: absolute;
          content: "";
          height: 269px;
          top: 15px;
          width: 222%;
          left: -51px;
          background: url(../images/info_bg@2x.png);
          z-index: -1; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      #info_single_page .info_title h2::before {
        width: 600%;
        left: -15px;
        background-repeat: no-repeat; } }
  #info_single_page .info_title .toHome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 133px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #info_single_page .info_title .toHome {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 30px;
        padding-bottom: 29px;
        font-size: 1.1em; } }
    #info_single_page .info_title .toHome a {
      color: #303739;
      border-bottom: 1px solid black;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #info_single_page .info_title .toHome a:hover {
        opacity: 0.5; }
      #info_single_page .info_title .toHome a:last-of-type {
        margin-left: 30px;
        margin-right: 10px;
        position: relative; }
        #info_single_page .info_title .toHome a:last-of-type::before {
          content: "";
          position: absolute;
          width: 9px;
          height: 18px;
          background: url(../images/index_bk.svg);
          top: -3px;
          left: -20px;
          background-size: 50%;
          background-repeat: no-repeat;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

#info_single_page .info_inner {
  padding: 0 17.2%; }
  @media screen and (max-width: 768px) {
    #info_single_page .info_inner {
      padding: 0 30px; } }
  @media screen and (max-width: 375px) {
    #info_single_page .info_inner {
      margin-top: 30px; } }
  #info_single_page .info_inner .date_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
    #info_single_page .info_inner .date_item .date {
      font-size: 1.2rem;
      color: #919191;
      margin-right: 7px; }
    #info_single_page .info_inner .date_item .item_event {
      background: #B5A14A;
      color: #fff;
      width: 74px;
      height: 16px;
      text-align: center;
      padding-top: 1px;
      margin-left: 7px; }
    #info_single_page .info_inner .date_item .item_news {
      background: #80AEC6;
      color: #fff;
      width: 74px;
      height: 16px;
      text-align: center;
      padding-top: 1px;
      margin-left: 7px; }
    #info_single_page .info_inner .date_item .item_blog {
      background: #303739;
      color: #fff;
      width: 74px;
      height: 16px;
      text-align: center;
      padding-top: 1px;
      margin-left: 7px; }
  #info_single_page .info_inner .prev_next_line {
    border-bottom: 1px solid #DFE5E6;
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
    position: relative;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      #info_single_page .info_inner .prev_next_line {
        width: 80%; } }
    @media screen and (max-width: 375px) {
      #info_single_page .info_inner .prev_next_line {
        width: 75.5%;
        margin-bottom: 5px; } }
    #info_single_page .info_inner .prev_next_line .prev {
      position: absolute;
      left: -47px;
      top: -7px; }
      #info_single_page .info_inner .prev_next_line .prev a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #info_single_page .info_inner .prev_next_line .prev a:hover {
          opacity: 0.5; }
    #info_single_page .info_inner .prev_next_line .next {
      position: absolute;
      right: -47px;
      top: -7px; }
      #info_single_page .info_inner .prev_next_line .next a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #info_single_page .info_inner .prev_next_line .next a:hover {
          opacity: 0.5; }
  #info_single_page .info_inner .event_title {
    font-size: 2.4rem;
    margin: 60px 0 45px;
    text-align: center;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 375px) {
      #info_single_page .info_inner .event_title {
        font-size: 2rem;
        margin: 50px 0px 40px; } }
  #info_single_page .info_inner .info_event_inner {
    padding: 0 16.666% 60px; }
    @media screen and (max-width: 768px) {
      #info_single_page .info_inner .info_event_inner {
        padding: 0 30px 50px; } }
    @media screen and (max-width: 375px) {
      #info_single_page .info_inner .info_event_inner {
        padding: 0 0px 50px; } }
    @media screen and (max-width: 375px) {
      #info_single_page .info_inner .info_event_inner .event_picture {
        margin: 0 calc(50% - 50vw);
        width: 100vw; } }
    #info_single_page .info_inner .info_event_inner .wp-block-image {
      margin-bottom: 60px; }
    #info_single_page .info_inner .info_event_inner h2 {
      font-size: 1.6rem;
      margin-bottom: 15px; }
    #info_single_page .info_inner .info_event_inner p {
      line-height: 2;
      letter-spacing: 0.08em;
      margin-bottom: 60px; }
      #info_single_page .info_inner .info_event_inner p:last-of-type {
        margin-bottom: 80px; }
    #info_single_page .info_inner .info_event_inner ul li {
      margin-bottom: 70px; }
      @media screen and (max-width: 375px) {
        #info_single_page .info_inner .info_event_inner ul li {
          margin-bottom: 50px; }
          #info_single_page .info_inner .info_event_inner ul li:last-of-type {
            margin-bottom: 20px; } }
      #info_single_page .info_inner .info_event_inner ul li h4 {
        font-size: 1.6rem;
        margin-bottom: 15px; }
        @media screen and (max-width: 375px) {
          #info_single_page .info_inner .info_event_inner ul li h4 {
            font-size: 1.4rem;
            margin-top: 40px; } }
      #info_single_page .info_inner .info_event_inner ul li p {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.08em; }
        @media screen and (max-width: 375px) {
          #info_single_page .info_inner .info_event_inner ul li p {
            font-size: 1.2rem; } }
  #info_single_page .info_inner .back {
    font-size: 1.6rem;
    text-align: center;
    margin-left: 20px;
    text-transform: uppercase;
    margin-bottom: 80px; }
    #info_single_page .info_inner .back a {
      color: #303739;
      position: relative;
      padding: 20px 35px;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #info_single_page .info_inner .back a:hover {
        opacity: 0.5; }
      #info_single_page .info_inner .back a::before {
        content: "";
        position: absolute;
        width: 9px;
        height: 18px;
        background: url(../images/index_bk.svg);
        top: 22px;
        left: 12px; }

/*-------------------------------------

INFO_SINGLE_1ページ

--------------------------------------*/
#info_single_1 .info_title {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../images/info_bg@2x.png);
  background-size: 694px 335px;
  background-position: center -40px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    #info_single_1 .info_title {
      background: none; } }
  #info_single_1 .info_title h2 {
    padding: 100px 133px 100px 90px;
    text-align: left;
    font-size: 4.2em;
    font-weight: 600;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 768px) {
      #info_single_1 .info_title h2 {
        padding: 69px 0 69px 60px;
        font-size: 3.2em;
        position: relative;
        font-size: 3.2em;
        position: relative; }
        #info_single_1 .info_title h2::before {
          position: absolute;
          content: "";
          height: 269px;
          top: -82px;
          width: 222%;
          left: -51px;
          background: url(../images/info_bg@2x.png);
          z-index: -1; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      #info_single_1 .info_title h2::before {
        width: 600%;
        left: -15px;
        background-repeat: no-repeat; } }
  #info_single_1 .info_title .toHome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 133px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #info_single_1 .info_title .toHome {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 30px;
        padding-bottom: 29px;
        font-size: 1.1em; } }
    #info_single_1 .info_title .toHome a {
      color: #303739;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #info_single_1 .info_title .toHome a:hover {
        opacity: 0.5; }
    #info_single_1 .info_title .toHome::before {
      content: "";
      position: absolute;
      width: 45px;
      height: 1px;
      background-color: #303739;
      bottom: calc( 50% - 8px);
      left: 0; }
      @media screen and (max-width: 768px) {
        #info_single_1 .info_title .toHome::before {
          width: 35px;
          bottom: auto; } }
    #info_single_1 .info_title .toHome::after {
      content: "";
      position: absolute;
      width: 37px;
      height: 1px;
      background-color: #303739;
      bottom: calc( 50% - 8px);
      left: 72px; }
      @media screen and (max-width: 768px) {
        #info_single_1 .info_title .toHome::after {
          width: 35px;
          bottom: auto; } }
    #info_single_1 .info_title .toHome span {
      display: inline-block;
      margin: 0 10px; }

#info_single_1 .info_inner {
  padding: 0 17.2%; }
  @media screen and (max-width: 768px) {
    #info_single_1 .info_inner {
      padding: 0 30px; } }
  @media screen and (max-width: 375px) {
    #info_single_1 .info_inner {
      margin-top: 30px; } }
  #info_single_1 .info_inner .date_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
    #info_single_1 .info_inner .date_item .date {
      font-size: 1.2rem;
      color: #919191;
      margin-right: 7px; }
    #info_single_1 .info_inner .date_item .item_event {
      background: #B5A14A;
      color: #fff;
      width: 74px;
      height: 16px;
      text-align: center;
      padding-top: 1px;
      margin-left: 7px; }
    #info_single_1 .info_inner .date_item .item_news {
      background: #80AEC6;
      color: #fff;
      width: 74px;
      height: 16px;
      text-align: center;
      padding-top: 1px;
      margin-left: 7px; }
    #info_single_1 .info_inner .date_item .item_blog {
      background: #303739;
      color: #fff;
      width: 74px;
      height: 16px;
      text-align: center;
      padding-top: 1px;
      margin-left: 7px; }
  #info_single_1 .info_inner .prev_next_line {
    border-bottom: 1px solid #DFE5E6;
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
    position: relative;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      #info_single_1 .info_inner .prev_next_line {
        width: 80%; } }
    @media screen and (max-width: 375px) {
      #info_single_1 .info_inner .prev_next_line {
        width: 75.5%;
        margin-bottom: 5px; } }
    #info_single_1 .info_inner .prev_next_line .prev {
      position: absolute;
      left: -47px;
      top: -7px; }
      #info_single_1 .info_inner .prev_next_line .prev a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #info_single_1 .info_inner .prev_next_line .prev a:hover {
          opacity: 0.5; }
    #info_single_1 .info_inner .prev_next_line .next {
      position: absolute;
      right: -47px;
      top: -7px; }
      #info_single_1 .info_inner .prev_next_line .next a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #info_single_1 .info_inner .prev_next_line .next a:hover {
          opacity: 0.5; }
  #info_single_1 .info_inner .event_title {
    font-size: 2.4rem;
    margin: 60px 0;
    text-align: center; }
    @media screen and (max-width: 375px) {
      #info_single_1 .info_inner .event_title {
        font-size: 2rem;
        margin: 50px 0px 40px; } }
  #info_single_1 .info_inner .info_event_inner {
    padding: 0 16.666% 80px; }
    @media screen and (max-width: 768px) {
      #info_single_1 .info_inner .info_event_inner {
        padding: 0 30px 50px; } }
    @media screen and (max-width: 375px) {
      #info_single_1 .info_inner .info_event_inner {
        padding: 0 0px 50px; } }
    #info_single_1 .info_inner .info_event_inner .event_picture {
      margin-bottom: 55px; }
      @media screen and (max-width: 375px) {
        #info_single_1 .info_inner .info_event_inner .event_picture {
          margin: 0 calc(50% - 50vw);
          width: 100vw; } }
    #info_single_1 .info_inner .info_event_inner ul li {
      margin-bottom: 70px; }
      @media screen and (max-width: 375px) {
        #info_single_1 .info_inner .info_event_inner ul li {
          margin-bottom: 50px; }
          #info_single_1 .info_inner .info_event_inner ul li:last-of-type {
            margin-bottom: 20px; } }
      #info_single_1 .info_inner .info_event_inner ul li h4 {
        font-size: 1.6rem;
        margin-bottom: 15px; }
        @media screen and (max-width: 375px) {
          #info_single_1 .info_inner .info_event_inner ul li h4 {
            font-size: 1.4rem;
            margin-top: 40px; } }
      #info_single_1 .info_inner .info_event_inner ul li p {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.08em; }
        @media screen and (max-width: 375px) {
          #info_single_1 .info_inner .info_event_inner ul li p {
            font-size: 1.2rem; } }
  #info_single_1 .info_inner .back {
    font-size: 1.6rem;
    text-align: center;
    margin-left: 20px;
    text-transform: uppercase;
    margin-bottom: 80px; }
    #info_single_1 .info_inner .back a {
      color: #303739;
      position: relative;
      padding: 20px 35px;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #info_single_1 .info_inner .back a:hover {
        opacity: 0.5; }
      #info_single_1 .info_inner .back a::before {
        content: "";
        position: absolute;
        width: 9px;
        height: 18px;
        background: url(../images/index_bk.svg);
        top: 22px;
        left: 12px; }

/*-------------------------------------

VOICEページ

--------------------------------------*/
#voice_page {
  position: relative;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    #voice_page {
      margin-top: 87px; } }
  #voice_page .voice_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
    background: url(../images/voice_bg@2x.png);
    background-size: 851px 197px;
    background-position: center 33px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      #voice_page .voice_title {
        background-position: left 33px; } }
    @media screen and (max-width: 768px) {
      #voice_page .voice_title {
        background: none; } }
    #voice_page .voice_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #voice_page .voice_title h2 {
          padding: 69px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #voice_page .voice_title h2::before {
            position: absolute;
            content: "";
            height: 269px;
            top: -82px;
            width: 222%;
            left: -51px;
            background: url(../images/voice_bg@2x.png);
            z-index: -1;
            background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      #voice_page .voice_title h2::before {
        top: 0;
        width: 500%;
        left: -33px; } }
    #voice_page .voice_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #voice_page .voice_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #voice_page .voice_title .toHome a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #voice_page .voice_title .toHome a:hover {
          opacity: 0.5; }
      #voice_page .voice_title .toHome::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #303739;
        bottom: calc( 50% - 8px);
        left: 0; }
        @media screen and (max-width: 768px) {
          #voice_page .voice_title .toHome::before {
            width: 35px;
            bottom: auto; } }
  #voice_page .inner {
    padding: 0 133px; }
    @media screen and (max-width: 768px) {
      #voice_page .inner {
        padding: 28px 30px 0 30px; } }
    #voice_page .inner .voice_select ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      margin-bottom: 40px; }
      #voice_page .inner .voice_select ul .shops, #voice_page .inner .voice_select ul .customers {
        position: relative;
        margin-right: 10px;
        width: 165px;
        height: 48px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #voice_page .inner .voice_select ul .shops:hover, #voice_page .inner .voice_select ul .customers:hover {
          opacity: 0.5; }
        #voice_page .inner .voice_select ul .shops a, #voice_page .inner .voice_select ul .customers a {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 1.4rem;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice_page .inner .voice_select ul .shops a:hover, #voice_page .inner .voice_select ul .customers a:hover {
            opacity: 0.5; }
      #voice_page .inner .voice_select ul .shops {
        background: #B5A14A; }
        #voice_page .inner .voice_select ul .shops a {
          color: #fff;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice_page .inner .voice_select ul .shops a:hover {
            opacity: 0.5; }
      #voice_page .inner .voice_select ul .customers {
        background: #fff;
        color: #444E88;
        border: 1px solid #444E88; }
        #voice_page .inner .voice_select ul .customers a {
          color: #444E88; }
    #voice_page .inner .voice_select .select_p {
      font-size: 1.6rem;
      margin-bottom: 60px; }
    #voice_page .inner .voice_shops .img_area {
      position: relative; }
    #voice_page .inner .voice_shops .detail {
      position: absolute;
      background-color: #fff;
      font-size: 1.8em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      bottom: 0px;
      right: 0;
      width: 252px;
      height: 70px;
      color: #2C3954;
      letter-spacing: 0.13em;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #voice_page .inner .voice_shops .detail {
          width: 180px; } }
      @media screen and (max-width: 375px) {
        #voice_page .inner .voice_shops .detail {
          font-size: 1.2em;
          width: 89px;
          height: 31px; } }
      #voice_page .inner .voice_shops .detail a {
        padding: 40px 120px 40px 32px;
        color: #2C3954;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 768px) {
          #voice_page .inner .voice_shops .detail a {
            padding: 30px 95px 30px 20px; } }
        @media screen and (max-width: 375px) {
          #voice_page .inner .voice_shops .detail a {
            padding: 10px 70px 10px 12px; } }
        #voice_page .inner .voice_shops .detail a::after {
          content: "";
          position: absolute;
          width: 30px;
          height: 1px;
          background-color: #9EA3A5;
          top: 50%;
          right: 0;
          -webkit-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease; }
          @media screen and (max-width: 375px) {
            #voice_page .inner .voice_shops .detail a::after {
              width: 15px; } }
        #voice_page .inner .voice_shops .detail a:hover {
          opacity: 0.5; }
          #voice_page .inner .voice_shops .detail a:hover::after {
            width: 70px; }
            @media screen and (max-width: 375px) {
              #voice_page .inner .voice_shops .detail a:hover::after {
                width: 25px; } }
    #voice_page .inner .voice_shops .shopName_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      margin: 30px 0 100px 0; }
      @media screen and (max-width: 375px) {
        #voice_page .inner .voice_shops .shopName_flex {
          display: block;
          margin: 30px 0 50px 0; } }
      #voice_page .inner .voice_shops .shopName_flex .shop {
        font-size: 2.8em;
        font-weight: bold;
        margin-right: 37px;
        letter-spacing: 0.09em; }
        @media screen and (max-width: 375px) {
          #voice_page .inner .voice_shops .shopName_flex .shop {
            font-size: 1.8em;
            margin-right: 10px;
            margin-bottom: 5px; } }
        #voice_page .inner .voice_shops .shopName_flex .shop p {
          color: #9EA3A5; }
      #voice_page .inner .voice_shops .shopName_flex .shop_access {
        color: #9EA3A5;
        font-size: 12px;
        line-height: 1.8; }

/*-------------------------------------

VOICE_CUSTOMERSページ

--------------------------------------*/
#voice_customers_page {
  position: relative;
  width: 100%;
  height: 100%; }
  #voice_customers_page .voice_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
    background: url(../images/voice_bg@2x.png);
    background-size: 851px 197px;
    background-position: center 33px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      #voice_customers_page .voice_title {
        background-position: left 33px; } }
    @media screen and (max-width: 768px) {
      #voice_customers_page .voice_title {
        background: none; } }
    #voice_customers_page .voice_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #voice_customers_page .voice_title h2 {
          margin-top: 87px;
          padding: 69px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #voice_customers_page .voice_title h2::before {
            position: absolute;
            content: "";
            height: 269px;
            top: -82px;
            width: 222%;
            left: -51px;
            background: url(../images/voice_bg@2x.png);
            z-index: -1;
            background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      #voice_customers_page .voice_title h2::before {
        top: 0;
        width: 500%;
        left: -33px; } }
    #voice_customers_page .voice_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #voice_customers_page .voice_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #voice_customers_page .voice_title .toHome a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #voice_customers_page .voice_title .toHome a:hover {
          opacity: 0.5; }
      #voice_customers_page .voice_title .toHome::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #303739;
        bottom: calc( 50% - 8px);
        left: 0; }
        @media screen and (max-width: 768px) {
          #voice_customers_page .voice_title .toHome::before {
            width: 35px;
            bottom: auto; } }
  #voice_customers_page .inner {
    padding: 0 133px; }
    @media screen and (max-width: 980px) {
      #voice_customers_page .inner {
        padding: 0 50px; } }
    @media screen and (max-width: 768px) {
      #voice_customers_page .inner {
        padding: 28px 30px 0 30px; } }
    #voice_customers_page .inner .voice_select ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      margin-bottom: 40px; }
      #voice_customers_page .inner .voice_select ul .shops, #voice_customers_page .inner .voice_select ul .customers {
        position: relative;
        margin-right: 10px;
        width: 165px;
        height: 48px; }
        #voice_customers_page .inner .voice_select ul .shops a, #voice_customers_page .inner .voice_select ul .customers a {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 1.4rem;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice_customers_page .inner .voice_select ul .shops a:hover, #voice_customers_page .inner .voice_select ul .customers a:hover {
            opacity: 0.5; }
      #voice_customers_page .inner .voice_select ul .shops {
        background: #fff;
        border: 1px solid #B5A14A; }
        #voice_customers_page .inner .voice_select ul .shops a {
          color: #B5A14A;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice_customers_page .inner .voice_select ul .shops a:hover {
            opacity: 0.5; }
      #voice_customers_page .inner .voice_select ul .customers {
        background: #444E88;
        color: #fff;
        border: 1px solid #444E88; }
        #voice_customers_page .inner .voice_select ul .customers a {
          color: #fff; }
    #voice_customers_page .inner .voice_select .select_p {
      font-size: 1.6rem;
      margin-bottom: 60px; }
    #voice_customers_page .inner .customers_voice ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 60px; }
      #voice_customers_page .inner .customers_voice ul li {
        width: 21.5%;
        margin-bottom: 70px; }
        @media screen and (max-width: 768px) {
          #voice_customers_page .inner .customers_voice ul li {
            width: 31%;
            margin-bottom: 40px; } }
        @media screen and (max-width: 375px) {
          #voice_customers_page .inner .customers_voice ul li {
            width: 48%; } }
        #voice_customers_page .inner .customers_voice ul li a {
          color: #303739;
          font-weight: bold;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          display: block; }
          #voice_customers_page .inner .customers_voice ul li a:hover {
            opacity: 0.5; }
          #voice_customers_page .inner .customers_voice ul li a p {
            margin-top: 15px; }
      #voice_customers_page .inner .customers_voice ul::before {
        content: '';
        display: block;
        width: 21.5%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        @media screen and (max-width: 768px) {
          #voice_customers_page .inner .customers_voice ul::before {
            width: 31%; } }
        @media screen and (max-width: 375px) {
          #voice_customers_page .inner .customers_voice ul::before {
            width: 48%; } }

/*-------------------------------------

VOICE_共通

--------------------------------------*/
@media screen and (min-width: 769px) {
  #voice_customers_single01_page .img_area,
  #voice_single01 .img_area {
    padding: 0 9.7%; } }

#voice_customers_single01_page .slide-arrow,
#voice_single01 .slide-arrow {
  outline: none; }

#voice_customers_single01_page .prev-arrow,
#voice_single01 .prev-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  background: url(../images/slide_arrow_dark_prev.svg);
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  border-style: none; }
  @media screen and (max-width: 768px) {
    #voice_customers_single01_page .prev-arrow,
    #voice_single01 .prev-arrow {
      top: calc(50% - 15px);
      left: 11px;
      background-size: 30px 30px;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 769px) {
    #voice_customers_single01_page .prev-arrow,
    #voice_single01 .prev-arrow {
      left: -8.5%; } }
  @media screen and (min-width: 981px) {
    #voice_customers_single01_page .prev-arrow,
    #voice_single01 .prev-arrow {
      left: -100px; } }

#voice_customers_single01_page .next-arrow,
#voice_single01 .next-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 1;
  background: url(../images/slide_arrow_dark_next.svg);
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  border-style: none; }
  @media screen and (max-width: 768px) {
    #voice_customers_single01_page .next-arrow,
    #voice_single01 .next-arrow {
      top: calc(50% - 15px);
      right: -11px;
      background-size: 30px 30px;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 769px) {
    #voice_customers_single01_page .next-arrow,
    #voice_single01 .next-arrow {
      right: -8.5%; } }
  @media screen and (min-width: 981px) {
    #voice_customers_single01_page .next-arrow,
    #voice_single01 .next-arrow {
      right: -100px; } }

/*-------------------------------------

VOICE_CUSTOMERS_SINGLE01ページ

--------------------------------------*/
#voice_customers_single01_page {
  position: relative;
  width: 100%;
  height: 100%; }
  #voice_customers_single01_page .voice_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 33px;
    background: url(../images/voice_bg@2x.png);
    background-size: 851px 197px;
    background-position: center 33px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      #voice_customers_single01_page .voice_title {
        background-position: left 33px; } }
    @media screen and (max-width: 768px) {
      #voice_customers_single01_page .voice_title {
        background: none; } }
    #voice_customers_single01_page .voice_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #voice_customers_single01_page .voice_title h2 {
          margin-top: 87px;
          padding: 69px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #voice_customers_single01_page .voice_title h2::before {
            position: absolute;
            content: "";
            height: 269px;
            top: -82px;
            width: 222%;
            left: -51px;
            background: url(../images/voice_bg@2x.png);
            z-index: -1;
            background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      #voice_customers_single01_page .voice_title h2::before {
        top: 0;
        width: 500%;
        left: -33px; } }
    #voice_customers_single01_page .voice_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #voice_customers_single01_page .voice_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #voice_customers_single01_page .voice_title .toHome a {
        color: #303739;
        border-bottom: 1px solid black;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #voice_customers_single01_page .voice_title .toHome a:hover {
          opacity: 0.5; }
        #voice_customers_single01_page .voice_title .toHome a:last-of-type {
          margin-left: 30px;
          margin-right: 10px;
          position: relative; }
          #voice_customers_single01_page .voice_title .toHome a:last-of-type::before {
            content: "";
            position: absolute;
            width: 9px;
            height: 18px;
            background: url(../images/index_bk.svg);
            top: -3px;
            left: -20px;
            background-size: 50%;
            background-repeat: no-repeat;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  #voice_customers_single01_page .voice_single {
    padding: 2% 0; }
    #voice_customers_single01_page .voice_single li {
      width: auto; }
  #voice_customers_single01_page .voice_single_inner {
    padding: 50px 9.7% 80px 9.7%; }
    @media screen and (max-width: 768px) {
      #voice_customers_single01_page .voice_single_inner {
        padding: 44px 29px 64px 30px;
        display: block; } }
    #voice_customers_single01_page .voice_single_inner h3 {
      width: auto;
      font-size: 3.2em;
      line-height: 1.87;
      letter-spacing: 0.1em;
      margin-bottom: 50px; }
      @media screen and (max-width: 375px) {
        #voice_customers_single01_page .voice_single_inner h3 {
          font-size: 2.4rem;
          margin-bottom: 20px; } }
    #voice_customers_single01_page .voice_single_inner .voice_customers_single_contents {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 375px) {
        #voice_customers_single01_page .voice_single_inner .voice_customers_single_contents {
          display: block; } }
      #voice_customers_single01_page .voice_single_inner .voice_customers_single_contents .customers_content {
        width: 48%;
        font-size: 1.5em;
        letter-spacing: 0.05em;
        margin-top: 7px;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          #voice_customers_single01_page .voice_single_inner .voice_customers_single_contents .customers_content {
            font-size: 1.4em;
            line-height: 2.3;
            margin-top: 0; } }
        @media screen and (max-width: 375px) {
          #voice_customers_single01_page .voice_single_inner .voice_customers_single_contents .customers_content {
            width: auto; } }
        #voice_customers_single01_page .voice_single_inner .voice_customers_single_contents .customers_content h4 {
          font-size: 1.8rem;
          margin-bottom: 20px; }
        #voice_customers_single01_page .voice_single_inner .voice_customers_single_contents .customers_content p {
          font-size: 1.4rem; }
          #voice_customers_single01_page .voice_single_inner .voice_customers_single_contents .customers_content p span {
            display: block;
            margin-bottom: 25px; }
    #voice_customers_single01_page .voice_single_inner .prev_next_line {
      border-bottom: 1px solid #DFE5E6;
      width: 100%;
      margin: 0 auto;
      font-size: 1.2em;
      position: relative;
      margin-bottom: 35px; }
      #voice_customers_single01_page .voice_single_inner .prev_next_line .prev,
      #voice_customers_single01_page .voice_single_inner .prev_next_line .next {
        background: #fff;
        top: -7px; }
      #voice_customers_single01_page .voice_single_inner .prev_next_line .prev {
        position: absolute;
        background: #fff;
        left: 0; }
        #voice_customers_single01_page .voice_single_inner .prev_next_line .prev a {
          padding-right: 1em;
          color: #303739;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice_customers_single01_page .voice_single_inner .prev_next_line .prev a:hover {
            opacity: 0.5; }
      #voice_customers_single01_page .voice_single_inner .prev_next_line .next {
        position: absolute;
        right: 0; }
        #voice_customers_single01_page .voice_single_inner .prev_next_line .next a {
          padding-left: 1em;
          color: #303739;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice_customers_single01_page .voice_single_inner .prev_next_line .next a:hover {
            opacity: 0.5; }
    #voice_customers_single01_page .voice_single_inner .back {
      font-size: 1.6rem;
      text-align: center;
      margin-left: 20px; }
      #voice_customers_single01_page .voice_single_inner .back a {
        color: #303739;
        position: relative;
        padding: 20px 35px;
        display: inline-block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #voice_customers_single01_page .voice_single_inner .back a:hover {
          opacity: 0.5; }
        #voice_customers_single01_page .voice_single_inner .back a::before {
          content: "";
          position: absolute;
          width: 9px;
          height: 18px;
          background: url(../images/index_bk.svg);
          top: 22px;
          left: 12px; }

/*-------------------------------------

VOICE_WORKS_SINGLE01ページ

--------------------------------------*/
#voice_single01 {
  position: relative;
  width: 100%;
  height: 100%; }
  #voice_single01 .voice_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 33px;
    background: url(../images/voice_bg@2x.png);
    background-size: 851px 197px;
    background-position: center 33px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      #voice_single01 .voice_title {
        background-position: left 33px; } }
    @media screen and (max-width: 768px) {
      #voice_single01 .voice_title {
        background: none; } }
    #voice_single01 .voice_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #voice_single01 .voice_title h2 {
          margin-top: 87px;
          padding: 69px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #voice_single01 .voice_title h2::before {
            position: absolute;
            content: "";
            height: 269px;
            top: -82px;
            width: 222%;
            left: -51px;
            background: url(../images/voice_bg@2x.png);
            z-index: -1;
            background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      #voice_single01 .voice_title h2::before {
        top: 0;
        width: 500%;
        left: -33px; } }
    #voice_single01 .voice_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #voice_single01 .voice_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #voice_single01 .voice_title .toHome a {
        color: #303739;
        border-bottom: 1px solid black;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #voice_single01 .voice_title .toHome a:hover {
          opacity: 0.5; }
        #voice_single01 .voice_title .toHome a:last-of-type {
          margin-left: 30px;
          margin-right: 10px;
          position: relative; }
          #voice_single01 .voice_title .toHome a:last-of-type::before {
            content: "";
            position: absolute;
            width: 9px;
            height: 18px;
            background: url(../images/index_bk.svg);
            top: -3px;
            left: -20px;
            background-size: 50%;
            background-repeat: no-repeat;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  #voice_single01 .voice_single_inner {
    padding: 56px 9.7% 80px 9.7%; }
    @media screen and (max-width: 768px) {
      #voice_single01 .voice_single_inner {
        padding: 44px 29px 64px 30px;
        display: block; } }
    #voice_single01 .voice_single_inner .voice_single_contents {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 375px) {
        #voice_single01 .voice_single_inner .voice_single_contents {
          display: block; } }
      #voice_single01 .voice_single_inner .voice_single_contents h3 {
        width: 39%;
        font-size: 3.2em;
        line-height: 1.87;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 768px) {
          #voice_single01 .voice_single_inner .voice_single_contents h3 {
            font-size: 2.4em;
            line-height: 2;
            margin-right: 10px; } }
        @media screen and (max-width: 500px) {
          #voice_single01 .voice_single_inner .voice_single_contents h3 {
            font-size: 1.8em; } }
        @media screen and (max-width: 375px) {
          #voice_single01 .voice_single_inner .voice_single_contents h3 {
            width: auto;
            font-size: 2.4em;
            margin-right: 0;
            margin-bottom: 20px; } }
      #voice_single01 .voice_single_inner .voice_single_contents .h3_sub {
        font-size: 2.4em;
        width: 39%;
        font-size: 3.2em;
        line-height: 1.87;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 768px) {
          #voice_single01 .voice_single_inner .voice_single_contents .h3_sub {
            font-size: 2.4em; } }
        @media screen and (max-width: 375px) {
          #voice_single01 .voice_single_inner .voice_single_contents .h3_sub {
            width: auto; } }
      #voice_single01 .voice_single_inner .voice_single_contents .contents {
        width: 60.5%;
        font-size: 1.5em;
        letter-spacing: 0.05em;
        margin-top: 7px;
        line-height: 2; }
        #voice_single01 .voice_single_inner .voice_single_contents .contents p {
          font-size: 1.4rem; }
        #voice_single01 .voice_single_inner .voice_single_contents .contents span {
          display: block;
          margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #voice_single01 .voice_single_inner .voice_single_contents .contents {
            width: 100%;
            font-size: 1.4em;
            line-height: 2.3;
            margin-top: 0; } }
        #voice_single01 .voice_single_inner .voice_single_contents .contents .g_map {
          margin-bottom: 10px; }
          #voice_single01 .voice_single_inner .voice_single_contents .contents .g_map iframe {
            width: 100%; }
        #voice_single01 .voice_single_inner .voice_single_contents .contents .voice_single_access ul .item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left;
          margin-bottom: 10px; }
          #voice_single01 .voice_single_inner .voice_single_contents .contents .voice_single_access ul .item .item_t {
            font-size: 1.2rem;
            width: 15%; }
            @media screen and (max-width: 375px) {
              #voice_single01 .voice_single_inner .voice_single_contents .contents .voice_single_access ul .item .item_t {
                width: 25%; } }
          #voice_single01 .voice_single_inner .voice_single_contents .contents .voice_single_access ul .item .item_d {
            font-size: 1.2rem;
            width: 70%; }
    #voice_single01 .voice_single_inner .prev_next_line {
      border-bottom: 1px solid #DFE5E6;
      width: 91.5%;
      margin: 0 auto;
      font-size: 1.2em;
      position: relative;
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        #voice_single01 .voice_single_inner .prev_next_line {
          width: 80%; } }
      @media screen and (max-width: 375px) {
        #voice_single01 .voice_single_inner .prev_next_line {
          width: 75.5%; } }
      #voice_single01 .voice_single_inner .prev_next_line .prev {
        position: absolute;
        left: -47px;
        top: -7px; }
        #voice_single01 .voice_single_inner .prev_next_line .prev a {
          color: #303739;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice_single01 .voice_single_inner .prev_next_line .prev a:hover {
            opacity: 0.5; }
      #voice_single01 .voice_single_inner .prev_next_line .next {
        position: absolute;
        right: -47px;
        top: -7px; }
        #voice_single01 .voice_single_inner .prev_next_line .next a {
          color: #303739;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #voice_single01 .voice_single_inner .prev_next_line .next a:hover {
            opacity: 0.5; }
    #voice_single01 .voice_single_inner .back {
      font-size: 1.6rem;
      text-align: center;
      margin-left: 20px; }
      #voice_single01 .voice_single_inner .back a {
        color: #303739;
        position: relative;
        padding: 20px 35px;
        display: inline-block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #voice_single01 .voice_single_inner .back a:hover {
          opacity: 0.5; }
        #voice_single01 .voice_single_inner .back a::before {
          content: "";
          position: absolute;
          width: 9px;
          height: 18px;
          background: url(../images/index_bk.svg);
          top: 22px;
          left: 12px; }

/*

/*-------------------------------------

slide画像サイズ

--------------------------------------*/
@media screen and (max-width: 768px) {
  .slick-slide .image {
    width: 100%;
    height: 1vw;
    max-width: 100%;
    max-height: 500px;
    min-height: 75vw;
    text-align: center;
    overflow: hidden; }
    .slick-slide .image img {
      display: inline;
      width: auto;
      max-width: 100%;
      max-height: 100%; } }

@media screen and (min-width: 769px) {
  .slick-slide .image {
    text-align: center;
    min-height: 450px;
    max-height: 800px; }
    .slick-slide .image img {
      display: inline;
      width: auto;
      height: 100%;
      width: auto;
      height: 50vw;
      min-height: 450px;
      max-height: 800px; } }

@media screen and (min-width: 981px) {
  .pc_wrap {
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

/*-------------------------------------

ITEMページ

--------------------------------------*/
#item_page {
  position: relative;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    #item_page {
      margin-top: 106px; } }
  #item_page .item_page_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/item_bg@2x.png);
    background-size: 621px 192px;
    background-position: center 36px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      #item_page .item_page_title {
        background-position: left 36px; } }
    @media screen and (max-width: 768px) {
      #item_page .item_page_title {
        background: none; } }
    #item_page .item_page_title h2 {
      padding: 100px 133px 148px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #item_page .item_page_title h2 {
          padding: 50px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #item_page .item_page_title h2::before {
            position: absolute;
            content: "";
            height: 269px;
            top: -19px;
            width: 400%;
            left: 7px;
            background: url(../images/item_bg@2x.png);
            z-index: -1;
            background-repeat: no-repeat; } }
    #item_page .item_page_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #item_page .item_page_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #item_page .item_page_title .toHome a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #item_page .item_page_title .toHome a:hover {
          opacity: 0.5; }
      #item_page .item_page_title .toHome::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #303739;
        bottom: calc( 50% - 8px);
        left: 0; }
        @media screen and (max-width: 768px) {
          #item_page .item_page_title .toHome::before {
            width: 35px;
            bottom: auto; } }

.contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  padding: 0 50px;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .contents_flex {
      padding: 0 30px;
      margin-top: 70px;
      display: block; } }
  @media screen and (max-width: 375px) {
    .contents_flex {
      padding: 0 20px;
      margin-top: 70px;
      display: block; } }
  .contents_flex .main {
    width: 74.75%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .contents_flex .main {
        width: auto; } }
    .contents_flex .main .main_title {
      font-size: 2.4em;
      font-weight: bold;
      letter-spacing: 0.07em; }
      @media screen and (max-width: 768px) {
        .contents_flex .main .main_title {
          font-size: 1.8em;
          padding-bottom: 12px;
          border-bottom: 1px solid lightgray; } }
    .contents_flex .main .menu_icon {
      display: none; }
      @media screen and (max-width: 768px) {
        .contents_flex .main .menu_icon {
          position: absolute;
          top: 4px;
          right: 0;
          width: 21px;
          height: 17px;
          display: block; } }
    .contents_flex .main .contents {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .contents_flex .main .contents {
          margin-top: 15px; } }
      .contents_flex .main .contents li {
        width: 23%;
        margin-right: 2%;
        margin-bottom: 42px; }
        @media screen and (max-width: 768px) {
          .contents_flex .main .contents li {
            width: 31.25%;
            margin-bottom: 25.5px;
            margin: 0 1%; } }
        @media screen and (max-width: 375px) {
          .contents_flex .main .contents li {
            width: 47%;
            margin: 0 1.5%;
            margin-bottom: 20px; } }
        .contents_flex .main .contents li a .item_event {
          color: #fff;
          font-size: 1.1em;
          background-color: #B5A14A;
          display: inline-block;
          margin-top: 15px;
          width: auto;
          height: 16px;
          text-align: center; }
        .contents_flex .main .contents li a .item_news {
          color: #fff;
          font-size: 1.1em;
          background-color: #80AEC6;
          display: inline-block;
          margin-top: 15px;
          width: auto;
          height: 16px;
          text-align: center; }
        .contents_flex .main .contents li a .item_blog {
          color: #fff;
          font-size: 1.1em;
          background-color: #2C3954;
          display: inline-block;
          margin-top: 15px;
          width: auto;
          height: 16px;
          text-align: center; }
        .contents_flex .main .contents li a .item_title {
          margin-top: 13px;
          width: atuo;
          line-height: 1.7;
          letter-spacing: 0.06em;
          color: #303739; }
        .contents_flex .main .contents li a .date {
          font-size: 1.2em;
          color: #919191;
          margin-top: 25px;
          margin-bottom: 28px; }
  .contents_flex .aside {
    width: 17.5%; }
    @media screen and (max-width: 768px) {
      .contents_flex .aside {
        width: auto;
        padding-top: 50px; } }
    .contents_flex .aside .menu .menu_item {
      font-size: 1.4em;
      font-weight: bold;
      color: #303739;
      border-top: 1px solid #DFE5E6;
      padding: 27px 0 27px 10px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .contents_flex .aside .menu .menu_item {
          font-size: 1.2em;
          padding: 10px 0 10px 10px; } }
      .contents_flex .aside .menu .menu_item .menu_item_link {
        color: black;
        padding: 20px 5px 20px 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .contents_flex .aside .menu .menu_item .menu_item_link:hover {
          cursor: pointer;
          cursor: hand;
          color: #444E88; }
      .contents_flex .aside .menu .menu_item .menu_item_btn {
        display: block;
        color: black;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 22px;
        right: -9px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 768px) {
          .contents_flex .aside .menu .menu_item .menu_item_btn {
            top: 4px;
            right: -9px; } }
        .contents_flex .aside .menu .menu_item .menu_item_btn:hover {
          cursor: pointer;
          cursor: hand;
          background: rgba(149, 210, 221, 0.3);
          border-radius: 50%; }
        .contents_flex .aside .menu .menu_item .menu_item_btn:before, .contents_flex .aside .menu .menu_item .menu_item_btn:after {
          display: block;
          content: '';
          background-color: #9EA3A5;
          position: absolute;
          width: 12px;
          height: 1px;
          position: absolute;
          top: 13px;
          right: 9px; }
        .contents_flex .aside .menu .menu_item .menu_item_btn:after {
          display: block;
          content: '';
          background-color: #9EA3A5;
          position: absolute;
          width: 1px;
          height: 12px;
          top: 8px;
          right: 14px;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          opacity: 1; }
        .contents_flex .aside .menu .menu_item .menu_item_btn.active::after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
          opacity: 0; }
      .contents_flex .aside .menu .menu_item .submenu {
        display: none; }
        .contents_flex .aside .menu .menu_item .submenu .submenu_item {
          font-size: 1.2rem;
          color: #303739;
          padding-top: 16px;
          font-weight: bold; }
          .contents_flex .aside .menu .menu_item .submenu .submenu_item a {
            color: #303739; }
      @media screen and (max-width: 768px) {
        .contents_flex .aside .menu .menu_item:first-of-type {
          display: none; } }
      .contents_flex .aside .menu .menu_item:last-of-type {
        border-bottom: 1px solid #DFE5E6; }

/*-------------------------------------

ITEM_SINGLEページ

--------------------------------------*/
#item_single .main_title {
  display: inline-block;
  margin-bottom: 20px; }

#item_single .pankuzu {
  font-size: 1.4em;
  display: inline-block; }
  #item_single .pankuzu span {
    display: inline-block;
    margin: 0 7px;
    color: #9EA3A5; }
  #item_single .pankuzu a {
    color: #9EA3A5;
    border-bottom: 1px solid; }

#item_single .top_contents {
  position: relative; }
  #item_single .top_contents .buying_page {
    font-size: 1.6em;
    font-weight: bold;
    background-color: #B5A14A;
    display: inline-block;
    padding: 25px 0;
    letter-spacing: 0.13em;
    position: absolute;
    bottom: -68px;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #item_single .top_contents .buying_page:hover {
      opacity: 0.5; }
    @media screen and (max-width: 375px) {
      #item_single .top_contents .buying_page {
        font-size: 1.2em;
        bottom: -33px;
        padding: 10px 0; } }
    #item_single .top_contents .buying_page a {
      padding: 30px 135px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: #fff;
      position: relative; }
      @media screen and (max-width: 980px) {
        #item_single .top_contents .buying_page a {
          padding: 30px 65px 30px 45px; } }
      @media screen and (max-width: 768px) {
        #item_single .top_contents .buying_page a {
          padding: 30px 65px 30px 45px; } }
      @media screen and (max-width: 375px) {
        #item_single .top_contents .buying_page a {
          padding: 20px 32px 30px 20px; } }
      #item_single .top_contents .buying_page a:hover {
        opacity: 0.5; }
      #item_single .top_contents .buying_page a::after {
        position: absolute;
        content: "";
        top: calc(50% - 10px);
        right: calc(50% - 97px);
        width: 25px;
        height: 19px;
        background: url(../images/icon_point_right_store.svg);
        background-size: 80%;
        background-repeat: no-repeat; }
        @media screen and (max-width: 375px) {
          #item_single .top_contents .buying_page a::after {
            top: calc(50% - 11px);
            right: calc(50% - 66px);
            width: 20px;
            height: 14px; } }

#item_single .contents_box {
  padding: 70px 75px 20px 0;
  position: relative;
  margin-bottom: 120px; }
  @media screen and (max-width: 768px) {
    #item_single .contents_box {
      padding: 70px 0 20px 0; } }
  @media screen and (max-width: 375px) {
    #item_single .contents_box {
      padding: 10px 0 20px 0; } }
  #item_single .contents_box .item_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #DFE5E6;
    margin-top: 30px;
    padding-bottom: 30px; }
    #item_single .contents_box .item_contents:first-of-type {
      margin-top: 50px; }
    #item_single .contents_box .item_contents:nth-of-type(6) {
      border-bottom: none; }
    #item_single .contents_box .item_contents .item_title {
      width: 25%;
      font-size: 2rem;
      line-height: 1.7; }
      @media screen and (max-width: 375px) {
        #item_single .contents_box .item_contents .item_title {
          font-size: 1.6rem; } }
    #item_single .contents_box .item_contents .item_para {
      width: 66%;
      line-height: 2;
      letter-spacing: 0.03em; }
      #item_single .contents_box .item_contents .item_para .f_14 {
        font-size: 1.4em;
        margin-bottom: 30px; }
        @media screen and (max-width: 375px) {
          #item_single .contents_box .item_contents .item_para .f_14 {
            font-size: 1.2em;
            margin-bottom: 15px; } }
        #item_single .contents_box .item_contents .item_para .f_14:last-of-type {
          margin-bottom: 50px; }
          @media screen and (max-width: 375px) {
            #item_single .contents_box .item_contents .item_para .f_14:last-of-type {
              margin-bottom: 30px; } }
      #item_single .contents_box .item_contents .item_para .f_16 {
        font-size: 1.6em;
        margin-bottom: 2px; }
        @media screen and (max-width: 375px) {
          #item_single .contents_box .item_contents .item_para .f_16 {
            font-size: 1.4em; } }
        #item_single .contents_box .item_contents .item_para .f_16:last-of-type {
          margin-bottom: 50px; }
          @media screen and (max-width: 375px) {
            #item_single .contents_box .item_contents .item_para .f_16:last-of-type {
              margin-bottom: 30px; } }
  #item_single .contents_box .buying_page {
    font-size: 1.6em;
    font-weight: bold;
    background-color: #B5A14A;
    display: inline-block;
    padding: 25px 0;
    letter-spacing: 0.13em;
    position: absolute;
    bottom: -68px;
    right: calc(50% - 200px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #item_single .contents_box .buying_page:hover {
      opacity: 0.5; }
    @media screen and (max-width: 375px) {
      #item_single .contents_box .buying_page {
        font-size: 1.2em;
        bottom: -20px;
        padding: 10px 0;
        right: calc(50% - 150px); } }
    #item_single .contents_box .buying_page a {
      padding: 30px 135px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      color: #fff;
      position: relative; }
      @media screen and (max-width: 980px) {
        #item_single .contents_box .buying_page a {
          padding: 30px 65px 30px 45px; } }
      @media screen and (max-width: 768px) {
        #item_single .contents_box .buying_page a {
          padding: 30px 65px 30px 45px; } }
      @media screen and (max-width: 375px) {
        #item_single .contents_box .buying_page a {
          padding: 20px 32px 30px 20px; } }
      #item_single .contents_box .buying_page a:hover {
        opacity: 0.5; }
      #item_single .contents_box .buying_page a::after {
        position: absolute;
        content: "";
        top: calc(50% - 10px);
        right: calc(50% - 97px);
        width: 25px;
        height: 19px;
        background: url(../images/icon_point_right_store.svg);
        background-size: 80%;
        background-repeat: no-repeat; }
        @media screen and (max-width: 375px) {
          #item_single .contents_box .buying_page a::after {
            top: calc(50% - 11px);
            right: calc(50% - 66px);
            width: 20px;
            height: 14px; } }

/*-------------------------------------

CONTACTページ

--------------------------------------*/
#contact {
  position: relative;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    #contact {
      margin-top: 62px; } }
  #contact .contact_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/contact_bg@2x.png);
    background-size: 1380px 335px;
    background-position: center -43px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      #contact .contact_title {
        background-position: left -43px; } }
    @media screen and (max-width: 768px) {
      #contact .contact_title {
        background: none; } }
    #contact .contact_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #contact .contact_title h2 {
          padding: 98px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #contact .contact_title h2::before {
            position: absolute;
            content: "";
            height: 478px;
            top: -47px;
            width: 581%;
            left: -15px;
            background: url(../images/contact_bg@2x.png);
            z-index: -1;
            background-size: 100%;
            background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) and (max-width: 375px) {
      #contact .contact_title h2::before {
        position: absolute;
        content: "";
        height: 478px;
        top: -45px;
        width: 365%;
        left: -21px;
        background: url(../images/contact_bg@2x.png);
        z-index: -1;
        background-size: 156%;
        background-repeat: no-repeat; } }
    #contact .contact_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #contact .contact_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #contact .contact_title .toHome a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #contact .contact_title .toHome a:hover {
          opacity: 0.5; }
      #contact .contact_title .toHome::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #303739;
        bottom: calc( 50% - 8px);
        left: 0; }
        @media screen and (max-width: 768px) {
          #contact .contact_title .toHome::before {
            width: 35px;
            bottom: auto; } }
  #contact .contact_top {
    padding: 30px 9.7% 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: relative; }
    @media screen and (max-width: 768px) {
      #contact .contact_top {
        padding: 40px 30px 20px; } }
    @media screen and (max-width: 590px) {
      #contact .contact_top {
        display: block; } }
    #contact .contact_top .contact_flex a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 980px) {
        #contact .contact_top .contact_flex a {
          display: block; } }
      #contact .contact_top .contact_flex a:hover {
        opacity: 0.5; }
    #contact .contact_top .for_tel {
      border: 2px solid #2C3954;
      width: 266px;
      height: 71px;
      color: #2C3954;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 34px;
      letter-spacing: 0.12em; }
      @media screen and (max-width: 590px) {
        #contact .contact_top .for_tel {
          width: auto; } }
      #contact .contact_top .for_tel p {
        font-size: 1.6rem;
        position: relative; }
        #contact .contact_top .for_tel p::before {
          content: "";
          position: absolute;
          background: url(../images/icon_contact_tel@2x.png);
          width: 19px;
          height: 32px;
          top: -2px;
          left: -32px;
          background-size: 100%;
          background-repeat: no-repeat; }
    #contact .contact_top .numb {
      width: 240px;
      height: 75px;
      background: #2C3954;
      color: #fff;
      font-size: 1.6rem;
      position: relative;
      letter-spacing: 0.13em; }
      @media screen and (max-width: 980px) {
        #contact .contact_top .numb {
          width: 304px;
          height: 37px; } }
      @media screen and (max-width: 590px) {
        #contact .contact_top .numb {
          width: auto; } }
      #contact .contact_top .numb span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff; }
    #contact .contact_top .open_time {
      width: 366px;
      color: #2C3954;
      padding: 7px 0 0 50px; }
      @media screen and (max-width: 980px) {
        #contact .contact_top .open_time {
          padding: 25px 0 0 50px; } }
      @media screen and (max-width: 590px) {
        #contact .contact_top .open_time {
          padding: 20px 0;
          width: auto; } }
      #contact .contact_top .open_time p {
        margin-bottom: 7px; }
      #contact .contact_top .open_time .open {
        font-size: 1.4rem; }
        #contact .contact_top .open_time .open span {
          display: inline-block;
          margin-left: 30px; }
      #contact .contact_top .open_time .lunch_t {
        font-size: 1.2rem; }
      #contact .contact_top .open_time .close {
        font-size: 1.2rem; }
  #contact hr {
    color: #DFE5E6;
    opacity: 0.3; }
  #contact .contact_main ul {
    padding: 35px 9.7% 0 9.7%; }
    @media screen and (max-width: 768px) {
      #contact .contact_main ul {
        padding: 50px 30px 30px 30px; } }
    @media screen and (max-width: 375px) {
      #contact .contact_main ul {
        padding: 50px 30px 0px 30px; } }
    #contact .contact_main ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      font-size: 1.6rem;
      margin-bottom: 60px; }
      @media screen and (max-width: 980px) {
        #contact .contact_main ul li {
          display: block;
          width: calc( 100% - 15px); } }
      @media screen and (max-width: 375px) {
        #contact .contact_main ul li {
          margin-bottom: 40px; } }
      #contact .contact_main ul li input::-webkit-input-placeholder, #contact .contact_main ul li textarea::-webkit-input-placeholder {
        color: #9EA3A5; }
      #contact .contact_main ul li input:-ms-input-placeholder, #contact .contact_main ul li textarea:-ms-input-placeholder {
        color: #9EA3A5; }
      #contact .contact_main ul li input::-ms-input-placeholder, #contact .contact_main ul li textarea::-ms-input-placeholder {
        color: #9EA3A5; }
      #contact .contact_main ul li input::placeholder, #contact .contact_main ul li textarea::placeholder {
        color: #9EA3A5; }
      #contact .contact_main ul li .th {
        width: 185px;
        font-weight: bold;
        letter-spacing: 0.13em;
        margin-right: 45px; }
        @media screen and (max-width: 1024px) {
          #contact .contact_main ul li .th {
            margin-right: 30px; } }
        @media screen and (max-width: 980px) {
          #contact .contact_main ul li .th {
            margin-bottom: 15px; } }
        @media screen and (max-width: 768px) {
          #contact .contact_main ul li .th {
            width: 200px; } }
      #contact .contact_main ul li .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left; }
      #contact .contact_main ul li .type {
        width: 100%;
        font-size: 1.6rem;
        text-align: left; }
      #contact .contact_main ul li .td {
        width: 100%;
        letter-spacing: 0.05em;
        line-height: 1.875;
        border: none; }
        @media screen and (max-width: 375px) {
          #contact .contact_main ul li .td {
            font-size: 1.4rem; } }
      #contact .contact_main ul li .back_color {
        background: #f5f5f5;
        border-bottom: #DFE5E6;
        padding: 10px 0 10px 15px;
        height: 22.5px; }
        @media screen and (max-width: 375px) {
          #contact .contact_main ul li .back_color {
            height: 40px;
            padding: 15px 0 15px 15px;
            margin-top: 15px; } }
      #contact .contact_main ul li:last-of-type {
        margin-bottom: 0; }
        #contact .contact_main ul li:last-of-type .back_color {
          height: 230px; }
          @media screen and (max-width: 375px) {
            #contact .contact_main ul li:last-of-type .back_color {
              height: 220px; } }
  #contact .contact_main .contact_bottom_inner {
    padding: 30px 9.7% 120px calc(9.7% + 198px); }
    @media screen and (max-width: 768px) {
      #contact .contact_main .contact_bottom_inner {
        padding: 30px 30px 110px 30px; } }
    @media screen and (max-width: 375px) {
      #contact .contact_main .contact_bottom_inner {
        padding: 15px 30px 110px 30px; } }
    #contact .contact_main .contact_bottom_inner .click_btn {
      display: block;
      margin-bottom: 50px;
      line-height: 2.14;
      font-size: 1.4rem; }
      @media screen and (max-width: 768px) {
        #contact .contact_main .contact_bottom_inner .click_btn {
          text-align: center;
          letter-spacing: 0.05em;
          line-height: 2.14; } }
      @media screen and (max-width: 375px) {
        #contact .contact_main .contact_bottom_inner .click_btn {
          text-align: left;
          margin-bottom: 30px; } }
      #contact .contact_main .contact_bottom_inner .click_btn a {
        border-bottom: 1px solid #303739;
        color: #444E88;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #contact .contact_main .contact_bottom_inner .click_btn a:hover {
          opacity: 0.5; }
    #contact .contact_main .contact_bottom_inner .confirm_btn {
      background: #B5A14A;
      color: #fff;
      width: 400px;
      height: 73px;
      position: relative;
      display: inline-block;
      border: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 0; }
      #contact .contact_main .contact_bottom_inner .confirm_btn:hover {
        opacity: 0.5; }
      @media screen and (max-width: 768px) {
        #contact .contact_main .contact_bottom_inner .confirm_btn {
          margin: 0 auto;
          display: block;
          width: 350px;
          font-size: 1.4rem; } }
      @media screen and (max-width: 375px) {
        #contact .contact_main .contact_bottom_inner .confirm_btn {
          width: 100%; } }

/*-------------------------------------

CONTACT_CONFIRMページ

--------------------------------------*/
#contact_confirm {
  position: relative;
  width: 100%;
  height: 100%; }
  #contact_confirm .contact_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/contact_bg@2x.png);
    background-size: 1380px 335px;
    background-position: center -43px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      #contact_confirm .contact_title {
        background: none; } }
    #contact_confirm .contact_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #contact_confirm .contact_title h2 {
          padding: 69px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #contact_confirm .contact_title h2::before {
            position: absolute;
            content: "";
            height: 478px;
            top: -20px;
            width: 372%;
            left: -11px;
            background: url(../images/contact_bg@2x.png);
            z-index: -1;
            background-size: 100%;
            background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) and (max-width: 375px) {
      #contact_confirm .contact_title h2::before {
        position: absolute;
        content: "";
        height: 478px;
        top: -79px;
        width: 377%;
        left: -21px;
        background: url(../images/contact_bg@2x.png);
        z-index: -1;
        background-size: 156%;
        background-repeat: no-repeat; } }
    #contact_confirm .contact_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #contact_confirm .contact_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #contact_confirm .contact_title .toHome a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #contact_confirm .contact_title .toHome a:hover {
          opacity: 0.5; }
      #contact_confirm .contact_title .toHome::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #303739;
        bottom: calc( 50% - 8px);
        left: 0; }
        @media screen and (max-width: 768px) {
          #contact_confirm .contact_title .toHome::before {
            width: 35px;
            bottom: auto; } }
  #contact_confirm .contact_main ul {
    padding: 30px 9.7%; }
    @media screen and (max-width: 768px) {
      #contact_confirm .contact_main ul {
        padding: 30px; } }
    #contact_confirm .contact_main ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left;
      font-size: 1.6rem;
      margin-bottom: 60px; }
      @media screen and (max-width: 375px) {
        #contact_confirm .contact_main ul li {
          display: block;
          width: auto; } }
      #contact_confirm .contact_main ul li .th {
        width: 185px;
        font-weight: bold;
        letter-spacing: 0.13em;
        margin-right: 45px; }
        @media screen and (max-width: 768px) {
          #contact_confirm .contact_main ul li .th {
            width: 200px; } }
        @media screen and (max-width: 375px) {
          #contact_confirm .contact_main ul li .th {
            margin-bottom: 15px; } }
      #contact_confirm .contact_main ul li .td {
        width: 100%;
        letter-spacing: 0.05em;
        line-height: 1.875; }
      #contact_confirm .contact_main ul li .border {
        border-bottom: 1px solid #DFE5E6;
        padding-bottom: 7px; }
      #contact_confirm .contact_main ul li:last-of-type .border {
        padding-bottom: 60px; }
      @media screen and (max-width: 375px) {
        #contact_confirm .contact_main ul li:last-of-type {
          margin-bottom: 0; } }
  #contact_confirm .contact_main .contact_bottom_inner {
    padding: 30px 9.7% 120px calc(9.7% + 198px); }
    @media screen and (max-width: 768px) {
      #contact_confirm .contact_main .contact_bottom_inner {
        padding: 30px 30px 110px 30px; } }
    #contact_confirm .contact_main .contact_bottom_inner p {
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        #contact_confirm .contact_main .contact_bottom_inner p {
          text-align: center; } }
      @media screen and (max-width: 375px) {
        #contact_confirm .contact_main .contact_bottom_inner p {
          text-align: left; } }
      #contact_confirm .contact_main .contact_bottom_inner p a {
        border-bottom: 1px solid #303739;
        color: #444E88;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #contact_confirm .contact_main .contact_bottom_inner p a:hover {
          opacity: 0.5; }
    #contact_confirm .contact_main .contact_bottom_inner .confirm_btn {
      background: #B5A14A;
      width: 400px;
      height: 73px;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        #contact_confirm .contact_main .contact_bottom_inner .confirm_btn {
          margin: 0 auto;
          display: block; } }
      @media screen and (max-width: 375px) {
        #contact_confirm .contact_main .contact_bottom_inner .confirm_btn {
          width: auto; } }
      #contact_confirm .contact_main .contact_bottom_inner .confirm_btn a {
        color: #fff;
        font-size: 1.6rem;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #contact_confirm .contact_main .contact_bottom_inner .confirm_btn a:hover {
          opacity: 0.5; }

/*-------------------------------------

CONTACT_COMPページ

--------------------------------------*/
#contact_comp {
  position: relative;
  width: 100%;
  height: 100%; }
  #contact_comp .contact_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/contact_bg@2x.png);
    background-size: 1380px 335px;
    background-position: center -43px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      #contact_comp .contact_title {
        background: none; } }
    #contact_comp .contact_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #contact_comp .contact_title h2 {
          padding: 69px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #contact_comp .contact_title h2::before {
            position: absolute;
            content: "";
            height: 478px;
            top: -20px;
            width: 372%;
            left: -11px;
            background: url(../images/contact_bg@2x.png);
            z-index: -1;
            background-size: 100%;
            background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) and (max-width: 375px) {
      #contact_comp .contact_title h2::before {
        position: absolute;
        content: "";
        height: 478px;
        top: -79px;
        width: 377%;
        left: -21px;
        background: url(../images/contact_bg@2x.png);
        z-index: -1;
        background-size: 156%;
        background-repeat: no-repeat; } }
    #contact_comp .contact_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #contact_comp .contact_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #contact_comp .contact_title .toHome a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #contact_comp .contact_title .toHome a:hover {
          opacity: 0.5; }
      #contact_comp .contact_title .toHome::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #303739;
        bottom: calc( 50% - 8px);
        left: 0; }
        @media screen and (max-width: 768px) {
          #contact_comp .contact_title .toHome::before {
            width: 35px;
            bottom: auto; } }
  #contact_comp .contact_comp_main {
    padding: 20px 9.7% 100px; }
    @media screen and (max-width: 768px) {
      #contact_comp .contact_comp_main {
        padding: 20px 30px 100px; } }
    #contact_comp .contact_comp_main .contact_comp_title {
      width: 900px;
      height: 109px;
      margin: 0 auto;
      padding-bottom: 70px; }
      @media screen and (max-width: 1170px) {
        #contact_comp .contact_comp_main .contact_comp_title {
          width: 100%;
          height: auto; } }
      @media screen and (max-width: 768px) {
        #contact_comp .contact_comp_main .contact_comp_title {
          padding-bottom: 50px; } }
      @media screen and (max-width: 768px) {
        #contact_comp .contact_comp_main .contact_comp_title {
          padding-bottom: 30px; } }
    #contact_comp .contact_comp_main .comp_para {
      padding: 0 110px; }
      @media screen and (max-width: 980px) {
        #contact_comp .contact_comp_main .comp_para {
          padding: 0; } }
      #contact_comp .contact_comp_main .comp_para p {
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        line-height: 1.875;
        margin-bottom: 40px; }
    #contact_comp .contact_comp_main .confirm_btn {
      background: #B5A14A;
      width: 400px;
      height: 73px;
      position: relative;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #contact_comp .contact_comp_main .confirm_btn:hover {
        opacity: 0.5; }
      @media screen and (max-width: 375px) {
        #contact_comp .contact_comp_main .confirm_btn {
          width: auto; } }
      #contact_comp .contact_comp_main .confirm_btn a {
        color: #fff;
        font-size: 1.6rem;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }

/*-------------------------------------

PRIVACYページ

--------------------------------------*/
#privacy {
  position: relative;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    #privacy {
      margin-top: 87px; } }
  #privacy .privacy_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/privacy_bg@2x.png);
    background-size: 1176px 335px;
    background-position: center -43px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      #privacy .privacy_title {
        background: none; } }
    #privacy .privacy_title h2 {
      padding: 100px 133px 102px 90px;
      text-align: left;
      font-size: 4.2em;
      font-weight: 600;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 768px) {
        #privacy .privacy_title h2 {
          padding: 69px 0 69px 60px;
          font-size: 3.2em;
          position: relative;
          font-size: 3.2em;
          position: relative; }
          #privacy .privacy_title h2::before {
            position: absolute;
            content: "";
            height: 478px;
            top: -20px;
            width: 372%;
            left: -11px;
            background: url(../images/privacy_bg@2x.png);
            z-index: -1;
            background-size: 100%;
            background-repeat: no-repeat; } }
    @media screen and (max-width: 768px) and (max-width: 375px) {
      #privacy .privacy_title h2::before {
        position: absolute;
        content: "";
        height: 478px;
        top: -80px;
        width: 338%;
        left: -21px;
        background: url(../images/privacy_bg@2x.png);
        z-index: -1;
        background-size: 156%;
        background-repeat: no-repeat; } }
    #privacy .privacy_title .toHome {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 133px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #privacy .privacy_title .toHome {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          padding-right: 30px;
          padding-bottom: 29px;
          font-size: 1.1em; } }
      #privacy .privacy_title .toHome a {
        color: #303739;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #privacy .privacy_title .toHome a:hover {
          opacity: 0.5; }
      #privacy .privacy_title .toHome::before {
        content: "";
        position: absolute;
        width: 45px;
        height: 1px;
        background-color: #303739;
        bottom: calc( 50% - 8px);
        left: 0; }
        @media screen and (max-width: 768px) {
          #privacy .privacy_title .toHome::before {
            width: 35px;
            bottom: auto; } }
  #privacy .privacy_main {
    padding: 35px 9.7% 100px; }
    @media screen and (max-width: 768px) {
      #privacy .privacy_main {
        padding: 60px 30px 100px; } }
    #privacy .privacy_main .privacy_para {
      padding: 0 148px; }
      @media screen and (max-width: 980px) {
        #privacy .privacy_main .privacy_para {
          padding: 0; } }
      #privacy .privacy_main .privacy_para li {
        margin-bottom: 30px; }
        #privacy .privacy_main .privacy_para li .para_t {
          font-size: 1.8rem;
          letter-spacing: 0.05em;
          line-height: 1.857;
          margin-bottom: 7px; }
        #privacy .privacy_main .privacy_para li .para_d {
          font-size: 1.4rem;
          letter-spacing: 0;
          line-height: 1.857; }
    #privacy .privacy_main .confirm_btn {
      background: #B5A14A;
      width: 400px;
      height: 73px;
      position: relative;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 375px) {
        #privacy .privacy_main .confirm_btn {
          width: auto; } }
      #privacy .privacy_main .confirm_btn a {
        color: #fff;
        font-size: 1.6rem;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #privacy .privacy_main .confirm_btn a:hover {
          opacity: 0.5; }

.archives_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
