@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600&display=swap");
/*LAYOUT*/
body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-family: "Plus Jakarta Sans","Josefin Sans","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em; }
  @media (max-width: 809px) {
    body {
      font-size: 17px; } }

/* header */
header {
  justify-content: center;
  position: absolute;
  top: 1vh;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 1; }
  header h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 72px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 35vh;
    left: 50%;
    width: 485px;
    transform: translateX(-50%); }
    @media (max-width: 809px) {
      header h1 {
        font-size: 28px;
        line-height: 40px;
        width: 100%; } }
  header .infoBlock {
    position: absolute;
    top: 74vh;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    max-width: 1200px;
    padding: 40px;
    background-color: #fff; }
    @media (max-height: 760px) {
      header .infoBlock {
        top: 490px; } }
    @media (max-width: 809px) {
      header .infoBlock {
        top: 74vh;
        max-width: calc(100vw - 30px);
        padding: 20px; } }
    header .infoBlock a {
      display: block;
      max-width: 810px;
      margin: 0 auto;
      color: #000;
      font-size: 24px;
      line-height: 1.5;
      text-decoration: underline;
      transition: all 0.3s; }
      header .infoBlock a:hover {
        text-decoration: none; }
      @media (max-width: 809px) {
        header .infoBlock a {
          font-size: 16px;
          line-height: 1.62; } }
  header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 809px;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0em;
    margin: 0 auto; }
    header nav ul {
      position: relative;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      header nav ul li {
        width: 100px;
        text-align: center;
        margin: 0 1%; }
        header nav ul li.locale {
          width: 20px;
          height: 32px;
          margin: 0 0.5%; }
          header nav ul li.locale.first {
            margin-left: 50px; }
          header nav ul li.locale img {
            width: 20px;
            vertical-align: middle;
            margin: 5px auto;
            display: block; }
        header nav ul li a {
          cursor: pointer;
          transition: .2s;
          text-decoration: none;
          position: relative;
          display: inline-block; }
        header nav ul li.active a:after {
          position: absolute;
          bottom: -5px;
          left: 50%;
          width: 100%;
          height: 6px;
          content: '';
          transition: all .3s;
          transform: translateX(-50%);
          background-color: #fff; }
    @media (max-width: 1150px) {
      header nav {
        display: none; } }

/* footer */
footer {
  margin-top: 110px; }
  footer nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 809px;
    white-space: nowrap;
    letter-spacing: 0em;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto; }
    footer nav ul {
      position: relative;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
      footer nav ul li {
        width: 100px;
        text-align: center;
        margin: 0 1%; }
        footer nav ul li.locale {
          width: 20px;
          height: 32px;
          margin: 0 0.5%; }
          footer nav ul li.locale.first {
            margin-left: 50px; }
          footer nav ul li.locale img {
            width: 20px;
            vertical-align: middle;
            margin: 5px auto; }
        footer nav ul li a {
          cursor: pointer;
          transition: .2s;
          text-decoration: none;
          position: relative;
          display: inline-block; }
        footer nav ul li.active a:after {
          position: absolute;
          bottom: -5px;
          left: 50%;
          width: 100%;
          height: 6px;
          content: '';
          transition: all .3s;
          transform: translateX(-50%);
          background-color: #000; }
    @media (max-width: 1150px) {
      footer nav {
        display: none; } }
  footer img {
    display: block;
    width: 70px;
    margin: 75px auto 35px; }
  footer address {
    font-size: 9px;
    letter-spacing: 0em;
    text-align: center; }
  footer .to-top {
    width: 30px;
    height: 30px;
    border-right: 30px solid transparent;
    border-bottom: 51.96px solid #000;
    border-left: 30px solid transparent;
    float: right;
    cursor: pointer;
    margin-right: 40px; }

.detail-menu {
  position: relative; }
  .detail-menu:hover ul {
    visibility: visible;
    opacity: 1; }
  .detail-menu ul {
    visibility: hidden;
    position: absolute;
    display: block;
    top: 37px;
    left: 50%;
    width: 145px;
    padding: 10px 0;
    background-color: #fff;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s; }
    .detail-menu ul li {
      width: 100%;
      margin: 0;
      text-align: center; }
      .detail-menu ul li a {
        padding: 5px 10px;
        color: #000;
        font-size: 13px;
        transition: all .3s; }
        .detail-menu ul li a:hover {
          opacity: 0.5; }
        .detail-menu ul li a::after {
          content: none; }

footer .detail-menu ul {
  background-color: #000; }
  footer .detail-menu ul li a {
    color: #fff; }
@media (max-width: 1150px) {
  footer {
    padding-bottom: 170px; } }

.logo-left {
  background-color: #000;
  width: 180px;
  height: 285px;
  position: fixed;
  top: 0px;
  z-index: 10;
  text-align: center; }
  .logo-left img {
    width: 49px;
    margin-top: 78px; }
  @media (max-width: 1150px) {
    .logo-left {
      width: 82px;
      height: 130px;
      top: 0px; }
      .logo-left img {
        width: 28px;
        height: 75px;
        margin-top: 30px; } }

.menu-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 48px;
  height: 48px;
  z-index: 10; }
  @media (max-width: 1150px) {
    .menu-bottom {
      display: block; } }
  .menu-bottom .humb {
    position: relative;
    width: 21px;
    height: 12px;
    box-sizing: border-box;
    margin: 18px auto; }
    .menu-bottom .humb span {
      display: block;
      width: 21px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0px;
      transition: all 0.5s ease; }
    .menu-bottom .humb .bar1 {
      top: 0px; }
      .menu-bottom .humb .bar1.open {
        top: 5px;
        transform: rotate(45deg); }
    .menu-bottom .humb .bar2 {
      top: 5px; }
      .menu-bottom .humb .bar2.open {
        opacity: 0; }
    .menu-bottom .humb .bar3 {
      bottom: 0px; }
      .menu-bottom .humb .bar3.open {
        top: 5px;
        transform: rotate(-45deg); }

.menu-bottom-menu {
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 210px;
  z-index: 9;
  padding: 0 50px; }
  @media (max-width: 1150px) {
    .menu-bottom-menu.open {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.5s ease; } }
  .menu-bottom-menu nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 276px;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto; }
    .menu-bottom-menu nav .spacer {
      width: 100%; }
    .menu-bottom-menu nav ul {
      position: relative;
      flex: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .menu-bottom-menu nav ul li {
        width: 65px;
        height: 35px;
        text-align: center;
        margin: 0 0 20px; }
        .menu-bottom-menu nav ul li a {
          cursor: pointer;
          transition: .2s;
          text-decoration: none;
          position: relative;
          display: inline-block; }
        .menu-bottom-menu nav ul li.active a:after {
          position: absolute;
          bottom: -5px;
          left: 50%;
          width: 100%;
          height: 6px;
          content: '';
          transition: all .3s;
          transform: translateX(-50%);
          background-color: #fff; }
  .menu-bottom-menu .bottom-line {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: 220px; }
  .menu-bottom-menu p {
    color: #fff;
    font-size: 28px;
    text-align: center; }
  .menu-bottom-menu .locale {
    color: #fff; }
    .menu-bottom-menu .locale ul {
      width: 80px;
      position: relative;
      flex: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .menu-bottom-menu .locale ul li {
        width: 20px;
        height: 35px;
        text-align: center; }
        .menu-bottom-menu .locale ul li a {
          cursor: pointer;
          transition: .2s;
          text-decoration: none;
          position: relative;
          display: inline-block; }
        .menu-bottom-menu .locale ul li.active a:after {
          position: absolute;
          bottom: -5px;
          left: 50%;
          width: 100%;
          height: 6px;
          content: '';
          transition: all .3s;
          transform: translateX(-50%);
          background-color: #fff; }
        .menu-bottom-menu .locale ul li img {
          vertical-align: middle; }

.sp-lang {
  position: fixed;
  top: 25px;
  right: 14px;
  z-index: 10;
  display: none; }
  .sp-lang .locale {
    color: #fff; }
    .sp-lang .locale ul {
      width: 80px;
      position: relative;
      flex: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .sp-lang .locale ul li {
        width: 20px;
        height: auto;
        text-align: center; }
        .sp-lang .locale ul li a {
          cursor: pointer;
          transition: .2s;
          text-decoration: none;
          position: relative;
          display: inline-block;
          font-size: 16px; }
        .sp-lang .locale ul li.active a:after {
          position: absolute;
          bottom: -10px;
          left: 50%;
          width: 100%;
          height: 6px;
          content: '';
          transition: all .3s;
          transform: translateX(-50%);
          background-color: #fff; }
        .sp-lang .locale ul li img {
          vertical-align: middle; }
  @media (max-width: 1150px) {
    .sp-lang {
      display: block; } }

.sp-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: none;
  transform: translateY(0);
  transition: all .3s; }
  @media (max-width: 1150px) {
    .sp-menu.is-active {
      transform: translateY(0); } }
  @media (max-width: 1150px) {
    .sp-menu {
      display: block;
      background-color: #fff; }
      .sp-menu__nav ul {
        display: flex;
        margin: 0 auto;
        padding: 0 10px;
        justify-content: space-around; }
        .sp-menu__nav ul li {
          width: 33px; }
          .sp-menu__nav ul li a {
            padding: 20px 10px;
            font-size: 13px;
            writing-mode: vertical-rl;
            letter-spacing: 0; } }
  .sp-menu .detail-menu {
    position: relative; }
    .sp-menu .detail-menu:hover ul {
      visibility: visible;
      opacity: 1; }
    .sp-menu .detail-menu ul {
      visibility: visible;
      position: absolute;
      display: none;
      top: -110px;
      left: -10px;
      width: 57vw;
      padding: 10px 0;
      background-color: #fff;
      transform: translateX(0);
      opacity: 1;
      transition: none; }
      .sp-menu .detail-menu ul li {
        width: 100%;
        margin: 0;
        text-align: center; }
        .sp-menu .detail-menu ul li a {
          padding: 5px 10px;
          color: #000;
          font-size: 13px;
          transition: all .3s; }
          .sp-menu .detail-menu ul li a:hover {
            opacity: 0.5; }
          .sp-menu .detail-menu ul li a::after {
            content: none; }

.sp-menu-detail-list {
  position: fixed;
  display: none;
  bottom: 90px;
  left: 0;
  z-index: 99;
  width: 59vw;
  padding: 10px;
  background-color: #fff;
  transform: translateY(200px);
  transition: none;
  transition: all .3s;
  opacity: 1 !important;
  justify-content: space-around; }
  .sp-menu-detail-list.is-active {
    transform: translateY(0); }
  .sp-menu-detail-list li {
    width: 33px;
    margin: 0;
    text-align: center; }
    .sp-menu-detail-list li a {
      padding: 5px 10px;
      color: #000;
      font-size: 13px;
      transition: all .3s;
      writing-mode: vertical-rl; }
      .sp-menu-detail-list li a:hover {
        opacity: 0.5; }
      .sp-menu-detail-list li a::after {
        content: none; }

.sp-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 98;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer; }

.sp-br {
  display: none; }
  @media (max-width: 809px) {
    .sp-br {
      display: block; } }

/* top slider */
.slider {
  position: relative;
  /* z-index: 1; */
  height: 100vh; }

.slider-item {
  min-height: 700px; }
  @media (max-width: 809px) {
    .slider-item {
      min-height: 1px; } }

.slider-item01 {
  background: url(../img/top/mv2.webp); }
  @media (max-width: 809px) {
    .slider-item01 {
      background: url(../img/top/mv1_sp.png); } }

.slider-item02 {
  background: url(../img/top/mv4.webp); }
  @media (max-width: 809px) {
    .slider-item02 {
      background: url(../img/top/mv4_sp.png); } }

@media (max-width: 809px) {
  .slider-item03 {
    display: block;
    background: url(../img/top/mv3_sp.png); } }

.slider-item {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.progress-bars {
  position: absolute;
  top: 90vh;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 85px;
  margin-top: 20px;
  margin-bottom: 20px; }

.progress-bar-box {
  float: left;
  height: 6px;
  width: calc(100%/2);
  background-color: #fff; }
  .progress-bar-box.last {
    display: none; }
    @media (max-width: 809px) {
      .progress-bar-box.last {
        display: block; } }
  @media (max-width: 809px) {
    .progress-bar-box {
      width: calc(100%/3); } }

.bar {
  height: 100%;
  width: 0px; }

.top .slider {
  height: auto; }
.top .contents-text, .top .store .contents-address, .store .top .contents-address {
  font-size: 48px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  margin: 65px auto; }
  .top .contents-text.last, .top .store .last.contents-address, .store .top .last.contents-address {
    margin: 65px auto 165px; }
  @media (max-width: 809px) {
    .top .contents-text, .top .store .contents-address, .store .top .contents-address {
      font-size: 28px;
      line-height: 40px; } }
.top .contents-pict img {
  width: 810px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 809px) {
    .top .contents-pict img {
      width: 307px; } }
.top .contents-pict_flex {
  display: flex;
  justify-content: space-around;
  width: 810px;
  margin: 0 auto; }
  .top .contents-pict_flex img {
    width: 400px; }
  @media (max-width: 809px) {
    .top .contents-pict_flex {
      display: block;
      width: 307px; }
      .top .contents-pict_flex img {
        width: 100%;
        margin-bottom: 10px; } }

/* top以外mv共通 */
.mv {
  position: relative;
  text-align: center;
  max-width: 1600px;
  margin: 0 auto; }
  .mv h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 45px; }
    .mv h1 .sub {
      font-size: 24px; }
    .mv h1.sp-title-text {
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 19px;
      color: #fff; }
      @media (max-width: 809px) {
        .mv h1.sp-title-text {
          display: block; } }
  .mv img {
    width: 100%; }

@media (max-width: 809px) {
  .detail .mv h1 {
    width: 100%;
    font-size: 26px;
    line-height: 40px; }
    .detail .mv h1 .sub {
      font-size: 17px; } }
.detail .contents-menu {
  margin: 0 auto;
  background-color: #F5F5F5; }
  @media (max-width: 809px) {
    .detail .contents-menu {
      margin: 0 auto; } }
  @media (max-width: 809px) {
    .detail .contents-menu.last {
      display: none; } }
  .detail .contents-menu nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 810px;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto; }
    @media (max-width: 809px) {
      .detail .contents-menu nav {
        width: 307px; } }
    .detail .contents-menu nav ul {
      position: relative;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      .detail .contents-menu nav ul .spacer {
        width: 100%; }
        @media (max-width: 809px) {
          .detail .contents-menu nav ul .spacer {
            display: none; } }
      .detail .contents-menu nav ul li {
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center; }
        .detail .contents-menu nav ul li a {
          pointer-events: none;
          cursor: none;
          transition: .2s;
          text-decoration: none;
          position: relative;
          display: inline-block;
          color: #000; }
        .detail .contents-menu nav ul li.active {
          background-color: #fff; }
          .detail .contents-menu nav ul li.active a {
            color: #000; }
          .detail .contents-menu nav ul li.active a:after {
            position: absolute;
            bottom: -5px;
            left: 50%;
            width: 100%;
            height: 6px;
            content: '';
            transition: all .3s;
            transform: translateX(-50%);
            background-color: #000; }
        @media (max-width: 809px) {
          .detail .contents-menu nav ul li {
            width: 76px;
            height: 25px;
            line-height: 25px; } }
    .detail .contents-menu nav.is-jp {
      width: 100%;
      max-width: 810px; }
      @media (max-width: 809px) {
        .detail .contents-menu nav.is-jp {
          max-width: 100%;
          margin: 0; } }
      @media (max-width: 809px) {
        .detail .contents-menu nav.is-jp ul {
          flex-wrap: wrap; } }
      .detail .contents-menu nav.is-jp ul li {
        position: relative;
        width: 20%;
        height: auto;
        font-size: 20px;
        line-height: inherit; }
        @media (max-width: 809px) {
          .detail .contents-menu nav.is-jp ul li {
            font-size: 16px; } }
        .detail .contents-menu nav.is-jp ul li:hover::after, .detail .contents-menu nav.is-jp ul li.active::after {
          opacity: 1; }
        .detail .contents-menu nav.is-jp ul li.active {
          padding: 35px 0 25px; }
          @media (max-width: 809px) {
            .detail .contents-menu nav.is-jp ul li.active {
              padding: 15px 0; } }
        .detail .contents-menu nav.is-jp ul li a {
          display: block;
          cursor: pointer;
          pointer-events: all;
          padding: 35px 0 25px; }
          .detail .contents-menu nav.is-jp ul li a:hover {
            color: #000; }
          @media (max-width: 809px) {
            .detail .contents-menu nav.is-jp ul li a {
              padding: 15px 0; } }
        .detail .contents-menu nav.is-jp ul li span {
          display: block;
          font-size: 12px; }
          @media (max-width: 809px) {
            .detail .contents-menu nav.is-jp ul li span {
              font-size: 10px;
              line-height: 1; } }
        @media (max-width: 809px) {
          .detail .contents-menu nav.is-jp ul li {
            width: 50%; }
            .detail .contents-menu nav.is-jp ul li:nth-child(1), .detail .contents-menu nav.is-jp ul li:nth-child(2), .detail .contents-menu nav.is-jp ul li:nth-child(3) {
              width: 33.3%; } }
.detail .contents-text, .detail .store .contents-address, .store .detail .contents-address {
  width: 810px;
  font-size: 24px;
  line-height: 36px;
  margin: 85px auto; }
  @media (max-width: 809px) {
    .detail .contents-text, .detail .store .contents-address, .store .detail .contents-address {
      width: 307px;
      font-size: 17px;
      line-height: 26px; } }
.detail .contents-pict img {
  width: 810px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 809px) {
    .detail .contents-pict img {
      width: 307px; } }
.detail .contents-pict_flex {
  display: flex;
  justify-content: space-around;
  width: 810px;
  margin: 0 auto; }
  .detail .contents-pict_flex img {
    width: 400px; }
  @media (max-width: 809px) {
    .detail .contents-pict_flex {
      display: block;
      width: 307px; }
      .detail .contents-pict_flex img {
        width: 100%;
        margin-bottom: 10px; } }
.detail .fv {
  margin: 85px auto;
  position: relative;
  text-align: center; }
  .detail .fv .inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 45px; }
    .detail .fv .inner-text .sub {
      font-size: 24px; }
    @media (max-width: 809px) {
      .detail .fv .inner-text {
        width: 100%;
        font-size: 28px;
        line-height: 40px; }
        .detail .fv .inner-text .sub {
          font-size: 16px; } }

.sales .contents-text, .sales .store .contents-address, .store .sales .contents-address {
  font-size: 48px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  margin: 65px auto; }
  .sales .contents-text.last, .sales .store .last.contents-address, .store .sales .last.contents-address {
    margin: 65px auto 165px; }
  .sales .contents-text a, .sales .store .contents-address a, .store .sales .contents-address a {
    text-decoration: underline; }
  @media (max-width: 809px) {
    .sales .contents-text, .sales .store .contents-address, .store .sales .contents-address {
      width: 307px;
      font-size: 28px;
      line-height: 40px; } }
.sales .contents-pict img {
  width: 810px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 809px) {
    .sales .contents-pict img {
      width: 307px;
      height: 437px;
      object-fit: cover; } }
.sales .contents-pict_flex {
  display: flex;
  justify-content: space-around;
  width: 810px;
  margin: 0 auto; }
  .sales .contents-pict_flex img {
    width: 400px; }

.delivery .contents-text, .delivery .store .contents-address, .store .delivery .contents-address {
  font-size: 48px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  margin: 65px auto; }
  .delivery .contents-text.last, .delivery .store .last.contents-address, .store .delivery .last.contents-address {
    margin: 65px auto 165px; }
  .delivery .contents-text a, .delivery .store .contents-address a, .store .delivery .contents-address a {
    text-decoration: underline; }
  @media (max-width: 809px) {
    .delivery .contents-text, .delivery .store .contents-address, .store .delivery .contents-address {
      width: 307px;
      font-size: 28px;
      line-height: 40px; } }
.delivery .contents-pict img {
  width: 810px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 809px) {
    .delivery .contents-pict img {
      width: 307px;
      height: 437px;
      object-fit: cover; } }
.delivery .contents-pict_flex {
  display: flex;
  justify-content: space-around;
  width: 810px;
  margin: 0 auto; }
  .delivery .contents-pict_flex img {
    width: 400px; }

.store .contents-text, .store .contents-address {
  font-size: 48px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  margin: 65px auto; }
  .store .contents-text a, .store .contents-address a {
    text-decoration: underline; }
  @media (max-width: 809px) {
    .store .contents-text, .store .contents-address {
      width: 307px;
      font-size: 28px;
      line-height: 40px; } }
.store .contents-address {
  font-size: 24px;
  line-height: 36px; }
  @media (max-width: 809px) {
    .store .contents-address {
      width: 307px;
      font-size: 17px; } }
.store .contents-pict img {
  width: 810px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 809px) {
    .store .contents-pict img {
      width: 307px;
      height: 437px;
      object-fit: cover; } }
.store .contents-pict_flex {
  display: flex;
  justify-content: space-around;
  width: 810px;
  margin: 0 auto; }
  .store .contents-pict_flex img {
    width: 400px; }
.store .contents-pict.last {
  margin: 65px auto 165px; }
.store .gmap {
  width: 100%;
  max-width: 810px;
  height: 0;
  overflow: hidden;
  padding-bottom: 282px;
  position: relative;
  margin: 0 auto 88px; }
.store .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.order .osechi {
  background: url(../img/order/bg_osechi.png);
  background-position: top center;
  background-repeat: no-repeat; }
  .order .osechi .contents-text:first-child, .order .osechi .store .contents-address:first-child, .store .order .osechi .contents-address:first-child {
    margin-top: 0;
    padding-top: 65px; }
    @media (max-width: 809px) {
      .order .osechi .contents-text:first-child, .order .osechi .store .contents-address:first-child, .store .order .osechi .contents-address:first-child {
        padding-top: 30px; } }
  @media (max-width: 809px) {
    .order .osechi {
      background-image: none; } }
  @media (max-width: 809px) {
    .order .osechi .contents-text, .order .osechi .store .contents-address, .store .order .osechi .contents-address {
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 26px; } }
  @media (max-width: 809px) {
    .order .osechi .contents-text p, .order .osechi .store .contents-address p, .store .order .osechi .contents-address p {
      margin-top: 30px;
      font-size: 16px; } }
  .order .osechi .contents-text span, .order .osechi .store .contents-address span, .store .order .osechi .contents-address span {
    font-size: 24px; }
    @media (max-width: 809px) {
      .order .osechi .contents-text span, .order .osechi .store .contents-address span, .store .order .osechi .contents-address span {
        font-size: 16px; } }
  .order .osechi-list-item {
    display: flex;
    max-width: 810px;
    margin: 0 auto;
    padding-bottom: 130px; }
    @media (max-width: 809px) {
      .order .osechi-list-item {
        width: 307px;
        padding-bottom: 60px; }
        .order .osechi-list-item:last-child {
          padding-bottom: 30px; } }
  .order .osechi-list-year {
    width: 26%;
    font-size: 24px; }
    @media (max-width: 809px) {
      .order .osechi-list-year {
        font-size: 11px; } }
  .order .osechi-list-contents {
    display: flex;
    width: 74%; }
    @media (max-width: 809px) {
      .order .osechi-list-contents {
        display: block; } }
  .order .osechi-list-food {
    width: 50%;
    font-size: 16px;
    line-height: 1.5; }
    @media (max-width: 809px) {
      .order .osechi-list-food {
        width: 100%;
        font-size: 11px; }
        .order .osechi-list-food + .osechi-list-food {
          margin-top: 20px; } }
  .order .osechi + .contents-text, .order .store .osechi + .contents-address, .store .order .osechi + .contents-address {
    position: relative; }
    .order .osechi + .contents-text:after, .order .store .osechi + .contents-address:after, .store .order .osechi + .contents-address:after {
      content: '';
      position: absolute;
      top: -40px;
      left: 50%;
      width: 100%;
      max-width: 810px;
      height: 6px;
      background-color: #000;
      transform: translateX(-50%); }
      @media (max-width: 809px) {
        .order .osechi + .contents-text:after, .order .store .osechi + .contents-address:after, .store .order .osechi + .contents-address:after {
          height: 4px; } }
.order .contents-text, .order .store .contents-address, .store .order .contents-address {
  font-size: 48px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  margin: 65px auto; }
  @media (max-width: 809px) {
    .order .contents-text, .order .store .contents-address, .store .order .contents-address {
      width: 307px;
      font-size: 28px;
      line-height: 40px; } }
  .order .contents-text.last, .order .store .last.contents-address, .store .order .last.contents-address {
    margin: 65px auto 165px; }
  .order .contents-text a, .order .store .contents-address a, .store .order .contents-address a {
    text-decoration: underline; }
  .order .contents-text p, .order .store .contents-address p, .store .order .contents-address p {
    font-size: 24px;
    line-height: 36px;
    width: 810px;
    text-align: left;
    margin: 47px auto 0; }
    @media (max-width: 809px) {
      .order .contents-text p, .order .store .contents-address p, .store .order .contents-address p {
        width: 307px;
        font-size: 17px;
        line-height: 26px; } }
.order .contents-pict img {
  width: 810px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 809px) {
    .order .contents-pict img {
      width: 307px; } }
.order .contents-pict_flex {
  display: flex;
  justify-content: space-around;
  width: 810px;
  margin: 0 auto; }
  .order .contents-pict_flex img {
    width: 400px; }
.order .contents-list {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 18px;
  margin-top: 73px; }
  @media (max-width: 809px) {
    .order .contents-list {
      font-size: 12px; } }
  .order .contents-list .row {
    width: 690px;
    display: flex;
    margin: 0 auto 27px; }
    @media (max-width: 809px) {
      .order .contents-list .row {
        width: 307px; } }
  .order .contents-list .name {
    width: 150px; }
    @media (max-width: 809px) {
      .order .contents-list .name {
        width: 87px; } }
  .order .contents-list .value {
    width: 540px; }
    @media (max-width: 809px) {
      .order .contents-list .value {
        width: 218px; } }
.order .contents-link {
  font-size: 24px;
  text-align: center;
  margin: 116px auto; }
  .order .contents-link a {
    cursor: pointer;
    transition: .2s;
    text-decoration: none;
    position: relative;
    display: inline-block; }
  .order .contents-link a:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100%;
    height: 6px;
    content: '';
    transition: all .3s;
    transform: translateX(-50%);
    background-color: #000; }
.order .contents-cp {
  width: 810px;
  margin: 0 auto 110px;
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 16px; }
  @media (max-width: 809px) {
    .order .contents-cp {
      width: 307px;
      font-size: 10px;
      word-break: break-all; } }

.contact .contents-text, .contact .store .contents-address, .store .contact .contents-address {
  font-size: 48px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  margin: 65px auto; }
  @media (max-width: 809px) {
    .contact .contents-text, .contact .store .contents-address, .store .contact .contents-address {
      width: 307px;
      font-size: 28px;
      line-height: 40px; } }
  .contact .contents-text img, .contact .store .contents-address img, .store .contact .contents-address img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px; }
    @media (max-width: 809px) {
      .contact .contents-text img, .contact .store .contents-address img, .store .contact .contents-address img {
        width: 40px;
        height: 40px; } }

/*# sourceMappingURL=style.css.map */
