@charset "UTF-8";


#wrapper section{
    max-width: 1200px;
    width: 90%;
    margin: auto;
    padding: 80px 0 6%;
    font-feature-settings: "palt";
}
#float-bnr{
    width: fit-content;
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
}



#main{
    padding: 0;
    position: relative;
}
#main_date{
width: fit-content;
    float: right;
    margin-bottom: -7.5vw;
}

#main .lead{
    font-style: italic;
    font-weight: bold;
    font-size: min(4vw,30px);
}

#campaign-bg{
    background-image: url(../img/camp_bg.jpg);
    display: block;
    background-attachment: fixed;
    position: relative;
}
#campaign-bg:before{
    content: "";
    background: #00000070;
    height: 100%;
    width: 100%;
    position: absolute;
}
#campaign {
    position: relative;
    color: #fff;
}

#campaign .title{
    font-family: termina, sans-serif;
        font-size: min(5.5vw,35px);
    margin: 3% auto;
    display: flex;
    justify-content: center;
}

#cp_date{
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 3% 0;
    display: flex;
    justify-content: center;
}
#cp_date img{
    width: fit-content;
}

#campaign .section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#campaign .section b{
    color: orange;
}
#campaign .lead{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(3.3vw,40px);
}
#campaign .section p{
    margin: 3% 0;
}
#campaign .lead img{
    min-width: 30px;
}
#campaign .lead p{
    font-weight: bold;
    margin-left: 10px;
    white-space: nowrap;
}
#campaign .section .text{
    font-size: min(4vw,120%);
}

#campaign .present{
    min-width: 150px;  
}
#cp_span{
    font-size: min(2.6vw,15px);
    padding: 10px;
    border: solid 1px;
    border-radius: 5px;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#cp_step{
    display: flex;
    justify-content: space-between;
}
#cp_step li{
    width: 32%;
    background: #fff;
    color: #000;
    padding: 10px;
}
#cp_step li .step{
    position: absolute;
}

#cp_step li img{
    width: fit-content;
    margin: 0 auto;
    display: block;
}
#cp_terms{
    justify-content: center;
    display: flex;
    margin: 3%;
}
#cp_terms a{
    font-weight: bold;
   text-decoration: underline;
    color: #fff;
}
#cp_terms_box{
    white-space: break-spaces;
    color: #fff;
    padding: 6%;
    display: none;
}

.lity-active #cp_terms_box{
    display: block;
}

.lity-close{
    right: 3%!important;
    top:3%!important;
}

#cp_prpack_outer{
    display: flex;
/*    justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;

    width: 95%;
    margin: 0 auto 20px;
    padding: 3% 10%;
    box-sizing: border-box;
    background: #fff;
}
#cp_prpack{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 3%;
    width: 49%;
    flex-direction: column;
}
.prproduct_title{
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 3%;
    width: 100%;
}
#cp_prpack_title{
    width: 95%;
    margin: 0 auto -3%;
    padding: 3% 10% 0;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 130%;
}
@media (max-width: 960px) {
#cp_prpack{
    width: 100%;
    margin-top: 3%;
}


}

#prpack_data{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#pp_data li:nth-of-type(1){
    font-weight: bold;
    font-size: 110%; 
    white-space: nowrap;   
}
#pp_data li:nth-of-type(2){
    padding: 3% 0;
    font-size: 90%;
    white-space: nowrap;
}
#pp_data li:nth-of-type(3){
    font-weight: bold;
    font-size: 140%;
}
#pp_data li:nth-of-type(3) span{
    font-weight: normal;
    font-size: 50%;
}
#prpack_data img{
    width: min(35vw,200px);
    margin-right: 5%;
}
#prpack_link{
    width: 100%;
}
#prpack_link p{
    font-weight: bold;
    font-size: 120%;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

#prpack_link a{
    background: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    margin: 3% 0;
}
#insta{
    overflow: hidden;
}
#insta .title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
        font-size: min(5.5vw,35px);
}
#insta .title figure{
    width: min(30vw,200px);
        display: flex;
    align-items: center;
}
#insta .lead{
    text-align: center;
    margin: 3%;
    font-size: 120%;
    font-weight: bold;
}
.eapps-instagram-feed-posts-grid-load-more-text{
    color: #000;
}

#graph-bg{
    background: #000;
    display: block;
    border-top: solid 1px #333;
}
#graph{
    color: #fff;
}
#graph:before{
    content: "";
    background: #000;
}

#graph .title{
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: min(5.5vw,35px);
}
#graph .lead{
    background: #666;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 6% auto 3%;
    font-size: 120%;
}
#graph ul{
    display: flex;
    justify-content: center;
}
#graph li{

}
#graph li p{
    display: flex;
    justify-content: center;
    font-weight: bold;
}
#graph li span{
    display: flex;
    justify-content: end;
    text-align: right;
    font-size: 12px;
}
#structure{
    border-bottom: solid 1px #ccc;
}
#structure .title{
    font-weight: bold;
    text-align: center;
    font-size: min(5.5vw,30px);
    margin-bottom: 3%;
}
#structure .lead{
    font-weight: bold;
    display: flex;
    justify-content: center;
        margin-bottom: 3%;
    font-size: 120%;
}
#structure .section{
    display: flex;
    align-items: center;
    justify-content: center;
}
#structure .section img{
    width: min(35vw,400px);
    margin-right: 5%;
}
#structure .section dt{
    background: #ea4e22;
    color: #fff;
    font-weight: bold;
    border-radius: 100px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 10px;
    margin: 20px 0 5px;
}
#structure .section dt b{
    font-size: 140%;
    margin-right: 5px;
}
#alignment{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: solid 1px #ccc;
}
#alignment g{
    max-width: 500px;
}
#alignment .title{
    font-weight: bold;
    font-size: min(5.5vw,25px);
    margin-bottom: 3%;
}
#alignment img{
    width: min(26vw,300px);
}

#product{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

#product .title{
       font-weight: bold;
    font-size: 120%;
    margin-bottom: 3%; 
}

#product figure{
    max-width: 50%;
}

#product dl{
  display:flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
 font-size: 14px;
}
#product dt{
  background: #f0f0f0;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  align-items: center;
  display: flex;
}
#product dd{
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; 
  width: 70%;
  background: #fff;
  box-sizing: border-box;
}

@media (max-width: 769px) {

}

@media (max-width: 414px) {
#main {
    padding: 0;
    position: relative;
    padding-bottom: 30px!important;
}
#main_date {
    width: 70px;
} 
#campaign .section {
    flex-direction: column;
}
#campaign .lead {
    font-size: min(4.2vw,40px);
}
#cp_step li {
    font-size: 11px;
}
#cp_prpack{
    font-size: 80%;
}
#prpack_link p {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}
#insta .lead {
    text-align: left;
}
#campaign .present{
    min-width: 100px;
    width: 100px;
}
#cp_step li .step {
    width: 25px;
}
#cp_terms a{
    text-align: center;
    font-size: 80%;
}
#graph .lead {
    font-size: 90%;
}
#graph ul {
    flex-direction: column;
}
#graph li {
    margin: 6% 0;
}

#structure,#alignment{
    font-size: 90%;
}
#product dl{
    font-size: 80%;
}

#structure .section {
    flex-direction: column;
}
#structure .section img {
    width: 100%;
    margin: 6%;
}
#alignment{
    flex-direction: column;
}
#alignment img {
    width: 100%;
    margin: 6%;
}
#float-bnr{
    width: 60vw;
}

}


#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
    background: none!important;
}
#insta .eapps-instagram-feed-posts-grid-load-more {
  font-size: 0;
  position: relative;
}

#insta .eapps-instagram-feed-posts-grid-load-more::before {
  position: absolute;
  content: 'もっと見る';
  display: block;
  font-size: 14px;
  color: #000;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  transition: all 0.3s;
  font-family: 'Kanit', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#insta .eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled::after {
  position: absolute;
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%) translateY(-25%) rotate(135deg);
  bottom: -10px;
}

#insta .eapps-instagram-feed-posts-grid-load-more:hover::before {
  opacity: 0.7;
}

#insta .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-text {
  font-size: 12px;
}

.lity-active{
    overflow-y: hidden;
}
.lity-wrap{
    overflow-y: scroll;
}

.lity-wrap {
  z-index: 99990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;　
  text-align: center;
  outline: none !important;
  display: flex;　
  align-items: center;　
  justify-content: center;　
  }

.lity-content > * {
  max-height: none !important;
  }
.lity-image img {
  margin: 0 auto;　
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
  }

/*mycaddie*/
#wrapper section#mycaddie{
  padding-top:0 ;
}
#mycaddie h3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: min(5.5vw,35px);
    margin-bottom: 3%;
}
#mycaddie .lead{
    text-align: center;
    margin: 3% auto;
    font-size: min(100%,2.8vw);
    font-weight: bold;
}
#comment-list{
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#comment-list div{
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 10px;
    font-size: 90%;
    color: #333;
    width: 49%;
}
#mycaddie .date{
    font-size: 80%;
    color: #999;
    display: flex;
    justify-content: end;
}
#product>g{
    max-width: 48%;
}
@media (max-width: 769px) {
#comment-list div{
  width: 100%;
}
#product figure{
    max-width: 100%;
}
#product>g{
    max-width: 100%;
}
#prpack_data img#prpack-ico{
    position: absolute;
    left: -44px;
    top: -25px;
    width: 60px;
}

}
@media (max-width: 414px) {

}

#ec-btn{
    background: #000;
    padding: 2% 0;
    font-size: min(4vw , 1.2rem);
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .3s;
    margin: 6% 0 0;
    width: 100%;
    max-width: 900px;
}
#ec-btn:hover{
  opacity: .7;
}
#ec-btn i{
  margin-left:10px;
}