@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: 游ゴシック,  YuGothic, 'メイリオ', Verdana, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative; }

#roji-image,
footer {
  padding: 0 5%; }

a {
  text-decoration: none;
  color: inherit; }

/*----------------------------#TOP----------------------------*/
/*----------------------------#TOP----------------------------*/
#top {
  background-image: url(../image/roji-top.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative; }
  #top .header-sp {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #top .header-sp #title {
      text-align: left;
      font-size: 11rem;
      font-family: 'Dosis', sans-serif;
      font-weight: 300;
      line-height: 1;
      margin: -17px 0 0 -10px; }
    #top .header-sp #hamburger-icon {
      position: fixed;
      right: 0;
      top: 0;
      width: 50px;
      height: 45px;
      cursor: pointer;
      background-color: #757575;
      z-index: 100; }
      #top .header-sp #hamburger-icon .line {
        position: absolute;
        left: 10px;
        margin-top: 10px;
        width: 30px;
        height: 2px;
        background-color: #fff;
        transition: transform .3s; }
      #top .header-sp #hamburger-icon .line1 {
        top: 0; }
      #top .header-sp #hamburger-icon .line1.active {
        transform: translateY(10px) rotate(45deg);
        background-color: #fff;
        z-index: 101; }
      #top .header-sp #hamburger-icon .line2 {
        top: 10px; }
      #top .header-sp #hamburger-icon .line2.active {
        transform: scaleX(0); }
      #top .header-sp #hamburger-icon .line3 {
        top: 20px; }
      #top .header-sp #hamburger-icon .line3.active {
        transform: translateY(-10px) rotate(135deg);
        background-color: #fff;
        z-index: 101; }
  #top #menu-toggle-sp {
    width: 25%;
    height: 300px;
    background-color: #757575;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    display: none; }
    #top #menu-toggle-sp #title-toggle {
      text-align: left;
      font-size: 11rem;
      font-family: 'Dosis', sans-serif;
      font-weight: 300;
      line-height: 1;
      margin: -17px 0 0 -10px;
      color: #fff; }
    #top #menu-toggle-sp #nav-sp {
      text-align: right;
      margin: 80px 12px 0 0; }
      #top #menu-toggle-sp #nav-sp li {
        font-size: 1.8rem;
        font-weight: 300;
        padding-bottom: 40px;
        color: #fff; }
        #top #menu-toggle-sp #nav-sp li:last-child {
          padding-bottom: 0; }
  #top #scroll {
    font-family: 'Dosis', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; }
    #top #scroll span {
      position: absolute;
      top: 15px;
      left: 50%;
      width: 12px;
      height: 12px;
      margin-left: -6px;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      box-sizing: border-box; }

/*----------------------------#roji-image----------------------------*/
/*----------------------------#roji-image----------------------------*/
#roji-image #nishinari, #roji-image #ebie, #roji-image #higashiyama {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s; }
#roji-image .area-jp {
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1;
  margin: 80px 0 7px 0; }
  #roji-image .area-jp::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #000;
    margin-bottom: 40px; }
#roji-image .area-en {
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1;
  font-family: 'Dosis', sans-serif;
  font-weight: 300; }
#roji-image .list-image {
  width: 100%; }
  #roji-image .list-image li {
    line-height: 1; }
    #roji-image .list-image li .image {
      width: 100%;
      height: auto;
      margin-top: 12px; }

/*----------------------------footer----------------------------*/
/*----------------------------footer----------------------------*/
footer {
  font-size: 1.3rem;
  text-align: center;
  padding-top: 20px; }

/* SP(max-width:639px)の設定 
------------------------------------------------------------*/
@media screen and (max-width: 639px) {
  .header-pc {
    display: none; } }
/* SP(max-width:639px)の設定終わり
------------------------------------------------------------*/
/* PC(min-width:640px)の設定 
------------------------------------------------------------*/
@media screen and (min-width: 640px) {
  #top {
    position: relative; }
    #top .header-sp {
      display: none; }
    #top header {
      position: fixed;
      max-width: 20%;
      color: #757575;
      transition: color 0.4s ease-out;
      z-index: 10; }
      #top header #title {
        text-align: left;
        font-size: 11rem;
        font-family: 'Dosis', sans-serif;
        font-weight: 300;
        line-height: 1;
        margin: -17px 0 0 -10px; }
      #top header #nav-pc {
        font-size: 1.4rem;
        text-align: left;
        margin-top: 80px;
        padding: 0 50px;
        letter-spacing: 2px; }
        #top header #nav-pc li {
          padding-bottom: 40px; }
          #top header #nav-pc li a {
            position: relative;
            display: inline-block;
            text-decoration: none; }
            #top header #nav-pc li a:hover {
              color: #000;
              font-weight: bold; }
          #top header #nav-pc li a::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #333;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          #top header #nav-pc li a:hover::after {
            transform: scale(1, 1); }
      #top header .headerColorScroll {
        color: #ff6347;
        transition: color 0.4s ease-out; }

  #roji-image {
    padding: 0 3% 0 25%; } }
/* TOPページ PC(min-width:640px)の設定終わり
------------------------------------------------------------*/
/*-------------------------- TOPページ終わり --------------------------------*/
/*-------------------------- TOPページ終わり --------------------------------*/

/*# sourceMappingURL=style.css.map */
