@charset "utf-8";

html {
  overflow: auto;
}

body {
  overflow-x: hidden;
}

.fan-Body .bsc-Intro_Section::before {
  /*キャンペーン時画像全体にリンクを貼る場合*/
  background-image: url(/store/images/main_cpn210415.jpg);
  background-size: cover;
  background-position: 50%;
  content: "";
  display: block;
  height: 600px;
}

.store-hero {
  /*メイン画像を別で指定する場合用リンク無し*/
  background: no-repeat center/cover url(/store/images/main.jpg);
  /*通常*/
  /*background: no-repeat center/cover url(/store/images/main_cpn220517.jpg);/*キャンペーン共通*/
  /*background: no-repeat center/cover url(/store/images/main_cpn220517_pc.jpg);/*キャンペーンPC用*/
}

.l-full {
  /*メイン画像横の色*/
  /*background-color: #fff;*/
}

.store-hero a {
  /*mainimagelink*/
  display: block;
  height: 400px;
  max-width: 1400px;
}

.pc {
  display: block;
  margin: 0 auto;
}

.pc2 {
  margin: 0 auto;
}

.sm {
  display: none;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt70 {
  margin-top: 70px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.tout_store {
  width: 100px;
  float: right;
  margin: 10px 10px 0 -10px;
}

.text-left {
  text-align: left;
  margin-left: 10px;
}

.c-bullet-list>li,
.c-caution-list>li {
  margin-bottom: .25em;
  padding-left: 1em;
  text-indent: -0.5em;
  margin-right: 3em;
}

.store-nav {
  text-align: center;
}

.line {
  border-top: 1px solid #d0d0d0;
  max-width: 928px;
  margin: 30px auto 60px auto;
}

/*.l-box, .l-box__inner {
    max-width: 100%;
    margin: 40px auto 0 auto;
    padding: 0 20px;
}*/
/*--pick up--*/
.dw-Outer {
  margin-bottom: -30px;
}

.fan-Body .dw-Inner {
  padding: 0px;
}

.fan-Body .dw-Item_link {
  color: #5c5852;
  font-size: 1rem;
  line-height: 1.4;
}

.fan-Body .dw-Item_Par {
  text-align: left;
}

.fan-Body .dw-Item_Content {
  margin-bottom: 10px;
}

.store-nav2 a {
  color: #5c5852;
  font-weight: 500;
  line-height: 1.0em;
}

/*.store-nav2 a::after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='10' viewBox='0 0 19 10' xmlns='http://www.w3.org/2000/svg' fill='%235c5852'%3E%3Cpath d='M19 1.11L9.542 10 9.5 9.96l-.042.04L0 1.11 1.183 0 9.5 7.817 17.818 0z'/%3E%3C/svg%3E");
    display: inline-block;
    padding: 0 .5em;
}*/

.camp_midashi {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.camp_date {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
}

.allplan_comments {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}

.comidashi {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}

.margin_a {
  margin: -40px auto 10px auto;
}

.margin_b {
  margin: 10px auto 10px auto;
}

.mark {
  display: inline-block;
  border: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.0rem;
  color: #fff;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  padding: 2px 1.2em;
  margin-right: 4px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.mark.required {
  background-color: #ea5c6f;
}

.mark.any {
  background-color: #adadad;
}

.mark.new {
  background-color: #EE2F42;
}

.dashed {
  border-style: dashed;
  border-width: 1.9px;
  margin: 20px auto 10px auto;
}

.fan-Body .dw-Item {
  -ms-flex-preferred-size: 40.0%;
  /*33.33333 ボタン3個の場合*/
  flex-basis: 40.0%;
  /*33.33333 ボタン3個の場合*/
  margin: 0 auto;
  text-align: center;
  /*テキストが長い場合はleft*/
}

.body-options__link_l {
  float: left;
}

.body-options__link_l a:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13' fill='%235c5852'%3E%3Cpath d='M11.765 6.5l.234.365-.73.411-.39.611-.346-.195-9.412 5.306-1.12-1.753L8.418 6.5.001 1.755 1.121.002l9.412 5.306.346-.196.39.611.73.411-.234.366z'/%3E%3C/svg%3E");
  padding-right: .5em
}

.button {
  display: inline-block;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3.5rem;
  /*1.875rem*/
  color: #5d5852;
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  padding: 10px 1.0em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

.p-icon {
  width: 100%;
  max-width: 240px;
  float: right;
  margin-right: 40px;
}

.body-prices__breakdown {
  width: 100%;
  min-width: 25em;
  margin: 0 auto;
  font-weight: 600;
}

.purchase_button_txt {
  font-size: 1.5rem;
}

.natsu_aibo {
  margin: -10px auto 30px auto;
  width: 50%;
}

.c-card__twoup .left__img--bigger {
  width: 110%;
  display: block;
  margin: 0 auto;
}

.comidashi_2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.comidashi_2_img {
  width: 70%;
  margin: 5px auto 30px auto;
}

.wanwan_flame {
  width: 70%;
  border: #ea5c6f 1px solid;
  padding: 10px;
  margin: 0 auto 30px auto;
  background-color: #fff;
}

.wanwan_midashi {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ea5c6f;
  text-align: center;
}

.wanwan_txt {
  text-align: center;
}

.nav a::after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='10' viewBox='0 0 19 10' xmlns='http://www.w3.org/2000/svg' fill='%235c5852'%3E%3Cpath d='M19 1.11L9.542 10 9.5 9.96l-.042.04L0 1.11 1.183 0 9.5 7.817 17.818 0z'/%3E%3C/svg%3E");
  display: inline-block;
  padding: 0.8em;
}

.case-banner {
  max-width: 1008px;
  padding: 0 40px;
  text-align: center;
  margin: 20px auto;
}


.movie_flame {
  width: 90%;
  margin: 0 auto;
}

.movie_flame2 {
  width: 50%;
  margin: 0 auto;
}

.movie_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.txt_flame {
  text-align:left;
  vertical-align: top;
}
.txt_flame p {
  text-align:left;
}*/
/*twitter-widget{
  width: 374px !important;
  margin:0 auto; 
}*/
.thumbs-text {
  color: #fff;
  width: 100%;
  position: relative;
  border-top: 4px solid #fff;
  background-color: #9B8E90;
  /*#EA5C6F*/
  margin: 0;
  padding: 0.6rem;
}

.twitter-tweet-rendered {
  width: 416px !important;
  margin: 0 auto;
}

/*.twh3 {
  font-size: 1.4rem;
  margin:50px auto 10px auto !important;
  font-weight:600;
}*/
.term_ul {
  list-style: none;
}

.term_li3 {
  text-indent: -0.6em;
  padding-left: 0.6em;
  margin-left: -2.4em;
  margin-bottom: 0.3em;
  line-height: 170%;
}

.camp {
  width: 70%;
  margin: -20px auto 20px auto;
}

.white_round {
  background-color: #fff;
  padding: 15px;
  border: #fff solid 3px;
  border-radius: 1rem;
  text-align: center;
}

.store_aibo_month img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.pc img {
  width: 80%;
  margin: 0 auto 20px auto;
}

.c-price>span {
  /*本来の値段表記を無効*/
  color: #5c5852;
  ;
  font-size: 1.25em;
}

.c-price2 {
  /*c-price2のみを本来の値段表記*/
  font-weight: 700;
}

.c-price2>span {
  color: #c45851;
  font-size: 2em;
  font-weight: 700;
}

.store-nav3 a {
  color: #5c5852;
  font-weight: 500;
  line-height: 1.0em;
}

.store-nav3 a::after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='10' viewBox='0 0 19 10' xmlns='http://www.w3.org/2000/svg' fill='%235c5852'%3E%3Cpath d='M19 1.11L9.542 10 9.5 9.96l-.042.04L0 1.11 1.183 0 9.5 7.817 17.818 0z'/%3E%3C/svg%3E");
  display: inline-block;
  padding: 0 .5em;
}

.button.primary {
  padding: 0.5em 3em;
}

.tax {
  font-size: 0.7em;
}

.txt_inner {
  width: 82%;
  margin: 0 auto 20px auto;
}

.txt_inner2 {
  width: 96%;
  margin: 0 auto;
  text-align: left;
}

.txt_inner3 {
  width: 96%;
  padding-left: 1.5em;
  text-indent: -1.0em;
  text-align: left;
}

.present {
  width: 76%;
  margin: 0 auto;
}

.fw6 {
  font-weight: 600;
}

.present_img {
  width: 60%;
  margin: 0px auto 30px auto;
}

.present_border {
  border: solid 2px #d6cecc;
  padding: 1em;
}

.c-modal__inner {
  max-width: 70vw;
}

.cpnplan_table {
  width: 100%;
  text-align: right;
}

/*---------------------------------------  smartphone ---------------------------------------*/

@media screen and (max-width: 639px) {
  .fan-Body .bsc-Intro_Section::before {
    height: 230px;
  }

  body {
    min-width: initial;
  }

  .pc {
    display: none;
  }

  .pc2 {
    display: none;
  }

  .sm {
    display: block;
  }

  /*キャンペーンSP用
  .store-hero {
      height: 235px;
      max-width: 100%;
    margin: -2px auto 0;
  }*/

  .tout_store {
    width: 80px;
    float: right;
    margin: 5px 5px 0 0px;
  }

  .text-left {
    text-align: left;
    margin-left: 0px;
  }

  .c-bullet-list>li,
  .c-caution-list>li {
    margin-bottom: .25em;
    padding-left: 0.3em;
    text-indent: -0.5em;
    margin-right: 0em;
  }

  /*--pick up--*/
  .dw-Outer {
    margin-bottom: 0px;
  }

  .camp_midashi {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
  }

  .camp_date {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }

  .comidashi {
    text-align: center;
    font-size: 1.0em;
    font-weight: 600;
  }

  .margin_a {
    margin: -20px auto 20px auto;
  }

  .mark {
    font-size: .875rem;
    line-height: 1.71429;
    padding: 8px 1em;
  }

  .fan-Body .dw-Item {
    margin: 0 auto 40px auto;
  }

  .p-icon {
    float: left;
    margin-right: 10px;
  }

  .body-prices__breakdown {
    width: 100%;
    min-width: 0px;
    font-weight: 600;
  }

  .purchase_button_txt {
    font-size: 1.1rem;
  }

  .natsu_aibo {
    margin: -10px auto 30px auto;
    width: 100%;
  }

  .comidashi_2 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
  }

  .comidashi_2_img {
    width: 100%;
    margin: 5px auto 30px auto;
  }

  .wanwan_flame {
    width: 100%;
  }

  .wanwan_midashi {
    font-size: 1.2rem;
  }

  .wanwan_txt {
    text-align: left;
  }

  .wanwan_txt br {
    display: none;
  }

  .case-banner {
    max-width: 639px;
    padding: 0 20px;
    text-align: center;
    margin: 20px auto;
  }

  .camp {
    width: 100%;
    margin: 20px auto;
  }

  .twitter-tweet-rendered {
    width: 100% !important;
    margin: 0 auto;
  }

  .movie_flame {
    width: 100%;
    margin: 0 auto;
  }

  .movie_flame2 {
    width: 100%;
    margin: 0 auto;
  }

  .kaigyo br {
    display: none;
  }

  .store_aibo_month img {
    width: 100%;
  }

  .sm img {
    width: 80%;
    margin: 0 auto 20px auto;
  }

  .l-box.l-box--wide,
  .l-box.l-box__inner--wide,
  .l-box__inner.l-box--wide,
  .l-box__inner.l-box__inner--wide {
    max-width: 1280px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .tax {
    font-size: 0.7em;
  }

  .txt_inner {
    width: 100%;
  }

  .txt_inner3 {
    width: 100%;
    padding-left: 0.6em;
    text-indent: -1.0em;
  }

  .present {
    width: 100%;
    margin: 0 auto;
  }

  .present_img {
    width: 80%;
    margin: 0px auto 30px auto;
  }

  .c-card__twoup .left__img--bigger {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .c-modal__inner {
    max-width: 90vw;
  }
}

/* 2022.10 */

.newsection01>*:last-child {
  margin-bottom: 0;
}

.newindexList01Wrap {
  max-width: 1074px;
  margin: 0 auto;
}

.newindexList01 {
  list-style: none;
  padding: 0;
  display: flex;
  margin: -28px -14px 40px;
}

.newindexList01 li {
  margin: 28px 14px 0;
  width: calc(100% / 3 - 28px);
}

.newindexList01 a {
  text-decoration: none;
  transition: all .4s;
}

.newindexList01 a:hover {
  opacity: .75;
}

.newindexList01 li a figcaption {
  letter-spacing: .02em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .2em .5em;
  font-size: 16px;
  min-height: 2.8em;
  font-weight: bold;
  color: white;
  background: #5c5852;
}

.newsection01 {
  max-width: 1074px;
  margin: 0 auto;
}

.newlead01 {
  text-align: center;
  margin: 0 0 40px;
}

.newpointList01 {
  display: flex;
  flex-wrap: wrap;
  margin: -28px -14px 40px;
  list-style: none;
  padding: 0;
}

.newpointList01 li {
  margin: 28px 14px;
  width: calc(100% / 3 - 28px);
}

.newpointList01 li figure {
  text-align: center;
}

.newpointList01 li figure figcaption {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0;
}

.newpointList01 li figure figcaption .newnote01 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.newpointList01 li figure figcaption a {
  color: #ea5c6f;
}

.newpointTitle01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ea5c6f;
  font-weight: bold;
  margin: 8rem 0 3rem;
}

.newpointTitle01__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 7em;
  min-height: 2.2em;
  margin-right: 1.5em;
  font-size: .8em;
  border: solid 4px #d6cecc;
  position: relative;
  border-right-width: 0;
  color: inherit;
  background: white;
  padding: 0 0.5em;
}

.newpointTitle01__icon:before {
  content: "";
  display: block;
  background: url(../images/title_point_icon.svg) left -2px center no-repeat;
  background-size: auto calc(100% + 8px);
  height: calc(100% + 8px);
  width: 100px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  z-index: 0;
  /*  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(1em + 4px) 0 calc(1em + 4px) .8em;
  border-color: transparent transparent transparent #d6cecc;
  position: absolute;
  top: -5px;
  right: 1px;
  transform: translateX(100%);
*/
}

/*.newpointTitle01__icon:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(1em - 0.1px) 0 calc(1em - 0.1px) calc(.85em - 4px);
  border-color: transparent transparent transparent white;
  position: absolute;
  top: -1px;
  right: 2px;
  transform: translateX(100%);
}
*/
.newpointTitle01__icon span {
  padding-top: .2em;
}

.newpointTitle01__icon img {
  width: 20px;
  height: auto;
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .2em;
}

.newpointTitle02 {
  width: fit-content;
  margin: 5rem auto 3rem;
  margin-top: 5rem;
  display: flex;
  /*flex-wrap: wrap;*/
  border: solid 2px #d6cecc;
  border-radius: .5rem;
  font-size: 1.2em;
}

.newpointTitle02:first-child {
  margin-top: 0;
}

.newpointTitle02 span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  padding: .2em 1em;
}

.newpointTitle02 span:first-child {
  min-width: 7em;
  padding: .2em 1em;
  margin: -2px;
  border-radius: .5rem 0 0 .5rem;
  font-size: .8em;
  background: #ea5c6f;
  color: white;
}

.newpointTitle03 {
  background: #ea5c6f;
  color: white;
  padding: .4em 1em;
  line-height: 1.2;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
}

.newlead01 {
  font-size: 1.2em;
}

.newrow02 {
  margin: -2rem -1rem 4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.newrow02 .newrow02 {
  margin-bottom: 0;
}

.newrow02__col {
  margin: 2rem 1rem 0;
}

.newrow02__col--3 {
  width: calc(100% / 12 * 3 - 2rem);
}

.newrow02__col--4 {
  width: calc(100% / 12 * 4 - 2rem);
}

.newrow02__col--6 {
  width: calc(100% / 12 * 6 - 2rem);
}

.newrow02__col--8 {
  width: calc(100% / 12 * 8 - 2rem);
}

.newrow02__col--12 {
  width: calc(100% / 12 * 12 - 2rem);
}

.newplanBox01__icon {
  padding: .2em 1.5em;
  border-radius: 2em;
  background: gray;
  display: table;
  margin-bottom: .5em;
}

.newrow02 figcaption {
  margin-top: .5em;
  text-align: center;
}

.newplanBox01__icon--01 {
  background: #ea5c6f;
  color: white;
}

.newplanBox01__icon--02 {
  background: #d6cecc;
}

.newplanBox01__head {
  background: #ea5c6f;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newplanBox01__headTitle {
  margin: 0;
}

.newplanBox01__body,
.newplanBox01__foot {
  border-left: solid 3px #d6cecc;
  border-right: solid 3px #d6cecc;
  padding: 0 20px;
}

.newplanBox01__body {
  padding-top: 30px;
  padding-bottom: 15px;
}

.newplanBox01__bodyTitle {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newplanBox01__body figure>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newplanBox01__body p {
  margin: 0 0 1em;
  text-align: left;
}

.newplanBox01__body figure {}

.newplanBox01__body figure img {
  max-width: 100%;
  height: auto !important;
}

.newplanBox01__body figcaption dl {
  margin: 0;
}

.newplanBox01__body figcaption dl:not(:last-child) {
  margin-bottom: 1em;
}

.newplanBox01__body figcaption dl dt {
  font-weight: bold;
}

.newplanBox01__body figcaption dl dd {
  margin-left: 0;
}

.newplanBox01__body figcaption p {
  margin-top: 1em;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.newplanBox01__foot {
  border-bottom: solid 3px #d6cecc;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #d6cecc;
  font-weight: bold;
  text-align: center;
}

.newBtn01,
.newplanBox01__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ea5c6f !important;
  color: white !important;
  font-weight: bold;
  border-radius: 4em;
  min-height: 3em;
  margin-top: 1em;
  transition: all .4s;
  text-decoration: none !important;
  padding: 2px 5px;
}

.newBtn01:hover,
.newplanBox01__btn:hover {
  background: #e42f47 !important;
}

figure {
  margin: 0;
}

.ta-c {
  text-align: center !important;
}

.newplanList01 {
  list-style: none;
  padding: 0;
}

.newquestionBlock01 {
  border: solid 4px #ea5c6f;
  border-radius: 1rem;
  padding: 4em 1.5em 1.5em;
  position: relative;
  margin-top: 6rem;
}

.newquestionBlock01__head {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: max-content;
  padding: 0 1.5em;
  background: white;
  max-width: 80%;
}

.newquestionBlock01__title{
  margin: .5em 0;
}

.newquestionBlock01__lead {
  font-size: 1.2em;
  text-align: left;
  display: table;
  margin: 0 auto 1rem;
}

.newquestionBlock01__row {
  display: flex;
  justify-content: center;
  margin: 2rem -2rem;
}

.newquestionBlock01__col {
  width: calc(40% - 4rem);
  min-width: 300px;
  margin: 0 2rem;
  display: flex;
  justify-content: center;
}

.newquestionBlock01__col dl {
  margin: 0;
}

.newquestionBlock01__col dt {
  display: table;
  padding: .5em 1em;
  border-radius: .5rem;
  background: #ea5c6f !important;
  color: white;
  margin: 0 auto 1rem;
  text-align: center;
  width: 280px;
  max-width: 100%;
  font-size: 1.3em;
}

.newquestionBlock01__col dd {
  margin: 0;
  padding: 0;
}

.newquestionBlock01__col p {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.8;
}

.newquestionBlock01__col p+p {
  margin-top: 1.5em;
}

.newquestionBlock01__col p strong {
  font-size: 1.2em;
}

.newflowBox01 {}

.newflowBox01__caption {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

.newflowBox01__caption .newnote01 {
  display: inline-block;
  position: relative;
  /*top: -.2em;*/
  font-size: .7em;
  line-height: 1.2;
  font-weight: normal;
}

.newflowBox01 dl {
  padding: 1em 1.5em;
  background: white;
  border: solid 3px #d6cecc;
  text-align: center;
  position: relative;
}

/*.newflowBox01 dl:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #d6cecc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,40px);
}
.newflowBox01 dl:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #d6cecc transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%,0);
}*/
.newflowBox01 dl dt {
  font-weight: bold;
  font-size: 1.4em;
  color: #ea5c6f;
  margin-bottom: .5em;
}

.newflowBox01 dl dd {
  margin: 0;
  padding: 0;
}

.newflowBox01__btn {
  margin-top: 1.0em;
}

.newflowBox01__detail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newflowBox01__price {
  margin-top: .5em;
}

.newflowBox01__price {
  font-weight: bold;
  font-size: 1.2em;
  color: #ea5c6f;
  margin-bottom: .5em;
}

.newflowBox01__price strong {
  font-size: 1.4em;
}

.newflowBox01__price .newnote01 {
  color: #5c5852;
  font-weight: normal;
}

.newcounselingBox01 {}

.newcounselingBox01>p {
  margin-bottom: 10px;
}

.newcounselingBox01 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.newcounselingBox01>p {
  font-weight: bold;
  min-height: 5em;
}

.newcounselingBox01>p small {
  font-weight: normal;
}

.newcounselingBox01__detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 -.5em;
}

.newcounselingBox01 figure {
  max-width: 400px;
  margin: 18px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newcounselingBox01 figure img {
  width: none;
  margin: auto;
}

.newcounselingBox01 dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6em;
}

.newcounselingBox01 dl dd {
  margin: 0;
}

.newcounselingBox01__btn {
  line-height: 1.2;
  font-size: 1.2em;
  max-width: 14em;
  margin: 20px auto 0;
}

.newrow02__col--12 {
  margin-top: 40px !important;
}

.newrow02__col--12 p {
  min-height: 0 !important;
}

/*
.dw-Item_Container:not(.dw-Item_Container--yt) a{
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  display: block;
  height: 0;
}

.dw-Item_Container:not(.dw-Item_Container--yt) a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
*/
.dw-Item_Container.dw-Item_Container--yt a {
  display: block;
}

.dw-Item_Container.dw-Item_Container--yt .movie_wrap {
  position: relative;
  height: 0;
  padding-bottom: 63%;
  width: 100%;
}

.dw-Item_Container.dw-Item_Container--yt .movie_wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.newsection01[id^="point"]:nth-of-type(odd) {
  background: #f3f3f3;
  position: relative;
}

.newsection01[id^="point"]:nth-of-type(odd):before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
}

.newsection01[id^="point"]:nth-of-type(odd):after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  right: 1px;
  transform: translateX(100%);
}

#pickup {
  margin-top: 115px;
}

.dw-Outer.fan-Body {
  margin-bottom: 100px;
}

@media (min-width: 640px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
  .newrow02 {
    margin: -2rem -.5rem 4rem;
  }
  .newrow02__col {
    margin: 2rem .5rem 0;
  }
  .newrow02__col--3 {
    width: calc(100% / 12 * 3 - 1rem);
  }

  .newrow02__col--4 {
    width: calc(100% / 12 * 4 - 1rem);
  }

  .newrow02__col--6 {
    width: calc(100% / 12 * 6 - 1rem);
  }

  .newrow02__col--8 {
    width: calc(100% / 12 * 8 - 1rem);
  }

  .newrow02__col--12 {
    width: calc(100% / 12 * 12 - 1rem);
  }
}
@media screen and (max-width: 639px) {
  .is-pc {
    display: none;
  }

  .newlead01 {
    text-align: left;
  }

  .newrow02__col--3 {
    width: calc(100% / 12 * 6 - 2rem);
  }

  .newrow02__col--4 {
    width: calc(100% / 12 * 6 - 2rem);
  }

  .newrow02__col--6 {
    width: calc(100% / 12 * 12 - 2rem);
  }

  .newrow02__col--8 {
    width: calc(100% / 12 * 12 - 2rem);
  }

  .newrow02__col--12 {
    width: calc(100% / 12 * 12 - 2rem);
  }

  .newrow02__col .newrow02 {
    padding: 0 0;
  }

  .newquestionBlock01__col dt {
    padding: .5em;
  }

  .newplanBox01__body,
  .newplanBox01__foot {
    padding-left: 10px;
    padding-right: 10px;
  }

  .newlead01 {
    font-size: 1.1em;
  }

  .newindexList01 {
    flex-wrap: wrap;
  }

  .newindexList01 li {
    width: calc(100% - 28px);
  }

  .newpointList01 li figure figcaption {
    font-size: .9rem;
    margin-left: -1em;
    margin-right: -1em;
    letter-spacing: -.02em;
  }

  .newquestionBlock01__row {
    flex-wrap: wrap;
  }

  .newquestionBlock01__col {
    width: calc(100% - 4rem);
  }

  .newquestionBlock01__col:not(:first-child) {
    margin-top: 40px;
  }

  .newquestionBlock01__col dl {
    width: calc(100% - 4rem);
  }

  .newpointTitle01 {
    margin-bottom: 2rem;
  }

  .newpointTitle01__icon {
    min-height: 50px;
    margin-bottom: 10px;
  }

  .newpointTitle01__icon:before {
    top: 50%;
    transform: translate(100%, -50%);
    border-width: calc(27px + 4px) 0 calc(27px + 4px) 0.8em;
  }

  .newpointTitle01__icon:after {
    top: 50%;
    transform: translate(100%, -50%);
    border-width: calc(25px - 0.1px) 0 calc(25px - 0.1px) calc(0.85em - 4px);
  }

  .newpointTitle02 {
    flex-wrap: wrap;
  }

  .newpointTitle02 span:first-child {
    border-radius: .5rem .5rem 0 0;
    width: calc(100% + 4px);
    margin: -2px -2px 0;
  }

  .newpointTitle02 span:last-child {
    text-align: center;
    padding-left: .5em;
    padding-right: .5em;
    width: 100%;
    box-sizing: border-box;
  }

  .newrow02 figcaption {
    font-size: .9rem;
    margin-left: -.5em;
    margin-right: -.5em;
  }

  .newquestionBlock01__lead {
    margin-left: -.5em;
    margin-right: -.5em;
  }

  .newpointList01,
  .newrow02 {}

  .newrow02__col--4 {
    width: calc(100% / 12 * 12 - 2rem);
  }

  .newquestionBlock01__head {
    padding: 0 .5em;
  }

  .newpointList01 li {
    width: calc(100% / 12 * 6 - 28px);
  }

  .newplanBox01__bodyTitle {
    min-height: 0;
  }

  .newcounselingBox01>p {
    font-weight: bold;
    min-height: 0;
  }

  .dw-Outer.fan-Body {
    margin-bottom: 16vw;
  }

  #pickup {
    margin-top: 80px;
  }
}

@media (max-width: 374px) {
  .newpointTitle02 span:last-child {
    font-size: 18px;
  }

  .l-content {
    font-size: 14px;
  }

  .newquestionBlock01__col {
    min-width: 0;
  }
  .newquestionBlock01__col dl {
    width: 100%;
  }
}