@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400");
/* base */
html {
  font-size: 62.5%; }

body {
  color: #000;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: 0.1em;
  background-color: #EAE8E8; }

#wrapper {
  position: relative; }

img {
  vertical-align: bottom; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #FF8700; }
  a[href^="tel:"] {
    pointer-events: none; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.flexContainer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadein {
  opacity: 0.0;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s; }

.fadein.scrollin {
  opacity: 1;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s; }

/* header */
#headerSp, #gNaviSp {
  display: none; }

#header {
  width: 100%;
  min-width: 1170px;
  height: 134px;
  display: block;
  background-color: #FFF;
  position: relative; }
  #header #headerContent {
    width: 800px;
    position: absolute;
    top: 46px;
    left: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Noto Sans', serif;
    font-weight: 400;
    letter-spacing: 0.1em; }
    #header #headerContent .logo {
      width: 324px; }
    #header #headerContent #gNavi {
      width: 240px;
      padding-top: 2px; }
      #header #headerContent #gNavi ul {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        #header #headerContent #gNavi ul li {
          font-size: 1.1rem;
          margin-bottom: 17px; }
          #header #headerContent #gNavi ul li:first-child {
            width: 158px; }
          #header #headerContent #gNavi ul li:nth-child(3) {
            width: 158px; }
        #header #headerContent #gNavi ul .active a {
          color: #FF8700; }
    #header #headerContent .copyright {
      font-size: 0.8rem;
      padding-top: 2px; }
  #header .private {
    position: absolute;
    top: 46px;
    right: 30px;
    font-size: 1.1rem;
    font-family: 'Noto Sans', serif;
    font-weight: 400; }

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1; }
  .pc {
    display: none !important; }
  .sp {
    display: block !important; }
  #header {
    display: none; }
  #headerSp {
    display: block;
    width: 100%;
    height: 62px;
    background-color: #FFF;
    position: relative; }
    #headerSp .logo {
      position: absolute;
      width: 100%;
      height: 34px;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      padding-left: 15px;
      text-align: left;
      z-index: 1001;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
    #headerSp .menu-trigger,
    #headerSp .menu-trigger span {
      display: inline-block;
      transition: all 0.4s;
      box-sizing: border-box;
      z-index: 1012; }
    #headerSp .menu-trigger {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 30px;
      height: 27px; }
    #headerSp .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000;
      border-radius: 4px; }
    #headerSp .menu-trigger span:nth-of-type(1) {
      top: 0; }
    #headerSp .menu-trigger span:nth-of-type(2) {
      top: 10px; }
    #headerSp .menu-trigger span:nth-of-type(3) {
      top: 20px; }
    #headerSp .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    #headerSp .menu-trigger.active span:nth-of-type(2) {
      opacity: 0; }
    #headerSp .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }
  #gNaviSp {
    display: none;
    width: 100%;
    height: 100vh !important;
    position: absolute;
    top: 0;
    background-color: #FFF;
    z-index: 1000;
    text-align: center;
    font-family: 'Noto Sans', serif;
    font-weight: 400; }
    #gNaviSp ul {
      width: 92%;
      margin: 110px auto 0; }
      #gNaviSp ul li {
        font-size: 1.3rem;
        margin-bottom: 45px;
        line-height: 1; }
    #gNaviSp .copyright {
      font-size: 1.0rem;
      margin-top: 60px; }
    #gNaviSp .private {
      font-size: 1.3rem;
      margin-top: 100px; } }

#contents {
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }
  #contents .main {
    width: 960px;
    position: absolute;
    top: 0;
    left: 80px;
    padding-bottom: 60px; }
    #contents .main h1 {
      margin: 60px 0;
      font-size: 1.8rem;
      font-family: 'Noto Sans', serif;
      font-weight: 400;
      letter-spacing: 0.1em; }
  #contents #movie {
    width: 1090px;
    margin-top: 38px;
    /*pagination*/ }
    #contents #movie ul {
      display: flex;
      display: -webkit-flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      #contents #movie ul li {
        position: relative;
        width: 350px;
        margin: 0 20px 35px 0; }
        #contents #movie ul li:nth-child(3n) {
          margin-right: 0; }
        #contents #movie ul li:hover .mask {
          opacity: 1; }
        #contents #movie ul li p {
          font-family: 'Noto Sans', serif;
          font-weight: 400;
          font-size: 1.2rem;
          line-height: 1.3;
          padding: 6px 0 0 2px; }
        #contents #movie ul li a {
          display: block; }
        #contents #movie ul li img {
          width: 350px;
          height: 198px; }
        #contents #movie ul li .mask {
          width: 350px;
          height: 198px;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s;
          display: flex;
          align-items: center;
          justify-content: center; }
          #contents #movie ul li .mask .play {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 50px;
            height: 50px;
            padding: 0;
            background: url(/common/img/btn_play.png) center center/50px 50px no-repeat; }
      #contents #movie ul .fadein:nth-of-type(3n+2) {
        -moz-transition-delay: 300ms;
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        -ms-transition-delay: 300ms; }
      #contents #movie ul .fadein:nth-of-type(3n) {
        -moz-transition-delay: 600ms;
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        -ms-transition-delay: 600ms; }
    #contents #movie .pagination {
      width: 100%;
      text-align: center; }
    #contents #movie .pagination_itemWrap {
      display: inline-block; }
    #contents #movie .pagination_itemWrap li {
      display: inline-block;
      font-size: 1.4rem;
      width: 28px;
      height: 28px;
      margin-right: 20px;
      line-height: 1;
      vertical-align: middle; }
    #contents #movie .pagination_itemWrap li:nth-child(3n) {
      margin-right: 20px; }
    #contents #movie .pagination_itemWrap li:last-child {
      margin-right: 0; }
    #contents #movie .pagination_itemWrap li a {
      width: 100%;
      height: 100%;
      color: #FFF;
      background-color: #FF8700;
      display: flex;
      justify-content: center;
      align-items: center; }
    #contents #movie .pagination_itemWrap li a:hover {
      opacity: .5; }
    #contents #movie .pagination_itemWrap li .current {
      width: 100%;
      height: 100%;
      color: #FFF;
      background-color: #000;
      display: flex;
      justify-content: center;
      align-items: center; }
    #contents #movie .pagination_itemWrap li .dots {
      color: #FF8700;
      line-height: 28px; }
    #contents #movie .pagination_back:before {
      content: "<"; }
    #contents #movie .pagination_next:before {
      content: ">"; }
  #contents #photography {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    max-width: 1080px;
    margin-top: 38px;
    /*pagination*/ }
    #contents #photography ul {
      width: 100%;
      position: relative; }
      #contents #photography ul li {
        width: 240px;
        margin-bottom: 25px;
        position: relative; }
        #contents #photography ul li:hover .mask {
          opacity: 1; }
        #contents #photography ul li a {
          display: block; }
        #contents #photography ul li .tit {
          display: none; }
        #contents #photography ul li .mask {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          background-color: rgba(0, 0, 0, 0.5);
          -webkit-transition: all 0.4s linear 0s;
          transition: all 0.4s linear 0s;
          display: flex;
          align-items: center;
          justify-content: center; }
          #contents #photography ul li .mask .caption {
            font-size: 1.7rem;
            line-height: 1.5;
            color: #FFF;
            font-family: 'Noto Sans', serif;
            font-weight: 400;
            text-align: center; }
        #contents #photography ul li img {
          width: 100%;
          height: auto; }
      #contents #photography ul .fadein:nth-of-type(4n+2) {
        -moz-transition-delay: 300ms;
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        -ms-transition-delay: 300ms; }
      #contents #photography ul .fadein:nth-of-type(4n+3) {
        -moz-transition-delay: 600ms;
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        -ms-transition-delay: 600ms; }
      #contents #photography ul .fadein:nth-of-type(4n) {
        -moz-transition-delay: 900ms;
        -webkit-transition-delay: 900ms;
        -o-transition-delay: 900ms;
        -ms-transition-delay: 900ms; }
    #contents #photography .pagination {
      width: 100%;
      text-align: center; }
    #contents #photography .pagination_itemWrap {
      display: inline-block; }
    #contents #photography .pagination_itemWrap li {
      display: inline-block;
      font-size: 1.4rem;
      width: 28px;
      height: 28px;
      margin-right: 20px;
      line-height: 1;
      vertical-align: middle; }
    #contents #photography .pagination_itemWrap li:last-child {
      margin-right: 0; }
    #contents #photography .pagination_itemWrap li a {
      width: 100%;
      height: 100%;
      color: #FFF;
      background-color: #FF8700;
      display: flex;
      justify-content: center;
      align-items: center; }
    #contents #photography .pagination_itemWrap li a:hover {
      opacity: .5; }
    #contents #photography .pagination_itemWrap li .current {
      width: 100%;
      height: 100%;
      color: #FFF;
      background-color: #000;
      display: flex;
      justify-content: center;
      align-items: center; }
    #contents #photography .pagination_itemWrap li .dots {
      color: #FF8700;
      line-height: 28px; }
    #contents #photography .pagination_back:before {
      content: "<"; }
    #contents #photography .pagination_next:before {
      content: ">"; }
  #contents .photography_inner .photography_title {
    font-size: 2.1rem; }
  #contents .photography_inner .photography_contents {
    font-size: 1.3rem;
    line-height: 1.6; }
    #contents .photography_inner .photography_contents p {
      margin-bottom: 50px; }
      #contents .photography_inner .photography_contents p a {
        line-height: 2.0; }
  #contents #profile h1 {
    margin-bottom: 50px; }
  #contents #profile .img {
    padding-left: 5px; }
  #contents #profile h2 {
    margin: 40px 0 30px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.1em; }
    #contents #profile h2 span {
      letter-spacing: 0.21em; }
  #contents #profile p {
    font-size: 1.3rem;
    line-height: 1.8; }
  #contents #contact .txt {
    padding-left: 5px; }
    #contents #contact .txt p {
      font-size: 1.9rem;
      line-height: 0.9;
      letter-spacing: 0.21em; }
      #contents #contact .txt p a {
        padding-bottom: 2px; }
    #contents #contact .txt p.cattleya {
      margin-top: 60px; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FFF;
  font-size: 1.2rem; }
  #pageTop a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #000; }
    #pageTop a:hover {
      color: #FF8700; }

@media screen and (max-width: 768px) {
  #contents .main {
    width: 92%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding-bottom: 30px; }
    #contents .main h1 {
      margin: 40px 0;
      font-size: 1.5rem; }
  #contents #movie {
    width: 92%; }
    #contents #movie ul {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #contents #movie ul li {
        width: 48%;
        height: auto;
        margin: 0 0 30px 0; }
        #contents #movie ul li .mask {
          display: none; }
        #contents #movie ul li p {
          font-size: 1.1rem;
          padding: 4px 0 0 2px;
          word-wrap: break-word; }
        #contents #movie ul li img {
          width: 100%;
          height: auto; }
      #contents #movie ul .fadein:nth-of-type(3n+2) {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        -ms-transition-delay: 0; }
      #contents #movie ul .fadein:nth-of-type(3n) {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        -ms-transition-delay: 0; }
      #contents #movie ul .fadein:nth-of-type(2n-1) {
        -moz-transition-delay: 300ms;
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        -ms-transition-delay: 300ms; }
      #contents #movie ul .fadein:nth-of-type(2n) {
        -moz-transition-delay: 600ms;
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        -ms-transition-delay: 600ms; }
  #contents #photography {
    width: 92%; }
    #contents #photography ul {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #contents #photography ul li {
        width: 48%;
        margin-bottom: 25px;
        position: relative; }
        #contents #photography ul li .mask {
          display: none; }
        #contents #photography ul li .tit {
          display: block;
          font-size: 1.1rem;
          line-height: 1.5;
          font-family: 'Noto Sans', serif;
          font-weight: 400;
          padding: 3px 0 0 2px; }
        #contents #photography ul li .img {
          width: 100%;
          height: 180px;
          overflow: hidden;
          position: relative; }
          #contents #photography ul li .img img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      #contents #photography ul .fadein:nth-of-type(4n+2) {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        -ms-transition-delay: 0; }
      #contents #photography ul .fadein:nth-of-type(4n+3) {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        -ms-transition-delay: 0; }
      #contents #photography ul .fadein:nth-of-type(4n) {
        -moz-transition-delay: 0;
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        -ms-transition-delay: 0; }
      #contents #photography ul .fadein:nth-of-type(2n-1) {
        -moz-transition-delay: 300ms;
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        -ms-transition-delay: 300ms; }
      #contents #photography ul .fadein:nth-of-type(2n) {
        -moz-transition-delay: 600ms;
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        -ms-transition-delay: 600ms; }
  #contents .photography_inner .photography_title {
    font-size: 1.6rem; }
  #contents .photography_inner .photography_contents {
    font-size: 1.1rem; }
    #contents .photography_inner .photography_contents p {
      margin-bottom: 30px; }
      #contents .photography_inner .photography_contents p img {
        width: 100%;
        height: auto; }
  #contents #profile h1 {
    margin-bottom: 40px; }
  #contents #profile .img {
    padding-left: 5px; }
  #contents #profile h2 {
    margin: 30px 0 20px;
    font-size: 1.5rem;
    line-height: 1.5; }
  #contents #profile p {
    font-size: 1.2rem;
    line-height: 1.8; }
  #contents #contact .txt p {
    font-size: 1.3rem; }
  #contents #contact .txt p.cattleya {
    margin-top: 40px; }
  #pageTop {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 1.0rem; }
    #pageTop a:hover {
      color: #000; } }

@media screen and (max-width: 480px) {
  #contents #movie ul {
    display: block; }
    #contents #movie ul li {
      width: 100%; }
    #contents #movie ul .fadein:nth-of-type(2n-1) {
      -moz-transition-delay: 0;
      -webkit-transition-delay: 0;
      -o-transition-delay: 0;
      -ms-transition-delay: 0; }
    #contents #movie ul .fadein:nth-of-type(2n) {
      -moz-transition-delay: 0;
      -webkit-transition-delay: 0;
      -o-transition-delay: 0;
      -ms-transition-delay: 0; }
  #contents #photography ul {
    display: block; }
    #contents #photography ul li {
      width: 100%; }
    #contents #photography ul .fadein:nth-of-type(2n-1) {
      -moz-transition-delay: 0;
      -webkit-transition-delay: 0;
      -o-transition-delay: 0;
      -ms-transition-delay: 0; }
    #contents #photography ul .fadein:nth-of-type(2n) {
      -moz-transition-delay: 0;
      -webkit-transition-delay: 0;
      -o-transition-delay: 0;
      -ms-transition-delay: 0; } }
