/*サイト全体*/
@media screen and (min-width:768px) {
html {
overflow: auto;
}
body {
overflow: hidden;
padding-top: 100px;
}
}

@media screen and (max-width:767px) {
html {
overflow: auto;
}
body {
overflow: hidden;
padding-top: 80px;
}
}

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;
}









/*レスポンシブ画像隠しタグ*/
@media screen and (min-width:480px) { 
.desktopin { 
display: inline;
}
.mobilein { 
display:none;
}
}
@media screen and (max-width:480px) { 
.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);
}









@media screen and (min-width:768px) {
  #ContentsBigTitle {
  width: 100%;
  height: auto;
  padding: 20px 0px 20px;
  background: #3b3b3b;
  text-shadow: 1px 1px 2px #000;
  margin-top: 20px;
  }
  #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;
  margin-top: 20px;
  padding: 20px 0px 20px;
  background: #3b3b3b;
  text-shadow: 1px 1px 2px #000;
  }
  #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: left;
    display: block;
    margin: 20px 20px 10px;
    }
  }

  /* マーカー 蛍光ペン */
  .under {
    background: linear-gradient(transparent 70%, #fff300 70%);
  }










/* header pc headerタグは共用 */
header {
  top: 0;
  width: 100%;
  background-color: transparent;
  align-items: center;
  position: fixed;
  z-index: 97;
  background: rgba(255, 255, 255, 0.9);
  letter-spacing : 0.2em;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  left: 0;
  }
  @media screen and (max-width:999px) {
  header {
  top: 0;
  width: 100%;
  background-color: transparent;
  align-items: center;
  position: fixed;
  z-index: 97;
  background: rgba(255, 255, 255, 0.9);
  letter-spacing : 0.2em;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  }
  }
  
  .headerTitle {
  margin: 10px 5px;
  }
  @media screen and (max-width:999px) {
  .headerTitle {
  margin: 10px 5px 7px;
  }
  }
  .headerTitleImg {
  width: 150px;
  margin-top: 3px;
  }
  @media screen and (max-width:999px) {
  .headerTitleImg {
  width: 150px;
  margin-top: 0;
  }
  }
  
  .headerTitleLink {	
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline:none;
  display: inline-block;
  }
  
  .pc-nav a {	
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline:none;
  }
  
  header nav {
  margin: 3px 0 3px auto;
  }
  @media screen and (max-width:767px) {
  header nav {
  margin: 0 0 0 auto;
  }
  }
  
  header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  }
  @media screen and (max-width:999px) {
  header ul {
  display: flex;
  align-items: center;
  justify-content: unset;
  }
  }
  
  header li {
  margin: 0 0 0 20px;
  font-size: .9rem;
  word-break: keep-all;
  word-wrap: ;
  }
  @media (min-width:768px) and (max-width:1199px) {
  header li {
  margin: 0 0 0 15px;
  font-size: .8rem;
  }
  }
  @media screen and (max-width:767px) {
  header li {
  margin: 0 0 0 0px;
  font-size: 1rem;
  }
  }
  
  /* ボタン */
  .btn-wrap2 {
  margin: 5px;
  }
  .btn2, a.btn2, button.btn2 {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: .5rem 1.2rem;
  cursor: pointer;
  user-select: none;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .1em;
  text-shadow: .5px .5px 2px #494949;
  border-radius: .5rem;
  }
  @media (min-width:768px) and (max-width:999px) {
  .btn2, a.btn2, button.btn2 {
  padding: .5rem .5rem;
  }
  }
  .btnS2 {
  font-size: .8rem;
  color: #fff527;
  }
  a.btn2--green {
  color: #fff;
  background: linear-gradient(to right, #80aaff 0%, #80aaff 100%);
  }
  a.btn2--green:hover {
  color: #fff;
  background: linear-gradient(to bottom, #9bbcff 0%, #9bbcff 100%);
  }
  /* ------------キラリ------------ */
  .shinybtn2 {   
  overflow: hidden;
  }
  .shinybtn2::before {
  position: absolute;
  content: '';
  top: -180px;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: rgba(255, 255, 255, 80%);
  animation: shinybtn2 5s ease-in-out infinite;
  }
  @-webkit-keyframes shinybtn2 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  90% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  91% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
  
  
  /* SPのみ */
  .hamburger {
  position: fixed;
  z-index: 9999;
  right: 7px;
  top: 6px;
  width: 42px;
  height: 33px;
  cursor: pointer;
  }
  .hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -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: translateX(100%);
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  }
  nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  height: 100%;
  display: inline-block;
  }
  nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 2rem 0;
  width: 100%;
  position: relative;
  top: 10%;
  }
  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: #000;
  text-decoration :none;
  }
  
  /* jQueryで付与・削除 */
  nav.globalMenuSp.active {
  opacity: 1;
  transform: translateX(0%);
  }
  
  /* Responsive */
  @media screen and (min-width:1000px) {
  .sp-nav {
  display: none;
  }
  }
  @media screen and (max-width:999px) {
  .pc-nav {
  display: none;
  }
  }
  
  















/* TopArea */
#topAll{
  width:100%;
  position: relative;
  } 
  @media screen and (max-width: 1000px) {
  #topAll{
  height: 100%;
  } 
  }
  
  .topBoxA{
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  }
  @media screen and (max-width: 1000px) {
  .topBoxA{
  flex-direction: column;
  width: 100%;
  }
  }
  
  .topTitle{
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  transform: rotate(2deg);
  word-break: keep-all;
  color: #384064;
  margin: 20px 0 0 0;
  }
  @media screen and (max-width: 1000px) {
  .topTitle{
  font-size: 1.8rem;
  line-height: 1.4;
  }
  }
  
  .topTitleSpan{
  font-size: 150%;
  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: 1000px) {
  .topTitleSpan{
  font-size: 150%;
  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;        /* 文字の影 */
  }
  }
  
  .topImage{
  flex: 2;
  width: 50%;
  margin: -50px auto 30px;
  }
  @media screen and (max-width: 1000px) {
  .topImage{
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0;
  }
  }
  
  .topImage1{
  flex: 3;
  width: 50%;
  margin: -10px 0 50px 0;
  }
  @media screen and (max-width: 1000px) {
  .topImage1{
  width: 100%;
  margin: -10px 0 30px 0;
  }
  }
  
  @media (min-width:1300px) {
  .topBoxB{
  margin: 0px 0 30px 0;
  }
  }
  @media (min-width:1000px) and (max-width:1300px) {
  .topBoxB{
  margin: 0px 0 30px 0;
  }
  }
  @media screen and (max-width: 1000px) {
  .topBoxB{
  margin: 0px 0 0 0;
  }
  }
  
  .topOb{
  display: flex;
  justify-content: center;
  }
  @media screen and (max-width: 1000px) {
  .topOb{
  flex-direction: column;
  }
  }
  .topOb li{
  display: flex;
  }
  @media screen and (max-width: 1000px) {
  .topOb li{
  justify-content: center;
  }
  }
  
  .topOb li>div{
  background: #5990ff;
  color: #fff;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 3px;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  font-size: 1.2rem;
  }
  @media screen and (max-width: 1000px) {
  .topOb li>div{
  width: 150px;
  height: 150px;
  font-size: 1rem;
  padding: 0;
  }
  }
  
  /* レスポンシブ */
  @media screen and (min-width:768px) { 
  .topObDin { 
  }
  .topObMin { 
  display:none;
  }
  }
  @media screen and (max-width:767px) { 
  .topObDin { 
  display:none;
  }
  .topObMin { 
  }
  }
  
  .WorryUp-down {
  animation-name: WorryUp-down;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  }
  @keyframes WorryUp-down {
  0% {
  transform: translate(0,0px);
  }
  100% {
  transform: translate(0,-5px)
  }
  }
  .WorryUp-down2 {
  animation-name: WorryUp-down2;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  }
  @keyframes WorryUp-down2 {
  0% {
  transform: translate(0,-5px);
  }
  100% {
  transform: translate(0,0px)
  }
  }
  .WorryUp-down3 {
  animation-name: WorryUp-down3;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
  }
  @keyframes WorryUp-down3 {
  0% {
  transform: translate(0,0px);
  }
  100% {
  transform: translate(0,-5px)
  }
  }
  .WorryUp-down4 {
  animation-name: WorryUp-down4;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
  }
  @keyframes WorryUp-down4 {
  0% {
  transform: translate(0,-5px);
  }
  100% {
  transform: translate(0,0px)
  }
  }
  
  .topSub{
    margin-bottom: 60px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  }
  @media screen and (max-width: 1000px) {
  .topSub{
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 2rem;
  margin-top: 0;
  }
  }
  
  .topSub span {
  position: relative;
  font-size: 2rem;
  color: #ff4165;
  }
  @media screen and (max-width: 1000px) {
  .topSub span {
  font-size: 1.3rem;
  }
  }
  
  img, picture source {
    width: 100%;
    vertical-align: bottom;
}
  
  
  






/* コラムボックス */
.columnIn {
  width: 98%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 200px;
  margin-top: -200px;
  }
  @media screen and (max-width: 736px){
  .columnIn {
  max-width: 96%;
  font-size: 0.85em;
  padding-top: 80px;
  margin-top: -80px;
  }
  }
  
  .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;
  }
  @media screen and (max-width: 736px){
  #columnAll h4 {
  font-size: 1.4em;
  text-align: center;
  }
  }
  
  .columnAllP {
  line-height: 1.1rem;
  max-width: 500px;
  }
  
  .featureWrapImg {
  max-width: 120px;
  }
  .featureWrapImg2 {
  max-width: 300px;
  }
  
  .columntp{
   margin-top: 20px;
    }
    @media (max-width: 767px) {
      .columntp{
        width: 90%;
         }
        }

  .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: .6rem;
  }
  
  



  





/* 特徴 */

.PriceContainerBoxc {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  height: ;
  font-family: sans-serif;
  background-color: ;
}

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

.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: #bcb600;
}

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

.boxc .pricec h4 {
  font-size: 2rem;
  color: #3b3b3b;
  margin: 10px 0;
  padding: 0;
  font-weight: bold;
}

.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: 50px;
  }
  .Manga3 img{   
  width: 50%;
  }
  @media screen and (max-width:767px) {
    .Manga3{   
      text-align: center;
      margin-bottom: 50px;
      }
  .Manga3 img{   
  width: 100%;
  }
  }

  .optionc{   
   text-align: left;
    }











/* 商品紹介 */

.wrapAll{
    background-color: #000;
    padding-bottom: 30px;
    }
    @media screen and (max-width:767px) {
    .wrapAll{
      padding-bottom: 30px;
        }
    }

    .wrap{
      width: 70%;
      margin: auto;
      }
      @media screen and (max-width:767px) {
      .wrap{
        width: 85%;
          }
      }

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

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

    .SMTitle{
        color: #fff;
        font-size: 1.5rem;
        transform: rotate(-5deg);
        position: absolute;
        z-index: 90;
        }
        @media screen and (max-width:767px) {
            .SMTitle{
                font-size: 1rem;
                }
            }
            .FadeinItemization2 {
              opacity : 0;
              transform : translate(-2000px, 0px)rotate(0deg);
              transition : all .3s;
              }
              .FadeinItemization2.active{
              opacity : 1;
              transform : translate(0px, 0px)rotate(-363deg);
              }

.youtube {
position: relative;
height: 0;
margin-bottom: ;
padding-bottom: 56.25%;
overflow: hidden;
text-align: center;
}


/* PC横型 */
@media screen and (min-width: 768px) {
.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: 0 0 30px;
}

.MessageBoxT1 {
color: #f5ff8e;
font-size: 1.3rem;
font-weight: bold;
line-height: 2rem;
text-align: center;
}
.MessageBoxT2 {
color: #fff;
font-size: 2.2rem;
font-weight: 500;
letter-spacing: 3px;
margin-top: 20px;
}
.MessageBoxT2::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;
font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.MessageBoxT4 {
color: #000;
font-size: 1.5rem;
font-weight: bold;
margin-top: 20px;
}
}


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

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

.MessageBoxT1 {
color: #f5ff8e;
font-size: .8rem;
font-weight: bold;
line-height: 2rem;
text-align: center;
}
.MessageBoxT2 {
color: #fff;
font-size: 1.4rem;
letter-spacing: 5px;
margin-top: 20px;
font-weight: 500;
}
.MessageBoxT2::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;
font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.MessageBoxT4 {
color: #000;
font-size: 1.2rem;
font-weight: bold;
margin-top: 20px;
}
}


@media screen and (min-width:768px) { 
  .iframeBox {
    position: relative;
    width:100%;
    height:640px;
    padding-top:50%;
    box-sizing: border-box;
    }
  .iframeBox iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }
  }
  @media screen and (max-width:767px) { 
  .iframeBox {
  position: relative;
  width:100%;
  height:500px;
  padding-top:50%;
  box-sizing: border-box;
  }
  .iframeBox iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }
  }











/* 松竹梅 */

.PriceContainerBox {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    height: ;
    font-family: sans-serif;
    background-color: ;
  }
  .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(1, 400px);
    }
  }
  
  @media (min-width: 1260px) {
    .PriceContainer {
      grid-template-columns: repeat(3, 340px);
    }
  }
  
  .box {
    position: ;
    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;
  }

.option {
  text-align: left;
  }










/* プラン 項目 表 */

.post {
width: 95%;
font-size: 1.3rem;
}
@media screen and (max-width: 750px){
.post {
width: 100%;
margin: auto;
margin-top: 30px;
}
}

table tr:nth-child(odd) td {
background: #effeff;
}
.post td, .post th {
padding: 8px 10px;
border: 1px solid #c6c34d;
vertical-align: middle;
background-color: #fff;
}
.post th {
text-align: center;
background: #13b5bb;
color: #fff;
}

.post th:nth-child(2) {
background: #aeab27;
}

/* 列1 */
table tr td:nth-child(1){
text-align: center;
}
/* 列2 */
table tr td:nth-child(2){
text-align: center;
}
/* 列3 */
table tr td:nth-child(3){
text-align: center;
}


.post2 {
width: 95%;
font-size: 1.3rem;
}
@media screen and (max-width: 750px){
.post2 {
width: 100%;
margin: auto;
margin-top: 30px;
}
}

.post2 tr:nth-child(odd) td {
background: #effeff;
}
.post2 td, .post2 th {
padding: 8px 10px;
border: 1px solid #c6c34d;
vertical-align: middle;
background-color: #fff;
}
.post2 th {
text-align: center;
background: #13b5bb;
color: #fff;
}

.post2 th:nth-child(2) {
background: #aeab27;
}

/* 列1 */
.post2 tr td:nth-child(1){
text-align: center;
width: 35%;
}
/* 列2 */
.post2 tr td:nth-child(2){
text-align: center;
}
/* 列3 */
.post2 tr td:nth-child(3){
text-align: center;
}


.post3 {
width: 95%;
font-size: 1.3rem;
margin-top: 10px;
}
@media screen and (max-width: 750px){
.post3 {
width: 100%;
margin: auto;
margin-top: 10px;
}
}

.post3 tr:nth-child(odd) td {
background: #effeff;
}
.post3 td, .post3 th {
padding: 8px 10px;
border: 1px solid #c6c34d;
vertical-align: middle;
background-color: #fff;
}
.post3 th {
text-align: center;
background: #aeab27;
color: #fff;
}

.post3 th:nth-child(1) {
background: #fff;
}
.post3 th:nth-child(2) {
background: #aeab27;
}

/* 列1 */
.post3 tr td:nth-child(1){
text-align: center;
width: 35%;
}
/* 列2 */
.post3 tr td:nth-child(2){
text-align: center;
}
/* 列3 */
.post3 tr td:nth-child(3){
text-align: center;
}


.post4 {
width: 95%;
margin: auto;
font-size: 1.3rem;
margin-top: 10px;
}
@media screen and (max-width: 750px){
.post4 {
width: 700px;
margin-top: 10px;
}
}

.post4 tr:nth-child(odd) td {
background: #f9f9f9;
}
.post4 td, .post4 th {
padding: 8px 10px;
border: 0.5px solid #3b3b3b;
vertical-align: middle;
background-color: #fff;
}
.post4 th {
text-align: center;
background: #3b3b3b;
color: #fff;
width: 20%;
}

.post4 th:nth-child(1) {
}
.post4 th:nth-child(2) {
  background: #e00091;
  }
  .post4 th:nth-child(3) {
    background: #a32424;
    }
.post4 th:nth-child(4) {
  background: linear-gradient(#9db000, #8c8100);
}

/* 列1 */
.post4 tr td:nth-child(1){
text-align: center;
width: 20%;
}
/* 列2 */
.post4 tr td:nth-child(2){
text-align: center;
}
/* 列3 */
.post4 tr td:nth-child(3){
text-align: center;
}





.post5 {
  width: 95%;
  margin: auto;
  font-size: 1.3rem;
  margin-top: 10px;
  }
  @media screen and (max-width: 750px){
  .post5 {
  width: 700px;
  margin-top: 10px;
  }
  }
  
  .post5 tr:nth-child(odd) td {
  background: #f9f9f9;
  }
  .post5 td, .post5 th {
  padding: 8px 10px;
  border: 0.5px solid #3b3b3b;
  vertical-align: middle;
  background-color: #fff;
  }
  .post5 th {
  text-align: center;
  background: #3b3b3b;
  color: #fff;
  }
  
  .post5 th:nth-child(1) {
    width: 50%;
  }
  .post5 th:nth-child(2) {
    background: #34519b;
    }
    .post5 th:nth-child(3) {
      background: #a32424;
      }
  .post5 th:nth-child(4) {
    background: linear-gradient(#9db000, #8c8100);
  }
  
  /* 列1 */
  .post5 tr td:nth-child(1){
  text-align: center;
  }
  /* 列2 */
  .post5 tr td:nth-child(2){
  text-align: center;
  }
  /* 列3 */
  .post5 tr td:nth-child(3){
  text-align: center;
  }
  




.miniImg {
display: flex;
  }
  @media screen and (max-width: 767px){
  .miniImg {
  }
  }
  .miniImgIn {
      margin: 5px;
      }
      @media screen and (max-width: 767px){
      .miniImgIn {
      }
      }

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


.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 {
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;
}
.sp_plan {
display: block;
background: #3b3b3b;
color: #fff;
font-size: 1.2rem;
width: 100%;
margin: 10px auto -10px;
box-sizing: border-box;
padding: 20px 0px 20px;
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 0;
}
.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;
}
@media screen and (max-width: 767px) {
  .plan_detail .txt {
 text-align: left;
    }
  }

.plan_detail .title .plan_name, .sp_plan .plan_name {
font-size: 1.5rem;
display: block
}

.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;
}
.detail_table {
overflow-x: auto;
  }


.allDetail2 {
  font-family: 'Kiwi Maru', serif;
  color: #1D4883;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  background-color: #fff;
  width: 98%;
  max-width: 1160px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
  .allDetail2 img {
  max-width: 100%;
  height: auto;
  }
  @media screen and (max-width: 736px) {
  .allDetail2 {
  max-width: 96%;
  font-size: 0.85em;
  }
  .allDetail2 h2 {
  padding: 0 !important;
  margin: 0 !important;
  }
  }
  
  
  #allDetail{ 
  padding-bottom: 0; 
  }
  #allDetail .BBoxDetail{
  max-width: 1020px;
  font-size: 1.1em;
  padding: 20px 40px 20px;
  margin: 0 auto;
  background-color: #f2f1ed;
  }
  
  #allDetail .BBoxDetail .titleDetail{
  display: flex;
  align-items: center;
  }
  #allDetail .BBoxDetail .titleDetail h3{
  display: inline-block;
  color: #566b66;
  font-size: 3rem;
  vertical-align: middle;
  letter-spacing: 0.1em;
  padding-right: 0.5em;
  margin-top: 0;
  float: left;
  margin-bottom: 0;
  text-align: center;
  }
  #allDetail .BBoxDetail .titleDetail img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  max-width: 120px;
  }
  .textDetail{
  flex: 1;
  margin-top: 10px;
  font-size: 1.5rem;
  }

  .title_nic{
  margin-top: 20px;
  margin-bottom: 10px;
  }
  .title_nic ul{
  display: inline-block;
  vertical-align: 20%;
  }
  .title_nic ul li{
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #aeab27;
  vertical-align: middle;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0px 26px;
  margin: 2.5px;
  border: 1px solid #aeab27;
  }
  @media screen and (max-width: 750px){
  .title_nic ul li{
  font-size: 0.9em;
  padding: 0px 28px;
  }
  }
  
  #allDetail .BBoxDetail p strong{
  color: #FF7272;
  font-weight: bold;
  }
  .wrapDetail{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  
  .boxDetail{
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  flex: 1;
  }
  @media screen and (max-width: 750px){
  .boxDetail{
  margin-top: 30px;
  }
  }
  
  
  .wrapDetail h4{
  color: #566b66;
  font-size: 2.3rem;
  font-weight: normal;
  margin: 0.5em 0;
  line-height: 1.85;
  }
  .wrapDetail h4 span{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  background-color: #ff8080;
  vertical-align: 20%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 10px;
  margin-left: 20px;
  }
  @media screen and (max-width: 736px){
  .wrapDetail h4 span{
  vertical-align: 10%;
  }
  }
  
  .wrapDetail p {
  text-align: center;
  }
  .wrapDetail p a{
  color: #13b5bb;
  text-decoration: underline;
  font-size: 1.5rem;
  }
  @media screen and (max-width: 736px){
  .wrapDetail p a{
  font-size: 1.5rem;
  }
  }
  
  .wrapDetail ul{
  -moz-background-size: auto auto;
  background-size: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 15px;
  }
  
  
  .wrapDetail ul li{
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  font-size: 1.3rem;
  margin: 5px 0;
  list-style: none;
  background-color: #13b5bb;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  padding: 5px 0px;
  }
  @media screen and (max-width: 736px){
  .wrapDetail ul li{
  font-size: 1.4rem;
  }
  }
  .wrapDetail2 ul li{
  flex-basis: 100%;
  margin-top: -5px;
  }
  @media screen and (max-width: 736px){
  .wrapDetail2 ul li{
  font-size: 1.4rem;
  }
  }
  .wrapDetail3 ul li{
  flex-basis: 100%;
  margin-bottom: -5px;
  }
  @media screen and (max-width: 736px){
  .wrapDetail3 ul li{
  font-size: 1.4rem;
  }
  }
  .wrapDetail4 ul li{
  flex-basis: 100%;
  }
  @media screen and (max-width: 736px){
  .wrapDetail4 ul li{
  font-size: 1.4rem;
  }
  }
  
  .wrapDetail ul li span{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  -moz-background-size: 55px auto;
  background-size: 55px auto;
  }

  
  .obDetail span{ background-image: url(../service/y_img/option_icon01.svg); }
  
  .obDetail2 span{
  background-image: url(/10pack/y_img/price3_icon5.svg); 
  font-size: 1.1rem;
  vertical-align: text-bottom;
  }
  @media screen and (max-width: 736px){
  .obDetail2 span{
  background-image: url(/10pack/y_img/price3_icon5.svg); 
  font-size: 1.1rem;
  }
  }


  @media screen and (max-width: 736px){
  #allDetail{ 
  padding-bottom: 0; 
  }
  #allDetail .BBoxDetail{
  padding: 15px 15px 20px;
  margin: auto auto 0px;
  }
  
  
  #allDetail .BBoxDetail .titleDetail{
  display: block;
  }
  
  #allDetail .BBoxDetail .titleDetail h3{
  font-size: 1.8em;
  float: none;
  }
  
  #allDetail .BBoxDetail .titleDetail img{
  max-width: 50px;
  height: auto;
  margin-right: 10px;
  }
  .textDetail{
  flex: 1;
  }

  .title_nic{
  margin-top: 20px;
  text-align: center;
  }
  .title_nic ul{
  display: block;
  margin-top: 1em;
  }
  .title_nic li{
  font-size: 0.9em;
  padding: 2px 10px;
  margin: 2.5px;
  }
  
  .wrapDetail{ display: block; }
  .wrapDetail h4{
  font-size: 1.3em;
  margin: 1em 0 0.5em;
  }
  
  .wrapDetail h4 span{ font-size: 0.7em; }
  
  @media screen and (max-width: 736px){
  .wrapDetail ul{ 
  padding: 5px 0px;
  }
  }
  
  .wrapDetail ul li span{
  -moz-background-size: 45px auto;
  background-size: 45px auto;
  }
  }

  
  .boxDetail .far {
  margin-right: 4px;
  vertical-align: 1px;
  color: #aeab27;
  margin-left: 20px;
  }
  @media screen and (max-width: 736px){
  .boxDetail .far {
  margin-left: 0;
  }
  }
  
  
  /*レスポンシブ画像隠しタグ*/
  @media screen and (min-width:768px) { 
  .desktopin { 
  display:block;
  }
  .mobilein { 
  display:none;
  }
  }
  
  @media screen and (max-width:767px) { 
  .desktopin { 
  display:none;
  }
  .mobilein { 
  display:block;
  }
  }
  
  /* SimpleButton */
  .btn-wrap {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 30px;
  }
  @media screen and (max-width:767px) { 
  .btn-wrap {
  margin-bottom: 50px;
  }
  }
  .btn2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 8rem;
  cursor: pointer;
  user-select: none;
  transition: all .3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: .1em;
  border-radius: .5rem;
  line-height: 1.8rem;
  }
  @media screen and (max-width:767px) { 
  .btn2 {
  font-size: 1.5rem;
  padding: 1rem 0rem;
  width: 90%;
  }
  }
  
  .btnS {
  font-size: 1.2rem;
  color: #fff527;
  }
  @media screen and (max-width:767px) { 
  .btnS {
  font-size: .9rem;
  color: #fff527;
  }
  }
  
  .btn--green {
  color: #fff;
  background-color: #ff9999;
  }
  .btn--green:hover {
  color: #fff;
  background-color: #ffaeae;
  }
  
  .btn--color {
  color: #fffc00;
  font-size: 1.8rem;
  }
  @media screen and (max-width:767px) { 
  .btn--color {
  font-size: 1.5rem;
  }
  }
  
  
  @media screen and (max-width: 750px){
  .list_icon_wrap {
  padding-top: 30px;
  margin-bottom: 30px;
  }
  }
  
  @media screen and (max-width: 750px){
  article.main_visual {
  margin: 0 auto 50px;
  background-image: url(https://fashioncare.itembox.design/item/sub_main_menu_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 30px;
  }
  }






















/* フロー */
/* 初期設定 */
a {
color: #4597a1;
text-decoration: none; 
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
display: table;
content: " ";
}
.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;
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
clear: both;
}

@media (min-width: 992px){
.container {
width: 970px;
}
}
@media (min-width: 768px){
.container {
width: 750px;
}
}
@media (min-width: 1200px){
.container {
width: 1024px;
}
}
.container {
padding-right: 10px;
padding-left: 10px;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
}

.row {
margin-right: -15px;
margin-left: -15px;
}

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

@media (min-width: 768px){
.col-sm-6 {
width: 50%;
}
}
@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 {
float: left;
}
}
.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;
}

.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%;
}

@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%;
}
}

.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%;
}
@media screen and (max-width:767px) {
.flow_area {
background-size: 15%;
}
}

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

.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: #ff73ad;
}

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


.FBUTitle {
font-size: 1.3rem;
}
.flow_user:before {
content: "";
width: 30px;
height: 30px;
position: absolute;
background: url(data/flow_user_ar.png) no-repeat right top;
top: 20px;
right: -7px;
}

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


.FBFTitle {
font-size: 1.3rem;
}
.flow_press:before {
content: "";
width: 30px;
height: 30px;
position: absolute;
background: url(data/flow_press_ar.png) no-repeat left top;
top: 20px;
left: -7px;
}

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

.push {
margin-top: 7em;
}
.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;
}
}
@media only screen and (max-width: 767px) {
.flow_user:before, .flow_press:before {
content: "";
width: 1px;
height: 1px;
top: 0;
left: 0;
}

.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_area .ttl_flow.f01:before {
content: "■ ";
color: #59aeff;
}
.flow_area .ttl_flow.f02:before {
content: "■ ";
color: #ff8e8e;
}

.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: 60px;
}
.flow_box i {
max-width: 50px;
}
.flow_box i img {
max-width: 80%;
height: auto;
}

.flow_box2 p {
margin-left: 60px;
}
.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; }
}












/* FAQ */
.cp_qa {
    width: 60%;
    margin: auto;
    margin-top: 20px;
    }
    @media screen and (max-width:767px) { 
    .cp_qa {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    }
    }
    
    .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%;
    }
    











/* Contact */
.ContactBox {
  position: relative;
  max-width:1000px;
  margin: 20px auto;
  border-top: 1px solid;
  padding-top: 20px;
  }
  @media screen and (max-width:767px) {
  .ContactBox {
  width:100%;
  margin: 30px auto 20px;
  word-wrap: break-word;
  padding-top: 0;
  }
  }
  
  .ContactTitleAll {
  display: flex;
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  justify-content: space-evenly;
  align-items: center;
  }
  
  .ContactImg1 {
  max-width: 120px;
  transform: scaleX(-1);
  }
  @media screen and (max-width:767px) {
  .ContactImg1 {
  max-width: 80px;
  }
  }
  .ContactImg2 {
  max-width: 150px;
  }
  @media screen and (max-width:767px) {
  .ContactImg2 {
  max-width: 120px;
  }
  }
  .ContactImg3 {
  max-width: 120px;
  }
  @media screen and (max-width:767px) {
  .ContactImg3 {
  max-width: 80px;
  }
  }
  
  .ContactUpDown {
  animation-name: ContactUpDown;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  }
  @keyframes ContactUpDown {
  0% {
  transform: translate(0,-15px);
  }
  100% {
  transform: translate(0,-5px)
  }
  }
  
  .ContactTitle {
  font-size: 30px;
  letter-spacing: 20px;
  text-align: center;
  }
  @media screen and (max-width:767px) {
  .ContactTitle {
  font-size: 1.4rem;
  letter-spacing: 5px;
  width: 100%;
  }
  }
  

  .BasicTitle3 {
    font-size: 30px;
    letter-spacing: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    }
    @media screen and (max-width:767px) {
    .BasicTitle3 {
    font-size: 1.4rem;
    letter-spacing: 5px;
    width: 100%;
    }
    }
    .BasicTitle3:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
    }


  /* 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: 1.8rem;
      margin-top: 2px;
      color: #a78000;
      vertical-align: 10px;
      margin-right: 5px;
      }
      @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;
      font-family: emoji;
      }
      @media screen and (max-width: 999px){
      .cv_block2 .tel2 .number2 {
      font-size: 2.2rem;
      }
      }
      
      .cv_block2 .tel2 .time2 {
      font-size: 1rem;
      }
      
      .title22 {
      text-align: center;
      margin-bottom: 15px;
      font-size: 1rem;
      }
      @media screen and (max-width: 767px){
      .title22 {
      width: 100%;
      font-size: .9rem;
      margin-bottom: 15px;
      }
      }
  
  
  .Form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  }
  @media screen and (max-width:767px) {
  .Form {
  width: 100%;
  }
  }
  
  .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-size: 20px;
  background: #f2f2f2;
  padding: 16px 8px 16px 8px;
  }
  @media screen and (max-width:767px) {
  .Form-Item-Label {
  letter-spacing: 0.05em;
  font-size: 15px;
  background: #f2f2f2;
  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 3px 8px;
  text-align: center;
  background: #ff8557;
  color: #fff;
  font-size: 1.2rem;
  }
  @media screen and (max-width:767px) {
  .Form-Item-Label-Required {
  font-size: 15px;
  }
  }
  
  .Form-Item-Label-Any {
  border-radius: 6px;
  margin: 0px 8px 0px 8px;
  padding: 0px 8px 3px 8px;
  text-align: center;
  background: #7ac8ff;
  color: #fff;
  font-size: 1.2rem;
  }
  @media screen and (max-width:767px) {
  .Form-Item-Label-Any {
  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: 1rem;
  }
  @media screen and (max-width:767px) {
  .Form-Item-Input {
  font-size: 1rem;
  }
  }
  
  .Form-Item-Input:focus {
  border-color: skyblue;   /* 枠線の色 */
  outline: none;           /*※ブラウザが標準で付加する線を消したい時*/
  }
  
  .Form-Radio {
  margin-top: 3px;
  }
  
  .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: 10px;
  padding-bottom: 10px;
  max-width: 600px;
  display: block;
  letter-spacing: 0.05em;
  background: #80aaff;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  transition: 0.2s;
  border: unset;
  box-shadow: 0px 3px 10px lightgray;
  -webkit-appearance: none;
  width: 100%;
  }
  @media screen and (max-width:767px) {
  .Form-Btn {
  width: 90%;
  }
  }
  
  .Form-Btn:active {
  transform: translateY(8px);
  }
  .Form-Btn:hover {
  background-color: #9bbcff;
  }
  
  
  
  @media screen and (max-width:767px) {
  
  .Form-Item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: .9rem;
  }
  
  .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
  }
  
  .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;           /*※ブラウザが標準で付加する線を消したいと時*/
  }
  
  }









/* フッタ */
.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:;
}
}