@charset "utf-8";
/* CSS Document */

#breadcrumbs {
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
}
#breadcrumbs a {
    color: #FFFFFF !important;
}

.ttl_list {
    justify-content: center;
}

.lead_wrap {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
.lead_wrap {
    font-size: 1.1rem;
     margin-top: 20px;
}
}


/* #topmain
----------------------------------------- */
#topmain{
  position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

#topmain h1.ttl {
    position: absolute;
    top: 9rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
    font-size: 2.1rem;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}

#topmain > a.more {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    color: #000000;
    width: 100%;
    max-width: 42rem;
    height: 5rem;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem auto;
    position: relative;
    -webkit-transition: all .6s;
	transition: all .6s;
}
#topmain > a.more:hover {
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
    opacity: 1;
}
#topmain > a.more::after {
    content: '';
    width: 1rem;
    height: 1rem;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    z-index: 2;
    transform: translate(0,-50%) rotate(45deg);
}
#topmain > a.more:hover::after {
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
}


#topmain .topmain_layout {
    display: flex;
    flex-direction: column;
}
#topmain .topmain_layout > li {
    width: 100%;
}
#topmain .topmain_layout > li .bg_img {
    background-attachment: inherit; 
}
#topmain .topmain_con {
    width: 100%;
    height: 100%;
    padding-top: 18rem;
    padding-bottom: 12rem;
    position: relative;
}
#topmain .topmain_con .txt {
    width: 100%;
    max-width: 70rem;
    padding: 2rem;
    margin: auto;
    color: #ffffff;
}
#topmain .topmain_con .txt h3 {
    font-size: 2.5rem;
    letter-spacing: 0.8em;
    line-height: 50px;
    margin: auto;
    margin-bottom: 60px;
    font-weight: 700;
    width: 300px;
    height: 50px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
#topmain .topmain_con .txt h3 span {
    margin-right: -0.8em;
}
#topmain .topmain_con .txt .txt_wrap {
    padding: 0.5rem;
    font-weight: 400;
    color: #FFFFFF;
}
#topmain .topmain_con .txt a.more {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    color: #FFFFFF;
    width: 100%;
    max-width: 28rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 3rem auto 0;
    position: relative;
    -webkit-transition: all .6s;
	transition: all .6s;
}
#topmain .topmain_con .txt a.more:hover {
    color: #FFFFFF;
    opacity: .6;
}
#topmain .topmain_con .txt a::after {
    content: '';
    width: 1rem;
    height: 1rem;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    z-index: 2;
    transform: translate(0,-50%) rotate(45deg);
}
#topmain .topmain_con .txt a:hover::after {
}

#topmain .txt_con {
    width: 100%;
    position: relative;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 10;
    color: #ffffff;
    text-align: center;
    padding: 200px 0;
}

#topmain .txt_con h2 {
    font-size: 3.1rem;
    letter-spacing: 0.25em;
    line-height: 1;
    text-align: center;
}
#topmain .txt_con h2 span {
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px;
}

#topmain .txt_con h3 {
    font-size: 3.1rem;
    letter-spacing: 0.55em;
    line-height: 65px;
    margin: auto;
    margin-top: 60px;
    font-weight: 500;
    width: 440px;
    height: 65px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#topmain .txt_con .txt_wrap {
    margin: auto;
    margin-top: 60px;
    font-weight: 400;
    text-align: left;
    width: -webkit-calc(770 / 1440 * 100%);
	width: calc(770 / 1440 * 100%);
}

#topmain .txt_con .txt_wrap a {
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    -webkit-transition: all .6s;
	transition: all .6s;
}
#topmain .txt_con .txt_wrap a:hover {
}
#topmain .txt_con .txt_wrap a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin-top: 5px;
}


#topmain .txt_con a.more {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    color: #FFFFFF;
    width: 100%;
    max-width: 42rem;
    height: 5rem;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 8rem;
    position: relative;
    -webkit-transition: all .6s;
	transition: all .6s;
}
#topmain .txt_con a.more:hover {
    background-color: #000000;
    border: 1px solid #000000;
    opacity: 1;
}
#topmain .txt_con a.more::after {
    content: '';
    width: 1rem;
    height: 1rem;
    border-top: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    z-index: 2;
    transform: translate(0,-50%) rotate(45deg);
}
#topmain .txt_con a.more:hover::after {
    /*border-top: solid 1px #000000;
    border-right: solid 1px #000000;*/
}

    
#topmain .credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    /*-webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);*/
    z-index: 10;
    color: #ffffff;
    text-align: left;
    font-size: 1.0rem;
}

#topmain .slick-slide img {
	width: 100%;
}

#topmain .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slick-list {
    height: 100%;
}
.slick-track {
    height: 100%;
}

#topmain .slider li.slick-slide {
  height: 100%;
}

#topmain .slider li.slick-slide div.slide_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#topmain .slider li.slick-slide .slider_wrap {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#topmain .slick-dots {
    bottom: 5px;
    padding-left: 10px;
    text-align: left;
}

#topmain .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 5px;
    padding: 0;
    cursor: pointer;
}
#topmain .slick-dots li:last-child {
    margin-right: 0px;
}
#topmain .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 80px;
    height: 2px;
    padding: 0px;
    cursor: pointer;
    color: #B2B2B2;
    border: 0;
    outline: none;
    background: rgba(255,255,255,0.30);
    -webkit-transition: all .6s;
    transition: all .6s;
}
#topmain .slick-dots li.slick-active button {
    background: rgba(255,255,255,1.00);
}
#topmain .slick-dots li button:before {
    display: none;
}


#topmain .bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
}

#topmain .topmain_con.jinkou .bg_img { 
    background-position: center 0;
}


@media screen and (max-width: 768px) {
    #topmain .topmain_layout {
    display: block;
}
#topmain .topmain_layout > li {
    width: 100%;
}
#topmain .topmain_con {
    padding-top: 18rem;
    padding-bottom: 8rem;
}
#topmain .topmain_con.mizu {
    padding-top: 12rem;
}
    #topmain > a.more {
    width: 88%;
}
    
    #topmain .txt_con {
    padding: 100px 0;
}
    
    #topmain .txt_con h2 {
    width: 100%;
    font-size: 2.0rem;
    letter-spacing: 0.25em;
    line-height: 1;
    text-align: center;
}
    #topmain .txt_con h2 span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
    #topmain .txt_con h3 {
    font-size: 2.4rem;
    letter-spacing: 0.55em;
    line-height: 50px;
    margin: auto;
    margin-top: 40px;
    font-weight: 500;
    width: 80%;
    height: 50px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #topmain .txt_con .txt_wrap {
    margin-top: 30px;
    width: 88%;
}
    #topmain .slider {
}
    #topmain .slider li.slick-slide {
}
    
  #topmain .slider li.slick-slide div.slide_wrap {
      /*width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px);*/
      width: 100%;
      /*height : -webkit-calc(100vh - 30px) ;
      height : calc(calc(var(--vh, 1vh) * 100) - 30px) ;*/
      height: 100%;
  }
    #topmain .slick-dots {
    bottom: -25px;
    padding-right: 6%;
}
    
    #topmain .bg_img {
    /*width: 100%;
    height:100vh;
    position: fixed;*/
}
}



/* #mono_rita
----------------------------------------- */
#mono_rita {
	padding-top: 110px;
	padding-bottom: 80px;
	/*background-color: #FAFAFA;*/
}

#mono_rita h1.ttl {
	text-align: center;
    font-size: 2.1rem;
	margin-bottom: 10rem;
}

#mono_rita h2 {
	text-align: center;
}
#mono_rita h2 span {
	display: block;
	font-size: 1.8rem;
	margin-top: 2rem;
}

#mono_rita .img_wrap {
    width: 100%;
    max-width: 100rem;
	text-align: center;
	margin: 4rem auto;
}

#mono_rita .txt_wrap {
	text-align: center;
}
#mono_rita .txt_wrap a {
	text-decoration: underline;
	font-weight: bold;
}

#mono_rita .link_list {
	margin-top: 4rem;
    justify-content: center;
}

#mono_rita .link_list > li:not(:last-child) {
	margin-right: 3rem;
}


@media screen and (max-width: 768px) {
#mono_rita {
    padding-top: 50px;
	padding-bottom: 40px;
}
	
#mono_rita h2 span {
	display: block;
	font-size: 1.2rem;
	margin-top: 2rem;
}
	
#mono_rita .img_wrap {
	text-align: center;
	margin: 2rem auto;
}
	
#mono_rita .txt_wrap {
    padding: 0 2rem;
}
	
#mono_rita .link_list {
	margin-top: 30px;
}
#mono_rita .link_list > li:not(:last-child) {
	margin-bottom: 10px;
}
}


/* #bookshelf
----------------------------------------- */
#bookshelf {
	padding-top: 110px;
	padding-bottom: 80px;
}
#bookshelf .ttl_wrap {
	width: 100%;
    height: 35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/project/ritanohondana_bg.jpg);
    background-size: cover;
    margin-bottom: 6rem;
}
#bookshelf .ttl_wrap img {
}

#bookshelf .txt_wrap {
	text-align: center;
}
#bookshelf .txt_wrap h2 {
	font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
	margin-bottom: 3rem;
}
#bookshelf .txt_wrap a {
	text-decoration: underline;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
#bookshelf {
    padding-top: 50px;
	padding-bottom: 40px;
}
#bookshelf .ttl_wrap {
	height: 26rem;
    margin-bottom: 4rem;
}
#bookshelf .ttl_wrap img {
    width: 60%;
    margin: auto;
}

#bookshelf .txt_wrap {
    width: 88%;
    margin: auto;
	text-align: center;
}
#bookshelf .txt_wrap h2 {
	font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
	margin-bottom: 3rem;
}
#bookshelf .txt_wrap a {
	text-decoration: underline;
	font-weight: bold;
}
}


/* #about_rita
----------------------------------------- */
#about_rita {
	padding-top: 110px;
	padding-bottom: 80px;
	background-color: #FAFAFA;
}
#about_rita .txt_wrap {
	text-align: center;
}
#about_rita .txt_wrap a {
	text-decoration: underline;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
#about_rita {
    padding-top: 50px;
	padding-bottom: 40px;
}
}

/* #symposium
----------------------------------------- */
#symposium {
	padding-top: 110px;
}

#symposium .slick-slide .slide_wrap {
    position: relative;
}
/*#symposium .slick-slide:not(.slick-center) .slide_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.40);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 1;
}
#symposium .slick-slide .slide_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 1;
}*/

/*#symposium .slick-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.80);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 1;
}
#symposium .slick-slide.slick-current::before {
    background: rgba(255,255,255,0.00);
}*/


#symposium .slick-slide img {
	width: 100%;
	max-width: 860px;
}

#symposium .symposium_slider {
    position: relative;
    z-index: 1;
}

#symposium .symposium_slider li {
	margin: 0;
  position: relative;
}

#symposium .symposium_slider li div.slide_wrap {
  display: block;
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height : 350px;
    max-width: 100%;
    margin: auto;
}

#symposium .symposium_slider li a {
	display: block;
    position: relative;
    width: 860px;
    margin: auto;
}

#symposium .symposium_slider li a:hover * {
	opacity: 1;  
    filter: alpha(opacity=100);  
	-ms-filter: "alpha( opacity=100 )";
}

#symposium .symposium_slider li .txt_con {
    width: auto;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 10;
    color: #ffffff;
    text-align: left;
}

#symposium .symposium_slider li .info_con {
    /*width: 680px;*/
    width: 720px;
    margin: auto;
    -webkit-transition: all .6s;
    transition: all .6s;
    margin-top: 40px;
}
#symposium .slick-slide:not(.slick-center) .info_con {
    /*opacity: .3;*/
    opacity: 1;
}

#symposium .symposium_slider li .sub_ttl {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
#symposium .symposium_slider li .day {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 10px;
}
#symposium .symposium_slider li .lead {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 30px;
}
#symposium .symposium_slider li .ttl {
    /*font-size: 1.8rem;*/
    letter-spacing: 0;
    line-height: 1.8;
}
#symposium .symposium_slider li .ttl a {
    display: inherit;
	 text-decoration: underline;
}
#symposium .symposium_slider li .data {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 10px;
}
#symposium .symposium_slider li .txt_wrap {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 20px;
}


#symposium .symposium_slider .prev {
	position: absolute;
	top: 175px;
    left: -webkit-calc(calc(100% - 960px) / 2);
	left: calc(calc(100% - 960px) / 2) ;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#symposium .symposium_slider .next {
	position: absolute;
	top: 175px;
    right: -webkit-calc(calc(100% - 960px) / 2);
	right: calc(calc(100% - 960px) / 2) ;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#symposium .symposium_slider .prev:hover {
    left: -webkit-calc(calc(100% - 970px) / 2);
	left: calc(calc(100% - 970px) / 2) ;
}
#symposium .symposium_slider .next:hover {
    right: -webkit-calc(calc(100% - 970px) / 2);
	right: calc(calc(100% - 970px) / 2) ;
}

.prev::before {
    content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrow.svg) no-repeat center center;
	background-size: contain;
	transform: scale(-1, 1);
	margin-right: 0px;
	-webkit-transition: all .6s;
    transition: all .6s;
}
.next::before {
    content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrow.svg) no-repeat center center;
	background-size: contain;
	margin-left: 0px;
	-webkit-transition: all .6s;
    transition: all .6s;
}

@media only screen and (max-width: 768px) {
	#symposium {
    padding-top: 50px;
}
    #symposium .symposium_slider li .sub_ttl {
    font-size: 1.2rem;
}
    #symposium .symposium_slider li .day {
    font-size: 2.3rem;
    margin-top: 10px;
}
	.slick-initialized .slick-slide {
    display: block;
}
    #symposium .symposium_slider {
    width: 100%;
}
	#symposium .symposium_slider li {
    margin: 0 10px;
    position: relative;
}
	#symposium .symposium_slider li div.slide_wrap {
    width: 100vw;
	height: 200px;
    margin: auto;
}
    #symposium .symposium_slider li a {
	width: 100%;
}
    #symposium .symposium_slider li .txt_con {
    width: 88%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #ffffff;
    text-align: left;
}
    
    #symposium .symposium_slider li .info_con {
    width: 88%;
    margin: auto;
    margin-top: 20px;
}
    #symposium .symposium_slider li .lead {
    font-size: 1.2rem;
    margin-top: 15px;
}
#symposium .symposium_slider .prev {
    left: -5%;
}
#symposium .symposium_slider .next {
    right: -5%;
}
	.prev::before {
    content: "";
	display: block;
	width: 20px;
	height: 5px;
	background: url(../images/arrow.svg) no-repeat -6px center;
	background-size: contain;
	transform: scale(-1, 1);
	margin-right: 8px;
	-webkit-transition: all .6s;
    transition: all .6s;
}

.prev:hover::before {
    content: "";
	display: block;
	width: 20px;
	height: 5px;
	background: url(../images/arrow.svg) no-repeat 0 center;
	background-size: contain;
	margin-right: 8px;
	-webkit-transition: all .6s;
    transition: all .6s;
}
.next::before {
    content: "";
	display: block;
	width: 20px;
	height: 5px;
	background: url(../images/arrow.svg) no-repeat -6px center;
	background-size: contain;
	margin-right: 8px;
	-webkit-transition: all .6s;
    transition: all .6s;
}

.next:hover::before {
    content: "";
	display: block;
	width: 20px;
	height: 5px;
	background: url(../images/arrow.svg) no-repeat 0 center;
	background-size: contain;
	margin-right: 8px;
	-webkit-transition: all .6s;
    transition: all .6s;
}
}



/* #posts
----------------------------------------- */
#posts {
	padding-top: 190px;
    padding-bottom: 110px;
    text-align: center;
}

#posts .posts_list {
    margin-top: 60px;
}

#posts .posts_list > li {
	width: -webkit-calc(320 / 1040 * 100%);
	width: calc(320 / 1040 * 100%);
    margin-bottom: 40px;
}

#posts .img_wrap {
    margin-bottom: 15px;
    position: relative;
}

#posts .category .catlist a {
    color: #FFFFFF;
    font-weight: 300;
}

#posts .category {
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 2;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 500;
    padding: 5px 10px;
    background: #00416B;
}


#posts .posts_list > li:nth-child(3n) .category,
#posts .posts_list > li:nth-child(3n+1) .category {
    background: #CB0000;
}

#posts h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.8125;
    font-weight: 500;
}

#posts .data {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1;
    margin-top: 15px;
    font-weight: 300;
}

#posts .btn {
    min-width: 150px;
    text-align: center;
}


@media screen and (max-width: 768px) {
#posts {
	padding-top: 50px;
	padding-bottom: 30px;
}
#posts .inner {
    width: 75%;
}
#posts .posts_list {
    margin-top: 30px;
}
#posts .posts_list > li {
	width: 100%;
    margin-bottom: 30px;
}
#posts .posts_list > li:last-child {
    margin-bottom: 0px;
}
#posts .category {
    font-size: 1.0rem;
    font-weight: 300;
    padding: 3px 8px;
}
#posts h3 {
    font-size: 1.1rem;
}
#posts .data {
    font-size: 0.9rem;
    margin-top: 10px;
}
}



/* #pu_words
----------------------------------------- */
#pu_words {
	padding-top: 110px;
    padding-bottom: 110px;
    min-width: 1040px;
    text-align: center;
    background: #FAFAFA;
}

#pu_words .lead_wrap span.sub {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

#pu_words .txt_wrap {
    text-align: left;
}

#pu_words .pickupword_list_wrap {
    margin-top: 70px;
}
#pu_words .pickupword_list_wrap::before{
  content:"";
  display: block;
  width: 25%;
	order:1;
}
#pu_words .pickupword_list_wrap::after{
  content:"";
  display: block;
  width: 25%;
}
#pu_words .pickupword_list_wrap > li {
    width: 25%;
}
#pu_words .pickupword_list_wrap > li a.link_wrap {
    display: block;
    position: relative;
}
#pu_words .pickupword_list_wrap > li a.link_wrap:hover {
    opacity: 1
}

#pu_words .pickupword_list_wrap .txt_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: 1;
    z-index: 2;
    color: #FFFFFF;
    text-align: left;
    padding-left: -webkit-calc(50 / 360 * 100%);
	padding-left: calc(50 / 360 * 100%);
}

#pu_words .pickupword_list_wrap .txt_wrap .number {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: -webkit-calc(35 / 300 * 100%);
	margin-bottom: calc(35 / 300 * 100%);
}
#pu_words .pickupword_list_wrap .txt_wrap .ttl {
    width: 100%;
    font-size: 2.0rem;
    letter-spacing: 0;
    line-height: 1.33;
    font-weight: 400;
    margin-bottom: -webkit-calc(25 / 300 * 100%);
	margin-bottom: calc(25 / 300 * 100%);
}
#pu_words .pickupword_list_wrap .txt_wrap .name {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: -webkit-calc(45 / 300 * 100%);
	margin-bottom: calc(45 / 300 * 100%);
}
#pu_words .pickupword_list_wrap .txt_wrap .link_ttl {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1;
}


#pu_words .pickupword_list_wrap > li:hover .txt_wrap  {
    opacity: 1;
}

#pu_words .pickupword_list_wrap .img_wrap {
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#pu_words .pickupword_list_wrap .img_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(320 / 360 * 100%);
    width: calc(320 / 360 * 100%);
    height: -webkit-calc(260 / 300 * 100%);
    height: calc(260 / 300 * 100%);
    background: rgba(128,128,128,0.60);
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    z-index: 1;
}
#pu_words .pickupword_list_wrap > li:hover .img_wrap::before {
    opacity: 1;
}

#pu_words .pickupword_list_wrap .view_more {
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    z-index: 2;
}
#pu_words .pickupword_list_wrap .view_more a {
    font-size: 1.0rem;
    letter-spacing: 0.14em;
}

#pu_words .pickupword_list_wrap .ttl_en {
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    line-height: 1;
    margin-top: 20px;
}

#pu_words .btn {
    min-width: 150px;
    text-align: center;
    color: #000000;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
}
#pu_words .btn:hover {
    color: #FFFFFF;
    border: 1px solid #000000;
    background: #000000;
}


@media screen and (max-width: 1040px) {
#pu_words .pickupword_list_wrap .txt_wrap .ttl {
    font-size: 1.8rem;
}
}

@media screen and (max-width: 768px) {
#pu_words {
	padding-top: 50px;
    padding-bottom: 50px;
    min-width: auto;
}
    
#pu_words .lead_wrap span.sub {
    font-size: 1.0rem;
}
    
#pu_words .txt_wrap {
    font-size: 1.1rem;
}
#pu_words .pickupword_list_wrap {
    margin-top: 15px;
}
#pu_words .pickupword_list_wrap > li {
    width: 100%;
}
#pu_words .pickupword_list_wrap .txt_wrap .ttl {
    font-size: 1.6rem;
}
#pu_words .pickupword_list_wrap .txt_wrap .number {
    font-size: 1.4rem;
    margin-bottom: -webkit-calc(35 / 300 * 100%);
    margin-bottom: calc(35 / 300 * 100%);
}
#pu_words .pickupword_list_wrap .txt_wrap .name {
    font-size: 1.4rem;
    margin-bottom: -webkit-calc(45 / 300 * 100%);
    margin-bottom: calc(45 / 300 * 100%);
}
#pu_words .pickupword_list_wrap .txt_wrap .link_ttl {
    font-size: 1.0rem;
}
}