@charset "UTF-8";
/* --------------------------------------------------
common component
-------------------------------------------------- */
/* --------------------------------------------------
common font
-------------------------------------------------- */
.sponly {
  display: none !important;
}

/* view _font */
html {
  font-weight: normal;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Verdana, YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fn {
  font-weight: normal;
}

.fb {
  font-weight: bold;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs14 {
  font-size: 14px;
}

.fs13 {
  font-size: 13px;
}

.fs12 {
  font-size: 12px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs09 {
  font-size: 9px;
}

h1,
.h1 {
  font-size: 29px;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 29px;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 16px;
  font-weight: normal;
}

h4,
.h4 {
  font-size: 16px;
  font-weight: bold;
}

.parag {
  font-size: 16px;
  font-weight: normal;
}

.qa_hr{
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
}

.parag.zi{
  font-weight: bold;
}

.parag.q{
  font-weight: bold;
}
.parag.q:before{
  content:"――";
  margin-right: 1em;
  font-weight: normal;
}

.parag.a .name{
  font-weight: bold;
  margin-right: 1em;
  color:#0066ff;
}

.small {
  font-size: 12px;
  font-weight: normal;
}

.item .title {
  font-size: 11px;
  font-weight: bold;
}

.item .desc {
  font-size: 11px;
  font-weight: normal;
}

.mediadesc {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

h2 {
  letter-spacing: 0.1034482759em;
  line-height: 1.4137931034em;
  text-align: justify;
  text-justify: inter-ideograph;
}

h3 {
  letter-spacing: 0.1875em;
  line-height: 1.5625em;
  text-align: justify;
  text-justify: inter-ideograph;
}

h4 {
  letter-spacing: 0.1875em;
  line-height: 1.5625em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mvDesc {
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.0784313725vw;
  line-height: 4.7058823529vw;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mvName {
  font-size: 1.4901960784vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1875em;
  line-height: 1.5625em;
}

.mvPosi {
  font-size: 0.862745098vw;
  color: #fff;
  letter-spacing: 0.1875em;
  line-height: 1.5625em;
}

.parag,
.item .title,
.item .desc {
  letter-spacing: 0.09375em;
  line-height: 1.5625em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.small {
  letter-spacing: 0.1666666667em;
  line-height: 1.9166666667em;
}

.mediadesc {
  letter-spacing: 0.1666666667em;
  line-height: 1.9166666667em;
  text-align: left;
}

/* --------------------------------------------------
common page_layout
-------------------------------------------------- */
/* --------------------------------------------------
common font
-------------------------------------------------- */
* {
  margin: 0;
  line-height: 1em;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  background-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 10px;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

body footer {
  margin: 0;
  padding: 40px 10px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background-color: #333;
}
body footer a {
  color: #fff;
}
body footer small {
  font-size: 1.4rem;
}
body footer .footer_propertyLink {
  margin-bottom: 10px;
  padding: 0;
  font-size: 0;
}
body footer .footer_propertyLink > li {
  display: inline;
  padding: 0 0.5rem;
  font-size: 14px;
}
body footer .footer_propertyLink > li + li {
  border-left: 1px solid #d4d7db;
}
body footer .footer_subLink {
  margin-bottom: 10px;
  padding: 0;
  font-size: 13px;
}
body footer .footer_subLink > li {
  display: inline;
}
body footer .footer_subLink > li + li::before {
  content: '-';
  padding: 0 0.5rem;
}

.loginArea {
  margin-bottom: 16px;
}

.loginName {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.loginName a {
  font-weight: bold;
}

.loginStatus {
  font-weight: bold;
  margin-bottom: 8px;
}

/*-- nav --*/
#overlay {
  height: 0px;
  overflow: hidden;
}

.prof .small {
  margin-bottom: 40px;
}

.prof .media {
  padding-top: 10px;
}

.items {
  margin-bottom: 80px;
}
.items .item {
  margin-bottom: 30px;
}

/* header */
header {
  padding: 20px;
  text-align: right;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
header a.ylogo img {
  width: 112px;
  height: 28px;
}

h1 {
  padding: 45px 0px;
  text-align: center;
}

#contentsOuter h1 a {
  display: block;
  color: #000;
  opacity: 1;
  transition: opacity .3s ease;
}

#contentsOuter h1 a:hover {
  opacity: 0.5;
}

.contentsOuter-baseTitle {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/hlogo_oblong.png);
  margin: 0 auto 15px;
  width: 300px;
}

h2 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.content > .inner > h2:nth-of-type(1) {
  margin-top: 0px;
}

h3 {
  margin-bottom: 30px;
}

h4 {
  margin-bottom: 40px;
}

#mv {
  font-size: 0px;
  position: relative;
  top: 0px;
  left: 0px;
}
#mv .img {
  width: 100%;
  height: 42.3529411765vw;
  max-height: 700px;
  background-size: cover;
}
#mv #mvText {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: rgba(127, 127, 127, 0.5);
  margin: auto 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv #mvText .inner .mvDesc {
  margin-bottom: 1.8823529412vw;
}
#mv #mvText .inner hr {
  width: 7.8431372549vw;
  margin-bottom: 2.7450980392vw;
  border-top: 1px solid #fff;
}
#mv #mvText .inner .mvName {
  margin-bottom: 0.4705882353vw;
}

.items {
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 40px;
}

#contents {
  background: #f0f0f0;
  padding: 40px 0px;
}
#contents #contentsInner {
  background: #ffffff;
  width: 750px;
  margin: 0px auto;
  padding-top: 40px;
}
#contents #contentsInner .content {
  padding: 20px 0px;
  border-bottom: 0px solid #dcdcdc;
}
#contents #contentsInner .content.prof {
  border-top: 1px solid #dcdcdc;
}
#contents #contentsInner .content h2,
#contents #contentsInner .content h3,
#contents #contentsInner .content .parag,
#contents #contentsInner .content .small {
  padding: 0px 100px;
}
#contents #contentsInner .content .parag {
  margin-bottom: 30px;
}
#contents #contentsInner .content .media {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}
#contents #contentsInner .content .media img {
  width: 100%;
}
#contents #contentsInner .content .media iframe {
  width: 750px;
  height: 422px;
}
#contents #contentsInner .content .mediadesc {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 70px;
  padding: 0px 30px;
  color: #666;
}
#contents #contentsInner .content .mediadesc.insta {
  margin-top: 0px;
}
#contents #contentsInner .content .instagram-media {
  width: 76% !important;
  margin-left: 12% !important;
  margin-right: 12% !important;
}
#contents_list .inner {
  padding-top: 36px;
}
#contents_list .inner h2.h1 {
  padding: 0px 0px 30px 0px;
  margin: 0px;
  text-align: center;
}
#contents_list .inner #thumbLinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1275px;
  margin: 0px auto 30px auto;
  padding: 0px 40px;
}
#contents_list .inner #thumbLinks a {
  display: inline-block;
  position: relative;
  width: 32%;
  max-width: 380px;
  top: 0px;
  left: 0px;
  transition: opacity .3s ease;
  opacity: 1;
}

#contents_list .inner #thumbLinks a:hover {
  opacity: 0.8;
}

#contents_list .inner #thumbLinks a img {
  width: 100%;
}
#contents_list .inner #thumbLinks a:nth-child(3) .tText .tPosi,
#contents_list .inner #thumbLinks a:nth-child(3) .tText .tName {
  color: black;
}
#contents_list .inner #thumbLinks a .tText {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#contents_list .inner #thumbLinks a .tText .tPosi {
  display: block;
  color: white;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0em;
  line-height: 1em;
  margin-bottom: 18px;
}
#contents_list .inner #thumbLinks a .tText .tName {
  display: block;
  color: white;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1363636364em;
  line-height: 1em;
}
#contents_list .inner #otherLinks {
  background: #333333;
  border-bottom: 1px solid #c0c0c0;
  padding: 15px 0px;
}

.snsBtns {
  background: #f0f0f0;
  padding-bottom: 40px;
}
.snsBtns .inner {
  width: 185px;
  margin: 0px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.snsBtns .inner a {
  display: inline-block;
  height: 30px;
}
.snsBtns .inner a img {
  height: 100%;
}

#contentsOuter {
  position: relative;
  left: 0px;
  top: 0px;
}

#sns_btns_1 .snsBtns {
  background: transparent;
  position: absolute;
  right: 60px;
  top: 75px;
}

.emg, #emg {
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, 'メイリオ', sans-serif;
}

.btn_pagetop {
  position: fixed;
  right: 5%;
  bottom: 40px;
  width: 60px;
  z-index: 9;
}

.btn_pagetop img {
  width: 100%;
  height: auto;
}

/*-- FooterNav --*/
.FooterNav {
  padding: 30px 0 0;
  background-color: #333;
}

.FooterNav__inner {
  display: flex;
  justify-content: center;
}

.FooterNav__list{
  padding: 0;
}

.FooterNav__listTitle {
  border-right: 1px solid #CCC;
}

.FooterNav__listTitle > a {
  display: flex;
  padding: 15px 30px;
  height: 100%;
  align-items: center;
  font-size: 20px;
  color: #fff;
  transition: background-color 1s ease;
  letter-spacing: .1em;
}

.FooterNav__listItem {
  list-style-type: none;
}

.FooterNav__listItem > a {
  display: block;
  padding: 15px 50px 15px 30px;
  transition: background-color 1s ease;
  letter-spacing: .1em;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.FooterNav__listItem > a:hover,
.FooterNav__listTitle > a:hover {
  background-color: #666;
}

.FooterNav__listItem > a::after {
  display: block;
  content: '';
  position: absolute;
  background-image: url('../images/common/arrow_icon_white.svg');
  background-repeat: no-repeat;
  background-size: 20px 10px;
  width: 20px;
  height: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

