@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
								 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
@media print, screen and (max-width: 750px) {
  .wrapper {
    min-width: 2px; } }

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .wrapper {
    min-width: 768px; } }

/* 共通スタイル定設
-----------------------------------------------------------------*/
@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 751px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 750px) {
  .dn-sp {
    display: none !important; } }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
@media print, screen and (max-width: 750px) {
  .wrapper {
    min-width: 1px; } }

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .wrapper {
    min-width: 768px; } }

/* 共通スタイル定設
-----------------------------------------------------------------*/
@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 751px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1024px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 750px) {
  .dn-sp {
    display: none !important; } }

.max-w-content-pc {
  max-width: none;
  padding: 0; }

.main-contents {
  background: #fff; }

@media print, screen and (max-width: 750px) {
  .wrapper {
    overflow: hidden;
    min-width: 1px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media print, screen and (max-width: 750px) {
  .pagetop {
    bottom: 140px; } }

#rollingstock {
  background-color: #FFFCC5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  /*  タイトル */
  /*  ボックス */
  /*  基本セット */
  /*=============================================

	FV

==============================================*/
  /*=============================================

	追従ボタン

==============================================*/
  /*=============================================

	セクション1

==============================================*/
  /*=============================================

	セクション2

==============================================*/
  /*=============================================

	セクション3

==============================================*/
  /*
	フリーズドライ食品の調理例
------------------------------------*/
  /*=============================================

	関連記事、お客様の声

==============================================*/
  /*  関連記事 */
  /*  お客様の声 */
  /*=============================================

	セクション4

==============================================*/
  /*
	買い足しセット
------------------------------------*/ }
  #rollingstock a {
    text-decoration: none; }
  @media print, screen and (min-width: 751px) {
    #rollingstock a:hover {
      text-decoration: none;
      opacity: 1; } }
  #rollingstock * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat; }
  #rollingstock a:hover {
    text-decoration: none;
    opacity: 1; }
  #rollingstock img {
    max-width: 100%; }
  #rollingstock .c-sectionHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #567B4D; }
  #rollingstock .c-sectionHead_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Squada One", sans-serif;
    font-weight: 400; }
  #rollingstock .c-sectionHead_index_text {
    letter-spacing: 0.2em; }
  #rollingstock .c-sectionHead_index_num {
    letter-spacing: 0; }
  #rollingstock .c-sectionHead_title {
    font-size: 24px;
    letter-spacing: 0.05em; }
    #rollingstock .c-sectionHead_title::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 22px;
      margin-right: 30px;
      margin-left: 20px;
      background-image: url("/common/amano/img/lp/rollingstock/section_head_colon.svg");
      background-size: contain;
      background-repeat: no-repeat; }
  #rollingstock .c-title_arrow {
    color: #567B4D;
    text-align: center;
    letter-spacing: .1em; }
    #rollingstock .c-title_arrow::after {
      content: "";
      display: block;
      background-size: contain;
      background-repeat: no-repeat; }
  #rollingstock .c-title-line {
    color: #567B4D;
    text-align: center;
    text-decoration: underline;
    display: inline-block; }
  #rollingstock .c-sectionBox {
    overflow: hidden;
    isolation: isolate; }
  #rollingstock .c-sectionBox_head {
    background: #567B4D;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center; }
  #rollingstock .c-sectionBox_body {
    background-color: #fff; }
  #rollingstock .c-productImage img {
    width: 100%; }
  #rollingstock .c-productName_wrapper {
    position: relative;
    text-align: center; }
  #rollingstock .c-productName-sub {
    letter-spacing: 0.04em; }
  #rollingstock .c-productName-name {
    color: #567B4D;
    margin-top: 6px; }
  #rollingstock .c-productPrice {
    color: #E20E0E;
    margin-top: 6px;
    letter-spacing: 0; }
  #rollingstock .c-productDelivery {
    position: absolute; }
    #rollingstock .c-productDelivery img {
      width: 100%; }
  #rollingstock .c-productDescription {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 24px; }
    @media print, screen and (max-width: 750px) {
      #rollingstock .c-productDescription {
        margin-top: 16px !important; } }
  #rollingstock .c-productAllergy_item {
    letter-spacing: 0;
    color: #333; }
    #rollingstock .c-productAllergy_item.yellow, #rollingstock .c-productAllergy_item[data-allergy="えび"] {
      background-color: #FFEA94; }
    #rollingstock .c-productAllergy_item.red, #rollingstock .c-productAllergy_item[data-allergy="かに"] {
      background-color: #FAC7BE; }
    #rollingstock .c-productAllergy_item.brown, #rollingstock .c-productAllergy_item[data-allergy="くるみ"] {
      background-color: #E7CAA4; }
    #rollingstock .c-productAllergy_item.green, #rollingstock .c-productAllergy_item[data-allergy="小麦"] {
      background-color: #D7E8C7; }
    #rollingstock .c-productAllergy_item.purple, #rollingstock .c-productAllergy_item[data-allergy="そば"] {
      background-color: #CFC0DB; }
    #rollingstock .c-productAllergy_item.orange, #rollingstock .c-productAllergy_item[data-allergy="卵"] {
      background-color: #FAD8A3; }
    #rollingstock .c-productAllergy_item.blue, #rollingstock .c-productAllergy_item[data-allergy="乳成分"] {
      background-color: #B8E2F5; }
    #rollingstock .c-productAllergy_item.pink, #rollingstock .c-productAllergy_item[data-allergy="落花生"] {
      background-color: #ECB1C9; }
  #rollingstock .c-productCaution_item.red {
    color: #E20E0E; }
  #rollingstock .c-productButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #rollingstock .c-productButton_link {
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 120px;
    -webkit-transition: .2s;
    transition: .2s; }
  #rollingstock .section1::before, #rollingstock .section2::before, #rollingstock .section3::before, #rollingstock .section4::before {
    content: "";
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
  #rollingstock .section1::before, #rollingstock .section4::before {
    margin-top: 0; }
  #rollingstock .fv {
    position: relative;
    background-color: #FFED64; }
  #rollingstock .fvBg {
    width: 100%;
    position: absolute;
    left: 0;
    background-image: url("/common/amano/img/lp/rollingstock/fv_bg.svg");
    background-size: cover;
    background-repeat: no-repeat; }
  #rollingstock .fvTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.06em;
    position: relative; }
  #rollingstock .fvTitle-top {
    position: relative; }
    #rollingstock .fvTitle-top::before {
      content: "フリーズドライの";
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  #rollingstock .fvTitle-bottom {
    color: #567B4D;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1em; }
    #rollingstock .fvTitle-bottom::before {
      content: "おいしい防災食";
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  #rollingstock .fvTitleInner {
    position: relative; }
  #rollingstock .fvComment {
    position: absolute;
    letter-spacing: 0.1em;
    background-size: contain;
    background-repeat: no-repeat; }
  #rollingstock .fvCircle {
    border-radius: 70px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat; }
  #rollingstock .fvImg {
    position: relative;
    pointer-events: none; }
    #rollingstock .fvImg img {
      width: 100%; }
  #rollingstock .fvSubtitle {
    text-align: center; }
  #rollingstock .fvSubtitle_bars {
    text-align: center; }
  #rollingstock .fvSubtitle_circle {
    display: inline-block;
    color: #fff;
    background-color: #567B4D;
    border-radius: 40px; }
    #rollingstock .fvSubtitle_circle span {
      -webkit-transform: translate(2px, -5px);
      -ms-transform: translate(2px, -5px);
      transform: translate(2px, -5px);
      display: inline-block; }
  #rollingstock .fvDescription {
    letter-spacing: .06em; }
  #rollingstock .fvNav {
    margin-top: 32px; }
  #rollingstock .fvNav_itemInner {
    background-color: #fff;
    color: #567B4D;
    border-radius: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #rollingstock .fvNav_itemInner::before {
      content: "";
      display: block;
      position: absolute;
      margin: auto;
      -webkit-transition: .2s;
      transition: .2s;
      background-size: contain;
      background-repeat: no-repeat; }
    #rollingstock .fvNav_itemInner:visited {
      color: #567B4D; }
  #rollingstock .fvNav_itemStep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  #rollingstock .fvNav_itemStep_text {
    font-family: "Squada One", sans-serif;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.15em; }
  #rollingstock .fvNav_itemStep_num {
    font-family: "Squada One", sans-serif;
    letter-spacing: 0;
    text-align: center;
    margin-top: -4px;
    line-height: 1; }
  #rollingstock .fvNav_itemTitle {
    color: #567B4D;
    text-align: center; }
  #rollingstock .floatButton {
    position: fixed;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s; }
    #rollingstock .floatButton.is-show {
      opacity: 1;
      visibility: visible; }
  #rollingstock .floatButton_link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    #rollingstock .floatButton_link:hover {
      opacity: 1; }
  #rollingstock .floatButton_image img, #rollingstock .floatButton_text img, #rollingstock .floatButton_button img, #rollingstock .section1_listNode_img img {
    width: 100%; }
  #rollingstock .section1_listNode_title {
    color: #567B4D;
    text-align: center; }
  #rollingstock .section1_column {
    text-align: center; }
  #rollingstock .section1_columnImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #rollingstock .section1_columnImage_item {
    width: calc((100% - 10px) / 2);
    position: relative; }
    #rollingstock .section1_columnImage_item img {
      width: 100%; }
  #rollingstock .section1_columnImage_itemText {
    color: #fff;
    background-color: #567B4D;
    position: absolute;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 50px; }
    #rollingstock .section1_columnImage_itemText::after {
      content: "";
      display: block;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      left: 0;
      margin: auto; }
  #rollingstock .section1_columnText_title {
    color: #567B4D; }
  #rollingstock .section1_columnText_description {
    text-align: left; }
  #rollingstock .section2_boxProfile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content auto;
    -ms-grid-columns: min-content auto;
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    -ms-grid-rows: -webkit-min-content 1fr;
    -ms-grid-rows: min-content 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #rollingstock .section2_boxProfile_image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2; }
    #rollingstock .section2_boxProfile_image img {
      width: 100%; }
  #rollingstock .section2_boxProfile_name {
    color: #567B4D;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3; }
  #rollingstock .section2_boxProfile_text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3; }
  #rollingstock .section2_boxColumn_imageWrapper img {
    width: 100%; }
  #rollingstock .section2_boxColumn_title {
    color: #567B4D; }
  #rollingstock .section2_boxBottom {
    text-align: center;
    margin-top: 64px; }
  #rollingstock .section2_boxBottom_listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    aspect-ratio: 1 / 1; }
    #rollingstock .section2_boxBottom_listItem::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      background-color: #FFFCC5;
      border-radius: 50%; }
  #rollingstock .section2_listItem_title {
    color: #567B4D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
  #rollingstock .section2_listItem_title-circle {
    color: #fff;
    background-color: #567B4D;
    border-radius: 40px; }
  #rollingstock .section2_listItem_title-sub {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 0;
    margin-top: 3px; }
  #rollingstock .section2_listItem_image {
    position: relative; }
    #rollingstock .section2_listItem_image img {
      width: 100%; }
  #rollingstock .section2_boxBottom_text {
    text-align: left; }
  #rollingstock .section3_rollingstockTitle {
    color: #567B4D;
    text-align: center;
    background-color: #fff; }
  #rollingstock .section3_rollingstockText {
    text-align: center;
    margin-top: 30px; }
  #rollingstock .section3_rollingstockChart {
    position: relative; }
  #rollingstock .section3_rollingstockChart_image img {
    width: 100%; }
  #rollingstock .section3_rollingstockChart_text {
    position: absolute; }
  #rollingstock .section3_menuTitle {
    color: #567B4D;
    text-align: center; }
  #rollingstock .section3_menuTitle_line {
    letter-spacing: .1em; }
  #rollingstock .section3_menuImage {
    position: relative; }
    #rollingstock .section3_menuImage img {
      width: 100%; }
  #rollingstock .section3_menuProducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #rollingstock .section3_menuProducts_node + #rollingstock .section3_menuProducts_node {
    margin-left: 20px; }
  #rollingstock .section3_menuProducts_image img {
    width: 100%; }
  #rollingstock .section3_menuImage_label {
    position: absolute;
    background-color: #FFED64;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .1em;
    text-align: center; }
  #rollingstock .section3_menuProducts_text {
    text-align: center;
    line-height: 1.285; }
  #rollingstock .section3_column.section3_column-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #rollingstock .section3_column-1 .section3_column_image img {
    width: 100%; }
  #rollingstock .section3_column-2 .section3_column_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
  #rollingstock .section3_column_title {
    color: #567B4D;
    text-align: center; }
  #rollingstock .c-sectionColumn {
    background-color: #779570;
    position: relative;
    padding-bottom: 64px; }
    @media print, screen and (max-width: 750px) {
      #rollingstock .c-sectionColumn {
        padding-bottom: 40px !important; } }
    #rollingstock .c-sectionColumn::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #779570;
      border-radius: 50%; }
  #rollingstock .articleColumn .c-sectionColumn_icon, #rollingstock .voiceColumn .c-sectionColumn_icon {
    position: relative;
    margin: auto; }
    #rollingstock .articleColumn .c-sectionColumn_icon img, #rollingstock .voiceColumn .c-sectionColumn_icon img {
      width: 100%; }
  #rollingstock .c-sectionColumn_title {
    color: #fff;
    text-align: center;
    margin-top: 19px;
    position: relative; }
  #rollingstock .c-sectionColumn_content {
    margin-top: 64px; }
  #rollingstock .articleContent_item {
    overflow: hidden;
    isolation: isolate;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  #rollingstock .articleContent_itemImage img {
    width: 100%; }
  #rollingstock .articleContent_itemText {
    color: #000;
    letter-spacing: 0;
    padding: 17px 20px;
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  #rollingstock .articleButton {
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-top: 64px; }
    #rollingstock .articleButton::after {
      content: "";
      display: inline-block;
      width: 22px;
      height: 13px;
      margin-left: 28px;
      margin-bottom: 7px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      background-image: url("/common/amano/img/lp/rollingstock/article_column_arrow.svg");
      background-size: contain;
      background-repeat: no-repeat; }
  #rollingstock .is-minimized .articleButton::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  #rollingstock .voiceContent_itemInner {
    background-color: #fff;
    border-radius: 10px; }
  #rollingstock .voiceContent_itemTitle {
    color: #567B4D;
    line-height: 1.53;
    text-align: center; }
  #rollingstock .voiceContent_itemCustomer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -20px auto 0; }
    #rollingstock .voiceContent_itemCustomer::before {
      content: "";
      display: block;
      position: absolute;
      background-image: url("/common/amano/img/lp/rollingstock/column_voice_triangle.svg");
      background-size: contain;
      background-repeat: no-repeat; }

@media print, screen and (max-width: 750px) {
  #rollingstock {
    font-size: 14px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock {
    font-size: 14px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionHead_index_text {
    font-size: 12px;
    line-height: 1; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionHead_index_text {
    font-size: 20px;
    line-height: 1; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionHead_index_num {
    font-size: 50px;
    height: 53px;
    line-height: 1; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionHead_index_num {
    font-size: 80px;
    height: 83px;
    line-height: 0.875; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionHead_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4167;
    position: relative;
    padding-left: 35px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionHead_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 32px;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionHead_title::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionHead_title_small {
    font-size: 16px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionLead {
    margin-top: 15px;
    padding: 0 34px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionLead {
    margin-top: 15px;
    text-align: center; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-title_arrow {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-title_arrow {
    font-size: 20px;
    font-weight: bold;
    font-weight: 500; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-title_arrow::after {
    width: 24px;
    height: 8px;
    margin: 8px auto 0;
    background-image: url("/common/amano/img/lp/rollingstock/section4_box_process_arrow_sp.svg"); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-title_arrow::after {
    width: 38px;
    height: 12px;
    margin: 10px auto 0;
    background-image: url("/common/amano/img/lp/rollingstock/section4_box_process_arrow.svg"); } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-title-line {
    font-weight: bold;
    font-size: 18px;
    text-underline-offset: 9.5px;
    text-decoration-thickness: 2px;
    line-height: 2.1; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-title-line {
    font-weight: bold;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .1em;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionBox {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 40px auto 0;
    border-radius: 15px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionBox {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 64px auto 0;
    border-radius: 15px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionBox_head {
    font-weight: bold;
    font-size: 18px;
    padding: 15.5px 0; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionBox_head {
    font-weight: bold;
    font-weight: 500;
    font-size: 24px;
    padding: 24px 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionBox_body {
    padding: 40px 30px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionBox_body {
    padding: 50px  50px 64px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionBox_caution {
    font-size: 10px;
    margin-top: 37px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionBox_caution {
    text-align: right;
    font-size: 12px;
    margin-top: 30px; } }

@media print, screen and (max-width: 750px) {
  .sectionBasic_boxBody #rollingstock .c-product {
    width: calc(100% - 56px); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-product {
    max-width: 720px;
    margin: auto; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productName_wrapper {
    margin-top: 20px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productName-sub {
    font-size: 12px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productName-sub {
    font-size: 14px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productName-name {
    font-weight: bold;
    font-size: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productName-name {
    font-weight: bold;
    font-weight: 500;
    font-size: 20px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productPrice {
    font-weight: bold; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productPrice {
    font-weight: bold;
    font-weight: 500; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productPrice-number {
    font-size: 24px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productPrice-number {
    font-size: 30px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productPrice-unit {
    font-size: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productPrice-unit {
    font-size: 24px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productDelivery {
    width: 84px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productDescription_node + .c-productDescription_node {
    margin-top: 10px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productDescription_node + .c-productDescription_node {
    margin-top: 17px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productAllergy_item {
    padding: 2px 5px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productAllergy_item + .c-productAllergy_item {
    margin-left: 2px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productAllergy_item + .c-productAllergy_item {
    margin-left: 2px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productCaution {
    font-size: 12px;
    margin-top: 13px;
    line-height: 1.64; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productCaution {
    margin-top: 13px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-productButton_link {
    font-weight: bold;
    min-width: 280px;
    height: 58px;
    font-size: 18px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-productButton_link {
    font-weight: bold;
    font-weight: 500;
    font-size: 18px;
    min-width: 280px;
    padding: 16px 20px; } }

@media (hover: hover) {
  #rollingstock .c-productButton_link:hover {
    text-decoration: none;
    background-color: #fff; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2::before, #rollingstock .section3::before {
    background-image: url("/common/amano/img/lp/rollingstock/seperate_green_sp.svg");
    height: 16px;
    margin-top: 80px;
    margin-bottom: 80px; }
  #rollingstock .section1::before {
    background-image: url("/common/amano/img/lp/rollingstock/seperate_green_sp.svg");
    height: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2::before, #rollingstock .section3::before {
    background-image: url("/common/amano/img/lp/rollingstock/seperate_green_pc.svg");
    height: 16px;
    margin-top: 120px;
    margin-bottom: 120px; }
  #rollingstock .section1::before {
    background-image: url("/common/amano/img/lp/rollingstock/seperate_green_pc.svg");
    height: 16px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fv {
    padding-top: 40px;
    padding-bottom: 80px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fv {
    padding-top: 60px;
    padding-bottom: 120px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvTitle-top {
    font-size: 20px;
    font-weight: bold; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvTitle-top {
    font-size: 30px;
    font-weight: 500; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvTitle-top::before {
    -webkit-text-stroke: 6px #fff; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvTitle-top::before {
    -webkit-text-stroke: 6px #fff; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvTitle-bottom {
    font-size: 40px;
    margin-top: -6px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvTitle-bottom {
    font-size: 90px;
    margin-top: -16px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvTitle-bottom::before {
    -webkit-text-stroke: 8px #fff; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvTitle-bottom::before {
    -webkit-text-stroke: 10px #fff; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvComment {
    font-weight: bold;
    font-size: 10px;
    width: 108px;
    height: 46px;
    padding-left: 21px;
    padding-top: 7px;
    right: 30px;
    top: 40px;
    background-image: url("/common/amano/img/lp/rollingstock/fv_comment_sp.svg"); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvComment {
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    width: 153px;
    height: 64px;
    right: 240px;
    top: 40px;
    padding-top: 12px;
    padding-left: 30px;
    background-image: url("/common/amano/img/lp/rollingstock/fv_comment_pc.svg"); } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvCircle {
    font-weight: bold;
    font-size: 10px;
    width: 106px;
    height: 106px;
    padding-top: 14px;
    line-height: 1.4;
    left: 18px;
    top: 18px;
    background-image: url("/common/amano/img/lp/rollingstock/fv_circle_sp.png"); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvCircle {
    font-weight: bold;
    font-weight: 500;
    font-size: 12px;
    width: 136px;
    height: 136px;
    padding-top: 24px;
    right: 0;
    top: 36px;
    background-image: url("/common/amano/img/lp/rollingstock/fv_circle_pc.png"); } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvImg {
    padding: 0 30px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvImg {
    padding: 0 50px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvSubtitle_bars {
    font-weight: bold;
    font-size: 12px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvSubtitle_bars {
    font-weight: bold;
    font-weight: 500;
    font-size: 16px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvDescription {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 34px;
    padding: 0 34px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvDescription {
    font-weight: bold;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-top: 58px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvNav_inner {
    width: calc(100% - 68px);
    max-width: 700px;
    margin: auto; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvNav_item + .fvNav_item {
    margin-top: 15px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_item + .fvNav_item {
    margin-left: 33px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvNav_itemInner {
    height: 50px;
    padding-left: 17.5px; }
  .fvNav_item:last-child #rollingstock .fvNav_itemInner {
    padding-left: 13px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_itemInner {
    width: 200px;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvNav_itemInner::before {
    width: 15px;
    height: 6px;
    top: 0;
    bottom: 0;
    right: 20px;
    background-image: url("/common/amano/img/lp/rollingstock/fv_nav_arrow_sp.svg"); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_itemInner::before {
    width: 15px;
    height: 6px;
    bottom: 28px;
    right: 0;
    left: 0;
    background-image: url("/common/amano/img/lp/rollingstock/fv_nav_arrow.svg"); } }

@media (hover: hover) {
  #rollingstock .fvNav_itemInner:hover {
    text-decoration: none;
    opacity: 1; }
    #rollingstock .fvNav_itemInner:hover::before {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_itemStep {
    padding-top: 28px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvNav_itemStep_text {
    font-size: 10px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_itemStep_text {
    font-size: 18px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvNav_itemStep_num {
    font-weight: bold;
    font-size: 25px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_itemStep_num {
    font-weight: bold;
    font-weight: 500;
    font-size: 45px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvNav_itemTitle {
    font-weight: bold;
    font-size: 15px; }
    #rollingstock .fvNav_itemTitle::before {
      content: "";
      display: inline-block;
      width: 3px;
      height: 10px;
      margin-right: 10px;
      margin-left: 10px;
      background-image: url("/common/amano/img/lp/rollingstock/fv_nav_colon.svg");
      background-size: contain;
      background-repeat: no-repeat; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_itemTitle {
    font-weight: bold;
    font-weight: 500;
    font-size: 18px;
    margin-top: 4px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .fvNav_itemHead_text {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .fvNav_itemHead_text {
    font-weight: bold;
    font-weight: 500;
    text-align: center;
    margin-top: 42px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .floatButton {
    width: 99px;
    height: 106px;
    bottom: 22.5px;
    right: 10px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .floatButton {
    width: 114px;
    height: 130px;
    bottom: 10px;
    right: 60px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .floatButton_link {
    background-image: url("/common/amano/img/lp/rollingstock/fix_bg.svg");
    background-size: 114px 114px;
    background-position: bottom center;
    background-repeat: no-repeat; } }

@media (hover: hover) {
  #rollingstock .floatButton_link:hover {
    background-image: url("/common/amano/img/lp/rollingstock/fix_bg_hover.svg");
    opacity: 1; }
    #rollingstock .floatButton_link:hover .floatButton_image {
      -webkit-transform: translateY(-16px) rotate(8deg);
      -ms-transform: translateY(-16px) rotate(8deg);
      transform: translateY(-16px) rotate(8deg); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .floatButton_image {
    width: 70px;
    position: absolute;
    top: 0;
    left: 23px;
    -webkit-transition: .2s;
    transition: .2s; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .floatButton_text {
    width: 72px;
    position: absolute;
    top: 82px;
    left: 22px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_listNode {
    width: 267px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_listNode + .section1_listNode {
    margin-top: 40px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_listNode_title {
    font-weight: bold;
    margin-top: 24px;
    font-size: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_listNode_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_listNode_text {
    margin-top: 16px;
    line-height: 1.5; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_listNode_text {
    margin-top: 7px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_column {
    margin-top: 40px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_column {
    margin-top: 64px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_columnContents {
    margin-top: 32px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_columnContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 52px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_columnImage {
    width: calc(637 / 910 * 100%); } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_columnImage_itemText {
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    padding: 6px 10px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto; }
    #rollingstock .section1_columnImage_itemText.hasMinWidth {
      padding: 6px 13px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_columnImage_itemText {
    font-weight: bold;
    font-weight: 500;
    top: -20px;
    left: -10px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_columnImage_itemText::after {
    width: 24px;
    height: 17px;
    top: 21.5px;
    background-image: url("/common/amano/img/lp/rollingstock/section1_column_triangle_sp.svg"); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_columnImage_itemText::after {
    width: 31px;
    height: 26px;
    top: 33px;
    background-image: url("/common/amano/img/lp/rollingstock/section1_column_triangle.svg"); } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_columnText {
    width: calc(240 / 910 * 100%); } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_columnText_title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_columnText_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 17px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section1_columnText_description {
    margin-top: 6px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section1_columnText_description {
    margin-top: 6px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxProfile {
    grid-column-gap: 24px;
    grid-row-gap: 5px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxProfile {
    grid-column-gap: 24px;
    grid-row-gap: 10px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxProfile_image {
    width: 95px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxProfile_image {
    width: 144px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxProfile_name {
    font-weight: bold;
    font-size: 18px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxProfile_name {
    font-size: 20px;
    font-weight: bold;
    font-weight: 500; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxProfile_name span {
    font-size: 12px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxProfile_name span {
    font-size: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxProfile_text {
    width: 252px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxColumn {
    margin-top: 40px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxColumn {
    width: 720px;
    margin: 65px auto 0;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxColumn_imageWrapper {
    width: 432px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxColumn_title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 20px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxColumn_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 17px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxColumn_text {
    margin-top: 9.5px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxColumn_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxBottom_list {
    margin-top: 32px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxBottom_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    gap: 35px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxBottom_listItem {
    width: 235px;
    margin: auto; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxBottom_listItem {
    width: calc((100% - 70px) / 3);
    padding-top: 10px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxBottom_listItem::before {
    width: 206px;
    height: 194px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxBottom_listItem + .section2_boxBottom_listItem {
    margin-top: 32px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_listItem_title {
    font-weight: bold;
    font-size: 13px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_listItem_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 18px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_listItem_title-circle {
    font-size: 16px;
    padding: 6px 17px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_listItem_title-circle {
    padding: 5px 15px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_listItem_title-text {
    font-size: 16px;
    padding: 6px 0;
    margin-left: 5px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_listItem_title-text {
    padding: 5px 0;
    margin-left: 5px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_listItem_title-sub {
    font-size: 12px;
    width: 100%; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_listItem_title-sub {
    font-size: 12px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_listItem_image {
    width: 235px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_listItem_image {
    padding: 0 15px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section2_boxBottom_text {
    margin-top: 32px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section2_boxBottom_text {
    width: 720px;
    margin: 32px auto 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_rollingstockTitle {
    font-weight: bold;
    width: calc(100% - 35px);
    font-size: 16px;
    padding: 12px 0;
    margin: 40px auto 0;
    border-top: 2px solid #567B4D;
    border-bottom: 2px solid #567B4D; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_rollingstockTitle {
    font-weight: bold;
    font-weight: 500;
    font-size: 20px;
    width: 900px;
    padding: 10px 0;
    margin: 60px auto 0;
    border-top: 2px solid #567B4D;
    border-bottom: 2px solid #567B4D; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_rollingstockChart {
    width: 730px;
    margin: 32px auto 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_rollingstockChart_image {
    padding-bottom: 11%;
    margin-top: 30px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_rollingstockChart_image {
    width: 562px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_rollingstockChart_text {
    font-size: 12px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_rollingstockChart_text.store {
    top: 7%;
    left: 67%; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_rollingstockChart_text.store {
    top: 45px;
    left: 400px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_rollingstockChart_text.consume {
    top: 86%;
    left: 57%;
    white-space: nowrap; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_rollingstockChart_text.consume {
    top: 390px;
    left: 575px;
    white-space: nowrap; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_rollingstockChart_text.buy {
    top: 90%;
    left: 8%; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_rollingstockChart_text.buy {
    top: 410px;
    left: 175px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_rollingstockCaution {
    margin-left: 35px;
    margin-top: 25px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_rollingstockCaution {
    width: 900px;
    margin: 32px auto 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_box .c-sectionBox_body {
    padding-top: 15px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_boxLead {
    text-align: center; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_menu {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-top: 84px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_menu + .section3_menu {
    margin-top: 56px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_menuTitle {
    font-weight: bold;
    font-size: 14px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_menuTitle {
    font-weight: bold;
    font-weight: 500;
    font-size: 16px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_menuTitle_line {
    font-size: 16px;
    border-bottom: 2px solid #567B4D;
    padding-bottom: 5px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_menuTitle_line {
    font-size: 20px;
    border-bottom: 2px solid #567B4D;
    padding-bottom: 5px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_menuImage {
    margin-top: 19px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_menuImage {
    max-width: 450px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 3 / 3; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_menuProducts {
    margin-top: -30px;
    position: relative; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_menuProducts {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
    width: 418px;
    margin: 32px auto 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_menuProducts_image {
    width: 86px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_menuProducts_image {
    width: 126px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_menuImage_label {
    font-weight: bold;
    font-size: 16px;
    width: 70px;
    height: 70px;
    top: -10px;
    right: -20px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_menuImage_label {
    font-weight: bold;
    font-weight: 500;
    font-size: 20px;
    width: 100px;
    height: 100px;
    top: -10px;
    right: -10px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_menuProducts_text {
    font-size: 12px;
    margin-top: 7px;
    white-space: nowrap; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_menuProducts_text {
    margin-top: 14px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column {
    margin-top: 40px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_column {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column.section3_column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_column.section3_column-2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column-1 .section3_column_image {
    width: 200px;
    margin: auto; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_column-1 .section3_column_image {
    width: 292px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column-1 .section3_column_text {
    margin-top: 8px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_column-1 .section3_column_text {
    width: 293px;
    margin-left: 44px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column-2 .section3_column_image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column-2 .section3_column_image img {
    width: 50%; } }

/* チェック済み */
@media print, screen and (min-width: 751px) {
  #rollingstock .section3_column-2 .section3_column_image img {
    max-width: 308px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column-2 .section3_column_text {
    margin-top: 24px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_column-2 .section3_column_text {
    width: 240px;
    margin-right: 10px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column_title {
    font-weight: bold;
    font-size: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_column_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 20px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section3_column_description {
    margin-top: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section3_column_description {
    margin-top: 8px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionColumn.articleColumn {
    border-radius: 20px 20px 0 0; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionColumn {
    margin-top: 190px;
    border-radius: 10px; }
    #rollingstock .c-sectionColumn.articleColumn {
      border-radius: 10px 10px 0 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionColumn::before {
    width: 120px;
    height: 120px;
    top: -42px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionColumn::before {
    width: 180px;
    height: 180px;
    top: -42px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .articleColumn .c-sectionColumn_icon {
    width: 40px; }
    #rollingstock .articleColumn .c-sectionColumn_icon img {
      margin-top: -15px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .articleColumn .c-sectionColumn_icon {
    width: 60px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .voiceColumn .c-sectionColumn_icon {
    width: 40px; }
    #rollingstock .voiceColumn .c-sectionColumn_icon img {
      margin-top: -20px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceColumn .c-sectionColumn_icon {
    width: 63px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionColumn_title {
    font-weight: bold;
    font-size: 18px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .c-sectionColumn_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 24px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .c-sectionColumn_content {
    width: calc(100% - 68px);
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  #rollingstock .articleContent {
    gap: 20px; } }

@media print, screen and (min-width: 1025px) {
  #rollingstock .articleContent {
    gap: 40px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .articleContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .articleContent_item {
    border-radius: 20px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .articleContent_item {
    border-radius: 10px;
    width: calc((100% - 120px / 4)); } }

@media (hover: hover) {
  #rollingstock .articleContent_item a:hover {
    opacity: .7;
    text-decoration: none; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .is-minimized .articleContent_item {
    display: none; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .articleContent_item:first-child {
    display: block; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .articleContent_item + .articleContent_item {
    margin-top: 24px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .articleButton {
    font-weight: bold;
    font-size: 18px;
    margin-top: 32px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .articleButton {
    font-weight: bold;
    font-weight: 500; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .articleButton::after {
    width: 15px;
    height: 10px;
    margin-left: 14px;
    margin-bottom: 2px; } }

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  #rollingstock .voiceContent {
    gap: 20px; } }

@media print, screen and (min-width: 1025px) {
  #rollingstock .voiceContent {
    gap: 40px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceContent_item {
    width: calc((100% - 120px / 3)); } }

@media print, screen and (max-width: 750px) {
  #rollingstock .voiceContent_item + .voiceContent_item {
    margin-top: 32px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .voiceContent_itemInner {
    padding: 30px 28px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceContent_itemInner {
    padding: 32px 28px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .voiceContent_itemTitle {
    font-weight: bold;
    font-size: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceContent_itemTitle {
    font-weight: bold;
    font-weight: 500;
    font-size: 17px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .voiceContent_itemText {
    margin-top: 10px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceContent_itemText {
    margin-top: 6px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .voiceContent_itemCustomer::before {
    width: 54px;
    height: 60px;
    top: -10.5px;
    left: 17.5px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceContent_itemCustomer::before {
    width: 54px;
    height: 60px;
    top: -12px;
    left: 20px; } }

.voiceContent_item:nth-child(2) #rollingstock .voiceContent_itemCustomer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse; }
  .voiceContent_item:nth-child(2) #rollingstock .voiceContent_itemCustomer::before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }

@media print, screen and (max-width: 750px) {
  .voiceContent_item:nth-child(2) #rollingstock .voiceContent_itemCustomer::before {
    left: 130px; } }

@media print, screen and (min-width: 751px) {
  .voiceContent_item:nth-child(2) #rollingstock .voiceContent_itemCustomer::before {
    left: 130px; } }

#rollingstock .voiceContent_itemCustomer_info {
  left: 0;
  color: #fff; }

#rollingstock .voiceContent_itemCustomer_image img {
  width: 100%; }

#rollingstock .voiceCaution {
  color: #fff; }

#rollingstock .section4_subtitle {
  text-align: center;
  letter-spacing: .1em;
  color: #567B4D; }

#rollingstock .section4_title {
  margin-top: 16px;
  text-align: center; }
  #rollingstock .section4_title span {
    color: #fff;
    background-color: #567B4D;
    display: inline-block; }

#rollingstock .section4_boxSet {
  text-align: center; }

#rollingstock .section4_boxSet_title {
  display: inline-block;
  color: #567B4D;
  text-align: center;
  letter-spacing: .1em;
  text-decoration: underline; }

#rollingstock .boxSet_itemImage img {
  width: 100%; }

#rollingstock .boxSet_itemTitle {
  color: #567B4D;
  text-align: center; }

#rollingstock .boxOrder_processItem {
  background-color: rgba(86, 123, 77, 0.1); }
  #rollingstock .boxOrder_processItem::before {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat; }
  #rollingstock .boxOrder_processItem:last-child::before {
    display: none; }

#rollingstock .boxOrder_processItem_title {
  color: #567B4D;
  text-align: center;
  letter-spacing: 0; }

#rollingstock .boxOrder_processItem_text {
  letter-spacing: 0.05em; }

#rollingstock .boxOrder_processItem_image {
  margin: 13px auto 0; }
  #rollingstock .boxOrder_processItem_image img {
    width: 100%; }

#rollingstock .sectionBasic {
  background-color: #fff; }

#rollingstock .sectionBasic_box {
  margin-top: 0; }

#rollingstock .sectionBasic_moreItem_head {
  color: #fff;
  text-align: center;
  letter-spacing: .1em; }

#rollingstock .sectionBasic_moreItem_image img {
  width: 100%; }

#rollingstock .slick-arrow {
  background: none;
  font-size: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background-image: url("/common/amano/img/lp/rollingstock/slider_button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1; }

#rollingstock .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #rollingstock .slick-dots li {
    background: #fff;
    border: 1px solid #567B4D;
    border-radius: 50%;
    cursor: pointer; }
    #rollingstock .slick-dots li:hover, #rollingstock .slick-dots li.slick-active {
      background: #567B4D; }
    #rollingstock .slick-dots li button {
      display: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      padding: 0;
      border: none;
      background-color: transparent; }

#rollingstock .sectionBasic_moreItem_title {
  text-align: center; }

#rollingstock .sectionBasic_moreItem_price {
  text-align: center; }

#rollingstock .sectionBasic_moreItem_description {
  margin-top: 24px; }

#rollingstock .sectionBasic_moreButton {
  margin: 80px auto 0; }

#rollingstock .sectionBasic_moreButton_link {
  width: 100%;
  height: 100%; }

#rollingstock .sectionBasic_moreBottom_caution {
  margin-top: 20px; }

#rollingstock .sectionBasic_moreBottom_shoptop {
  margin-top: 64px;
  text-align: center; }
  #rollingstock .sectionBasic_moreBottom_shoptop a {
    display: inline-block; }
    #rollingstock .sectionBasic_moreBottom_shoptop a img {
      width: 100%; }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceContent_itemCustomer_info {
    font-size: 14px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .voiceContent_itemCustomer_image {
    width: 76px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceContent_itemCustomer_image {
    width: 76px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .voiceCaution {
    width: calc(100% - 68px);
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .voiceCaution {
    width: 1000px;
    margin: 24px auto 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section4_subtitle {
    font-weight: 500;
    font-size: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section4_subtitle {
    font-weight: bold;
    font-weight: 500;
    font-size: 24px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section4_title span {
    font-weight: bold;
    font-size: 18px;
    width: 307px;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 15.5px 0; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section4_title span {
    font-weight: bold;
    font-weight: 500;
    font-size: 24px;
    width: 383px;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 34px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section4_caution {
    margin-top: 7px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section4_box {
    margin-top: 64px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section4_boxSet {
    padding: 40px 28px 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section4_boxSet_title {
    font-weight: bold;
    font-size: 16px;
    text-underline-offset: 9px;
    text-decoration-thickness: 2px;
    line-height: 2.1; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section4_boxSet_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 20px;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section4_boxSet_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section4_boxSet_contentItem {
    width: 334px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section4_boxSet_contentItem + .section4_boxSet_contentItem {
    margin-top: 30px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxSet_itemTitle {
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxSet_itemTitle {
    font-weight: bold;
    font-weight: 500;
    font-size: 17px;
    margin-top: 12px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxSet_itemText {
    margin-top: 5px;
    text-align: left; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxSet_itemText {
    margin-top: 6px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .section4_boxOrder {
    margin-top: 60px;
    padding-bottom: 40px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .section4_boxOrder {
    margin-top: 64px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxOrder_process {
    margin-top: 8px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxOrder_process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxOrder_processItem {
    height: 123px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 56px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxOrder_processItem {
    width: 156px;
    padding: 24px 0;
    position: relative;
    border-radius: 15px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxOrder_processItem::before {
    width: 24px;
    height: 8px;
    margin: 16px auto 0;
    background-image: url("/common/amano/img/lp/rollingstock/section4_box_process_arrow_sp.svg");
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    margin: auto; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxOrder_processItem::before {
    position: absolute;
    width: 8px;
    height: 24px;
    top: 155px;
    right: -20px;
    margin: auto;
    background-image: url("/common/amano/img/lp/rollingstock/section4_box_process_arrow_right.svg"); } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxOrder_processItem + .boxOrder_processItem {
    margin-top: 25px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxOrder_processItem + .boxOrder_processItem {
    margin-left: 30px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxOrder_processItem_title {
    font-weight: bold;
    font-size: 16px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxOrder_processItem_title {
    font-weight: bold;
    font-weight: 500;
    font-size: 18px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxOrder_processItem_title span {
    font-size: 30px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxOrder_processItem_title span {
    font-size: 40px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxOrder_processItem_text {
    font-size: 12px;
    margin-top: 7px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxOrder_processItem_text {
    font-size: 12px;
    margin-top: 9px;
    text-align: center; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .boxOrder_processItem_image {
    width: 103px;
    height: 103px;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .boxOrder_processItem_image {
    padding: 0 13px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic {
    padding-top: 30px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic {
    padding-top: 120px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_box {
    border: 1px solid #567B4D; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic_box {
    border: 1px solid #567B4D; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_boxBody {
    padding-left: 0;
    padding-right: 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_more {
    margin-top: 40px;
    padding-bottom: 60px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic_more {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 120px auto 0;
    padding-bottom: 120px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_moreHead {
    font-size: 18px; }
    #rollingstock .sectionBasic_moreHead::after {
      width: 29px;
      height: 11.5px;
      margin: 10px auto 0; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic_moreItem_head {
    font-weight: bold;
    font-weight: 500;
    font-size: 24px;
    padding: 24px 0; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic_moreItem_title {
    letter-spacing: .04em; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_moreCaution {
    margin-top: 6px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_moreButton {
    max-width: 280px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic_moreButton {
    max-width: 460px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_moreBottom {
    max-width: 350px;
    margin: 80px auto 0; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic_moreBottom {
    max-width: 720px;
    margin: 120px auto 0; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_moreBottom_caution {
    font-size: 12px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_moreBottom_shoptop a {
    width: 270px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic_moreBottom_shoptop a {
    width: 270px;
    height: 38px; } }

@media print, screen and (max-width: 750px) {
  #rollingstock .sectionBasic_moreBottom_allergyText {
    display: block;
    font-size: 12px;
    margin-top: 8px; } }

@media print, screen and (min-width: 751px) {
  #rollingstock .sectionBasic_moreBottom_allergyText {
    margin-left: 8px; } }

/*  タイトル */
.c-sectionHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #567B4D; }
  @media print, screen and (max-width: 750px) {
    #section1 .c-sectionHead {
      padding-top: 80px; } }
  @media print, screen and (min-width: 751px) {
    #section1 .c-sectionHead {
      padding-top: 120px; } }

.c-sectionHead_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Squada One", sans-serif;
  font-weight: 400; }

.c-sectionHead_index_text {
  letter-spacing: 0.2em; }
  @media print, screen and (max-width: 750px) {
    .c-sectionHead_index_text {
      font-size: 12px;
      line-height: 1; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionHead_index_text {
      font-size: 20px;
      line-height: 1; } }

.c-sectionHead_index_num {
  letter-spacing: 0; }
  @media print, screen and (max-width: 750px) {
    .c-sectionHead_index_num {
      font-size: 100px;
      height: 53px;
      line-height: 1; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionHead_index_num {
      font-size: 80px;
      height: 83px;
      line-height: 0.875; } }

.c-sectionHead_title {
  font-size: 24px;
  letter-spacing: 0.05em; }
  @media print, screen and (max-width: 750px) {
    .c-sectionHead_title {
      font-weight: bold;
      line-height: 1.4167;
      position: relative;
      padding-left: 35px; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionHead_title {
      font-weight: bold;
      font-weight: 500;
      font-size: 32px;
      margin-top: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .c-sectionHead_title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 22px;
    margin-right: 30px;
    margin-left: 20px;
    background-image: url("/common/amano/img/lp/rollingstock/section_head_colon.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 750px) {
      .c-sectionHead_title::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto; } }

@media print, screen and (max-width: 750px) {
  .c-sectionHead_title_small {
    font-size: 16px; } }

@media print, screen and (max-width: 750px) {
  .c-sectionLead {
    margin-top: 15px;
    padding: 0 34px; } }

@media print, screen and (min-width: 751px) {
  .c-sectionLead {
    margin-top: 15px;
    text-align: center; } }

.c-title-line {
  color: #567B4D;
  text-align: center;
  text-decoration: underline;
  display: inline-block; }
  @media print, screen and (max-width: 750px) {
    .c-title-line {
      font-weight: bold;
      font-size: 18px;
      text-underline-offset: 9.5px;
      text-decoration-thickness: 2px;
      line-height: 2.1; } }
  @media print, screen and (min-width: 751px) {
    .c-title-line {
      font-weight: bold;
      font-weight: 500;
      font-size: 24px;
      letter-spacing: .1em;
      text-underline-offset: 10px;
      text-decoration-thickness: 2px; } }

/*  ボックス */
.c-sectionBox {
  overflow: hidden;
  isolation: isolate; }
  @media print, screen and (max-width: 750px) {
    .c-sectionBox {
      max-width: 1000px;
      width: calc(100% - 40px);
      margin: 40px auto 0;
      border-radius: 15px; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionBox {
      max-width: 1000px;
      width: calc(100% - 40px);
      margin: 64px auto 0;
      border-radius: 15px; } }

.c-sectionBox_head {
  background: #567B4D;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center; }
  @media print, screen and (max-width: 750px) {
    .c-sectionBox_head {
      font-weight: bold;
      font-size: 18px;
      padding: 15.5px 0; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionBox_head {
      font-weight: bold;
      font-weight: 500;
      font-size: 24px;
      padding: 24px 0; } }

.c-sectionBox_body {
  background-color: #fff; }
  @media print, screen and (max-width: 750px) {
    .c-sectionBox_body {
      padding: 40px 28px !important; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionBox_body {
      padding: 50px  50px 64px; } }
  @media print, screen and (min-width: 751px) {
    #section3 .c-sectionBox_body {
      padding: 64px 50px; } }

@media print, screen and (max-width: 750px) {
  .c-sectionBox_caution {
    font-size: 10px;
    margin-top: 37px; }
    .sectionBasic_moreContent_wrap .c-sectionBox_caution {
      font-size: 12px; } }

@media print, screen and (min-width: 751px) {
  .c-sectionBox_caution {
    text-align: right;
    font-size: 12px;
    margin-top: 30px; } }

@media print, screen and (min-width: 751px) {
  #section4 .c-sectionBox_caution {
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: .05em; } }

@media print, screen and (max-width: 750px) {
  #section4 .c-sectionBox_caution {
    margin-top: 32px;
    font-size: 12px; } }

/*  基本セット */
@media print, screen and (max-width: 750px) {
  .c-product {
    width: calc(100% - 68px);
    max-width: 700px;
    margin: auto; }
    .sectionBasic_boxBody .c-product {
      width: 100% !important; } }

@media print, screen and (min-width: 751px) {
  .c-product {
    max-width: 720px;
    margin: auto; } }

.c-productImage img {
  width: 100%; }

.c-productName_wrapper {
  position: relative;
  text-align: center; }

.c-productName-sub {
  letter-spacing: 0.04em; }
  @media print, screen and (max-width: 750px) {
    .c-productName-sub {
      font-size: 12px; } }
  @media print, screen and (min-width: 751px) {
    .c-productName-sub {
      font-size: 14px; } }

.c-productName-name {
  color: #567B4D;
  margin-top: 6px; }
  @media print, screen and (max-width: 750px) {
    .c-productName-name {
      font-weight: bold;
      font-size: 16px; } }
  @media print, screen and (min-width: 751px) {
    .c-productName-name {
      font-weight: bold;
      font-weight: 500;
      font-size: 20px; } }

.c-productPrice {
  color: #E20E0E;
  margin-top: 6px;
  letter-spacing: 0; }
  @media print, screen and (max-width: 750px) {
    .c-productPrice {
      font-weight: bold; } }
  @media print, screen and (min-width: 751px) {
    .c-productPrice {
      font-weight: bold;
      font-weight: 500; } }

.c-productPrice-each {
  font-size: 24px; }
  @media print, screen and (max-width: 750px) {
    .c-productPrice-each {
      font-size: 16px; } }

.c-productPrice-number {
  margin-top: -3px; }
  @media print, screen and (max-width: 750px) {
    .c-productPrice-number {
      font-size: 12px; } }
  @media print, screen and (min-width: 751px) {
    .c-productPrice-number {
      font-size: 30px; } }

.c-productPrice-unit {
  margin-left: 8px; }
  @media print, screen and (max-width: 750px) {
    .c-productPrice-unit {
      font-size: 16px;
      margin-left: 4px; } }
  @media print, screen and (min-width: 751px) {
    .c-productPrice-unit {
      font-size: 24px; } }

.c-productPrice-foodNum {
  border: 1px solid #567B4D;
  color: #567B4D;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 0 14px;
  display: inline-block;
  line-height: 36px; }
  @media print, screen and (max-width: 750px) {
    .c-productPrice-foodNum {
      font-size: 14px;
      line-height: 30px;
      padding: 0 12px; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionBox_body .c-productPrice-foodNum {
      margin-left: 14px; } }

.c-productDelivery {
  position: absolute; }
  @media print, screen and (max-width: 750px) {
    .c-productDelivery {
      width: 60px;
      top: -20px;
      right: -15px; } }
  @media print, screen and (min-width: 751px) {
    .c-productDelivery {
      width: 84px;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; } }
  .c-productDelivery img {
    width: 100%; }

.c-productDescription {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 24px; }
  @media print, screen and (max-width: 750px) {
    .c-productDescription {
      font-size: 12px;
      padding: 16px 0; } }
  @media print, screen and (min-width: 751px) {
    .c-productDescription {
      padding: 21px 0; } }

@media print, screen and (max-width: 750px) {
  .c-productDescription_node {
    font-size: 12px;
    letter-spacing: .05em; } }

@media print, screen and (max-width: 750px) {
  .c-productDescription_node + .c-productDescription_node {
    margin-top: 16px !important; } }

@media print, screen and (min-width: 751px) {
  .c-productDescription_node + .c-productDescription_node {
    margin-top: 17px; } }

.c-productAllergy {
  margin-top: 32px; }
  @media print, screen and (max-width: 750px) {
    .c-productAllergy {
      margin-top: 24px !important; } }

.c-productAllergy_item {
  letter-spacing: 0;
  color: #333; }
  @media print, screen and (max-width: 750px) {
    .c-productAllergy_item {
      font-size: 10px;
      width: 38px;
      display: inline-block;
      text-align: center; } }
  @media print, screen and (min-width: 751px) {
    .c-productAllergy_item {
      padding: 2px 5px; } }
  .c-productAllergy_item.yellow, .c-productAllergy_item[data-allergy="えび"] {
    background-color: #FFEA94; }
  .c-productAllergy_item.red, .c-productAllergy_item[data-allergy="かに"] {
    background-color: #FAC7BE; }
  .c-productAllergy_item.brown, .c-productAllergy_item[data-allergy="くるみ"] {
    background-color: #E7CAA4; }
  .c-productAllergy_item.green, .c-productAllergy_item[data-allergy="小麦"] {
    background-color: #D7E8C7; }
  .c-productAllergy_item.purple, .c-productAllergy_item[data-allergy="そば"] {
    background-color: #CFC0DB; }
  .c-productAllergy_item.orange, .c-productAllergy_item[data-allergy="卵"] {
    background-color: #FAD8A3; }
  .c-productAllergy_item.blue, .c-productAllergy_item[data-allergy="乳成分"] {
    background-color: #B8E2F5; }
  .c-productAllergy_item.pink, .c-productAllergy_item[data-allergy="落花生"] {
    background-color: #ECB1C9; }

.c-productAllergy_item + .c-productAllergy_item {
  margin-left: 2px; }

@media print, screen and (max-width: 750px) {
  .c-productCaution {
    font-size: 12px;
    margin-top: 13px;
    line-height: 1.64; } }

@media print, screen and (min-width: 751px) {
  .c-productCaution {
    margin-top: 13px; } }

.c-productCaution_item.red {
  color: #E20E0E; }

.section1::before,
.section2::before,
.section3::before {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media print, screen and (max-width: 750px) {
    .section1::before,
    .section2::before,
    .section3::before {
      background-image: url("/common/amano/img/lp/rollingstock/seperate_green_sp.svg");
      height: 16px; } }
  @media print, screen and (min-width: 751px) {
    .section1::before,
    .section2::before,
    .section3::before {
      background-image: url("/common/amano/img/lp/rollingstock/seperate_green_pc.svg");
      height: 16px; } }

.section1::before {
  margin-top: 0; }

.section4::before {
  margin-top: 0; }

/*=============================================

  FV

==============================================*/
.fv {
  position: relative;
  background-color: #FFED64; }
  @media print, screen and (max-width: 750px) {
    .fv {
      padding-top: 40px;
      padding-bottom: 20px; } }
  @media print, screen and (min-width: 751px) {
    .fv {
      padding-top: 60px;
      padding-bottom: 120px; } }

.fvBg {
  width: 100%;
  position: absolute;
  left: 0;
  background-image: url("/common/amano/img/lp/rollingstock/fv_bg.svg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media print, screen and (max-width: 750px) {
    .fvBg {
      height: 195px;
      top: 95px; } }
  @media print, screen and (min-width: 751px) {
    .fvBg {
      height: 420px;
      top: 166px; } }

.fvTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.06em;
  position: relative; }

.fvTitle-top {
  position: relative; }
  @media print, screen and (max-width: 750px) {
    .fvTitle-top {
      font-size: 20px;
      font-weight: bold; } }
  @media print, screen and (min-width: 751px) {
    .fvTitle-top {
      font-size: 30px;
      font-weight: 500; } }
  .fvTitle-top::before {
    content: "フリーズドライの";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    @media print, screen and (max-width: 750px) {
      .fvTitle-top::before {
        -webkit-text-stroke: 12px #fff; } }
    @media print, screen and (min-width: 751px) {
      .fvTitle-top::before {
        -webkit-text-stroke: 6px #fff; } }

.fvTitle-bottom {
  color: #567B4D;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em; }
  @media print, screen and (max-width: 750px) {
    .fvTitle-bottom {
      font-size: 40px;
      margin-top: -6px; } }
  @media print, screen and (min-width: 751px) {
    .fvTitle-bottom {
      font-size: 90px;
      margin-top: -16px; } }
  .fvTitle-bottom::before {
    content: "おいしい防災食";
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    @media print, screen and (max-width: 750px) {
      .fvTitle-bottom::before {
        -webkit-text-stroke: 16px #fff; } }
    @media print, screen and (min-width: 751px) {
      .fvTitle-bottom::before {
        -webkit-text-stroke: 10px #fff; } }

.fvTitleInner {
  position: relative; }

.fvInner {
  max-width: 1120px;
  position: relative; }
  @media print, screen and (max-width: 750px) {
    .fvInner {
      margin: 0 auto 0; } }
  @media print, screen and (min-width: 751px) {
    .fvInner {
      margin: 0 auto 0; } }

.fvComment {
  position: absolute;
  letter-spacing: 0.1em;
  background-size: contain;
  background-repeat: no-repeat; }
  @media print, screen and (max-width: 750px) {
    .fvComment {
      font-weight: bold;
      font-size: 10px;
      width: 108px;
      height: 46px;
      padding-left: 21px;
      padding-top: 7px;
      right: 30px;
      top: 40px;
      background-image: url("/common/amano/img/lp/rollingstock/fv_comment_sp.svg"); } }
  @media print, screen and (min-width: 751px) {
    .fvComment {
      font-weight: bold;
      font-weight: 500;
      font-size: 14px;
      width: 153px;
      height: 64px;
      right: 240px;
      top: 40px;
      padding-top: 12px;
      padding-left: 30px;
      background-image: url("/common/amano/img/lp/rollingstock/fv_comment_pc.svg"); } }

.fvCircle {
  border-radius: 70px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat; }
  @media print, screen and (max-width: 750px) {
    .fvCircle {
      font-weight: bold;
      font-size: 10px;
      width: 106px;
      height: 106px;
      padding-top: 14px;
      line-height: 1.4;
      left: 18px;
      top: 18px;
      background-image: url("/common/amano/img/lp/rollingstock/fv_circle_sp.png"); } }
  @media print, screen and (min-width: 751px) {
    .fvCircle {
      font-weight: bold;
      font-weight: 500;
      font-size: 12px;
      width: 136px;
      height: 136px;
      padding-top: 24px;
      right: 0;
      top: 36px;
      background-image: url("/common/amano/img/lp/rollingstock/fv_circle_pc.png"); } }

.fvImg {
  position: relative;
  pointer-events: none; }
  @media print, screen and (max-width: 750px) {
    .fvImg {
      padding: 0 30px; } }
  @media print, screen and (min-width: 751px) {
    .fvImg {
      padding: 0 50px; } }
  .fvImg img {
    width: 100%; }

.fvSubtitle {
  text-align: center;
  margin-top: 78px; }
  @media print, screen and (max-width: 750px) {
    .fvSubtitle {
      margin-top: 24px; } }

.fvSubtitle_bars {
  text-align: center;
  letter-spacing: .05em; }
  @media print, screen and (max-width: 750px) {
    .fvSubtitle_bars {
      font-weight: bold;
      font-size: 12px; } }
  @media print, screen and (min-width: 751px) {
    .fvSubtitle_bars {
      font-weight: bold;
      font-size: 16px; } }

.fvSubtitle_underline {
  color: #567B4D;
  text-align: center;
  background-color: #fff;
  display: block;
  border-top: 2px solid #567B4D;
  border-bottom: 2px solid #567B4D;
  font-weight: 600; }
  @media print, screen and (max-width: 750px) {
    .fvSubtitle_underline {
      font-size: 16px;
      line-height: 1.5;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 16px 20px;
      margin: 8px auto 0; } }
  @media print, screen and (min-width: 751px) {
    .fvSubtitle_underline {
      font-size: 20px;
      letter-spacing: .05em;
      padding: 17px 0;
      width: 720px;
      margin: 12px auto 0; } }

.fvDescription {
  letter-spacing: .06em; }
  @media print, screen and (max-width: 750px) {
    .fvDescription {
      font-weight: bold;
      font-size: 15px;
      line-height: 1.8;
      margin-top: 34px;
      padding: 0 34px; } }
  @media print, screen and (min-width: 751px) {
    .fvDescription {
      font-weight: bold;
      font-weight: 500;
      line-height: 2;
      text-align: center;
      margin-top: 58px; } }

.fvNav {
  margin-top: 64px; }
  @media print, screen and (max-width: 750px) {
    .fvNav {
      margin-top: 32px; } }

@media print, screen and (max-width: 750px) {
  .fvNav_inner {
    width: calc(100% - 68px);
    max-width: 700px;
    margin: auto; } }

@media print, screen and (min-width: 751px) {
  .fvNav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (max-width: 750px) {
  .fvNav_item + .fvNav_item {
    margin-top: 15px; } }

@media print, screen and (min-width: 751px) {
  .fvNav_item + .fvNav_item {
    margin-left: 33px; } }

.fvNav_itemInner {
  background-color: #fff;
  color: #567B4D;
  border-radius: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 750px) {
    .fvNav_itemInner {
      height: 50px;
      padding-left: 17.5px; }
      .fvNav_item:last-child .fvNav_itemInner {
        padding-left: 13px; } }
  @media print, screen and (min-width: 751px) {
    .fvNav_itemInner {
      width: 200px;
      height: 200px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  .fvNav_itemInner::before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    -webkit-transition: .2s;
    transition: .2s;
    background-size: contain;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 750px) {
      .fvNav_itemInner::before {
        width: 15px;
        height: 6px;
        top: 0;
        bottom: 0;
        right: 20px;
        background-image: url("/common/amano/img/lp/rollingstock/fv_nav_arrow_sp.svg"); } }
    @media print, screen and (min-width: 751px) {
      .fvNav_itemInner::before {
        width: 15px;
        height: 6px;
        bottom: 28px;
        right: 0;
        left: 0;
        background-image: url("/common/amano/img/lp/rollingstock/fv_nav_arrow.svg"); } }
  @media (hover: hover) {
    .fvNav_itemInner:hover {
      text-decoration: none;
      opacity: 1; }
      .fvNav_itemInner:hover::before {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); } }
  .fvNav_itemInner:visited {
    color: #567B4D; }

.fvNav_itemStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  @media print, screen and (min-width: 751px) {
    .fvNav_itemStep {
      padding-top: 28px; } }

.fvNav_itemStep_text {
  font-family: "Squada One", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em; }
  @media print, screen and (max-width: 750px) {
    .fvNav_itemStep_text {
      font-size: 10px; } }
  @media print, screen and (min-width: 751px) {
    .fvNav_itemStep_text {
      font-size: 18px; } }

.fvNav_itemStep_num {
  font-family: "Squada One", sans-serif;
  letter-spacing: 0;
  text-align: center;
  margin-top: -4px;
  line-height: 1; }
  @media print, screen and (max-width: 750px) {
    .fvNav_itemStep_num {
      font-weight: bold;
      font-size: 25px; } }
  @media print, screen and (min-width: 751px) {
    .fvNav_itemStep_num {
      font-weight: bold;
      font-weight: 500;
      font-size: 45px; } }

.fvNav_itemTitle {
  color: #567B4D;
  text-align: center; }
  @media print, screen and (max-width: 750px) {
    .fvNav_itemTitle {
      font-weight: bold;
      font-size: 15px; }
      .fvNav_itemTitle::before {
        content: "";
        display: inline-block;
        width: 3px;
        height: 10px;
        margin-right: 10px;
        margin-left: 10px;
        background-image: url("/common/amano/img/lp/rollingstock/fv_nav_colon.svg");
        background-size: contain;
        background-repeat: no-repeat; } }
  @media print, screen and (min-width: 751px) {
    .fvNav_itemTitle {
      font-weight: bold;
      font-weight: 500;
      font-size: 18px;
      margin-top: 4px; } }

@media print, screen and (max-width: 750px) {
  .fvNav_itemHead_text {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3; } }

@media print, screen and (min-width: 751px) {
  .fvNav_itemHead_text {
    font-weight: bold;
    font-weight: 500;
    text-align: center;
    margin-top: 42px; } }

/*=============================================

  追従ボタン

==============================================*/
.floatButton {
  position: fixed;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s; }
  @media print, screen and (max-width: 750px) {
    .floatButton {
      width: 99px;
      height: 106px;
      bottom: 22.5px;
      right: 10px; } }
  @media print, screen and (min-width: 751px) {
    .floatButton {
      width: 114px;
      height: 130px;
      bottom: 10px;
      right: 60px; } }
  .floatButton.is-show {
    opacity: 1;
    visibility: visible; }

.floatButton_link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }
  @media print, screen and (min-width: 751px) {
    .floatButton_link {
      background-image: url("/common/amano/img/lp/rollingstock/fix_bg.svg");
      background-size: 114px 114px;
      background-position: bottom center;
      background-repeat: no-repeat; } }
  .floatButton_link:hover {
    opacity: 1; }
  @media (hover: hover) {
    .floatButton_link:hover {
      background-image: url("/common/amano/img/lp/rollingstock/fix_bg_hover.svg");
      opacity: 1; }
      .floatButton_link:hover .floatButton_image {
        -webkit-transform: translateY(-16px) rotate(8deg);
        -ms-transform: translateY(-16px) rotate(8deg);
        transform: translateY(-16px) rotate(8deg); } }

@media print, screen and (min-width: 751px) {
  .floatButton_image {
    width: 70px;
    position: absolute;
    top: 0;
    left: 23px;
    -webkit-transition: .2s;
    transition: .2s; } }

.floatButton_image img {
  width: 100%; }

@media print, screen and (min-width: 751px) {
  .floatButton_text {
    width: 72px;
    position: absolute;
    top: 82px;
    left: 22px; } }

.floatButton_text img {
  width: 100%; }

.floatButton_button img {
  width: 100%; }

/*=============================================

  セクション1

==============================================*/
@media print, screen and (min-width: 751px) {
  .section1_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media print, screen and (min-width: 751px) {
  .section1_listNode {
    width: 267px; } }

@media print, screen and (max-width: 750px) {
  .section1_listNode + .section1_listNode {
    margin-top: 40px; } }

.section1_listNode_img img {
  width: 100%; }

.section1_listNode_title {
  color: #567B4D;
  text-align: center; }
  @media print, screen and (max-width: 750px) {
    .section1_listNode_title {
      font-weight: bold;
      margin-top: 24px; } }
  @media print, screen and (min-width: 751px) {
    .section1_listNode_title {
      font-weight: bold;
      font-weight: 500;
      font-size: 20px;
      margin-top: 10px; } }

@media print, screen and (max-width: 750px) {
  .section1_listNode_text {
    margin-top: 16px; } }

@media print, screen and (min-width: 751px) {
  .section1_listNode_text {
    margin-top: 7px; } }

.section1_column {
  text-align: center; }
  @media print, screen and (max-width: 750px) {
    .section1_column {
      margin-top: 80px; } }
  @media print, screen and (min-width: 751px) {
    .section1_column {
      margin-top: 32px; } }

@media print, screen and (max-width: 750px) {
  .section1_columnContents {
    margin-top: 32px; } }

@media print, screen and (min-width: 751px) {
  .section1_columnContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 52px; } }

.section1_columnImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media print, screen and (min-width: 751px) {
    .section1_columnImage {
      width: calc(637 / 910 * 100%); } }

.section1_columnImage_item {
  width: calc((100% - 10px) / 2);
  position: relative; }
  .section1_columnImage_item img {
    width: 100%; }

.section1_columnImage_itemText {
  color: #fff;
  background-color: #567B4D;
  position: absolute;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 50px; }
  @media print, screen and (max-width: 750px) {
    .section1_columnImage_itemText {
      font-weight: bold;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 12px;
      padding: 6px 10px;
      top: -20px;
      left: 0;
      right: 0;
      margin: auto; }
      .section1_columnImage_itemText.hasMinWidth {
        padding: 6px 13px; } }
  @media print, screen and (min-width: 751px) {
    .section1_columnImage_itemText {
      font-weight: bold;
      font-weight: 500;
      top: -20px;
      left: -10px; } }
  .section1_columnImage_itemText::after {
    content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto; }
    @media print, screen and (max-width: 750px) {
      .section1_columnImage_itemText::after {
        width: 24px;
        height: 17px;
        top: 21.5px;
        background-image: url("/common/amano/img/lp/rollingstock/section1_column_triangle_sp.svg"); } }
    @media print, screen and (min-width: 751px) {
      .section1_columnImage_itemText::after {
        width: 31px;
        height: 26px;
        top: 33px;
        background-image: url("/common/amano/img/lp/rollingstock/section1_column_triangle.svg"); } }

@media print, screen and (min-width: 751px) {
  .section1_columnText {
    width: calc(240 / 910 * 100%); } }

.section1_columnText_title {
  color: #567B4D; }
  @media print, screen and (max-width: 750px) {
    .section1_columnText_title {
      font-weight: bold;
      font-size: 16px;
      margin-top: 20px; } }
  @media print, screen and (min-width: 751px) {
    .section1_columnText_title {
      font-weight: bold;
      font-weight: 500;
      font-size: 17px; } }

.section1_columnText_description {
  text-align: left;
  margin-top: 6px; }

/*=============================================

  セクション2

==============================================*/
.section2_boxProfile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-min-content auto;
  -ms-grid-columns: min-content auto;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  -ms-grid-rows: -webkit-min-content 1fr;
  -ms-grid-rows: min-content 1fr;
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 750px) {
    .section2_boxProfile {
      grid-column-gap: 24px;
      grid-row-gap: 5px; } }
  @media print, screen and (min-width: 751px) {
    .section2_boxProfile {
      grid-column-gap: 24px;
      grid-row-gap: 10px; } }

.section2_boxProfile_image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2; }
  @media print, screen and (max-width: 750px) {
    .section2_boxProfile_image {
      width: 95px; } }
  @media print, screen and (min-width: 751px) {
    .section2_boxProfile_image {
      width: 144px; } }
  .section2_boxProfile_image img {
    width: 100%; }

.section2_boxProfile_name {
  color: #567B4D;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3; }
  @media print, screen and (max-width: 750px) {
    .section2_boxProfile_name {
      font-weight: bold;
      font-size: 18px; } }
  @media print, screen and (min-width: 751px) {
    .section2_boxProfile_name {
      font-size: 20px;
      font-weight: bold;
      font-weight: 500; } }
  @media print, screen and (max-width: 750px) {
    .section2_boxProfile_name span {
      font-size: 12px; } }
  @media print, screen and (min-width: 751px) {
    .section2_boxProfile_name span {
      font-size: 16px; } }

.section2_boxProfile_text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3; }
  @media print, screen and (min-width: 751px) {
    .section2_boxProfile_text {
      width: 252px; } }

@media print, screen and (max-width: 750px) {
  .section2_boxColumn {
    margin-top: 40px; } }

@media print, screen and (min-width: 751px) {
  .section2_boxColumn {
    width: 720px;
    margin: 65px auto 0;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media print, screen and (min-width: 751px) {
  .section2_boxColumn_imageWrapper {
    width: 432px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2; } }

.section2_boxColumn_imageWrapper img {
  width: 100%; }

.section2_boxColumn_title {
  color: #567B4D; }
  @media print, screen and (max-width: 750px) {
    .section2_boxColumn_title {
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      margin-top: 20px; } }
  @media print, screen and (min-width: 751px) {
    .section2_boxColumn_title {
      font-weight: bold;
      font-weight: 500;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-area: 1 / 2 / 2 / 3; } }

@media print, screen and (max-width: 750px) {
  .section2_boxColumn_text {
    margin-top: 9.5px; } }

@media print, screen and (min-width: 751px) {
  .section2_boxColumn_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3; } }

.section2_boxBottom {
  text-align: center;
  margin-top: 64px; }

@media print, screen and (max-width: 750px) {
  .section2_boxBottom_list {
    margin-top: 32px; } }

@media print, screen and (min-width: 751px) {
  .section2_boxBottom_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    gap: 35px; } }

.section2_boxBottom_listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1 / 1; }
  @media print, screen and (max-width: 750px) {
    .section2_boxBottom_listItem {
      width: 235px;
      margin: auto; } }
  @media print, screen and (min-width: 751px) {
    .section2_boxBottom_listItem {
      width: calc((100% - 70px) / 3);
      padding-top: 10px; } }
  .section2_boxBottom_listItem::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #FFFCC5;
    border-radius: 50%; }
    @media print, screen and (max-width: 750px) {
      .section2_boxBottom_listItem::before {
        width: 206px;
        height: 194px; } }

@media print, screen and (max-width: 750px) {
  .section2_boxBottom_listItem + .section2_boxBottom_listItem {
    margin-top: 64px; } }

.section2_listItem_title {
  color: #567B4D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  @media print, screen and (max-width: 750px) {
    .section2_listItem_title {
      font-weight: bold;
      font-size: 13px; } }
  @media print, screen and (min-width: 751px) {
    .section2_listItem_title {
      font-weight: bold;
      font-weight: 500;
      font-size: 18px; } }

.section2_listItem_title-circle {
  color: #fff;
  background-color: #567B4D;
  border-radius: 40px; }
  @media print, screen and (max-width: 750px) {
    .section2_listItem_title-circle {
      font-size: 16px;
      padding: 6px 17px; } }
  @media print, screen and (min-width: 751px) {
    .section2_listItem_title-circle {
      padding: 5px 15px; } }

@media print, screen and (max-width: 750px) {
  .section2_listItem_title-text {
    font-size: 16px;
    padding: 6px 0;
    margin-left: 5px; } }

@media print, screen and (min-width: 751px) {
  .section2_listItem_title-text {
    padding: 5px 0;
    margin-left: 5px; } }

.section2_listItem_title-sub {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  margin-top: 3px; }
  @media print, screen and (max-width: 750px) {
    .section2_listItem_title-sub {
      font-size: 12px;
      width: 100%; } }
  @media print, screen and (min-width: 751px) {
    .section2_listItem_title-sub {
      font-size: 12px; } }

.section2_listItem_image {
  position: relative; }
  @media print, screen and (max-width: 750px) {
    .section2_listItem_image {
      width: 235px; } }
  @media print, screen and (min-width: 751px) {
    .section2_listItem_image {
      padding: 0 15px; } }
  .section2_listItem_image img {
    width: 100%; }

.section2_boxBottom_text {
  text-align: left; }
  @media print, screen and (max-width: 750px) {
    .section2_boxBottom_text {
      margin-top: 32px; } }
  @media print, screen and (min-width: 751px) {
    .section2_boxBottom_text {
      width: 720px;
      margin: 32px auto 0; } }

/*=============================================

  セクション3

==============================================*/
.section3_rollingstockTitle {
  color: #567B4D;
  text-align: center;
  background-color: #fff;
  border-top: 2px solid #567B4D;
  border-bottom: 2px solid #567B4D; }
  @media print, screen and (max-width: 750px) {
    .section3_rollingstockTitle {
      font-weight: bold;
      width: calc(100% - 35px);
      font-size: 16px;
      padding: 12px 0;
      margin: 40px auto 0; } }
  @media print, screen and (min-width: 751px) {
    .section3_rollingstockTitle {
      font-weight: bold;
      font-weight: 500;
      font-size: 20px;
      width: 900px;
      padding: 10px 0;
      margin: 60px auto 0; } }

.section3_rollingstockText {
  text-align: center;
  margin-top: 30px; }

.section3_rollingstockChart {
  position: relative; }
  @media print, screen and (min-width: 751px) {
    .section3_rollingstockChart {
      width: 730px;
      margin: 32px auto 0; } }

@media print, screen and (max-width: 750px) {
  .section3_rollingstockChart_image {
    padding-bottom: 11%;
    margin-top: 30px; } }

@media print, screen and (min-width: 751px) {
  .section3_rollingstockChart_image {
    width: 562px; } }

.section3_rollingstockChart_image img {
  width: 100%; }

.section3_rollingstockChart_text {
  position: absolute; }
  @media print, screen and (max-width: 750px) {
    .section3_rollingstockChart_text {
      font-size: 12px; } }
  @media print, screen and (max-width: 750px) {
    .section3_rollingstockChart_text.store {
      top: 7%;
      left: 67%; } }
  @media print, screen and (min-width: 751px) {
    .section3_rollingstockChart_text.store {
      top: 45px;
      left: 400px; } }
  @media print, screen and (max-width: 750px) {
    .section3_rollingstockChart_text.consume {
      top: 86%;
      left: 57%;
      white-space: nowrap; } }
  @media print, screen and (min-width: 751px) {
    .section3_rollingstockChart_text.consume {
      top: 390px;
      left: 575px;
      white-space: nowrap; } }
  @media print, screen and (max-width: 750px) {
    .section3_rollingstockChart_text.buy {
      top: 90%;
      left: 8%; } }
  @media print, screen and (min-width: 751px) {
    .section3_rollingstockChart_text.buy {
      top: 410px;
      left: 175px; } }

@media print, screen and (max-width: 750px) {
  .section3_rollingstockCaution {
    margin-left: 35px;
    margin-top: 25px; } }

@media print, screen and (min-width: 751px) {
  .section3_rollingstockCaution {
    width: 900px;
    margin: 32px auto 0; } }

/*
  フリーズドライ食品の調理例
------------------------------------*/
@media print, screen and (max-width: 750px) {
  .section3_box .c-sectionBox_body {
    padding-top: 15px; } }

@media print, screen and (max-width: 750px) {
  .section3_boxLead {
    margin: 0 0 32px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5; } }

@media print, screen and (min-width: 751px) {
  .section3_boxLead {
    text-align: center; } }

@media print, screen and (min-width: 751px) {
  .section3_menu {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-top: 84px; } }

@media print, screen and (max-width: 750px) {
  .section3_menu + .section3_menu {
    margin-top: 28px; } }

@media print, screen and (max-width: 750px) {
  .section3_column {
    margin-top: 64px; } }

@media print, screen and (min-width: 751px) {
  .section3_column {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.section3_column.section3_column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 750px) {
    .section3_column.section3_column-2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media print, screen and (min-width: 751px) {
    .section3_column.section3_column-2 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media print, screen and (max-width: 750px) {
  .section3_column-1 .section3_column_image {
    width: 400px;
    margin: auto; } }

@media print, screen and (min-width: 751px) {
  .section3_column-1 .section3_column_image {
    width: 292px; } }

.section3_column-1 .section3_column_image img {
  width: 100%; }

@media print, screen and (max-width: 750px) {
  .section3_column-1 .section3_column_text {
    margin-top: 16px; } }

@media print, screen and (min-width: 751px) {
  .section3_column-1 .section3_column_text {
    width: 293px;
    margin-left: 44px; } }

.section3_column-2 .section3_column_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  @media print, screen and (max-width: 750px) {
    .section3_column-2 .section3_column_image {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; } }
  @media print, screen and (max-width: 750px) {
    .section3_column-2 .section3_column_image img {
      width: 50%; } }
  @media print, screen and (min-width: 751px) {
    .section3_column-2 .section3_column_image img {
      max-width: 308px; } }

@media print, screen and (max-width: 750px) {
  .section3_column-2 .section3_column_text {
    margin-top: 48px; } }

@media print, screen and (min-width: 751px) {
  .section3_column-2 .section3_column_text {
    width: 240px;
    margin-right: 10px; } }

.section3_column_title {
  color: #567B4D;
  text-align: center; }
  @media print, screen and (max-width: 750px) {
    .section3_column_title {
      font-weight: bold;
      font-size: 32px; } }
  @media print, screen and (min-width: 751px) {
    .section3_column_title {
      font-weight: bold;
      font-weight: 500;
      font-size: 20px; } }

@media print, screen and (max-width: 750px) {
  .section3_column_description {
    margin-top: 32px; } }

@media print, screen and (min-width: 751px) {
  .section3_column_description {
    margin-top: 8px; } }

@media print, screen and (min-width: 751px) {
  .section3_reasons {
    width: 720px;
    margin: 64px auto 0; } }

.section3_reasons_bg {
  background: #fffcc5;
  border-radius: 15px; }
  @media print, screen and (max-width: 750px) {
    .section3_reasons_bg {
      padding: 24px 15px; } }
  @media print, screen and (min-width: 751px) {
    .section3_reasons_bg {
      padding: 40px 75px; } }

.section3_reasons_title {
  text-align: center;
  margin-bottom: 24px; }
  @media print, screen and (max-width: 750px) {
    .section3_reasons_title {
      margin-bottom: 32px; } }

.section3_reasons_title_text {
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #567b4d;
  margin-bottom: 8px; }
  @media print, screen and (max-width: 750px) {
    .section3_reasons_title_text {
      font-size: 16px; } }

.section3_reasons_title_line {
  background: #567b4d;
  margin: 0 auto;
  height: 2px; }
  @media print, screen and (max-width: 750px) {
    .section3_reasons_title_line {
      width: 100%; } }
  @media print, screen and (min-width: 751px) {
    .section3_reasons_title_line {
      width: 564px; } }

.section3_reasons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px; }
  @media print, screen and (min-width: 751px) {
    .section3_reasons_list {
      width: 460px;
      margin: 0 auto; } }

.section3_reasons_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px; }

.section3_reasons_item_number {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #567b4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 750px) {
    .section3_reasons_item_number {
      width: 42px;
      height: 42px; } }

.number_text {
  font-size: 20px;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff; }

.section3_reasons_item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 750px) {
    .section3_reasons_item_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, screen and (min-width: 751px) {
    .section3_reasons_item_content {
      gap: 8px;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; } }

.content_main {
  font-size: 16px;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #567b4d; }
  @media print, screen and (max-width: 750px) {
    .content_main {
      font-size: 14px; } }
  @media print, screen and (min-width: 751px) {
    .content_main {
      white-space: nowrap; } }

.content_sub {
  font-size: 20px;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #e60014; }
  @media print, screen and (max-width: 750px) {
    .content_sub {
      display: block; } }
  @media print, screen and (min-width: 751px) {
    .content_sub {
      white-space: nowrap; } }

.section3_customer_voice {
  margin: 64px 0; }
  @media print, screen and (max-width: 750px) {
    .section3_customer_voice {
      margin: 40px 0; } }

.section3_customer_voice_title {
  text-align: center;
  margin-bottom: 32px; }

.section3_customer_voice_title_text {
  font-size: 24px;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #567b4d;
  margin-bottom: 8px; }
  @media print, screen and (max-width: 750px) {
    .section3_customer_voice_title_text {
      letter-spacing: 0.05em;
      font-size: 16px;
      margin-bottom: 8px; } }

.section3_customer_voice_title_line {
  height: 2px;
  background: #567b4d;
  margin: 0 auto; }
  @media print, screen and (min-width: 751px) {
    .section3_customer_voice_title_line {
      width: 714px; } }

.section3_voice_grid {
  display: -ms-grid;
  display: grid;
  gap: 40px 32px; }
  @media print, screen and (max-width: 750px) {
    .section3_voice_grid {
      gap: 24px; } }
  @media print, screen and (min-width: 751px) {
    .section3_voice_grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      width: 700px;
      margin: 0 auto; } }

.section3_voice_item_image {
  border-radius: 10px 10px 0 0;
  overflow: hidden; }
  .section3_voice_item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.section3_voice_item_text {
  background-color: #FFFCC5;
  padding: 32px 28px;
  border-radius: 0 0 10px 10px; }

.section3_voice_text {
  font-size: 14px;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #000; }

.section3_voice_note {
  margin-top: 16px;
  font-size: 14px;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #e60014; }
  @media print, screen and (max-width: 750px) {
    .section3_voice_note {
      font-size: 12px; } }

.section3_voice_disclaimer {
  font-size: 12px;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #000; }
  @media print, screen and (max-width: 750px) {
    .section3_voice_disclaimer {
      margin-top: 24px;
      font-size: 10px; } }
  @media print, screen and (min-width: 751px) {
    .section3_voice_disclaimer {
      text-align: right;
      width: 700px;
      margin: 32px auto 0; } }

/*=============================================

  関連記事、お客様の声

==============================================*/
.c-sectionColumn {
  background-color: #779570;
  position: relative;
  padding-bottom: 64px; }
  @media print, screen and (max-width: 750px) {
    .c-sectionColumn {
      margin-top: 120px;
      border-radius: 20px; }
      .c-sectionColumn.articleColumn {
        border-radius: 20px 20px 0 0; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionColumn {
      margin-top: 190px;
      border-radius: 10px; }
      .c-sectionColumn.articleColumn {
        border-radius: 10px 10px 0 0; } }
  .c-sectionColumn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #779570;
    border-radius: 50%; }
    @media print, screen and (max-width: 750px) {
      .c-sectionColumn::before {
        width: 240px;
        height: 240px;
        top: -84px; } }
    @media print, screen and (min-width: 751px) {
      .c-sectionColumn::before {
        width: 180px;
        height: 180px;
        top: -42px; } }

.articleColumn .c-sectionColumn_icon {
  position: relative;
  margin: auto; }
  @media print, screen and (max-width: 750px) {
    .articleColumn .c-sectionColumn_icon {
      width: 80px; }
      .articleColumn .c-sectionColumn_icon img {
        margin-top: -30px; } }
  @media print, screen and (min-width: 751px) {
    .articleColumn .c-sectionColumn_icon {
      width: 60px; } }
  .articleColumn .c-sectionColumn_icon img {
    width: 100%; }

.voiceColumn .c-sectionColumn_icon {
  position: relative;
  margin: auto; }
  @media print, screen and (max-width: 750px) {
    .voiceColumn .c-sectionColumn_icon {
      width: 80px; }
      .voiceColumn .c-sectionColumn_icon img {
        margin-top: -40px; } }
  @media print, screen and (min-width: 751px) {
    .voiceColumn .c-sectionColumn_icon {
      width: 63px; } }
  .voiceColumn .c-sectionColumn_icon img {
    width: 100%; }

.c-sectionColumn_title {
  color: #fff;
  text-align: center;
  margin-top: 19px;
  position: relative; }
  @media print, screen and (max-width: 750px) {
    .c-sectionColumn_title {
      font-weight: bold;
      font-size: 18px; } }
  @media print, screen and (min-width: 751px) {
    .c-sectionColumn_title {
      font-weight: bold;
      font-weight: 500;
      font-size: 24px; } }

.c-sectionColumn_content {
  margin-top: 64px; }
  @media print, screen and (max-width: 750px) {
    .c-sectionColumn_content {
      width: calc(100% - 68px);
      margin-left: auto;
      margin-right: auto;
      margin-top: 32px !important; } }

/*  関連記事 */
@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .articleContent {
    gap: 20px; } }

@media print, screen and (min-width: 1025px) {
  .articleContent {
    gap: 40px; } }

@media print, screen and (min-width: 751px) {
  .articleContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; } }

.articleContent_item {
  overflow: hidden;
  isolation: isolate;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media print, screen and (max-width: 750px) {
    .articleContent_item {
      border-radius: 20px; } }
  @media print, screen and (min-width: 751px) {
    .articleContent_item {
      border-radius: 10px;
      width: calc((100% - 120px / 4)); } }
  @media (hover: hover) {
    .articleContent_item a:hover {
      opacity: .7;
      text-decoration: none; } }

@media print, screen and (max-width: 750px) {
  .is-minimized .articleContent_item {
    display: none; } }

@media print, screen and (max-width: 750px) {
  .articleContent_item:first-child {
    display: block; } }

@media print, screen and (max-width: 750px) {
  .articleContent_item + .articleContent_item {
    margin-top: 48px; } }

.articleContent_itemImage img {
  width: 100%; }

.articleContent_itemText {
  color: #000;
  letter-spacing: 0;
  padding: 17px 20px;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.articleButton {
  text-align: center;
  font-size: 36px;
  color: #fff;
  margin-top: 64px; }
  @media print, screen and (max-width: 750px) {
    .articleButton {
      font-weight: bold;
      font-size: 18px;
      margin-top: 32px; } }
  @media print, screen and (min-width: 751px) {
    .articleButton {
      font-weight: bold;
      font-weight: 500; } }
  .articleButton::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 13px;
    margin-left: 28px;
    margin-bottom: 7px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("/common/amano/img/lp/rollingstock/article_column_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat; }

.is-minimized .articleButton::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

/*  お客様の声 */
@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .voiceContent {
    gap: 20px; } }

@media print, screen and (min-width: 1025px) {
  .voiceContent {
    gap: 40px; } }

@media print, screen and (min-width: 751px) {
  .voiceContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; } }

@media print, screen and (min-width: 751px) {
  .voiceContent_item {
    width: calc((100% - 120px / 3)); } }

@media print, screen and (max-width: 750px) {
  .voiceContent_item + .voiceContent_item {
    margin-top: 64px; } }

.voiceContent_itemInner {
  background-color: #fff;
  border-radius: 10px; }
  @media print, screen and (max-width: 750px) {
    .voiceContent_itemInner {
      padding: 60px 56px; } }
  @media print, screen and (min-width: 751px) {
    .voiceContent_itemInner {
      padding: 32px 28px; } }

.voiceContent_itemTitle {
  color: #567B4D;
  line-height: 1.53;
  text-align: center; }
  @media print, screen and (max-width: 750px) {
    .voiceContent_itemTitle {
      font-weight: bold;
      font-size: 32px; } }
  @media print, screen and (min-width: 751px) {
    .voiceContent_itemTitle {
      font-weight: bold;
      font-weight: 500;
      font-size: 17px; } }

@media print, screen and (max-width: 750px) {
  .voiceContent_itemText {
    margin-top: 20px; } }

@media print, screen and (min-width: 751px) {
  .voiceContent_itemText {
    margin-top: 6px; } }

.voiceContent_itemCustomer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -20px auto 0; }
  .voiceContent_itemCustomer::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url("/common/amano/img/lp/rollingstock/column_voice_triangle.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 750px) {
      .voiceContent_itemCustomer::before {
        width: 108px;
        height: 120px;
        top: -21px;
        left: 35px; } }
    @media print, screen and (min-width: 751px) {
      .voiceContent_itemCustomer::before {
        width: 54px;
        height: 60px;
        top: -12px;
        left: 20px; } }
  .voiceContent_item:nth-child(2) .voiceContent_itemCustomer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
    .voiceContent_item:nth-child(2) .voiceContent_itemCustomer::before {
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
      @media print, screen and (max-width: 750px) {
        .voiceContent_item:nth-child(2) .voiceContent_itemCustomer::before {
          left: 260px; } }
      @media print, screen and (min-width: 751px) {
        .voiceContent_item:nth-child(2) .voiceContent_itemCustomer::before {
          left: 130px; } }

.voiceContent_itemCustomer_info {
  left: 0;
  color: #fff; }
  @media print, screen and (min-width: 751px) {
    .voiceContent_itemCustomer_info {
      font-size: 14px; } }

@media print, screen and (max-width: 750px) {
  .voiceContent_itemCustomer_image {
    width: 152px; } }

@media print, screen and (min-width: 751px) {
  .voiceContent_itemCustomer_image {
    width: 76px; } }

.voiceContent_itemCustomer_image img {
  width: 100%; }

.voiceCaution {
  color: #fff; }
  @media print, screen and (max-width: 750px) {
    .voiceCaution {
      width: calc(100% - 136px);
      margin-top: 64px;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 751px) {
    .voiceCaution {
      width: 1000px;
      margin: 24px auto 0; } }

/*=============================================

  セクション4

==============================================*/
@media print, screen and (max-width: 750px) {
  .section4_caution {
    margin-top: 16px !important; } }

@media print, screen and (max-width: 750px) {
  .section4_cautionItem {
    font-size: 12px;
    letter-spacing: .05em; } }

/*
  買い足しセット
------------------------------------*/
.sectionBasic {
  background-color: #fff; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic {
      padding-top: 80px; } }
  @media print, screen and (min-width: 751px) {
    .sectionBasic {
      padding-top: 80px; } }

.disasterBanner_wrap {
  background-color: #fff !important; }
  @media print, screen and (max-width: 750px) {
    .disasterBanner_wrap {
      padding-top: 40px; } }
  @media print, screen and (min-width: 751px) {
    .disasterBanner_wrap {
      padding-top: 80px; } }

.disasterBanner {
  display: block; }
  @media print, screen and (max-width: 750px) {
    .disasterBanner {
      margin: 0 35px; } }
  @media print, screen and (min-width: 1025px) {
    .disasterBanner {
      width: 1000px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 751px) and (max-width: 1024px) {
    .disasterBanner {
      width: 700px;
      margin: 0 auto; } }
  .disasterBanner img {
    width: 100%; }

.sectionBasic_box {
  margin-top: 0;
  border: 1px solid #567B4D; }

@media print, screen and (max-width: 750px) {
  .sectionBasic_boxBody {
    padding-left: 0;
    padding-right: 0; } }

@media print, screen and (max-width: 750px) {
  .sectionBasic_more {
    margin-top: 40px;
    padding-bottom: 60px; } }

@media print, screen and (min-width: 751px) {
  .sectionBasic_more {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 120px auto 0;
    padding-bottom: 120px; } }

.sectionBasic_moreContent_wrap {
  padding: 50px 64px;
  border: 1px solid #567B4D; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_moreContent_wrap {
      padding: 40px 30px; } }

.sectionBasic_moreContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_moreContent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  @media print, screen and (min-width: 751px) {
    .sectionBasic_moreContent {
      row-gap: 40px; } }

@media print, screen and (max-width: 750px) {
  .sectionBasic_moreItem + .sectionBasic_moreItem {
    margin-top: 40px; } }

@media print, screen and (min-width: 751px) {
  .sectionBasic_moreItem {
    width: calc((100% - 50px) / 2); } }

.sectionBasic_moreItem_body {
  position: relative; }

.sectionBasic_moreItem_image img {
  width: 100%; }

.sectionBasic_moreItem_image_detail {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 98px; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_moreItem_image_detail {
      width: 95px;
      top: -20px;
      left: -15px; } }
  .sectionBasic_moreItem_image_detail img {
    width: 100%; }

.sectionBasic_moreItem_title {
  color: #567B4D;
  font-weight: 600;
  text-align: center;
  margin-top: 24px;
  font-size: 20px;
  letter-spacing: .05em; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_moreItem_title {
      margin-top: 8px;
      font-size: 16px;
      letter-spacing: 0; } }
  @media print, screen and (min-width: 751px) {
    .sectionBasic_moreItem_title {
      letter-spacing: .04em; } }

.sectionBasic_moreItem_detailText {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  letter-spacing: .05em; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_moreItem_detailText {
      font-size: 12px; } }

.sectionBasic_moreItem_price {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_moreItem_price {
      margin-top: 8px !important; } }

@media print, screen and (min-width: 751px) {
  .sectionBasic_moreItem_description {
    margin-top: 24px; } }

@media print, screen and (max-width: 750px) {
  .sectionBasic_moreCaution {
    margin-top: 12px; } }

.sectionBasic_moreButton {
  margin: 80px auto 0; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_moreButton {
      margin: 40px auto 0 !important;
      max-width: 280px; } }
  @media print, screen and (min-width: 751px) {
    .sectionBasic_moreButton {
      max-width: 460px; } }

.sectionBasic_moreButton_link {
  width: 100%;
  height: 100%; }

@media print, screen and (max-width: 750px) {
  .sectionBasic_moreBottom {
    max-width: 700px;
    margin: 160px auto 0; } }

@media print, screen and (min-width: 751px) {
  .sectionBasic_moreBottom {
    max-width: 720px;
    margin: 120px auto 0; } }

.sectionBasic_moreBottom_caution {
  margin-top: 20px; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_moreBottom_caution {
      font-size: 24px; } }

.sectionBasic_moreBottom_shoptop {
  margin-top: 64px;
  text-align: center; }
  .sectionBasic_moreBottom_shoptop a {
    display: inline-block; }
    @media print, screen and (max-width: 750px) {
      .sectionBasic_moreBottom_shoptop a {
        width: 540px; } }
    @media print, screen and (min-width: 751px) {
      .sectionBasic_moreBottom_shoptop a {
        width: 270px;
        height: 38px; } }
    .sectionBasic_moreBottom_shoptop a img {
      width: 100%; }

@media print, screen and (max-width: 750px) {
  .sectionBasic_moreBottom_allergyText {
    display: block;
    font-size: 24px;
    margin-top: 16px; } }

@media print, screen and (min-width: 751px) {
  .sectionBasic_moreBottom_allergyText {
    margin-left: 8px; } }

/*
  ボタン
------------------------------------*/
.c-productButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 750px) {
    .c-productButton {
      margin-top: 30px; } }
  @media print, screen and (min-width: 751px) {
    .c-productButton {
      margin-top: 40px; } }
  .sectionBasic .c-productButton {
    margin-top: 32px; }
    @media print, screen and (max-width: 750px) {
      .sectionBasic .c-productButton {
        margin-top: 24px; } }
  .sectionBasic .c-productButton + .c-productButton {
    margin-top: 16px; }
  .c-productButton.sectionBasic_moreButton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: initial !important;
    gap: 12.5px; }
  .c-productButton .sectionBasic_moreButton_subText {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 600; }
    @media print, screen and (max-width: 750px) {
      .c-productButton .sectionBasic_moreButton_subText {
        font-size: 12px; } }

.c-productButton_link {
  background-color: #E20E0E;
  color: #fff;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 120px;
  border: 2px solid #E20E0E;
  -webkit-transition: .2s;
  transition: .2s; }
  .sectionBasic_box .c-productButton_link {
    border: 2px solid #E20E0E !important;
    background-color: #E20E0E !important; }
    @media print, screen and (min-width: 751px) {
      .sectionBasic_box .c-productButton_link {
        width: 279px !important; } }
  @media print, screen and (max-width: 750px) {
    .c-productButton_link {
      font-weight: bold;
      min-width: 280px;
      height: 58px;
      font-size: 18px; } }
  @media print, screen and (min-width: 751px) {
    .c-productButton_link {
      font-weight: bold;
      font-weight: 500;
      font-size: 18px;
      min-width: 280px;
      padding: 16px 20px; } }
  @media (hover: hover) {
    .c-productButton_link:hover {
      text-decoration: none;
      color: #E20E0E !important;
      background-color: #fff; }
      .sectionBasic .c-productButton_link:hover,
      .sectionBasic_sub .c-productButton_link:hover {
        background-color: #fff;
        color: #567B4D !important; }
      .c-productButton_link:hover.sectionBasic_moreButton_link {
        color: #E20E0E !important; }
      .sectionBasic_box .c-productButton_link:hover {
        color: #E20E0E !important;
        background-color: #fff !important; } }
  .sectionBasic .c-productButton_link {
    background-color: #567B4D;
    border: 2px solid #567B4D;
    width: 100%; }
    @media print, screen and (min-width: 751px) {
      .sectionBasic .c-productButton_link {
        padding: 13.5px 12px; } }
  .sectionBasic_moreButton .c-productButton_link {
    max-width: initial !important;
    background-color: #E20E0E;
    border: 2px solid #E20E0E; }
    @media print, screen and (max-width: 750px) {
      .sectionBasic_moreButton .c-productButton_link {
        height: 85px !important; } }
    @media print, screen and (min-width: 751px) {
      .sectionBasic_moreButton .c-productButton_link {
        width: 499px; } }
  .c-productButton_link.sectionBasic_moreButton_link {
    margin: 0 auto; }
    @media print, screen and (max-width: 750px) {
      .c-productButton_link.sectionBasic_moreButton_link {
        height: 85px !important; } }
    @media print, screen and (min-width: 751px) {
      .c-productButton_link.sectionBasic_moreButton_link {
        width: 499px !important; } }

@media print, screen and (max-width: 750px) {
  .sectionBasic_sub {
    margin-top: 40px; } }

@media print, screen and (min-width: 1025px) {
  .sectionBasic_sub {
    width: 900px;
    margin: 64px auto 0; } }

@media print, screen and (min-width: 751px) and (max-width: 1024px) {
  .sectionBasic_sub {
    margin: 64px auto 0; } }

.sectionBasic_subTitle {
  color: #567B4D;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .05em;
  padding: 17px 0;
  border-top: 2px solid #567B4D;
  border-bottom: 2px solid #567B4D; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_subTitle {
      font-size: 16px;
      padding: 16px 0; } }

.sectionBasic_subContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
  margin-top: 36px; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_subContent {
      margin-top: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 40px; } }

@media print, screen and (max-width: 750px) {
  .sectionBasic_subItem + .sectionBasic_subItem .sectionBasic_subItem_image {
    margin-bottom: 16px; } }

.sectionBasic_subItem_image {
  margin-bottom: 32px; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_subItem_image {
      margin-bottom: 30px; } }
  .sectionBasic_subItem_image img {
    width: 100%; }

.sectionBasic_subItem_detailText {
  text-align: center;
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: .05em; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_subItem_detailText {
      margin-bottom: 16px;
      font-size: 12px;
      line-height: 1.5;
      letter-spacing: 0; } }

.sectionBasic_subItem_title {
  color: #567B4D;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: .05em; }
  @media print, screen and (max-width: 750px) {
    .sectionBasic_subItem_title {
      margin-bottom: 16px;
      font-size: 16px; } }
  @media print, screen and (min-width: 751px) {
    .sectionBasic_subItem_title {
      letter-spacing: .04em; } }
