/*
Theme Name: LP01
Theme URI: http://clear-design.jp/
Description: CLEARdeSIGN header
Version: 1.0
Author: CLEARdeSIGN
Author URI: http://clear-design.jp/
Tags: CLEARdeSIGN
Text Domain: CLEARdeSIGN
*/

/*インデクス共通 */
@media (min-width: 320px) {
    h2 {
        font-size: calc(1.35rem + ((1vw - 3.2px) * 0.9082));
        min-height: 0vw;
        color: #0D9DC8;
        font-weight: 300;
        margin-bottom:2em;
        text-align: center;
    }
}

@media (min-width: 1366px) {
    h2 {
        font-size: 31.1px;
        color: #0D9DC8;
        text-align: center;
        font-weight: 300;
        margin-bottom:3em;
    }
}

h2 span {
    display: block;
    font-size: 65%;
    text-transform: uppercase;
    color: #0D9DC8;
    text-align: center;
    opacity: .8;
}

h3 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    padding-left: 1.2em;
    padding-top: 2em;
}

h3 span {
    display: block;
    color: #fff;
    font-size: 65%;
    opacity: .8;
}

section {
    padding-bottom: 5em;
    padding-top: 5em;
}


/*---------
ピックアップ
---------*/
/* slick arrow custom */
.slick-next:before, .slick-prev:before {
    color:#0D9DC8!important;
}
.slick-next, .slick-prev {
    top:auto!important;
    bottom:-35px!important;
    z-index: 100!important;
}
.slick-prev {
    left:40%!important;
}
.slick-next {
    right:40%!important;
}
.pickup-wrap{padding:0 5px;}
@media(min-width:640px){
.pickup-wrap{padding:0 15px;}
}
/* slick arrow custom end*/
.pickup-link{
    display:block;
    position: relative;
    height:430px;
    width:100%;
}
.pickup-content h4 {
    font-size:1.4rem;
}
@media(min-width:640px){
    .pickup-link{
    height:420px;
    }
    .pickup-content h4 {
        font-size:1.2rem;
    }
    .pickup-content {
        height:200px;
    }
}
@media(min-width:1024px){
    .pickup-link{
    height:460px;
    }
    .pickup-content h4 {
        font-size:1.4rem;
    }
    .pickup-content {
        height:220px;
    }
}
@media(min-width:1230px){
    .pickup-link{
    height:440px;
    }
    .pickup-content h4 {
        font-size:1.3rem;
    }
    .pickup-content {
        height:220px;
    }
}
@media(min-width:1366px){
    .pickup-link{
    height:460px;
    }
    .pickup-content h4 {
        font-size:1.５rem;
    }

}
@media(min-width:1600px){
    .pickup-link{
    height:480px;
    }
}

.pickup-label {
    position: absolute;
    z-index: 2;
    content: '';
    top: 20px;
    right:20px;
    padding: 0 .5em;
    background: #000;
    font-size: 15px;
    color: #fff;
    text-align: center;
    min-width: 150px;
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
}
.pickup-img-wrap {
    /*position: absolute;
    top:0;
    left:45%;*/
    position: relative;
    width:80%;
    height:280px;
    overflow: hidden;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
}
.pickup-img-wrap img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);/**/
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    }
.pickup-link:hover .pickup-img-wrap img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pickup-content-wrap {
    position: absolute;
    bottom:0;
    right:0;
    width:80%;
    height:280px;
    /*
    left:calc(45% + 25px);
    transform: translateX(calc(-50% + 25px));
    -webkit-transform: translateX(calc(-50% + 25px));
    -moz-transform: translateX(calc(-50% + 25px));
    -ms-transform: translateX(calc(-50% + 25px));
    -o-transform: translateX(calc(-50% + 25px));*/
}
.pickup-content {
    padding: 1.5em;
    background: #E4FFFF;
    text-align: left;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    height:200px;
    transition: padding .2s ease-in-out;
    -webkit-transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    -ms-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
}
@media(max-width:640px){
    .pickup-content {margin-top:-15px; height:auto;}
}
.pickup-link:hover .pickup-content {
    padding-top: 2em;
}
.pickup-link:hover .pickup-content {
    background: #fff;
    border-bottom: 2px solid #0D9DC8;
}
.pickup-date {
    text-align: right;
    font-size: 1em;
    opacity: .35;
    margin-bottom: 0;
}

.pickup-content h4,
.pickup-content h4:hover {
    color: #0D9DC8 !important;
}
.pickup-content h4 span {
    display: block;
    font-size: 85%;
    opacity: .35;
} 
/*----------
新着情報 news
----------*/
#news {
    background: rgb(0, 255, 247);
    background: linear-gradient(41deg, rgba(0, 255, 247, 0.6671043417366946) 0%, rgba(59, 200, 200, 0.23573179271708689) 54%, rgba(0, 136, 255, 0.7343312324929971) 100%);
}
.news-date {
    text-align: right;
    font-size: 1em;
    opacity: .35;
    margin-bottom: 0;
}
.news-wrap {
    max-width: 992px;
    margin: 0 auto;
}

.news-content {
    background: #fff;
    padding: 3em 1em 1em 1em;
    margin-top: -2em;
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    height: 210px;
    -webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a.news-link:hover .news-content {
    background: #0D9DC8;
    color: #fff;
}
.news-title {
    word-break: break-all;
    color: #0D9DC8;
    font-size: 1.2em;
    margin-bottom:0em;
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.news-card .news-link:hover .news-content .news-title {
    color: #fff;
}
.news-card .news-link .news-content .more {
    color: #0D9DC8!important;
    padding-top:1.5em;
    float:right;
}
.news-card .news-link:hover .news-content .more {
    color: #fff!important;
    border-bottom: 1px solid #fff;
}
.news-card .news-link div.trim{
    background: rgb(0, 255, 247);
    background: linear-gradient(41deg, rgba(0, 255, 247, 0.6671043417366946) 0%, rgba(59, 200, 200, 0.23573179271708689) 54%, rgba(0, 136, 255, 0.7343312324929971) 100%);
    /*height:240px;
    width:100%;*/
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
    object-fit: cover;
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 1;
}

.news-card .news-link:hover div.trim{
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

.news-list {
    border: 1px solid #fff;
    margin: 3em 1em 2em 1em;
}

.news-list dl {
    margin: 1em;
    font-weight: normal;
    font-size: 1em;
}

.news-list dl dt {
    color: #0D9DC8;
}

.news-list dl dd{
    border-bottom: 1px dotted #fff;
}
.news-link .card-footer{
    transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.news-link:hover .card-footer {
    background-color:#0D9DC8!important;
    color:#fff!important;

}
@media(min-width:768px){
    .news-list {
        padding:2em 0 3.5em;
    }
    .news-list dl{
        margin: 1.5em 3em 0 3em;
    }
    .news-list dl dt {
        padding-top:.5em;
        padding-bottom: .5em;
        float: left;}
    .news-list dl dd {
        padding-left: 100px;
        padding-top:.5em;
        padding-bottom: .5em;
        transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
    .news-list dl dd::after {
        content: url('/wp/wp-content/themes/jsm/img/arrow-right.svg');
        display: inline-block;
        vertical-align: middle;
        width:25px;
        height:auto;
        opacity: 0;
        transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
    .news-list dl a:hover dd::after{
        opacity: 1;
        padding-left:1em;
    }
}
/*-------------
活動内容 activity
-------------*/
section#activity {
    line-height:0!important;
}
section#activity .c4-reveal-right,
section#activity .c4-reveal-left  {
    line-height:20px!important;
}
#activity .circle-wrap {
    position: relative;
}
#activity .center-circle{
    position: absolute;
    z-index: 150;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width:100%;
    min-width: 250px;
    min-height: 250px;
    max-width:400px;
    max-height:400px;
    background-color: transparent!important;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#activity figure {
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
}
#achieve .member {
    padding: 4em 0;
}
/* 18px @ 992px increasing to 28px @ 1920px */
@media (min-width: 300px) {
    .c4-izmir h4 {
        font-size: calc(1.125rem + ((1vw - 2.92px) * 1.0776));
        /* Note: The calc base value (1.125rem) MUST be stated in REM to maintain accessibility */
        /* Where: 1.0776 = 100 * font-size_difference / viewport_width_difference */

        /* Safari resize fix */
        min-height: 0vw;
    }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 1920px) {
    .c4-izmir h4 {
        font-size: 28px;
    }
}
.c4izmir {
    position: relative;
}
.addtext-left{
    position: absolute;
    top:30px;
    left:30px;
    z-index: 10;
    font-family: serif;
}
.addtext-right{
    position: absolute;
    top:30px;
    right:30px;
    z-index: 10;
    font-family: serif;
    text-align:right;
}
.addtext-left span,
.addtext-right span {
    display: block;
    font-size: 60%;
    font-family: sans-serif;
    padding-top: .5em;
}
@media (max-width:670px) {
.c4-izmir:hover .addtext {opacity: 0;}
}
.c4-reveal-right {
    z-index:100;
}
ul.act-text li {
    font-size: 13px;
    line-height:20px;
}
/* 13px @ 992px increasing to 26px @ 1920px */
@media(min-width:768px){
    ul.act-text li {
        font-size: 2.0833333333333335vw}
}

@media (min-width: 992px) {
    ul.act-text li {
        font-size: calc(0.625rem + ((1vw - 9.92px) * 1.4009));
      /* Note: The calc base value (0.8125rem) MUST be stated in REM to maintain accessibility */
      /* Where: 1.4009 = 100 * font-size_difference / viewport_width_difference */
  
      /* Safari resize fix */
      min-height: 0vw;
      line-height: calc(0.625rem + ((1.3vw - 9.92px) * 1.4009));
        font-family: serif;
    }
  }
  /* Prevent scaling beyond this breakpoint */
  @media (min-width: 1920px) {
    ul.act-text li {
      font-size: 23px; 
    }
  }
/* 12px @ 992px increasing to 16px @ 1920px */
@media (min-width: 992px) {
    .smallist {
      font-size: calc(0.75rem + ((1vw - 9.92px) * 0.431));
      /* Note: The calc base value (0.75rem) MUST be stated in REM to maintain accessibility */
      /* Where: 0.431 = 100 * font-size_difference / viewport_width_difference */
  
      /* Safari resize fix */
      min-height: 0vw;
    }
  }
  /* Prevent scaling beyond this breakpoint */
  @media (min-width: 1920px) {
    .smallist {
      font-size: 16px;
    }
  }
/*------------------
index bottom banner
------------------*/
/*検索フォーム*/
.modal-trigger{
    cursor: pointer;
}
.modal-trigger h2{
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
a.modal-trigger:hover h2{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.search__input {
    width: 100%;
    padding: 12px 24px;
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: transparent;
    /*background-image: url(http://mihaeltomic.com/codepen/input-search/ic_search_black_24px.svg); */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 50px;
    border: 1px solid #fff;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.search__input::placeholder {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.search__input:hover,
.search__input:focus {
    padding: 12px 0;
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background-position: 100% center;
}

#archive>div {
    background: #0D9DC8;
    color: #222 !important;
    padding: 4em 0;
}

#archive>div h2,
#archive>div h2 span {
    color: #fff !important;
}

/*検索ホームend*/
#banner {
    background: #f8f9fa;
    color: #222 !important;
    padding: 4em 0;
}

.bt-banner {
    border-right: 1px solid #0D9DC8;
}
#archive i {
    line-height:51px;
}
#archive i:hover {
color: #22d3ff;
}

/*------------------
    出版物press 
------------------*/
#press .badge {
    font-weight: 300;
    font-size: .9em;
    padding: .25em .5em;
}

.btn-outline-dark {
    font-size: 1em;
    padding: .5em 1em;
}

.table-prize thead th:nth-child(1) {
    width:15%;
}
.table-prize thead th:nth-child(2) {
    width:15%;
}
.table-prize thead th:nth-child(3) {
    width:auto;
}
.table-prize thead th:nth-child(4) {
    width:10%;
}
.table-prize thead th:nth-child(5) {
    width:auto;
}
.table-prize thead th:nth-child(6) {
    width:15%;
}

@media(min-width:768px) {
    #member > div {
    border: 3px solid #0D9DC8;
}
}

.link-effect-01 {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.link-effect-01::before,
.link-effect-01::after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #0D9DC8;
  transition: .3s;
}
.link-effect-01::before {
  top: 0;
  left: 0;
}
.link-effect-01::after {
  bottom: 0;
  right: 0;
}
.link-effect-01:hover::before,
.link-effect-01:hover::after {
  width: 100%;
}

.fixed {
    position: fixed;
    left: 50px;
    bottom: 10px;
  }

/* pr動画 */
/*header設定*/
#video-wrap{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
#video-wrap .video-logos {
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
    max-width: 800px;
}

/* pr banner */
.pr-banners a {
    display: block;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.pr-banners a:hover {
    box-shadow: 0 0 20px #22d3ff;
}

@media(max-width: 600px){
    .video-logo {
        max-width: 300px;
    }    
    .pr-banners img {
        max-width: 320px;
    }
    .pr-banners a {
        margin-bottom: 10px;
    }
}