/*サイト全体*/

@media screen and (min-width:480px) {
html {
overflow: auto;
}
body {

}
}

@media screen and (max-width:480px) {
html {
overflow: auto;
}
body {

}
}

body {
    font-family: 'Kiwi Maru', serif;
line-height: 1.9;
color: #333;
font-size: 13px;
background: #fff;
word-break: break-all;
-webkit-text-size-adjust:100%;
display: block;
margin: 0px;
caret-color: transparent;
}

/*タイムラグ*/
html {
visibility: hidden;
}
html.wf-active, html.loading-delay {
visibility: visible;
}

.inin {
  overflow: hidden;
}









/*レスポンシブ画像隠しタグ*/
@media screen and (min-width:1000px) { 
.desktopin2 { 
display: inline;
}
.mobilein2 { 
display:none;
}
}
@media screen and (max-width:999px) { 
.desktopin2 { 
display:none;
}
.mobilein2 { 
display: inline;
}
}

@media screen and (min-width:768px) { 
  .desktopin { 
  display: inline;
  }
  .mobilein { 
  display:none;
  }
  }
  @media screen and (max-width:767px) { 
  .desktopin { 
  display:none;
  }
  .mobilein { 
  display: inline;
  }
  }









/* FixIcon */
.topbutton {
  position: fixed;
  bottom: 0px;
  right: 0px;
  opacity: 1;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  z-index: 96;
  transform: translateY(100%);
  border-radius: 24px;
  margin: 0px;
  padding: 10px;
  transition: all 0.3s ease 0s;
}
.topbutton a {
  display: block;
  border: 0;
color: #202020;
cursor: pointer;
text-decoration: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
outline:none;
}
.FixIconIMG {
  max-width: 60px;
}
@media screen and (max-width: 999px){
.FixIconIMG {
  max-width: 50px;
}
}

.active {
  transform: translate(0px);
}










.FullWidthSBBoxInSpan2{
  color:#ffacdc;
  font-size: 3rem;
  }
  @media screen and (max-width: 767px){
  .FullWidthSBBoxInSpan2{
    }
  }

  .FullWidthSBBoxInSpan3{
  color:#ffe774;
  font-size: 3rem;
  }
  @media screen and (max-width: 767px){
    .FullWidthSBBoxInSpan3{
    font-size: 1.5rem;
    }
  }
    
/* 全画面動画 */
#ContentsBigTitle2 {
  width: 100%;
  height: auto;
  padding: 20px 0px 20px;
  background: #3b3b3b;
  text-shadow: 1px 1px 2px #000;
  background-image: url(data/23426535a.png);
  background-size: cover;
  }
  #ContentsBigTitle2 h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 500;
  }
  .subTitle2 {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 10px;
    }

  @media screen and (max-width:767px) {
  #ContentsBigTitle2 {
  width: 100%;
  height: auto;
  padding: 15px 0px 30px;
  background: #3b3b3b;
  text-shadow: 1px 1px 2px #000;
  background-image: url(data/23426535a.png);
  background-size: cover;
  }
  #ContentsBigTitle2 h2 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 500;
  }
  .subTitle2 {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 10px;
    }
  }







/* 全画面動画 */
  #ContentsBigTitle {
  width: 100%;
  height: auto;
  padding: 20px 0px 20px;
  background: #3b3b3b;
  text-shadow: 1px 1px 2px #000;
  background-image: url(data/23426535a.png);
  background-size: cover;
  }
  #ContentsBigTitle h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  font-family: 'Hachi Maru Pop', cursive;
  font-weight: bold;
  }
  .subTitle {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 10px;
    }

  @media screen and (max-width:767px) {
  #ContentsBigTitle {
  width: 100%;
  height: auto;
  padding: 15px 0px 30px;
  background: #3b3b3b;
  text-shadow: 1px 1px 2px #000;
  background-image: url(data/23426535a.png);
  background-size: cover;
  }
  #ContentsBigTitle h2 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: center;
  font-family: 'Hachi Maru Pop', cursive;
  font-weight: bold;
  }
  .subTitle {
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 10px;
    }
  }


/* 全画面動画 */
#header2{
position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
height: 100vh;/*高さを全画面にあわせる*/
overflow: hidden;
} 

#video-area{
position: ;
z-index: -1;/*最背面に設定*/
top: 0;
right:0;
left:0;
bottom:0;
overflow: hidden;
}
#video {
/*天地中央配置*/
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*縦横幅指定*/
width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
min-height: 100%;
min-width: 100%;
}

.TitleImg {
/*要素の配置*/
position:absolute;
/*要素を天地中央寄せ*/
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
/*見た目の調整*/
color:#fff;
text-shadow: 0 0 15px #666;
font-size: 5rem;
width: 60%;
filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
}
@media screen and (max-width:767px) {
.TitleImg {
width: 90%;
}
}

.FFF {
background-color: rgba(0,0,0,0.3);
height: inherit;
}









#ContentsBigTitle2b {
  width: 100%;
  height: auto;
  padding: 20px 0px 20px;
  text-shadow: 1px 1px 2px #000;
  background-size: cover;
  background: linear-gradient(0deg, #202020, #464646);
}
@media screen and (max-width: 767px){
#ContentsBigTitle2b {
    width: 100%;
    height: auto;
    padding: 15px 0px 30px;
    text-shadow: 1px 1px 2px #000;
    background-size: cover;
}
}

#ContentsBigTitle2b h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px){
#ContentsBigTitle2b h2 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
}
}











/* テーマ */
  #WorryContentsBigTitle2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-shadow: 1px 1px 2px #000;
  background-image: url(data/mbgb.jpg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: 100% auto;
  }
  .WorryContentsBigTitleIn2 {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-family: 'Hachi Maru Pop', cursive;
  font-weight: bold;
  line-height: 2.4rem;
  padding: 20px 0px 20px;
  }
@media screen and (max-width:767px) {
  #WorryContentsBigTitle2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-shadow: 1px 1px 2px #000;
  }
  .WorryContentsBigTitleIn2 {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: 'Hachi Maru Pop', cursive;
  font-weight: bold;
  line-height: 2rem;
  }
}
.BKFilter {
  background-color: rgba(0,0,0,0.4);
  height: ;
}















/* 困る */
@media screen and (min-width:768px) {
#WorryContentsBigTitle {
width: 100%;
height: auto;
margin: 0 auto;
color: #656565;
margin-top: 30px;
}
.WorryContentsBigTitleIn {
font-size: 2rem;
text-align: center;
font-weight: 500;
line-height: 2.4rem;
}
.WorryContentsBox {
margin: 0 auto;
width: 60%;
padding: 30px;
letter-spacing: 1px;
line-height: 2rem;
}
.WorryContentsTitle {
padding:  10px 5px 10px;
font-size: 1.3rem;
font-weight: bold;
color: #545454;
text-shadow    : 
2px  2px 1px #ffffff,
-2px  2px 1px #ffffff,
2px -2px 1px #ffffff,
-2px -2px 1px #ffffff,
2px  0px 1px #ffffff,
0px  2px 1px #ffffff,
-2px  0px 1px #ffffff,
0px -2px 1px #ffffff; 
}
}


@media screen and (max-width:767px) {
#WorryContentsBigTitle {
width: 100%;
height: auto;
margin: 0 auto;
color: #656565;
}
.WorryContentsBigTitleIn {
font-size: 1.4rem;
text-align: center;
font-weight: 500;
line-height: 2rem;
}
.WorryContentsBox {
margin: 0 auto;
padding: 10px;
}
.WorryContentsTitle {
padding:  5px 5px 5px;
font-size: 16px;
font-weight: bold;
color: #545454;
text-shadow    : 
2px  2px 1px #ffffff,
-2px  2px 1px #ffffff,
2px -2px 1px #ffffff,
-2px -2px 1px #ffffff,
2px  0px 1px #ffffff,
0px  2px 1px #ffffff,
-2px  0px 1px #ffffff,
0px -2px 1px #ffffff; 
}
}


@media screen and (min-width:480px) {
.WorryContentsAll {
background-image: url(data/samB2.png);
background-size: 30% auto;
background-repeat: no-repeat;
background-position: 70% 5%;
}
}
@media screen and (max-width:480px) {
.WorryContentsAll {
background-image: url();
background-size: 100% auto;
}
}

.WorryContentsAllF {
background-color: rgba(0, 0, 0, 0);
}

.WorryContentsTitle .fas {
margin-right: 10px;
vertical-align: -3px;
color: #ff7c7c;
font-size: 1.8rem;
}


/* ------------ボタン------------ */
.btn-wrap {
text-align: center;
margin-top: 20px;
}
@media screen and (max-width:480px) {
.btn-wrap {
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}
}





.Worrybtn, a.Worrybtn, button.Worrybtn {
font-size: 1.5rem;
font-weight: 700;
line-height: 1.2;
position: relative;
display: inline-block;
padding: 1rem 0;
cursor: pointer;
user-select: none;
transition: all .3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: .1em;
width: 100%;
max-width: 700px;
border-radius: 2rem;
border: solid #e06000;
text-shadow: .5px .5px 2px #494949;
}
.WorrybtnS {
font-size: 1rem;
color: #fffbab;
}

@media screen and (max-width:767px) {
.Worrybtn, a.Worrybtn, button.Worrybtn {
font-size: 1.2rem;
font-weight: 700;
line-height: 1.2;
position: relative;
display: inline-block;
padding: 2rem 1rem;
cursor: pointer;
user-select: none;
transition: all .3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: .1em;
width: 100%;
border-radius: 2rem;
border: solid #e06000;
text-shadow: .5px .5px 2px #494949;
box-sizing: border-box;
}
.WorrybtnS {
font-size: .9rem;
color: #fffbab;
}
}

a.btn--green {
  color: #fff;
  background: linear-gradient(to right, #FFB819 0%, #F07A14 100%);
  }
  a.btn--green:hover {
  color: #fff;
  background: linear-gradient(to right, #FFB819 0%, #F07A14 100%);
  }
  a.btn--green.btn--cubic {
  border-bottom: 5px solid #cd5800;
  }
  a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #cd5800;
  }






  @media screen and (min-width: 768px){
    .subtxtwrap {
      width: 100%;
      height: auto;
      margin: 0 auto;
      color: #656565;
      margin-top: 30px;
  }
}
  @media screen and (max-width: 767px){
.subtxtwrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #656565;
    margin-top: 30px;
}
  }







/* 下 */
@media screen and (min-width:768px) {
#WorryContentsSummary {
width: 100%;
height: auto;
margin: auto;
padding: 20px 0px 20px;
background: #3b3b3b;
text-shadow: 1px 1px 2px #000;
}
#WorryContentsSummary p {
color: #fff;
font-size: 1.8rem;
line-height: 1.5rem;
margin-top: 20px;
transform: rotate(-4deg);
padding: 0px 0px 0px 30%;
font-family: 'Hachi Maru Pop', cursive;
font-weight: bold;
}
.WorryContentsSummaryIn {
color: #fff;
font-size: 1.7rem;
line-height: 3rem;
text-align: center;
font-family: 'Hachi Maru Pop', cursive;
font-weight: bold;
}
#WorryContentsSummary span {
font-size: 2rem;
}
}

@media screen and (max-width:767px) {
#WorryContentsSummary {
width: 100%;
height: auto;
margin: auto;
padding: 20px 0px;
background: #3b3b3b;
text-shadow: 1px 1px 2px #000;
}
#WorryContentsSummary p {
color: #fff;
font-size: 1.3rem;
line-height: 1.5rem;
margin-top: 20px;
transform: rotate(-4deg);
padding: 0px 0px 0px 40px;
font-family: 'Hachi Maru Pop', cursive;
font-weight: bold;
}
.WorryContentsSummaryIn {
color: #fff;
font-size: 1.2rem;
line-height: 2.5rem;
text-align: center;
font-family: 'Hachi Maru Pop', cursive;
font-weight: bold;
}
#WorryContentsSummary span {
font-size: 1.6rem;
}
}

.FadeinItemization {
opacity : 0;
transform : translate(500px, 0px);
transition : all .3s;
}
.FadeinItemization.active{
opacity : 1;
transform : translate(0px, 0px);
}





  





/* ココが違う */

.PriceContainerBoxc {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-family: unset;
  background-color: #fff;
}
@media (max-width: 767px) {
  .PriceContainerBoxc {
    margin-bottom: 30px;
  }
}

.PriceContainerc {
  margin: auto 0;
  padding: 40px 0 0;
  display: flex;
  grid-template-columns: repeat(1, 300px);
  grid-gap: 40px;
  align-items: stretch;
  margin-bottom: 50px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .PriceContainerc {
    grid-template-columns: repeat(3, 340px);
  }
}
@media (max-width: 767px) {
  .PriceContainerc {
    flex-direction: column;
    width: 90%;
  }
}

.boxc {
  position: ;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
}
@media screen and (max-width:767px) {
  .boxc {
padding: 0;
  }
}

.boxc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: ;
  pointer-events: none;
}


.boxc .titlec .fa {
  margin-top: 20px;
  font-size: 60px;
  color: #ffc98e;
}


.boxc .titlec h2 {
  color: #fff;
  margin: 20px 0 0;
  padding: 0;
  font-size: 1rem;
}


.boxc .pricec h4 {
  font-size: 1.7rem;
  color: #3b3b3b;
  margin: 10px 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.2;
}


.boxc .optionc ul {
  padding: 0;
  list-style: none;
}

.boxc .optionc ul li {
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.boxc .optionc ul li:last-child {
  border-bottom: none;
}

.boxc .PriceBtnc {
  display: inline-block;
  background: #ffc98e;
  color: #262626;
  font-weight: bold;
  padding: 10px 50px;
  margin-top: 20px;
  text-decoration: none;
}



  .Manga3{   
  text-align: center;
  margin-bottom: 20px;
  }
  .Manga3 img{   
  width: 50%;
  }
  @media screen and (max-width:767px) {
    .Manga3{   
      text-align: center;
      margin-bottom: 20px;
      }
  .Manga3 img{   
  width: 100%;
  }
  }

  .optionc{   
   text-align: left;
   line-height: 1.5;
    }

.subTitle {
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 10px;
  font-size: 1rem;
  line-height: 3;
}
@media screen and (max-width: 767px){
.subTitle {
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 10px;
  font-size: .8rem;
}
}

.underc {
 color: #faff7f;
}

.under {
  background: linear-gradient(transparent 70%, #fff300 70%);
}











/* 商品紹介 */
.wrapAll{
  
    padding-bottom: 30px;
    }
    @media screen and (max-width:767px) {
    .wrapAll{
      padding-bottom: 30px;
        }
    }

    .wrap{
      width: 80%;
      margin: auto;
      display: flex;
      margin-top: 30px;
      }
      @media screen and (max-width:767px) {
      .wrap{
        width: 90%;
        flex-direction: column;
          }
      }

    .SMTitleWrap{
        padding: 40px;
        padding-bottom: 180px;
        }
        @media screen and (max-width:767px) {
            .SMTitleWrap{
                padding: 20px;
                padding-bottom: 140px;
                }
            }

.SMTitleWrap i {
    display: inline-block;
    font-size: 5rem;
    margin-right: 10px;
    color: #3b3b3b;
}
@media screen and (max-width:767px) {
    .SMTitleWrap i {
        display: inline-block;
        font-size: 2.1rem;
        margin-right: 10px;
        color: #3b3b3b;
    }
}

    .SMTitle{
        color: #ff6161;
        font-size: 5rem;
        transform: rotate(-5deg);
        position: absolute;
        }
        @media screen and (max-width:767px) {
            .SMTitle{
                color: #ff6161;
                font-size: 2.1rem;
      
                position: absolute;
                }
            }
            .FadeinItemization2 {
              opacity : 0;
              transform : translate(-2000px, 0px)rotate(0deg);
              transition : all 1s;
              }
              .FadeinItemization2.active{
              opacity : 1;
              transform : translate(0px, 0px)rotate(-365deg);
              }






              @media screen and (min-width: 751px){
             ul.list_icon {
                  display: flex;
                  width: 80%;
                  margin: auto;
                  justify-content: space-around;
                  margin-top: 30px;
              }
            }
            ul {
              list-style: none;
          }
        ul.list_icon.icon_layout_2li {
            text-align: center;
            font-size: 2rem;
            color: #13B5BB;
        }








        


.youtube {
position: relative;
height: 0;
padding-bottom: 50%;
overflow: hidden;
text-align: center;
background-color: #000;
margin: auto;
}
@media screen and (max-width: 767px) {
  .youtube {
    padding-bottom: 56%;
    }
  }
    #video2 {
    width: 90%;
    }
    @media screen and (max-width:767px) {
      #video2 {
      width: 100%;
      }
    }


  .youtube2 {
    position: relative;
    height: 0;
    padding-bottom: 33.8%;
    padding-top: 0%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 20px;
    }
    @media screen and (max-width: 767px) {
      .youtube2 {
        padding-bottom: 56.2%;
        padding-top: 0%;
        }
      }
        #video3 {
        width: 60%;
        }
        @media screen and (max-width:767px) {
          #video3 {
          width: 100%;
          }
        }


  .youtube3 {
    position: relative;
    height: 0;
    padding-bottom: 27.8%;
    padding-top: 0%;
    overflow: hidden;
    text-align: center;
    margin: 0;
    background-color: #fdf3ec;
    }
    @media screen and (max-width: 767px) {
      .youtube3 {
        padding-bottom: 56.2%;
        padding-top: 0%;
        }
      }
        #video4 {
        width: 50%;
        }
        @media screen and (max-width:767px) {
          #video4 {
          width: 100%;
          }
        }

        
  .youtube4 {
    position: relative;
    height: 0;
    padding-bottom: 33%;
    padding-top: 0%;
    overflow: hidden;
    text-align: center;
    margin: 0;
    background-color: #000;
    }
    @media screen and (max-width: 767px) {
      .youtube4 {
        padding-bottom: 66%;
        padding-top: 0%;
        }
      }
        #video5 {
        width: 50%;
        }
        @media screen and (max-width:767px) {
          #video5 {
          width: 100%;
          }
        }


        .youtube6 {
          position: relative;
          height: 0;
          padding-bottom: 32%;
          padding-top: 0%;
          overflow: hidden;
          text-align: center;
          margin: 0 0 20px;
          background-color: #fcfcfc;
          }
          @media screen and (max-width: 767px) {
            .youtube6 {
              padding-bottom: 40%;
              padding-top: 0%;
              }
            }
              #video7 {
              width: 80%;
              }
              @media screen and (max-width:767px) {
                #video7 {
                width: 100%;
                }
              }












/*アクセス情報全体*/

.BackgroundNone{
  width: 100%;
  height: auto;
  background-color: #FFF;
  background-size: 80px 80px;
  z-index: 89;
  position: relative;
  padding-top: 15px;
  }


/*アクセス情報*/
@media screen and (min-width:1000px) {
  .h__mdl {
  display: flex;
  }
  .AccessInformationFlex {
  margin: auto;
  display: flex;
  margin-top: 10px;
  }
  
  .h__mdlLogo {
  float: left;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  }
  .h__mdlLogo img {
  width: 220px;
  height: auto;
  }
  .h__mdlLogo .txt {
  font-size: .8rem;
  color: #603813;
  position: absolute;
  top: 100%;
  left: 11%;
  }
  
  .h__mdlInfoTitle {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-left: 20px;
  }
  .h__mdlInfoBtn, .AccessInformationFlex2, .h__mdlInfoCircle, .h__mdlInfoTitle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  }
  .h__mdlInfoCircle {
  }
  
  .h__mdlInfoCircleInner {
  width: ;
  height: ;
  border-radius: 100%;
  display: table;
  border: 3px solid #ff4f4f;
  }
  .h__mdlInfoCircleInner .txt {
  font-size: 1.2rem;
  letter-spacing: .2em;
  line-height: 1.3;
  color: #ff4f4f;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  padding: 10px 10px 12px 14px;
  }
  
  .AccessInformationFlex2 {
  margin-top: 4px;
  margin-left: 4px;
  }
  .AccessInformationFlex2 .tel {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  outline:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  
  .u-en {
  font-family: DINMittelschrift;
  border: 0;
  color: #202020;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  }
  .AccessInformationFlex2 .txt {
  font-size: 1rem;
  }
  
  }
  
  
  @media (min-width: 768px) and (max-width: 1000px) {
  .h__mdl {
  display: flex;
  }
  .AccessInformationFlex {
  margin: auto;
  display: flex;
  text-align: center;
  margin-top: 10px;
  }
  
  .h__mdlLogo {
  float: left;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  }
  .h__mdlLogo img {
  width: 150px;
  height: auto;
  }
  .h__mdlLogo .txt {
  font-size: .6rem;
  color: #603813;
  position: absolute;
  top: 90%;
  left: 5%;
  }
  
  .h__mdlInfoTitle {
  font-size: .9rem;
  line-height: 1.4;
  margin-left: 20px;
  margin-top: 5px;
  }
  .h__mdlInfoBtn, .AccessInformationFlex2, .h__mdlInfoCircle, .h__mdlInfoTitle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  }
  .h__mdlInfoCircle {
  }
  
  .h__mdlInfoCircleInner {
  width: ;
  height: ;
  border-radius: 100%;
  display: table;
  border: 2px solid #ff4f4f;
  }
  .h__mdlInfoCircleInner .txt {
  font-size: .8rem;
  letter-spacing: .2em;
  line-height: 1.3;
  color: #ff4f4f;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  padding: 5px 5px 7px 7px;
  }
  
  .AccessInformationFlex2 {
  margin-left: 10px;
  }
  .AccessInformationFlex2 .tel {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  outline:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  
  .u-en {
  font-family: DINMittelschrift;
  border: 0;
  color: #202020;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  }
  .AccessInformationFlex2 .txt {
  font-size: .9rem;
  }
  }
  
  
  @media screen and (max-width:767px) {
  .h__mdl {
  display: flex;
  }
  .AccessInformationFlex {
  margin: auto;
  text-align: center;
  }
  
  .h__mdlLogo {
  float: left;
  position: relative;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  }
  .h__mdlLogo img {
  width: 150px;
  height: auto;
  }
  .h__mdlLogo .txt {
  font-size: .6rem;
  color: #603813;
  position: absolute;
  top: 90%;
  left: 5%;
  }
  
  .h__mdlInfoTitle {
  font-size: .9rem;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  }
  .h__mdlInfoBtn, .AccessInformationFlex2, .h__mdlInfoCircle, .h__mdlInfoTitle {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  }
  .h__mdlInfoCircle {
  }
  
  .h__mdlInfoCircleInner {
  width: ;
  height: ;
  border-radius: 100%;
  display: table;
  border: 2px solid #ff4f4f;
  }
  .h__mdlInfoCircleInner .txt {
  font-size: .8rem;
  letter-spacing: .2em;
  line-height: 1.3;
  color: #ff4f4f;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  padding: 7px 5px 5px 7px;
  }
  
  .AccessInformationFlex2 {
  margin-top: 10px;
  }
  .AccessInformationFlex2 .tel {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  outline:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  
  .u-en {
  font-family: DINMittelschrift;
  border: 0;
  color: #202020;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  }
  .AccessInformationFlex2 .txt {
  font-size: .9rem;
  }
  }
  
  
  /* シンプルボタン */
  @media screen and (min-width:768px) {
  .cp_hr06 {
  position: relative;
  height: 10px;
  border-width: 0;
  background-image:         linear-gradient(90deg,
  transparent 0%,#ffcf00 50%,transparent 100%);
  margin: 20px 0px 20px;
  }
  
  .SimpleButtonBox {
  text-align: center;
  margin-top: 20px;
  padding-bottom: ;
  }
  .SimpleButtonBox h2 {
  color: #000;
  font-size: 1.5rem;
  line-height: ;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 20px;
  font-family: 'Hachi Maru Pop', cursive;
  }
  }
  
  
  @media screen and (max-width:767px) {
  .cp_hr06 {
  position: relative;
  height: 10px;
  border-width: 0;
  background-image:         linear-gradient(90deg,
  transparent 0%,#ffcf00 50%,transparent 100%);
  margin: 10px 0px 10px;
  }
  
  .SimpleButtonBox {
  padding: 10px 10px 10px;
  text-align: center;
  }
  .SimpleButtonBox h2 {
  color: #000;
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 10px;
  font-family: 'Hachi Maru Pop', cursive;
  }
  }
  
  /* デザイン */
  @media screen and (min-width:768px) {
  
  /* ------------ボタン------------ */
  
  .btn-wrap {
  padding: 0px 10px 0px;
  text-align: center;
  border-radius: 10px;
  background: ;
  }
  
  .btn, a.btn, button.btn {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .6rem 9rem;
  cursor: pointer;
  user-select: none;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .1em;
  color: #212529;
  border-radius: .5rem;
  border: solid #e06000;
  text-shadow: .5px .5px 2px #494949;
  }
  
  a.btn--green {
  color: #fff;
  background-color: #ff006e;
  }
  
  a.btn--green:hover {
  color: #fff;
  background: #ff006e;
  }
  
  a.btn--green.btn--cubic {
  border-bottom: 5px solid #cd5800;
  }
  
  a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #cd5800;
  }
  
  a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
  }
  
  a.btn-c:before {  
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  content: '';
  }
  }
  
  
  @media screen and (max-width:767px) {
  
  /* ------------ボタン------------ */
  
  .btn-wrap {
  padding: 0px 10px 0px;
  text-align: center;
  border-radius: 10px;
  background: ;
  }
  
  .btn, a.btn, button.btn {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: .6rem 2.2rem;
  cursor: pointer;
  user-select: none;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .1em;
  color: #212529;
  border-radius: .5rem;
  border: solid #e06000;
  text-shadow: .5px .5px 2px #494949;
  }
  
  a.btn--green {
  color: #fff;
  background-color: #ff006e;
  }
  
  a.btn--green:hover {
  color: #fff;
  background: #ff006e;
  }
  
  a.btn--green.btn--cubic {
  border-bottom: 5px solid #cd5800;
  }
  
  a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #cd5800;
  }
  
  a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
  }
  
  a.btn-c:before {  
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  content: '';
  }
  }
  
  
  .btnmin {  
    font-size: 1.6rem;
    }
    @media screen and (max-width:767px) {
      .btnmin {  
        font-size: 1.1rem;
        }
      }
  
  
  /* ------------キラリ------------ */
  .shinybtn {   
  overflow: hidden;
  }
  .shinybtn::before {
  position: absolute;
  content: '';
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shinybtn 3s ease-in-out infinite;
  }
  @-webkit-keyframes shinybtn {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }















/* PC横型 */
@media screen and (min-width: 768px) {

  .float-right{
}
.float-left{
}

.wrap:after{
display: block;
clear: both;
content: "";
}
.wrap2:after{
display: block;
clear: both;
content: "";
}
.wrap3:after{
display: block;
clear: both;
content: "";
}
}


@media screen and (min-width:768px) {
#video2 {
width: 90%;
}

.MovieBox {
padding: 30px;
}

.MessageBoxT1 {
color: #b40000;
font-size: 1.3rem;
font-weight: bold;
line-height: 2rem;
}


.MessageBoxT2 {
color: #8e9500;
font-size: 2.2rem;
font-weight: bold;
letter-spacing: 3px;
margin-top: 20px;
font-family: monospace;
text-align: center;
}
.MessageBoxT2::after{
content: "";
display: block;
width: 40px;
height: 1px;
background: #b40000;
margin-top: 30px;
}
.MessageBoxT2b {
  color: #5e5e5e;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 20px;
  font-family: monospace;
  text-align: center;
  }
  .MessageBoxT2b::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #b40000;
  margin-top: 30px;
  }


.MessageBoxT3 {
line-height: 1.5rem;
margin-top: 20px;
letter-spacing: 0px;
font-weight: 500;
}
.MessageBoxT4 {
color: #5e5e5e;
font-size: 1.5rem;
font-weight: 500;
margin-top: 20px;
}
}


@media screen and (max-width:767px) {
#video2 {
width: 100%;
}

.MovieBox {
    padding: 10px;
padding-top: 30px;
}

.MessageBoxT1 {
color: #b40000;
font-size: .8rem;
font-weight: bold;
line-height: 2rem;
}


.MessageBoxT2 {
color: #8e9500;
font-size: 1.6rem;
letter-spacing: 5px;
margin-top: 60px;
font-weight: bold;
font-family: monospace;
text-align: center;
}
.MessageBoxT2::after{
content: "";
display: block;
width: 40px;
height: 1px;
background: #b40000;
margin-top: 30px;
}
.MessageBoxT2b {
  color: #5e5e5e;
  font-size: 1.6rem;
  letter-spacing: 5px;
  margin-top: 20px;
  font-weight: bold;
  font-family: monospace;
  text-align: center;
  }
  .MessageBoxT2b::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #b40000;
  margin-top: 30px;
  }


.MessageBoxT3 {
line-height: 1.5rem;
margin-top: 20px;
letter-spacing: 0px;
font-weight: 500;
}
.MessageBoxT4 {
color: #5e5e5e;
font-size: 1.2rem;
font-weight: 500;
margin-top: 20px;
}
}



.pltxtsub {
    color: #5e5e5e;
    font-size: 3rem;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 40px;
}
@media screen and (max-width: 767px){
.pltxtsub {
    font-size: 1.6rem;
    margin-top: 0;
    margin-left: 30px;
}
}





/* 松竹梅 */

.PriceContainerBox {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
    margin-bottom: 30px;
  }
  .PriceContainer {
    margin: auto 0;
    padding: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(1, 300px);
    grid-gap: 40px;
    align-items: stretch;
  }
  

  @media (min-width: 768px) and (max-width: 1259px) {
    .PriceContainer {
      grid-template-columns: repeat(2, 500px);
    }
  }
  @media (min-width: 1260px) {
    .PriceContainer {
      grid-template-columns: repeat(2, 500px);
    }
  }
  

  .box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(0deg, #202020, #464646);
    transition: 0.5s;
  }
  
  @media (min-width: 768px) {
    .box:hover {
      transform: scale(1.05);
    }
  }
  
  .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: ;
    pointer-events: none;
  }
  
  .box .title .fa {
    margin-top: 20px;
    font-size: 60px;
    color: #ffc98e;
  }
  
  .box .title h2 {
    color: #fff;
    margin: 20px 0 0;
    padding: 0;
    font-size: 1rem;
  }
  
  .box .price h4 {
    font-size: 2rem;
    color: #ffc98e;
    margin: 10px 0;
    padding: 0;
    text-shadow    : 
    2px  2px 1px #393939,
   -2px  2px 1px #393939,
    2px -2px 1px #393939,
   -2px -2px 1px #393939,
    2px  0px 1px #393939,
    0px  2px 1px #393939,
   -2px  0px 1px #393939,
    0px -2px 1px #393939;
  }
  
  .box .option ul {
    padding: 0;
    list-style: none;
  }
  
  .box .option ul li {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .box .option ul li:last-child {
    border-bottom: none;
  }
  
  .box .PriceBtn {
    display: inline-block;
    background: #ffc98e;
    color: #262626;
    font-weight: bold;
    padding: 10px 50px;
    margin-top: 20px;
    text-decoration: none;
  }


  .box2 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(0deg, #202020, #464646);
    transition: 0.5s;
  }
  
  @media (min-width: 768px) {
    .box2:hover {
      transform: scale(1.05);
    }
  }
  
  .box2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: ;
    pointer-events: none;
  }
  
  .box2 .title .fa {
    margin-top: 20px;
    font-size: 60px;
    color: #ffc98e;
  }
  
  .box2 .title h2 {
    color: #fff;
    margin: 20px 0 0;
    padding: 0;
    font-size: 1rem;
  }
  
  .box2 .price h4 {
    font-size: 2rem;
    color: #ffc98e;
    margin: 10px 0;
    padding: 0;
    text-shadow    : 
    2px  2px 1px #393939,
   -2px  2px 1px #393939,
    2px -2px 1px #393939,
   -2px -2px 1px #393939,
    2px  0px 1px #393939,
    0px  2px 1px #393939,
   -2px  0px 1px #393939,
    0px -2px 1px #393939;
  }
  
  .box2 .option ul {
    padding: 0;
    list-style: none;
  }
  
  .box2 .option ul li {
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .box2 .option ul li:last-child {
    border-bottom: none;
  }
  
  .box2 .PriceBtn {
    display: inline-block;
    background: #ffc98e;
    color: #262626;
    font-weight: bold;
    padding: 10px 50px;
    margin-top: 20px;
    text-decoration: none;
  }










/* 商品詳細 */
.TableBoxAll {
margin: auto;
margin-top: 20px;
width: 80%;
padding: 10px 10px 10px;
border-radius: 10px;
text-align: center;
}
@media screen and (max-width:480px) {
.TableBoxAll {
  margin-top: 70px;
width: auto;
border: none;
}
}
.TableBoxText {
text-align: center;
font-size: 1rem;
}
@media screen and (max-width:480px) {
.TableBoxText {
font-size: .8rem;
}
}

.acbox .sp_input {
display: none;
}
.acbox .search_box, .acbox .plan_detail, .acbox .accshow, .acbox .flow_item .txt {
transition: 0.2s;
height: 0;
overflow: hidden;
box-sizing: border-box;
}
.acbox .sp_input:checked + .search_box, .acbox .sp_input:checked + .plan_detail, #page_faq .acbox .sp_input:checked + .accshow, #flow .acbox .sp_input:checked + .txt {
height: auto;
padding: 10px 0;
box-sizing: border-box;
}
#page_faq .acbox .sp_input:checked + .accshow {
padding-bottom: 20px;
padding-left: 35px;
}
#page_faq .acbox .sp_input:checked + .accshow::before {
opacity: 0;
}
.acbox .sp_input:checked + .plan_detail {
margin-bottom: 10px;
width: 100%;
margin: 0 auto;
}

#plan_table .inner {
display: none;
}
#plan_table .txt {
text-align: center;
margin: 40px 0;
}

#plan1 {
}
#plan2 {
}
#plan3 {
}

.fa-window-minimize {
color: #e7e7e7;
vertical-align: text-top;
}


.acbox{
  width: 80%;
  margin: auto;
}
@media screen and (max-width:480px) {
  .acbox{
    width: 100%;
  }
}
  
.sp_plan {
display: block;
background: linear-gradient(0deg, #202020, #464646);
color: #fff;
font-size: 1.2rem;
width: 100%;
box-sizing: border-box;
padding: 1px;
caret-color: transparent;
text-align: center;
text-shadow: 0.5px 0.5px 2px #494949;
}


#page_plan .acbox:nth-last-of-type(3) .sp_plan {
background: #262f3c;
}
#page_plan .acbox:last-of-type .sp_plan {
background: url(../images/bg_plan_special.jpg) no-repeat center;
background-size: cover;
color: #fff;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
#page_plan .acbox:last-of-type .sp_plan .balloon {
font-size: 13px;
color: #262f3c;
display: block;
background: #fff;
height: 22px;
line-height: 22px;
margin: 0 auto 0 20px;
position: relative;
padding: 0 10px;
}
#page_plan .acbox:last-of-type .sp_plan .balloon::before {
content: '';
position: absolute;
top: 50%;
left: -14px;
margin-top: -5px;
border: 5px solid transparent;
border-right: 9px solid #FFF;
z-index: 2;
}

.plan_detail {
padding: 0;
}
.plan_detail .inner {
box-sizing: border-box;
width: 100%;
padding: 10px 20px;
}
.plan_detail .title {
font-size: 25px;
line-height: 1.5;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
}
.plan_detail .title::before {
content: none;
}
.plan_detail .txt {
margin: 0 0 25px 0;
}
.plan_detail .title .plan_name, .sp_plan .plan_name {
font-size: 1.5rem;
display: block
}
.plan_detail .detail_table {
border: 1px solid #dcdcdc;
display: block;
max-width: 1000px;
margin: auto;
}
.plan_detail .detail_table .br_b br {
display: block;
}
.plan_detail .detail_table strong {
font-weight: normal;
}
.plan_detail .detail_table ul, .plan_detail .detail_table ul li {
display: inline-block;
font-size: 12px;
}
.plan_detail .detail_table ul::before {
content: '（'
}
.plan_detail .detail_table ul::after {
content: '）'
}
.plan_detail .detail_table ul li::after {
content: '/';
}
.plan_detail .detail_table ul li:last-of-type::after {
content: none;
}
.plan_detail .detail_table table {
font-size: 12px;
width: 100%;
font-weight: normal;
}
.plan_detail .detail_table table th, .plan_detail .detail_table table td {
padding: 8px 15px;
box-sizing: border-box;
border-bottom: 1px solid #e8ecf0;
vertical-align: middle;
}
.plan_detail .detail_table table:last-of-type tr:last-of-type th, .plan_detail .detail_table table:last-of-type tr:last-of-type td {
border: none;
}


.plan_detail .detail_table table th {
text-align: left;
width: 70%;
background: #f7f7f7;
font-weight: normal;
}


.plan_detail .detail_table table td {
width: 60%;
background: #fff;
text-align: center;
}









/* フロー */
/* 初期設定 */
a {
color: #4597a1;
text-decoration: none; 
}
.h3, h3 {
font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: inherit;
line-height: 1.1;
color: inherit;
}
p {
margin: 0 0 10px;
}


@media (min-width: 768px){
.container {
max-width: 700px;
}
}
.container {
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
}


.row {
overflow: hidden;
}
.rowa {
  overflow: hidden;
  }


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}

@media (min-width: 768px){
.col-sm-6 {
}
}
@media (min-width: 768px){
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
}
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
box-sizing: border-box;
}


.FlowWrap {
font-size: 13px;
*font-size: small;
*font: x-small;
line-height: 1.6em;
letter-spacing: 0.05em;
color: #3d3d3d;
max-width: 100%;
position: relative;
-webkit-transition: all .2s;
transition: all .2s;
margin: 30px 0;
}


.lead-txt {
text-align: center;
max-width: 600px;
padding: 2em;
margin: auto;
}

div, td, th, p, span {
word-wrap: break-word;
word-break: break-all;
}

h1, h2, h3, h4, h4, h5, h6 {
line-height: 1.3em;
}

.orange {
color: #ff6161;
}

.lead-txt p {
text-align: justify;
font-size: 105%;
}

p, dt, dd {
line-height: 1.9em;
}

@media only screen and (max-width: 767px){
.lead-txt {
font-size: 105%;
padding: 2em 0;
}
}

@media only screen and (max-width: 767px){
.main-contents h3, .outline_bdr h3 {
font-size: 180%;
}
}
@media only screen and (max-width: 991px){
.main-contents h3, .outline_bdr h3 {
font-size: 210%;
}
}
.main-contents h3, .outline_bdr h3 {
font-size: 2.8rem;
color: #575757;
line-height: 1.4em;
}
@media screen and (max-width:480px) {
.main-contents h3, .outline_bdr h3 {
font-size: 2.2rem;
}
}

@media only screen and (max-width: 991px){
h2, h3, h4, h4, h5, h6 {
font-size: 120%;
}
}

@media only screen and (max-width: 767px){
p, dt, dd {
line-height: 1.6em;
}
}

.glyphicon {
margin-right: 0.3em;
}

@media only screen and (max-width: 480px){
.main-contents h4, .outline_bdr h4 {
font-size: 16px;
}
}


@media only screen and (max-width: 767px){
.col12 {
padding-right: 15px !important;
padding-left: 15px !important; 
}
}

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Monda);
@import url(https://fonts.googleapis.com/css?family=Cookie);
.img_r {
display: block;
max-width: 100%;
height: auto;
}

.ttl_flow {
text-align: center;
padding: 1.5em 1.5em 0 1.5em;
margin-bottom: 1em;
font-size: 1.8rem;
position: relative;
}
@media screen and (max-width:480px) {
.ttl_flow {
text-align: center;
padding: 1.5em 1.5em 0 1.5em;
margin-bottom: 1em;
font-size: 1.5rem;
position: relative;
}
}

/* 中身 */


.flow_area {
background: url(data/flow_border.png) repeat-y center top;
background-size: 5%;
padding-bottom: 1px;
}
@media screen and (max-width:767px) {
.flow_area {
background-size: 15%;
}
}


.flow_box {
padding: 10px;
margin-bottom: 2em;
overflow: hidden;
border: 2px solid #ff7fb3;
border-radius: 20px;
background-color: white;
}
.flow_box2 {
padding: 10px;
margin-bottom: 2em;
overflow: hidden;
border: 2px solid #778dff;
border-radius: 20px;
background-color: white;
}

.flow_box p {
margin-left: 90px;
padding: 0.5em 1em;
}
.flow_box i {
float: left;
margin: 10px;
width: 72px;
text-align: center;
display: inline-block;
font-size: 2rem;
}

.flow_box h4 {
color: ;
margin: 0 0 0.5em 0;
}


.FBNum {
display: inline-block;
margin-right: 1em;
padding: 0.7em 1em;
}
.flow_box h4 span b {
font-size: 180%;
font-weight: normal;
display: inline-block;
margin-left: 0.1em;
color: #ff73ad;
}

.flow_box2 p {
margin-left: 90px;
padding: 0.5em 1em;
}
.flow_box2 i {
float: left;
margin: 10px;
width: 72px;
text-align: center;
display: inline-block;
font-size: 2rem;
}

.flow_box2 h4 {
color: ;
margin: 0 0 0.5em 0;
}

.flow_box2 h4 span b {
font-size: 180%;
font-weight: normal;
display: inline-block;
margin-left: 0.1em;
color: #778dff;
}

.flow_user h4 {
background: ;
border-radius: 10px;
font-size: 1.2rem;
}


.FBUTitle {
font-size: 1.3rem;
}
.flow_user:before {
content: "";
width: 40px;
height: 40px;
position: absolute;
background: url(data/c.gif) no-repeat right top;
top: 20px;
right: 10%;
transform: scale(1.5);
border-radius: 50%;
border: 2px solid #fe8282;
}
@media screen and (min-width:768px) {
  .flow_user:before {
    right: 5%;
    }
  }

.flow_press h4 {
background: ;
border-radius: 10px;
font-size: 1.2rem;
}


.FBFTitle {
font-size: 1.3rem;
}
.flow_press:before {
content: "";
width: 40px;
height: 40px;
position: absolute;
background: url(data/m.gif) no-repeat left top;
top: 20px;
left: 10%;
transform: scale(1.5);
border-radius: 50%;
border: 2px solid #a4d8ff;
}
@media screen and (min-width:768px) {
  .flow_press:before {
    left: 5%;
    }
  }

.flow_measured .step01 {
float: none;
clear: both;
}
body.flow_flat .step04 {
float: none;
clear: both;
}
body.flow_flat .step05,
.flow_measured .step06 {
}

.push {
}
.pull {
margin-top: -7em;
}

@media only screen and (max-width: 991px) {
.flow_box h4 span {
font-size: 70%;
padding: 1em 0.5em;
letter-spacing: 0;
}
.flow_box2 h4 span {
font-size: 70%;
padding: 1em 0.5em;
letter-spacing: 0;
}
}






.flow_area .ttl_flow.f01:before {
  content: " ";
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: -10px;
  display: inline-block;
  background: url(data/c.gif) no-repeat left top;
  border-radius: 50%;
  border: 2px solid #fe8282;
  }


.flow_area .ttl_flow.f02:before {
  content: " ";
  width: 40px;
  height: 40px;
  background-size: contain;
  vertical-align: -10px;
  display: inline-block;
  background: url(data/m.gif) no-repeat left top;
  border-radius: 50%;
  border: 2px solid #a4d8ff;
  }







.push, .pull {
margin-top: 0;
}

.flow_area > div {
float: none !important;
}
.flow_area .ttl_flow {
background: #fff;
padding: 0em 1em 1em;
margin-bottom: 0;
}
.flow_area .ttl_flow span {
display: none;
}


.flow_box h4 {
text-align: center;
padding: 0.5em;
}
.flow_box h4 span {
text-align: center;
padding: 0;
border-right: none !important;
width: 100%;
}
.flow_box2 h4 {
text-align: center;
padding: 0.5em;
}
.flow_box2 h4 span {
text-align: center;
padding: 0;
border-right: none !important;
width: 100%;
}

.flow_box p {
margin-left: 0;
}
.flow_box i {
max-width: 50px;
}
.flow_box i img {
max-width: 80%;
height: auto;
}

.flow_box2 p {
margin-left: 0;
}
.flow_box2 i {
max-width: 50px;
}
.flow_box2 i img {
max-width: 80%;
height: auto;
}
}


@media screen and (min-width:768px) {
/* ------------ボタン------------ */
.btn-wrapBasic {
text-align: center;
margin-top: 20px;
font-family: none;
}

.btn, a.btn, button.btn {
font-size: 1.5rem;
line-height: 1.2;
position: relative;
display: inline-block;
padding: 1rem 1rem;
cursor: pointer;
user-select: none;
transition: all .3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: .1em;
width: 100%;
max-width: 700px;
border-radius: 2rem;
border: solid #e06000;
text-shadow: .5px .5px 2px #494949;
box-sizing: border-box;
}
.btnS {
font-size: 1rem;
color: #fff527;
}

a.btn--green {
color: #fff;
background: linear-gradient(to right, #FFB819 0%, #F07A14 100%);
}
a.btn--green:hover {
color: #fff;
background: linear-gradient(to right, #FFB819 0%, #F07A14 100%);
}
a.btn--green.btn--cubic {
border-bottom: 5px solid #cd5800;
}
a.btn--green.btn--cubic:hover {
margin-top: 3px;
border-bottom: 2px solid #cd5800;
}
}

@media screen and (max-width:767px) {
.btn, a.btn, button.btn {
font-size: 1.2rem;
line-height: 1.2;
position: relative;
display: inline-block;
padding: 2rem 1rem;
cursor: pointer;
user-select: none;
transition: all .3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: .1em;
width: 100%;
border-radius: 2rem;
border: solid #e06000;
text-shadow: .5px .5px 2px #494949;
box-sizing: border-box;
}
.btnS {
font-size: .9rem;
color: #fff527;
}
}

/* ------------キラリ------------ */
.shinybtn {   
overflow: hidden;
}
.shinybtn::before {
position: absolute;
content: '';
top: -180px;
left: 0;
width: 30px;
height: 100%;
background-color: #fff;
animation: shinybtn 3s ease-in-out infinite;
}
@-webkit-keyframes shinybtn {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.r-b {   
  overflow: hidden;
  background-color: white;
  margin-bottom: 2em;
  }







  .ipcenter {   
  text-align: center;
    }







 
/* 制作実例 */
#columnAll {
  margin-top: 50px;
  }



.columnIn {
  width: 98%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
  }
  @media screen and (max-width: 736px){
  .columnIn {
  max-width: 96%;
  font-size: 0.85em;
  }
  }
  
  .column {
  margin: 20px 0 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  }
  @media screen and (max-width: 736px){
  .column {
  flex-direction: column;
  }
  }


  
  #columnAll h3, #columnAll h4 {
  margin: 0 0 0.5em;
  }
  @media screen and (max-width: 736px){
  #columnAll h3, #columnAll h4 {
  text-align: center;
  font-size: 1.3em;
  }
  }
  
  #columnAll h4 {
  color: #42546A;
  font-size: 1.6em;
  text-align: center;
  }
  @media screen and (max-width: 736px){
  #columnAll h4 {
  font-size: 1.4rem;
  }
  }
  
  .columnAllP {
  line-height: 1.1rem;
  max-width: 500px;
  text-align: center;
  }
  
  .featureWrapImg {
  max-width: 120px;
  }
  .featureWrapImg2 {
  max-width: 300px;
  }
  
  .columntp{
   margin-top: 20px;
   padding: 10px;
   flex: 1;
    }
    @media (max-width: 767px) {
      .columntp{
        width: 90%;
         }
        }

        .columntp2{
          margin-top: 20px;
          text-align: center;
           }
           @media (max-width: 767px) {
             .columntp2{
          
                }
               }

               
  .columnBtn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1rem;
  color: #4597a1;
  }


  .TopObBoxBalloon2 {
    opacity : 1;
    transform : translate(0, 0px)scale(0,0);
    transition : all 0.5s;
    transition-delay : .5s;
    opacity : 1;
    animation: TopObBoxBalloon 3s ease-out .5s infinite normal both;
    }
    @keyframes TopObBoxBalloon {
    0% { transform: scale(1); }
    10% { transform: scale(1.03); }
    20% { transform: scale(1); }
    30% { transform: scale(1.01); }
    40% { transform: scale(1); }
    100% { transform: scale(1); }
    }

    .WorryUp-down2 {
      animation-name: WorryUp-down;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-duration: .5s;
      }
      @keyframes WorryUp-down {
      0% {
      transform: translate(0,2px);
      }
      100% {
      transform: translate(0,-2px)
      }
      }
      @media screen and (max-width:767px) {
        .WorryUp-down2 {
          animation-name: WorryUp-down;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite;
          animation-direction: alternate;
          animation-duration: .8s;
          }
          @keyframes WorryUp-down {
          0% {
          transform: translate(0,2px);
          }
          100% {
          transform: translate(0,-2px)
          }
          }
        }

        .columnob{
     flex: 1;
           }









/* FAQ */
.cp_qa {
    width: 60%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    }
    @media screen and (max-width:767px) { 
    .cp_qa {
    width: 90%;
    }
    }
    
    .cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
    background-color: #fff;
    border-radius: 1rem;
    }
    @media screen and (max-width:767px) { 
    .cp_qa .cp_actab {
    }
    }
    
    .cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
    }
    
    /* 質問 */
    .cp_qa .cp_actab label {
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 5em 1em 3em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    @media screen and (max-width:767px) { 
    .cp_qa .cp_actab label {
    padding: 1em 2.5em 1em 2.5em;
    }
    }
    
    .cp_qa .cp_actab label::before {
    font-family: serif;
    font-size: 1.5em;
    margin-left: -1.5em;
    content: 'Q';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f059";
    color: #ff6e6e;
    padding-right: 0.5em;
    }
    .cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    }
    
    /* --質問の＋アイコン */
    .cp_qa .cp_actab label::after {
    font-size: 1.7em;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 0;
    content: '\2b';
    display: inline-block;
    width: 2em;
    height: 2em;
    -webkit-transition: transform 1s;
    transition: transform 1s;
    }
    
    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
    line-height: 1.6em;
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.9em;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
    border-radius: 0 0 0.5em 0.5em;
    background-color: #f2f2f2;
    }
    @media screen and (max-width:767px) {
    .cp_qa .cp_actab .cp_actab-content {
    padding: 0 0 0 .5em;
    }
    } 
    .cp_qa .cp_actab .cp_actab-content::before {
    font-family: serif;
    font-size: 1.5em;
    position: absolute;
    margin: 0.4em 0 0 .5em;
    padding: 0;
    content: 'A';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\41";
    }
    .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 3em 1em 3em;
    }
    @media screen and (max-width:767px) {
    .cp_qa .cp_actab .cp_actab-content p {
    margin: 1em 1.5em 1em 2.5em;
    }
    }
    
    /* 質問を開いた時の仕様 */
    /* --答えの高さ */
    .cp_qa .cp_actab input:checked ~ .cp_actab-content {
    max-height: 40em;
    background-color: #f2f2f2;
    transition: max-height 3s;
    }
    
    /* 質問をクリックした時のアイコンの動き */
    .cp_qa .cp_actab input:checked ~ label {
    border-radius: 0.5em 0.5em 0 0;
    }
    /* 質問をクリックした時の+の動き */
    .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    }
    











/*コンタクト*/


/* ButtonBox2 */
.cv_area2 {
  width: 100%;
  font-family: 'Kiwi Maru', serif;
  margin-top: 5px;
  }
  
  @media screen and (min-width: 768px){
  .u_pc2 {
  display: inline-block;
  }
  }
  
  @media screen and (min-width: 768px){
  .width_fix2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  }
  }
  
  .cv_block2 {
  margin: 0 auto;
  max-width: 920px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  }
  @media screen and (max-width: 767px){
  .cv_block2 {
  width: 95%;
  }
  }
  
  .cv_block2 .tel2 {
  line-height: 1;
  text-align: center;
  }
  @media screen and (max-width: 999px){
  .cv_block2 .tel2 {
  }
  }
  
  .blue2 {
  color: #023A95;
  }
  
  .cv_block2 .fas {
  font-size: 2rem;
  margin-top: 2px;
  color: #a78000;
  vertical-align: 10px;
  }
  @media screen and (max-width: 999px){
  .cv_block2 .fas {
  font-size: 1rem;
  }
  }
  
  .cv_block2 .tel2 .number2 {
  display: inline-block;
  vertical-align: top;
  font-size: 3.2rem;
  color: #A78000;
  letter-spacing: 0;
  margin-bottom: 5px;
  line-height: 1em;
  }
  @media screen and (max-width: 999px){
  .cv_block2 .tel2 .number2 {
  font-size: 2.2rem;
  }
  }
  
  .cv_block2 .tel2 .time2 {
  font-size: 100%;
  }
  
  .title22 {
  text-align: center;
  margin-bottom: 0;
  }
  @media screen and (max-width: 999px){
  .title22 {
  width: 100%;
  font-size: .9rem;
  }
  }


@media screen and (min-width:768px) {
.ContactBox {
position: relative;
max-width:1000px;
margin: 0 auto 50px;
font-family: 'Lato', sans-serif;
}

.ContactTitleAll {
text-align: center;
margin-top: 30px;
}
.ContactUpDown {
animation-name: ContactUpDown;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-duration: 1.5s;
max-width: 50px;
}
@keyframes ContactUpDown {
0% {
transform: translate(0,0px);
}
100% {
transform: translate(0,-5px)
}
}
.ContactTitle {
font-size: 30px;
letter-spacing: 20px;
margin: -70px 0px 0px 0px;
}


.Form {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 980px;
}

.Form-Item {
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
display: flex;
align-items: center;
}
.Form-Item-Label {
width: 100%;
max-width: 980px;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 20px;
background: #f2f2f2;
padding: 16px 8px 16px 8px;
}
.Form-Item-Label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
.Form-Item-Label-Required {
border-radius: 6px;
margin: 0px 8px 0px 8px;
padding: 0px 8px 0px 8px;
text-align: center;
background: #ff4500;
color: #fff;
font-size: 1.2rem;
}
.Form-Item-Label-Any {
border-radius: 6px;
margin: 0px 8px 0px 8px;
padding: 0px 8px 0px 8px;
text-align: center;
background: #00f7ff;
color: #fff;
font-size: 24px;
}

.Form-Item-Input {
border: 2px solid #ddd;
border-radius: 10px;
margin: 0px 0px 0px 0px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
background: #fff;
font-size: 18px;
}
.Form-Item-Input:focus {
border-color: skyblue;   /* 枠線の色 */
outline: none;           /*※ブラウザが標準で付加する線を消したい時*/
}
.Form-Item-Textarea {
border: 2px solid #ddd;
border-radius: 10px;
margin: 0px 0px 0px 0px;
padding: 1em;
height: 216px;
flex: 1;
width: 100%;
background: #fff;
font-size: 18px;
font-family: 'Lato', sans-serif;
}
.Form-Item-Textarea:focus {
border-color: skyblue;   /* 枠線の色 */
outline: none;           /*※ブラウザが標準で付加する線を消したい時*/
}

.Form-Btn {
border-radius: 6px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 800px;
display: block;
letter-spacing: 0.05em;
background: #ff8787;
color: #fff;
font-weight: bold;
font-size: 24px;
transition: 0.2s;
border-bottom: solid 3px gray;
box-shadow: 0px 3px 10px lightgray;
-webkit-appearance: none;
width: 100%;
}
.Form-Btn:active {
transform: translateY(8px);
}
.Form-Btn:hover {
background-color: #ffa5b5;
}
}


@media screen and (max-width:767px) {
.ContactBox {
position: relative;
width:100%;
margin: 0 auto 50px;
font-family: 'Lato', sans-serif;
word-wrap: break-word;
}

.ContactTitleAll {
text-align: center;
margin-top: 30px;
}
.ContactUpDown {
margin         : 0px 0px 0px 5px;
animation-name: ContactUpDown;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-direction: alternate;
animation-duration: 1.5s;
width: 20px;
}
@keyframes ContactUpDown {
0% {
transform: translate(0,0px);
}
100% {
transform: translate(0,-5px)
}
}
.ContactTitle {
font-size: 1.4rem;
letter-spacing: 5px;
width: 100%;
}

.Form {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.Form-Item {
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
display: flex;
align-items: center;
font-size: .9rem;
}
.Form-Item-Label {
width: 100%;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 15px;
background: #f2f2f2;
padding: 16px 8px 16px 8px;
line-height: 1.5rem;
}
.Form-Item-Label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}
.Form-Item-Label-Required {
border-radius: 6px;
margin: 0px 8px 0px 8px;
padding: 0px 8px 0px 8px;
text-align: center;
background: #ff4500;
color: #fff;
font-size: 15px;
}

.Form-Item-Input {
border: 2px solid #ddd;
border-radius: 10px;
margin: 0px 0px 0px 0px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
background: #fff;
font-size: 18px;
}
.Form-Item-Input:focus {
border-color: skyblue;   /* 枠線の色 */
outline: none;           /*※ブラウザが標準で付加する線を消したい時*/
}
.Form-Item-Textarea {
border: 2px solid #ddd;
border-radius: 10px;
margin: 0px 0px 0px 0px;
padding: 1em;
height: 216px;
flex: 1;
width: 100%;
background: #fff;
font-size: 18px;
font-family: 'Lato', sans-serif;
}
.Form-Item-Textarea:focus {
border-color: skyblue;   /* 枠線の色 */
outline: none;           /*※ブラウザが標準で付加する線を消したいと時*/
}

.Form-Btn {
border-radius: 6px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
display: block;
letter-spacing: 0.05em;
background: #ff8787;
color: #fff;
font-weight: bold;
font-size: 24px;
transition: 0.2s;
border-bottom: solid 3px gray;
box-shadow: 0px 3px 10px lightgray;
-webkit-appearance: none;
}
.Form-Btn:active {
transform: translateY(8px);
}
.Form-Btn:hover {
background-color: #ffa5b5;
}
}










/* フッタ */
.FooterAll {
padding: 20px;
}

@media screen and (min-width:768px) {
.fa-footer {
margin: 0 auto;
padding: 0;
margin-top:;
font-size: .8rem;
}
.fa-footer .fa-footer-menu-list ul {
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
min-height: 32px;
}
.fa-footer .fa-footer-menu-list ul li {
padding: 3px 16px;
margin: -.5px;
}
.fa-footer .fa-footer-menu-list ul li a {
font-weight: 700;
color: inherit;
text-decoration: none;
}
.fa-footer .fa-footer-menu-list ul li a:hover {
opacity: 0.5 ;
}

.FooterText {
text-align: center;
font-family: 'Lato', sans-serif;
margin:  5px 0px 0px 0px;
font-size: .8rem;
line-height: 1.2rem;
color: #b9b9b9;
padding-bottom:;
}
}


@media screen and (max-width:767px) {
.fa-footer {
margin: 0 auto;
padding: 0;
margin-top:;
font-size: .8rem;   
}
.fa-footer .fa-footer-menu-list ul {
margin: 0 auto;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
min-height: 32px;
}
.fa-footer .fa-footer-menu-list ul li {
padding: 3px 16px;
margin: -.5px;
}
.fa-footer .fa-footer-menu-list ul li a {
font-weight: 700;
color: inherit;
text-decoration: none;
}
.fa-footer .fa-footer-menu-list ul li a:hover {
opacity: 0.5 ;
}

.FooterText {
text-align: center;
font-family: 'Lato', sans-serif;
margin:  5px 0px 0px 0px;
font-size: .8rem;
line-height: 1.2rem;
color: #b9b9b9;
padding-bottom:;
}
}








/*自動スライダー*/

.autoplay-slider{
  display: flex;
  width: 100%;
}

.slide{
  height: 150px;
  width: 2000px;
  position: relative;
}
@media screen and (max-width: 767px){
  .slide{
    width: -1000px;
  }
}
.slide img{
  width: 100%;
  height: 100%;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

.autoplay-slider{
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 50s linear infinite sliderAnimation;
}

.row{
  display: -ms-grid;
  -ms-grid-columns: min-content;
}

.aswrap{
position: relative;
background-color: #3b3b3b;
}

.astxt {
 position: absolute;
  z-index: 100;
  top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding-top: 15px;
}

.mdTitle {
    font-size: 2rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  }
  @media screen and (max-width:767px) {
    .mdTitle {
    font-size: 1.6rem;
    }
  }

  .subTitle2 {
    color: #fff;
    text-align: center;
    display: block;
    margin: 15px;
    }
    @media screen and (max-width:767px) {
      .subTitle2 {
        }
      }

    .mdTitleSpan {
    color: #ffacdc;
    font-size: 3rem;
}  
      @media screen and (max-width: 767px){
.mdTitleSpan {
    font-size: 3rem;
}
      }








      .tab_container {
        padding-bottom: 1em;
        background-color: #fff;
        margin: 0 auto;
      }

      .tab_item {
        width: calc(100%/2);
        padding:15px 0;
        background-color: #ececec;
        text-align: center;
        color: #b4b4b4;
        display: none;
        float: left;
        text-align: center;
        transition: all 0.2s ease;
        font-size: 1.2rem;
      }
      .tab_item:hover {
        opacity: 1;
      }
      input[name="tab_item"] {
        display: none;
      }
      .tab_content {
        display: none;
        padding: 1em 1em 0;
        clear: both;
        overflow: hidden;
      }
      #tab1:checked ~ #tab1_content,
      #tab2:checked ~ #tab2_content,
      #tab3:checked ~ #tab3_content,
      #tab4:checked ~ #tab4_content {
        display: block;
      }
      .tab_container input:checked + .tab_item {
        color: #fff;
        background: linear-gradient(0deg, #202020, #464646);
      }





      .all2 {
  overflow: hidden;
      }




   /* header */
#header {
  background: #1c262f;
  display: none;
}
#header .inner {
  overflow: hidden;
  padding: 8px 0px 10px 0;
}
#header .inner h1 {
  float: left;
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  font-size: 2rem;
}
#header .inner ul {
  float: left;
  font-family: 'Droid Sans', sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  margin: 20px 0 10px 20px;
}
#header .inner ul li {
  float: left;
  margin-right: 20px;
}
#header .inner ul li a {
  color: #fff;
  text-decoration: none;
}

#change {
  background: linear-gradient(0deg, #202020, #464646);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  overflow: hidden;
  height: auto;
}
  @media screen and (max-width:767px) {
    #change {
    }
}

#change h1 {
  font-size: 20px;
  font-size: 2rem;
  float: left;
  font-weight: bold;
  color: #fff;
}

.inner ul {
  float: left;
  font-size: 8px;
  font-size: 0.8rem;
  margin: 15px 0 0 20px;
}
@media screen and (max-width:767px) {
  .inner ul {
    display: none;
  }
}

.inner ul li {
  float: left;
  margin-right: 20px;
}
.inner ul li a {
  color: #fff;
  text-decoration: none;
}    

.headerTitle {
  margin: 7px 10px 3px;
  }
  .headerTitleImg {
  width: 150px;
  }
  @media screen and (min-width:768px) {
  .headerTitle {
  margin: 7px;
  }
  .headerTitleImg {
  }
  }


  /* SPのみ */
.hamburger {
  position: absolute;
  z-index: 9999;
  right: 7px;
  top: 8px;
  width: 42px;
  height: 33px;
  cursor: pointer;
  }
  .hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #949494;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
  top: 5px;
  }
  .hamburger span:nth-child(2) {
  top: 15px;
  }
  .hamburger span:nth-child(3) {
  top: 25px;
  }
  
  /* ナビ展開時 配置 */
  .hamburger.active span {
  margin-top: -1px;
  }
  .hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  }
  nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: inline-block;
  }

  nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 2.5rem 0;
  width: 100%;
  position: relative;
  top: 13%;
  color: #ffc68d;
  }

  nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
  }
  nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  text-decoration :none;
  }
  
  /* jQueryで付与・削除 */
  nav.globalMenuSp.active {
  opacity: 1;
  transform: translateY(0%);
  }
  
  /* Responsive */
  @media screen and (min-width:768px) {
  .sp-nav {
  display: none;
  }
  }
  @media screen and (max-width:767px) {
  .pc-nav {
  display: none;
  }
  }











  .wrapper {
  }
  .sticky {
    background-color: #848484;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    left: 0;
    color: #fff;
    display: flex;
    font-size: 44px;
    font-weight: 500;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 95;
  }

  .stickyin1 {
   display: flex;
    flex-direction: row;
    font-size: 1.2rem;
    line-height: 1.2;
          }
          @media screen and (max-width:767px) {
            .stickyin1 {
               font-size: 1rem;
                     }
                    }

          .stickyin2 {
         font-size: 1rem;
                           }
          .stickyin2 a {
    color: #fff;
                   }
    

  .stickyina {
flex: 1;
background-color: #727272;
padding: 10px 0 12px;
opacity: .1;
      }
      .stickyina.active{
        background-color: #ff8181;
        opacity: 1;
        }

      .stickyinb {
     flex: 1;
     background-color: #727272;
     padding: 10px 0 12px;
     opacity: .1;
          }
          .stickyinb.active {
            background-color: #ff8181;
            opacity: 1;
                  }


      .stickyincoc {
        background-color: #6fd1ff;
          }









      











        