@charset "utf-8";
/* --------
[module.cssについて]
・コンテンツの共通レイアウトと共通タグを記述
・共通タグは必ず.formatを付ける（.formatを外すと解除できるため）
-------- */

/* all -------- */
.clearfix {zoom: 1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.over {
  transition: opacity .3s;
}
.over:hover {
  opacity: 0.7;
}
.container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.container2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {text-align: center;}
.text-right {text-align: right;}

.display-inline {display: inline;}
.display-inline-block {display: inline-block;}
.display-block {display: block;}
.display-table {display: table;}
.display-table-cell {display: table-cell;}

.movie-over {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.movie-over iframe,
.movie-over video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.text-hide {
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {display: none !important;}
}

@media screen and (min-width: 768px) {
  .sp {display: none !important;}
}

/* wordpress editor -------- */
.format .aligncenter {
  display: block;
  margin: 0 auto;
}
.format .alignright { float: right; }
.format .alignleft { float: left; }
.format img[class*="wp-image-"],
.format img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
}

/* format -------- */
.format a {
  color: #03c;
  text-decoration: none;
}
.format a:hover {
  color: #69f;
}
.format h2 {
  margin: 30px 0 20px;
  font-size: 24px;
  font-weight: bold;
}
.format h3 {
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.format p,
.format ul,
.format ol,
.format table {
  margin-bottom: 20px;
}
.format li {
  margin-bottom: 10px;
}
.format ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.format ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.format hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #999;
}
.format table {
  width: 100%;
}
.format th {
  width: 150px;
  padding: 10px 20px;
  border: 1px solid #999;
  background-color: #eee;
}
.format td {
  padding: 10px 20px;
  border: 1px solid #999;
}

@media screen and (max-width: 767px) {
}

/* layout -------- */
.l-photo {
  margin-bottom: 8.33%;
}
.l-photo.type-mb0 {
  margin-bottom: 0;
}
.l-photo.type-mb100 {
  margin-bottom: 100px;
}
.l-photo img {
  width: 100%;
}
.l-photo .cap-2col,
.l-photo .cap-3col {
  display: flex;
  justify-content: center;
}
.l-photo .cap {
  display: flex;
  justify-content: center;
  padding-top: 28px;
}
.l-photo .cap-2col .cap:nth-child(1) {
  margin-right: 50px;
}
.l-photo .cap-3col .cap:nth-child(1),
.l-photo .cap-3col .cap:nth-child(2) {
  margin-right: 50px;
}
.l-photo .cap p {
  line-height: 1.3;
  margin-bottom: 7px;
  font-size: 12px;
  letter-spacing: 0;
}
.l-photo .cap p:last-child {
  margin-bottom: 0;
}
.l-photo .cap a:hover {
  text-decoration: underline;
}
.l-photo .cap .buy {
  display: inline-block;
  position: relative;
  top: 2px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 23px;
  height: 13px;
  margin-left: .7em;
  background: #000 url(/static/full/tnf/special/tnf-yosemite/images/buy1.svg) no-repeat center center;
  background-size: 14px auto;
}
.page-watw .l-photo .cap .buy {
  background: #000 url(/static/full/tnf/special/tnf-yosemite/images/buy2.svg) no-repeat center center;
  background-size: 15px auto;
}

@media screen and (max-width: 767px) {
  .l-photo {
    margin-bottom: 13.33%;
  }
  .l-photo.type-mb100 {
    margin-bottom: 50px;
  }
  .l-photo .cap-2col,
  .l-photo .cap-3col {
    display: block;
  }
  .l-photo .cap {
    margin-bottom: -10px;
    padding-top: 14px;
  }
  .l-photo .cap-2col .cap:nth-child(1) {
    margin-right: 0;
  }
  .l-photo .cap-3col .cap:nth-child(1),
  .l-photo .cap-3col .cap:nth-child(2) {
    margin-right: 0;
  }
  .l-photo .cap p {
    margin-bottom: 4px;
    font-size: 9px;
  }
  .l-photo .cap .buy {
    vertical-align: bottom;
    top: 2px;
  }

  .l-photo .sp-cap-set {
    display: flex;
    justify-content: center;
  }
  .l-photo .sp-cap-set .cap {
    display: block;
  }
}

.l-wide {
  position: relative;
  height: 600px;
  background-position: center center;
  background-size: cover;
}
.l-wide .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-wide-lr100 {
  padding: 0 8.33%;
}
.l-wide-lr50 {
  padding: 0 4.16%;
}

@media screen and (max-width: 767px) {
  .l-wide {
    height: 0;
    padding-top: 50%;
  }

  .l-wide-lr100 {
    padding: 0 6.66%;
  }
  .l-wide-lr50 {
    padding: 0 6.66%;
  }
}

.l-2col {
  display: flex;
}
.l-2col .col {
  width: 50%;
}

.l-2col .col-lr50 {
  padding: 0 4.16%;
}
.l-2col .col-lr100 {
  padding: 0 8.33%;
}
.l-2col .col-l50 {
  padding-left: 4.16%;
}
.l-2col .col-r50 {
  padding-right: 4.16%;
}
.l-2col .col-l50-r25 {
  padding-left: 4.16%;
  padding-right: 2.08%;
}
.l-2col .col-l25-r50 {
  padding-left: 2.08%;
  padding-right: 4.16%;
}

.l-2col .col-lr100 .image-2row .in-image:nth-child(1) {
  padding-bottom: 12.5%;
}

@media screen and (max-width: 767px) {
  .l-2col {
    display: block;
  }
  .l-2col .col {
    width: auto;
  }
  .l-2col .col:nth-child(1) {
    margin-bottom: 13.33%;
  }

  .l-2col .col-lr50 {
    padding: 0 6.66%;
  }
  .l-2col .col-lr100 {
    padding: 0 13.33%;
  }
  .l-2col .col-l50 {
    padding-left: 6.66%;
  }
  .l-2col .col-r50 {
    padding-right: 6.66%;
  }
  .l-2col .col-l50-r25 {
    padding-left: 6.66%;
    padding-right: 2.08%;
  }
  .l-2col .col-l25-r50 {
    padding-left: 3.33%;
    padding-right: 6.66%;
  }

  .l-2col .col-lr100 .image-2row .in-image:nth-child(1) {
    padding-bottom: 12.5%;
  }

  .sp-l-2col {
    display: flex;
    margin-bottom: 0;
  }
  .l-2col .sp-col-lr0 {
    padding: 0;
  }
  .l-2col .sp-col-lr50 {
    padding: 0 6.66%;
  }
  .l-2col .sp-col-lr100 {
    padding: 0 13.33%;
  }
  .l-2col .sp-col-lr150 {
    padding: 0 20%;
  }
  .l-2col .col.sp-col-lr150-mb50:nth-child(1) {
    padding: 0 20%;
    margin-bottom: 6.66%;
  }
}

.l-title {
  padding: 100px 0;
  text-align: center;
}
.l-title.type-pb0 {
  padding-bottom: 0;
}
.l-title small {
  display: block;
  margin-bottom: 5px;
  font-size: 8px;
}
.l-title img {
  display: block;
  margin: 0 auto;
}

.l-title2 {
  padding: 34px 0;
  text-align: center;
}
.l-title2 img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-title {
    padding: 50px 0;
  }
  .l-title img {
    display: block;
    margin: 0 auto;
  }
  .l-title small {
    line-height: 1;
    margin-bottom: 8px;
    font-size: 7px;
  }

  .l-title2 {
    padding: 24px 0;
  }
}

.l-logo-c {
  margin-top: -30px;
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-logo-c {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.l-para {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .sp-l-para {
  }
}

/* remodal -------- */
.remodal-wrapper {
  background-color: #fff;
  padding: 0 !important;
}
.remodal {
  max-width: 100% !important;
  padding: 80px 80px 75px;
  margin: 0 !important;
}
.remodal.type-image {
  padding: 0;
}

.remodal-all-close {
  position: fixed;
  z-index: 99999;
  display: none;
  right: 15px !important;
}
@media screen and (max-width: 767px) {
  .remodal-all-close {
    right: 0 !important;
  }
}

.remodal-close {
  display: none;
  left: auto;
  right: -100px;
  width: 60px;
  height: 60px;
}
.remodal-close:before {
  content: '';
  top: 36px;
  left: 6px;
  width: 25px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
.remodal-close:after {
  content: '';
  position: absolute;
  top: 36px;
  left: 6px;
  width: 25px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .remodal {
    padding: 40px 20px;
  }
  .remodal-close {
    left: auto;
    right: 0;
    width: 45px;
    height: 45px;
  }
  .remodal-close:before,
  .remodal-close:after {
    top: 25px;
  }
}

.modal-content {
  max-width: 1160px;
  margin: 0 auto;
  line-height: 2;
  font-size: 16px;
  letter-spacing: .1em;
  font-family: 'Noto Serif Japanese';
}
.modal-inner {
  max-width: 672px;
  margin: 0 auto;
  text-align: left;
}
.modal-content .image {
  margin: 70px 0;
  text-align: center;
}
.modal-content h3 {
  margin: 1em 0;
  text-align: center;
  font-weight: bold;
}
.modal-content h3:first-child {
  margin-top: 0;
}

.modal-content .note {
  margin-top: 72px;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .modal-content {
    line-height: 1.85;
    font-size: 14px;
  }
  .modal-content .image {
    margin: 50px 0;
  }
}

/* modal layout -------- */
.l-modal-mv {
  margin-top: -23px;
}
.l-modal-mv .mv-image {
  display: block;
  position: relative;
}
.l-modal-mv small {
  display: block;
  margin-bottom: 5px;
  font-size: 8px;
  font-family: Helvetica Neue;
}
.l-modal-mv .logo {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transform: translate(0, -50%);
}
.l-modal-mv .arrow {
  padding: 10px 0;
}
.l-modal-mv .arrow img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-modal-mv {
    margin: -10px -20px 0;
  }
  .l-modal-mv .mv-image {
    display: block;
    position: relative;
  }
  .l-modal-mv small {
    line-height: 1;
    margin-bottom: 5px;
    font-size: 7px;
  }
  .l-modal-mv .arrow {
    padding: 8px 0 0;
  }
  .l-modal-mv .arrow img {
    display: block;
    margin: 0 auto;
    width: 10px;
  }
}

.l-modal-title {
  position: relative;
  margin-bottom: 70px;
  padding: 80px 0 75px;
}
.l-modal-title.type-none {
  padding-bottom: 0;
}
.l-modal-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #000;
}
.l-modal-title .lead {
  margin-top: 70px;
}
.l-modal-title.type-lead .lead {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .l-modal-title {
    margin: 0 -15px 50px;
    padding: 50px 0 50px;
  }
  .l-modal-title:after {
    width: 60px;
  }
  .l-modal-title .lead {
    margin-top: 50px;
    font-size: 15px;
  }
}

.l-modal-prof {
  position: relative;
  margin-top: 72px;
  padding-top: 75px;
}
.l-modal-prof.type-mt75 {
  margin-top: 75px;
}
.l-modal-prof.type-mt80 {
  margin-top: 80px;
}
.l-modal-prof:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #000;
}
.l-modal-prof .name {
  line-height: 1.85;
  font-size: 14px;
  font-weight: bold;
  text-align:justify;
  letter-spacing: 0;
}
.l-modal-prof p {
  line-height: 1.7;
  font-size: 14px;
  text-align:justify;
  letter-spacing: 0;
}
.l-modal-prof .cols {
  display: flex;
}
.l-modal-prof .cols .col:nth-child(1) {
  width: 222px;
  margin-right: 30px;
}
.l-modal-prof.type2 .cols .col:nth-child(1) {
  width: 320px;
  margin-right: 30px;
}
.l-modal-prof .cols .col:nth-child(2) {
  flex: 1;
}
.l-modal-prof .cols .prof-image {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .l-modal-prof {
    margin-top: 50px;
    padding-top: 50px;
  }
  .l-modal-prof.type-mt75 {
    margin-top: 50px;
  }
  .l-modal-prof.type-mt80 {
    margin-top: 50px;
  }
  .l-modal-prof:after {
    width: 60px;
  }
  .l-modal-prof .name {
    font-size: 13px;
  }
  .l-modal-prof p {
    font-size: 13px;
  }
  .l-modal-prof .cols {
    display: block;
  }
  .l-modal-prof .cols .col:nth-child(1) {
    width: auto;
    margin-right: 0;
  }
  .l-modal-prof.type2 .cols .col:nth-child(1) {
    width: auto;
    margin-right: 0;
  }
  .l-modal-prof .cols .col:nth-child(2) {
    flex: 1;
  }
  .l-modal-prof .cols .prof-image {
    margin-bottom: 22px;
    padding-top: 0;
    text-align: center;
  }
}
