  @charset "UTF-8";
/*
body {
  overflow-y: hidden;
}

body.active {
  overflow-y: auto;
}
*/
#header,
#footer,
#main {
  visibility: hidden;
}

body.active #header,
body.active #footer,
body.active #main {
  visibility: visible;
}

#main {
  width: 100%;
  overflow: hidden;
}

sup {
  font-size: 70%;
  font-weight: normal !important;
}

@media (max-width: 1024px) {
  html.chrome.desktop sup {
    display: inline-block;
    -webkit-transform: scale(0.7) translate(-5%, 10%);
            transform: scale(0.7) translate(-5%, 10%);
  }
}
.ico-facebook {
  fill: #3b579d;
}

.ico-instagram {
  fill: #fff;
  background: url(https://file003.shop-pro.jp/PA01423/414/assets/images/texture_instagram.jpg) center center no-repeat;
  background-size: 86%;
}

.texture-rice {
  background: url(https://file003.shop-pro.jp/PA01423/414/assets/images/texture_rice.png) center top repeat;
  background-size: 48vw auto;
}

html.ie .texture-rice {
  background-image: url(https://file003.shop-pro.jp/PA01423/414/assets/images/texture_rice@S.png);
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
  .texture-rice {
    background-image: url(https://file003.shop-pro.jp/PA01423/414/assets/images/texture_rice@S.png);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  body.loading {
    height: auto;
    overflow-y: auto;
    position: relative;
  }
  .texture-rice {
    background-size: 100vw auto;
  }
}
@-webkit-keyframes list_item_in {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes list_item_in {
  0% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*============================================================
  button
============================================================*/
.btn-link,
.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 2rem;
}

.btn-link .ico-arrow,
.btn-more .ico-arrow {
  fill: #aaa;
  margin-right: 0.6rem;
  vertical-align: middle;
  position: relative;
}

.btn-link .ico-arrow {
  width: 0.8rem;
  height: 0.6rem;
}

.btn-more .ico-arrow {
  width: 0.6rem;
  height: 0.8rem;
  top: 0.06rem;
}

html.ie .btn-link .ico-arrow {
  top: -0.16rem;
}

html.ie .btn-more .ico-arrow {
  top: -0.1rem;
}

html.desktop.chrome .btn-link .ico-arrow {
  width: 0.56vw;
  height: 0.42vw;
}

html.desktop.chrome .btn-more .ico-arrow {
  width: 0.42vw;
  height: 0.56vw;
}

.btn-link .txt-button,
.btn-more .txt-button {
  letter-spacing: 0.16em;
  vertical-align: middle;
}

html.ie .btn-link .txt-button,
html.ie .btn-more .txt-button {
  vertical-align: top;
  position: relative;
  top: 0.74em;
}

/*============================================================
  block
============================================================*/
/*  section
------------------------------------------------*/
.block-section {
  width: 100%;
  padding-top: 7vw;
  padding-bottom: 7vw;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) and (orientation: portrait) {
  .block-section {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
}
/*  body
------------------------------------------------*/
.block-body {
  width: 100%;
  position: relative;
}

/*  title
------------------------------------------------*/
.block-title {
  text-align: center;
  position: relative;
}

.block-title .cap-title {
  display: block;
  width: 39.2vw;
  height: 5.6vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 1vw;
  z-index: 0;
}

.block-title .cap-title .cap-curve {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.1));
  position: relative;
  top: 4px;
}

html.ie .block-title .cap-title .cap-curve {
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 1;
}

.block-title .txt-title {
  display: inline-block;
  padding: 0 2.8vw;
  position: relative;
  z-index: 1;
}

.block-title .txt-title.line-1 {
  height: 2vw;
}

.block-title .txt-title.line-2 {
  height: 5vw;
}

.block-title .txt-title::before,
.block-title .txt-title::after {
  content: "";
  display: block;
  width: 1.4vw;
  height: 1.8vw;
  background: url(https://file003.shop-pro.jp/PA01423/414/assets/images/icon_flag.svg) center center no-repeat;
  background-size: contain;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.block-title .txt-title::before {
  left: 0;
  -webkit-transform: rotate(-30deg) translateY(40%);
          transform: rotate(-30deg) translateY(40%);
}

.block-title .txt-title::after {
  right: 0;
  -webkit-transform: rotate(30deg) translate(20%, 52%);
          transform: rotate(30deg) translate(20%, 52%);
}

.block-title .txt-title img {
  width: auto;
  height: 100%;
}

.block-title .pic-animal {
  display: block;
  margin: 1.4vw auto 0;
  position: relative;
  z-index: 1;
}

.block-title .pic-animal.elephant {
  width: 11.6vw;
}

.block-title .pic-animal.quail {
  width: 3.6vw;
}

.block-title .pic-animal.fox {
  width: 7vw;
}

.block-title .pic-animal.dog {
  width: 6.8vw;
}

.block-title .pic-animal.penguin {
  width: 3.56vw;
}

.block-title .pic-animal.rabbit {
  width: 4vw;
}

.block-title .pic-animal.squirrel {
  width: 6.4vw;
}

.block-title .pic-animal.elephant img {
  -webkit-transform: translateX(-4%);
          transform: translateX(-4%);
}

.block-title .pic-animal.penguin img {
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

@media (max-width: 768px) and (orientation: portrait) {
  .block-title .cap-title {
    width: 70vw;
    height: 10vw;
  }
  .block-title .txt-title {
    padding: 0 5.6vw;
  }
  .block-title .txt-title.line-1 {
    height: 5vw;
  }
  .block-title .txt-title.line-2 {
    height: 12.5vw;
  }
  .block-title .txt-title::before,
  .block-title .txt-title::after {
    width: 3.2vw;
    height: 4vw;
  }
  .block-title .pic-animal {
    margin: 4vw auto 0;
  }
  .block-title .pic-animal.elephant {
    width: 29vw;
  }
  .block-title .pic-animal.quail {
    width: 9vw;
  }
  .block-title .pic-animal.fox {
    width: 17.5vw;
  }
  .block-title .pic-animal.dog {
    width: 17vw;
  }
  .block-title .pic-animal.penguin {
    width: 8.9vw;
  }
  .block-title .pic-animal.rabbit {
    width: 10vw;
  }
  .block-title .pic-animal.squirrel {
    width: 16vw;
  }
}
/*  catch
------------------------------------------------*/
.block-catch {
  text-align: center;
  margin-top: 3.2vw;
}

.block-catch .txt-lead {
  margin-top: 3.2rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  .block-catch {
    margin-top: 6vw;
  }
  .block-catch .txt-lead {
    text-align: left;
    padding-left: 6vw;
    padding-right: 6vw;
    margin-top: 2rem;
  }
  .block-catch .txt-lead > br {
    display: none;
  }
}
/*  scene
------------------------------------------------*/
.block-scene {
  position: relative;
}

.block-scene > img {
  border-radius: 6px;
}

/*  flipboard
------------------------------------------------*/
.block-flipboard {
  display: block;
  cursor: pointer;
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

.block-flipboard .block-front,
.block-flipboard .block-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.block-flipboard .block-front {
  position: relative;
  z-index: 1;
}

.block-flipboard .block-back {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

html.desktop .block-flipboard:hover .block-front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

html.desktop .block-flipboard:hover .block-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

html.touch .block-flipboard.isFlipped .block-front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

html.touch .block-flipboard.isFlipped .block-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

html.edge .block-flipboard .block-front,
html.edge .block-flipboard .block-back,
html.windows10.ie .block-flipboard .block-front,
html.windows10.ie .block-flipboard .block-back {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

html.edge .block-flipboard .block-back,
html.windows10.ie .block-flipboard .block-back {
  opacity: 0;
}

html.desktop.edge .block-flipboard:hover .block-front,
html.desktop.windows10.ie .block-flipboard:hover .block-front {
  opacity: 0;
}

html.desktop.edge .block-flipboard:hover .block-back,
html.desktop.windows10.ie .block-flipboard:hover .block-back {
  opacity: 1;
}

/*============================================================
  header
============================================================*/
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

/*  logo
------------------------------------------------*/
#header .logo-sukusukuball {
  width: 11vw;
  height: 11vw;
  position: absolute;
}

#header .logo-sukusukuball > a {
  display: block;
  width: 5.2vw;
  height: 5.2vw;
  position: absolute;
  left: 13%;
  top: 13%;
  z-index: 1;
}

#header .logo-sukusukuball .ball-corner {
  display: block;
  width: 22vw;
  height: 22vw;
  fill: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}

@media (max-width: 768px) and (orientation: portrait) {
  #header .logo-sukusukuball {
    width: 22vw;
    height: 22vw;
  }
  #header .logo-sukusukuball > a {
    width: 12vw;
    height: 12vw;
    left: 10%;
    top: 10%;
  }
  #header .logo-sukusukuball .ball-corner {
    width: 44vw;
    height: 44vw;
  }
}
/*  nav
------------------------------------------------*/
#header .nav-header {
  position: absolute;
  right: 2.1vw;
  top: 2.1vw;
}

#header .nav-header .block-menu,
#header .nav-header .block-cart,
#header .nav-header .block-sns,
#header .nav-header .block-member {
  display: inline-block;
  vertical-align: top;
  position: relative;
  /* float: left; */
}

#header .nav-header .block-cart,
#header .nav-header .block-sns,
#header .nav-header .block-member {
  margin-left: 0.7vw;
}

@media (max-width: 768px) and (orientation: portrait) {
  #header .nav-header {
    position: absolute;
    right: 4vw;
    top: 4vw;
  }
  #header .nav-header .block-cart,
  #header .nav-header .block-sns,
  #header .nav-header .block-member {
    margin-left: 1vw;
  }
}
/*  menu
------------------------------------------------*/
#header .block-menu .block-list {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#header .block-menu .list-menu {
  display: block;
  font-size: 0;
  padding-left: 2rem;
  padding-right: 5rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.98);
  white-space: nowrap;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#header .block-menu .list-menu.active {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes menu_in_x {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu_in_x {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menu_out_x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes menu_out_x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes menu_in_y {
  0% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menu_in_y {
  0% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes menu_out_y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
    opacity: 0;
  }
}
@keyframes menu_out_y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
    opacity: 0;
  }
}
#header .block-menu .list-menu.active.in {
  -webkit-animation: menu_in_x 0.6s cubic-bezier(1, 0, 0, 1) both;
          animation: menu_in_x 0.6s cubic-bezier(1, 0, 0, 1) both;
}

#header .block-menu .list-menu.active.out {
  -webkit-animation: menu_out_x 0.6s cubic-bezier(1, 0, 0, 1) both;
          animation: menu_out_x 0.6s cubic-bezier(1, 0, 0, 1) both;
}

#header .block-menu .list-menu > li {
  display: inline-table;
  height: 4rem;
  vertical-align: top;
}

#header .block-menu .list-menu > li > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
}

#header .block-menu .list-menu .txt-menu {
  color: #444;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

#header .block-menu .list-menu .ico-arrow {
  width: 0.42rem;
  height: 0.56rem;
  vertical-align: middle;
  margin-right: 0.48rem;
  fill: #ccc;
  position: relative;
  top: -0.16rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #header .block-menu .block-list {
    border-radius: 0;
    overflow: visible;
    left: 0;
    right: auto;
    top: calc(4rem + 2vw);
  }
  #header .block-menu .list-menu {
    width: calc(16rem + 2vw);
    height: 0;
    padding: 1rem 2rem;
    border-radius: 1rem;
  }
  #header .block-menu .list-menu.active {
    height: auto;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #header .block-menu .list-menu.active.in {
    -webkit-animation: menu_in_y 0.6s cubic-bezier(1, 0, 0, 1) both;
            animation: menu_in_y 0.6s cubic-bezier(1, 0, 0, 1) both;
  }
  #header .block-menu .list-menu.active.out {
    -webkit-animation: menu_out_y 0.6s cubic-bezier(1, 0, 0, 1) both;
            animation: menu_out_y 0.6s cubic-bezier(1, 0, 0, 1) both;
  }
  #header .block-menu .list-menu::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1vw 1vw 1vw;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
    margin: auto 0;
    position: absolute;
    left: calc(2rem - 1vw);
    top: -1vw;
  }
  #header .block-menu .list-menu > li {
    display: table;
    height: 4rem;
  }
  #header .block-menu .list-menu > li > a {
    padding: 0;
  }
  #header .block-menu .list-menu .ico-arrow {
    top: 0;
  }
}
/*  btn
------------------------------------------------*/
#header .nav-header .btn {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

#header .nav-header .btn .ico {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*  btn menu
------------------------------------------------*/
#header .nav-header .btn-menu .ico-menu {
  -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header .nav-header .btn-menu.active .ico-menu {
  opacity: 0;
}

#header .nav-header .btn-menu .ico-menu .bar-1 {
  fill: #65bbb1;
}

#header .nav-header .btn-menu .ico-menu .bar-2 {
  fill: #e8652b;
}

#header .nav-header .btn-menu .ico-menu .bar-3 {
  fill: #f4c065;
}

#header .nav-header .btn-menu::before,
#header .nav-header .btn-menu::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #e8652b;
  margin: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
}

#header .nav-header .btn-menu.active::before {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header .nav-header .btn-menu.active::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*  btn cart
------------------------------------------------*/
#header .nav-header .btn-cart .ico-cart {
  fill: #665c56;
}

/*  btn sns
------------------------------------------------*/
#header .nav-header .btn-sns {
  width: 8rem;
  font-size: 0;
}

#header .nav-header .btn-sns::before {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background-color: #ddd;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

#header .nav-header .btn-sns a {
  display: inline-block;
  width: 4rem;
  height: 100%;
  vertical-align: top;
  position: relative;
}

#header .nav-header .btn-sns .ico-facebook {
  left: 0.2rem;
}

#header .nav-header .btn-sns .ico-instagram {
  right: 0.2rem;
}

/*  btn member
------------------------------------------------*/
#header .nav-header .btn-member {
  width: 8rem;
}

#header .nav-header .btn-member .ico-member {
  width: 4.8rem;
  height: 2.4rem;
}

.login #header .nav-header .btn-member {
  background-color: #fff116;
}

/*  btn shopping
------------------------------------------------*/
#header .btn-shopping {
  display: block;
  width: 12rem;
  height: 12rem;
  text-align: center;
  position: fixed;
  right: 2.1vw;
  bottom: 2.1vw;
  z-index: 2;
}

#header .btn-shopping .block-ball {
  width: 100%;
  height: 100%;
  position: relative;
}

#header .btn-shopping .txt-btn {
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding-top: 1.5rem;
}

#header .btn-shopping .pic-btn {
  width: 66%;
  padding-top: 0.2rem;
  margin: 0 auto;
}

#header .btn-shopping .ball-btn {
  width: 100%;
  height: 100%;
  fill: #e8652b;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

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

@keyframes btn_rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#header .btn-shopping .ball-btn {
  -webkit-animation: btn_rotation 5s linear infinite;
          animation: btn_rotation 5s linear infinite;
}

body.paused #header .btn-shopping .ball-btn {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#header .btn-shopping .ico-arrow {
  width: 0.6rem;
  height: 0.8rem;
  fill: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 1;
}

html.desktop.chrome #header .btn-shopping .ico-arrow {
  width: 0.4vw;
}

#header .btn-shopping .block-animal {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4%;
}

#header .btn-shopping .block-animal .animal {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#header .btn-shopping .block-animal .elephant {
  width: 90%;
  margin-left: -10%;
}

@media (max-width: 768px) and (orientation: portrait) {
  #header .btn-shopping {
    width: 10rem;
    height: 10rem;
    right: 2vw;
    bottom: 2vw;
  }
  #header .btn-shopping .txt-btn {
    padding-top: 1.2rem;
  }
  #header .btn-shopping .ico-arrow {
    bottom: 0.8rem;
  }
  #header .btn-shopping .block-animal .animal {
    -webkit-transform: scale(0.8) translateY(-112%);
            transform: scale(0.8) translateY(-112%);
  }
}
/*  btn shopping balloon
------------------------------------------------*/
#header .btn-shopping .block-balloon {
  display: block;
  width: 100%;
  height: 63%;
  margin: -63% auto 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#header .btn-shopping .block-balloon strong {
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#header .btn-shopping:hover .block-balloon strong {
  -webkit-transform: translateY(-100%) scale(1.2);
          transform: translateY(-100%) scale(1.2);
}

#header .btn-shopping .block-balloon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 0.8rem 0 0.8rem;
  border-color: #fff116 transparent transparent transparent;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.8rem;
  z-index: -1;
}

#header .btn-shopping .block-balloon.cristmas::before {
  border-color: #006666 transparent transparent transparent;
}

@media (max-width: 768px) and (orientation: portrait) {
  #header .btn-shopping .block-balloon {
    width: 100%;
    height: 50%;
    margin-top: -50%;
    top: -5%;
  }
  #header .btn-shopping .block-balloon strong {
    width: 9rem;
    height: 9rem;
    -webkit-transition: none;
    transition: none;
  }
  #header .btn-shopping:hover .block-balloon strong {
    -webkit-transform: translateY(-100%) scale(1);
            transform: translateY(-100%) scale(1);
  }
}
/*  btn signup
------------------------------------------------*/
#header .btn-signup {
  display: block;
  width: 13.6rem;
  height: 13.6rem;
  text-align: center;
  margin-right: -0.8rem;
  position: fixed;
  right: 2.1vw;
  bottom: calc(2.1vw + 13.6rem + 4rem);
  z-index: 2;
}

@media (max-width: 768px) and (orientation: portrait) {
  #header .btn-signup {
    width: 11.6rem;
    height: 11.6rem;
    margin-right: -0.8rem;
    right: 2vw;
    bottom: calc(2vw + 11.6rem + 2rem);
  }
}
/*  btn allergy
------------------------------------------------*/
/*============================================================
  top
============================================================*/
#top {
  width: 100%;
  background-color: #fff;
  padding-top: 0.7vw;
  padding-bottom: 0.7vw;
  position: relative;
  z-index: 2;
}

#top .logo-sukusukuball {
  display: block;
  width: 36vw;
  height: 36vw;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

#top .logo-sukusukuball > p {
  opacity: 0.9;
}

#top .logo-sukusukuball .pic-animal {
  position: absolute;
}

#top .logo-sukusukuball .rabbit {
  width: 9.4%;
  left: 4.8%;
  top: -14.4%;
}

#top .logo-sukusukuball .yak {
  width: 25.7%;
  left: 31.8%;
  top: 4.7%;
}

#top .logo-sukusukuball .fox {
  width: 19.2%;
  left: 72%;
  top: 4.8%;
}

#top .logo-sukusukuball .dog {
  width: 18.3%;
  left: 18.2%;
  top: 48%;
}

#top .logo-sukusukuball .zebra {
  width: 28.2%;
  left: 58.2%;
  top: 31.6%;
}

#top .logo-sukusukuball .quail {
  width: 8.8%;
  right: -1.2%;
  top: 28%;
}

#top .logo-sukusukuball .squirrel {
  width: 10.4%;
  left: 5.4%;
  top: 68.4%;
}

#top .logo-sukusukuball .penguin {
  width: 12.2%;
  left: 45%;
  bottom: 0;
}

#top .logo-sukusukuball .giraffe {
  width: 20.4%;
  right: -8.4%;
  bottom: -0.6%;
}

#top .block-image {
  width: 100%;
  padding-top: calc(100vh - 1.4vw);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#top .block-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 60px;
    background-image: url(https://file003.shop-pro.jp/PA01423/414/assets/images/roof_top.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    vertical-align: middle;
    z-index: 100;
}

#top .block-image .block-scene {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* #top .block-image .block-scene::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.04;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
} */
#top .block-image .block-scene .block-picture,
#top .block-image .block-scene .block-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#top .block-image .block-scene .block-video {
  display: none;
}

#top .block-image .block-scene .block-video.active {
  display: block;
}

#top .block-image .block-scene .block-picture::after,
#top .block-image .block-scene .block-video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#top .block-image .block-scene .block-picture::after {
  background-color: #000;
  opacity: 0.1;
}

#top .block-image .block-scene .block-video::after {
  background-color: #fff;
  opacity: 0.04;
}

#top .block-image .block-scene img,
#top .block-image .block-scene video {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-aspect-ratio: 16/8) {
  #top .block-image {
    padding-top: 56%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #top .block-image {
    padding-top: 56%;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  #top {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  #top .logo-sukusukuball {
    width: 56vw;
    height: 56vw;
  }
  #top .block-image {
    padding-top: 112.5%;
  }
  #top .block-image .block-scene img,
  #top .block-image .block-scene video {
    width: auto;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*  news
------------------------------------------------*/
#top .block-news {
  display: table;
  height: 3rem;
  position: absolute;
  left: 1.4vw;
  bottom: 1.4vw;
  z-index: 3;
}

#top .block-news .txt-title {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: #e8652b;
  padding: 0 1.6rem 0 2rem;
}

#top .block-news .list-news {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.95);
}

#top .block-news .list-news > li {
  display: inline-block;
  width: 100%;
  padding: 0 2rem 0 1.6rem;
}

#top .block-news .list-news > li dl,
#top .block-news .list-news > li dl > dt,
#top .block-news .list-news > li dl > dd {
  display: inline;
  white-space: nowrap;
}

#top .block-news .list-news > li dl > dd {
  margin-left: 1rem;
}

#top .block-news .list-news > li a:hover dl > dd {
  text-decoration: underline;
}

#top .block-news .list-news .ico-arrow {
  width: 0.8rem;
  height: 0.6rem;
  fill: #e8652b;
  margin-left: 1rem;
  vertical-align: middle;
  position: relative;
  top: -0.12rem;
}

html.desktop.chrome #top .block-news .list-news .ico-arrow {
  width: 0.56vw;
  height: 0.42vw;
}

@media (max-width: 768px) and (orientation: portrait) {
  #top .block-news {
    height: 2.4rem;
    left: 0;
    bottom: -2vw;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  #top .block-news .txt-title {
    border-radius: 1.3rem;
    padding: 0 0.8rem;
  }
  #top .block-news .list-news {
    border-radius: 0;
    background: none;
  }
  #top .block-news .list-news > li {
    padding: 0 0.8rem;
  }
  #top .block-news .list-news > li dl > dd {
    margin-left: 0.6rem;
  }
  #top .block-news .list-news > li a:hover dl > dd {
    text-decoration: none;
  }
  #top .block-news .list-news .ico-arrow {
    margin-left: 0.4rem;
  }
}
/*============================================================
  topics
============================================================*/
#topics {
  padding-top: 4%;
  padding-bottom: 4%;
}

#topics .list-topics {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  width: 100%;
}

#topics .list-topics .full {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

#topics .list-topics .half {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

#topics .list-topics > li img {
  border-radius: 4px;
}

@media (max-width: 768px) and (orientation: portrait) {
  #topics {
    margin-top: 4.8rem;
    margin-top: calc(2.4rem + 8vw);
    padding-bottom: 8%;
  }
  #topics .list-topics {
    gap: 3vw;
  }
  #topics .list-topics .half {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
/*------------------------
    1と2枚目が大きい場合
--------------------------*/
/*
#topics {
  padding-bottom: 8%;
}

#topics .list-topics > li:nth-of-type(1),
#topics .list-topics > li:nth-of-type(2) {
  width: 100%;
}
#topics .list-topics > li:nth-of-type(2) {
  margin-top: 4%;
}

#topics .list-topics > li:nth-of-type(3) {
  padding-right: 2%;
  margin-top: 4%;
}

#topics .list-topics > li:nth-of-type(4) {
  padding-left: 2%;
  margin-top: 4%;
}

@media (max-width: 768px) and (orientation: portrait) {
  #topics .list-topics > li:nth-of-type(2) {
    padding-right: 0;
    margin-top: 3vw;
  }

  #topics .list-topics > li:nth-of-type(3) {
    padding-left: 0;
    margin-top: 3vw;
  }
}
*/
/*------------------------
    1枚目が大きい場合
--------------------------*/
/*
#topics {
  padding-bottom: 6.5%;
}

#topics .list-topics > li:nth-of-type(1) {
  width: 100%;
}

#topics .list-topics > li:nth-of-type(2) {
  padding-right: 2%;
  margin-top: 4%;
}

#topics .list-topics > li:nth-of-type(3) {
  padding-left: 2%;
  margin-top: 4%;
}

@media (max-width: 768px) and (orientation: portrait) {
  #topics .list-topics > li:nth-of-type(2) {
    padding-right: 0;
    margin-top: 3vw;
  }

  #topics .list-topics > li:nth-of-type(3) {
    padding-left: 0;
    margin-top: 3vw;
  }
}
*/
/*------------------------
    全てが小さい場合
------------------------
#topics .list-topics > li:nth-of-type(odd) {
  padding-right: 2%;
}

#topics .list-topics > li:nth-of-type(even) {
  padding-left: 2%;
}

#topics .list-topics > li:nth-of-type(n+3) {
  margin-top: 4%;
}

@media (max-width: 768px) and (orientation: portrait) {
  #topics .list-topics > li:nth-of-type(odd) {
    padding-right: 0;
  }

  #topics .list-topics > li:nth-of-type(even) {
    padding-left: 0;
  }

  #topics .list-topics > li:nth-of-type(n+2) {
    margin-top: 3vw;
  }
}
*/
/*============================================================
  concept
============================================================*/
#concept {
  padding-top: 0 !important;
}

#concept .block-intro {
  padding-bottom: 8%;
  position: relative;
  z-index: 0;
}

#concept .block-intro .block-catch {
  text-align: left;
  margin-top: -28%;
  position: relative;
  z-index: 1;
}

#concept .block-intro .txt-concept {
  margin-top: 4rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #concept {
    margin-top: 8vw;
  }
  #concept .block-intro {
    padding-bottom: 10%;
  }
  #concept .block-intro .block-image {
    width: 130%;
    margin-left: -30%;
  }
  #concept .block-intro .block-catch {
    margin-top: -4%;
  }
  #concept .block-intro .txt-concept {
    margin-top: 2.4rem;
  }
}
/*  point
------------------------------------------------*/
#concept .block-point .list-point {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
}

#concept .block-point .list-point > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.4vw;
  position: relative;
}

#concept .block-point .txt-point {
  width: 100%;
  letter-spacing: 0.1em;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 1;
}

#concept .block-point .txt-point > em {
  display: inline-block;
  letter-spacing: 0.1em;
  font-family: inherit;
  position: relative;
  top: 0.06em;
}

#concept .block-point .pic-point {
  display: inline-block;
  width: 45%;
  margin-top: 12%;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
}

#concept .block-point .pic-point.not::before,
#concept .block-point .pic-point.not::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: rgba(224, 70, 70, 0.8);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

#concept .block-point .pic-point.not::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#concept .block-point .pic-point.not::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#concept .block-point .txt-title {
  width: 100%;
  position: relative;
  z-index: 1;
}

#concept .block-point .txt-body {
  width: 100%;
  position: relative;
  z-index: 1;
}

#concept .block-point .block-front,
#concept .block-point .block-back {
  width: 28vw;
  height: 28vw;
}

#concept .block-point .block-front .block-inner {
  text-align: center;
}

#concept .block-point .block-back .block-content {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

#concept .block-point .block-back .block-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01423/414/assets/images/texture_rice.png) center top repeat;
  background-size: 40vw auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

#concept .block-point .block-back .block-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 0 20%;
}

#concept .block-point .block-back .txt-note {
  font-size: 88%;
}

#concept .block-point .block-ball {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#concept .block-point .ball-point {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#concept .block-point .ball-point.orn {
  fill: #e8652b;
}

#concept .block-point .ball-point.grn {
  fill: #65bbb1;
}

#concept .block-point .ball-point.violet {
  fill: #a6649c;
}

#concept .block-point .ball-point.crm {
  fill: #fbf8f2;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (max-width: 768px) and (orientation: portrait) {
  #concept .block-point .list-point > li {
    padding: 1.4vw 0;
  }
  #concept .block-point .block-front,
  #concept .block-point .block-back {
    width: 72vw;
    height: 72vw;
  }
  #concept .block-point .block-back .block-content::before {
    background-size: 100vw auto;
  }
  #concept .block-point .block-back .block-inner {
    padding: 0 12%;
  }
  #concept .block-point .block-ball {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  #concept .block-point .ball-point {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  #concept .block-point .ball-point.orn {
    fill: #e8652b;
  }
  #concept .block-point .ball-point.grn {
    fill: #65bbb1;
  }
  #concept .block-point .ball-point.violet {
    fill: #a6649c;
  }
  #concept .block-point .ball-point.crm {
    fill: #fbf8f2;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/*============================================================
  power
============================================================*/
#power .compare {
  width: 65vw;
  margin: -4.6vw auto 0;
  position: relative;
  overflow: hidden;
}

#power .block-title {
  z-index: 5;
}

#power .compare div:not(.compare_after) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#power .compare_caption {
  z-index: 4;
}

#power .compare_line {
  position: absolute;
  z-index: 3;
  height: 27vw;
  width: 4px;
  background: white;
  top: 11.5%;
  right: 0;
}

#power .block-catch {
  margin-top: 1.7vw;
}

@media (max-width: 768px) and (orientation: portrait) {
  #power .block-catch {
    margin-top: 8vw;
  }
  #power .compare {
    width: 88%;
    margin: -2vw auto 0;
  }
  #power .compare_line {
    height: 53vw;
    top: 0;
  }
  #power .compare_caption {
    width: 77%;
    margin: 0vw auto 9vw;
  }
}
/*============================================================
  gallery
============================================================*/
#gallery .block-title .pic-roof {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
}

#gallery .block-title .pic-animal {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: -30%;
  bottom: 18%;
}

#gallery .block-title .block-catch {
  display: block;
  width: 11.6rem;
  height: 11.6rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: -40%;
  bottom: 36%;
  z-index: 1;
}

#gallery .block-title .block-catch .block-inner {
  display: table;
  width: 100%;
  height: 100%;
}

#gallery .block-title .block-catch .txt-catch {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.1em;
}

#gallery .block-title .block-catch::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.6rem 1.2rem 0 1.2rem;
  border-color: transparent;
  border-top-color: #fff116;
  position: absolute;
  left: 1.4rem;
  bottom: 0.56rem;
  z-index: -1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#gallery .block-title .block-catch .ball-catch {
  width: 100%;
  height: 100%;
  fill: #fff116;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#gallery .list-gallery {
  display: block;
  font-size: 0;
  padding: 0.35vw;
  background-color: #f2f2f2;
}

#gallery .list-gallery > li {
  display: inline-block;
  width: 33.3333333333%;
  vertical-align: top;
  padding: 0.35vw;
}

html.ie #gallery .list-gallery > li {
  width: 33.333%;
}

#gallery .list-gallery .pic-message {
  background-color: #fff;
  position: relative;
}

#gallery .list-gallery .pic-message > dt {
  display: block;
  padding: 0.8rem 0 0.8rem 1.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

#gallery .list-gallery .pic-message.grn {
  background-color: #65bbb1;
}

#gallery .list-gallery .pic-message.orn {
  background-color: #e8652b;
}

@media (max-width: 768px) and (orientation: portrait) {
  #gallery .block-title .pic-roof {
    width: 70%;
  }
  #gallery .block-title .pic-animal {
    right: -38%;
  }
  #gallery .block-title .block-catch {
    right: -64%;
    bottom: 48%;
  }
  #gallery .list-gallery {
    padding: 0.5vw;
  }
  #gallery .list-gallery > li {
    width: 100%;
    padding: 0.5vw;
  }
}
/*============================================================
  voice
============================================================*/
#voice {
  text-align: center;
}

#voice .list-voice {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: left;
  padding: 0 3.5vw;
  margin-top: 4.4vw;
}

#voice .list-voice > li {
  display: inline-block;
  width: 33.3333333333%;
  vertical-align: top;
  padding: 0 1.4vw 4vw;
  position: relative;
}

html.ie #voice .list-voice > li {
  width: 33.333%;
}

#voice .list-voice > li:nth-of-type(n + 4) {
  display: none;
}

#voice .list-voice.isAll > li:nth-of-type(n + 4) {
  display: inline-block;
  -webkit-animation: list_item_in 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: list_item_in 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

#voice .block-front,
#voice .block-back {
  overflow: hidden;
  border-radius: 5px;
}

#voice .block-front .ico-sns {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #fff;
  padding: 0.4rem;
  overflow: hidden;
  position: absolute;
  right: 0.7vw;
  top: 0.7vw;
}

#voice .block-back {
  width: 100%;
  height: 100%;
  background-size: 40vw auto;
}

#voice .block-back.orn {
  background-color: #e8652b;
}

#voice .block-back.grn {
  background-color: #65bbb1;
}

#voice .block-back .block-content {
  display: table;
  width: 100%;
  height: 100%;
}

#voice .block-back .block-content .block-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 0 10%;
}

#voice .block-profile {
  text-align: left;
  margin-top: 1.6rem;
  position: relative;
}

#voice .txt-name {
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
}

#voice .txt-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) and (orientation: portrait) {
  #voice .list-voice {
    padding: 0 6vw;
    margin-top: 8vw;
  }
  #voice .list-voice > li {
    width: 100%;
    padding: 0 0 8vw 0;
  }
  #voice .block-front .ico-sns {
    width: 4rem;
    height: 4rem;
    right: 2vw;
    top: 2vw;
  }
  #voice .block-back {
    background-size: 100vw auto;
  }
  #voice .block-profile {
    margin-top: 1.2rem;
  }
  #voice .btn-more {
    margin-top: 1vw;
  }
}
/*============================================================
  lineup
============================================================*/
#lineup .list-lineup {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 5.3vw;
  padding: 0 6.5vw;
}

#lineup .list-lineup > li {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: top;
  padding: 0 7.4vw 2.1vw;
  position: relative;
}

html.ie #lineup .list-lineup > li {
  width: 33.333%;
}

/* #lineup .list-lineup .block-image {
  width: 96%;
  margin: 0 auto;
} */
#lineup .list-lineup .block-letter {
  position: relative;
  margin-top: 3vw;
}

#lineup .list-lineup .txt-title {
  position: relative;
}

#lineup .list-lineup .txt-body {
  min-height: 12rem;
  margin-top: 2.4rem;
}

#lineup .list-lineup .txt-material {
  color: #9f8f88;
  margin-top: 0.8rem;
}

#lineup .list-lineup .ico-vege {
  display: block;
  width: 8.5vw;
  position: absolute;
  right: 0;
  bottom: -0.2vw;
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
}

@media (max-width: 768px) and (orientation: portrait) {
  #lineup .list-lineup {
    margin-top: 8vw;
  }
  #lineup .list-lineup > li {
    width: 100%;
    padding: 0 2vw 8vw;
  }
  #lineup .list-lineup .block-image {
    width: 90%;
    margin: 0 auto 11vw;
  }
  #lineup .list-lineup .block-letter {
    margin-top: -4rem;
  }
  #lineup .list-lineup .txt-body {
    min-height: auto;
    min-height: initial;
    margin-top: 1.6rem;
  }
  #lineup .list-lineup .ico-vege {
    width: 11rem;
    right: -2vw;
  }
}
/*============================================================
  shopping
============================================================*/
#shopping {
  padding-top: 0;
}

#shopping .block-title {
  margin-top: -6vw;
}

#shopping .block-catch {
  padding-top: 1.5vw;
  position: relative;
  margin-top: 1vw;
}

#shopping .block-catch::before {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#shopping .block-catch.orn::before {
  background: #ea762c;
}

#shopping .block-catch.grn::before {
  background: #65bbb1;
}

#shopping .block-catch.violet::before {
  background: #a6649c;
}

#shopping .block-title .cap-curve {
  -webkit-filter: none;
          filter: none;
}

html.ie #shopping .block-title .cap-curve {
  stroke: none;
}

#shopping .block-list + .block-list {
  padding-top: 2.4%;
}

#shopping .list-shopping {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: left;
  padding: 0 11.2vw;
  margin-top: 3vw;
}

@media (max-width: 1024px) {
  html.chrome.desktop #shopping .list-shopping {
    padding: 0 5.6vw;
  }
}
#shopping .list-shopping > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 2.8vw 5.6vw;
  position: relative;
}

@media (max-width: 768px) and (orientation: portrait) {
  #shopping .block-title {
    margin-top: -10vw;
  }
  #shopping .block-list + .block-list {
    padding-top: 8vw;
  }
  #shopping .list-shopping {
    padding: 0 6vw;
    margin-top: 8vw;
  }
  #shopping .list-shopping > li {
    width: 100%;
    padding: 0 2vw 12vw;
  }
}
/*  image
------------------------------------------------*/
#shopping .list-shopping .block-front,
#shopping .list-shopping .block-back {
  border-radius: 4px;
  overflow: hidden;
}

/*  letter
------------------------------------------------*/
#shopping .list-shopping .block-letter {
  padding-top: 3.2rem;
  position: relative;
}

#shopping .list-shopping .block-letter .txt-title > em {
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 0.08em;
}

#shopping .list-shopping .block-letter .txt-title > span {
  letter-spacing: 0.1em;
  /* line-height: 1; */
}

#shopping .list-shopping .block-letter .tag {
  padding: 0.4vw;
  border-radius: 5px;
  border: 1px solid #ea762c;
  margin-left: 1.3vw;
  display: inline-block;
  line-height: 1.2;
}

#shopping .list-shopping .block-letter .link a {
  border-radius: 2px;
  background: #ca963a;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  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;
  height: 3.4vw;
  width: 17vw;
  margin-top: 2.2vw;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#shopping .list-shopping .block-letter .link a:hover {
  opacity: 0.6;
}

#shopping .list-shopping .block-letter .link a::after {
  content: "";
  display: block;
  width: 0.7vw;
  height: 0.7vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 1vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#shopping .list-shopping .block-letter .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8vw;
}

/* #shopping .list-shopping .block-letter .infos .color-list {
  display: inline-block;
} */
#shopping .list-shopping .block-letter .infos .color-list li {
  display: inline-block;
}

#shopping .list-shopping .block-letter .infos .color-list li:not(:last-child) {
  margin-right: 0.7vw;
}

#shopping .list-shopping .block-letter .infos .color-list li span {
  width: 0.8vw;
  height: 0.8vw;
  background: #33b2b0;
  display: block;
  border-radius: 50%;
}

#shopping .list-shopping .block-letter .infos .color-list li:nth-child(2) span {
  background: #ea762c;
}

#shopping .list-shopping .block-letter .infos .color-list li:nth-child(3) span {
  background: #f5bf4c;
}

#shopping .list-shopping .block-letter .tag.grn {
  border: 1px solid #65bbb1;
  color: #65bbb1;
}

#shopping .list-shopping .block-letter .tag.violet {
  border: 1px solid #a6649c;
  color: #a6649c;
}

#shopping .list-shopping .block-letter .txt-price {
  margin-top: -3.8rem;
}

html.desktop.chrome #shopping .list-shopping .block-letter .txt-price {
  margin-top: -2.66vw;
}

#shopping .list-shopping .block-letter .txt-price > em {
  font-size: 4rem;
  letter-spacing: -0.02em;
  line-height: 1;
}

html.desktop.chrome #shopping .list-shopping .block-letter .txt-price > em {
  font-size: 2.86vw;
}

#shopping .list-shopping .block-letter .txt-price > em > span {
  font-size: 70%;
  margin-right: 0.6rem;
  line-height: 1;
}

#shopping .list-shopping .block-letter .txt-body {
  margin-top: 0.8rem;
}

#shopping .list-shopping .block-letter .txt-body .txt-point {
  display: inline-block;
  line-height: 1.4;
  border-radius: 2px;
  border: 1px solid;
  padding: 0.2em 1em;
  margin-top: 0.8rem;
}

#shopping .list-shopping .block-letter .txt-body .txt-point.orn {
  border-color: rgba(232, 101, 43, 0.4);
}

#shopping .list-shopping .block-letter .txt-body .txt-point.grn {
  border-color: rgba(101, 187, 177, 0.4);
}

/* #shopping .list-shopping .block-letter .txt-body .txt-point.fill {
  color: #fff;
} */
#shopping .list-shopping .block-letter .txt-body .txt-point.orn.fill {
  background-color: rgba(232, 101, 43, 0.1);
}

#shopping .list-shopping .block-letter .txt-body .txt-point.grn.fill {
  background-color: #65bbb1;
}

#shopping .list-shopping .block-letter .txt-body .txt-point + .txt-point {
  margin-left: 0.4em;
}

@media (max-width: 768px) and (orientation: portrait) {
  #shopping .list-shopping .block-letter {
    padding-top: 2.4rem;
  }
  #shopping .list-shopping .block-letter .txt-body {
    margin-top: 0.8rem;
  }
  #shopping .list-shopping .block-letter .txt-body .txt-point {
    margin-top: 0.6rem;
  }
  #shopping .list-shopping .block-letter .link a {
    width: 76%;
    height: 5.8rem;
    margin: 3.8vw auto 4vw;
    font-size: 2.2rem;
  }
  #shopping .list-shopping .block-letter .link a::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 4vw;
  }
  #shopping .list-shopping .block-letter .tag {
    margin-left: 2.5vw;
    font-size: 1.6rem;
    padding: 0.6vw 1.2vw 0.4vw;
  }
}
/*  order
------------------------------------------------*/
#shopping .list-shopping .block-order {
  text-align: center;
  margin-top: 3.2rem;
}

#shopping .list-shopping .block-order * {
  display: inline;
}

#shopping .list-shopping .block-order table {
  display: inline-table;
  margin-left: -1rem;
  margin-right: 2rem;
}

#shopping .list-shopping .block-order th {
  height: 4rem;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  vertical-align: middle;
  white-space: nowrap;
}

#shopping .list-shopping .block-order td {
  vertical-align: middle;
}

#shopping .list-shopping .block-order td input {
  display: inline-block;
  width: 5rem;
  height: 4rem;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html.ie #shopping .list-shopping .block-order td input {
  line-height: 2rem;
}

#shopping .list-shopping .block-order input[type=submit] {
  display: inline-block;
  width: 24rem;
  height: 4rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 4rem;
  text-align: center;
  vertical-align: top;
  border-radius: 2px;
  background-color: #ca963a;
}

@media (max-width: 1024px) {
  html.chrome.desktop #shopping .list-shopping .block-order table {
    margin-right: 1.4vw;
    margin-left: -0.7vw;
  }
  html.chrome.desktop #shopping .list-shopping .block-order input[type=submit] {
    width: 20rem;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  #shopping .list-shopping .block-order {
    margin-top: 2rem;
  }
  #shopping .list-shopping .block-order table {
    margin-right: 1.6rem;
  }
  #shopping .list-shopping .block-order input[type=submit] {
    width: 20rem;
  }
}
/*  old order
------------------------------------------------*/
#shopping .list-shopping .block-order .order-number {
  display: inline-table;
  height: 4rem;
  vertical-align: top;
  margin-right: 2rem;
  margin-left: -1rem;
}

#shopping .list-shopping .block-order .order-number > dt,
#shopping .list-shopping .block-order .order-number > dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#shopping .list-shopping .block-order .order-number .txt-number {
  line-height: 1;
}

#shopping .list-shopping .block-order .order-number .box-number {
  display: inline-block;
  width: 5rem;
  height: 4rem;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 1rem;
  vertical-align: middle;
}

#shopping .list-shopping .block-order .btn-cart {
  display: inline-block;
  width: 24rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  vertical-align: top;
  border-radius: 2px;
  background-color: #ca963a;
  position: relative;
  overflow: hidden;
}

#shopping .list-shopping .block-order .btn-cart[disabled] {
  background-color: #ccc;
}

#shopping .list-shopping .block-order .btn-cart .ico-arrow {
  width: 1.6rem;
  height: 1.2rem;
  fill: #fff;
  margin-right: 0.6rem;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
}

html.desktop.chrome #shopping .list-shopping .block-order .btn-cart .ico-arrow {
  width: 0.72vw;
}

#shopping .list-shopping .block-order .btn-cart .txt-button {
  letter-spacing: 0.12em;
  line-height: 1;
}

@media (max-width: 768px) and (orientation: portrait) {
  #shopping .list-shopping .block-order .order-number {
    margin-right: 1.6rem;
  }
  #shopping .list-shopping .block-order .btn-cart {
    width: 20rem;
  }
}
/*  link
------------------------------------------------*/
#shopping .block-link {
  text-align: center;
  padding-top: 0.7vw;
}

#shopping .block-link .btn-link {
  min-width: 20rem;
}

#shopping .block-link .btn-link + .btn-link {
  margin-left: 1rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #shopping .block-link .btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24rem;
    margin: 1.2rem auto 0 !important;
  }
}
/*  news
------------------------------------------------*/
#shopping .block-news {
  padding-left: 14vw;
  padding-right: 14vw;
  margin-top: 3.5vw;
  margin-bottom: 6.8vw;
}

#shopping .block-news .block-content {
  border-radius: 6px;
  border: 1px solid rgba(232, 101, 43, 0.4);
  padding: 1.4vw 2.8vw;
}

#shopping .block-news .block-content + .block-content {
  margin-top: 1.4vw;
}

#shopping .block-news .txt-body {
  margin-top: 0.4rem;
}

#shopping .block-news .txt-body > em {
  text-decoration: underline;
}

#shopping .block-news .txt-delivery-free {
  max-width: 60%;
  line-height: 1.2;
  text-align: center;
  background-color: #feefe8;
  border-radius: 10rem;
  padding: 0.6rem 2.4rem 0.4rem;
  margin: 1.2rem auto 0;
}

#shopping .block-news .txt-delivery-free.line2 {
  padding: 0.8rem 2.4rem;
}

#shopping .block-news .txt-delivery-free > em {
  display: inline-block;
  font-size: 150%;
  letter-spacing: 0.04em;
  margin-left: 0.2em;
  margin-right: 0.08em;
  -webkit-transform: translateY(3%);
          transform: translateY(3%);
}

@media (max-width: 768px) and (orientation: portrait) {
  #shopping .block-news {
    padding-left: 8vw;
    padding-right: 8vw;
    margin-top: 8vw;
    margin-bottom: 21vw;
  }
  #shopping .block-catch {
    padding-top: 8vw;
  }
  #shopping .block-catch h3 {
    line-height: 1.4;
  }
  #shopping .block-catch p {
    margin-top: 2vw;
    line-height: 2.2;
  }
  #shopping .list-shopping .block-letter .infos .color-list li span {
    width: 2.5vw;
    height: 2.5vw;
  }
  #shopping .list-shopping .block-letter .infos .color-list li:not(:last-child) {
    margin-right: 2vw;
  }
  #shopping .block-news .block-content {
    padding: 2rem;
  }
  #shopping .block-news .block-content + .block-content {
    margin-top: 1.6rem;
  }
  #shopping .block-news .txt-title {
    line-height: 1.4 !important;
  }
  #shopping .block-news .txt-body {
    margin-top: 0.8rem;
  }
  #shopping .block-news .txt-delivery-free {
    max-width: 100%;
    letter-spacing: 0.08em !important;
    padding: 0.6rem 0.8rem 0.4rem;
  }
  #shopping .block-news .txt-delivery-free.line2 {
    padding: 0.8rem;
  }
  #shopping .block-news .txt-delivery-free > em {
    font-size: 130%;
    letter-spacing: 0.02em !important;
    margin-left: 0.08em;
    margin-right: 0.04em;
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
}
/*============================================================
  qa
============================================================*/
#qa {
  padding-bottom: 2.8vw;
}

#qa .block-cap {
  display: block;
  width: 39.2vw;
  height: 5.6vw;
  margin: 0 auto;
  position: relative;
}

#qa .block-cap::after {
  content: "";
  display: block;
  width: 72.8vw;
  height: 72.8vw;
  background: url(https://file003.shop-pro.jp/PA01423/414/assets/images/texture_rice.png) center top repeat;
  background-size: 48vw auto;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#qa .block-cap .cap-curve {
  width: auto;
  height: 100%;
  fill: #e8652b;
}

#qa .block-body {
  background-color: #e8652b;
  background-position: center -5.6vw;
  background-position: center calc(-5.6vw - 1px);
  border-radius: 6px;
  padding-bottom: 2.8vw;
  margin-top: -1px;
}

#qa .block-title {
  top: -1.4vw;
}

#qa .list-qa {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: left;
  padding: 0 5.6vw;
  margin-top: 1.4vw;
}

#qa .list-qa > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 5.6vw 2.8vw;
  position: relative;
}

#qa .list-qa .txt-question {
  letter-spacing: 0.1em;
  position: relative;
}

#qa .list-qa .txt-question::before {
  content: "Q";
  color: #fff;
  font-family: "Overpass";
  font-size: 2.8rem;
  position: absolute;
  left: -1.6em;
  top: -0.48em;
}

html.desktop.chrome #qa .list-qa .txt-question::before {
  font-size: 2vw;
}

#qa .list-qa .txt-answer {
  margin-top: 1.6rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #qa {
    padding-bottom: 4vw;
  }
  #qa .block-cap {
    width: 70vw;
    height: 10vw;
  }
  #qa .block-cap::after {
    content: "";
    display: block;
    width: 130vw;
    height: 130vw;
    background-size: 100vw auto;
  }
  #qa .block-body {
    background-position: center -10vw;
    background-position: center calc(-10vw - 1px);
    padding-bottom: 2vw;
  }
  #qa .block-title {
    top: -2vw;
  }
  #qa .list-qa {
    padding: 0 6vw;
    margin-top: 4vw;
  }
  #qa .list-qa > li {
    width: 100%;
    padding: 0 0 8vw;
  }
  #qa .list-qa .txt-question {
    line-height: 1.6;
    position: relative;
  }
  #qa .list-qa .txt-question::before {
    display: block;
    position: static;
  }
  #qa .list-qa .txt-answer {
    margin-top: 1.6rem;
  }
}
/*============================================================
  produce
============================================================*/
#produce {
  padding-top: 0;
}

#produce .block-body {
  padding-bottom: 2.8vw;
  border-radius: 6px;
  border: 1px solid #ccc;
  overflow: hidden;
}

@media (max-width: 768px) and (orientation: portrait) {
  #produce .block-body {
    padding-bottom: 6vw;
  }
}
/*  content
------------------------------------------------*/
#produce .block-content .block-title {
  display: table;
  width: 28vw;
  height: 28vw;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 4px;
  position: absolute;
  right: 2.8vw;
  top: 2.8vw;
}

#produce .block-content .block-title .block-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#produce .block-content .block-title .txt-title > span {
  display: block;
  color: #555;
  letter-spacing: 0.16em;
  line-height: 1;
}

#produce .block-content .block-title .txt-title > strong {
  display: block;
  color: #555;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 1.6rem;
}

#produce .block-content .block-title .txt-title::before,
#produce .block-content .block-title .txt-title::after {
  display: none;
}

#produce .block-content .block-title .block-logo {
  margin-top: 14%;
  position: relative;
}

#produce .block-content .block-title .pic-logo {
  display: block;
  margin: 0 auto;
}

#produce .block-content .block-title .pic-logo + .pic-logo {
  margin-top: 16%;
}

#produce .block-content .block-title .pic-logo + .pic-logo::before,
#produce .block-content .block-title .pic-logo + .pic-logo::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  margin: auto;
  background-color: #666;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8rem;
  bottom: 0;
}

#produce .block-content .block-title .pic-logo + .pic-logo::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#produce .block-content .block-title .pic-logo + .pic-logo::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#produce .block-content .block-title .pic-logo.ondo {
  width: 24%;
}

#produce .block-content .block-title .pic-logo.beans {
  width: 24%;
}

#produce .block-content .block-letter {
  padding: 5.6vw 14vw;
}

#produce .block-content .block-letter .txt-answer + .txt-question {
  margin-top: 4.2vw;
}

#produce .block-content .block-letter .txt-answer {
  padding: 0 5.6vw;
  margin-top: 1.6rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #produce .block-content .block-image {
    width: 150%;
  }
  #produce .block-content .block-title {
    display: block;
    width: 100%;
    height: auto;
    background-color: none;
    border-radius: 0;
    margin-top: 4rem;
    position: static;
  }
  #produce .block-content .block-title .block-inner {
    display: block;
  }
  #produce .block-content .block-title .block-logo {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: 5.2rem auto 2rem;
  }
  #produce .block-content .block-title .pic-logo {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }
  #produce .block-content .block-title .pic-logo + .pic-logo {
    margin-top: 0;
  }
  #produce .block-content .block-title .pic-logo + .pic-logo::before,
  #produce .block-content .block-title .pic-logo + .pic-logo::after {
    top: 0;
  }
  #produce .block-content .block-title .pic-logo.ondo {
    width: 50%;
  }
  #produce .block-content .block-title .pic-logo.ondo > img {
    width: 44%;
    margin-bottom: 2%;
  }
  #produce .block-content .block-title .pic-logo.beans {
    width: 50%;
  }
  #produce .block-content .block-title .pic-logo.beans > img {
    width: 44%;
  }
  #produce .block-content .block-letter {
    border-bottom: 1px solid #eee;
    padding: 6vw 6vw;
  }
  #produce .block-content .block-letter .txt-answer + .txt-question {
    margin-top: 4vw;
  }
  #produce .block-content .block-letter .txt-answer {
    padding: 0;
    margin-top: 1rem;
  }
}
/*  profile
------------------------------------------------*/
#produce .block-profile .list-profile {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: left;
  margin-top: 2.8vw;
}

#produce .block-profile .list-profile > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 2.8vw;
  position: relative;
}

#produce .block-profile .list-profile .block-image {
  width: 20%;
  float: left;
}

#produce .block-profile .list-profile .block-letter {
  width: 80%;
  padding-left: 2.8vw;
  float: right;
}

#produce .block-profile .list-profile .txt-status {
  display: block;
  line-height: 1;
}

#produce .block-profile .list-profile .txt-name {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 1.2rem;
}

#produce .block-profile .list-profile .txt-name > span {
  margin-left: 0.5rem;
}

#produce .block-profile .list-profile .txt-body {
  margin-top: 2rem;
}

#produce .block-profile .list-profile .pic-logo {
  position: absolute;
  left: 2.8vw;
  bottom: 0.7rem;
}

#produce .block-profile .list-profile .pic-logo.ondo {
  width: 3.6vw;
}

#produce .block-profile .list-profile .pic-logo.beans {
  width: 3.6vw;
}

@media (max-width: 768px) and (orientation: portrait) {
  #produce .block-profile .list-profile {
    margin-top: 6vw;
  }
  #produce .block-profile .list-profile > li {
    width: 100%;
    padding: 0 6vw;
  }
  #produce .block-profile .list-profile > li + li {
    margin-top: 2.4rem;
  }
  #produce .block-profile .list-profile .block-image {
    width: 6.4rem;
    height: 6.4rem;
    float: none;
    position: absolute;
    left: 6vw;
    top: 0;
  }
  #produce .block-profile .list-profile .block-letter {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  #produce .block-profile .list-profile .txt-title {
    padding-left: 8rem;
    padding-top: 1rem;
  }
  #produce .block-profile .list-profile .txt-body {
    margin-top: 2.4rem;
  }
  #produce .block-profile .list-profile .pic-logo {
    margin-top: 0.8rem;
    margin-left: auto;
    position: static;
  }
  #produce .block-profile .list-profile .pic-logo.ondo {
    width: 10.8vw;
  }
  #produce .block-profile .list-profile .pic-logo.beans {
    width: 10.8vw;
  }
}
/*============================================================
  animal
============================================================*/
#animal {
  text-align: center;
}

#animal .list-animal {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: left;
  padding: 0 3.5vw;
  margin-top: 4.4vw;
}

#animal .list-animal > li {
  display: inline-block;
  width: 33.3333333333%;
  vertical-align: top;
  padding: 0 1.4vw 2.8vw;
  position: relative;
}

html.ie #animal .list-animal > li {
  width: 33.333%;
}

#animal .list-animal > li:nth-of-type(n + 10) {
  display: none;
}

#animal .list-animal.isAll > li:nth-of-type(n + 10) {
  display: inline-block;
  -webkit-animation: list_item_in 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: list_item_in 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

#animal .list-animal .block-front,
#animal .list-animal .block-back {
  width: 100%;
  height: 22.4vw;
  border-radius: 5px;
  overflow: hidden;
}

#animal .list-animal .block-back {
  background-size: 40vw auto;
}

#animal .list-animal .block-front.grn,
#animal .list-animal .block-back.grn {
  background-color: #65bbb1;
  background-color: #5fb7ad;
}

#animal .list-animal .block-front.orn,
#animal .list-animal .block-back.orn {
  background-color: #e8652b;
}

#animal .list-animal .block-content {
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

#animal .list-animal .block-content .block-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

#animal .list-animal .block-back .block-content .block-inner {
  padding: 0 10%;
}

#animal .list-animal .pic-animal {
  display: inline-block;
}

#animal .list-animal .pic-animal.rabbit {
  width: 18%;
}

#animal .list-animal .pic-animal.fox {
  width: 38%;
}

#animal .list-animal .pic-animal.yak {
  width: 52%;
}

#animal .list-animal .pic-animal.dog {
  width: 38%;
}

#animal .list-animal .pic-animal.zebra {
  width: 50%;
}

#animal .list-animal .pic-animal.quail {
  width: 18%;
}

#animal .list-animal .pic-animal.squirrel {
  width: 25%;
}

#animal .list-animal .pic-animal.penguin {
  width: 22%;
}

#animal .list-animal .pic-animal.giraffe {
  width: 40%;
}

#animal .list-animal .pic-animal.bear {
  width: 54%;
}

#animal .list-animal .pic-animal.cat {
  width: 30%;
}

#animal .list-animal .pic-animal.turtle {
  width: 26%;
}

#animal .list-animal .pic-animal.lion {
  width: 48%;
}

#animal .list-animal .pic-animal.kangaroo {
  width: 44%;
  margin-left: 14%;
}

#animal .list-animal .pic-animal.monkey {
  width: 32%;
}

#animal .list-animal .pic-animal.elephant {
  width: 64%;
}

#animal .list-animal .pic-animal.unicorn {
  width: 45%;
}

#animal .list-animal .txt-name {
  line-height: 1;
  margin-bottom: 2.4rem;
}

#animal .list-animal .txt-name-en {
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  padding: 0.6rem 1.6rem 0.4rem;
  margin-top: 1.5rem;
}

#animal .list-animal .txt-trivia-title {
  display: inline-block;
  line-height: 1.5;
  padding: 0 1.6rem;
  position: relative;
}

#animal .list-animal .txt-trivia-title::before,
#animal .list-animal .txt-trivia-title::after {
  content: "";
  display: block;
  width: 2px;
  height: 3.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
}

#animal .list-animal .txt-trivia-title::before {
  left: 0;
  -webkit-transform: rotate(-15deg) translateY(-50%);
          transform: rotate(-15deg) translateY(-50%);
}

#animal .list-animal .txt-trivia-title::after {
  right: 0;
  -webkit-transform: rotate(15deg) translateY(-50%);
          transform: rotate(15deg) translateY(-50%);
}

#animal .list-animal .txt-trivia-body {
  margin-top: 2rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #animal .list-animal {
    padding: 0 6vw;
    margin-top: 8vw;
    margin-bottom: 2vw;
  }
  #animal .list-animal > li {
    width: 100%;
    padding: 0 0 4vw;
  }
  #animal .list-animal .block-front,
  #animal .list-animal .block-back {
    height: 68vw;
  }
  #animal .list-animal .block-back {
    background-size: 100vw auto;
  }
}
/*  note
------------------------------------------------*/
#animal .block-note {
  padding: 0 14vw;
  margin-top: 4vw;
}

#animal .txt-note {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 768px) and (orientation: portrait) {
  #animal .block-note {
    text-align: left;
    padding: 0 12vw;
    margin-top: 12vw;
  }
}
/*  credit
------------------------------------------------*/
#animal .block-credit {
  margin-top: 6vw;
  text-align: center;
}

#animal .block-credit::before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background-color: #665c56;
  margin: 0 auto 3.5vw;
}

#animal .block-credit::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(https://file003.shop-pro.jp/PA01423/414/assets/images/logo_zara.png) center center no-repeat;
  background-size: contain;
  margin: 0.6rem auto 0;
}

@media (max-width: 768px) and (orientation: portrait) {
  #animal .block-credit {
    margin-top: 12vw;
  }
}
/*============================================================
  footer
============================================================*/
#footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#footer .block-title {
  height: 11.2vw;
}

#footer .block-title .cap-title {
  width: 32.2vw;
  height: 4.6vw;
  position: absolute;
  left: 0;
  right: 0;
  top: -4vw;
}

#footer .block-title .txt-title {
  height: 4vw;
  padding: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

#footer .block-title .txt-title::before,
#footer .block-title .txt-title::after {
  display: none;
}

#footer .block-title .cap-curve {
  -webkit-filter: none;
          filter: none;
}

html.ie #footer .block-title .cap-curve {
  stroke: none;
}

#footer .block-link {
  width: 100%;
  height: 11.2vw;
  padding: 0 5.6vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

#footer .block-link .list-company,
#footer .block-link .list-guide {
  display: block;
  width: 50%;
  height: 100%;
  font-size: 0;
}

#footer .block-link .list-company > li,
#footer .block-link .list-guide > li {
  display: inline-table;
  height: 100%;
}

#footer .block-link .list-company > li > a,
#footer .block-link .list-guide > li > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#footer .block-link .list-company {
  float: left;
}

#footer .block-link .list-company > li + li {
  margin-left: 5.6vw;
}

#footer .block-link .list-company > li > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#footer .block-link .list-company .pic-logo.ondo {
  width: 6.8vw;
}

html.desktop.ie #footer .block-link .list-company .pic-logo.ondo,
html.desktop.edge #footer .block-link .list-company .pic-logo.ondo {
  position: relative;
  top: -0.2vw;
}

#footer .block-link .list-company .pic-logo.beans {
  width: 6.4vw;
}

#footer .block-link .list-guide {
  text-align: right;
  float: right;
}

#footer .block-link .list-guide > li + li {
  margin-left: 2.8vw;
}

#footer .block-link .list-guide .ico-arrow {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: middle;
  background-color: #eee;
  border-radius: 50%;
  margin-right: 0.8rem;
  margin-top: -0.24rem;
}

#footer .block-link .list-guide .ico-arrow use {
  fill: #666;
}

#footer .block-link .list-guide .txt-button {
  letter-spacing: 0.16em;
}

#footer .txt-copyright {
  display: block;
  width: 100%;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3.5vw;
  z-index: 1;
}

@media (max-width: 768px) and (orientation: portrait) {
  #footer .block-title {
    height: auto;
  }
  #footer .block-title .cap-title {
    width: 56vw;
    height: 8vw;
    top: -7.8vw;
  }
  #footer .block-title .txt-title {
    height: 10vw;
  }
  #footer .block-link {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 4vw;
    position: static;
  }
  #footer .block-link .list-company,
  #footer .block-link .list-guide {
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
  }
  #footer .block-link .list-company > li > a,
  #footer .block-link .list-guide > li > a {
    height: auto;
  }
  #footer .block-link .list-company > li {
    display: block;
    width: 100%;
    height: auto;
  }
  #footer .block-link .list-company > li + li {
    margin-left: 0;
  }
  #footer .block-link .list-company > li > a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 5.6vw 0;
  }
  #footer .block-link .list-company .pic-logo {
    display: inline-block;
  }
  #footer .block-link .list-company .pic-logo.ondo {
    width: 17vw;
  }
  #footer .block-link .list-company .pic-logo.beans {
    width: 16vw;
  }
  #footer .block-link .list-guide {
    margin-top: 6vw;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #footer .block-link .list-guide > li {
    display: inline-table;
    width: 50%;
    height: 6rem;
    background-color: #fafafa;
  }
  #footer .block-link .list-guide > li + li {
    margin-left: 0;
  }
  #footer .txt-copyright {
    padding: 4rem 0;
    margin-top: 6vw;
    margin-bottom: 8vw;
    position: static;
  }
}
/*============================================================
  news
============================================================*/
#news {
  width: 64%;
  padding: 4% 2%;
}

#news article {
  display: none;
}

#news article.active {
  display: inline;
}

#news article .txt-title {
  text-align: center;
}

#news article .txt-body {
  text-align: center;
  margin-top: 3.2rem;
}

#news article .txt-body a {
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

#news article .txt-body a:hover {
  text-decoration: underline;
}

#news .txt-body > em {
  text-decoration: underline;
}

#news article .txt-note {
  text-align: center;
  margin-top: 1.6rem;
}

#news article .block-point {
  text-align: center;
  margin: 3.2rem auto;
}

#news article .block-point dl > dt,
#news article .block-point dl > dd {
  line-height: 1.2;
}

#news article .block-point dl > dd {
  margin-top: 1.2rem;
}

@media (max-width: 768px) and (orientation: portrait) {
  #news {
    width: 80%;
    padding: 8% 6% 6%;
  }
  #news article .txt-body {
    text-align: left;
    margin-top: 6%;
  }
  #news article .txt-note {
    text-align: left;
    margin-top: 4%;
  }
  #news article .block-point {
    margin: 4% auto;
  }
  #news article .block-point dl > dd {
    margin-top: 2%;
  }
}
#header .btn-shipping {
  opacity: 0;
}

#header.active .btn-shipping {
  -webkit-animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s both;
          animation: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s both;
  -webkit-animation-name: scale_in_lv5, fade_in;
          animation-name: scale_in_lv5, fade_in;
}

@media (max-width: 768px) and (orientation: portrait) {
  #topics .list-topics > li:nth-of-type(4) {
    padding-left: 0;
  }
  .btn-shipping {
    right: 1.5vw;
    bottom: calc(2vw + 11.6rem + 15rem);
  }
  .btn-shipping img {
    width: 23vw;
    height: 23vw;
  }
}
/*============================================================
  cat
============================================================*/
.c_cat_pc {
  position: absolute;
  bottom: 0.8vw;
  left: 2.7vw;
  z-index: 9;
  width: 10vw;
  overflow: hidden;
}

.c_cat_sp {
  display: none;
}

.c_cat_pc_fixed {
  position: fixed;
  /* top: inherit; */
  left: 10px;
  bottom: 10px;
  -webkit-animation: catFadeInLeft 1s ease-out;
  animation: catFadeInLeft 1s ease-out;
}

@-webkit-keyframes catFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes catFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .c_cat_pc {
    display: none !important;
  }
  .c_cat_sp {
    display: block !important;
    position: fixed;
    width: 22vw;
    left: 5px;
    z-index: 9;
    bottom: 5px;
  }
}

.c_cat_pc_stop {
  position: fixed;
  left: 10px;
  bottom: 310px; /* 画面下から300px + 固定時の余白10px = 310px の位置で固定 */
}

/*============================================================
  XMAS
============================================================*/
/*20250819 レビューキャンペーン用追記*/
#news-reviewCampaign.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-reviewCampaign__txt-left {
  text-align: left !important;
  width: 61%;
}

.news-reviewCampaign__txt-link {
  text-decoration: underline !important;
  text-decoration-color: #65bbb1;
}

@media (max-width: 768px) and (orientation: portrait) {
  .news-reviewCampaign__txt-left {
    text-align: left;
    width: 100%;
  }
}