/* common css */

html{
    background-color: #C3D72C;
}
a:link {
    color: #000;
}
.row{
    margin: 0 !important;
}

ul{
   margin-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

.inline-flex{
    display: inline-flex;
}

.inline-block li{
    display: inline-block;
}

.margin-top-8p{
    margin-top: 8%;
}

.margin-bottom-2p{
    margin-bottom: 2%;
}

.margin-left-10p{
    margin-left: 10%;
}

.margin-left-1p{
    margin-left: 1%;
}

.margin-left-2p{
    margin-left: 2%;
}

.margin-right-2p{
    margin-right: 2%;
}

.margin-right-3p{
    margin-right: 3%;
}

.margin-right-8p{
    margin-right: 8%;
}

.padding-top-1p{
    padding-top: 1%;
}

.padding-top-1ph{
    padding-top: 1.5%;
}

.padding-top-2p{
    padding-top: 2%;
}

.padding-top-3p{
    padding-top: 3%;
}

.padding-top-4p{
    padding-top: 4%;
}

.padding-top-5p{
    padding-top: 5%;
}

.padding-top-8p{
    padding-top: 8%;
}

.padding-top-10p{
    padding-top: 10%;
}

.padding-top-47p{
    padding-top: 47%;
}


.padding-bottom-1p{
    padding-bottom: 1%;
}

.padding-bottom-2p{
    padding-bottom: 2%;
}

.padding-bottom-4p{
    padding-bottom: 4%;
}

.padding-bottom-10p{
    padding-bottom: 10%;
}

.padding-left-1p{
    padding-left: 1%;
}

.padding-left-2p{
    padding-left: 2%;
}

.padding-left-3p{
    padding-left: 3%;
}

.padding-left-4p{
    padding-left: 4%;
}

.padding-left-5p{
    padding-left: 5%;
}

.padding-left-6p{
    padding-left: 6%;
}

.padding-right-20p{
    padding-right: 20%;
}

.padding-right-3p{
    padding-right: 3%;
}

.padding-right-4p{
    padding-right: 4%;
}

.padding-right-6p{
    padding-right: 6%;
}

.padding-right-8p{
    padding-right: 8%;
}

.padding-left-fbs{
    padding-left: 6%;
}

.font-s{
   font-size: 3.1vw;
}

.font-n{
   font-size: 3.38vw;
}

.font-l{
   font-size: 4.9vw;
}

.font-bold{
   font-weight: bold;
}

/* header common css */

header {
    position: sticky;
    transform: translate3d(0, 0, 0);
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.arrow-left{
    background-image: url(../img/arrow-left.png);
    width: 4%;
    padding-top: 6%;
    display: inherit;
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3%;
    margin-left: 3%;
    z-index: 20;
    top: 0;
    left: 0;
}
.arrow-right{
    background-image: url(../img/arrow-right.png);
    width: 4.8%;
    padding-top: 5%;
    right: 0;
    display: block;
    position: fixed;
    background-repeat: no-repeat;
    margin-top: 3.5%;
    margin-right: 1.5%;
    background-size: contain;
    top: 0;
    z-index: 20;
}

.header-bg-com{
    background-color: #FFF;
    width: 100%;
    padding-top: 11.5%;
    position: fixed;
    z-index: 1;
}

.link-text {
    position: fixed;
    padding-top: 3.5%;
    padding-right: 7%;
    right: 0;
    color: #000;
    z-index: 3;
}

.top-title {
    position: fixed;
    font-size: 4.9vw;
    padding-top: 2%;
    z-index: 3;
}

.search-title{
    margin-left: -5%;
}
/* bg common css */

.com-main-block {
    background: #C3D72C;
    margin-top: 11%;
    min-height: 274px;
}

/*     sub common css*/

.com-sub-block{
    padding: 0 4% 3% 4%;
}

.content-block{
    background-color: #FFF;
    padding: 4%;
}

.movie-bt {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
    width: 100%;
}

/** アニメーション */
@keyframes show{
  0% {
    transform: scale(0.2);
  }
  75% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.play {
  animation: show 0.4s ease-in-out;
}



@media only screen and (min-width: 640px){
    .top-img{
        padding-top: 56.2% !important;
    }
    .com-main-block {
        min-height: 308px;
    }
    .top-title {
        font-size: 22px;
    }
    .font-n {
        font-size: 16px;
    }
    .header-bg-com {
        height: 52px;
    }
}

@media only screen and (min-width: 667px){
    .com-main-block {
        min-height: 321px;
    }
    .top-title {
        font-size: 24px;
    }
    .font-n {
        font-size: 17px;
    }
    .font-s {
        font-size: 14px;
    }
    .header-bg-com {
        height: 53px;
    }
}
@media only screen and (min-width: 733px) and (max-width : 736px){
    .com-main-block {
        min-height: 354px !important;
    }
}

@media only screen and (min-width: 732px){
    .com-main-block {
        min-height: 352px;
    }
    .top-title {
        font-size: 26px;
    }
    .font-n {
        font-size: 19px;
    }
    .font-s {
        font-size: 16px;
    }
    .header-bg-com {
        height: 60px;
    }
}

@media only screen and (min-width: 812px){
    .header-bg {
        height: 15.5%;
    }

}


.containar{
    z-index: 1;
}


#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 999;
  
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  
  }
  #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 1000;
  
    
  }


/**
 * can-toggle
 **/
  .can-toggle {
    position: relative;
  }
  .can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
  }
  .can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
  }
  .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
  }
  .can-toggle label {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .can-toggle label .can-toggle__label-text {
    -webkit-box-flex: 1;
            flex: 1;
    padding-left: 32px;
  }
  .can-toggle label .can-toggle__switch {
    position: relative;
  }
  .can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
  }
  .can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(119, 119, 119, 0.5);
  }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #777;
  }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #5e5e5e;
  }
  .can-toggle input[type="checkbox"]:hover ~ label {
    color: #6a6a6a;
  }
  .can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #adc82c;
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #bdd746;
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #a6c02a;
  }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #B6D231;
  }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #94ab25;
  }
  .can-toggle label .can-toggle__label-text {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .can-toggle label .can-toggle__switch {
    -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #848484;
  }
  .can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
  }
  .can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #777;
  }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(42.5px, 0, 0);
            transform: translate3d(42.5px, 0, 0);
  }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle label {
    font-size: 14px;
  }
  .can-toggle label .can-toggle__switch {
    height: 36px;
    -webkit-box-flex: 0;
            flex: 0 0 89px;
    border-radius: 4px;
  }
  .can-toggle label .can-toggle__switch:before {
    left: 34.2307692308px;
    font-size: 12px;
    line-height: 36px;
    width: 44.5px;
    padding: 0 12px;
  }
  .can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 42.5px;
    line-height: 32px;
    font-size: 12px;
  }
  .can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
    color: rgba(204, 34, 34, 0.5);
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #CC2222;
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #a01b1b;
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
    color: #333;
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
    color: #333;
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #6ccd05;
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #529b03;
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #5FB404;
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #458203;
  }
  .can-toggle.demo-rebrand-2 label .can-toggle__label-text {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #dc2c2c;
  }
  .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.7);
  }
  .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    color: #CC2222;
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    -webkit-transform: translate3d(38px, 0, 0);
            transform: translate3d(38px, 0, 0);
  }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .can-toggle.demo-rebrand-2 label {
    font-size: 13px;
  }
  .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    height: 40px;
    -webkit-box-flex: 0;
            flex: 0 0 80px;
    border-radius: 40px;
    margin-right: 10px;
  }
  .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
    left: 30.7692307692px;
    font-size: 13px;
    line-height: 40px;
    width: 40px;
    padding: 0 12px;
  }
  .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 20px;
    width: 38px;
    line-height: 36px;
    font-size: 13px;
  }
  .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  