@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro",
  "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic",
  sans-serif;
  color: #000000;
}
body a,
body p,
body span,
body h3,
body h5,
body td,
body th
{
  font-family: 'Hiragino';
}
body a,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body dl,
body ol,
body ul,
body pre {
  margin: 0;
}
body a:hover {
  text-decoration: none;
}
.mb-t-30{
  margin-top: 30px;
}
.mb-b-30{
  margin-bottom: 30px !important;
}
.mb-t-10{
  margin-top: 10px;
}
.mb-b-50{
  margin-bottom: 50px;
}
.mb-t-20{
  margin-top: 20px;
}
.mb-b-20{
  margin-bottom: 20px;
}
.pb-t-30{
  padding-top: 30px;
}
.pb-b-30{
  padding-bottom: 30px;
}
.pb-b-50{
  padding-bottom: 50px;
}
.pb-t-50{
  padding-top: 50px;
}
.width-50{
  width: 50%;
}
.w-auto{
  width: auto;
}
.bg-violet-1{
  background-color: #d97bb6;
}
.bg-violet-2{
  background-color: #f9eafa;
}
.bg-violet-3{
  background-color: #d97bb6;
}
.bg-pink-light{
  background-color: #fbe3f2;
}
.bg-white{
  background-color: #fff;
}
.bg-yellow-brown{
  background-color: #fdd100;
}
.bg-yellow-light{
  background-color: #fffef1;
}
.bg-blue-2{
  background-color: #a3d3cd;
}
.justify-content-center{
  justify-content: center;
}
.justify-content-between{
  justify-content: space-between;
}
.color-white{
  color: #fff;
}
.color-red{
  color: #d02d26;
}
.color-brown{
  color: #763f31;
}
.d-block{
  display: block;
}
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.margin-auto{
  margin: 0 auto;
}
#tweets {
  display: block;
  overflow: auto;
  max-height: 620px;
  margin: 0px auto 0 auto;
}
h2.title-banner-top {
  font-size: 30px;
  position: relative;
  line-height: 30px;
  font-weight: 700;
  max-width: max-content;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
h2.title-banner-top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  background-color: #000;
  left: 0;
}
.banner{
  padding: 100px 0 30px;
}
.box-banner
{
  background-image: url("/common/design/user/img/finishcollabo/bg-yellow-finish.jpg");
  padding: 20px 20px 15px;
  align-items: center;
  background-size: cover;
}
.box-banner .info{
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.event-is-happening{
  padding: 30px 0;
}
.bg-grey{
  background-color: #eeeeee;
}
.box-event-happening{
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
.box-event-happening li{
  width: 50%;
  padding: 5px 5px;
}
.page-moicho:not(.page-moicho_sp){
  background-image: url("/common/design/user/img/moicho/bg-moicho.jpg");
}
.title-moicho{
  font-size: 26px;
  color: #763f31;
  font-weight: 900;
}
.banner-nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}
.banner-nav ul li a {
  font-weight: 600;
  padding: 8px 0rem;
  color: #763f31;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-nav ul li a span {
  position: relative;
  line-height: 1.2;
}
.banner-nav ul li a::after {
  content: url(/common/design/user/img/moicho/ic-play.png);
  position: relative;
  right: 0;
  margin-left: 6px;
}
.banner-nav ul li {
  padding: 0;
  border-right: 2px solid #fdda33;
  border-bottom: 2px solid #fdda33;
  text-align: center;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 33.333%;
  font-size: 10px;
}
.main-content-moicho_sp{
  background-image: url(/common/design/user/img/moicho/bg-moicho.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.how-to-buy .content-moicho{
  padding-bottom: 150px;
}
.content-moicho{
  padding-left: 10px;
  padding-right: 10px;
}
.top-banner{
  position: relative;
}
.btn-banner-top{
  position: absolute;
  left: 100px;
  bottom: 90px;
}
.btn-banner-top_sp{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.introduce .content-moicho h3{
  font-size: 20px;
  line-height: 1.5;
}
.introduce .content-moicho p{
  font-size: 16px;
  line-height: 2;
}
.list-image-wrap-moicho{
  max-width: 900px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.list-image-wrap-moicho .swiper-button-prev,
.list-image-wrap-moicho .swiper-button-next{
  background: none;
}
.plan .content-moicho{
  position: relative;
}
.plan .content-moicho .title-pic{
  margin-bottom: 80px;
}
.plan_sp .content-moicho .title-pic{
  display: flex;
  align-items: end;
  margin-top: -80px;
  margin-bottom: 30px;
}
.plan_sp .content-moicho .title-pic:before{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/common/design/user/img/moicho/chick-2_pc.png);
  width: 100px;
  height: 100px;
  background-position: center;
}
.plan .content-moicho p{
  font-size: 16px;
  line-height: 2;
}
.plan:not(.plan_sp) .content-moicho .title-pic:before{
  content: url(/common/design/user/img/moicho/chick-2_pc.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -62px;
  left: 34%;
  transform: translateX(-50%);
}
.product-ca {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.product-ca_sp{
  grid-template-columns: 50% 50%;
}
.product-ca .item-pr-c {
  margin: 30px 0;
}
.list-item-cate-i h3 {
  font-size: 32px;
  font-weight: 500;
  color: #d97bb6;
}
.box-plan{
  justify-content: center;
}
.box-plan .item-box-plan {
  margin: 0 10px;
  text-align: center;
}
.box-plan .item-box-plan p{
  font-size: 12px;
  font-weight: 700;
  color: #ff6600;
  line-height: 1.8;
  margin-top: 15px;
}
.list-product-design{
  display: grid;
  grid-template-columns: 50% 50%;
}
.list-product-design a {
  display: block;
  margin: 10px;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  padding: 10px;
  position: relative;
}
.list-product-design a:after {
  content: "";
  background-image: url(/common/design/user/img/moicho/ic-plus-grey.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
a.btn-load-more{
  background-color: #ef8700;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center;
  margin-top: 30px;
  height: 50px;
  border-radius: 32px;
  vertical-align: middle;
  line-height: 50px;
  font-size: 20px;
}
.what-is-box .title-pic{
  align-items: end;
}
.what-is-box p{
  line-height: 1.5;
}
.support-tweet-i .twitter-box .box-upper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem;
  background: #fff000;
  position: relative;
}
.support-tweet-i .content-ikbpf{
  margin-top: 50px;
  padding-bottom: 50px;
}
.support-tweet-i .twitter-box .box-upper h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.support-tweet-i .twitter-box .box-lower {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  padding: 1rem;
  background: #fffcc6;
  color: black;
}
.support-tweet-i .twitter-box .box-lower p span {
  font-size: 20px;
}
.support-tweet-i .twitter-box .box-lower img {
  position: absolute;
  right: 80px;
  top: -5px;
}
.support-tweet-i .twitter-box .box-upper:after {
  content: "";
  background-image: url(/common/design/user/img/ikbpf/money.png);
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.support-tweet-i .twitter-box .box-lower p {
  font-weight: 600;
  line-height: 1.5;
}
.list-buy-product{
  flex-wrap: wrap;
}
.list-buy-product .item-buy-product{
  width: 100%;
  margin: 10px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 12px 15px;
  display: flex;
  flex-direction: column;
}
.item-buy-product .img{
  width: 50%;
  margin-right: 10px;
}
.item-buy-product .info{
  width: 50%;
}
.item-buy-product .info-pr{
  margin-bottom: 25px;
}
.item-buy-product h4{
  margin-bottom: 20px;
  font-size: 25px;
}
.txt-infor {
  padding: 12px 25px;
  text-align: center;
  background: #f0f0f0;
  color: #353535;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
a.txt-link {
  font-size: 14px;
  line-height: 20px;
  color: #30a4da;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}
a.txt-link:hover{
  color: #30a4da;
}
.txt-red {
  color: #c30000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
}
.txt-detail {
  padding: 12px 15px;
  background: #f0f0f0;
  color: #353535;
  font-size: 12px;
  line-height: 26px;
  min-height: 150px;
  font-weight: 400;
}
.txt-detail span{
  font-weight: 700;
}
a.btn-create{
  background-color: #ef8700;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  height: 40px;
  border-radius: 32px;
  vertical-align: middle;
  line-height: 40px;
  font-size: 14px;
  width: 80%;
}
.hover_bkgr_fricc-1{
  background: transparent;
}
.buy_sp .txt-infor{
  width: 47%;
  padding: 5px;
  font-size: 11px;
  display: inline-block;
}
.page-finishcollabo_sp .banner .box-banner .box-info{
  margin-top: 10px;
}
.page-finishcollabo_sp .banner .box-banner .box-info img{
  width: 40%;
  object-fit: contain;
}
.page-finishcollabo_sp .banner{
  padding: 30px 0;
}
@media screen and (min-width: 1200px){
  .what-is-box .box-item,
  .content-social-box .item-sb{
    width: calc(100%/2 - 25px);
  }
  .what-is-box .box-item p{
    font-size: 20px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .list-image-wrap-moicho{
    padding: 0 50px;
  }
  a.btn-load-more{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
  .buy_sp .txt-infor{
    width: 48%;
    padding: 5px;
    font-size: 16px;
    display: inline-block;
  }
  a.btn-create{
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-top: 30px;
  }
  .txt-red{
    font-size: 16px;
  }
  .txt-detail {
    padding: 12px 25px;
    font-size: 18px;
  }
  .item-buy-product .img{
    margin-left: 20px;
  }
  .list-buy-product .item-buy-product{
    width: calc(50% - 20px);
    padding: 32px 25px 25px;
  }
  .content-moicho{
    padding-left: 40px;
    padding-right: 40px;
  }
  .txt-link{
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .support-tweet-i .twitter-box .box-lower p span{
    font-size: 24px;
  }
  .support-tweet-i .twitter-box .box-lower p:last-child{
    font-size: 14px;
  }
  .list-product-design{
    grid-template-columns: 25% 25% 25% 25%;
  }
  .plan .content-moicho p,
  .introduce .content-moicho p{
    font-size: 20px;
  }
  .box-plan .item-box-plan p{
    font-size: 24px;
  }
  .box-plan .item-box-plan {
    margin: 0 30px;
  }
  .title-moicho{
    font-size: 30px;
  }
  .introduce .content-moicho h3{
    font-size: 30px;
  }
  .banner-nav ul li{
    font-size: 18px;
    width: max-content;
  }
  .list-product-design a:after {
    width: 35px;
    height: 35px;
    right: 8px;
    bottom: 8px;
  }
}
@media screen and (min-width: 576px) {
}
@media screen and (max-width: 576px) {
  h2.title-banner-top{
    margin: 0 auto 30px;
  }
  .txt-red{
    font-size: 11px;
  }
  h2.title-banner-top
  {
    font-size: 22px;
  }
  .box-banner{
    padding: 15px 15px 10px;
  }
  .box-banner .info{
    margin-left: 10px;
  }
  .box-banner .info p{
    font-size: 12px;
  }
}