@charset "UTF-8";

/* reset */
h1 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: top;
}

p {
    color: #4d4d4d;
    margin: 0;
    line-height: 2;
}

.small-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (max-width:767px) {
    .small-wrap {
        padding: 0 20px;
    }
}

/* logo */
.index .rx-tcc-logo,
.page .rx-tcc-logo.flex {
    justify-content: space-between;
}

@media all and (-ms-high-contrast: none) {

    /* logo */
    .index .rx-tcc-logo,
    .page .rx-tcc-logo.flex {
        width: 100%;
        max-width: 1200px;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 1300px) {

    .index .rx-tcc-logo,
    .page .rx-tcc-logo.flex {
        box-sizing: border-box;
        max-width: 100%;
    }
}

/* mainvisual */
.index .mainvisual {
    background-image: url(../img/mainvisual.jpg);
}

.page01 .mainvisual {
    background-image: url(../img/journey/mainvisual.jpg);
}

.page02 .mainvisual {
    background-image: url(../img/animals/mainvisual.jpg);
}

.mainvisual {
    height: 775px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: cover;
}

.mainvisual .inner {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
}

.mainvisual .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainvisual-note {
    max-width: 960px;
    padding-top: 10px;
    text-align: center;
    font-size: 10px;
    color: #686868;
}

@media screen and (max-width: 1366px) {
    .mainvisual {
        height: 600px;
        background-size: cover;
    }
}

@media screen and (max-width: 999px) {
    .mainvisual {
        height: 480px;
        background-size: cover;
    }

    .mainvisual .inner {
        align-items: flex-end;
    }

    .mainvisual h1 {
        max-width: 500px;
        width: 100%;
        padding-bottom: 130px;
    }

    .mainvisual h1 img {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .rx-tcc-logo.rx-tcc-logo-absolute {
        background-color: #fff;
        position: static;
    }

    .index .rx-tcc-logo .sp {
        display: inline-block;
    }

    .index .mainvisual {
        background-image: url(../img/mainvisual_sp.jpg);
        height: auto;
    }

    .mainvisual .inner {
        padding: 0 20px;
    }

    .mainvisual .inner {
        align-items: center;
    }

    .mainvisual h1 {
        padding: 5% 0;
        width: 70%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and(max-width: 767px),
only screen and (min--moz-device-pixel-ratio: 2) and(max-width: 767px),
only screen and (-o-min-device-pixel-ratio: 2/1) and(max-width: 767px),
only screen and (min-device-pixel-ratio: 2) and(max-width: 767px),
only screen and (min-resolution: 192dpi) and(max-width: 767px),
only screen and (min-resolution: 2dppx) and(max-width: 767px) {
    .index .mainvisual {
        background-image: url(../img/mainvisual_sp@2x.jpg);
    }
}

/* index */
.index .intro {
    padding: 70px 30px 50px;
    text-align: center;
}

.index .page-nav {
    padding: 50px 30px;
    background-color: #f3f3f3;
    border-top: 1px solid #d2d2d2;
}

.index .page-nav ul.flex {
    max-width: 1000px;
    margin: 0 auto;
}

.index .page-nav li {
    flex: 0 0 44.2%;
}

.index .page-nav .icn {
    flex: 0 1 4.8%;
    padding-top: 12.2%;
    margin: 0 3.5%;
    width: 4.8%;
}

.index .page-nav .icn img {
    display: block;
    width: 100%;
    height: auto;
}

.index .page-nav div.flex {
    align-items: flex-end;
}

.index .page-nav .imgbox.text {
    flex: 0 0 47.06%;
}

.index .page-nav .imgbox.img {
    flex: 0 1 auto;
}

.index .page-nav .item01 .imgbox.img,
.index .page-nav .item02 .imgbox.text {
    margin-left: 10.2%;
}

.index .page-nav .imgbox img {
    width: 100%;
}

.index .page-nav .readmore {
    height: 60px;
    line-height: 60px;
    background-color: #000;
    color: #fff;
    display: block;
    text-align: center;
    margin: 45px auto 0;
    text-decoration: none;
    width: 212px;
    box-sizing: border-box;
    position: relative;
}

.index .page-nav .readmore img {
    width: 16px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.index .page-nav .item01 .readmore img {
    left: 10px;
}

.index .page-nav .item01 .readmore span {
    padding-left: 10px;
}

.index .page-nav .item02 .readmore img {
    right: 10px;
}

.index .page-nav .item02 .readmore span {
    padding-right: 10px;
}

.index .page-nav .readmore span {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .index .intro {
        padding: 40px 20px 25px;
    }

    .index .page-nav {
        padding: 25px 20px;
    }

    .index .page-nav li {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .index .page-nav li .flex {
        flex-wrap: wrap;
    }

    .index .page-nav li .imgbox {
        flex: 0 0 100% !important;
    }

    .index .page-nav li .imgbox img {
        max-width: 190px;
    }

    .index .page-nav .item01 .imgbox.text {
        order: 1;
    }

    .index .page-nav .item01 .imgbox.img {
        margin-left: 0;
    }

    .index .page-nav .imgbox.text {
        margin: 20px auto 0 !important;
        max-width: 190px;
    }

    .index .page-nav .imgbox.img img {
        display: block;
        margin: 0 auto;
    }

    .index .page-nav .icn {
        flex: 0 1 6%;
        margin: 0 auto;
        padding-top: 71px;
        max-width: 48px;
        min-width: 24px;
    }

    .index .page-nav .readmore {
        width: 80%;
        max-width: 190px;
    }
}

@media screen and (max-width: 639px) {
    .index .page-nav li {
        padding: 0;
    }

    .index .page-nav .readmore {
        height: 46px;
        line-height: 46px;
    }

    .index .page-nav .readmore span {
        font-size: 12px;
    }

    .index .page-nav .readmore img {
        width: 10px;
    }
}

@media screen and (max-width: 479px) {
    .index .page-nav .readmore {
        height: auto;
        padding: 0 10px;
        width: 100%;
        margin-top: 20px;
        line-height: 36px;
    }

    .index .page-nav .readmore span {
        font-size: 10px;
    }

    .index .page-nav .readmore img {
        width: 10px;
    }

    .index .page-nav .icn {
        padding-top: 17%;
        margin: 0 10px;
    }
}

/* .footer_product */
.footer_product {
    border-top: 1px solid #d2d2d2;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 20px;
}

.footer_product .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer_product .inner>img {
    display: block;
    margin: 0 auto;
}

.footer_product .inner .logo {
    max-width: 140px;
    margin-top: 8px;
}

.footer_product .text {
    margin-top: 20px;
}

.footer_product .note {
	margin-top:35px;
    font-size: 12px;
}

.footer_product a {
    margin: 10px auto 0;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
}

.footer_product a span {
    margin-left: 6px;
}

@media screen and (max-width: 767px) {
    .footer_product .inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 479px) {
    .footer_product .inner .camera {
        width: 60%;
    }

    .footer_product .inner .logo {
        width: 40%;
    }

    .footer_product . .footer_product .inner .note {
        font-size: 10px;
    }
}

/* page */
.page .rx-tcc-logo.flex .page-logo {
    margin-top: -14px;
}

.page h1 {
    margin-left: -30px;
}

.page h1 img {
    max-width: 100%;
}

.page .profile {
    background: #f8f9fd;
    padding: 70px 0;
    border-bottom: 1px solid #bcbcbe;
}

.page .profile .txtbox {
    margin-left: 30px;
}

.page .profile .txtbox img {
    max-width: 235px;
    padding-top: 17px;
}

.page .profile .txtbox p {
    margin-top: 25px;
    font-size: 12px;
}

.page .contents {
    padding-bottom: 90px;
}

.page .contents .block {
    margin-top: 90px;
}

.page .contents .block img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.page .contents .block p.exif{
	text-align:right;
}

.page .contents .block p.text{
    margin-top: 30px;
}

.page nav li {
    flex: 0 0 50%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page nav .journey {
    background-image: url(../img/journey/mainvisual.jpg);
    text-align: right;
}

.page nav .animals {
    background-image: url(../img/animals/mainvisual.jpg);
}

.page nav a {
    text-decoration: none;
    position: relative;
    display: block;
    padding: 0 70px;
}

.page nav a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    transition: .25s;
}

.page nav a:hover::after {
    background: rgba(255, 255, 255, .3);
}

.page nav .arrow {
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page nav .journey .arrow {
    right: 400px;
}

.page nav .journey .arrow.right {
		display:none!important;
	}

.page nav .animals .arrow {
    left: 400px;
}

.page nav img {
    max-width: 100%;
}

@media screen and (max-width: 999px) {
    .page .rx-tcc-logo.flex .page-logo {
        margin-top: -10px;
        text-align: right;
    }

    .page .rx-tcc-logo.flex .page-logo img {
        width: 70%;
    }

    .page nav a {
        text-decoration: none;
        position: relative;
        display: block;
        padding: 0 20px;
    }

    .page nav .journey a {
        padding-left: 70px;
    }

    .page nav .animals a {
        padding-right: 70px;
    }

    .page nav .arrow {
        width: 35px;
    }
	
	.page nav .journey .arrow {
		left: 30px;
        right: inherit;
	}
	
    .page nav .animals .arrow {
        left: inherit;
        right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .page .rx-tcc-logo.flex {
        justify-content: center;
    }

    .page .mainvisual {
        position: relative;
    }

    .page .mainvisual .site_title {
        position: absolute;
        top: 10px;
        left: 20px;
        right: 20px;
        text-align: center;
    }

    .page .mainvisual .site_title img {
        width: 50%;
    }

    .page nav ul {
        flex-wrap: wrap;
    }

    .page nav li {
        flex: 0 0 100%;
    }

    .page nav .arrow {
        display: none;
    }

    .page nav .journey {
        text-align: left;
    }
	.page nav .journey .arrow {
		display:none !important;
	}
	
	.page nav .journey .arrow.right {
		left: inherit;
        right: 30px;
		display:block !important;
	}
	
	

    .page nav .journey a,
    .page nav .animals a {
        padding: 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 639px) {
    .page .mainvisual {
        height: 280px;
    }

    .page .profile {
        padding: 40px 0;
    }

    .page .profile .inner {
        flex-wrap: wrap;
    }

    .page .profile .imgbox,
    .page .profile .txtbox {
        flex: 0 0 100%;
        margin: 0;
    }

    .page .profile .imgbox {
        text-align: center;
    }

    .page .profile .txtbox img {
        display: block;
        margin: 0 auto;
    }

    .page .contents {
        padding-bottom: 50px;
    }

    .page .contents .block {
        margin-top: 50px;
    }
	.page .contents .block p.exif{
		text-align:center;
	}

    .page .contents .block p.text{
        margin-top: 20px;
    }

    .page nav li {
        height: 280px;
    }

    .page nav a {
        height: 100%;
    }

    .page nav img {
        height: 100%;
        width: auto;
    }
}

@media screen and (max-width: 479px) {
    .page nav li {
        height: 200px;
    }
}

/*productlink*/

.inner-bannerbox {
    width: 450px;
    margin: 20px 0 0 auto;
}

.inner-bannerbox a {
    text-decoration:none !important;
	font-weight:bold !important;
}
.inner-bannerbox .inner-banner {
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
	padding: 10px 10px;
}
.inner-bannerbox .flex-item:first-child{
	width:20%;
}
.inner-bannerbox .flex-item:nth-of-type(2) img {
    width: 100px;
    margin-left: 15px;
    height: auto;
}
.inner-bannerbox .flex-item:last-of-type {
	margin-left:30px;
}
img.arrow {
    max-width: 100% !important;
    width: auto;
	display:inline-block !important;
	vertical-align: middle;
}

.inner-bannerbox .flex-item:last-of-type span{
	text-decoration:none !important;
	vertical-align: middle;
}

@media screen and (max-width: 639px){
	.inner-bannerbox {
		width: 100%;
		margin: 0 0 0 auto;
	}
	.inner-bannerbox .inner-banner {
    flex-wrap: wrap;
	}
	.inner-bannerbox .flex-item{
    flex: 0 1 auto; 
	}
	.inner-bannerbox .flex-item:last-of-type {
    margin-top: 10px;
    margin-left: 0 !important;
    flex: 1 1 100%;
    text-align: center;
	}
}


/*productbanner*/
.productBanner {
    padding: 80px 30px;
    border-top: 1px solid #a3a3a3;
    text-align: center;
}

.productBanner h3 {
    margin: 0 0 40px;
}

.productBanner .left {
   /* flex: 0 0 240px;*/
    text-align: left;
}

.productBanner .right {
   /* flex: 1 1 auto;*/
    text-align: left;
	padding: 3% 0 3% 2%;
}

.productBanner .rxProductImg {
    margin-bottom: 20px;
	    width: 23.1%;
		height:auto;
}

.productBanner .right .rxProductTxt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.productBanner .right p.rxProductTxt2 {
    font-size: 10px;
    line-height: 14px;
    color: #979797;
    margin-bottom: 30px;
}
.productBanner .right a{
    font-size: 18px;
	font-weight:bold;
	text-decoration:none;
}

.productBanner .right a img,.productBanner .right a span{
	vertical-align:middle;
}

@media screen and (max-width: 767px){
	
.productBanner .small-wrap {
    display: block;
	}
	
.productBanner {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .productBanner h3 {
        margin-bottom: 20px;
    }

    .productBanner h3 img {
        width: 80%;
        height: auto;
    }

    .productBanner .inner {
        flex-direction: column;
        align-items: center;
        display: block;
    }

    .productBanner .left {
        width: 100%;
        text-align: center;
        flex: 0 0 auto;
    }

    .productBanner .left img {
		width: 100%;
        max-width: 219px;
    }

    .productBanner .right {
        text-align: center;
    }

    .productBanner .rxProductImg {
        margin-bottom: 20px;
        width: 50%;
        max-width: 182px;
    }

    .productBanner .right .rxProductBtn {
        width: 45%;
        max-width: 157.94px;
    }

    .productBanner .right .rxProductTxt {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .productBanner .right p.rxProductTxt2 {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

@media screen and (max-width: 639px) {

    .productBanner {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}