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

  追加分(TOP)

================================================================*/
/*----------------------------------
    MV
------------------------------------*/
#mv {
  width: 100vw;
  height: 500px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

#mv .item {
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mv .item.item01 {
  background-image: url(https://img07.shop-pro.jp/PA01425/736/etc/bg_slider01_2.jpg?cmsp_timestamp=20211019213527);
}

#mv .item.item02 {
  background-image: url(https://img07.shop-pro.jp/PA01425/736/etc/bg_slider02_2.jpg?cmsp_timestamp=20211019213508);
}


#mv .item .container {
  position: relative;
  height: 100%;
}

#mv .item .container img {
  position: absolute;
 /* top: 50%; */ top: 70%; 
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
#mv .item01 img{
        width:35%;
      }
      #mv .item02 img{
        width:47%;
      }
}

@media screen and (max-width: 767px) {
  #mv {
  height: 445px;
   min-height: 445px;
  }
  #mv .item {
    height: 445px;
  }
  #mv .item.item01 {
    background-image: url(https://img07.shop-pro.jp/PA01425/736/etc/bg_slider01_2_sp.jpg?cmsp_timestamp=20211019213545);
  }
  #mv .item.item02 {
    background-image: url(https://img07.shop-pro.jp/PA01425/736/etc/bg_slider02_2_sp.jpg?cmsp_timestamp=20211019213515);
  }
  #mv .item .container {
    position: relative;
    height: 100%;
  }
  #mv .item .container img {
    /*top: 22px;*/
    top:50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    zoom: 0.5;
  }
}

/*----------------------------------
    section (problems)
------------------------------------*/
.section.is_problems {
  background-color: #82bfbb;
  color: #fff;
  margin: 0 -500% 104px;
  padding: 70px 500% 0;
  position: relative;
}

.section.is_problems:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 104px solid #82bfbb;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  position: absolute;
  bottom: -104px;
  left: 50%;
  margin-left: -50vw;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section.is_problems {
    padding-top: 35px;
    margin-bottom: 35px;
  }
  .section.is_problems:after {
    border-top: 35px solid #82bfbb;
    bottom: -35px;
  }
}

.problems_ttl {
  margin: 0 0 35px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: -5px;
  line-height: 1.2;
}

.problems_ttl span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .problems_ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
    letter-spacing: -2px;
  }
  .problems_ttl span {
    font-size: 0.9rem;
  }
}

.problems_list {
  width: 594px;
  margin: 0 auto;
}

.problems_list ul {
  border-top: 1px dotted #fff;
}

.problems_list ul li {
  height: 70px;
  line-height: 70px;
  padding-left: 110px;
  background-image: url(https://file003.shop-pro.jp/PA01425/736/images/icon_check01.png);
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 45px auto;
  border-bottom: 1px dotted #fff;
  font-size: 3.0rem;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .problems_list {
    width: auto;
    padding: 0 30px;
  }
  .problems_list ul li {
    height: auto;
    line-height: inherit;
    padding: 5px 0 5px 60px;
    background-position: 28px center;
    background-size: 22.5px auto;
    font-size: 1.5rem;
  }
}

.problems_text {
  margin: 20px 0 14px;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .problems_text {
    font-size: 1.2rem;
    margin: 15px 0;
  }
}

.problems_lead {
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  line-height: 1.4;
}

.problems_lead span {
  border-bottom: 4px solid #449993;
}

@media screen and (max-width: 767px) {
  .problems_lead {
    font-size: 1.8rem;
  }
  .problems_lead span {
    border-width: 2px;
    line-height: 1.6;
  }
}

/*----------------------------------
    section (effectiveness)
------------------------------------*/
.section.is_effectiveness {
  width: 100vw;
  margin-top: -104px;
  padding-top: 104px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(https://file003.shop-pro.jp/PA01425/736/images/effectiveness_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .section.is_effectiveness {
    margin-top: -35px;
    padding-top: 35px;
    background-image: url(https://file003.shop-pro.jp/PA01425/736/images/effectiveness_bg_sp.jpg);
  }
}

.effectiveness_ttl {
  margin: 50px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .effectiveness_ttl {
    margin: 35px 32px;
  }
}

.effectiveness_list {
  position: relative;
  padding: 0 20px;
  z-index: 2;
}

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

.effectiveness_list ul li {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .effectiveness_list ul li {
    width: calc(100% / 3);
  }
  *::-ms-backdrop, .effectiveness_list ul li {
    width: 33.33%; /* IE11 */
  }
  .effectiveness_list ul li img {
    display: block;
    padding: 0 20px;
  }
  .effectiveness_list ul li:nth-child(n + 4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .effectiveness_list {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .effectiveness_list ul li {
    width: calc((100% - 20px) / 2);
  }
  .effectiveness_list ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .effectiveness_list ul li:nth-child(2), .effectiveness_list ul li:nth-child(5) {
    margin-left: 20px;
  }
  .effectiveness_list ul li:nth-child(3) {
    margin-left: calc((100% - ((100% - 20px) / 2)) / 2);
    margin-right: calc((100% - ((100% - 20px) / 2)) / 2);
  }
}

.effectiveness_lead {
  width: 100vw;
  /*height: 233px;*/
  margin-top: -48px;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(143, 198, 194, 0.8);
  text-align: center;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.4;
}
.effectiveness_lead span{
  font-weight:bold;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .effectiveness_lead {
    height: auto;
    margin-top: 0;
    padding: 25px 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

/*----------------------------------
    section (prousion)
------------------------------------*/
.section.is_prousion {
  margin-left: -500%;
  margin-right: -500%;
  padding: 80px 500%;
  background-color: #fffdf5;
}

@media screen and (max-width: 767px) {
  .section.is_prousion {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .prousion_headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .prousion_headline {
    margin-bottom: 20px;
  }
}

.prousion_headline__logo {
  width: 244px;
}

@media screen and (max-width: 767px) {
  .prousion_headline__logo {
    width: 122px;
    margin: 0 auto 30px;
  }
}

.prousion_headline__text {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 15px;
  font-size: 1.8rem;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .prousion_headline__text {
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .prousion_example {
    width: 760px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.prousion_example__unit .title {
  margin: 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  color: #449993;
}

.prousion_example__unit .text {
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 1.6;
}

.prousion_example__unit .text span {
  display: block;
  font-size: 1.4rem;
}

.prousion_example__unit .movie {
    position: relative;
    width: 100%;
    padding-top: 76%;
}

.prousion_example__unit .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
  .prousion_example__unit {
    flex: 1 1 0;
    min-width: calc((100% - 100px) / 2);
  }
  .prousion_example__unit:nth-child(odd) {
    margin-right: 50px;
  }
  .prousion_example__unit:nth-child(even) {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .prousion_example__unit .note {
    margin: 10px 0 0;
    font-size: 0.8rem;
  }
  .prousion_example__unit .text {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .prousion_example__unit .text span {
    font-size: 0.8rem;
  }
}

/*----------------------------------
    section (topics_news)
------------------------------------*/
.news_topics {
	zoom:1;/*for IE 5.5-7*/
}
.news_topics:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

@media screen and (max-width: 768px) {
.is_news .topics_list{
    height: 300px;
    overflow-y: scroll;
}
}
@media screen and (min-width: 768px) {
.is_news .topics_list{
    height: 600px;
    overflow-y: scroll;
}
}
@media screen and (max-width: 768px) {
.is_topics .topics_list{
    height: 300px;
    overflow-y: scroll;
}
}
@media screen and (min-width: 768px) {
.is_topics .topics_list{
    height: 600px;
    overflow-y: scroll;
}
}


/*----------------------------------
    section (news)
------------------------------------*/
.is_news {
  padding-bottom: 45px;
}
@media screen and (min-width: 767px) {
    .is_news {
      width: 48%;
      float: left;
    }
}
/*----------------------------------
    section (topics)
------------------------------------*/
.is_topics {
  padding-bottom: 45px;
}
@media screen and (min-width: 767px) {
    .is_topics {
      width: 48%;
      float: right;
    }
}

.section.is_topics .ttl.is_ttl02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section.is_topics {
    padding-bottom: 20px;
  }
}

.topics_list__unit {
  padding: 0 20px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.topics_list__unit .cate {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
}

.topics_list__unit .cate.is_info {
  background-color: #5caca6;
}

.topics_list__unit .cate.is_campaign {
  background-color: #e1cb7c;
}

.topics_list__unit .cate.is_event {
  background-color: #8ac4d1;
}

.topics_list__unit dl dt {
  font-weight: normal;
}

/*----------------------------------
    section (recommend)
------------------------------------*/
.section.is_recommend {
  padding-bottom: 15px;
}

.section.is_recommend .ttl.is_ttl02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section.is_recommend .ttl.is_ttl02 {
    margin-bottom: 25px;
  }
}

/*----------------------------------
    section (order)
------------------------------------*/
.order_title {
  margin: 0;
  height: 55px;
  line-height: 55px;
  background-color: #82bfbb;
  text-align: center;
  color: #fff;
  font-size: 3.0rem;
  font-weight: normal;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .order_title {
    height: 50px;
    line-height: 50px;
    font-size: 2.4rem;
  }
}

.order_list {
  padding: 40px 40px 30px;
  background-color: #fffdf5;
}

.order_list dl:not(:last-child) {
  margin-bottom: 28px;
}

.order_list dl dd {
  font-size: 1.6rem;
}

.order_list dl dd span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .order_list {
    padding: 20px 20px 15px;
  }
  .order_list dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .order_list dl dd {
    font-size: 1.3rem;
  }
  .order_list dl dd span {
    font-size: 0.9rem;
  }
}

.order_list__title {
  padding-left: 56px;
  padding-bottom: 4px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 46px auto;
  border-bottom: 1px solid #333333;
  font-weight: normal;
  font-size: 2.0rem;
}

.order_list__title span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
}

.order_list__title.is_resize {
  background-image: url(https://file003.shop-pro.jp/PA01425/736/images/icon_order_resize.png);
}

.order_list__title.is_size {
  background-image: url(https://file003.shop-pro.jp/PA01425/736/images/icon_order_size.png);
}

.order_list__title.is_full {
  background-image: url(https://file003.shop-pro.jp/PA01425/736/images/icon_order_full.png);
}

@media screen and (max-width: 767px) {
  .order_list__title {
    background-size: 23px auto;
    background-position: left top;
    padding-left: 28px;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .order_list__title span {
    display: inline-block;
    font-size: 0.9rem;
    margin-left: 0.5em;
  }
}

.order_item {
  margin: 65px 0 0;
}

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

.order_item ul li {
  width: calc((100% - 30px) / 2);
}

.order_item ul li:nth-child(even) {
  margin-left: 30px;
}

.order_item ul li:nth-child(n + 3) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .order_item {
    margin: 50px 0 0;
  }
  .order_item ul li {
    width: calc((100% - 10px) / 2);
  }
  .order_item ul li:nth-child(even) {
    margin-left: 10px;
  }
  .order_item ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/*----------------------------------
    section (voice)
------------------------------------*/
.section.is_voice {
  margin-top: 45px;
  padding: 40px 20px 55px;
  background-image: url(https://file003.shop-pro.jp/PA01425/736/images/voice_bg.png);
  background-repeat: repeat;
}

@media screen and (max-width: 767px) {
  .section.is_voice {
    padding: 40px 10px 40px;
    margin: 50px -10px 0;
  }
}

.voice_title {
  margin: 0 0 35px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 3.0rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
}

.voice_title span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .voice_title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .voice_title span {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .voice_list {
    display: block;
    padding: 0 20px;
  }
}

.voice_list__unit {
  padding: 40px 31px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.voice_list__unit:after {
  clear: both;
  content: " ";
  display: table;
}

.voice_list__unit:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #8fc6c2;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .voice_list__unit {
    width: calc((100% - 20px) / 2);
  }
  .voice_list__unit:nth-child(even) {
    margin-left: 20px;
  }
  .voice_list__unit:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .voice_list__unit:not(:last-child) {
    margin-bottom: 15px;
  }
}

.voice_list__image {
  float: left;
  width: 32%;
  position: relative;
}

.voice_list__text {
  margin-left: calc(32% + 8px);
  position: relative;
}

.voice_list__text dt {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #8fc6c2;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.voice_list__text dd {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .voice_list__text dt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    border-bottom: 1px dashed #8fc6c2;
  }
}
