@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.confirm {
  z-index: 10020;
}

.regular * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.regular p {
  margin-top: 0;
  margin-bottom: 10px;
}

.regularDelivery__catch2 br {
  display: none;
}

.regularItemContainer .regularItemTitle {
  font-size: 20px;
  position: relative;
  padding: 20px 0;
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #FEACB2;
  border-bottom: 1px solid #FEACB2;
}

.regularItemContainer .regularItemTitle::before, .regularItemContainer .regularItemTitle::after {
  content: "";
  background: rgba(254, 172, 178, 0.3);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}

.regularItemContainer .regularItemTitle::before {
  top: 4px;
}

.regularItemContainer .regularItemTitle::after {
  bottom: 4px;
}

@media screen and (max-width: 768px) {
  .regularItemContainer .regularItemTitle {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 0 -50vw 30px;
  }
}

.regularItemContainer .regularItemTitle--simple {
  position: relative;
  font-size: 20px;
  padding: 20px 0;
  border-top: 1px solid #5C5A5A;
  border-bottom: 1px solid #5C5A5A;
  line-height: 1;
  text-align: center;
  margin: 20px 0 30px;
}

@media screen and (max-width: 768px) {
  .regularItemContainer .regularItemTitle--simple {
    position: relative;
    margin: 0 -50vw 30px;
    width: 100vw;
    left: 50%;
    right: 50%;
  }
}

.regularItemContainer .regularItemTitle--simple::before, .regularItemContainer .regularItemTitle--simple::after {
  content: "";
  background: #E0E0E0;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}

.regularItemContainer .regularItemTitle--simple::before {
  top: 4px;
}

.regularItemContainer .regularItemTitle--simple::after {
  bottom: 4px;
}

.regularItemContainer .regularItemTitle--single {
  position: relative;
  font-size: 20px;
  padding: 20px 0;
  border-top: 1px solid #5C5A5A;
  border-bottom: 1px solid #5C5A5A;
  line-height: 1;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .regularItemContainer .regularItemTitle--single {
    position: relative;
    margin: 0 0 30px;
    width: 100%;
    left: auto;
    right: auto;
  }
}

.regularItemContainer .regularItemTitle--single::before, .regularItemContainer .regularItemTitle--single::after {
  content: "";
  background: #E0E0E0;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}

.regularItemContainer .regularItemTitle--single::before {
  top: 4px;
}

.regularItemContainer .regularItemTitle--single::after {
  bottom: 4px;
}

p.regularNavTxt {
  margin: 30px auto 0;
  text-align: center;
}

p.regularNavTxt span {
  background: #F0F5FC;
  border-radius: 20px;
  display: inline-block;
  padding: 2px 26px;
}

@media screen and (max-width: 768px) {
  p.regularNavTxt img {
    width: 10px;
  }
}

.regularNav {
  text-align: center;
}

.regularNav li {
  display: inline-block;
  text-align: left;
  border-left: 1px solid #6A94D4;
}

@media screen and (max-width: 768px) {
  .regularNav li {
    border-right: 1px solid #6A94D4;
    width: 100%;
    margin-bottom: 8px;
  }
}

.regularNav li:last-of-type {
  border-right: 1px solid #6A94D4;
}

.regularNav li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 50px;
  position: relative;
}

.regularNav li a::after {
  background: url(/contents/common/images/regular/icon-arrowBottom.svg) no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  width: 10px;
}

.regularNav li span {
  color: #6A94D4;
  display: block;
}

.regularNav li.regularNav__beginner {
  background: url(/contents/common/images/regular/icon-beginner.svg) no-repeat left 8px center;
  background-size: 10px 15px;
}

.regularNav li.regularNav__beginner a {
  padding-left: 30px;
}

.regularItem--last .seriesRegular__img {
  width: 75%;
  margin: 0 auto 8px;
}

@media screen and (max-width: 768px) {
  .regularItem--last .seriesRegular__img {
    width: 100%;
    margin: 0 auto 8px;
  }
}

.seriesRegular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px 100px;
}

@media screen and (max-width: 768px) {
  .seriesRegular {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 38px;
  }
}

.seriesRegular__col {
  width: 33.33%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .seriesRegular__col {
    width: 50%;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .seriesRegular__1col {
    width: 100%;
  }
  .seriesRegular__1col .seriesRegular__img {
    width: 50%;
    margin: 0 auto;
  }
}

.seriesRegular__2col {
  width: 100%;
}

.seriesRegular__2col .seriesRegular__img {
  width: 33.33%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .seriesRegular__2col .seriesRegular__img {
    display: block;
    width: 50%;
  }
}

.seriesRegular__2col .seriesRegular__detail {
  width: 33.33%;
  margin: 0 auto;
}

.seriesRegular__3col .seriesRegular__img {
  width: 33.33%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .seriesRegular__3col .seriesRegular__img {
    display: block;
    width: 50%;
  }
}

.seriesRegular__3col .seriesRegular__detail {
  width: 33.33%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .seriesRegular__3col .seriesRegular__detail {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}

.seriesRegular__3col .seriesRegular__itemcol {
  width: 33.33%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .seriesRegular__3col .seriesRegular__itemcol {
    display: block;
    width: 100%;
    padding: 5px 15px;
  }
}

.seriesRegular__3col .seriesRegular__item {
  width: 100%;
}

.seriesRegular__3col .seriesRegular__txt {
  padding: 0 15px;
}

.seriesRegular__detail p {
  margin: 0 0 6px;
}

.seriesRegular__img {
  margin-bottom: 8px;
}

.seriesRegular__img img {
  width: 100%;
  margin-bottom: 16px;
}

.seriesRegular__price {
  font-size: 12px;
}

.seriesRegular__point {
  color: #EF857D;
  font-size: 12px;
}

.seriesRegular__point span {
  border: 1px solid #EF857D;
  padding: 2px 4px;
  margin-right: 4px;
}

.seriesRegular__link {
  background: #EF857D;
  color: #fff;
  display: inline-block;
  margin: 10px 0;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .seriesRegular__link {
    font-size: 12px;
    padding-right: 10px;
  }
}

.seriesRegular__link::before, .seriesRegular__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.seriesRegular__link::before {
  background: url(/contents/common/images/regular/icon-cartbtn.svg) no-repeat;
  height: 17px;
  width: 20px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .seriesRegular__link::before {
    content: none;
  }
}

.seriesRegular__link::after {
  background: url(/contents/common/images/regular/icon-plus.svg) no-repeat;
  height: 12px;
  width: 12px;
  right: 10px;
}

.seriesRegular__link.is-disabled {
  background: #E0E0E0;
}

.seriesRegular__txt {
  font-size: 12px;
}

.seriesRegular__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .seriesRegular__item {
    width: 100%;
  }
}

.seriesRegular__item p {
  margin-bottom: 0;
}

.seriesRegular__item .seriesRegular__2col {
  padding: 0 15px;
}

.seriesRegular__itemcol {
  width: 50%;
  padding: 10px 15px;
}

.seriesRegular__itemTxt {
  font-weight: bold;
}

.regularHowto {
  text-align: center;
  padding: 100px 0 0;
}

@media screen and (max-width: 768px) {
  .regularHowto {
    padding-top: 70px;
    margin: 0 -20px;
  }
}

.regularHowto__slide {
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 50px auto 0;
  padding-bottom: 60px;
}

.regularHowto__slide .slick-prev, .regularHowto__slide .slick-next {
  height: 35px;
  width: 35px;
}

.regularHowto__slide .slick-prev.slick-disabled, .regularHowto__slide .slick-next.slick-disabled {
  display: none !important;
}

.regularHowto__slide .slick-next {
  background: url(/contents/common/images/regular/img-arrow-right.svg) no-repeat;
  right: 20px;
}

.regularHowto__slide .slick-prev {
  background: url(/contents/common/images/regular/img-arrow-left.svg) no-repeat;
  left: 20px;
  z-index: 100;
}

.regularHowto__slide .slick-dots li button::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid #000;
}

.regularHowto__slide .slick-dots li.slick-active button::before {
  background: #000;
}

.regularHowto__content {
  max-width: 720px;
  margin: 0 auto;
}

.regularHowto__item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .regularHowto__item {
    float: none;
    padding: 0;
  }
}

.regularHowto__itemContent {
  max-width: 64.2vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .regularHowto__itemContent {
    max-width: none;
  }
}

.regularHowto__title {
  font-size: 24px;
}

.regularHowto__num {
  text-align: center;
  font-size: 12px;
}

.regularHowto__num span {
  color: #6A94D4;
}

@media screen and (max-width: 768px) {
  .regularHowto__num {
    white-space: nowrap;
    padding-right: 12px;
  }
}

.regularHowto__img {
  text-align: center;
  margin-top: 18px;
}

.regularHowto__img img {
  width: 100%;
}

.regularHowto__sec {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .regularHowto__sec {
    white-space: nowrap;
  }
}

.regularHowto__notes {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .regularHowto__trigger {
    background: #F0F5FC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 1px;
  }
  .regularHowto__trigger:before, .regularHowto__trigger:after {
    content: "";
    display: block;
    position: absolute;
    background: #231815;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .regularHowto__trigger:before {
    top: 50%;
    right: 29px;
    width: 11px;
    height: 1px;
  }
  .regularHowto__trigger:after {
    top: 50%;
    right: 34px;
    width: 1px;
    height: 11px;
  }
  .regularHowto__trigger.is-open:before {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .regularHowto__trigger.is-open:after {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .regularHowto__trigger p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .regularHowto__content {
    display: none;
    padding: 24px 20px;
  }
}

.regularModalWrap {
  position: relative;
}

@media screen and (max-width: 768px) {
  .regularModalWrap {
    margin-right: 0 !important;
  }
}

.regularModal {
  line-height: 1.5;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: -1;
}

.regularModal__title {
  font-size: 16px;
}

.regularModal__title span {
  font-size: 14px;
}

.regularModal--first {
  position: relative;
  opacity: 1;
  z-index: 0;
}

.regularModal__list {
  margin-top: 10px;
}

.regularModal__list p {
  font-size: 12px;
}

.regularModal__list .productType__col--img .productType__btn.is-active {
  background: #fff;
}

.regularModal__list figure {
  padding: 6px 4px;
}

.regularModal__list figure figcaption {
  margin: 6px -4px -4px;
}

.regularModal__list .is-active figcaption {
  background: #5C5A5A;
}

.regularModal__nav {
  border-bottom: 1px solid #E0E0E0;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .regularModal__nav {
    padding: 20px 0;
  }
}

.regularModal__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.regularModal__nav ul li {
  display: block;
  position: relative;
}

.regularModal__nav ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 32px;
  height: 1px;
  margin-top: -1px;
  background: #E0E0E0;
  z-index: 1;
}

.regularModal__nav ul li:first-child::before {
  content: none;
}

.regularModal__nav ul li.is-visited::before, .regularModal__nav ul li.is-active::before {
  background: #EF857D;
}

.regularModal__nav ul li span {
  border: 1px solid #E0E0E0;
  border-radius: 60px;
  background: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #E0E0E0;
  height: 30px;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  position: relative;
  z-index: 2;
}

.regularModal__nav ul li.is-visited span {
  color: #EF857D;
  border: 1px solid #EF857D;
}

.regularModal__nav ul li.is-active span {
  color: #fff;
  background: #EF857D;
  border: 1px solid #EF857D;
}

.regularModal__nav p {
  margin-top: 20px;
}

.regularModal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .regularModal__row {
    display: block;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
    background: #FAFAFA;
  }
}

@media screen and (max-width: 768px) {
  .regularModal__desc {
    padding-left: 90px;
  }
}

.regularModal__img {
  width: 290px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .regularModal__img {
    width: 70px;
    float: left;
    padding-right: 0;
  }
}

.regularModal__img img {
  width: 100%;
}

.regularModal__img div {
  display: none;
}

.regularModal__img div.is-show {
  display: block;
}

.regularModal__content {
  width: calc(100% - 290px);
}

@media screen and (max-width: 768px) {
  .regularModal__content {
    width: 100%;
  }
}

.regularModal__txt {
  margin-bottom: 4px;
}

.regularModal__txt span {
  font-size: 16px;
}

.regularModal__normalTxt {
  margin-bottom: 4px;
  font-size: 12px;
}

.regularModal__notes {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .mCSB_container {
    margin-right: 0 !important;
  }
}

/* ---------------------------------------------------------------------
	商品購入（ページ内汎用）
 --------------------------------------------------------------------- */
.productAction {
  position: relative;
  margin-top: 20px;
}

.productAction__orderWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .productAction__orderWrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .productTable__info + .productAction__orderWrap {
    margin-top: 20px;
  }
}

.productAction__orderWrap > span {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .productAction__orderWrap > span {
    font-size: 12px;
  }
}

.productAction__num {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 60px;
  max-width: 60px;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 768px) {
  .productAction__num {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 6px;
  }
}

.productAction__num option {
  min-width: inherit;
}

.productAction__num + .txt--unit {
  margin-left: 10px;
}

.productAction__link {
  margin-top: 20px;
  text-align: right;
}

.productAction__link .btn--cart {
  margin-left: auto;
}

.productAction__cartBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -5px;
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.productAction__cartBtn li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.productAction__cartBtn [class*="btn"] {
  height: 40px;
  width: 100%;
  margin-left: 0;
}

.productAction__cartBtn [class*="btn"] + [class*="btn"] {
  margin-left: 0;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn [class*="btn"] {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    text-decoration: none;
  }
}

@media screen and (max-width: 375px) {
  .productAction__cartBtn [class*="btn"] {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn [class*="btn"] span {
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .productAction__cartBtn [class*="btn"] span.link--next {
    padding-right: 1em;
  }
}

.productAction__cartBtn .btn--cart.is-disabled span::before {
  content: "\e902";
}

.productAction__regular {
  white-space: nowrap;
  text-align: right;
  margin-right: 270px;
  margin-bottom: 10px;
}

.productAction__regular span {
  font-size: 14px;
  display: inline-block;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .productAction__regular span {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .productAction__regular {
    display: inline-block;
    text-align: left;
    margin: 0 10px 10px 0;
    float: left;
  }
}

.productAction--reg {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .productAction--reg {
    overflow: hidden;
    clear: both;
  }
}

.productAction--reg .productAction__regular {
  text-align: left;
  margin: 0 20px 0 0;
  display: inline-block;
  float: left;
}

.productAction--reg .productAction__orderWrap {
  display: inline-block;
}

.productAction--reg + .notes {
  margin-top: 10px;
}

/* ---------------------------------------------------------------------
	モーダルアコーディオン部分
 --------------------------------------------------------------------- */
.modalAccordion {
  margin-top: 20px;
}

.modalAccordion__content {
  margin: 10px 0;
}

.modalAccordion__content dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BBB;
  padding: 10px 5px;
  position: relative;
  cursor: pointer;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modalAccordion__content dt {
    background: #fff;
    padding: 10px 38px 10px 48px;
  }
}

.modalAccordion__content dt:before, .modalAccordion__content dt:after {
  content: "";
  display: block;
  position: absolute;
  background: #BBB;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.modalAccordion__content dt:before {
  top: 50%;
  right: 11px;
  width: 12px;
  height: 1px;
}

.modalAccordion__content dt:after {
  top: 50%;
  right: 16px;
  width: 1px;
  height: 12px;
}

.modalAccordion__content dt.is-open:before {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.modalAccordion__content dt.is-open:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.modalAccordion__content dd {
  background: #FAFAFA;
  border: 1px solid #BBB;
  border-top: none;
  padding: 10px;
  display: none;
}

.modalAccordion .is-disabled.input--checkbox,
.modalAccordion .is-disabled.input--radio {
  pointer-events: none;
}

.modalAccordion__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modalAccordion__item {
  padding: 0 1.5%;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .modalAccordion__item {
    width: 47%;
  }
}

.modalAccordion__item .figure--full {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .modalAccordion__item .is-check.input--checkbox,
  .modalAccordion__item .is-check.input--radio {
    border: none;
  }
}

.modalAccordion .tagWrap {
  display: inline-block;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .modalAccordion .tagWrap {
    position: absolute;
    top: 10px;
    left: 5px;
  }
}

.modalAccordion__link {
  margin-top: 10px;
}

.modalAccordion__link .btn--cart {
  margin-left: auto;
}

.modalAccordion__stock {
  color: #779ED7;
}

.modalNote {
  border-top: 1px solid #E0E0E0;
  padding-top: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .modalNote {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .modal {
    -webkit-box-sizing: padding-box;
            box-sizing: padding-box;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 !important;
    padding-top: 60px;
  }
  .modal__close {
    position: fixed;
    top: 72px;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal.fromApp {
    padding-top: 0;
  }
  .modal.fromApp .modal__close {
    top: 20px;
  }
}

.modal__inner {
  padding-top: 0;
  max-height: none;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    height: 100vh !important;
    height: calc(var(--vh, 1vh) * 100) !important;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .overlay {
    display: none !important;
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  header.is-fixed {
    z-index: 10020;
  }
}

/* ---------------------------------------------------------------------
	モーダル内部
 --------------------------------------------------------------------- */
.modalProduct {
  line-height: 1.8;
  margin: 40px -40px 0 0;
  padding: 0 40px 40px 0;
}

@media screen and (max-width: 768px) {
  .modalProduct {
    margin: 0;
    padding: 0;
  }
}

.modalProduct p.modalProduct__ttl {
  font-size: 20px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .modalProduct p.modalProduct__ttl {
    font-size: 16px;
  }
}

.modalProduct p.modalProduct__copy {
  margin-bottom: 7px;
  font-size: 14px;
}

.modalProduct p.modalProduct__num {
  margin-bottom: 5px;
  font-size: 12px;
}

.modalProduct p.modalProduct__price {
  font-size: 12px;
}

.modalProduct p.modalProduct__price .txt--M {
  margin: 0 2px;
  font-size: 16px !important;
}

.modalProduct p.modalProduct__priceSub {
  font-size: 12px;
}

.modalProduct p.modalProduct__priceSub + .modalProduct__price {
  margin-top: 10px;
}

.modalProduct p.modalProduct__campaign {
  font-size: 12px;
}

.modalProduct p.modalProduct__campaign + .modalProduct__price {
  margin-top: 10px;
}

.modalProduct__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .modalProduct__row {
    display: block;
  }
}

.modalProduct__col:first-child {
  max-width: 280px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .modalProduct__col:first-child {
    min-width: 0;
    max-width: 100%;
    margin-right: 0;
  }
}

.modalProduct__col:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modalProduct__itemRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.modalProduct__itemCol:first-child {
  min-width: 80px;
  max-width: 80px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .modalProduct__itemCol:first-child {
    min-width: 60px;
    max-width: 60px;
  }
}

.modalProduct__itemCol:last-child {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.modalProduct .productAction {
  margin-top: 20px;
}

.modalProduct .notes {
  margin-top: 10px;
}

.modalProduct__bdr {
  height: 1px;
  margin: 20px 0;
  border-top: solid 1px #E0E0E0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modalProduct .btn--cartWhite {
  background: #fff;
}

.modalProduct .btn--cartWhite span {
  font-weight: 700;
}

/* ---------------------------------------------------------------------
	商品の種類を選ぶ
 --------------------------------------------------------------------- */
.productType ul {
  margin: 0 -5px -10px;
  letter-spacing: -.4em;
}

.android .productType ul {
  letter-spacing: -1em;
}

.productType__col, .productType__col--large, .productType__col--img {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  text-align: center;
  letter-spacing: 0;
  vertical-align: top;
}

.productType__col--large {
  width: 50%;
}

.productType__col--img {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .productType__col--img {
    width: 25%;
  }
}

.productType__btn {
  display: block;
  text-decoration: none;
  padding: 8px;
  font-size: 12px;
  border: solid 1px #BBB;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  .productType__btn {
    text-decoration: none;
  }
}

.productType__btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .productType__btn {
    background-color: transparent;
  }
}

.productType__btn.is-active {
  background-color: #F0F0F0;
  border: solid 2px #5C5A5A;
  padding: 7px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.android .productType__btn.is-active {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .productType__btn.is-active {
    background-color: #FFF;
  }
}

.productType__btn.is-disabled {
  border-color: #E0E0E0;
  cursor: default;
  background: url(/contents/common/images/bg-type-disabled.png) no-repeat top left;
  background-size: 100% 100%;
}

.productType__col--img .productType__btn {
  padding: 0;
  position: relative;
  background-color: transparent;
  border: 0;
}

.productType__col--img .productType__btn.is-active {
  color: #FFF;
  background-color: #5C5A5A;
}

.productType__col--img .productType__btn.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #5C5A5A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productType__col--img .productType__btn.is-disabled {
  background: none;
  border-color: transparent;
}

.productType__col--img .productType__btn.is-disabled .figure--full {
  background-color: #333;
}

.productType__col--img .productType__btn.is-disabled .figure__img {
  opacity: .6;
}

.productType .tag--new,
.productType .tag--campaign,
.productType .tag--end {
  display: block;
  height: auto;
  min-height: 20px;
  margin-top: 5px;
  padding-right: 0;
  padding-bottom: 3px;
  padding-left: 0;
}

@media screen and (max-width: 374px) {
  .productType .tag--new,
  .productType .tag--campaign,
  .productType .tag--end {
    font-size: 10px;
  }
}

p + .productType {
  margin-top: 10px;
}

p + .productType + p {
  margin-top: 20px;
}

.question__link {
  margin-top: 20px;
  text-align: right;
}

/* 引用部分 */
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1356px 0;
  }
}

@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1356px 0;
  }
}

@media screen and (min-width: 769px) {
  .regularTag {
    margin-bottom: 6px;
  }
  p.regularTitle {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1;
  }
  .regularMain {
    padding-top: 60px;
    text-align: center;
  }
  .regularMain__title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 300;
  }
  .regularMain__title span {
    font-size: 14px;
  }
  .regularMain__mImg img {
    max-width: 100%;
  }
  .regularMain__subtitle {
    font-size: 36px;
    margin-bottom: 36px;
    margin-top: 20px;
    line-height: 1;
  }
  .regularMain__subtitle span {
    color: #97AFD4;
  }
  .regularMain__txt {
    line-height: 2.28;
    margin-top: 30px !important;
  }
  .regularMain__img {
    background: url("/contents/common/images/regular/img-main.jpg") repeat-x;
    margin: 30px calc(50% - 50vw) 0;
    height: 316px;
    background-position: center;
    -webkit-animation: bgscroll 50s linear infinite;
    animation: bgscroll 50s linear infinite;
    background-size: cover;
  }
  .regularMain__link {
    display: none;
  }
  .regularAbout {
    text-align: center;
    padding-top: 50px;
  }
  .regularDelivery {
    max-width: 860px;
    margin: 20px auto 0;
  }
  .regularDelivery__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 12px;
    position: relative;
  }
  .regularDelivery__row::after {
    content: "";
    border-top: 1px solid #97AFD4;
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: calc(100% - 80px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .regularDelivery__col {
    width: 33.33%;
    padding: 0 20px;
  }
  .regularDelivery__img {
    text-align: center;
  }
  .regularDelivery__block {
    background: #fff;
    border: 1px solid #97AFD4;
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
  }
  .regularDelivery__catch {
    white-space: nowrap;
  }
  .regularDelivery__copy {
    color: #6A94D4;
    font-weight: bold;
    font-size: 20px;
    margin-top: 18px;
  }
  .regularDelivery__note {
    font-size: 12px;
  }
  .regularService {
    background: #F0F5FC;
    margin: 80px -6.25vw 0;
    padding: 50px 6.25vw 80px;
  }
  .regularService__desc {
    text-align: center;
  }
  .regularService__main {
    background: #fff;
    position: relative;
    padding: 16px 34px;
    margin-top: 40px;
  }
  .regularService__main::after {
    content: "";
    border: 1px solid #6A94D4;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 2;
  }
  .regularService__num {
    font-size: 12px;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .regularService__num span {
    color: #6A94D4;
  }
  .regularService__main + .regularService__row {
    margin-top: 20px;
  }
  .regularService__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .regularService__main > .regularService__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 320px;
  }
  .regularService__col:first-child {
    padding: 0 10px;
    width: 40%;
  }
  .regularService__col img {
    width: 100%;
  }
  .regularService__col:last-child {
    padding: 0 10px;
    width: 60%;
  }
  .regularService__col:last-child p {
    font-size: 12px;
    text-align: right;
  }
  .regularService__col:last-child span {
    display: inline-block;
  }
  .regularService__copy {
    color: #97AFD4;
    font-weight: bold;
  }
  .regularService__title {
    font-size: 32px;
    line-height: 1.5;
    margin: 16px 0 30px;
  }
  .regularService__title span {
    color: #EF857D;
  }
  .regularService__4col {
    width: 25%;
    padding: 0 10px;
  }
  .regularService__block {
    background: #fff;
    position: relative;
    padding: 50px 16px 0;
    text-align: center;
    min-height: 320px;
  }
  .regularService__block::after {
    content: "";
    border: 1px solid #E0E0E0;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 2;
  }
  .regularService__txt {
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
    white-space: nowrap;
  }
  .regularService__txt + p {
    white-space: nowrap;
  }
  .regularItemContainer {
    margin: 50px auto 0;
    width: 720px;
  }
  .regularItemContainer__desc {
    text-align: center;
  }
  p.regularItemSubTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 50px -50vw 30px;
  }
  .regularItemSubTitle::before,
  .regularItemSubTitle::after {
    content: "";
    display: block;
    background: #E0E0E0;
    position: absolute;
    height: 1px;
    width: calc(50% - 130px);
    top: 50%;
  }
  .regularItemSubTitle::before {
    left: 0px;
  }
  .regularItemSubTitle::after {
    right: 0px;
  }
  p.regularItemSubMiniTitle {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 50px 0 30px;
  }
  .regularItemSubMiniTitle::before,
  .regularItemSubMiniTitle::after {
    content: "";
    display: block;
    background: #E0E0E0;
    position: absolute;
    height: 1px;
    width: calc(50% - 90px);
    top: 50%;
  }
  .regularItemSubMiniTitle::before {
    left: 0px;
  }
  .regularItemSubMiniTitle::after {
    right: 0px;
  }
  .regularItem__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .regularItem__col {
    width: 33.333%;
    padding: 30px 15px 60px;
    position: relative;
  }
  .regularItem__col a {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
  }
  .regularItem__col img {
    width: 100%;
  }
  .regularItem__2col {
    width: 50%;
    padding: 30px 15px;
  }
  .regularItem__2col a {
    text-decoration: none;
  }
  .regularItem__2col img {
    width: 100%;
  }
  .regularItem__price {
    font-size: 12px;
  }
  .regularItem__link {
    background: #5C5A5A;
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding: 8px 0 8px 20px;
    width: 100%;
  }
  .regularItem__link::after {
    content: "";
    background: url(/contents/common/images/regular/icon-arrow.svg) no-repeat;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8px;
  }
  .regularItem p {
    margin: 0 0 4px;
  }
  .question {
    background: #FAFAFA;
    padding: 60px 6.25vw;
    margin: 30px -6.25vw 0;
  }
  .questionList {
    background: #fff;
    border-radius: 14px;
    position: relative;
    margin-top: 10px;
    padding: 14px 50px 18px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
  }
  .questionList__title {
    font-weight: bold;
  }
  .is-active .questionList__title:before {
    background: url(/contents/common/images/regular/img-icon-open.png) no-repeat;
  }
  .questionList__title:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(/contents/common/images/regular/img-icon-close.png) no-repeat;
    height: 30px;
    width: 30px;
    top: 14px;
    left: 12px;
  }
  .questionList::after,
  .questionList::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #999;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-color: #999;
  }
  .questionList::before {
    top: 26px;
    right: 21px;
    width: 12px;
    height: 2px;
  }
  .questionList::after {
    top: 26px;
    right: 26px;
    width: 2px;
    height: 12px;
  }
  .questionList.is-active {
    background: #F0F5FC;
  }
  .questionList.is-active::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .questionList.is-active::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .questionList__txt {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -859px 0;
    }
  }
  @keyframes bgscroll {
    0% {
      background-position: 859px 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  .regularTag {
    width: 80px;
    margin: 0 auto 6px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .regularTag {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .regularTitle {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 22px;
    line-height: 1.5;
    text-align: center;
  }
  .regularMain {
    padding-top: 30px;
    text-align: center;
  }
  .regularMain__title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 300;
  }
  .regularMain__title span {
    font-size: 14px;
  }
  .regularMain__subtitle {
    font-size: 33px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.23;
    white-space: nowrap;
  }
  .regularMain__subtitle span {
    color: #97AFD4;
  }
  .regularMain__txt {
    text-align: left;
    line-height: 2.28;
    margin-top: 10px !important;
  }
  .regularMain__img {
    background: url("/contents/common/images/regular/img-main.jpg") repeat-x;
    margin: 20px -20px 0;
    height: 200px;
    background-position: center;
    -webkit-animation: bgscroll 50s linear infinite;
    animation: bgscroll 50s linear infinite;
    background-size: cover;
  }
  .regularMain__link {
    position: fixed;
    left: 0;
    bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 1000;
    padding: 0 20px;
  }
  .regularMain__link a {
    border-radius: 8px;
    background: url(/contents/common/images/regular/bg-link-arrow-bottom.png) #fff no-repeat right 20px center;
    box-shadow: 0px 5px 15px 0px rgba(35, 24, 21, 0.24);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(35, 24, 21, 0.24);
    -moz-box-shadow: 0px 5px 15px 0px rgba(35, 24, 21, 0.24);
    -o-box-shadow: 0px 5px 15px 0px rgba(35, 24, 21, 0.24);
    -ms-box-shadow: 0px 5px 15px 0px rgba(35, 24, 21, 0.24);
    padding: 19.4px 24px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
  }
  .regularMain__link.is-hide {
    opacity: 0;
  }
  .regularAbout {
    text-align: center;
    margin-top: 60px;
  }
  .regularAbout__note span {
    display: inline-block;
  }
  .regularDelivery {
    margin-top: 30px;
  }
  .regularDelivery__row {
    margin: 0 0 12px;
    position: relative;
  }
  .regularDelivery__row::after {
    content: "";
    border-left: 1px solid #97AFD4;
    position: absolute;
    top: 0;
    left: 50%;
    height: calc(100% - 20px);
    width: 1px;
    z-index: -1;
  }
  .regularDelivery__col {
    background: #fff;
    border: 1px solid #6A94D4;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    position: relative;
    margin-top: 30px;
    height: 160px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .regularDelivery__img {
    position: absolute;
    text-align: center;
    bottom: 0;
    right: 12px;
    width: 140px;
  }
  .regularDelivery__block {
    position: relative;
    z-index: 2;
  }
  .regularDelivery__catch {
    white-space: nowrap;
  }
  .regularDelivery__copy {
    color: #6A94D4;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
  }
  .regularDelivery__note {
    font-size: 12px;
  }
  .regularService {
    background: #F0F5FC;
    margin: 60px -20px 0;
    padding: 50px 20px 80px;
  }
  .regularService__desc {
    text-align: center;
  }
  .regularService__main {
    background: #fff;
    position: relative;
    padding: 50px 20px 30px;
    margin-top: 40px;
  }
  .regularService__main::after {
    content: "";
    border: 1px solid #6A94D4;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 2;
  }
  .regularService__num {
    font-size: 12px;
    position: absolute;
    top: 26px;
    left: 18px;
  }
  .regularService__num span {
    color: #6A94D4;
  }
  .regularService__main + .regularService__row {
    margin-top: 20px;
  }
  .regularService__col img {
    width: 100%;
  }
  .regularService__col:last-child p {
    font-size: 12px;
  }
  .regularService__copy {
    color: #97AFD4;
    font-weight: bold;
  }
  .regularService__title {
    font-size: 32px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .regularService__title span {
    color: #EF857D;
  }
  .regularService__block {
    background: #fff;
    position: relative;
    padding: 50px 16px 22px;
    text-align: center;
  }
  .regularService__block::after {
    content: "";
    border: 1px solid #E0E0E0;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 2;
  }
  .regularService__block img {
    margin: 0 auto;
    width: 100px;
  }
  .regularService__4col {
    margin-top: 20px;
  }
  .regularService__txt {
    font-size: 18px;
    font-weight: bold;
    margin-top: 12px;
  }
  .regularItemContainer {
    margin: 58px auto 0;
  }
  .regularItem__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .regularItem__col {
    width: 50%;
    padding: 10px 10px 40px;
    position: relative;
  }
  .regularItem__nowrap {
    white-space: nowrap;
  }
  .regularItem__link {
    background: #5C5A5A;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 0;
    font-weight: bold;
    padding: 8px 0 8px 20px;
    width: calc(100% - 20px);
    text-decoration: none;
  }
  .regularItem__link::after {
    content: "";
    background: url(/contents/common/images/regular/icon-arrow.svg) no-repeat;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8px;
  }
  .regularItemContainer__desc {
    text-align: center;
  }
  .regularItemContainer__desc2 {
    margin-top: 50px;
  }
  p.regularItemSubTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin: 50px -50vw 30px;
  }
  .regularItemSubTitle::before,
  .regularItemSubTitle::after {
    content: "";
    display: block;
    background: #E0E0E0;
    position: absolute;
    height: 1px;
    width: calc(50% - 130px);
    top: 50%;
  }
  .regularItemSubTitle::before {
    left: 0px;
  }
  .regularItemSubTitle::after {
    right: 0px;
  }
  p.regularItemSubMiniTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 100%;
    left: 0;
    right: 50%;
    margin: 50px 0 30px;
  }
  .regularItemSubMiniTitle::before,
  .regularItemSubMiniTitle::after {
    content: "";
    display: block;
    background: #E0E0E0;
    position: absolute;
    height: 1px;
    width: calc(50% - 90px);
    top: 50%;
  }
  .regularItemSubMiniTitle::before {
    left: 0px;
  }
  .regularItemSubMiniTitle::after {
    right: 0px;
  }
  .regularItem--last .regularItem__col {
    width: auto;
    margin-bottom: 50px;
  }
  .regularItem--last .regularItem__col > div {
    width: 50%;
    margin: 0 auto;
  }
  .regularItem--last .regularItem__col img {
    width: 100%;
  }
  .regularItem__price {
    font-size: 13px;
  }
  .regularItem__price + .regularItem__price {
    margin-top: -10px !important;
  }
  .question {
    background: #FAFAFA;
    padding: 60px 6.25vw;
    margin: 30px -6.25vw 0;
  }
  .questionList {
    background: #fff;
    border-radius: 14px;
    position: relative;
    margin-top: 10px;
    padding: 14px 50px 18px;
  }
  .questionList__title {
    font-weight: bold;
  }
  .is-active .questionList__title:before {
    background: url(/contents/common/images/regular/img-icon-open.png) no-repeat;
  }
  .questionList__title:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(/contents/common/images/regular/img-icon-close.png) no-repeat;
    height: 30px;
    width: 30px;
    top: 14px;
    left: 12px;
  }
  .questionList::after,
  .questionList::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #999;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    background-color: #999;
  }
  .questionList::before {
    top: 26px;
    right: 21px;
    width: 12px;
    height: 2px;
  }
  .questionList::after {
    top: 26px;
    right: 26px;
    width: 2px;
    height: 12px;
  }
  .questionList.is-active {
    background: #F0F5FC;
  }
  .questionList.is-active::before {
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .questionList.is-active::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .questionList__txt {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .regularService__txt {
    font-size: 16px;
  }
  .regularService__block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 470px) {
  .regularDelivery__catch2 br {
    display: block;
  }
}

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

.regularInformation {
  margin: 30px auto 0;
  width: 720px;
  padding: 20px;
  border: 1px solid #E0E0E0;
  text-align: left;
}

.regularInformation .regularInformation__new {
  color: #EF857D;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .regularInformation {
    width: 100%;
  }
}

.question .regularTitle {
  margin-bottom: 50px;
}

.regularItemContainer .regularItemTitle__bunner {
  color: #ef857d;
  margin: 10px 0;
  text-align: center;
}

.regularItemTitle__bright {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.regularItemTitle__bright img {
  width: 100%;
}

.regularItem__price + p.seriesRegular__point {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .regularModal__spItem {
    margin-left: 90px;
  }
}

.regularModal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 22px;
  margin-top: 12px;
  margin-bottom: 22px;
  max-width: 320px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.regularModal__list li {
  width: 60px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.regularModal__list img {
  width: 60px;
  display: block;
  border: 1px solid #fff;
}

.regularModal__list span {
  border: 1px solid #EF857D;
  color: #EF857D;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.regularModal__list .is-active img {
  border: 1px solid #EF857D;
}

.regularModal__list .is-active span {
  background: #EF857D;
  color: #fff;
}

.js-regularModal__item .regularModal__desc {
  display: none;
}

.js-regularModal__item .regularModal__desc.is-show {
  display: block;
}

/*20230322add START*/
.sectionAnchor {
  margin: 0 auto;
  text-align: center;
}

.sectionAnchor .anchorbox__index {
  width: 300px;
  height: 52px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #97AFD4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 6px;
  position: relative;
  line-height: 1.25;
}

.sectionAnchor .anchorbox__index.pink {
  border: 1px solid #FEACB2;
}

.sectionAnchor .anchorbox__index span {
  font-size: 12px;
}

.sectionAnchor .sectionAnchor__index {
  display: inline-block;
  /* text-align: left; */
  /* border-left: 1px solid #6A94D4; */
  padding: 10px 20px 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sectionAnchor .sectionAnchor__index a {
  text-decoration: none;
}

.sectionAnchor .sectionAnchor__index a::after {
  background: url(/contents/common/images/regular/icon-arrowBottom.svg) no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% + 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
}

.sectionAnchor .sectionAnchor__index.pink a::after {
  background: url(/contents/common/images/regular/icon-arrowBottom_pink.svg) no-repeat;
}

.sectionAnchor .sectionAnchor__column {
  display: inline-block;
  text-align: left;
  /* border-left: 1px solid #6A94D4; */
  padding: 10px 20px 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sectionAnchor .sectionAnchor__column a::after {
  background: url(/contents/common/images/regular/icon-arrowBottom.svg) no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
}

.sectionAnchor .sectionAnchor__column.pink a::after {
  background: url(/contents/common/images/regular/icon-arrowBottom_pink.svg) no-repeat;
}

.sectionAnchor .sectionAnchor__item__wrapper {
  width: 930px;
  /* margin: auto; */
  /* margin: 0 calc(50% - 50vw); */
  /* width: 100vw; */
  margin-bottom: 50px;
  margin-left: calc(50% - 930px/2);
  position: relative;
}

@media screen and (max-width: 768px) {
  .sectionAnchor .sectionAnchor__item__wrapper {
    margin-bottom: 30px;
  }
}

.sectionAnchor .sectionAnchor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sectionAnchor .sectionAnchor__item .anchorbox {
  text-align: center;
  margin: 0 5px;
}

.sectionAnchor .anchorbox__title {
  border-bottom: 1px solid #6A94D4;
  background: #F0F5FC;
}

.sectionAnchor .sectionAnchor__item .flexwrapper {
  display: inline-block;
  text-align: left;
  padding: 0 20px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .sectionAnchor .sectionAnchor__item .flexwrapper {
    font-size: 12px;
    margin-top: 17px;
  }
}

.sectionAnchor__item a::after {
  background: url(/contents/common/images/regular/icon-arrowBottom.svg) no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
}

@media screen and (max-width: 768px) {
  .sectionAnchor {
    margin: -10px 0 20px;
  }
  .sectionAnchor .anchorbox__index {
    margin: 0 auto 0px;
  }
  .sectionAnchor .sectionAnchor__column {
    padding: 7px 20px 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .sectionAnchor .sectionAnchor__column {
    font-size: 12px;
    padding: 17px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  /* .sectionAnchor .sectionAnchor__index {
    padding: 10px 10px 0;
  } */
  .sectionAnchor .sectionAnchor__item {
    display: block;
  }
  .sectionAnchor .sectionAnchor__item__wrapper {
    width: auto;
    margin-left: auto;
  }
  .sectionAnchor .sectionAnchor__item .anchorbox:nth-child(1),
  .sectionAnchor .sectionAnchor__item .anchorbox:nth-child(2),
  .sectionAnchor .sectionAnchor__item .anchorbox:nth-child(3) {
    width: auto;
    margin-top: 10px;
  }
  .regularItem__1col {
    width: 47%;
    margin: auto;
  }
}

.regular__notes {
  color: #5C5A5A;
  font-size: 10px;
}

.regular__newicon {
  margin-right: 4px;
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  background-color: #EF857D;
}

/*END 20230322add*/
/*20231023 add START*/
.is-hide--sp .regularDelivery__block {
  padding: 10px 16px;
}

.is-hide--sp .regularDelivery__block p {
  margin-bottom: 0;
}

.is-hide--sp .regularDelivery__row::after {
  border: none;
}

.regularHowto__sec span {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .regularHowto__sec {
    text-align: left;
  }
}

/*Service06*/
@media screen and (min-width: 769px) {
  .regularService__sub {
    background: #fff;
    position: relative;
    padding: 16px 34px;
    margin-top: 20px;
  }
  .regularService__sub::after {
    content: "";
    border: 1px solid #E0E0E0;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 2;
  }
  .regularService__sub + .regularService__row {
    margin-top: 20px;
  }
  .regularService__sub > .regularService__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
  }
  .regularService__block__sub {
    text-align: center;
  }
  .regularService__sub .regularService__col:nth-child(1) {
    padding: 0 10px 0 60px;
    width: 17%;
  }
  .regularService__sub .regularService__col:nth-child(1) img {
    height: 158px;
    width: 137px;
  }
  .regularService__sub .regularService__col:nth-child(2) {
    padding: 0 10px;
    width: 33%;
  }
  .regularService__sub .regularService__col:nth-child(3) {
    padding: 0 70px 0 30px;
    width: 50%;
    text-align: center;
  }
  .regularService__sub .regularService__col.col01 {
    padding: 0;
    width: 30%;
    text-align: right;
  }
  .regularService__sub .regularService__col.col01 img,
  .regularService__sub .regularService__col.col03 img {
    height: 109px;
    width: 132px;
    right: 0;
  }
  .regularService__sub .regularService__col.col02 {
    padding: 0;
    width: 20%;
    text-align: left;
    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;
  }
  .regularService__sub .regularService__col.col03 {
    padding: 0;
    width: 30%;
    text-align: right;
  }
  .regularService__sub .regularService__col.col04 {
    padding: 0;
    width: 20%;
    text-align: left;
    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;
  }
  .regularService__sub .regularService__col .regularService__txt__sub {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .regularService__sub {
    background: #fff;
    position: relative;
    padding: 50px 20px 30px;
    margin-top: 40px;
    text-align: center;
  }
  .regularService__sub .regularService__col:first-child img {
    width: 50%;
  }
  .regularService__sub::after {
    content: "";
    border: 1px solid #E0E0E0;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 2;
  }
  .regularService__sub + .regularService__row {
    margin-top: 20px;
  }
  .regularService__sub .regularService__col p {
    text-align: left;
  }
  .regularService__sub .regularService__col .regularService__txt__sub {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .regularService__sub .productArea__steps__point__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: center; */
    margin: 0 auto;
    margin-top: 36px;
    max-width: 280px;
  }
  .regularService__sub .productArea__steps__point__row figcaption {
    margin-top: 15px;
  }
}

/*20231023 add END*/
@media screen and (max-width: 768px) {
  .tabWrap .regular {
    padding: 0 20px;
  }
}

.tabWrap .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin: 80px auto 0;
}

.tabWrap .tabList__item {
  border: none;
  position: relative;
  margin: 0 20px;
  width: calc(50% - 20px);
  background: transparent;
}

.tabWrap .tabList__item a {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabList__item a {
    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;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
  }
}

.tabWrap .tabList__item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 2px #EF857D;
  border-right: solid 2px #EF857D;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.tabWrap .tabList__item:first-child a {
  background: #F0F5FC;
  color: #97AFD4;
}

.tabWrap .tabList__item:first-child.is-active a {
  background: #D2DFF3;
  color: #6A94D4;
}

.tabWrap .tabList__item:first-child::before {
  border-top: solid 1px #6A94D4;
  border-right: solid 1px #6A94D4;
}

.tabWrap .tabList__item:first-child::before::hover {
  border-top: solid 1px #6A94D4;
  border-right: solid 1px #6A94D4;
}

.tabWrap .tabList__item:last-child a {
  background: #FCDBDE;
  color: #EF857D;
}

.tabWrap .tabList__item:last-child.is-active a {
  background: #EF857D;
  color: #fff;
}

.tabWrap .tabList__item:last-child.is-active::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabContents__inner {
    padding-top: 30px;
  }
}

.tabWrap .tabContents__inner:first-child {
  background: #D2DFF3;
}

.tabWrap .tabContents__inner:last-child.is-active {
  border-top: 1px solid #EF857D;
}

.tabWrap .tabPanel {
  margin: 0 auto;
  max-width: 1120px;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabPanel {
    margin: 0 20px;
  }
}

.tabWrap .tabPanel__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabPanel__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.tabWrap .tabPanel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px !important;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabPanel__link {
    margin: 0 -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px !important;
  }
}

.tabWrap .tabPanel__link li {
  width: calc(33% - 18px);
  margin: 0 9px 25px;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabPanel__link li {
    width: calc(50% - 20px);
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.tabWrap .tabPanel__link li a {
  background: #fff url(/contents/common/images/regular/icon-recommendation-arrow.png) no-repeat right 14px center;
  background-size: 22px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabPanel__link li a {
    font-size: 10px;
    background-position-x: right 10px;
    background-size: 12px;
    padding-right: 24px;
    height: auto;
    min-height: 52px;
  }
}

.tabWrap .tabPanel__link li a span:first-child {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabPanel__link li a span:first-child {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.tabWrap .tabPanel__link li a img {
  max-width: 64px;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabPanel__link li a img {
    max-width: 36px;
  }
}

.tabWrap .tabPanel__link li:nth-child(8) img {
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .tabWrap .tabPanel__link li:nth-child(8) img {
    max-width: 50px;
  }
}

.tabWrap .tabPanel__red {
  color: #F43527;
  margin: 0 !important;
}

.recommendServiceBlock {
  background: #F0F5FC;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .recommendServiceBlock {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.recommendService {
  background: #fff;
  max-width: 960px;
  margin: 30px auto 0;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .recommendService {
    padding: 30px;
  }
}

.recommendService--three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recommendService--three {
    display: block;
  }
}

.recommendService--three img {
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .recommendService--three img {
    max-width: 80px;
    max-height: 80px;
  }
}

.recommendService--three .recommendService {
  width: 33%;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .recommendService--three .recommendService {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .recommendService--three .recommendService > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.recommendService--three .recommendService > div p {
  font-weight: bold;
}

.recommendService--three .recommendService .notes {
  text-align: left;
}

.recommendService::before {
  content: "";
  border: 1px solid #97AFD4;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  top: 6px;
  left: 6px;
  pointer-events: none;
}

.recommendService__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .recommendService__head {
    display: block;
  }
}

.recommendService__col:first-child {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .recommendService__col:first-child {
    font-size: 16px;
    white-space: normal;
    margin-right: 0;
    line-height: 1.4;
  }
}

.recommendService__col:first-child img {
  max-width: 90px;
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media screen and (max-width: 768px) {
  .recommendService__col:first-child img {
    max-width: 80px;
    height: 80px;
  }
}

.recommendService__strong {
  color: #F43527;
  font-weight: bold;
}

.recommendService__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .recommendService__content {
    display: block;
  }
}

.recommendService__item {
  width: calc(50% - 40px);
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .recommendService__item {
    width: 100%;
    margin: 0;
  }
}

.recommendService__itemTitle {
  padding-bottom: 10px;
}

.recommendService__itemTitle img {
  width: 100%;
}

.recommendService__itemImg {
  margin-top: 20px;
}

.recommendService__itemImg img {
  width: 100%;
}

.recommendService__img {
  text-align: center;
  margin-top: 20px;
}

.recommendService__img img {
  width: 100%;
}

.recommendService__subTitle {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .recommendService__subTitle {
    font-size: 16px;
    line-height: 1.4;
    height: auto;
  }
}

.recommendService__txt {
  text-align: left;
}

.recommendService__list {
  text-align: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .recommendService__list {
    text-align: left;
  }
}

.recommendService__list ul li a {
  margin: 0 auto 40px !important;
}

.recommendService__list ul li:last-child a {
  background: #6A94D4;
}

#recommend08 .recommendService__col img {
  max-width: 124px;
}

@media screen and (max-width: 768px) {
  #recommend08 .recommendService__col img {
    max-width: 124px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .regularItem__2col {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .regularItem__2col a {
    font-size: 11px;
    padding-left: 10px;
  }
}

.regularItem__2col > div {
  max-width: 220px;
  margin: 20px auto 0;
}

.regularItem__2col .regularItemTitle--single {
  border-top: 1px solid #97AFD4;
  border-bottom: 1px solid #97AFD4;
}

@media screen and (max-width: 768px) {
  .regularItem__2col .regularItemTitle--single + div {
    position: relative;
    padding: 0 20px 40px;
    margin-bottom: 20px;
  }
}

.regularItem__2col .regularItemTitle--single::before, .regularItem__2col .regularItemTitle--single::after {
  background: #97AFD4;
  opacity: .3;
}

.regularItem__2col .regularItem__link {
  margin-top: 20px;
  width: calc(100% - 40px);
  left: 20px;
}

.regularItemTutorial {
  text-align: center;
  line-height: 2.5;
}

.regularItemTutorial img {
  max-width: 143px;
}

.regularProgramLink {
  padding-bottom: 60px;
}

.regularProgramLink a {
  background: #6A94D4;
  margin: 0 auto !important;
}

.seriesRegular__3item .seriesRegular__itemcol {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .regularItem--last {
    margin: 0 -30px 50px;
  }
}

@media screen and (max-width: 768px) {
  .regularMain__mImg {
    margin: 0 -20px;
  }
}

@media screen and (min-width: 769px) {
  #recommend09 .recommendService__img img {
    width: 60%;
  }
}

/*20240326 add END*/
/*20240520 add START*/
.scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #0056b3;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.scrollToTopBtn:hover {
  background-color: #6a94d4;
}

/*20240520 add END*/
