@charset "UTF-8";
/*===================================================
リセット
===================================================*/
#rollingStock {
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

body main #rollingStock ul,
body main #rollingStock li {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

@media print, screen and ( max-width:767px ) {
#rollingStock p {
	font-size: .875rem;
}
}

#rollingStock h3 {
  font-size: 1.2em;
  color: #b41749;
  text-align: center;
  margin: 3em 0 .5em;
}

#rollingStock h2 span,
#rollingStock h3 span {
  display: inline-block;
}

#rollingStock p {
  line-height: 1.8;
}

.ly_center_al {
  text-align: center !important;
}

.el_mt00 {
  margin-top: 0 !important;
}
.el_mt1em {
  margin-top: 1em !important;
}
.ly_dpIb {
  display: inline-block !important;
}

#rollingStock .m-hdg-l2+.m-txt {
  margin-top: 1.5em;
}

.ly_btWrap {
  max-width: 640px;
  margin: 1.5em auto 0;
}
.ly_btWrap a {
  width: 100%;
}


/*===================================================
wrap
===================================================*/
#rollingStock {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#rollingStock img {
  width: 100%;
  vertical-align: top;
}


/*===================================================
stockCircleWrap
===================================================*/
#stockCircleWrap {
  max-width: 800px;
  margin: 1em auto 0;
}

#stockCircle {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
#stockCircle::before,
#stockCircle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: no-repeat center / contain;
  transform: translateX(-50%)
}
#stockCircle::before {
  width: clamp(70px, 25%, 200px);
  background-image: url(stock_circle_bg01.png);
}
#stockCircle::after {
  width: clamp(200px, 60%, 480px);
  background-image: url(stock_circle_bg02.png);
}

#stockCircle>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-name: circleAnimation01;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  z-index: 5;
}
#stockCircle>div:nth-of-type(2) {
  animation-name: circleAnimation02;
}
#stockCircle>div:nth-of-type(3) {
  animation-name: circleAnimation03;
}

#stockCircle>div>div {
  position: absolute;
  top: 0;
  left: calc(50% - 130px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 260px;
  /* width: clamp(150px, 30vw, 300px);
  height: clamp(150px, 30vw, 300px); */
  background-color: #b41749;
  border-radius: 50%;
  padding: 30px;
  animation-name: circleInnerAnimation01;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
#stockCircle>div:nth-of-type(2)>div {
  animation-name: circleInnerAnimation02;
}
#stockCircle>div:nth-of-type(3)>div {
  animation-name: circleInnerAnimation03;
}
#stockCircle>div>div::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 3px solid #fff;
}

#stockCircle>div>div p {
  width: 100%;
  font-size: 125%;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
#stockCircle>div>div p b {
  display: block;
  line-height: 1;
  font-size: 180%;
  border-bottom: 3px dotted; #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@keyframes circleAnimation01 {
  0% {
    transform:rotate(0);
  }
  15% {
    transform:rotate(120deg);
  }
  33.333%{
    transform:rotate(120deg);
  }
  48.333%{
    transform:rotate(240deg);
  }
  66.666%{
    transform:rotate(240deg);
  }
  81.666%{
    transform:rotate(360deg);
  }
  100%{
    transform:rotate(360deg);
  }
}
@keyframes circleAnimation02 {
  0% {
    transform:rotate(120deg);
  }
  15% {
    transform:rotate(240deg);
  }
  33.333%{
    transform:rotate(240deg);
  }
  48.333%{
    transform:rotate(360deg);
  }
  66.666%{
    transform:rotate(360deg);
  }
  81.666%{
    transform:rotate(480deg);
  }
  100%{
    transform:rotate(480deg);
  }
}
@keyframes circleAnimation03 {
  0% {
    transform:rotate(240deg);
  }
  15% {
    transform:rotate(360deg);
  }
  33.333%{
    transform:rotate(360deg);
  }
  48.333%{
    transform:rotate(480deg);
  }
  66.666%{
    transform:rotate(480deg);
  }
  81.666%{
    transform:rotate(600deg);
  }
  100%{
    transform:rotate(600deg);
  }
}

@keyframes circleInnerAnimation01 {
  0% {
    transform:rotate(0);
  }
  15% {
    transform:rotate(-120deg);
  }
  33.333%{
    transform:rotate(-120deg);
  }
  48.333%{
    transform:rotate(-240deg);
  }
  66.666%{
    transform:rotate(-240deg);
  }
  81.666%{
    transform:rotate(-360deg);
  }
  100%{
    transform:rotate(-360deg);
  }
}
@keyframes circleInnerAnimation02 {
  0% {
    transform:rotate(-120deg);
  }
  15% {
    transform:rotate(-240deg);
  }
  33.333%{
    transform:rotate(-240deg);
  }
  48.333%{
    transform:rotate(-360deg);
  }
  66.666%{
    transform:rotate(-360deg);
  }
  81.666%{
    transform:rotate(-480deg);
  }
  100%{
    transform:rotate(-480deg);
  }
}
@keyframes circleInnerAnimation03 {
  0% {
    transform:rotate(-240deg);
  }
  15% {
    transform:rotate(-360deg);
  }
  33.333%{
    transform:rotate(-360deg);
  }
  48.333%{
    transform:rotate(-480deg);
  }
  66.666%{
    transform:rotate(-480deg);
  }
  81.666%{
    transform:rotate(-600deg);
  }
  100%{
    transform:rotate(-600deg);
  }
}

@media print, screen and ( max-width:767px ) {
#stockCircleWrap {
  max-width: 420px;
  margin: 1.5em auto 0;
}

#stockCircle {
  width: calc(100% + 40px);
  padding-top: calc(100% + 40px);
  margin-left: -20px;
}
#stockCircle::before {
  transform: translate(-50%,-10px)
}
#stockCircle::after {
  transform: translate(-50%,10px)
}

#stockCircle>div>div::before {
  border: 2px solid #fff;
}

#stockCircle>div>div {
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  padding: 15px;
}
#stockCircle>div>div p {
  font-size: inherit;
}
#stockCircle>div>div p b {
  font-size: 120%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
}


/*===================================================
stockStep
===================================================*/
#stockStep {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 2em auto 0 !important;
}

#stockStep>li {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: calc((100% - 2em) / 2);
  border: 3px solid #b41749;
  border-radius: 15px;
  overflow: hidden;
  /* padding: 1em 1.5em; */
}
#stockStep>li:nth-of-type(2n) {
  margin-left: 2em;
}
#stockStep>li:nth-of-type(n+3) {
  margin-top: 2em;
}

#stockStep>li p {
  width: 100%;
  text-align: justify;
}
#stockStep>li p b {
  display: block;
  font-size: 115%;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #b41749;
  padding: 10px 5px;
}
#stockStep>li p span {
  display: block;
  padding: 10px 15px;
}

@media print, screen and ( max-width:767px ) {
#stockStep {
  max-width: 500px;
}

#stockStep>li {
  width: 100%;
  border: 2px solid #b41749;
  /* padding: 15px; */
  margin: 0 !important;
}
#stockStep>li:nth-of-type(n+2) {
  margin-top: 1em !important;
}
}


/*===================================================
guidelineImg
===================================================*/
#guidelineImg {
  max-width: 800px;
  margin: 2em auto 0;
}

/*===================================================
stockItem
===================================================*/
#stockItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em;
}
#stockItem>div {
  width: calc((100% - 1em) / 2);
}
#stockItem>div+div {
  margin-left: 1em;
}

#stockItem .m-lst-step,
#stockItem .m-lst,
#stockItem .m-lst-step__txt,
#stockItem .m-ntc {
  margin: 0;
}

#stockItem .m-lst-step__lstItm {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px;
  margin: 0;
}
#stockItem .m-lst-step__lstItm+li {
  margin-top: 1em;
}

#stockItem .m-lst-step__ttl {
  font-size: 110%;
  line-height: 1;
}

#stockItem .m-lst__lstItm,
#stockItem .m-ntc {
  margin-top: .5em;
}

#stockItem .m-ntc__lstItm {
  justify-content: flex-end;
}
#stockItem .m-ntc__txt {
  flex: 0 1 auto;
}

@media print, screen and ( max-width:767px ) {
#stockItem {
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
}

#stockItem > div {
  width: 100%;
}
#stockItem > div + div {
  margin: 1em 0 0;
}

#stockItem .m-lst-step__lstItm {
  width: 100%;
  padding: 15px;
}
}


/*===================================================
pointList
===================================================*/
#pointList {
  display: flex;
  flex-wrap: wrap;
  margin: 2em auto 5em !important;
}

#pointList>li {
  /* display: flex;
  justify-content: center; */
  width: calc((100% - 4em) / 3 );
  /* border: 3px solid #b41749;
  border-radius: 15px;
  padding: 1em 1.5em; */
}
#pointList>li:nth-of-type(n+2) {
  margin-left: 2em;
}

#pointList>li p {
  text-align: justify;
}
#pointList>li p b {
  display: block;
  line-height: 1;
  color: #b41749;
  text-align: center;
  background-color: #faf0f4;
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 10px;
}

@media print, screen and ( max-width:767px ) {
#pointList {
  width: 90%;
  max-width: 360px;
  margin: 2em auto 5em  !important;
}

#pointList>li {
  width: 100%;
  /* border: 2px solid #b41749;
  padding: 15px; */
  margin: 0 !important;
}
#pointList>li:nth-of-type(n+2) {
  margin-top: 1em !important;
}
}


/*===================================================
ly_itemList
===================================================*/
.ly_itemList {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1em auto 0 !important;
}

.ly_itemList>li {
  width: 25%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px !important;
}

.ly_itemList>li div {
  max-width: 120px;
  margin: 0 auto 1em;
}
.ly_itemList>li p {
  line-height: 1.5 !important;
  text-align: justify;
}
.ly_itemList>li p b {
  display: block;
  line-height: 1.3;
  color: #b41749;
  margin-bottom: 5px;
}

.ly_itemList+.m-ntc {
  margin: 1em 0 5em;
}
#otherItem+.m-ntc {
  margin: 1em 0 0;
}
.ly_itemList+.m-ntc .m-ntc__lstItm,
#otherItem+.m-ntc .m-ntc__lstItm {
  justify-content: flex-end;
}
.ly_itemList+.m-ntc .m-ntc__txt,
#otherItem+.m-ntc .m-ntc__txt {
  flex: none;
}

@media print, screen and ( max-width:767px ) {
.ly_itemList>li {
  width: 50%;
  padding: 10px !important;
}
}


/*===================================================
otherItem
===================================================*/
#otherItem {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-top: 1em !important;
}

#otherItem>li {
  width: calc(100% / 3);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px !important;
}

#otherItem>li>p {
  font-weight: 700;
  line-height: 1;
  color: #b41749;
  margin-bottom: 10px;
}
#otherItem>li>div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#otherItem>li>div>div {
  width: 80px;
}
#otherItem>li>div>p {
  width: calc(100% - 90px);
  text-align: justify;
  margin-left: 10px;
}

@media print, screen and ( max-width:767px ) {
#otherItem>li {
  position: relative;
  width: 50%;
  padding: 100px 10px 10px !important;
}

#otherItem>li>p {
  line-height: 1.5;
  margin-bottom: 5px;
}

#otherItem>li>div>div {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#otherItem>li>div>p {
  width: 100%;
  margin: 0;
}
}


/*===================================================
イラスト
===================================================*/
#illust01 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 1em;
}

#illust02 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 1em;
}

.ly_illust03 {
  width: 80%;
  max-width: 150px;
  margin: 0 auto 1em;
}


/*===================================================
アニメーション
===================================================*/
.fadeInPre { visibility: hidden; }
.fadeInPre.animate__fadeIn { visibility: visible; }