@charset "UTF-8";


.pc {
    display: block;
}

.sp {
    display: none;
}

#main_contents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    top: 66px;
}

#dummy_contents {
    width: 100%;
}

header {
    background-color: #fff;
}

/* scroll */
.scroll {
    text-shadow:0px 0px 5px #ffffff;
    
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 40px;
    font-size: 11px;
    text-align: center;
    height: 40px;
    width: 100px;
    margin-left: -50px;
}

.scroll .mouse {
    box-shadow:0px 0px 5px #ffffff !important;
    margin: 0 auto 7px auto;
    width: 22px;
    height: 37px;
    border: solid 2px #333;
    border-radius: 10px;
}

.scroll .mouse .wheel {
    position: absolute;
    width: 2px;
    height: 7px;
    background-color: #333;
    top: 10%;
    left: 50%;
    margin-left: -1px;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow:0px 0px 5px #ffffff !important;
}

/* topArrow */
.topArrow {
    background: url(/brand/asset/img/ico_vision_index_totop.png) no-repeat;
    width: 53px;
    height: 53px;
    position: fixed;
    z-index: 2;
    right: 40px;
    bottom: 40px;
    text-indent: -9999px;
    box-shadow: 0px 0px 5px rgba(255,255,255,0.8);
}

@-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0
    }
    15% {
      opacity: 1
    }
    30% {
      -webkit-transform: translate(0, 15px);
      opacity: 0
    }
    45% {
      opacity: 0
    }
    100% {
      opacity: 0
    }
}
  
@keyframes sdb {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 0
    }
    15% {
      opacity: 1
    }
    30% {
      -webkit-transform: translate(0, 15px);
      transform: translate(0, 15px);
      opacity: 0
    }
    45% {
      opacity: 0
    }
    100% {
      opacity: 0
    }
}

/* parallax_section */
.parallax_section {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.parallax_white .parallax_section {
    background-color: #fff;
}

.parallax_section .bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -25%;
    height: 150%;
    width: 100%;
}

/* text_box */
.text_box {
    display: table;
    width: 100%;
    height: 100%;
}

.text_box .inner {
    color: #fff;
    font-size: 16px;
    display: table-cell;    
    vertical-align: middle;
    position: relative;
}

.text_box p {
    text-shadow:0px 0px 3px #000;
}

.text_box p a {
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px dotted #fff;
    margin: 5px 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.text_box p a:after {
    content: '';
    display: inline-block;

    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    margin-left: 5px;

    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.text_box p .accordion:after {
    transform: rotate(0deg);
}

.text_box p strong {
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: normal;
}

.text_box .title {
    margin-bottom: 45px;
}

.text_box .leadText {
    margin-bottom: 25px;
}

.text_box .leadText dt {
    float: left;
}

.text_box .leadText dd {
    float: left;
    font-size: 21px;
    padding-left: 10px;
    margin-top: 14px;
    font-weight: bold;
}
.text_box .leadText dd.twoline{
    margin-top: -4px;
}


.text_box.black .inner {
    color: #000;
}

.text_box.black p {
    text-shadow: 
    #fff 2px 2px 3px, #fff -2px 2px 3px,
    #fff 2px -2px 3px, #fff -2px -2px 3px;
}

.text_box.strong_shadow p {
    text-shadow: 
    #000 2px 2px 2px, #000 -2px 2px 2px, #000 2px -2px 2px, #000 -2px -2px 2px;
}

.text_box.black a {
    color: #000;
    border-bottom: 2px dotted #000;
}

.text_box.black p a:after {
    border: 1px solid #000;
}

/* accordion_section */
.accordion_section {
    display: none;
	overflow:hidden;
    background-repeat: repeat-x;
    position: relative;
}

.accordion_section:before {
    content: '';
    
    display: block;
    width: 150%;
    height: 100%;

    position: absolute;
    left: -25%;
    top: 0;
    box-shadow:0px 0px 20px 15px #ccc inset;
}

.accordion_section .arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 26px;
    cursor: pointer;
    margin: auto;
}

/* product_link */
.product_link .inner {
    padding: 90px 0 100px;
    width: 62.5%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right 40px center;
    position: relative;
}

.product_link.aquos2 .inner{
    background-repeat: no-repeat;
    background-position: 90% 80%;
}

.product_link.aquosr2 .inner{
    background-repeat: no-repeat;
    background-position: 90% 80%;
}


.product_link.healsio .inner{
    background-repeat: no-repeat;
    background-position: 90% 80%;
}



.product_link.kuusei .inner{
    background-repeat: no-repeat;
    background-position: 90% 80%;
}




.product_link .inner .logo {

}

.product_link .inner .copy {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    width: 305px;
    margin: auto;
}

.product_link .inner .copy p {
    font-size: 16px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1550px) {
    .product_link .inner {
        width: 1000px;
    }
}

/* message_box */
.message_box {
    padding: 150px 0 100px;
    text-align: center;
}

.message_box > div {
    margin-bottom: 70px;
}

.message_box > ul li {
    display: inline-block;
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }
    
	#main_contents {
	    position: static;
	}

	#dummy_contents {
		display:none;
	}

    #main_contents {
        min-width: auto;
        min-width: initial;
        top: 56px;
    }

    /* topArrow */
    .topArrow {
        background-size: contain;
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 20px;
    }

    /* parallax_section */
    .parallax_section .bg {
        height: 120%;
        top: -10%;
    }

    /* text_box */
    .text_box .inner {
        font-size: 12px;
    }
    
    .text_box .title {
        margin-bottom: 15px;
    }

    .text_box .leadText {
        margin-bottom: 10px;
    }
    
    .text_box .leadText dt {
        width: 32px;
    }
    
    .text_box .leadText dd {
        font-size: 13px;
        padding-left: 5px;
        line-height: 1.3;
        margin-top: 6px;
    }
	.text_box .leadText dd.twoline{
	    margin-top: 0.01em;
	}

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

    .text_box p a {
        font-size: 15px;
        border-bottom: 1px dotted #fff;
        margin: 10px 5px;
        line-height:1;
        display: inline;
    }

    .text_box p a:after {
        width: 8px;
        height: 8px;
        background-size: 5px;
    }

    .text_box p strong {
        margin-top: 10px;
        font-size: 15px;
    }

    .text_box.black p {
        text-shadow: 
        #fff 1px 1px 2px, #fff -1px 1px 2px,
        #fff 1px -1px 2px, #fff -1px -1px 2px;

    }

    /* accordion_section */
    .accordion_section .arrow {
        bottom: 10px;
        width: 13px;
    }

    /* product_link */
    .product_link .inner {
        padding: 35px 0 50px;
        width: 100%;
        margin: 0 auto;
        background-position: right 8.73533246414602% bottom 20%;
        background-size: 33.333333%;
    }
    
    .product_link .inner .logo {
        width: 230px;
        margin: 0 auto 20px;
    }

    .product_link .inner .copy {
        position: static;
        float: left;
        text-align: left;
        padding-left: 8.73533246414602%;
    }

    .product_link .inner .copy p {
        font-size: 12px;
    }

    .product_link .inner .copy > div {
        width: 140px;
    }

    /* message_box */
    .message_box {
        padding: 100px 0 120px;
    }

    .message_box > div {
        width: 280px;
        margin: 0 auto 60px;
    }

    .message_box > ul li {
        width: 140px;
        margin: 0 5px
    }
}