@charset "UTF-8";

#loader-bg{
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  z-index: 1;
}
#loader,
#loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
#loader {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255,0,0, 0.2);
  border-right: 1.1em solid rgba(255,0,0, 0.2);
  border-bottom: 1.1em solid rgba(255,0,0, 0.2);
  border-left: 1.1em solid #ed1e26;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ----------------------------------- 
effect
----------------------------------- */
.effect {
    opacity: 0;
}
.effect.on {
    opacity: 1;
    transition: all 1s;
}
.effect.fadein {
    transform: scale(0.8);
}
.effect.fadein.on {
    transform: scale(1);
}
.effect.fadein-t {
    transform: translateY(-50px);
}
.effect.fadein-t.on {
    transform: translateY(0px);
    transition: all 1s;
}
.fadein-b {
    transform: translateY(50px);
}
.fadein-b.on {
    transform: translateY(0px);
    transition: all 1s;
}
.fadein-l {
    transform: translateX(-100px);
}
.fadein-l.on {
    transform: translateX(0px);
    transition: all 1s;
}
.fadein-r {
    transform: translateX(100px);
}
.fadein-r.on {
    transform: translateX(0px);
    transition: all 1s;
}
li:nth-child(1).effect.on {
    transition-delay: .0s !important;
}
li:nth-child(2).effect.on {
    transition-delay: .2s !important;
}
li:nth-child(3).effect.on {
    transition-delay: .4s !important;
}
li:nth-child(4).effect.on {
    transition-delay: .6s !important;
}
li:nth-child(1) .num.effect.on {
    transition-delay: .0s !important;
}
li:nth-child(2) .num.effect.on {
    transition-delay: .1s !important;
}
li:nth-child(3) .num.effect.on {
    transition-delay: .2s !important;
}
li:nth-child(4) .num.effect.on {
    transition-delay: .3s !important;
}

html,body{
    min-width: 375px
}

body{
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important; */
    font-family: "Helvetica Neue", "Source Han Sans", "-apple-system", BlinkMacSystemFont, "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    background: #ffffff;
    color: #525252;
    letter-spacing: 0.05em;
}

/* --- header --- */
header {
    width: 100%;
    padding: 16px 2%;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .3s ease;
    background: #fff;
    z-index: 1000;
}
header.on{
    background: #ffffff;
    border-bottom: 1px solid #0000001f;
}
header h1.logo{
    width: 150px;
    margin: 0;
}
header h1.logo img{
        width: 100%;
    vertical-align: top;
}
header a.contact-link{
    position: relative;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 16px;
    font-weight: 600;
    transition: all .5s ease;
    background: #d71920;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #fff;
}
header a.contact-link:hover{
    background-color: #fff;
    color: #d71920;
    border: 1px solid #d71920;
}


/* --- main --- */
#main{
    position: relative;
    width: 100%;
    height: 500px;
    margin: 72px 0 0;
}
#main:before{
   content: "";
   position: absolute;
   left: 0;
   top:0;
   display: block;
   height: 100%;
   width: 50vw;
   background: #fff;
}
#main .title {
    position: absolute;
    top: 15%;
    left: 5%;
    margin: auto;
    z-index: 101;
}
#main h2{
    font-size: 44px;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: 900;
    margin: 0 0 20px;
    color: #d71920;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
#main h2 span {
    font-size: 26px;
    margin: 0 0 0 12px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}
#main p.description{
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
#main .img {
    width: 70%;
    height: 520px;
    background: url(https://helpcenter.trendmicro.com/ja-jp/product-support/dls//dls-main.jpg);
    background-position: bottom right;
    background-size: 128%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    z-index: 100;
}


/* --- section --- */
section{
    position: relative;
    padding: 100px 5%;
    /* margin-top: -7%; */
}
section .wrap{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
section .wrap .contents p.subtitle{
    font-size: 18px;
    font-weight: 600;
    color: #d2d2d2;
    text-shadow: 0 1px 1px #d2d2d2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-left: 6px;
    margin: 0 0 16px 6px;
}
section .wrap .contents h3.title{
    font-size: 34px;
    font-weight: bold;
    line-height: 150%;
    margin: 0 0 24px;
    text-align: center;
}
section .wrap .contents h3.title span{
    font-size: 46px;
    font-weight: 900;
    margin: 0 6px;
    color: #d71920;
}


/* --- worries --- */
section#worries{
    background: #f7f7f7;
    z-index: 1;
    margin-top: -38px;
    padding: 110px 5% 60px;
}
section#worries:before {
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 26px 26px 0 26px;
     border-color: #f7f7f7 transparent transparent transparent;
     bottom: -24px;
     right: 0;
     left: 0;
     margin: auto;
}
section#worries:after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 5vw solid #ffffff;
    border-right: 99vw solid transparent;
}
section#worries .contents{
    width: 100%;    
}
section#worries .title{
    text-align: center;
}
section#worries ul.example {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 26px 0 0;
    margin: auto;
    /* margin-bottom: 16px; */
}
section#worries ul.example li {
    width: calc(100% / 3 - 30px);
    margin: 0 0 30px;
    text-align: center;
    display: flex;
    align-items: center;
    /* align-items: stretch; */
}
section#worries ul.example li .img {
    width: 135px;
    min-width: 135px;
    height: 135px;
    margin-right: 30px;
    border-radius: 50%;
    background: #ffe300;
    position: relative;
    border: 1px solid #ebebeb;
    overflow: hidden;
}
section#worries ul.example li:nth-child(2) .img {
    /* background: #a7eaff; */
}
section#worries ul.example li:nth-child(3) .img {
    /* background: #98ff98; */
}
section#worries ul.example li .img img {
    height: 112px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
section#worries ul.example li p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
section#worries ul.example li p span{
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    color: #bfbfbf;
    letter-spacing: 0.05em;
    display: none;
}
section#worries .solution{
    
}
section#worries .solution p {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}


/* --- about --- */
section#about{
    background: #fff;
}
section#about:before {
     content: "";
     position: absolute;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 26px 26px 0 26px;
     border-color: #fff transparent transparent transparent;
     bottom: -24px;
     right: 0;
     left: 0;
     margin: auto;
     z-index: 100;
}
section#about .wrap .contents .description{
    margin-bottom: 24px;
}
section#about .wrap .contents ul.icon-list{
    margin: 0px 0 34px;
    padding: 0;
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
section#about .wrap .contents ul.icon-list li{
    margin-left: 24px;
}
section#about .wrap .contents ul.icon-list li:nth-child(1){
    margin-left: 0;
}
section#about .wrap .contents ul.icon-list li svg{
    width: 36px;
    fill: #5a5a5a;
}
section#about .wrap .contents ul.icon-list li:nth-child(1) svg{
    width: 50px;
}
section#about .wrap .contents ul.icon-list li:nth-child(5) svg{
    width: 44px;
}
section#about .wrap .contents button{
    margin: 0 0 20px;
    padding: 0;
    border: none;
    background: none;
}
section#about .wrap .contents button a{
    position: relative;
    padding: 10px 26px;
    display: block;
    background: rgb(223, 86, 86);
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    border-radius: 6px;
    transition: all .5s ease; 
}
section#about .wrap .contents button a i{
    margin-left: 4px;
}
section#about .wrap .contents button a:hover{
    text-decoration: none;
    transform: scale(1.02);
    box-shadow: 0 4px 10px #00000054;
}
section#about .wrap .contents p.note{
    color: #737373;
    font-weight: 500;
}
section#about .wrap .contents p.note span{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 26px;
}
section#about .wrap .contents p.note span a{
    font-weight: 600;
    color: rgb(223, 86, 86);
    text-decoration: none;
}
section#about .wrap .contents p.note span a:hover{
    text-decoration: underline;
}
section#about .wrap .contents ul.point{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto 0;
    padding: 0;
    list-style: none;
}
section#about .wrap .contents ul.point li{
    width: calc(100% / 4 - 3%);
    margin: 0;
}
section#about .wrap .contents ul.point li .num{
    position: relative;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    background: #ffe300;
    padding: 6px 0;
    border-radius: 16px;
    margin: 0 auto 26px;
    width: 100px;
}
section#about .wrap .contents ul.point li .num:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ffe300 transparent transparent transparent;
    bottom: -8px;
    right: 0;
    left: 0;
    margin: auto;
}
section#about .wrap .contents ul.point li .img {
    margin: 0 auto 30px;
    text-align: center;
    height: 136px;
}
section#about .wrap .contents ul.point li .img img{
    width: 100%;
    height: 140px;
}
section#about .wrap .contents ul.point li .description {
    text-align: center;
    margin: auto;
}


section#about .wrap .contents ul.point li .description .title{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin: 26px 0 18px;
    color: #525252;
    text-align: center;
}
section#about .wrap .contents ul.point li .description .text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    min-height: 75px;
}
section#about .wrap .contents ul.point li .description .note{
    font-size: 15px;
    padding-left: 1em;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
}
section#about .wrap .contents ul.point li .description .note:before{
    content: "※";
    position: absolute;
    left: 0;
}
section .more{
    text-align: center;
    margin-top: 26px;
    display: flex;
    justify-content: center;
    gap: 16px;
}
section .more a{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    border: 1px solid;
    color: #d71920;
    padding: 12px 16px;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}
section .more a:last-child{
    margin-left: -1px;
}
section .more a:hover{
    border: 1px solid #d71920;
    color: #fff;
    background: #d71920;
}


/* --- channel --- */
section#contact{
    background: #f7f7f7;
}
section#contact .wrap .contents {
    width: 100%;  
}
section#contact  .wrap .contents p.subtitle{
    text-align: center;  
}
section#contact .wrap .contents h3.title{
    text-align: center;  
}
section#contact .wrap .contents .description{
    text-align: center; 
}
section#contact .wrap .contents .note{
    margin: auto;
    font-size: 12px;
    color: #737373;
    font-weight: 500;
    text-align: center;
}
section#contact .wrap .contents .note a{
    font-weight: 600;
    color: rgb(223, 86, 86);
    text-decoration: none;
}
section#contact .wrap .contents .note a:hover{
    text-decoration: underline;
}
section#contact .wrap .contents .note span{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.05em;
    font-size: 15px;
    line-height: 26px;
}
section#contact .wrap .contents ul.channel-list{
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 60px 0 0;
    padding: 0;
    flex-flow: wrap;
}
section#contact .wrap .contents ul.channel-list li {
    position: relative;
    z-index: 1;
    width: calc(100% / 3);
    margin: 0;
    background: #fff;
    padding: 40px;
    border-left: 3px solid #f7f7f7;
}
section#contact .wrap .contents ul.channel-list li:nth-child(1) {
    border-left: none;
}
section#contact .wrap .contents ul.channel-list li a:hover,
section#contact .wrap .contents ul.channel-list li a:active,
section#contact .wrap .contents ul.channel-list li a:visited,
section#contact .wrap .contents ul.channel-list li a:focus {
    text-decoration: none;
}
section#contact .wrap .contents ul.channel-list li p.icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #e6e7e8;
    border-radius: 50%;
}
section#contact .wrap .contents ul.channel-list li p.icon img {
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
section#contact .wrap .contents ul.channel-list li p.name {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
section#contact .wrap .contents ul.channel-list li p.description {
    text-align: left;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
section#contact .wrap .contents ul.channel-list li p.description a {
    font-weight: 600;
    color: rgb(223, 86, 86);
    text-decoration: none;
    position: relative;
    z-index: 2;
}
section#contact .wrap .contents ul.channel-list li p.description a:hover {
    text-decoration: underline;
}
section#contact .wrap .contents ul.channel-list li .recommend {
    /* transition: all .5s ease; */
    margin-bottom: 20px;
    background: #ffe300;
}
section#contact .wrap .contents ul.channel-list li:hover .recommend {
    visibility: visible;
    opacity: 1;
}
section#contact .wrap .contents ul.channel-list li .recommend p{
    position: relative;
    padding: 8px 16px 12px 19px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 4px;
    color: #626262;
}
section#contact .wrap .contents ul.channel-list li .recommend p:first-child{
    margin: 0;
    padding: 14px 16px 0 40px;
    font-weight: 600;
}
section#contact .wrap .contents ul.channel-list li .recommend p:first-child:before{
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    left: 20px;
}
/*section#contact .wrap .contents ul.channel-list li .recommend p:last-child:before{
    content: "・";
    position: absolute;
    left: 14px;
}*/
section#contact .wrap .contents ul.channel-list li p.time {
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
section#contact .wrap .contents ul.channel-list li a.channel-link {
    margin: 28px auto 0;
    font-size: 15px;
    line-height: 36px;
    font-weight: bold;
    border: 1px solid;
    color: #d71920;
    padding: 10px 16px;
    text-decoration: none;
    transition: all .3s ease;
    display: inline-block;
}

#tell-modal {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#tell-modal::-webkit-scrollbar {
    display: none;
}
#tell-modal .modal-dialog {
    width: 100%;
    max-width: 800px;
    height: max-content;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}
#tell-modal .modal-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 30px;
    gap: 16px;
}
#tell-modal .modal-body {
    padding: 30px;
}
#tell-modal button.close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 30px;
    z-index: 1;
}
#tell-modal .icon{
    width: 50px;
    margin: 0;
    padding: 4px;
    background: #e6e7e8;
    border-radius: 50%;
}
#tell-modal .text{

}
#tell-modal .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}
#tell-modal .description{
    font-size: 16px;
    margin: 0;
}
#tell-modal .note{
    font-size: 15px;
    margin: 0 0 8px;
    text-indent: -1em;
    padding-left: 1em;
    /* color: #e40012; */
}
#tell-modal .contact-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    /* row-gap: 30px; */
}
#tell-modal .contact-wrap .contact-box {
    width: 100%;
}
#tell-modal .contact-wrap .contact-box .contact-category{
    position: relative;
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 18px;
    font-weight: 600;
}
#tell-modal .contact-wrap .contact-box .contact-category:before{
    content:"";
    position: absolute;
    top: 8px;
    left: 0;
    display:block;
    width: 10px;
    height: 10px;
    background: #e40012;
    /* border: 1px solid #656565; */
    border-radius: 2px;
}
#tell-modal .contact-wrap .contact-box .contact-link {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#tell-modal .contact-wrap .contact-box .contact-link li {
    padding:0;
    width: 100%;
    /* border: 1px solid #d7d7d7; */
    /* margin-top: -1px; */
    /* border-radius: 6px; */
}
#tell-modal .contact-wrap .contact-box .contact-link li a{
    position: relative;
    background: #fff;
    color: #525252;
    font-weight: 500;
    padding: 12px 30px 12px 12px;
    width: 180px;
    display: block;
    border-radius: 0px;
    text-align: left;
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    -o-transition: all 500ms !important;
    transition: all 500ms !important;
    width: 100%;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #ededed;
    background: #fbfbfb;
    border-radius: 4px;
}
#tell-modal .contact-wrap .contact-box .contact-link li a:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    right: 12px;
    font-size: 18px;
    top: 0;
    bottom: 0;
    height: 24px;
    margin: auto;
    color: #d71920;
    font-weight: bold;
}
#tell-modal .contact-wrap .contact-box .contact-link li a:hover{
    background: #ffeeee;
    color: #d71920;
    /* border-color: #d71920; */
}



/* --- upgrade --- */
section#upgrade{
    background: #3e3e3e;
    border-bottom: 1px solid #282828;
    margin-top: -140px;
    padding: 140px 5% 100px;
}
section#upgrade .upgrade-box {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    align-items: center;
}
section#upgrade .upgrade-box .icon{
    min-width: 430px;
    max-width: 430px;
}
section#upgrade .upgrade-box .icon img{
    width: 100%;
}
section#upgrade .upgrade-box .text{
    padding-right: 6%;
}
section#upgrade .upgrade-box .text .name{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
section#upgrade .upgrade-box .text .description{
    text-align: left;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}
section#upgrade .upgrade-box .text .note{
    font-size: 18px;
    color: #fff;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 40px;
}
section#upgrade .upgrade-box .text .note a{
    color: #ffe300;
    font-weight: bold;
    text-decoration: underline;
}
section#upgrade .upgrade-box .text .note a:hover{
    opacity:0.7;
}
section#upgrade .upgrade-box .text .more{
    text-align: left;
    margin-bottom: 0;
}
section#upgrade .upgrade-box .text .more a{
    background: #d71920;
    color: #ffffff;
    border: 1px solid #d71920;
}
section#upgrade .upgrade-box .text .more a:hover{
    background: #ffffff;
    color: #d71920;
    border: 1px solid #d71920;
}


/* --- introduction-movie --- */
section#introduction-movie{
    background: #747474;
    border-bottom: 1px solid #282828;
    margin-top: -140px;
    padding: 150px 5% 100px;
}
section#introduction-movie .movie-box .text .name {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
section#introduction-movie .movie-box .text .name span{
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
    color: #ffe300;
    /* text-shadow: 0px 0px 3px #fff; */
    display: inline;
    margin: 0 2px;
}
section#introduction-movie .movie-box .text .description {
    text-align: center;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}
#introduction-movie .movie-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  column-gap: 3%;
  row-gap: 40px;
  margin-top: 50px;
  max-width: 1400px;
  margin: 50px auto 0;
}
#introduction-movie .movie-wrap .box {
  width: calc(100% / 2 - 3%);
  /* margin-bottom: 30px; */
}
#introduction-movie .movie-wrap .movie {
  aspect-ratio: 16 / 9;
}
#introduction-movie .movie-wrap .movie iframe {
  width: 100%;
  height: 100%;
}
#introduction-movie .movie-wrap p {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}


/* --- compatible-products --- */
section#compatible-products{
    background: #383838;
    border-bottom: 1px solid #282828;
    padding: 50px 5% 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#compatible-products p{
    position: relative;
    text-align: center;
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
}
section#compatible-products p:before,
section#compatible-products p:after{
    content:"";
    position: static;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
}

section#compatible-products .products-wrap{
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
}

section#compatible-products ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* column-gap: 10px; */
    row-gap: 4px;
    margin: 0;
    padding: 0;
    /* width: calc(100% / 2 - 10px); */
    list-style: none;
    position: relative;
}
section#compatible-products ul::before{
    content: attr(data-category);
    color: #fff;
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 500;
    /* padding-left: 20px; */
}
/* section#compatible-products ul::after{
    content: "";
    position: absolute;
    top: 2px;
    color: #fff;
    width: 8px;
    height: 8px;
    background: #fff;
} */
section#compatible-products ul li{
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding-left: 18px;
    font-weight: 300;
}
section#compatible-products ul li:before{
    content:"・";
    position: absolute;
    left: 0;
}

/* footer */
footer{
    width: 100%;
    background: #0c0c0c;
}
footer p{
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    padding: 16px 10px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}
footer p br{
    display: none;
}

@media screen and (max-width: 1800px) {
    section#worries ul.example li p br{
        display: none;
    }
}
@media screen and (max-width: 1600px) {
    #main h2{
        font-size: 44px;
        line-height: 130%;
    }
    #main p.description{
        font-size: 20px;
    }
    #main .img {
        width: 70%;
        height: 486px;
        background-size: 142%;
    }

    section#about .wrap .contents ul.point li {
        width: calc(100% / 2 - 4%);
        margin: 0 0 8%;
    }
    section#about .wrap .contents ul.point li:nth-child(3),
    section#about .wrap .contents ul.point li:nth-child(4) {
        margin:0;
    }
    section#about .wrap .contents ul.point li .description .text {
        min-height: 50px;
    }
}
@media screen and (max-width: 1480px) {
    section#worries ul.example li {
        width: calc(100% / 2 - 30px);
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 1425px) {
    section#about .wrap .contents .description p br{
        display: none;
    }
    section#contact .wrap .contents ul.channel-list li {
        width: calc(100% / 2);       
    }
    section#contact .wrap .contents ul.channel-list li:nth-child(1),
    section#contact .wrap .contents ul.channel-list li:nth-child(2){
    border-bottom: 3px solid #f7f7f7;
    }
    section#contact .wrap .contents ul.channel-list li:nth-child(3) {
        border-left: none;
    }
    section#upgrade .upgrade-box {
        width: 100%;
    }
    section#upgrade .upgrade-box .icon {
        min-width: 400px;
        max-width: 400px;
    }
}
@media screen and (max-width: 1240px) {
    section .wrap .contents .description {
        margin-bottom: 16px;
    }
    #main {
        height: 460px;
    }
    #main h2{
        font-size: 42px;
    }
    #main p.description{
        font-size: 20px;
    }
    #main .img {
        height: 455px;
        background-size: 160%;
    }

    section#about .wrap .contents .point .box {
        display: flex;
        margin-left: 0;
        float: none;
        text-align: left;
    }
    section#about .wrap .contents .point svg.icon {
        width: 36px;
    }
    section#about .wrap .contents .point p.text {
        font-size: 16px;
        margin: 12px 0;
        text-align: left;
    }
    section#upgrade .upgrade-box {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    section {
        padding: 80px 5%;
    }
    section .wrap .contents h3.title{
        font-size: 30px;
        line-height: 146%;
        margin: 0 0 20px;
    }
    section .wrap .contents h3.title span{
        font-size: 38px;
        margin: 0 4px;
    }

    #main {
        height: 410px;
    }
    #main h2 {
        font-size: 38px;
        margin-bottom: 14px;
    }
    #main p.description {
        font-size: 18px;
    }
    #main .img {
        height: 390px;
        background-size: cover;
    }

    section#worries ul.example li {
        width: calc(100% / 1);
    }
    section#worries ul.example li:last-child {
        margin-bottom: 0;
    }
    section#contact .wrap .contents ul.channel-list li {
        width: calc(100% / 2);
        padding: 40px 30px;
    }
    section#contact .wrap .contents ul.channel-list li:nth-child(even){
      border-left: 3px solid #f7f7f7;
    }
    section#upgrade {
        margin-top: -100px;
        padding: 120px 5% 100px;
    }
    section#upgrade .upgrade-box {
        flex-direction: column-reverse;
    }
    section#upgrade .upgrade-box .text {
        padding-right: 0;
    }
    section#upgrade .upgrade-box .text .name {
        font-size: 30px;
        text-align:center;
        margin-bottom:20px;
    }
    section#upgrade .upgrade-box .text .description {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 28px;
    }
    section#upgrade .upgrade-box .text .note {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    section#upgrade .upgrade-box .text .more {
        text-align: center;
    }
    section#upgrade .upgrade-box .icon {
        min-width: 320px;
        max-width: 320px;
        margin-bottom: 50px;
    }
    section#introduction-movie .movie-box .text .name {
        font-size: 30px;
    }
    section#introduction-movie .movie-box .text .name br{
        display: none;
    }
    section#introduction-movie .movie-box .text .name span {
        font-size: 34px;
    }
}
@media screen and (max-width: 768px) {

    li:nth-child(1).effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(2).effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(3).effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(4).effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(1) .num.effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(2) .num.effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(3) .num.effect.on {
        transition-delay: .0s !important;
    }
    li:nth-child(4) .num.effect.on {
        transition-delay: .0s !important;
    }

    section {
        padding: 60px 5%;
    }

    section .wrap .contents h3.title{
        font-size: 26px;
        line-height: 144%;
        margin: 0 0 16px;
    }
    section .wrap .contents h3.title span{
        font-size: 32px;
        margin: 0 4px;
    }
    section .wrap .contents p.subtitle {
        font-size: 17px;
        margin: 0 0 12px 3px;
    }
    section .wrap .contents .description p {
        font-size: 17px;
        line-height: 160%;
        margin-bottom: 16px;
    }

    #main {
        height: 348px;
        background-size: 240%;
        background-position-x: 100%;
    }
    #main .title {
        top: 15%;
        left: 5%;
    }
    #main h2 {
        font-size: 32px;
        line-height: 132%;
    }
    #main p.description {
        font-size: 18px;
    }
    #main .img {
        width: 100%;
        height: 360px;
        background-size: cover;
    }

    section#worries {
        padding: 70px 5% 60px;
    }

    section#about .wrap .contents ul.point li {
        width: calc(100%);
        margin: 0 0 10%;
    }
    section#about .wrap .contents ul.point li:nth-child(3) {
        margin: 0 0 10%;
    }
    section#about .wrap .img {
        padding-left: 0;
    }
    section#about .wrap .img img {
        width: 94%;
    }
    section#about .wrap .contents {
        padding: 0 2% 0 0;
        width: 56%;
    }
    section .wrap .contents .description {
        margin-bottom: 16px;
    }
    section#about .wrap .contents ul.point {
        margin: 50px auto 0;
    }
    section#about .wrap .contents ul.point li .num {
        margin: 0 auto 18px;
    }
    section#about .wrap .contents .point svg.icon {
        width: 34px;
    }
    section#about .wrap .contents .point p.text {
        font-size: 16px;
        margin: 12px 0;
    }
    section#about .wrap .contents {
        padding: 0 0 0 2%;
        width: 100%;
    }

    section#about .wrap .contents ul.icon-list li svg{
        width: 30px;
    }
    section#about .wrap .contents ul.icon-list li:nth-child(1) svg{
        width: 36px;
    }
    section#about .wrap .contents ul.icon-list li:nth-child(5) svg {
        width: 38px;
    }
    section#about .wrap .contents ul.icon-list li {
        margin-left: 16px;
    }
    section#about .wrap .contents ul.icon-list {
        margin: 0 0 24px;
    }
    section#about .wrap .contents p.note span {
        letter-spacing: 0.05em;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    section#worries ul.example li .img {
        width: 90px;
        min-width: 90px;
        height: 90px;
        margin-right: 24px;
    }
    section#worries ul.example li .img img{
        height: 70px;
    }
    section#worries ul.example li p {
        font-size: 17px;
        line-height: 23px;
    }
    section#worries ul.example li p span {
        font-size: 15px;
        margin-bottom: 2px;
    }

    section#contact .wrap .contents ul.channel-list li {
        width: calc(100% / 1);
    }
    section#contact .wrap .contents ul.channel-list li:nth-child(2) {
        border-left: none;
    }
    section#contact .wrap .contents > .description {
        text-align: left;
        padding: 0 2%;
    }
    section#contact .wrap .contents > .description br{
        display: none;
    }
    section#contact .wrap .contents .note {
        text-align: left;
        padding: 0;
        width: 100%;
    }

    section#upgrade {
        margin-top: -100px;
        padding: 100px 5% 80px;
    }
    section#upgrade .upgrade-box .icon {
        min-width: 260px;
        max-width: 260px;
    }
    section#upgrade .upgrade-box .text .name {
        font-size: 28px;
        margin-bottom: 18px;
    }
    section#upgrade .upgrade-box .text .description {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
    section#upgrade .upgrade-box .text .note {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 22px;
    }

    section#introduction-movie {
        margin-top: -100px;
        padding: 100px 5% 80px;
    }
    section#introduction-movie .movie-box .text .name {
        font-size: 26px;
        line-height: 144%;
        margin: 0 0 16px;
    }
    section#introduction-movie .movie-box .text .description {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
    section#introduction-movie .movie-wrap .box {
        width: calc(100%);
    }

    section#compatible-products .products-wrap {
      flex-direction: column;
      gap: 20px;
      justify-content: flex-start;
  }

  
}
@media screen and (max-width: 700px) {
    section#about .wrap .contents h3.title br,
    section#contact .wrap .contents h3.title br{
        display: none;
    }
}
@media screen and (max-width: 640px) {
    #main .title {
        width: 90%;
    }
    #main p.description br{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    #loader,
    #loader:after {
      width: 4em;
      height: 4em;
    }

    header {
        padding: 12px 4%;
    }
    header h1.logo {
        width: 114px;
        line-height: 0;
    }
    header a.contact-link {
        font-size: 13px;
        padding: 12px 16px;
    }

    #main {
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        background: #f7f7f7;
    }
    #main:before {
        display: none;
    }
    #main .title {
        padding: 8% 5%;
        width: 100%;
        position: static;
        background: #fff;
        margin: 0;
    }
    #main h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }
    #main p.description {
        font-size: 16px;
        margin-bottom: 0;
    }
    #main p.description br{
        display: none;
    }
    #main .img {
        background-size: cover;
        position: static;
    }

    section .wrap {
        display: block;
        position: relative;
    }
    section .wrap .contents p.subtitle {
        font-size: 16px;
        margin: 0 0 6px 2px;
    }
    section .wrap .contents h3.title {
        font-size: 24px;
        line-height: 140%;
        letter-spacing: -0.03em;
    }
    section#worries {
        padding: 40px 5%;
        margin-top: 0; 
    }
    section#worries ul.example li .img {
        width: 85px;
        min-width: 85px;
        height: 85px;
        margin-right: 22px;
    }
    section#worries ul.example li .img img {
        height: 66px;
    }
    section#worries ul.example li p {
        font-size: 16px;
    }
    section#worries:before,
    section#about:before {
        border-width: 20px 20px 0 20px;
        bottom: -18px;
    }
    section#worries ul.example {
        padding: 16px 0 0;
    }
    section#worries ul.example li p span {
        font-size: 14px;
    }
    section#about .wrap .contents h3.title,
    section#contact .wrap .contents h3.title{
        text-align: left;
    }
    section .wrap .contents h3.title span{
        font-size: 26px;
    }
    section#about .wrap .contents {
        width: 100%;
        padding-left: 0;
    }
    section#about .wrap .contents .description {
        margin-bottom: 24px;
    }
    section#about .wrap .contents .point .box {
        display: block;
        margin-left: 0;
        float: none;
        text-align: left;
        overflow: hidden;
        margin-bottom: 14px;
    }
    section#about .wrap .contents ul.icon-list {
        margin: 0 auto 24px;
        width: 100%;
        justify-content: space-around;
    }
    section#about .wrap .contents .point svg.icon {
        width: 28px;
        float: left;
    }
    section#about .wrap .contents .point p.text {
    }
    section#about .wrap .contents {
        padding: 0;
        width: 100%;
    }
    section#about .wrap .contents ul.point {
        margin: 40px auto 0;
    }

    section#about .wrap .contents ul.icon-list li {
        margin-left: 12px;
    }
    section#about .wrap .contents ul.icon-list li svg {
        width: 26px;
    }
    section#about .wrap .contents ul.icon-list li:nth-child(1) svg {
        width: 30px;
    }
    section#about .wrap .contents ul.icon-list li:nth-child(5) svg {
        width: 34px;
    }
    section#about .wrap .contents button{
        display: block;
        margin: 0 auto 20px;
    }
    section#about .wrap .contents p.note span {
        letter-spacing: 0.05em;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    section#contact .wrap .contents p.subtitle {
        text-align: left;
    }
    section#contact .wrap .contents h3.title {
        text-align: left;
        margin-bottom: 10px;
    }
    section#contact .wrap .contents .description {
        text-align: left;
        margin-bottom: 16px;
        padding: 0;
    }
    section#contact .wrap .contents .note {
        text-align: left;
    }
    section#contact .wrap .contents .note span {
        font-size: 14px;
        line-height: 20px;
    }

    section#contact .wrap .contents ul.channel-list {
        margin: 30px 0 0;
    }
    section#contact .wrap .contents ul.channel-list li {
        width: 100%;
        padding: 30px 20px;
        border-left: none!important;
        border-bottom: 3px solid #f7f7f7;
    }
    section#contact .wrap .contents ul.channel-list li:hover {
    }
    section#contact .wrap .contents ul.channel-list li:hover:after {
        opacity: 0;
        visibility: hidden;
    }

    section#contact .wrap .contents ul.channel-list li:first-child {
    }
    section#contact .wrap .contents ul.channel-list li:last-child {
        border-bottom: none!important;
    }
    section#contact .wrap .contents ul.channel-list li p.name {
        margin-bottom: 12px;
    }
    section#contact .wrap .contents ul.channel-list li .recommend p:first-child {
        margin: 0;
        padding: 14px 16px 0 34px;
        font-weight: 600;
    }
    section#contact .wrap .contents ul.channel-list li .recommend p:first-child:before {
        left: 16px;
    }
    section#contact .wrap .contents ul.channel-list li .recommend p{
        font-size: 13px;
        line-height: 20px;
        padding: 4px 16px 12px 15px;
    }
    section#contact .wrap .contents ul.channel-list li p.time {
    }
    section#contact .wrap .contents ul.channel-list li a.channel-link {
        position: static;
        width: auto;
        height: auto;
        display: inline-block;
        opacity: 1;
        margin: 16px 0 0 64px;
        text-align: left;
        padding: 10px 14px;
        background: #df5656;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        border-radius: 4px;
    }
    section#contact .wrap .contents ul.channel-list li a.channel-link i{
        padding-left: 10px;
    }
    section#upgrade {
        margin-top: -80px;
        padding: 80px 5% 70px;
    }
    section#upgrade .upgrade-box .icon {
        min-width: 200px;
        max-width: 200px;
        margin-bottom: 40px;
    }
    section#upgrade .upgrade-box .text .name {
        font-size: 26px;
        margin-bottom: 18px;
    }

    section#introduction-movie{
        margin-top: -80px;
        padding: 80px 5% 70px;
    }
    section#introduction-movie .movie-box .text .name {
        font-size: 22px;
        line-height: 134%;
        text-align: left;
    }
    section#introduction-movie .movie-box .text .name span{
        font-size: 24px;
        line-height: 128%;
        /* margin: 0 2px 0 0; */
    }
  section#introduction-movie .movie-box .text .description {
        text-align:left;
        margin-bottom: 0;
    }
  
    footer p {
        font-size: 11px;
        padding: 8px 0;
    }
    footer p br{
        display: block;
    }
}

@media screen and (max-width: 414px) {
    #main .img {
        height: 300px;
    }
    #tell-modal .modal-dialog {
        max-height: 90%;
        overflow-y: scroll;
    }
    #tell-modal .modal-header {
        padding: 15px;
        gap: 10px;
    }
    #tell-modal button.close {
        top: 15px;
        right: 15px;
        font-size: 26px;
    }
    #tell-modal .icon {
        width: 42px;
    }
    #tell-modal .title {
        font-size: 18px;
        margin-bottom: 0;
    }
    #tell-modal .description {
        font-size: 15px;
    }
    #tell-modal .modal-body {
        padding: 15px;
    }
    #tell-modal .contact-wrap .contact-box .contact-link {
        gap: 4px;
    }
    #tell-modal .contact-wrap .contact-box .contact-link li a{
      padding: 10px 30px 10px 12px;
      font-size: 15px;
      line-height: 20px;
    }
    section#compatible-products p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
        gap: 8px;
    }
  section#compatible-products p:before, section#compatible-products p:after {
      width: 9px;
  }
}

@media screen and (max-width: 375px) {
    section#compatible-products p {
        font-size: 16px;
        line-height: 26px;
    }
    section#compatible-products ul li {
        font-size: 12px;
    }
}

