@charset "utf-8";

/* PC ================================================== */
@media all and (min-width:960px){
.greeting--area {
  min-width: 1000px;
  margin: 75px 100px 0;
  letter-spacing: 0.075em;
}
.copy-span span{
  font-size: 10px;
  font-weight: bold;
  color: #1F1D59;
  font-family:"DIN Condensed",sans-serif;
  position: absolute;
  top: 360px;
  left: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.greeting--top {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
.ttl-area {
  margin-bottom: 40px;
}
  .ttl-area p {
     font-family: "DIN Condensed",sans-serif;
    font-size: 50px;
    text-align: center;
	  line-height:1.4;
  }
    .ttl-area span {
      font-family: "源ノ角ゴシック JP",sans-serif;
      font-size: 12px;
      position: relative;
      top: 20px;
    }
  .greeting--main {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .pic {
    width:440px;
    height:565px;
    position: relative;
    right: -23px;
  }
  .pic img{
    width:100%;
    height:100%;
  }
  .txt-area {
    width: 512px;
    height: 581px;
    position: relative;
    right: 24px;
  }
  .txt-inner {
    font-family: "源ノ角ゴシックJP",sans-serif;
    font-size: 16px;
    line-height: 2;
  }
.menu-list_area {
  width: 1000px;
  margin: 100px auto 136px;
  display: flex;
}
  .lists{
    display: inline-block;
    margin-right: 73px;
  }
    .first-list {
      width: 463px;
      height: 78px;
      border-top: 1px solid #DEDEDE;
      border-bottom: 1px solid #DEDEDE;
      box-sizing: border-box;
      position: relative;
    }
    .second-list{
      width: 463px;
      height: 78px;
      border-bottom: 1px solid #DEDEDE;
      box-sizing: border-box;
      position: relative;
      vertical-align: middle;
    }
  .lists a {
    display: block;
    font-family: "源ノ角ゴシックJP",sans-serif;
    color: #333333;
    font-size: 14px;
    width: 463px;
    padding: 39px 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
    .lists a:hover {
      background-color: #100C39;
      padding: 39px 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .li-txt {
      position: absolute;
      color: #333333;
      top: 50%;
      left: 0px;
      transform: translate(0,-50%);
      -webkit-transform: translate(0,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .li-txt {
      position: absolute;
      color: #ffffff;
      left: 20px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow {
      display: inline-block;
      width: 26px;
      height: 1px;
      border-radius: 8px;
      background-color: #100A39;
      position: absolute;
      top: 40px;
      right: 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .small-btn--arrow::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 1px;
      border-radius: 8px;
      background-color: #100A39;
      position: absolute;
      top: -2.6px;
      right: -1px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
    }
    .lists a:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
}
/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
.greeting--area {
  width: 100%;
  margin: 75px auto 0;
  letter-spacing: 0.075em;
}
.copy-span {
  display: none;
}
.ttl-area p {
  font-family: "DIN Condensed",sans-serif;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
.ttl-area span {
  font-family: "源ノ角ゴシック JP",sans-serif;
  font-size: 12px;
  position: relative;
  top: 20px;
}
.greeting--main {
  width: 100%;
  justify-content: center;
}
.pic {
  width:75%;
  position: relative;
  margin: 0 auto;
}
.pic img {
  width:100%;
  height: 100%;
}
.txt-area {
  width: 75%;
  position: relative;
  margin: 20px auto 60px;
}
.txt-inner {
  font-family: "源ノ角ゴシックJP",sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
}
.menu-list_area {
  width: 75%;
  margin: 0 auto 100px;
}
.lists {
  width: 100%;
  display: inline-block;
}
.sp-li {
  width: 100%;
  height: 78px;
  border-top: 1px solid #DEDEDE;
  box-sizing: border-box;
  position: relative;
}
.sp-li-last {
  width: 100%;
  height: 78px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
}
.sp-second-list {
  position: relative;
  top: -8px;
}
.lists a {
  display: inline-block;
  font-family: "源ノ角ゴシックJP",sans-serif;
  font-size: 14px;
  color: #333333;
  width: 100%;
  padding: 39px 0;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.lists a:hover {
  background-color: #100C39;
  padding: 39px 0;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.li-txt {
  position: absolute;
  color: #333333;
  top: 50%;
  left: 0px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transition: all .2s;
  -webkit-transition: all .2s;
}
.lists a:hover .li-txt {
    position: absolute;
    color: #ffffff;
    left: 20px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.small-btn--arrow {
  display: inline-block;
  width: 26px;
  height: 1px;
  border-radius: 8px;
  background-color: #100A39;
  position: absolute;
  top: 40px;
  right: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
} 
.small-btn--arrow::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 1px;
  border-radius: 8px;
  background-color: #100A39;
  position: absolute;
  top: -2.6px;
  right: -1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
  .lists a:hover .small-btn--arrow {
    background-color: #FFFFFF;
    position: absolute;
    right: 10px;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .lists a:hover .small-btn--arrow::after {
    background-color: #FFFFFF;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
}
/* SP ================================================== */
@media all and (max-width:559px){
.greeting--area {
  margin-top: 20px;
  letter-spacing: 0.075em;
}
.copy-span {
  display: none;
}
.ttl-area p {
  font-family: "DIN Condensed",sans-serif;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
.ttl-area span {
  font-family: "源ノ角ゴシック JP",sans-serif;
  font-size: 12px;
  position: relative;
  top: 20px;
}
.greeting--main {
  width: 100%;
  justify-content: center;
}
.pic {
  width:324px;
  height:415px;
  position: relative;
  margin: 0 auto;
}
.pic img {
  width:100%;
  height: 100%;
}
.txt-area {
  width: 316px;
  height: 956px;
  position: relative;
  margin: 20px auto 60px;
}
.txt-inner {
  font-family: "源ノ角ゴシックJP",sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
}
.menu-list_area {
  width: 311px;
  margin: 0 auto 100px;
}
.lists {
  display: inline-block;
}
  .sp-li {
    width: 311px;
    height: 78px;
    border-top: 1px solid #DEDEDE;
    box-sizing: border-box;
    position: relative;
  }
  .sp-li-last {
    width: 311px;
    height: 78px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
  }
  .sp-second-list {
    position: relative;
    top: -8px;
  }
    .lists a {
      display: inline-block;
      font-family: "源ノ角ゴシックJP",sans-serif;
      font-size: 14px;
      color: #333333;
      width: 311px;
      padding: 39px 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover {
      background-color: #100C39;
      padding: 39px 0;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .li-txt {
      position: absolute;
      color: #333333;
      top: 50%;
      left: 0px;
      transform: translate(0,-50%);
      -webkit-transform: translate(0,-50%);
      transition: all .2s;
      -webkit-transition: all .2s;
    }
  .lists a:hover .li-txt {
      position: absolute;
      color: #ffffff;
      left: 20px;
      transition: all .2s;
      -webkit-transition: all .2s;
  }
  .small-btn--arrow {
    display: inline-block;
    width: 26px;
    height: 1px;
    border-radius: 8px;
    background-color: #100A39;
    position: absolute;
    top: 40px;
    right: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
  }
  .small-btn--arrow::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    border-radius: 8px;
    background-color: #100A39;
    position: absolute;
    top: -2.6px;
    right: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
    .lists a:hover .small-btn--arrow {
      background-color: #FFFFFF;
      position: absolute;
      right: 10px;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
    .lists a:hover .small-btn--arrow::after {
      background-color: #FFFFFF;
      transition: all .2s;
      -webkit-transition: all .2s;
    }
}