
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 3.75);
  -webkit-font-smoothing: antialiased; }

body {
  color: #191919;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 751px) {
  html {
    font-size: 8px; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
@media screen and (min-width: 900px) {
  html {
    font-size: 10px; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.en {
  font-family: "Bodoni Moda SC", serif; }

.slide .photo {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .photo:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .photo {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0; }
  .slide .slick-dots li {
    overflow: hidden;
    flex-basis: 4.2%;
    margin: 0 1% 0 0; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 2.15vw;
      height: 2.15vw;
      text-indent: -9999em;
      background-color: #CECECE;
      border-radius: 50%;
      transition: background-color 0.2s ease-out; }
    .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
      background-color: #6BC3F6; }
      #goods .slide .slick-dots li button:hover, #goods .slide .slick-dots li.slick-active button {
        background-color: #84E8A7; }
      #gourmet .slide .slick-dots li button:hover, #gourmet .slide .slick-dots li.slick-active button {
        background-color: #EDDE8C; }
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 1.8rem;
  height: 1.8rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: contain; }
  .slide .slick-arrow.slick-prev {
    left: 0.4rem; }
  .slide .slick-arrow.slick-next {
    right: 0.4rem;
    transform: rotate(180deg); }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #191919, #191919);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 751px) {
  .slide .slick-dots {
    top: calc(100% + 13px); }
    .slide .slick-dots li {
      flex-basis: 15px;
      margin: 0 10px 0 0; }
      .slide .slick-dots li button {
        width: 10px;
        height: 10px; }
  .slide .slick-arrow {
    width: 4rem;
    height: 4rem; }
    .slide .slick-arrow.slick-prev {
      left: 0.6rem; }
    .slide .slick-arrow.slick-next {
      right: 0.6rem; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

@media screen and (min-width: 751px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP {
    display: none; }
    .modeSP.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

#main {
  overflow: hidden; }

.contentInner {
  width: calc(316 / 375 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 751px) {
  .contentInner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    box-sizing: border-box; } }
#header #head {
  position: relative;
  z-index: 1000;
  background-color: #ffffff; }

#globalNav .button {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: calc(60 / 375 * 100vw);
  height: 0;
  padding: calc(65 / 375 * 100vw) 0 0 0;
  box-sizing: border-box; }
  #globalNav .button .wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(20 / 60 * 100%);
    height: 0;
    padding: calc(16 / 60 * 100%) 0 0 0;
    margin: auto; }
    #globalNav .button .wrap span {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #191919;
      margin: auto;
      transition: all 0.2s; }
      #globalNav .button .wrap span:nth-of-type(1) {
        top: 0; }
      #globalNav .button .wrap span:nth-of-type(2) {
        top: calc(50% - 1px); }
      #globalNav .button .wrap span:nth-of-type(3) {
        bottom: 0; }
#globalNav .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100vh; }
  #globalNav .menu .menuBg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(107, 195, 246, 0.9); }
  #globalNav .menu .menuInner {
    overflow: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: calc(65 / 375 * 100vw) 0 0 0;
    transform: translateX(100vw);
    transition: opacity 0.2s ease-out;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; }
  #globalNav .menu .list {
    padding: calc(150 / 375 * 100%) 0 0 0; }
    #globalNav .menu .list .item {
      margin: 0 0 calc(94 / 375 * 100%) 0; }
      #globalNav .menu .list .item a {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%; }
        #globalNav .menu .list .item a .en {
          width: calc(210 / 375 * 100%);
          font-size: 3rem;
          line-height: 1;
          font-weight: 700;
          letter-spacing: 0.15rem;
          padding: 0 0 calc(5 / 375 * 100%) 0;
          border-bottom: 2px solid #ffffff; }
#globalNav.open .button .wrap span:nth-of-type(1) {
  bottom: 0;
  left: 0;
  transform: translateY(50%) translateY(-1px) rotate(-45deg); }
#globalNav.open .button .wrap span:nth-of-type(2) {
  opacity: 0;
  left: 0; }
#globalNav.open .button .wrap span:nth-of-type(3) {
  top: 0;
  left: 0;
  transform: translateY(-50%) translateY(1px) rotate(45deg); }
#globalNav.open .menu {
  left: 0; }
  #globalNav.open .menu .menuInner {
    opacity: 1;
    left: 0;
    margin: auto;
    transform: translateX(0); }

@media screen and (min-width: 751px) {
  #header #head {
    background-color: transparent; }

  #globalNav {
    display: none; } }
#footer .content {
  background-color: #ffffff;
  padding: 0 0 calc(35 / 375 * 100%) 0; }
#footer .list {
  margin: 0 0 calc(20 / 350 * 100%) 0;
  padding: calc(20 / 350 * 100%); }
  #footer .list .item {
    color: #707070;
    font-size: 1.2rem;
    line-height: 1.2; }
    #footer .list .item a {
      display: inline-block;
      padding: 0.45em 0; }
#footer .logo {
  width: calc(300 / 350 * 100%);
  margin: 0 auto;
  padding: calc(13 / 350 * 100%) 0 calc(21 / 350 * 100%) 0; }
#footer .copy {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center; }

@media screen and (min-width: 751px) {
  #footer .content {
    padding: 0; }
  #footer .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: calc(17 / 1400 * 100%); }
    #footer .list .item {
      font-size: 1.4rem;
      line-height: 1;
      margin: 0 calc(40 / 1400 * 100%); }
      #footer .list .item a {
        padding: 0.4em 0; }
  #footer .logo {
    width: 293px;
    padding: calc(30 / 1400 * 100%) 0 calc(20 / 1400 * 100%) 0; }
  #footer .copy {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 0 calc(40 / 1400 * 100%) 0; } }
/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #CCCCCC; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px); }
  66% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* splitText */
.splitText {
  overflow: hidden;
  letter-spacing: 0.03em;
  text-align: center; }
  .splitText span {
    display: inline-block;
    min-width: 0.6rem;
    transform: translateY(var(--y, 110%));
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: calc(0.04s * var(--char-index)); }
  .splitText.current {
    --y: 0; }

@media screen and (min-width: 751px) {
  .splitText span {
    min-width: 1.5rem; } }
/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5; }
  #toTop a {
    color: #888888; }
  #toTop span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    margin: 0 auto;
    border: 1px solid #888888;
    border-radius: 50%; }

@media screen and (min-width: 751px) {
  #toTop span {
    width: 70px;
    height: 70px;
    line-height: 70px; } }
/* titleType */
.titleType01 {
  opacity: 1;
  font-size: 2.6rem;
  line-height: 1.19;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  transform: translateY(0); }
  .titleType01 .line {
    display: inline-block;
    padding: 0 0 0.5em 0;
    position: relative;
    background-image: linear-gradient(90deg, #191919, #191919);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px; }
  .titleType01.current .line {
    animation: 1.0s ease-out 0.4s lineMove forwards; }

@media screen and (min-width: 751px) {
  .titleType01 {
    font-size: 4.2rem;
    line-height: 1.19;
    letter-spacing: 0.04em; }
    .titleType01 .line {
      padding: 0 0 0.25em 0; } }
/* buttonType */
.buttonType01, .buttonType03,
button.buttonType03,
button.buttonType01,
button.buttonType03 {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.18;
  font-weight: 500;
  text-align: center;
  background-color: #DBCC82;
  padding: 0.8em 0;
  border: 1px solid transparent;
  border-radius: 1.5em;
  box-sizing: border-box; }
  .buttonType01.multi, .multi.buttonType03,
  button.buttonType01.multi,
  button.multi.buttonType03 {
    border-radius: 3em; }

@media screen and (min-width: 751px) {
  .buttonType01, .buttonType03,
  button.buttonType03,
  button.buttonType01,
  button.buttonType03 {
    transition: all 0.4s ease-out; }
    .buttonType01:hover, .buttonType03:hover,
    button.buttonType01:hover,
    button.buttonType03:hover {
      color: #191919;
      background-color: #ffffff;
      border: 1px solid #191919; } }
.buttonType02,
button.buttonType02 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.43;
  font-weight: 500;
  text-align: center;
  background-color: #ffffff;
  padding: 0.5em 0;
  border: 1px solid #191919;
  border-radius: 1.5em;
  box-sizing: border-box; }
  .buttonType02.multi,
  button.buttonType02.multi {
    padding: 0.1em 0;
    border-radius: 3em; }
  .buttonType02.down .icon:after,
  button.buttonType02.down .icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    width: 0.6em;
    height: 0.6em;
    margin: auto;
    border-right: 1px solid #191919;
    border-bottom: 1px solid #191919;
    transform: rotate(45deg); }

@media screen and (min-width: 751px) {
  .buttonType02,
  button.buttonType02 {
    font-size: 1.8rem;
    line-height: 1.44;
    transition: all 0.4s ease-out; }
    .buttonType02.multi,
    button.buttonType02.multi {
      padding: 0.15em 0 0.2em 0; }
    .buttonType02.down .icon:after,
    button.buttonType02.down .icon:after {
      bottom: 0.4em; }
    .buttonType02:hover,
    button.buttonType02:hover {
      color: #ffffff;
      background-color: #191919; }
      .buttonType02:hover.down .icon:after,
      button.buttonType02:hover.down .icon:after {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff; } }
.buttonType03,
button.buttonType03 {
  color: #191919;
  background-color: #ffffff;
  border: 1px solid #191919; }

@media screen and (min-width: 751px) {
  .buttonType03,
  button.buttonType03 {
    transition: all 0.4s ease-out; }
    .buttonType03:hover,
    button.buttonType03:hover {
      color: #ffffff;
      background-color: #191919; } }
/* linkType */
.linkType01 {
  display: block;
  position: relative; }
  .linkType01.next:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 1.0rem;
    height: 1.0rem;
    margin: auto;
    border-top: 1px solid #191919;
    border-right: 1px solid #191919;
    transform: rotate(45deg); }

@media screen and (min-width: 751px) {
  .linkType01 {
    transition: all 0.4s ease-out; }
    .linkType01.next:after {
      right: 2.2rem;
      width: 1.6rem;
      height: 1.6rem; }
    .linkType01:hover {
      opacity: 0.7; } }
/* firstContent */
#firstContent .content {
  position: relative; }
#firstContent .title {
  position: relative; }
  #firstContent .title .text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: all 1s ease-out 1.25s; }
  #firstContent .title .image {
    opacity: 0;
    position: relative;
    transition: all 1s ease-out 0.8s; }
#firstContent .intro {
  opacity: 0;
  text-align: center;
  padding: calc(16 / 316 * 100%) 0;
  transition: all 1s ease-out 1.25s; }
  #firstContent .intro .band {
    display: inline-block;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: 0.06rem;
    font-weight: 500;
    text-align: center;
    background-color: #191919;
    margin: 0 0 0.8rem 0;
    padding: 0.1rem 1rem 0.2rem 1rem; }
.load_complete #firstContent .title .text {
  opacity: 1; }
.load_complete #firstContent .title .image {
  opacity: 1; }
.load_complete #firstContent .intro {
  opacity: 1; }

@media screen and (min-width: 751px) {
  #firstContent .intro {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    text-align: right;
    padding: 0 calc(30 / 1800 * 100%) calc(25 / 1800 * 100%) 0; }
    #firstContent .intro .bandPC {
      display: inline-block;
      color: #ffffff;
      background-color: #191919;
      margin: 1.2rem 0 0 0;
      padding: 0.4rem 1rem 0.6rem 1.5rem; }
    #firstContent .intro .band {
      display: inline;
      font-size: 1.6rem;
      line-height: 1;
      letter-spacing: 0.13rem;
      background-color: transparent;
      margin: 0;
      padding: 0; } }
@media screen and (min-width: 1200px) {
  #firstContent .intro .band {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.13rem; } }
/* underLink */
#underLink .wrap {
  padding: calc(10 / 316 * 100%) 0 calc(10 / 316 * 100%) 0; }
  #underLink .wrap .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #underLink .wrap .list .item {
      flex-basis: calc(142 / 316 * 100%);
      margin: calc(31 / 316 * 100%) 0 calc(49 / 316 * 100%) 0;
      transform: translateY(0);
      transition: all 0.6s ease; }
      #underLink .wrap .list .item:nth-child(1) {
        margin-right: calc(31 / 316 * 100%); }
      #underLink .wrap .list .item:nth-child(2) .block .name:after {
        background-color: #84E8A7; }
      #underLink .wrap .list .item:nth-child(3) .block .name:after {
        background-color: #EDDE8C; }
      #underLink .wrap .list .item .block {
        position: relative; }
        #underLink .wrap .list .item .block .name {
          font-size: 2.5rem;
          line-height: 1;
          letter-spacing: 0.03rem;
          font-weight: 700;
          text-align: center; }
          #underLink .wrap .list .item .block .name:after {
            content: "";
            display: block;
            width: 100%;
            height: 10px;
            background-color: #6BC3F6;
            margin: 1rem 0 0 0; }
        #underLink .wrap .list .item .block .arrow {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          z-index: 2;
          width: calc(17 / 142 * 100%);
          margin: auto; }
          #underLink .wrap .list .item .block .arrow img {
            width: 100%; }

@media screen and (min-width: 751px) {
  #underLink .content {
    position: relative;
    z-index: 5; }
  #underLink .wrap {
    margin: calc(88 / 1200 * 100%) 0 0 0;
    padding: 0 0 calc(55 / 1200 * 100%) 0; }
    #underLink .wrap .list {
      display: flex;
      justify-content: center; }
      #underLink .wrap .list .item {
        display: block;
        flex-basis: calc(200 / 1200 * 100%);
        position: relative;
        min-width: 160px;
        margin: 0 calc(30 / 1200 * 100%);
        transform: translateY(-60px); }
        #underLink .wrap .list .item.current {
          transform: translateY(0); }
        #underLink .wrap .list .item:nth-child(1) {
          margin-right: calc(30 / 1200 * 100%); }
        #underLink .wrap .list .item:nth-child(2) {
          transition-delay: 0.3s; }
          #underLink .wrap .list .item:nth-child(2) a:hover .name {
            color: #84E8A7; }
        #underLink .wrap .list .item:nth-child(3) {
          transition-delay: 0.6s; }
          #underLink .wrap .list .item:nth-child(3) a:hover .name {
            color: #EDDE8C; }
        #underLink .wrap .list .item a:hover .name {
          color: #6BC3F6; }
        #underLink .wrap .list .item a:hover .arrow {
          transform: translateY(28px); }
        #underLink .wrap .list .item .block {
          position: relative;
          padding: calc(60 / 280 * 100%) 0 0 0; }
          #underLink .wrap .list .item .block .name {
            font-size: 3.6rem;
            line-height: 1;
            transition: color 0.2s ease-out; }
            #underLink .wrap .list .item .block .name:after {
              height: 14px;
              margin: 1.4rem 0 0 0; }
          #underLink .wrap .list .item .block .arrow {
            width: calc(23 / 200 * 100%);
            transition: transform 0.2s ease-out; } }
@media screen and (min-width: 900px) {
  #underLink .wrap .list .item {
    min-width: 190px;
    margin: 0 calc(60 / 1200 * 100%); }
    #underLink .wrap .list .item:nth-child(1) {
      margin-right: calc(60 / 1200 * 100%); } }
/* layoutType01 */
.layoutType01#goods .titleWrap .title:after {
  background-color: #84E8A7; }
.layoutType01#gourmet .titleWrap .title:after {
  background-color: #EDDE8C; }
.layoutType01 .titleWrap {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 0 calc(66 / 316 * 100%) 0;
  padding: calc(40 / 316 * 100%) 0 0 0; }
  .layoutType01 .titleWrap .title {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.22rem;
    font-weight: 800;
    margin: 0 0 calc(10 / 316 * 100%) 0; }
    .layoutType01 .titleWrap .title:after {
      content: "";
      display: block;
      width: 0;
      height: 4px;
      background-color: #6BC3F6;
      margin: 1rem 0 0 0;
      transition: width 0.6s ease-out; }
    .layoutType01 .titleWrap .title.current:after {
      width: 100%; }
  .layoutType01 .titleWrap .desc {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.05rem;
    text-align: center; }
.layoutType01 .list {
  margin: 0 0 calc(112 / 316 * 100%) 0; }
  .layoutType01 .list .item {
    margin: 0 0 calc(90 / 316 * 100%) 0; }
    .layoutType01 .list .item:last-child {
      margin-bottom: 0; }
    .layoutType01 .list .item .slideWrap {
      overflow: hidden;
      padding: 0 0 calc(36 / 316 * 100%) 0; }
    .layoutType01 .list .item .wrap {
      margin: 0 0 calc(10 / 316 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .category {
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0 calc(15 / 316 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .headline {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 500;
        margin: 0 0 calc(2 / 316 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .name {
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 0 0 calc(8 / 316 * 100%) 0; }
        .layoutType01 .list .item .wrap .data .name .narrow {
          letter-spacing: -0.03em; }
      .layoutType01 .list .item .wrap .data .price {
        font-size: 1.8rem;
        line-height: 1.33;
        letter-spacing: -0.03rem;
        margin: 0 0 calc(16 / 316 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .desc {
        font-size: 1.4rem;
        line-height: 1.86;
        letter-spacing: 0.06rem;
        margin: 0 0 calc(16 / 316 * 100%) 0; }
        .layoutType01 .list .item .wrap .data .desc .note {
          font-size: 1.1rem;
          line-height: 2.36; }
      .layoutType01 .list .item .wrap .info a {
        display: block;
        background-color: #F2F0F0;
        padding: calc(11 / 316 * 100%) 0; }
      .layoutType01 .list .item .wrap .info .box {
        display: flex;
        align-items: center; }
        .layoutType01 .list .item .wrap .info .box.large .shopLogo {
          flex-basis: calc(113 / 316 * 100%); }
        .layoutType01 .list .item .wrap .info .box .shopLogo {
          flex-basis: calc(87 / 316 * 100%);
          flex-shrink: 0;
          margin: 0 calc(10 / 316 * 100%); }
        .layoutType01 .list .item .wrap .info .box .textWrap {
          flex-basis: calc(185 / 316 * 100%);
          padding: 0 0 0 calc(5 / 316 * 100%); }
          .layoutType01 .list .item .wrap .info .box .textWrap .shop {
            font-size: 1.4rem;
            line-height: 1.14;
            font-weight: 700; }
          .layoutType01 .list .item .wrap .info .box .textWrap .place {
            font-size: 1.2rem;
            line-height: 1.33;
            padding: 0.8em 0 0 0; }
.layoutType01 .attension {
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: 0.03em;
  margin: calc(-51 / 315 * 100%) 0 0 0;
  padding: 0 0 calc(40 / 315 * 100%) 0; }

@media screen and (min-width: 751px) {
  .layoutType01#fashion .list .item:nth-child(even) .slideWrap, .layoutType01#goods .list .item:nth-child(even) .slideWrap {
    order: 2; }
    .layoutType01#fashion .list .item:nth-child(even) .slideWrap .slick-dots, .layoutType01#goods .list .item:nth-child(even) .slideWrap .slick-dots {
      justify-content: flex-end; }
      .layoutType01#fashion .list .item:nth-child(even) .slideWrap .slick-dots li, .layoutType01#goods .list .item:nth-child(even) .slideWrap .slick-dots li {
        margin: 0 0 0 3px; }
  .layoutType01#fashion .list .item:nth-child(even) .wrap, .layoutType01#goods .list .item:nth-child(even) .wrap {
    order: 1; }
    .layoutType01#fashion .list .item:nth-child(even) .wrap .info, .layoutType01#goods .list .item:nth-child(even) .wrap .info {
      left: 0;
      right: auto; }
  .layoutType01#gourmet .list .item:nth-child(odd) .slideWrap {
    order: 2; }
    .layoutType01#gourmet .list .item:nth-child(odd) .slideWrap .slick-dots {
      justify-content: flex-end; }
      .layoutType01#gourmet .list .item:nth-child(odd) .slideWrap .slick-dots li {
        margin: 0 0 0 3px; }
  .layoutType01#gourmet .list .item:nth-child(odd) .wrap {
    order: 1; }
    .layoutType01#gourmet .list .item:nth-child(odd) .wrap .info {
      left: 0;
      right: auto; }
  .layoutType01 .titleWrap {
    margin: 0 0 calc(110 / 1200 * 100%) 0;
    padding: calc(142 / 1200 * 100%) 0 0 0; }
    .layoutType01 .titleWrap .title {
      font-size: 8rem;
      line-height: 1;
      letter-spacing: 0.55rem;
      margin: 0 0 calc(35 / 1200 * 100%) 0; }
      .layoutType01 .titleWrap .title:after {
        height: 10px;
        margin: 2.1rem 0 0 0; }
    .layoutType01 .titleWrap .desc {
      font-size: 1.6rem;
      line-height: 2.13;
      letter-spacing: 0.07rem; }
  .layoutType01 .list {
    margin: 0 0 calc(80 / 1200 * 100%) 0; }
    .layoutType01 .list .item {
      display: flex;
      justify-content: space-between;
      margin: 0 0 calc(101 / 1100 * 100%) 0; }
      .layoutType01 .list .item .slideWrap {
        flex-basis: calc(660 / 1200 * 100%);
        margin: 0;
        padding: 0 0 30px 0; }
      .layoutType01 .list .item .wrap {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        flex-basis: calc(440 / 1200 * 100%);
        position: relative;
        margin: 0;
        padding: 0 0 9px 0; }
        .layoutType01 .list .item .wrap .data {
          flex-basis: 100%;
          padding: calc(5 / 440 * 100%) 0 0 0; }
          .layoutType01 .list .item .wrap .data .category {
            font-size: 1.8rem;
            line-height: 1;
            margin: 0 0 calc(25 / 440 * 100%) 0; }
          .layoutType01 .list .item .wrap .data .name {
            font-size: 1.8rem;
            line-height: 1.44;
            margin: 0 0 calc(8 / 540 * 100%) 0; }
            .layoutType01 .list .item .wrap .data .name .narrow {
              letter-spacing: 0; }
          .layoutType01 .list .item .wrap .data .price {
            font-size: 2rem;
            line-height: 1.2;
            margin: 0 0 calc(35 / 540 * 100%) 0; }
          .layoutType01 .list .item .wrap .data .desc {
            font-size: 1.6rem;
            line-height: 1.75;
            letter-spacing: 0.06em;
            margin: 0 0 calc(24 / 540 * 100%) 0; }
            .layoutType01 .list .item .wrap .data .desc .note {
              font-size: 1.4rem;
              line-height: 2; }
        .layoutType01 .list .item .wrap .info {
          flex-basis: 100%;
          position: absolute;
          bottom: 9px;
          right: 0;
          z-index: 10;
          background-color: #F2F0F0;
          width: calc(580 / 440 * 100%); }
          .layoutType01 .list .item .wrap .info a {
            display: block;
            padding: calc(18 / 580 * 100%) 0; }
          .layoutType01 .list .item .wrap .info .box.large .shopLogo {
            flex-basis: calc(168 / 580 * 100%); }
          .layoutType01 .list .item .wrap .info .box.large .textWrap {
            flex-basis: calc(348 / 580 * 100%); }
          .layoutType01 .list .item .wrap .info .box .shopLogo {
            flex-basis: calc(128 / 580 * 100%);
            margin: 0 calc(18 / 580 * 100%); }
          .layoutType01 .list .item .wrap .info .box .textWrap {
            flex-basis: calc(388 / 580 * 100%);
            padding: 0 calc(46 / 580 * 100%) 0 0; }
            .layoutType01 .list .item .wrap .info .box .textWrap .shop {
              font-size: 1.7rem;
              line-height: 1.29; }
            .layoutType01 .list .item .wrap .info .box .textWrap .place {
              font-size: 1.6rem;
              line-height: 1.31;
              padding: calc(13 / 330 * 100%) 0 0 0; }
  .layoutType01 .attension {
    font-size: 1.3rem;
    line-height: 2.15;
    text-align: center;
    margin: 0;
    padding: 0 0 calc(126 / 1200* 100%) 0; } }




