@charset 'UTF-8';

#online-madoguchi {
position: relative;
}
img {
  margin: 0 auto;
}
.mercury {
  padding-bottom: 0;
}
.u-p-d-n {
  display: none !important;
}
.u-s-d-n {
  display: block !important;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.bg-light-yellow {
  background-color: #fffac3;
}
.bg-white {
  background-color: #fff;
}
.bg-recommend-area {
  background: url(/shop/set/data/service/online_madoguchi/img/p/img-bg-recommend-area.png) repeat-y center top;
  background-size: 100% auto;
}
.bg-step-area {
  background: url(/shop/set/data/service/online_madoguchi/img/p/img-bg-step-area.png) repeat-y center top;
  background-size: 100% auto;
}
.kv {
  background: url(/shop/set/data/service/online_madoguchi/img/p/img-mv-bg.png) no-repeat center top;
  background-size: cover;
  height: 450px;
}
.kv-inner {
  width: 950px;
  margin: 0 auto;
  padding: 22px 0 23px;
}
.sec-contents {
  padding: 100px 0;
}
.sec-contents.sec-madoguchi {
  padding: 100px 0 0;
}
.sec-contents .sec-inner {
  width: 950px;
  margin: 0 auto;
  text-align: center;
}
.sec-contents .sec-inner h2 {
  text-align: center;
  padding-bottom: 40px;
}
.movie-contents,.feature-contents {
  margin-top: 60px;
}
.balloon-ttl {
  margin-bottom: 10px;
}
.movie-thumb {
  max-width: 400px;
  margin: 0 auto;
}
.movie-thumb img {
  cursor: pointer;
}
.movie-thumb img:hover {
  opacity: .7;
  transition: .2s;
}
.feature-2col-wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  -ms-flex-align:start;
  align-items:flex-start;
}
.feature-2col-wrap .feature-2col-item {
  background-color: #fff;
  border: solid 5px #d8f1e5;
  border-radius: 16px;
  padding: 25px 0;
}
.feature-2col-wrap .feature-2col-item:nth-child(1) {
  margin-right: 10px;
}
.feature-2col-wrap .feature-2col-item:nth-child(2) {
  margin-left: 10px;
}
.sec-contents.sec-info {
 position: relative; 
}
.sec-contents.sec-info::after {
  content: "";
  display: inline-block;
  background: url(/shop/set/data/service/online_madoguchi/img/p/img-bg-yellow-bottom.png) no-repeat center bottom;
  background-size: 100% 100%;
  width: 100%;
  height: 140px;
  position: absolute;
  margin-top: 40px;
}
.info-contents .info-flex-wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.info-flex-wrap .info-flex-item:not(:last-child) {
  margin-right: 20px;
}
.info-shop-wrap {
  margin: 40px auto;
  background-color: #f2fbf7;
  border: solid 5px #d8f1e5;
  border-radius: 16px;
  padding: 25px 0;
}
.info-shop-wrap .info-shop-2col-wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
}
.info-shop-2col-wrap .info-shop-2col-item:nth-child(1) {
  margin-right: 30px;
}
.info-shop-2col-wrap .info-shop-2col-item p {
  text-align: left;
  margin: 0 auto;
}
.info-note {
  list-style-type: disc;
  text-align: left;
  font-size: 14px;
  padding-left: 20px;
}
.info-note li {
  line-height: 28px;
}
.sec-contents.sec-recommend {
  padding: 140px 0 100px;
}
.recommend-flex-wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.recommend-flex-wrap .recommend-flex-item:not(:last-child) {
  margin-right: 40px;
}
.sec-contents.sec-note h2 {
  font-size: 36px;
  font-weight: bold;
  color: #0e9364;
}
.info-note-wrap {
  max-width: 750px;
  margin: 0 auto;
}
.step-contents {
  margin: 40px auto 0;
}
.step-tab-wrap .step-tab {
  list-style-type: none;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 10px #0e9364;
}
.step-tab li {
  width: 50%;
  background-color: #fff;
  color: #0e9364;
  border-radius: 16px 16px 0 0;
  cursor: pointer;
  padding: 20px 0 14px;
}
.step-tab li:nth-child(1) {
  margin-right: 10px;
}
.step-tab li:nth-child(2) {
  margin-left: 10px;
}
.step-tab li.active {
  background-color: #0e9364;
  color: #fff;
}
.step-tab-contents {
  display: none;
}
.step-tab-contents.active {
  display: block;
}
.step-tab-contents-inner {
  margin: 60px auto 0;
}
.step-tab-contents-inner h3 {
  font-size: 28px;
  font-weight: bold;
  color: #0e9364;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  margin-bottom: 30px;
}
.step-tab-contents-inner h3::before,
.step-tab-contents-inner h3::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-top: 5px dotted #0e9364;
}
.step-tab-contents-inner h3::before {
  margin-right: 30px;
}
.step-tab-contents-inner h3::after {
  margin-left: 30px;
}
.step-tab-contents-flex {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin: 60px auto 80px;
}
.step-tab-contents-flex.flex-list-02 {
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom: 0;
  margin-left: 40px;
}
.step-tab-contents-flex.flex-list-03 {
  margin-bottom: 0;
}
.step-tab-contents-flex .step-tab-contents-item {
  background-color: #fff;
  border-radius: 16px;
  width: 290px;
  padding: 30px 0;
  position: relative;
}
.step-tab-contents-flex .step-tab-contents-item:nth-child(1),
.step-tab-contents-flex .step-tab-contents-item:nth-child(2),
.step-tab-contents-flex .step-tab-contents-item:nth-child(4),
.step-tab-contents-flex .step-tab-contents-item:nth-child(5) {
  margin-right: 40px;
}
/* .step-tab-contents-flex.flex-list-03 .step-tab-contents-item:nth-child(5) {
  margin-right: 40px;
} */
.step-tab-contents-flex .step-tab-contents-item:nth-child(4),
.step-tab-contents-flex .step-tab-contents-item:nth-child(5),
.step-tab-contents-flex .step-tab-contents-item:nth-child(6) {
  margin-top: 60px;
}
.step-tab-contents-flex .step-tab-contents-item:not(:last-child)::after {
  content: "";
  background: url(/shop/set/data/service/online_madoguchi/img/shared/icon-next.png) no-repeat center top;
  display: inline-block;
  width: 21px;
  height: 35px;
  position: absolute;
  top: 50%;
  right: -14.4%;
  transform: translate(-50%,-50%);
}
.step-tab-contents-num {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.step-tab-contents-item p {
  margin: 20px 20px 0;
  text-align: left;
}
.step-tab-contents-button {
  max-width: 250px;
  margin: 20px auto 0;
}
.step-tab-contents-button a {
  position: relative;
  display: block;
  background-color: #ff7e00;
  border-radius: 22.63px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.step-tab-contents-button a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .2s;
}
.step-tab-contents-button a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 17px;
}
/*--------------------
movie modal
---------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,80%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 999;
}
/* .modal::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
} */
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .modal-inner {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 280px;
  width: 90%;
}
.modal-close {
  background: url(/shop/set/data/service/online_madoguchi/img/shared/icon-modal-close.png) no-repeat center top;
  display: inline-block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.modal-contents {
  background: #fff;
  text-align: left;
  border: solid 5px #d8f1e5;
  border-radius: 16px;
}
video {
  width: 100%;
  border-radius: 16px;
}
.modal-video-start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(/shop/set/data/service/online_madoguchi/img/shared/icon-movie-start.png) no-repeat center top;
  width: 60px;
  height: 61px;
}
.modal-video-start.playActive {
  display:none;
}

/*--------------------
float bnr
---------------------*/
.float {
  display: none;
  position: fixed;
  bottom: 10px;
  width: 100%;
  z-index: 99;
}
.float-inner {
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
.float-inner a {
  max-width: 480px;
  display: inline-block;
}
.float-inner a:hover {
  opacity: .7;
  translate: .2s;
  text-decoration: none;
}
.float.active {
  display: block;
}