@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --size-6: calc((6 / 828) * 100vw);
  --size-10: calc((10 / 828) * 100vw);
  --size-20: calc((20 / 828) * 100vw);
  --size-22: calc((22 / 828) * 100vw);
  --size-24: calc((24 / 828) * 100vw);
  --size-25: calc((25 / 828) * 100vw);
  --size-28: calc((28 / 828) * 100vw);
  --size-29: calc((29 / 828) * 100vw);
  --size-31: calc((30 / 828) * 100vw);
  --size-32: calc((32 / 828) * 100vw);
  --size-34: calc((34 / 828) * 100vw);
  --size-36: calc((36 / 828) * 100vw);
  --size-38: calc((38 / 828) * 100vw);
  --size-39: calc((39 / 828) * 100vw);
  --size-41: calc((41 / 828) * 100vw);
  --size-48: calc((48 / 828) * 100vw);
  --size-49: calc((49 / 828) * 100vw);
  --size-60: calc((60 / 828) * 100vw);
}
@media only screen and (min-width: 829px) {
  :root {
    --content-width: 590;
    --size-6: calc((var(--content-width) / 828) * 6px);
    --size-10: calc((var(--content-width) / 828) * 10px);
    --size-20: calc((var(--content-width) / 828) * 20px);
    --size-22: calc((var(--content-width) / 828) * 22px);
    --size-24: calc((var(--content-width) / 828) * 24px);
    --size-25: calc((var(--content-width) / 828) * 25px);
    --size-28: calc((var(--content-width) / 828) * 28px);
    --size-29: calc((var(--content-width) / 828) * 29px);
    --size-31: calc((var(--content-width) / 828) * 31px);
    --size-32: calc((var(--content-width) / 828) * 32px);
    --size-34: calc((var(--content-width) / 828) * 34px);
    --size-36: calc((var(--content-width) / 828) * 36px);
    --size-38: calc((var(--content-width) / 828) * 38px);
    --size-39: calc((var(--content-width) / 828) * 39px);
    --size-41: calc((var(--content-width) / 828) * 41px);
    --size-48: calc((var(--content-width) / 828) * 48px);
    --size-49: calc((var(--content-width) / 828) * 49px);
    --size-60: calc((var(--content-width) / 828) * 60px);
  }
}

@media screen and (min-width: 829px) {
  html {
    overflow-y: scroll;
  }
}

.is-modal {
  overflow-y: hidden;
}

body {
  color: #212121;
  font-size: var(--size-32);
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(50 / 32);
  background: #e5374a;
}
@media screen and (min-width: 829px) {
  body {
    width: 100%;
  }
}

@media screen and (min-width: 829px) {
  #ichigo_shinbun .display-sp, #ichigo_shinbun .sp {
    display: none;
  }
  #ichigo_shinbun a .on {
    display: none;
  }
  #ichigo_shinbun a:hover .on {
    display: block;
  }
  #ichigo_shinbun a:hover .off {
    display: none;
  }
  #ichigo_shinbun a.hover {
    display: block;
    overflow: hidden;
  }
  #ichigo_shinbun a.hover img {
    transition: -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1), -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
  }
  #ichigo_shinbun a.hover:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 828px) {
  #ichigo_shinbun .display-pc, #ichigo_shinbun .pc {
    display: none;
  }
}
#ichigo_shinbun img {
  display: block;
  width: 100%;
  height: auto;
}
@media (any-hover: hover) {
  #ichigo_shinbun a .scale, #ichigo_shinbun .mv--btn .scale, #ichigo_shinbun .modal--btn .scale {
    transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  #ichigo_shinbun a:hover .scale, #ichigo_shinbun .mv--btn:hover .scale, #ichigo_shinbun .modal--btn:hover .scale {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
#ichigo_shinbun .deco, #ichigo_shinbun .balloon {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#ichigo_shinbun .marquee {
  width: 100%;
  overflow: hidden;
}
#ichigo_shinbun .marquee-content {
  display: flex;
}
#ichigo_shinbun .marquee--img {
  width: 25%;
}
#ichigo_shinbun .image {
  position: relative;
}
#ichigo_shinbun .image-txt {
  display: block;
  color: #221815;
  font-size: var(--size-25);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#ichigo_shinbun .view_area {
  background: #e5374a;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 829px) {
  #ichigo_shinbun .pc_content {
    display: grid;
    justify-content: center;
    grid-template-columns: calc(694 / 1600 * 100%) 590px 1fr;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) and (max-width: 1400px) {
  #ichigo_shinbun .pc_content {
    grid-template-columns: 1fr 590px calc(20 / 1600 * 100%);
  }
}
@media screen and (min-width: 829px) {
  #ichigo_shinbun .view_area {
    width: 590px;
    margin: 0 auto;
  }
  #ichigo_shinbun .view_area:before, #ichigo_shinbun .view_area:after {
    content: "";
    display: none;
    width: 4px;
    height: 100%;
    background: #efb1c9;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  #ichigo_shinbun .view_area:before {
    left: -4px;
  }
  #ichigo_shinbun .view_area:after {
    right: -4px;
  }
  #ichigo_shinbun .pc_l {
    display: flex;
    align-items: flex-start;
    justify-content: right;
    max-width: 694px;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
  }
  #ichigo_shinbun .pc_l .inner {
    width: 100%;
    margin: 0;
    position: relative;
  }
  #ichigo_shinbun .pc_l--ttl {
    width: calc(505 / 694 * 100%);
    margin: calc(72 / 694 * 100%) 0 calc(56 / 694 * 100%) calc(81 / 694 * 100%);
    position: relative;
    z-index: 2;
  }
  #ichigo_shinbun .pc_l .local-nav-content {
    width: calc(461 / 694 * 100%);
    margin: 0 auto;
    background: none;
    padding-top: calc(32 / 694 * 100%);
    padding-bottom: calc(36 / 694 * 100%);
    position: relative;
    z-index: 1;
  }
  #ichigo_shinbun .pc_l .local-nav-content:after {
    content: "";
    display: block;
    width: calc(440 / 461 * 100%);
    height: 100%;
    background: url("../img/pc/bg_menu_left.png") 0 0/100% 100% no-repeat;
    margin: calc(-10 / 461 * 100%) 0 0 calc(10 / 461 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #ichigo_shinbun .pc_l .local-nav--list {
    font-size: min(17.5px, 1.1vw);
  }
  #ichigo_shinbun .pc_l--cake {
    width: calc(420 / 694 * 100%);
    margin: calc(-42 / 694 * 100%) auto 0;
    position: relative;
    z-index: 1;
  }
  #ichigo_shinbun .pc_l--deco1-1 {
    width: calc(122 / 694 * 100%);
    margin: calc(79 / 694 * 100%) 0 0 calc(16 / 694 * 100%);
    top: 0;
    left: 0;
    z-index: 0;
  }
  #ichigo_shinbun .pc_l--deco1-2 {
    width: calc(78 / 694 * 100%);
    margin: calc(27 / 694 * 100%) 0 0 calc(49 / 694 * 100%);
    top: 0;
    left: 0;
  }
  #ichigo_shinbun .pc_l--deco2 {
    width: calc(575 / 694 * 100%);
    margin: calc(445 / 694 * 100%) 0 0 calc(35 / 694 * 100%);
    top: 0;
    left: 0;
  }
  #ichigo_shinbun .pc_l--deco3 {
    width: calc(87 / 694 * 100%);
    margin: calc(222 / 694 * 100%) 0 0 calc(465 / 694 * 100%);
    top: 0;
    left: 0;
    z-index: 2;
  }
  #ichigo_shinbun .pc_l--deco4 {
    width: calc(95 / 694 * 100%);
    margin: calc(474 / 694 * 100%) 0 0 calc(560 / 694 * 100%);
    top: 0;
    left: 0;
    z-index: 0;
  }
  #ichigo_shinbun .pc_l--deco5 {
    width: calc(85 / 694 * 100%);
    margin: calc(723 / 694 * 100%) 0 0 calc(60 / 694 * 100%);
    top: 0;
    left: 0;
    z-index: 2;
  }
}
@media screen and (min-width: 829px) {
  #ichigo_shinbun .pc_r {
    display: flex;
    align-items: center;
    height: 100vh;
    margin: 0;
    position: sticky;
    top: 0;
  }
  #ichigo_shinbun .pc_r .inner {
    width: 100%;
    margin: 0 0 0 3.7974683544%;
    position: sticky;
    top: 0;
  }
  #ichigo_shinbun .pc_r--img {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) and (max-width: 1400px) {
  #ichigo_shinbun .pc_r {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  #ichigo_shinbun .pc_l, #ichigo_shinbun .pc_r {
    display: none;
  }
}
#ichigo_shinbun .swiper-wrapper {
  height: auto;
}
#ichigo_shinbun .mv {
  padding: 0.1px 0 calc(167 / 828 * 100%);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 829px) {
  #ichigo_shinbun .mv {
    padding: 0.1px 0 calc(280 / 828 * 100%);
  }
}
#ichigo_shinbun .mv-controler {
  width: 100%;
  height: 132.3671497585vw;
  display: flex;
  justify-content: center;
  margin: calc(40 / 828 * 100%) 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#ichigo_shinbun .mv-controler > div {
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 829px) {
  #ichigo_shinbun .mv-controler {
    height: calc(590 / 828 * 1096px);
  }
}
#ichigo_shinbun .mv--ttl {
  width: 94.5652173913vw;
  height: 132.3671497585vw;
  margin: calc(40 / 828 * 100%) 0 0 calc(21 / 828 * 100%);
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 829px) {
  #ichigo_shinbun .mv--ttl {
    width: calc(0.9456521739px * 590);
    height: calc(1.3236714976px * 590);
  }
}
#ichigo_shinbun .mv--btn {
  width: calc(305 / 828 * 100%);
  margin: calc(999 / 828 * 100%) 0 0 calc(420 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  cursor: pointer;
}
#ichigo_shinbun .mv--deco1-1 {
  width: calc(94 / 828 * 100%);
  margin: calc(1174 / 828 * 100%) 0 0 calc(80 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .mv--deco1-2 {
  width: calc(60 / 828 * 100%);
  margin: calc(1218 / 828 * 100%) 0 0 calc(213 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .mv--deco1-3 {
  width: calc(43 / 828 * 100%);
  margin: calc(1174 / 828 * 100%) 0 0 calc(279 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .mv--deco2 {
  width: calc(133 / 828 * 100%);
  margin: calc(1175 / 828 * 100%) 0 0 calc(662 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .local-nav {
  padding: 0.1px 0 calc(62 / 828 * 100%);
  position: relative;
  z-index: 0;
}
#ichigo_shinbun .local-nav-content {
  position: relative;
  background: url("../img/bg_menu.png") 0 0/100% auto no-repeat;
  margin: calc(34 / 828 * 100%) 0 0;
  padding: calc(62 / 828 * 100%) 0;
}
#ichigo_shinbun .local-nav--head {
  width: calc(337 / 828 * 100%);
  margin: calc(-45 / 828 * 100%) 0 0 calc(41 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#ichigo_shinbun .local-nav--list {
  width: calc(665 / 828 * 100%);
  background: url("../img/line_menu.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(79 / 828 * 100%);
  padding-top: calc(6 / 828 * 100%);
}
#ichigo_shinbun .local-nav--list a {
  display: flex;
  color: #221815;
  letter-spacing: 0;
  text-decoration: none;
  padding: calc(16 / 665 * 100%) 0 calc(28 / 665 * 100%);
}
#ichigo_shinbun .local-nav--list a > div:nth-child(1) {
  width: calc(60 / 665 * 100%);
  margin: 0 calc(32 / 665 * 100%) 0 0;
}
#ichigo_shinbun .local-nav--list a > div:nth-child(2) {
  width: calc(560 / 665 * 100%);
  position: relative;
}
#ichigo_shinbun .local-nav--list a > div:nth-child(2) > img {
  width: calc(426 / 560 * 100%);
  margin: calc(12 / 560 * 100%) 0 calc(18 / 560 * 100%);
}
#ichigo_shinbun .local-nav--list a > div:nth-child(2) > p {
  line-height: calc(39 / 32);
  margin: 0;
}
#ichigo_shinbun .local-nav--list a > div:nth-child(2):after {
  content: "";
  display: block;
  width: calc(28 / 560 * 100%);
  background: url("../img/arrow_menu.png") 0 0/100% auto no-repeat;
  margin-top: calc(-13 / 560 * 100%);
  padding-top: calc(26 / 560 * 100%);
  position: absolute;
  top: 50%;
  right: 0;
}
@media (any-hover: hover) {
  #ichigo_shinbun .local-nav--list a > div:nth-child(2):after {
    transition: -webkit-transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  #ichigo_shinbun .local-nav--list a:hover > div:nth-child(2):after {
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%);
  }
}
#ichigo_shinbun .local-nav--btn {
  margin: calc(41 / 828 * 100%) 0 0 calc(36 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#ichigo_shinbun .local-nav--ttl {
  margin: 0;
  position: relative;
  z-index: 0;
}
#ichigo_shinbun .content1 {
  background: url("../img/bg_pink.png") 0 0/100% auto repeat-y;
  padding: 0.1px 0 calc(86 / 828 * 100%);
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .content1-wrap {
  margin: calc(88 / 828 * 100%) 0;
  padding: 0.1px 0;
  position: relative;
}
#ichigo_shinbun .content1-wrap:before {
  content: "";
  display: block;
  width: calc(778 / 828 * 100%);
  background: url("../img/waku_content_content1.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(25 / 828 * 100%);
  padding: calc(65 / 828 * 100%) 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ichigo_shinbun .content1-wrap:after {
  content: "";
  display: block;
  width: calc(778 / 828 * 100%);
  height: 100%;
  background: #ffc2d8;
  margin: calc(62 / 828 * 100%) 0 0 calc(25 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ichigo_shinbun .content1--num {
  width: calc(122 / 828 * 100%);
  margin: calc(-114 / 828 * 100%) 0 0 calc(15 / 828 * 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
#ichigo_shinbun .content1--ttl {
  width: calc(707 / 828 * 100%);
  margin: calc(80 / 828 * 100%) 0 calc(23 / 828 * 100%) calc(57 / 828 * 100%);
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .content1--day {
  width: calc(522 / 828 * 100%);
  margin: 0 auto calc(46 / 828 * 100%);
}
#ichigo_shinbun .content1--txt1 {
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto calc(82 / 828 * 100%);
}
#ichigo_shinbun .content1-spot {
  width: calc(650 / 828 * 100%);
  letter-spacing: 0;
  position: relative;
}
#ichigo_shinbun .content1-spot--ttl {
  display: flex;
  justify-content: flex-start;
  color: #d70012;
  font-size: var(--size-41);
  letter-spacing: 0.05em;
  line-height: calc(50 / 41);
  margin: 0 0 calc(30 / 650 * 100%) calc(77 / 650 * 100%);
}
#ichigo_shinbun .content1-spot--ttl span {
  text-align: center;
}
#ichigo_shinbun .content1-spot--img {
  width: calc(536 / 650 * 100%);
}
#ichigo_shinbun .content1-spot1 {
  margin-bottom: calc(58 / 828 * 100%);
  padding: calc(50 / 828 * 100%) 0 calc(58 / 828 * 100%);
  background: url("../img/cloud1_content1.png") 0 0/100% auto no-repeat;
}
#ichigo_shinbun .content1-spot1 .content1-spot--txt {
  width: calc(133 / 650 * 100%);
  margin: calc(198 / 650 * 100%) 0 0 calc(66 / 650 * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#ichigo_shinbun .content1-spot1 .content1-spot--img {
  margin-left: calc(229 / 650 * 100%);
}
#ichigo_shinbun .content1-spot1 .content1-spot--img .image-txt {
  width: calc(518 / 536 * 100%);
  text-align: right;
  margin: calc(300 / 536 * 100%) 0 0 0;
}
#ichigo_shinbun .content1-spot2 {
  background: url("../img/cloud2_content1.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 auto;
  padding: calc(61 / 828 * 100%) 0 0;
}
#ichigo_shinbun .content1-spot2 .content1-spot--ttl {
  margin-left: calc(182 / 650 * 100%);
}
#ichigo_shinbun .content1-spot2 .content1-spot--txt {
  text-align: center;
  margin-left: calc(48 / 650 * 100%);
}
#ichigo_shinbun .content1-spot2 .content1-spot--txt span {
  display: inline-block;
  width: calc(21 / 650 * 100%);
  margin: 0 0 calc(4 / 650 * 100%) calc(14 / 650 * 100%);
}
#ichigo_shinbun .content1-spot2 .content1-spot--img {
  margin-left: calc(-108 / 650 * 100%);
  margin-bottom: calc(55 / 650 * 100%);
}
#ichigo_shinbun .content1-spot2 .content1-spot--img .image-txt {
  width: calc(518 / 536 * 100%);
  text-align: right;
  margin: calc(302 / 536 * 100%) 0 0 0;
}
#ichigo_shinbun .content1--txt2 {
  font-size: var(--size-34);
  color: #ef3d9e;
  letter-spacing: 0;
  line-height: calc(57 / 34);
  text-align: center;
  margin: 0 0 calc(-60 / 828 * 100%) 0;
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .content1-slider {
  width: calc(778 / 828 * 100%);
  margin: 0 auto calc(70 / 828 * 100%);
  position: relative;
  z-index: 0;
}
#ichigo_shinbun .content1-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#ichigo_shinbun .content1-slider .swiper-slide {
  width: calc(360 / 778 * 100%);
}
#ichigo_shinbun .content1--txt3 {
  width: calc(437 / 828 * 100%);
  margin: 0 0 calc(48 / 828 * 100%) calc(72 / 828 * 100%);
}
#ichigo_shinbun .content1--txt4 {
  letter-spacing: 0;
  margin: 0 0 0 calc(72 / 828 * 100%);
}
#ichigo_shinbun .content1--txt4 span {
  display: inline-block;
  width: calc(21 / 746 * 100%);
  margin: 0 0 calc(4 / 746 * 100%) calc(14 / 746 * 100%);
}
#ichigo_shinbun .content1--deco1 {
  width: calc(132 / 828 * 100%);
  margin: calc(-129 / 828 * 100%) calc(30 / 828 * 100%) 0 0;
  top: 0;
  right: 0;
}
#ichigo_shinbun .content1--deco2 {
  width: calc(43 / 828 * 100%);
  margin: calc(-60 / 828 * 100%) 0 0 calc(254 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content1--deco3 {
  width: calc(100 / 828 * 100%);
  margin: calc(232 / 828 * 100%) 0 0 calc(685 / 828 * 100%);
  top: 0;
  left: 0;
  z-index: 0;
}
#ichigo_shinbun .content1--deco4-1 {
  width: calc(68 / 650 * 100%);
  margin: calc(-30 / 650 * 100%) calc(110 / 650 * 100%) 0 0;
  top: 0;
  right: 0;
}
#ichigo_shinbun .content1--deco4-2 {
  width: calc(50 / 650 * 100%);
  margin: calc(77 / 650 * 100%) calc(35 / 650 * 100%) 0 0;
  top: 0;
  right: 0;
}
#ichigo_shinbun .content1--deco5 {
  width: calc(52 / 650 * 100%);
  margin: calc(5 / 650 * 100%) 0 0 calc(39 / 650 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .content1--deco6 {
  width: calc(139 / 650 * 100%);
  margin: calc(5 / 650 * 100%) 0 0 calc(-118 / 650 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .content1--deco7 {
  width: calc(122 / 650 * 100%);
  margin: calc(413 / 650 * 100%) calc(72 / 650 * 100%) 0 0;
  right: 0;
  top: 0;
}
#ichigo_shinbun .content1--deco8 {
  width: calc(237 / 828 * 100%);
  margin: 0 calc(15 / 828 * 100%) calc(-84 / 828 * 100%) 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#ichigo_shinbun .content2 {
  background: url("../img/bg_blue.png") 0 0/100% auto repeat-y;
  padding: 0.1px 0;
  position: relative;
  z-index: 2;
}
#ichigo_shinbun .content2-wrap {
  margin: calc(88 / 828 * 100%) 0 calc(140 / 828 * 100%);
  padding: 0.1px 0;
  position: relative;
}
#ichigo_shinbun .content2-wrap:after {
  content: "";
  display: block;
  width: calc(778 / 828 * 100%);
  background: url("../img/bg_content_content2.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(25 / 828 * 100%);
  padding-top: calc(1839 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ichigo_shinbun .content2--num {
  width: calc(143 / 828 * 100%);
  margin: calc(-69 / 828 * 100%) 0 0 calc(29 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ichigo_shinbun .content2--ttl {
  width: calc(707 / 828 * 100%);
  margin: calc(78 / 828 * 100%) 0 calc(23 / 828 * 100%) calc(76 / 828 * 100%);
}
#ichigo_shinbun .content2--day {
  width: calc(522 / 828 * 100%);
  margin: 0 0 calc(46 / 828 * 100%) calc(153 / 828 * 100%);
}
#ichigo_shinbun .content2--txt1 {
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 calc(25 / 828 * 100%);
}
#ichigo_shinbun .content2--img {
  width: calc(716 / 828 * 100%);
  margin: 0 0 calc(-61 / 828 * 100%) calc(87 / 828 * 100%);
  position: relative;
  z-index: 0;
}
#ichigo_shinbun .content2--img .image-txt {
  width: calc(592 / 716 * 100%);
  text-align: right;
  margin: calc(548 / 716 * 100%) 0 0 0;
}
#ichigo_shinbun .content2-join {
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .content2-join--head {
  width: calc(296 / 828 * 100%);
  margin: 0 0 calc(42 / 828 * 100%) calc(60 / 828 * 100%);
}
#ichigo_shinbun .content2-join-step {
  display: flex;
  margin: 0 0 0 0;
}
#ichigo_shinbun .content2-join--num {
  width: calc(54 / 828 * 100%);
  margin: 0 calc(33 / 828 * 100%) 0 calc(66 / 828 * 100%);
}
#ichigo_shinbun .content2-join--line {
  display: block;
  width: calc(6 / 54 * 100%);
  background: url("../img/line_content2.png") 0 0/100% auto no-repeat;
  margin: calc(12 / 54 * 100%) auto;
  padding-top: calc(90 / 54 * 100%);
}
#ichigo_shinbun .content2-join--txt {
  line-height: calc(46 / 32);
  margin: 0 0 0 0;
}
#ichigo_shinbun .content2-spot {
  letter-spacing: 0;
}
#ichigo_shinbun .content2-spot--head {
  width: calc(403 / 828 * 100%);
  margin: calc(40 / 828 * 100%) calc(33 / 828 * 100%) calc(18 / 828 * 100%) calc(74 / 828 * 100%);
}
#ichigo_shinbun .content2-spot--place {
  font-size: var(--size-29);
  font-weight: 500;
  line-height: calc(42 / 29);
  margin: 0 0 0 calc(80 / 828 * 100%);
}
#ichigo_shinbun .content2-spot--notes {
  font-size: var(--size-25);
  font-weight: 500;
  line-height: 1;
  margin: calc(20 / 828 * 100%) 0 0 calc(80 / 828 * 100%);
}
#ichigo_shinbun .content2--deco1 {
  width: calc(410 / 828 * 100%);
  margin: calc(-118 / 828 * 100%) 0 0 calc(130 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content2--deco2 {
  width: calc(73 / 828 * 100%);
  margin: calc(50 / 828 * 100%) 0 0 calc(610 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content2--deco3 {
  width: calc(89 / 828 * 100%);
  margin: calc(311 / 828 * 100%) 0 0 calc(78 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content2--deco4 {
  width: calc(50 / 828 * 100%);
  margin: calc(574 / 828 * 100%) 0 0 calc(707 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content2--deco5 {
  width: calc(131 / 828 * 100%);
  margin: calc(1071 / 828 * 100%) 0 0 calc(659 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content3 {
  background: url("../img/bg_green.png") 0 0/100% auto repeat-y;
  padding: 0.1px 0;
  position: relative;
  z-index: 0;
}
#ichigo_shinbun .content3-wrap {
  margin: calc(88 / 828 * 100%) 0 calc(140 / 828 * 100%);
  padding: 0.1px 0;
  position: relative;
}
#ichigo_shinbun .content3-wrap:after {
  content: "";
  display: block;
  width: calc(778 / 828 * 100%);
  background: url("../img/bg_content_content3.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(25 / 828 * 100%);
  padding-top: calc(1947 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ichigo_shinbun .content3--num {
  width: calc(102 / 828 * 100%);
  margin: calc(-100 / 828 * 100%) 0 0 calc(45 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ichigo_shinbun .content3--ttl {
  width: calc(704 / 828 * 100%);
  margin: calc(73 / 828 * 100%) 0 calc(12 / 828 * 100%) calc(60 / 828 * 100%);
}
#ichigo_shinbun .content3--day {
  width: calc(522 / 828 * 100%);
  margin: 0 0 calc(46 / 828 * 100%) calc(153 / 828 * 100%);
}
#ichigo_shinbun .content3--txt1 {
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 calc(50 / 828 * 100%);
}
#ichigo_shinbun .content3--img {
  width: calc(634 / 828 * 100%);
  margin: 0 0 calc(39 / 828 * 100%) calc(86 / 828 * 100%);
}
#ichigo_shinbun .content3--img .image-txt {
  width: 100%;
  text-align: right;
  margin: calc(508 / 634 * 100%) 0 0 0;
}
#ichigo_shinbun .content3-join--head {
  width: calc(296 / 828 * 100%);
  margin: 0 0 calc(28 / 828 * 100%) calc(60 / 828 * 100%);
}
#ichigo_shinbun .content3-join-step {
  display: flex;
  margin: 0 0 0 0;
}
#ichigo_shinbun .content3-join--num {
  width: calc(54 / 828 * 100%);
  margin: 0 calc(33 / 828 * 100%) 0 calc(66 / 828 * 100%);
}
#ichigo_shinbun .content3-join--line {
  display: block;
  width: calc(6 / 54 * 100%);
  background: url("../img/line_content3.png") 0 0/100% auto no-repeat;
  margin: calc(9 / 54 * 100%) auto;
  padding-top: calc(172 / 54 * 100%);
}
#ichigo_shinbun .content3-join--txt {
  width: calc(600 / 828 * 100%);
  line-height: calc(45 / 32);
  margin: 0 0 0 0;
}
#ichigo_shinbun .content3-join--btn {
  display: block;
  width: calc(401 / 600 * 100%);
  margin: calc(26 / 600 * 100%) 0 0 calc(65 / 600 * 100%);
}
#ichigo_shinbun .content3-join--message {
  display: block;
  width: calc(258 / 600 * 100%);
  margin: calc(10 / 600 * 100%) 0 0 auto;
}
#ichigo_shinbun .content3--deco1 {
  width: calc(318 / 828 * 100%);
  margin: calc(-128 / 828 * 100%) 0 0 calc(163 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content3--deco2 {
  width: calc(93 / 828 * 100%);
  margin: calc(290 / 828 * 100%) 0 0 calc(659 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content3--deco3 {
  width: calc(85 / 828 * 100%);
  margin: calc(1913 / 828 * 100%) 0 0 calc(52 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content3--deco4 {
  width: calc(50 / 828 * 100%);
  margin: calc(574 / 828 * 100%) 0 0 calc(707 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content3--deco5 {
  width: calc(131 / 828 * 100%);
  margin: calc(1061 / 828 * 100%) 0 0 calc(659 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4 {
  background: url("../img/bg_yellow.png") 0 0/100% auto repeat-y;
  padding: 0.1px 0;
  position: relative;
  z-index: 0;
}
#ichigo_shinbun .content4-wrap {
  margin: calc(94 / 828 * 100%) 0 calc(88 / 828 * 100%);
  padding: 0.1px 0;
  position: relative;
}
#ichigo_shinbun .content4-wrap:before {
  content: "";
  display: block;
  width: calc(778 / 828 * 100%);
  background: url("../img/waku_content_content4.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(25 / 828 * 100%);
  padding: calc(80 / 828 * 100%) 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ichigo_shinbun .content4-wrap:after {
  content: "";
  display: block;
  width: calc(778 / 828 * 100%);
  height: 98%;
  background: #fff6a4;
  margin: calc(75 / 828 * 100%) 0 0 calc(25 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ichigo_shinbun .content4--num {
  width: calc(170 / 828 * 100%);
  margin: calc(-36 / 828 * 100%) 0 0 calc(29 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#ichigo_shinbun .content4--ttl {
  width: calc(598 / 828 * 100%);
  margin: calc(97 / 828 * 100%) 0 calc(23 / 828 * 100%) calc(127 / 828 * 100%);
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .content4--day {
  width: calc(522 / 828 * 100%);
  margin: 0 auto calc(46 / 828 * 100%);
}
#ichigo_shinbun .content4--txt1 {
  font-size: var(--size-28);
  letter-spacing: 0;
  line-height: calc(50 / 28);
  text-align: center;
  margin: 0 0 calc(36 / 828 * 100%);
}
#ichigo_shinbun .content4--txt1 span {
  display: inline-block;
  width: calc(30 / 828 * 100%);
  margin: 0 0 calc(-4 / 828 * 100%) calc(8 / 828 * 100%);
}
#ichigo_shinbun .content4--txt2 {
  color: #ef3d9e;
  font-size: var(--size-31);
  letter-spacing: 0;
  line-height: calc(54 / 31);
  text-align: center;
  margin: 0 0 calc(37 / 828 * 100%);
}
#ichigo_shinbun .content4--btn {
  width: calc(401 / 828 * 100%);
  margin: 0 0 calc(82 / 828 * 100%) calc(208 / 828 * 100%);
}
#ichigo_shinbun .content4--img1 {
  width: calc(191 / 828 * 100%);
  margin: calc(810 / 828 * 100%) 0 0 calc(23 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4--img2 {
  width: calc(216 / 828 * 100%);
  margin: calc(810 / 828 * 100%) 0 0 calc(608 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4--img3 {
  width: calc(188 / 828 * 100%);
  margin: calc(1150 / 828 * 100%) 0 0 calc(622 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4--img3 .image-txt {
  width: 12em;
  margin: calc(244 / 188 * 100%) 0 0 -4em;
}
#ichigo_shinbun .content4-present {
  padding: 0.1px 0;
  position: relative;
}
#ichigo_shinbun .content4-present--head {
  color: #ef3d9e;
  font-size: var(--size-49);
  line-height: 1;
  letter-spacing: 0;
}
#ichigo_shinbun .content4-present--head b {
  display: block;
  font-weight: 700;
  font-size: var(--size-60);
  margin: calc(20 / 60 * 1em) 0 0 0;
}
#ichigo_shinbun .content4-present--head span {
  display: block;
  font-size: var(--size-39);
  margin: 0 0 calc(25 / 39 * 1em) 0;
}
#ichigo_shinbun .content4-present1 {
  width: calc(593 / 828 * 100%);
  margin-bottom: calc(180 / 828 * 100%);
  background: url("../img/cloud1_content4.png") 0 0/100% auto no-repeat;
}
#ichigo_shinbun .content4-present1 .content4-present--lead {
  width: calc(499 / 593 * 100%);
  margin: calc(-16 / 593 * 100%) 0 calc(30 / 593 * 100%) calc(65 / 593 * 100%);
}
#ichigo_shinbun .content4-present1 .content4-present--head {
  margin: 0 0 calc(45 / 593 * 100%) calc(67 / 593 * 100%);
}
#ichigo_shinbun .content4-present1 .content4-present--btn {
  width: calc(401 / 593 * 100%);
  margin: 0 0 calc(43 / 593 * 100%) calc(75 / 593 * 100%);
}
#ichigo_shinbun .content4-present1 .content4-present--img {
  width: calc(261 / 593 * 100%);
  margin: calc(70 / 593 * 100%) 0 0 calc(505 / 593 * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4-present1 .content4-present--img .image-txt {
  width: 12em;
  text-align: right;
  margin: calc(352 / 261 * 100%) 0 0 -1em;
}
#ichigo_shinbun .content4-present2 {
  width: calc(553 / 828 * 100%);
  background: url("../img/cloud2_content4.png") right 0/100% auto no-repeat;
  margin-left: auto;
  margin-bottom: calc(38 / 828 * 100%);
}
#ichigo_shinbun .content4-present2 .content4-present--lead {
  width: calc(299 / 553 * 100%);
  margin: calc(-141 / 553 * 100%) 0 calc(174 / 553 * 100%) calc(-172 / 553 * 100%);
}
#ichigo_shinbun .content4-present2 .content4-present--head {
  margin: 0 0 calc(84 / 553 * 100%) calc(139 / 553 * 100%);
}
#ichigo_shinbun .content4-present2 .content4-present--img1 {
  width: calc(245 / 553 * 100%);
  margin: calc(-207 / 553 * 100%) 0 0 calc(246 / 553 * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4-present2 .content4-present--img2 {
  width: calc(287 / 553 * 100%);
  margin: calc(-9 / 553 * 100%) 0 0 calc(-212 / 553 * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4-present2 .content4--deco5 {
  width: calc(92 / 553 * 100%);
  margin: calc(-36 / 553 * 100%) 0 0 calc(24 / 553 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4-present2 .content4--deco6 {
  width: calc(77 / 553 * 100%);
  margin: calc(343 / 553 * 100%) 0 0 calc(403 / 553 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4-info {
  display: flex;
  margin-bottom: calc(6 / 828 * 100%);
}
#ichigo_shinbun .content4-info--head {
  width: calc(186 / 828 * 100%);
  margin: 0 calc(50 / 828 * 100%) 0 calc(69 / 828 * 100%);
}
#ichigo_shinbun .content4-info--txt {
  width: calc(450 / 828 * 100%);
  font-size: var(--size-31);
  letter-spacing: 0;
  line-height: calc(38 / 31);
  margin: 0;
}
#ichigo_shinbun .content4-info2 .content4-info--txt {
  margin-top: calc(6 / 828 * 100%);
}
#ichigo_shinbun .content4-notice {
  font-size: var(--size-24);
  margin: calc(40 / 828 * 100%) 0 calc(20 / 828 * 100%) 0;
}
#ichigo_shinbun .content4-notice--head {
  display: flex;
  color: #d70012;
  margin: 0 0 calc(18 / 828 * 100%);
}
#ichigo_shinbun .content4-notice--head span {
  display: inline-block;
  width: calc(27 / 828 * 100%);
  margin: 0 calc(13 / 828 * 100%) 0 calc(72 / 828 * 100%);
}
#ichigo_shinbun .content4-notice--txt {
  width: calc(676 / 828 * 100%);
  font-weight: 500;
  text-indent: -1em;
  letter-spacing: -0.02em;
  line-height: calc(32 / 24);
  margin: 0 0 0 calc(72 / 828 * 100%);
  padding-left: 1em;
}
#ichigo_shinbun .content4--deco1 {
  width: calc(128 / 828 * 100%);
  margin: calc(-88 / 828 * 100%) 0 0 calc(213 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4--deco2 {
  width: calc(114 / 828 * 100%);
  margin: calc(-30 / 828 * 100%) 0 0 calc(622 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4--deco3-1 {
  width: calc(60 / 828 * 100%);
  margin: calc(152 / 828 * 100%) 0 0 calc(31 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4--deco3-2 {
  width: calc(66 / 828 * 100%);
  margin: calc(241 / 828 * 100%) 0 0 calc(105 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content4--deco4 {
  width: calc(100 / 828 * 100%);
  margin: calc(319 / 828 * 100%) 0 0 calc(629 / 828 * 100%);
  top: 0;
  left: 0;
}
#ichigo_shinbun .content5 {
  background: url("../img/bg_pink.png") 0 0/100% auto repeat-y;
  padding: 0.1px 0;
  position: relative;
  z-index: 2;
}
#ichigo_shinbun .content5-wrap {
  margin: calc(88 / 828 * 100%) 0 calc(140 / 828 * 100%);
  padding: 0.1px 0;
  position: relative;
}
#ichigo_shinbun .content5-wrap:after {
  content: "";
  display: block;
  width: calc(778 / 828 * 100%);
  background: url("../img/bg_content_content5.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(25 / 828 * 100%);
  padding-top: calc(1930 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#ichigo_shinbun .content5--num {
  width: calc(98 / 828 * 100%);
  margin: calc(-52 / 828 * 100%) 0 0 calc(70 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ichigo_shinbun .content5--ttl {
  width: calc(710 / 828 * 100%);
  margin: calc(58 / 828 * 100%) 0 calc(25 / 828 * 100%) calc(61 / 828 * 100%);
}
#ichigo_shinbun .content5--day {
  width: calc(522 / 828 * 100%);
  margin: 0 0 calc(36 / 828 * 100%) calc(153 / 828 * 100%);
}
#ichigo_shinbun .content5--txt1 {
  font-size: var(--size-32);
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 calc(30 / 828 * 100%);
}
#ichigo_shinbun .content5--txt1 b {
  color: #d70012;
  font-size: var(--size-38);
  font-weight: 700;
}
#ichigo_shinbun .content5--img {
  width: calc(716 / 828 * 100%);
  margin: 0 0 calc(-79 / 828 * 100%) calc(98 / 828 * 100%);
  position: relative;
  z-index: 0;
}
#ichigo_shinbun .content5--img .image-txt {
  width: calc(648 / 716 * 100%);
  text-align: right;
  margin: calc(560 / 716 * 100%) 0 0 0;
}
#ichigo_shinbun .content5-join {
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .content5-join--head {
  width: calc(296 / 828 * 100%);
  margin: 0 0 calc(28 / 828 * 100%) calc(60 / 828 * 100%);
}
#ichigo_shinbun .content5-join-step {
  display: flex;
  margin: 0 0 0 0;
}
#ichigo_shinbun .content5-join-step1 .content5-join--txt {
  margin-top: calc(-7 / 600 * 100%);
}
#ichigo_shinbun .content5-join-step2 .content5-join--txt {
  margin-top: calc(8 / 600 * 100%);
}
#ichigo_shinbun .content5-join--num {
  width: calc(54 / 828 * 100%);
  margin: 0 calc(20 / 828 * 100%) 0 calc(66 / 828 * 100%);
}
#ichigo_shinbun .content5-join--line {
  display: block;
  width: calc(6 / 54 * 100%);
  background: url("../img/line_content5.png") 0 0/100% auto no-repeat;
  margin: calc(9 / 54 * 100%) auto calc(7 / 54 * 100%);
  padding-top: calc(117 / 54 * 100%);
}
#ichigo_shinbun .content5-join--txt {
  width: calc(600 / 828 * 100%);
  line-height: calc(46 / 32);
  margin: 0 0 0 0;
}
#ichigo_shinbun .content5-join--btn {
  display: block;
  width: calc(439 / 600 * 100%);
  margin: calc(14 / 600 * 100%) 0 0 calc(42 / 600 * 100%);
}
#ichigo_shinbun .content5--txt2 {
  color: #d70012;
  font-size: var(--size-36);
  line-height: calc(46 / 36);
  text-align: center;
  margin: calc(46 / 828 * 100%) 0 calc(32 / 828 * 100%);
}
#ichigo_shinbun .content5--btn {
  width: calc(439 / 828 * 100%);
  margin: 0 auto;
}
#ichigo_shinbun .content5--deco1-1 {
  width: calc(71 / 828 * 100%);
  margin: calc(-68 / 828 * 100%) 0 0 calc(193 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .content5--deco1-2 {
  width: calc(57 / 828 * 100%);
  margin: calc(-115 / 828 * 100%) 0 0 calc(87 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .content5--deco2 {
  width: calc(152 / 828 * 100%);
  margin: calc(-201 / 828 * 100%) 0 0 calc(641 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .content5--deco3 {
  width: calc(120 / 828 * 100%);
  margin: calc(628 / 828 * 100%) 0 0 calc(649 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .content5--deco4 {
  width: calc(122 / 828 * 100%);
  margin: calc(1824 / 828 * 100%) 0 0 calc(639 / 828 * 100%);
  left: 0;
  top: 0;
}
#ichigo_shinbun .shop {
  background: #e5374a;
  padding: 0.1px 0;
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .shop--ttl {
  width: calc(393 / 828 * 100%);
  margin: calc(81 / 828 * 100%) auto calc(57 / 828 * 100%);
}
#ichigo_shinbun .shop-slider--arrow {
  width: calc(113 / 828 * 100%);
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
#ichigo_shinbun .shop-slider--next {
  margin: calc(173 / 828 * 100%) calc(26 / 828 * 100%) 0 0;
  right: 0;
}
#ichigo_shinbun .shop-slider--prev {
  margin: calc(173 / 828 * 100%) 0 0 calc(26 / 828 * 100%);
  left: 0;
}
#ichigo_shinbun .shop-slider a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#ichigo_shinbun .shop--thumb {
  width: calc(648 / 828 * 100%);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#ichigo_shinbun .shop--thumb > img {
  border: solid var(--size-6) #da374a;
  border-radius: var(--size-48);
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .shop--thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #680000;
  border-radius: var(--size-49);
  margin: calc(8 / 648 * 100%) 0 0 calc(18 / 648 * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#ichigo_shinbun .shop--txt {
  font-size: var(--size-34);
  line-height: calc(40 / 34);
  font-weight: 500;
  text-align: center;
  margin: calc(62 / 828 * 100%) 0 calc(40 / 828 * 100%);
}
#ichigo_shinbun .shop--btn {
  width: calc(688 / 828 * 100%);
  margin: 0 auto;
}
#ichigo_shinbun .shop-bottom--txt {
  color: #fff;
  font-size: var(--size-36);
  line-height: calc(46 / 36);
  text-align: center;
  margin: calc(105 / 828 * 100%) 0 calc(18 / 828 * 100%);
}
#ichigo_shinbun .shop-bottom--btn {
  width: calc(691 / 828 * 100%);
  margin: 0 0 calc(101 / 828 * 100%) calc(68 / 828 * 100%);
}
#ichigo_shinbun .shop--copyright {
  width: calc(504 / 828 * 100%);
  margin: 0 0 calc(29 / 828 * 100%) calc(162 / 828 * 100%);
}
#ichigo_shinbun .modal {
  display: none;
}
#ichigo_shinbun .modal img {
  display: block;
  width: 100%;
  height: auto;
}
#ichigo_shinbun .modal--btn {
  cursor: pointer;
}
#ichigo_shinbun .modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1002;
  overflow: auto;
}
#ichigo_shinbun .modal-content {
  display: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#ichigo_shinbun .modal-content--open {
  display: grid;
  width: 100%;
  height: 100%;
}
#ichigo_shinbun .modal-content.not-centering {
  place-content: inherit;
  overflow: auto;
}
#ichigo_shinbun .modal-content.show .modal-box {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
#ichigo_shinbun .modal-box {
  width: 100%;
  background: url("../img/modal/bg_content.png") 0 0/100% auto no-repeat;
  margin: 0 auto;
  padding: 0.1px 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 0;
  transition: opacity 0.2s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s linear;
  transition: transform 0.3s ease-out, opacity 0.2s linear, -webkit-transform 0.3s ease-out;
}
#ichigo_shinbun .modal .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#ichigo_shinbun .modal--close {
  width: calc(113 / 778 * 100%);
  margin: 0 0 0 calc(602 / 778 * 100%);
  padding-top: calc(54 / 778 * 100%);
  position: sticky;
  top: 0;
  left: 0;
  cursor: pointer;
}
#ichigo_shinbun .modal-overlay {
  width: 100%;
  height: 100%;
  background: url("../img/modal/bg.png") 0 0/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 829px) {
  #ichigo_shinbun .modal-overlay {
    background: url("../img/modal/bg.png") 0 0 repeat;
  }
}
#ichigo_shinbun #modal_shop .modal-content {
  align-items: center;
}
#ichigo_shinbun #modal_shop .modal-box {
  display: flex;
  flex-wrap: wrap;
  width: calc(778 / 828 * 100%);
  height: 161.3526570048vw;
}
@media screen and (min-width: 829px) {
  #ichigo_shinbun #modal_shop .modal-box {
    width: min(58.2335329341%, 55.3218562874vh);
    height: min(1336px, 95vh);
  }
}
#ichigo_shinbun #modal_shop .modal-box:before {
  content: "";
  display: block;
  width: calc(134 / 828 * 100%);
  background: url("../img/modal/deco.png") 0 0/100% auto no-repeat;
  margin: calc(-9 / 828 * 100%) 0 0 calc(24 / 828 * 100%);
  padding-top: calc(134 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#ichigo_shinbun #modal_shop .modal-shop {
  overflow: auto;
  width: calc(758 / 778 * 100%);
  height: 90%;
  margin-top: calc(-175 / 778 * 100%);
  padding: calc(120 / 778 * 100%) 0;
  box-sizing: border-box;
}
#ichigo_shinbun #modal_shop .modal-shop--head {
  width: calc(247 / 758 * 100%);
  margin: 0 calc(60 / 758 * 100%) calc(34 / 758 * 100%);
}
#ichigo_shinbun #modal_shop .modal-shop--txt {
  color: #d70013;
  font-size: var(--size-28);
  letter-spacing: 0;
  line-height: calc(47 / 28);
  margin: 0 calc(60 / 758 * 100%) calc(100 / 758 * 100%);
}
#ichigo_shinbun #modal_shop .modal-shop--notes {
  color: #d70013;
  font-size: var(--size-25);
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(35 / 25);
  text-indent: -1em;
  margin: 0 calc(60 / 758 * 100%);
  padding: 0 0 0 1em;
}
#ichigo_shinbun #modal_shop .modal-shop--notes:before {
  content: "・";
  display: inline;
}
#ichigo_shinbun #modal_shop .modal-shop--notes.kome:before {
  content: "※";
}
#ichigo_shinbun #modal_shop .modal-term {
  overflow: auto;
  width: calc(758 / 778 * 100%);
  height: 90%;
  margin-top: calc(-175 / 778 * 100%);
  padding: calc(120 / 778 * 100%) 0;
  box-sizing: border-box;
}
#ichigo_shinbun #modal_shop .modal-term a {
  color: #d70013;
  text-decoration: underline;
}
#ichigo_shinbun #modal_shop .modal-term--head {
  color: #d70013;
  font-size: var(--size-28);
  line-height: 2;
  margin: 0 calc(87 / 758 * 100%) calc(34 / 758 * 100%);
}
#ichigo_shinbun #modal_shop .modal-term--txt {
  color: #d70013;
  font-size: var(--size-22);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.46;
  margin: 0 calc(87 / 758 * 100%);
}
#ichigo_shinbun #modal_shop .modal-term--txt b {
  display: block;
  margin-top: 2em;
  text-indent: -0.5em;
}
#ichigo_shinbun #modal_shop .modal-term--txt span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#ichigo_shinbun #modal_shop .modal-term-list {
  margin: 0;
  padding: 0 calc(97 / 778 * 100%);
}
#ichigo_shinbun #modal_shop .modal-term-list li {
  color: #d70013;
  font-size: var(--size-22);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.46;
  margin: 0 0 0 1.5em;
}
#ichigo_shinbun .footer {
  background: #fff;
  padding: 0.1px 0 0 0;
}
#ichigo_shinbun .footer--logo {
  width: calc(175 / 828 * 100%);
  margin: calc(38 / 828 * 100%) auto calc(32 / 828 * 100%);
}
#ichigo_shinbun .footer-sns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 calc(58 / 828 * 100%);
}
#ichigo_shinbun .footer-sns--logo {
  width: calc(72 / 828 * 100%);
  margin: 0 calc(14 / 828 * 100%);
}
#ichigo_shinbun .footer--copyright {
  font-size: var(--size-20);
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0 0 calc(68 / 828 * 100%);
}
#ichigo_shinbun .content1--ttl.waiting,
#ichigo_shinbun .content2--ttl.waiting,
#ichigo_shinbun .content3--ttl.waiting,
#ichigo_shinbun .content4--ttl.waiting,
#ichigo_shinbun .content5--ttl.waiting {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#ichigo_shinbun .content1--ttl.animating,
#ichigo_shinbun .content2--ttl.animating,
#ichigo_shinbun .content3--ttl.animating,
#ichigo_shinbun .content4--ttl.animating,
#ichigo_shinbun .content5--ttl.animating {
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#ichigo_shinbun .balloon {
  -webkit-animation: balloon 1s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
          animation: balloon 1s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
}
#ichigo_shinbun .balloon.pc_l--deco1-1 {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
#ichigo_shinbun .balloon.pc_l--deco1-2 {
  -webkit-animation-name: balloon2;
          animation-name: balloon2;
}
#ichigo_shinbun .balloon.pc_l--deco4 {
  -webkit-animation-name: balloon2;
          animation-name: balloon2;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
#ichigo_shinbun .balloon.pc_l--deco5 {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
#ichigo_shinbun .balloon.content1--deco3 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
#ichigo_shinbun .balloon.content2--deco5 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-name: balloon2;
          animation-name: balloon2;
}
#ichigo_shinbun .balloon.content4--deco2 {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
#ichigo_shinbun .balloon.content5--deco3 {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-animation-name: balloon2;
          animation-name: balloon2;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(-3.5%);
            transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(4.5%);
            transform: translateY(4.5%);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(-3.5%);
            transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(4.5%);
            transform: translateY(4.5%);
  }
}
@-webkit-keyframes balloon2 {
  0% {
    -webkit-transform: translateY(-2.5%);
            transform: translateY(-2.5%);
  }
  100% {
    -webkit-transform: translateY(8.5%);
            transform: translateY(8.5%);
  }
}
@keyframes balloon2 {
  0% {
    -webkit-transform: translateY(-2.5%);
            transform: translateY(-2.5%);
  }
  100% {
    -webkit-transform: translateY(8.5%);
            transform: translateY(8.5%);
  }
}
#ichigo_shinbun .ichigo {
  -webkit-animation: ichigo 2s linear infinite;
          animation: ichigo 2s linear infinite;
}
#ichigo_shinbun .ichigo.mv--deco1-1 {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-transform-origin: 68.9655172414% 34.0425531915%;
          transform-origin: 68.9655172414% 34.0425531915%;
}
#ichigo_shinbun .ichigo.mv--deco1-2 {
  -webkit-animation-name: ichigo2;
          animation-name: ichigo2;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transform-origin: 36.6666666667% 28.7878787879%;
          transform-origin: 36.6666666667% 28.7878787879%;
}
#ichigo_shinbun .ichigo.mv--deco1-3 {
  -webkit-animation-name: ichigo2;
          animation-name: ichigo2;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-transform-origin: 72.0930232558% 42.4242424242%;
          transform-origin: 72.0930232558% 42.4242424242%;
}
#ichigo_shinbun .ichigo.content1--deco4-1 {
  -webkit-transform-origin: 40.2777777778% 26.9662921348%;
          transform-origin: 40.2777777778% 26.9662921348%;
}
#ichigo_shinbun .ichigo.content2--deco2 {
  -webkit-animation-name: ichigo2;
          animation-name: ichigo2;
  -webkit-transform-origin: 69.8630136986% 70.4225352113%;
          transform-origin: 69.8630136986% 70.4225352113%;
}
#ichigo_shinbun .ichigo.content2--deco3 {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-transform-origin: 35.1063829787% 24.5098039216%;
          transform-origin: 35.1063829787% 24.5098039216%;
}
#ichigo_shinbun .ichigo.content3--deco2 {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-transform-origin: 66.3043478261% 24.2990654206%;
          transform-origin: 66.3043478261% 24.2990654206%;
}
#ichigo_shinbun .ichigo.content4--deco3-1 {
  -webkit-animation-name: ichigo2;
          animation-name: ichigo2;
  -webkit-transform-origin: 35% 28.125%;
          transform-origin: 35% 28.125%;
}
#ichigo_shinbun .ichigo.content5--deco1-1 {
  -webkit-animation-name: ichigo2;
          animation-name: ichigo2;
  -webkit-transform-origin: 69.014084507% 27.1604938272%;
          transform-origin: 69.014084507% 27.1604938272%;
}
#ichigo_shinbun .ichigo.content5--deco4 {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-transform-origin: 68.1818181818% 25.4901960784%;
          transform-origin: 68.1818181818% 25.4901960784%;
}
@-webkit-keyframes ichigo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  24.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  49.99% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  74.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  99.99% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes ichigo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  24.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  49.99% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  74.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  99.99% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes ichigo2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  24.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  49.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  74.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  99.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes ichigo2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  24.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  49.99% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  74.99% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  99.99% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#ichigo_shinbun .marquee.local-nav--img .marquee-content {
  width: calc(4448 / 828 * 100%);
  -webkit-animation: marquee 15s linear infinite;
          animation: marquee 15s linear infinite;
}
#ichigo_shinbun .marquee.pc_r--img-marquee {
  height: 100vh;
}
#ichigo_shinbun .marquee.pc_r--img-marquee .marquee-content {
  flex-direction: column;
  -webkit-animation: marquee_v 20s linear infinite;
          animation: marquee_v 20s linear infinite;
}
#ichigo_shinbun .marquee.pc_r--img-marquee .marquee--img {
  width: 100%;
  height: 25%;
}
#ichigo_shinbun .marquee.pc_r--img-marquee .marquee--img > img {
  margin-left: auto;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@-webkit-keyframes marquee_v {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes marquee_v {
  0% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}