.scroll-animation-child[data-animation-class="animation-maskin"] {
  transition: clip-path 1s cubic-bezier(0.3, 0.5, 0, 1);
  clip-path: xywh(0 0 0% 100%);
}

.scroll-animation-child.animation-maskin {
  clip-path: xywh(0 0 100% 100%);
}

.elementaryslide > * {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  transition-property: opacity, visibility;
}
.elementaryslide > *:first-child, .elementaryslide > *:first-child + * {
  opacity: 1;
  visibility: visible;
}

/* #header */
#nav nav {
  font-feature-settings: "palt";
}
#nav nav > div {
  display: grid;
}
#nav nav .toplevel:first-child {
  padding-top: 37px;
}
#nav nav .secondlevel {
  font-weight: 700;
}
#nav nav .toplevel a,
#nav nav .toplevel + .toplevel a {
  padding: 0 0 22px;
}
#nav nav .secondlevel .vertical {
  vertical-align: top;
  margin-left: 19px;
}
#nav nav .secondlevel a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 22px;
  text-decoration: none;
  color: #d1d1d1;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  cursor: default;
}
#nav nav .secondlevel a[href] {
  color: inherit;
  cursor: pointer;
}
#nav nav .secondlevel a:after {
  transition: width 300ms ease;
  position: relative;
  top: 5px;
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  margin: 0 auto 0 0;
  background-color: #333;
}
#nav nav .secondlevel a[href]:hover:after,
#nav nav .secondlevel a.active:after {
  width: 100%;
}
#nav nav .toplevel:has(+ .secondlevel) a[href]:hover:after {
  width: 0%;
}
#nav nav .cart {
  margin: -10px 0 11px -9px;
}
#nav nav .language {
  margin-left: 4px;
  padding-top: 2px;
  color: #d1d1d1;
}
#nav nav .language a {
  padding-left: 10px;
  border-left: 1px solid #d1d1d1;
  margin-left: 10px;
  color: #333;
  cursor: pointer;
  transition: opacity 200ms ease;
}
#nav nav .note a, #nav nav .instagram a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  transition: opacity 300ms ease;
}
#nav nav .note a[href]:hover, #nav nav .instagram a[href]:hover {
  opacity: 0.6;
}
#nav nav .note {
  margin: 19px 0 0 -1px;
}
#nav nav .instagram {
  padding: 12px 0 52px 0;
  margin-left: -2px;
}

/* #footer */
#footer {
  padding-top: 66px;
  padding-bottom: 56px;
}
#footer .footer-title {
  margin-top: 21px;
  margin-bottom: 63px;
}
#footer .link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-bottom: 55px;
}
#footer .link > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#footer .link > div + div {
  margin-left: 66px;
}
#footer .link div:nth-of-type(2) {
  margin-top: 0;
}
#footer .link div:nth-of-type(3) {
  padding-right: 20px;
}
#footer .link p, #footer .link a {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: calc(40 / 15);
  font-weight: 700;
}
#footer .link .note, #footer .link .instagram {
  padding-left: 5px;
}
#footer .link .note a, #footer .link .instagram a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  font-size: 0;
  line-height: 0;
}
#footer .link .note {
  padding-top: 5px;
}
#footer .link .instagram {
  padding-top: 13px;
}
#footer .link .secondlevel {
  padding-left: 17px;
}
#footer #copyright {
  font-size: 15px;
}

/* #top */
#top-slideshow-2025 {
  position: relative;
  width: 100%;
  height: 100svh;
  background: black;
  color: white;
}
#top-slideshow-2025 .overlay, #top-slideshow-2025 .screen, #top-slideshow-2025 .screen figure, #top-slideshow-2025 .screen img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#top-slideshow-2025 .screen {
  z-index: 1;
  overflow: hidden;
}
#top-slideshow-2025 .screen figure {
  opacity: 0;
  visibility: hidden;
}
#top-slideshow-2025 .screen figure:nth-child(1) {
  opacity: 1;
  visibility: visible;
}
#top-slideshow-2025 .screen figure:nth-child(2) {
  opacity: 0;
  visibility: visible;
}
#top-slideshow-2025 .screen img {
  width: auto;
  height: 100%;
  user-select: none;
}
#top-slideshow-2025 .screen figcaption {
  position: absolute;
  left: 6vw;
  bottom: 15svh;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
}
#top-slideshow-2025 .screen .bar {
  display: block;
  width: 222px;
  height: 3px;
  margin-top: 8px;
  background-color: #b0b0b0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
#top-slideshow-2025 .screen .bar:before {
  transform: translateX(-100%);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}
#top-slideshow-2025 .slide img {
  animation: 5.5s linear 1 forwards slide;
}
#top-slideshow-2025 .slide .bar:before {
  animation: 5.5s linear 1 forwards line-progress;
}
#top-slideshow-2025 .show {
  animation: 0.5s ease-in-out 1 forwards show;
}
#top-slideshow-2025 .overlay {
  z-index: 2;
}
#top-slideshow-2025 .overlay #logo {
  position: absolute;
  top: 10svh;
  left: 6vw;
  user-select: none;
}
#top-slideshow-2025 .overlay h1 {
  position: absolute;
  bottom: calc(15svh + 84px);
  left: 6vw;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
}
#top-slideshow-2025 .overlay h1:after {
  content: '';
  display: block;
  width: 11px;
  height: 1px;
  margin: 5px 0 3px;
  background: white;
  font-size: 0;
  line-height: 0;
}
#top-slideshow-2025 .vertical {
  position: absolute;
  right: 6vw;
  bottom: 0;
  display: block;
  width: 1px;
  height: 120px;
  background-color: #b0b0b0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
#top-slideshow-2025 .vertical:before {
  transform: translateY(-100%);
  animation: 1.5s linear infinite forwards line-drop;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}

@media (min-aspect-ratio: 920 / 1400) {
  #top-slideshow-2025 .screen img {
    width: calc(2000 / 1400 * 100vw);
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@keyframes line-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10vw);
  }
}
@keyframes show {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
#top-news-cms.pickup {
  container-type: inline-size;
  padding: 60px 0 100px;
}
#top-news-cms.pickup #top-pickup-heading {
  margin: 0 0 22px 10cqw;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-family: Roboto, sans-serif;
}

.top-contents-sections {
  position: relative;
  container-type: inline-size;
  width: 100%;
  min-width: 1200px;
  height: 920px;
  overflow: hidden;
}
.top-contents-sections.background-reverse-repeat {
  background: center center no-repeat;
  background-size: 2000px 920px;
}
.top-contents-sections.background-reverse-repeat:before, .top-contents-sections.background-reverse-repeat:after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  transform: scaleX(-1);
  width: 2000px;
  height: 920px;
  background: no-repeat;
  background-size: 10000px 920px;
}
.top-contents-sections.background-reverse-repeat:before {
  left: calc(50% - 3000px);
  background-position: left center;
}
.top-contents-sections.background-reverse-repeat:after {
  left: calc(50% + 1000px);
  background-position: right center;
}
.top-contents-sections .text .number {
  display: block;
  padding-top: 133px;
}
.top-contents-sections .text h1 {
  margin: 12px 0 20px 21px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.top-contents-sections .text h2 {
  margin: 0 0 42px 21px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
}
.top-contents-sections .text .text-a {
  margin: 0 0 0 21px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: calc(40 / 16);
}
.top-contents-sections .text .text-a strong {
  font-size: inherit;
  font-weight: inherit;
}
.top-contents-sections .text .text-b {
  margin: 17px 0 0 21px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: calc(40 / 16);
}
.top-contents-sections .text-left {
  margin-left: 10cqw;
}
.top-contents-sections .text-right {
  margin-left: calc(50% + 70px);
  margin-right: 10cqw;
}
.top-contents-sections .readmore {
  margin: 40px 0 0 21px;
  font-family: "Roboto",sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.top-contents-sections .readmore a {
  transition: background-color 300ms ease;
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 280px;
  height: 80px;
  padding-left: 62px;
  background-color: #EAEAED;
  line-height: 80px;
  text-decoration: none;
}
.top-contents-sections .readmore a span {
  position: absolute;
  top: 35px;
  left: 166px;
  display: block;
  width: 62px;
  height: 10px;
  background: url(/resource/image/readmore.svg) 0 0 no-repeat;
  background-size: 62px 10px;
  overflow: hidden;
  clip: rect(0 100% 100% 0);
}
.top-contents-sections .readmore a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -84px;
  bottom: 0;
  opacity: 0;
  background: white;
}
.top-contents-sections .readmore a[href]:hover {
  background-color: #D3D3D9;
}
.top-contents-sections .readmore a[href]:hover span {
  animation: 0.3s cubic-bezier(0.3, 0.5, 0, 1) forwards allow-clipout, 0.3s cubic-bezier(0.3, 0.5, 0, 1) 0.3s forwards allow-clipin;
}

#top-ourstory-2025 {
  height: 1305px;
  background: center center no-repeat url("/resource/2025/image/top_bg1.jpg");
  background-size: 2000px 1305px;
}
#top-ourstory-2025 .text-right {
  margin-left: calc(50% + 93px);
  margin-right: 10cqw;
}
#top-ourstory-2025 .text .number {
  padding-top: 176px;
}
#top-ourstory-2025 .text h2 {
  margin-bottom: 66px;
}
#top-ourstory-2025 .text .text-a {
  line-height: calc(48 / 23);
}
#top-ourstory-2025 .text .text-b {
  min-width: 404px;
  margin-top: 150px;
}
#top-ourstory-2025 .text .text-b .complete {
  display: inline-block;
}

#top-quality-2025, #top-quality-2025:before, #top-quality-2025:after {
  background-image: url("/resource/2025/image/top_bg2.jpg");
}
#top-quality-2025 .image {
  position: absolute;
  left: calc(50% + 114px);
  top: 241px;
}

#top-store-2025 {
  height: auto;
  min-height: 920px;
}
#top-store-2025 .text .number {
  padding-top: 95px;
}
#top-store-2025 .text .text-a {
  white-space: nowrap;
}
#top-store-2025 .slideshow {
  position: absolute;
  left: calc(50% - 845px);
  top: 184px;
  width: 825px;
  height: 550px;
}
#top-store-2025 .slideshow img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
#top-store-2025 .slideshow img:first-child, #top-store-2025 .slideshow img:first-child + img {
  opacity: 1;
  visibility: visible;
}
#top-store-2025 .readmore {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
}
#top-store-2025 .readmore + .readmore {
  margin-top: 23px;
}
#top-store-2025 .readmore a {
  width: 314px;
  padding-left: 0;
}
#top-store-2025 .readmore a span {
  left: 227px;
}
#top-store-2025 .ex-toritotamago {
  padding-right: 9px;
}
#top-store-2025 .ex-caprices {
  padding-bottom: 94px;
}

#top-onlinestore-2025, #top-onlinestore-2025:before, #top-onlinestore-2025:after {
  background-image: url("/resource/2025/image/top_bg4.jpg");
}
#top-onlinestore-2025 .text .number {
  padding-top: 128px;
}
#top-onlinestore-2025 .readmore {
  width: fit-content; margin-top: 32px;
  font-family: inherit;
  font-weight: 700;
  background: #eaeaec;
}
#top-onlinestore-2025 .readmore + .readmore {
  margin-top: 23px;
}
#top-onlinestore-2025 .readmore a {
  display: flex; align-items: center;
  width: 380px;
  padding-left: 20px;
  letter-spacing: 0.15em;
  line-height: calc(27 / 16);
}
#top-onlinestore-2025 .readmore a.disabled {
  opacity: 0.6;
}
#top-onlinestore-2025 .readmore a span {
  left: 292px;
}
#top-onlinestore-2025 .readmore a:after {
  pointer-events: none;
}

#top-forcorporates-2025 {
  box-sizing: border-box;
  height: auto;
  min-height: 920px;
  padding-bottom: 94px;
}
#top-forcorporates-2025 .text .text-a {
  white-space: nowrap;
}
#top-forcorporates-2025 .text .text-b {
  min-width: 408px;
}
#top-forcorporates-2025 .image {
  position: absolute;
  left: calc(50% - 845px);
  top: 160px;
}
#top-forcorporates-2025 .complete {
  display: inline-block;
}

#top-news-cms {
  container-type: inline-size;
}
#top-news-cms .limit {
  width: auto;
}
#top-news-cms .limit > h1 {
  margin-left: 10cqw;
}
#top-news-cms .limit .to-archive {
  margin-right: 10cqw;
}
#top-news-cms .archive {
  width: 1100px;
  margin: 0 auto;
}

#top #top-others {
  background: white;
  height: auto;
  min-height: 0;
  max-height: none;
  padding-top: 130px;
}

#top-note {
  padding: 92px 0 84px;
}
#top-note p {
  margin: 0;
  text-align: center;
}
#top-note a {
  display: inline-block;
  vertical-align: top;
  transition: opacity 300ms ease;
}
#top-note a:hover {
  opacity: 0.6;
}

#top-instagram {
  height: auto;
  min-height: 0;
  padding-bottom: 124px;
}

/* #quality, #ourcommitment, #philosophy */
#quality #contents .section-1 {
  padding-bottom: 35px;
}
#quality #contents .section-1 .attention {
  font-size: 14px;
}
#quality #contents .types {
  padding: 117px 0 142px;
  background: #f5f5f5;
}
#quality #contents .types section {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}
#quality #contents .types section + section {
  margin-top: 168px;
}
#quality #contents .types section .left {
  width: 496px;
}
#quality #contents .types section .right {
  width: 480px;
}
#quality #contents .types section h1 {
  margin: 0 0 58px;
  text-align: center;
}
#quality #contents .types section p {
  margin: 0;
  font-size: 16px;
  line-height: calc(40 / 16);
  letter-spacing: 0.15em;
  font-weight: 700;
}
#quality #contents .types section p + p {
  margin-top: 30px;
}
#quality #contents .types section p strong {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  white-space: nowrap;
}
#quality #contents .section-heading-a {
  margin: 160px 0 107px;
  text-align: center;
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: 700;
}
#quality #contents .section-3 {
  padding-top: 0;
}
#quality #contents .link {
  margin-bottom: 170px;
}

#ourcommitment #contents .subheading {
  margin: 0;
  padding: 75px 0 33px;
  text-align: center;
  font-size: 28px;
  line-height: calc(56 / 28);
  letter-spacing: 0.2em;
}
#ourcommitment #contents .subheading strong {
  font-weight: 700;
}
#ourcommitment #contents .link {
  margin-top: 132px;
  padding-bottom: 160px;
}

#philosophy #contents .subheading {
  margin: 0;
  padding: 75px 0 91px;
  text-align: center;
  font-size: 28px;
  line-height: calc(56 / 28);
  letter-spacing: 0.2em;
}
#philosophy #contents .subheading strong {
  font-weight: 700;
}
#philosophy #contents .link {
  margin-top: 146px;
  padding-bottom: 246px;
}

#quality #contents .link,
#ourcommitment #contents .link,
#philosophy #contents .link {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#quality #contents .link a,
#ourcommitment #contents .link a,
#philosophy #contents .link a {
  display: block;
  width: 490px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  line-height: 50px;
}
#quality #contents .link a:after,
#ourcommitment #contents .link a:after,
#philosophy #contents .link a:after {
  content: '';
  display: block;
  clear: both;
}
#quality #contents .link a:hover .image,
#ourcommitment #contents .link a:hover .image,
#philosophy #contents .link a:hover .image {
  opacity: 0.6;
}
#quality #contents .link h1,
#ourcommitment #contents .link h1,
#philosophy #contents .link h1 {
  margin: 0 0 17px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
#quality #contents .link .image,
#ourcommitment #contents .link .image,
#philosophy #contents .link .image {
  transition: opacity 300ms ease;
}
#quality #contents .link p,
#ourcommitment #contents .link p,
#philosophy #contents .link p {
  float: left;
  margin: 0;
}
#quality #contents .link .readmore,
#ourcommitment #contents .link .readmore,
#philosophy #contents .link .readmore {
  float: right;
  position: relative;
  z-index: 1;
  margin-right: 84px;
  font-family: "Roboto",sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#quality #contents .link .readmore span,
#ourcommitment #contents .link .readmore span,
#philosophy #contents .link .readmore span {
  position: absolute;
  top: 18px;
  left: calc(100% + 20px);
  display: block;
  width: 62px;
  height: 10px;
  background: url("/resource/image/readmore.svg") 0 0 no-repeat;
  background-size: 62px 10px;
  overflow: hidden;
  clip: rect(0 100% 100% 0);
}
#quality #contents .link .readmore:after,
#ourcommitment #contents .link .readmore:after,
#philosophy #contents .link .readmore:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -84px;
  bottom: 0;
  opacity: 0;
  background: white;
}
#quality #contents .link a[href]:hover .readmore span,
#ourcommitment #contents .link a[href]:hover .readmore span,
#philosophy #contents .link a[href]:hover .readmore span {
  animation: 0.3s cubic-bezier(0.3, 0.5, 0, 1) forwards allow-clipout, 0.3s cubic-bezier(0.3, 0.5, 0, 1) 0.3s forwards allow-clipin;
}

/* stores */
#toritotamago #main-image-slideshow, #caprices #main-image-slideshow {
  position: relative;
  height: 70vh;
  min-height: 406px;
  max-height: 1512px;
}
#toritotamago #main-image-slideshow img, #caprices #main-image-slideshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
#toritotamago .simple-lead, #caprices .simple-lead {
  margin-top: 145px;
  margin-bottom: 245px;
  text-align: center;
}
#toritotamago .simple-lead h1, #caprices .simple-lead h1 {
  margin: 0;
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: 700;
}
#toritotamago .simple-lead p, #caprices .simple-lead p {
  margin: 39px 0 0;
  font-size: 18px;
  line-height: calc(52 / 18);
  letter-spacing: 0.15em;
  font-weight: 700;
}
#toritotamago .section-a .image-limit, #caprices .section-a .image-limit {
  max-width: 1600px;
  margin: 0 auto;
}
#toritotamago .section-a .wrap, #caprices .section-a .wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 192px;
  background: #f5f5f5;
}
#toritotamago .section-a .large, #caprices .section-a .large {
  margin: 0 0 130px;
  padding-top: 106px;
  text-align: center;
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: 700;
}
#toritotamago .section-a .flex, #caprices .section-a .flex {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
#toritotamago .section-a .flex h1, #caprices .section-a .flex h1 {
  margin: -14px 0 38px;
  font-size: 26px;
  line-height: calc(54 / 26);
  letter-spacing: 0.2em;
  font-weight: 700;
}
#toritotamago .section-a .flex p, #caprices .section-a .flex p {
  margin: 0;
  font-size: 16px;
  line-height: calc(40 / 16);
  letter-spacing: 0.15em;
  font-weight: 700;
}
#toritotamago .section-b.section-ba, #caprices .section-b.section-ba {
  margin-top: 197px;
  padding-top: 134px;
  padding-bottom: 202px;
  background: #f5f5f5;
}
#toritotamago .section-b.section-ba + .section-b, #caprices .section-b.section-ba + .section-b {
  margin-top: 148px;
}
#toritotamago .section-b.section-ba .flex, #caprices .section-b.section-ba .flex {
  flex-flow: row wrap;
}
#toritotamago .section-b.section-ba .image > div, #caprices .section-b.section-ba .image > div {
  text-align: left;
}
#toritotamago .section-b .large, #caprices .section-b .large {
  margin: 0 0 103px;
  padding-top: 158px;
  text-align: center;
  font-size: 28px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: 700;
}
#toritotamago .section-b .flex, #caprices .section-b .flex {
  display: flex;
  justify-content: start;
  flex-flow: row-reverse wrap;
  max-width: 1600px;
  margin: 0 auto;
}
#toritotamago .section-b .text, #caprices .section-b .text {
  margin-left: 100px;
  margin-right: auto;
}
#toritotamago .section-b .text h1, #caprices .section-b .text h1 {
  margin: 0;
  padding-top: 47px;
  font-size: 26px;
  line-height: calc(54 / 26);
  letter-spacing: 0.2em;
  font-weight: 700;
}
#toritotamago .section-b .text p, #caprices .section-b .text p {
  margin: 38px 0 0;
  font-size: 16px;
  line-height: calc(40 / 16);
  letter-spacing: 0.15em;
  font-weight: 700;
}
#toritotamago .section-b .image, #caprices .section-b .image {
  width: calc(50% - 70px);
}
#toritotamago .section-b .image > div, #caprices .section-b .image > div {
  width: 100%;
  text-align: right;
}
#toritotamago .section-b .image > div + div, #caprices .section-b .image > div + div {
  margin-top: 61px;
}
#toritotamago .section-b .image > div:first-child img, #caprices .section-b .image > div:first-child img {
  width: 100%;
  height: auto;
}
#toritotamago .section-b .carousel, #caprices .section-b .carousel {
  margin-top: 162px;
}
#toritotamago .section-c, #caprices .section-c {
  width: 100%;
  max-width: 1600px;
  margin: 302px auto 0;
  overflow-x: hidden;
}
#toritotamago .section-c + .section-c, #caprices .section-c + .section-c {
  margin-top: 158px;
}
#toritotamago .section-c .flex, #caprices .section-c .flex {
  display: flex;
}
#toritotamago .section-c .flex > div:first-child, #caprices .section-c .flex > div:first-child {
  margin-left: calc(50% - 700px);
}
#toritotamago .section-c .flex > div:first-child + div, #caprices .section-c .flex > div:first-child + div {
  margin-left: 110px;
}
#toritotamago .section-c .heading, #caprices .section-c .heading {
  margin: -5px 0 0;
  font-size: 26px;
  line-height: calc(43 / 26);
  letter-spacing: 0.2em;
  font-weight: 700;
}
#toritotamago .section-c .text, #caprices .section-c .text {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: calc(40 / 16);
  letter-spacing: 0.15em;
  font-weight: 700;
}
#toritotamago .section-c .link, #caprices .section-c .link {
  margin: 36px 0 0;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0.09em;
  font-weight: 700;
}
#toritotamago .section-c .link + .link, #caprices .section-c .link + .link {
  margin-top: 27px;
}
#toritotamago .section-c .link a, #caprices .section-c .link a {
  display: block;
  width: 280px;
  height: 42px;
  background: #eaeaec;
  text-decoration: none;
  text-align: center;
  transition: opacity 300ms ease;
}
#toritotamago .section-c .link a:hover, #caprices .section-c .link a:hover {
  opacity: 0.6;
}
#toritotamago .carousel, #caprices .carousel {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
#toritotamago .carousel > div, #caprices .carousel > div {
  display: flex;
  animation: 5s linear infinite;
}
#toritotamago .carousel > div > div, #caprices .carousel > div > div {
  display: flex;
}
#toritotamago .carousel img, #caprices .carousel img {
  margin-left: 32px;
}
#toritotamago .another, #caprices .another {
  display: flex;
  justify-content: center;
  width: 1100px;
  margin: 318px auto 146px;
}
#toritotamago .another a, #caprices .another a {
  display: block;
  width: 490px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  line-height: 50px;
}
#toritotamago .another a:after, #caprices .another a:after {
  content: '';
  display: block;
  clear: both;
}
#toritotamago .another a:hover .image, #caprices .another a:hover .image {
  opacity: 0.6;
}
#toritotamago .another h1, #caprices .another h1 {
  margin: 0 0 17px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  font-weight: 700;
}
#toritotamago .another .image, #caprices .another .image {
  transition: opacity 300ms ease;
}
#toritotamago .another p, #caprices .another p {
  float: left;
  margin: 0;
}
#toritotamago .another .readmore, #caprices .another .readmore {
  float: right;
  position: relative;
  z-index: 1;
  margin-right: 84px;
  font-family: "Roboto",sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#toritotamago .another .readmore span, #caprices .another .readmore span {
  position: absolute;
  top: 18px;
  left: calc(100% + 20px);
  display: block;
  width: 62px;
  height: 10px;
  background: url("/resource/image/readmore.svg") 0 0 no-repeat;
  background-size: 62px 10px;
  overflow: hidden;
  clip: rect(0 100% 100% 0);
}
#toritotamago .another .readmore:after, #caprices .another .readmore:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -84px;
  bottom: 0;
  opacity: 0;
  background: white;
}
#toritotamago .another a[href]:hover .readmore span, #caprices .another a[href]:hover .readmore span {
  animation: 0.3s cubic-bezier(0.3, 0.5, 0, 1) forwards allow-clipout, 0.3s cubic-bezier(0.3, 0.5, 0, 1) 0.3s forwards allow-clipin;
}

#caprices .section-b.section-ba {
  padding-bottom: 103px;
}

/* #aboutus */
#aboutus .stores {
  padding-top: 162px;
  padding-bottom: 180px;
}
#aboutus .stores > h1 {
  width: 800px;
  margin: 0 auto 42px;
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
}
#aboutus .stores > h1 + p {
  width: 735px;
  margin: 0 auto 70px;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(40 / 16);
  letter-spacing: 0.148em;
}
#aboutus .stores section {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
#aboutus .stores section + section {
  margin-top: 160px;
}
#aboutus .stores section.reverse {
  flex-direction: row-reverse;
}
#aboutus .stores section .limit {
  width: 453px;
  margin: 0 auto;
}
#aboutus .stores .image {
  width: 50%;
}
#aboutus .stores .image img {
  width: 100%;
  height: auto;
}
#aboutus .stores .text {
  display: flex;
  align-items: center;
  width: 50%;
}
#aboutus .stores .text h1 {
  display: flex;
  align-items: center;
  margin: 0 0 0 -34px;
  padding-bottom: 35px;
  font-weight: 700;
  font-size: 26px;
  line-height: calc(54 / 26);
  letter-spacing: 0.2em;
}
#aboutus .stores .text h1 span {
  position: relative;
}
#aboutus .stores .text h1 + p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: calc(40 / 16);
  letter-spacing: 0.1em;
}
#aboutus .stores .readmore {
  margin: 58px 0 0;
  font-family: "Roboto",sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#aboutus .stores .readmore a {
  transition: background-color 300ms ease;
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 314px;
  height: 80px;
  background-color: #EAEAED;
  line-height: 80px;
  text-decoration: none;
}
#aboutus .stores .readmore a span {
  position: absolute;
  top: 35px;
  left: 227px;
  display: block;
  width: 62px;
  height: 10px;
  background: url("/resource/image/readmore.svg") 0 0 no-repeat;
  background-size: 62px 10px;
  overflow: hidden;
  clip: rect(0 100% 100% 0);
}
#aboutus .stores .readmore a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: -84px;
  bottom: 0;
  opacity: 0;
  background: white;
}
#aboutus .stores .readmore a[href]:hover {
  background-color: #D3D3D9;
}
#aboutus .stores .readmore a[href]:hover span {
  animation: 0.3s cubic-bezier(0.3, 0.5, 0, 1) forwards allow-clipout, 0.3s cubic-bezier(0.3, 0.5, 0, 1) 0.3s forwards allow-clipin;
}
