@charset "UTF-8";
/* CSS Document */
/*
Theme Name:FOTO-US
*/
/*---
TOPページ共通
---*/
/*--セクションタイトル--*/
.section-title {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  text-align: center;
  padding: 130px 0 70px;
}
@media(max-width:1440px) {
  .section-title {
    padding: 100px 0 70px;
  }
}
@media(max-width:768px) {
  .section-title {
    font-size: 1.8em;
    padding: 60px 0 40px;
  }
}
@media(max-width:500px) {
  .section-title {
    font-size: 1.4em;
  }
}
/*---
TOPページ
---*/
/*--mv--*/
#fotous_mv {
  position: relative;
  z-index: 1;
}
#fotous_mv ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fotous_mv-text {
  display: block;
  font-size: 2.6em;
  padding: 150px 0;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.scroll {
  display: none;
}
.top-wave-img {
  width: 100%;
  position: absolute;
  bottom: -2px;
  z-index: -1;
}
.mv-slider .bg-area {
  z-index: 0;
}
@media(max-width:1440px) {
  .fotous_mv-text {
    font-size: 1.6em;
    padding: 130px 0;
  }
}
@media(max-width:768px) {
  .fotous_mv-text {
    font-size: 1.4em;
    padding: 100px 0 80px;
  }
  .scroll {
    display: block;
    position: absolute;
    top: 470px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    z-index: 1;
  }
  .scroll span {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 25%;
    left: 33%;
    transform: translateY(0) rotate(-45deg);
    border-left: 2px solid #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
    z-index: 2;
    animation: popping-arrow 2s infinite ease-out;
    margin: 17px 0 0 0;
  }
  .scroll-view {
    color: #FFF;
    font-size: 1.2em;
  }
}
@keyframes popping-arrow {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  30% {
    transform: translateY(.5em) rotate(-45deg);
  }
  60% {
    transform: translateY(0) rotate(-45deg);
  }
}
/*--mvスライダー--*/
.mv-slider {
  height: 820px;
  max-height: 85vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.mv-slider li {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 16s;
}
.mv-slider li:nth-child(1) {
  animation-name: slider-zoomin;
  animation-delay: 0.3s;
}
.mv-slider li:nth-child(2) {
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 8s;
}
.mv-slider .bp {
  height: 400px;
}
.mv-slider .bp li {
  background-size: contain;
  background-repeat: no-repeat;
}
@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.fotous_mv-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 16%;
  transform: translate(-50%, -50%);
}
.fotous_mv-logo img {
  width: 100%;
}
.fotous_mv-logo {
  animation-iteration-count: infinite;
  animation-duration: 16s;
}
.fotous_mv-logo:nth-child(1) {
  animation-name: slider-logo-zoomin;
  animation-delay: 0s;
}
.fotous_mv-logo:nth-child(2) {
  animation-name: slider-logo-zoomout;
  opacity: 0;
  animation-delay: 6s;
}
@keyframes slider-logo-zoomin {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slider-logo-zoomout {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media(max-width:768px) {
  .fotous_mv-logo {
    width: 40%;
  }
  .flex.fotous_about-detail {
    justify-content: center;
  }
}
@media(max-width:500px) {
  .mv-slider {
    height: 560px;
  }
  .fotous_slider-wrapper {
    position: relative;
    margin-top: -30px;
  }
}
/*TOP-イベント*/
.event-sp {
    display: none;
  }
.event {
  flex-wrap: wrap;
  width: 100%;
}
.event li {
  width: 23%;
  margin-right: 2.6%;
  position: relative;
}
.event li:last-child {
  margin-right: 0;
}
.pc-none.slick-slider {
  display: none;
}
.event-status {
  position: absolute;
  top: 5%;
  left: 0;
  padding: 1px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  width: fit-content;
  font-size: 1em;
  z-index: 1;
}
.fotous_event-title {
  margin-top: 14px
}
.square_contents {
  display: block;
  position: relative;
  width: 100%;
}
.square_contents::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square_contents img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
@media(max-width:768px) {
  .event-sp {
    display: block;
  }
  .event-sp li {
    position: relative;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .event-sp li:nth-child(even) {
    margin-right: 0;
  }
  .event-sp .square_contents {
    width: 80%;
    margin: auto;
  }
  .pc-none.slick-slider {
    display: block;
  }
  
  .fotous_event-title {
    padding: 0 10%;
  }
  .event-status {
    margin-left: 10%;
  }
  .prev-arrow {
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .next-arrow {
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*最新記事*/
#fotous_newpost {
  width: 100%;
}
.fotous_newpost-newest {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.rectangle {
  aspect-ratio: 3 / 2;
}
.fotous_newpost-newest .rectangle {
  width: 80%;
}
.post-newest-title {
  width: 40%;
  background-color: #FFF;
  padding: 2.2em 2.6em;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rectangle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fotous_newpost p {
  margin-top: 14px;
}
.archive-link {
  margin: 40px 0 0 auto;
  border: solid 1px #757575;
  text-align: center;
  width: 150px;
  padding: 4px;
  border-radius: 100px;
  color: #757575;
  background-color: #FFF;
}
@media(max-width:768px) {
  .archive-link {
    margin: 40px auto 0 auto;
  }
}
@media(max-width:500px) {
  .archive-link {
  font-size: 0.9em;
  }
}
/*ポスト（２〜３件目）*/
.fotous_newpost-pc li {
  width: 32%;
  margin-right: 2%;
}
.fotous_newpost-pc li:last-child {
  margin-right: 0;
}
/*ポスト_スマホ(２〜6件目）*/
.fotous_newpost-sp .rectangle {
  width: 80%;
  margin: auto;
}
@media(max-width:768px) {
  #front-page .fotous_newpost p {
    padding: 0 10%;
    height: max-content;
  }
  .fotous_newpost-newest .rectangle {
    width: 100%;
  }
  .post-newest-title {
    padding: inherit;
    width: 100%;
    position: inherit;
    margin-top: 10px;
    transform: none;
    background-color: rgba(255, 255, 255, 0);
  }
}
/*フォトアス*/
.recruitment_img-pc, .recruitment_img-sp {
  width: 100%;
}
/*アバウト*/
.fotous_about-img-pc, .fotous_about-img-sp {
  width: 100%;
}
/*アバウト詳細*/
.fotous_about-detail-pc {
  justify-content: space-between;
  margin: 0 6%;
}
.fotous_about-detail-pc li {
  width: 27%;
  font-size: 1.5em;
}
.fotous_about-detail-2 {
  justify-content: space-evenly;
  margin-top: 50px;
}
.fotous_about-detail-pc.fotous_about-detail-2 li:first-child {
  margin-right: -8%;
}
.fotous_about-detail-sp li {
  width: 45%;
}
.fotous_about-detail img {
  width: 100%;
}
.fotous_about-detail h4 {
  font-size: 1.0em;
  margin: 14px -40px 6px;
  overflow: visible;
  font-weight: 400;
}
.fotous_about-detail p {
  text-align: left;
  font-size: 0.8em;
}

@media(max-width:1440px) {
 .fotous_about-detail h4 {
    font-size: 0.9em;
  }
  .fotous_about-detail p {
    font-size: 0.65em;
  }
}
@media(max-width:1230px) {
   .fotous_about-detail h4 {
    font-size: 0.8em;
  }
}
@media(max-width:1080px) {
   .fotous_about-detail h4 {
    font-size: 0.7em;
  }
}
@media(max-width:768px) {
  .fotous_about-description {
    margin-top: 20px;
  }
  .fotous_about-detail-sp li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 20px;
  }
  .fotous_about-detail-sp li:last-child {
     margin-right: 0;
  }
  .fotous_about-detail-sp li:nth-child(even) {
    margin-right: 0;
  }
  .fotous_about-detail h4 {
    font-size: 1.0em;
    margin: 14px 0 6px;
  }
  .fotous_about-detail p {
    font-size: 0.7em;
  }
}
@media(max-width:500px) {
  .fotous_about-detail h4 {
    font-size: 0.82em;
    line-height: 1.5em;
  }
}
/*申し込み*/
.fotous_apply-pc, .fotous_apply-sp {
  position: relative;
}
.fotous_apply-pc {
  width: 100%
}
.fotous_apply-sp {
  width: 70%;
  margin: auto;
}
.fotous_apply-pc img, .fotous_apply-sp img {
  width: 100%;
}
.apply-link-pc, .apply-link-sp {
  position: absolute;
}
img.apply-link-pc {
  width: 14%;
  bottom: 9%;
  left: 2.5%;
}
img.apply-link-sp {
  width: 87%;
  top: 11%;
  left: 7%;
}
@media(max-width:768px) {
  .fotous_apply-sp {
    width: 60%;
  }
}
@media(max-width:500px) {
  .fotous_apply-sp {
    width: 80%;
  }
}
/*sns*/
.fotous_sns li {
  width: 32%;
  margin-right: 2%;
  position: relative;
  color: #FFF;
  overflow: hidden;
}
.fotous_sns li:last-child {
  margin-right: 0;
}
.fotous_sns li h3 {
  position: absolute;
  width: max-content;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8em;
}
.fotous_sns li p {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border: solid 2px #FFF;
  font-size: 1.5em;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
}
@media(max-width:768px) {
  .fotous_sns ul {
    width: 70%;
    margin: auto;
  }
  .fotous_sns li {
    width: 80%;
    margin-bottom: 30px;
    margin-right: 0;
    margin: 0 auto;
  }
  .fotous_sns li h3 {
    font-size: 1.3em;
  }
  .fotous_sns li p {
    font-size: 1em;
  }
  .fotous_sns li {
    margin: 0 auto 30px;
  }
  .fotous_sns li:last-child {
    margin: 0 auto 30px auto;
  }
}
@media(max-width:500px) {
  .fotous_sns ul {
    width: 100%;
  }
}
/*固定リンク*/
.fotous_link {
  position: fixed;
  z-index: 9999;
}
.fotous_link-pc {
  position: fixed;
  width: 220px;
  height: 220px;
  right: 3vw;
  bottom: 5vh;
  z-index: 9999;
}
.fotous_link-sp {
  display: none;
}
.fotous_link img {
  width: 100%;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media(max-width:1000px) {
  .fotous_link-pc {
    width: 180px;
    height: 180px;
  }
}
@media(max-width:500px) {
  .fotous_link-pc {
    display: none;
  }
  .fotous_link-sp {
    display: block;
    width: 90%;
    height: auto;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*---
下層ページ-記事ページ
---*/
.post-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 120px;
  display: block;
  z-index: 1;
}
.single-contents {
  font-family: 'Noto Sans JP', sans-serif;
}
.single-contents-time {
  font-size: 1.2em;
  color: #AEAEAE;
}
.single-contents img {
  display: block;
  max-width: 100%;
  margin: 50px auto;
  width: 100%;
}
.single-contents p {
  margin-bottom: 1em;
  line-height: 2.0em;
}
.single-contents h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 400;
}
.single-contents h3 {
  margin-top: 100px;
  font-weight: 400;
  font-size: 1.9em;
}
.single_page-title {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6em;
  font-weight: 700;
  width: max-content;
  max-width: 90%;
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#single_thumbnail {
  position: relative;
  overflow: hidden;
}
.rectangle-wide {
  aspect-ratio: 3.047 / 1;
}
.rectangle-small {
  aspect-ratio: 1.126 / 1;
}
.single_thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_archive-link {
  margin-bottom: 50px;
}
.single_archive-link {
  margin: 80px auto;
}
@media(max-width:1440px) {
  .single-contents {
    margin-top: 120px;
  }
  .single-contents-time {
    font-size: 1.1em;
  }
  .single-contents img {
    margin: 30px auto;
  }
  .single_page-title {
    font-size: 3.0em;
  }
}
@media(max-width:768px) {
  .single-contents .fotous_newpost p {
    padding: 0;
  }
  .post-logo {
    left: 20px;
    width: 100px;
  }
  .single-contents h3 {
    margin-top: 80px;
    font-size: 1.2em;
  }
  .single-contents h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  .single_page-title {
    font-size: 2.4em;
  }
  .single-contents {
    margin-top: 80px;
  }
}
@media(max-width:500px) {
   .single-contents {
    margin-top: 50px;
  }
  .single-contents-time {
    font-size: 0.9em;
  }
  .single-contents h2 {
    font-size: 1.3em;
  }
  .single-contents h3 {
    margin-top: 60px;
    font-size: 1.1em;
  }
  .single-contents img {
    margin: 16px auto;
  }
  .single_page-title {
    font-size: 1.8em;
  }
  .single_archive-link {
    margin: 70px auto;
  }
  
}
.archive-contents {
  margin-bottom: 80px;
}
.archive-contents .event li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
.archive-contents .event li:nth-child(3n) {
  margin-right: 0;
}
@media(max-width:768px) {
  .archive-contents .event li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .archive-contents .event li:nth-child(3n) {
    margin-right: 3%;
  }
  .archive-contents .event li:nth-child(2n) {
    margin-right: 0;
  }
  .archive-contents .event .square_contents {
    width: 100%;
  }
  .archive-contents .event-status {
    font-size: 0.8em;
  }
  .archive-contents .event-status {
    margin-left: 0;
  }
}
/*postlist*/
.archive-contents .fotous_newpost li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.archive-contents .fotous_newpost li:nth-child(3n) {
  margin-right: 0;
}
/*single-post*/
.single_related h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 400;
}
.related-pc li {
  width: 32%;
  margin-right: 2%;
}
.related-pc li:last-child {
  margin-right: 0;
}
.related-pc li p {
  margin-top: 14px;
}
.related-sp li {
  width: 48%;
  margin-right: 4%;
}
.related-sp li:last-child {
  margin: 0;
}
.post-title {
    margin-top: 14px;
  }
@media(max-width:768px) {
  .archive-contents .fotous_newpost li {
    width: 48%;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .archive-contents .fotous_newpost li:nth-child(3n) {
    margin-right: 3%;
  }
  .archive-contents .fotous_newpost li:nth-child(2n) {
    margin-right: 0;
  }
  .post-title {
    padding: 0;
    margin-top: 8px;
  }
}
@media(max-width:500px) {
  .post-title {
    margin-top: 8px;
    font-size: 0.7em;
  }
}
/*--ページネーション--*/
.pagination {
  margin: 40px auto 0;
  width: max-content;
}
.nav-links {
  display: flex;
}
.pagination .page-numbers {
  display: inline-block;
  color: #000;
  height: 50px;
  width: 50px;
  border: 1px solid #000;
  font-size: 1.7em;
  padding: 7px;
  border-right: none;
}
.pagination .page-numbers:last-child {
  border-right: 1px solid #000;
}
.pagination .current {
  background: #D6A221;
  color: #FFF;
}
.pagination .dots {
  border: none;
  border-left: 1px solid #000;
}
.eventlist-contents {
  position: relative;
}
@media(max-width:768px) {
  .pagination .page-numbers {
    height: 45px;
    width: 45px;
    font-size: 1.5em;
    padding: 6px;
  }
}
/*top画像切り抜き*/
.wave-pc {
  mask: url('https://fotous.fotomare.co.jp/wp-content/themes/fotous/images/top-wave.png') left top / 100% 100%;
  -webkit-mask: url('https://fotous.fotomare.co.jp/wp-content/themes/fotous/images/top-wave.png') left top / 100% 100%;
}
.wave-sp {
  mask: url('https://fotous.fotomare.co.jp/wp-content/themes/fotous/images/top-wave-sp.png') left top / 100% 100%;
  -webkit-mask: url('https://fotous.fotomare.co.jp/wp-content/themes/fotous/images/top-wave-sp.png') left top / 100% 100%;
}
.single-wave {
  mask: url('https://fotous.fotomare.co.jp/wp-content/themes/fotous/images/single-wave.png') left top / 100% 100%;
  -webkit-mask: url('https://fotous.fotomare.co.jp/wp-content/themes/fotous/images/single-wave.png') left top / 100% 100%;
}
.single-wave-sp {
  mask: url('https://fotous.fotomare.co.jp/wp-content/themes/fotous/images/single-wave-sp.png') left top / 100% 100%;
  -webkit-mask: url('https://fotous.fotomare.co.jp/wp-content/themes/fotous/images/single-wave-sp.png') left top / 100% 100%;
}