#content .visual {
    color: #fff;
    background: #000;
    text-align: center;
}

#content .visual__img img {
    width: 100%;
}

#content .visual__txt {
    padding: 25px 20px;
    font-size: 26px;
}
#content .ttl {
    white-space: nowrap;
}

a {
    color: #79bd36;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: 0;
}

a:active,
a:hover {
    color: #00a63c;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    #content .visual__txt {
        padding: 15px 10px;
        font-size: 14px;
    }
}

#content .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#content .list_wt {
    background: #f9f9f9;
}

@media only screen and (max-width: 768px) {
    #content .list__item {
        display: block;
    }
}

#content .list__item:nth-of-type(2n) {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#content .list__item.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#content .list__img {
    color: white;
    width: 50%;
}

@media only screen and (max-width: 768px) {
    #content .list__img {
        width: 100%;
    }
}

#content .list__img img {
    width: 100%;
}

#content .list__body {
    font-size: 20px;
}

#content .list__body,
#content .list__body_bk {
    width: 50%;
    padding: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.75;
}

#content .list__body2,
#content .list__body2_bk {
    width: 100%;
    padding: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.75;
}

#content .list__body2_thin {
    width: 100%;
    padding: 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.75;
}

#content .list__body2_twitter {
    width: 100%;
    padding: 30px 50px 55px;
    border-top: 1px solid #090909;
}

#content .list__body2_thin .txt-ttl {
    font-size: 20px;
}

#content .list__body2_thin .txt-ttl:nth-of-type(n + 2) {
    margin-top: 1.2em;
}

#content .list__body2_thin .txt-ttl + ul {
    margin-top: 0.7em;
}

#content .list__body_bk {
    font-size: 18px;
}

#content .list__body_bk_small {
    font-size: 15px;
    line-height: 1.7;
}

#content .list__body_thin {
    padding: 42px 50px;
    letter-spacing: 0em;
    font-weight: 500;
}

#content .list__body_thin_l {
    font-size: 20px;
    line-height: 1.7;
    padding: 42px 50px;
    letter-spacing: 0em;
    font-weight: 500;
}

#content .list__body_thin p + p {
    margin-top: 1em;
}

#content .list__body_thin p span.txt-emp {
    font-size: 25px;
}

#content .list__body_thin .txt-ttl {
    font-size: 27px;
    line-height: 1;
    margin-bottom: 0.6em;
}

#content .list__body_thin_small {
    padding: 20px 50px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}

#content .list-box {
    position: relative;
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 1px solid #090909;
}

#content .list-tour {
    width: 50%;
    padding: 45px 57px;
    background: #353635;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
}

#content .list-tour + .list-tour {
    border-left: 2px solid #090909;
}

#content .list-tour__item {
    padding: 10px 0 10px 20px;
    border-top: 1px solid #090909;
}

#content .list-tour__item:first-of-type {
    border-top: 0px solid transparent;
}

#content .list-tour__item .tour {
    color: #00a63c;
    margin: 0 1.2em 0 -1em;
}

#content .list-tour__notes {
    position: absolute;
    bottom: 20px;
    left: calc(50% + 60px);
    font-size: 12px;
}

.tour-br {
    display: none;
}

@media only screen and (max-width: 1440px) {
    #content .list-tour {
        padding: 38px 46px 80px;
        font-size: 16px;
        line-height: 1.5em;
    }

    #content .list-tour__item {
        padding: 0.5em 0 0.5em 1.2em;
    }

    #content .list-tour__notes {
        left: calc(50% + 50px);
    }

    .tour-br {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    #content .list-tour {
        padding: 10px 15px 60px;
        font-size: 12px;
        line-height: 1.5em;
    }

    #content .list-tour__item {
        padding: 0.5em 0 0.5em 0.5em;
    }

    #content .list-tour__item .tour {
        margin: 0 0.6em 0 -0.3em;
    }

    #content .list-tour__notes {
        left: calc(50% + 20px);
        bottom: calc(10vw / 768 * 100);
        font-size: 10px;
        padding-right: 10px;
    }

    #content .list-tour__item .date {
        font-size: 10px;
    }
}
@media only screen and (max-width: 400px) {
    #content .list-tour {
        padding: 10px 15px 80px;
    }
    #content .list-tour__notes {
        bottom: calc(30vw / 768 * 100);
        padding-right: 10px;
    }
}

#content .list__ttl {
    color: #fff;
    background-color: #2b2b2b;
    border-top: 1px solid #090909;
    width: 100%;
    height: 90px;
    font-size: 27px;
    line-height: 90px;
    text-align: center;
}

@media only screen and (max-width: 1080px) {
    #content .list__ttl {
        font-size: calc(24vw / 1080 * 100);
    }
}

#content .acc-content__term {
    position: relative;
}

#content .acc-content__term:before {
    position: absolute;
    display: block;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 10px 0px 10px;
    border-color: #fff transparent transparent transparent;
    margin-top: -6px;
    content: '';
    transform: scale(1, -1);
    transition: transform 0.4s ease;
}

#content .acc-content__term.is-close:before {
    transform: scale(1, 1);
}

#content .acc-content__desc {
    padding: 50px 110px;
    background-color: #353635;
    display: none;
}

#content .acc-content__desc ol ul {
    margin-left: 1em;
}

#content .acc-content__desc li {
    margin-left: 0.7em;
    text-indent: -0.7em;
}

#content .acc-content__desc .txt-dot {
    width: 1em;
    font-feature-settings: normal;
}

#content .list-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

#content .list-area__item {
    margin: 0 10px 19px;
}

#content .list-area__item:first-of-type {
    margin-left: 0;
}

#content .list-area__item:last-of-type {
    margin-right: 0;
}

#content .list-area__item span {
    display: block;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding: 0 20px;
    border-radius: 12.5px;
    text-decoration: none;
    cursor: pointer;
}

#content .list-area__item span.coming {
    color: #fff;
    background-color: #7b7b7b;
    cursor: auto;
}

#content .list-tweet {
    margin: 0 auto;
    min-height: 100vh;
}

#content .list-tweet__item {
    width: 265px;
    margin-bottom: 23px;
}

#content .list-tweet__img {
    width: 100%;
}

#content .list-tweet__box {
    color: #fff;
    background-color: #353635;
}

#content .list-tweet__txt {
    font-size: 13px;
    line-height: 17px;
    padding: 15px 20px 0px;
}

#content .list-tweet__account {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    padding: 22px 20px;
}

#content .list-tweet__icon {
    margin-right: 6px;
}

#content .list-tweet__name {
    font-size: 12px;
    line-height: 19px;
    margin-top: -4px;
}

#content .list-tweet__id {
    font-size: 12px;
    line-height: 19px;
}

#content .list-tweet__date {
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
}

#content .list-tweet__btn {
    border-top: 1px solid #000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

#content .list-tweet__btn li {
    width: 25%;
    height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content .more {
    margin: 50px auto 0;
    width: 310px;
}

#content .more a {
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    text-decoration: none;
}

#content .more a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0px 6px 10px;
    border-color: transparent transparent transparent #fff;
    margin-top: -5px;
    content: '';
    display: block;
}

.sp-br {
    display: none;
}

@media only screen and (max-width: 768px) {
    #content .visual__img {
        height: 260px;
        overflow: hidden;
    }

    #content .visual__img img {
        height: 100%;
        width: auto;
        margin-left: 50%;
        transform: translateX(-50%);
        transform-origin: center top;
    }

    #content .list__body,
    #content .list__body_bk {
        text-align: justify;
        text-justify: distribute;
        word-break: break-all;
        width: 100%;
        padding: 10px 10px 25px;
        font-size: 9pt;
    }

    #content .list__body_thin .txt-ttl {
        font-size: 18px;
    }

    #content .list__body2_thin .txt-ttl {
        font-size: 16px;
    }

    #content .list__body2_twitter {
        padding: 30px 30px 40px;
    }

    #content .list__body_thin p span.txt-emp {
        font-size: 18px;
    }

    #content .list__ttl {
        height: auto;
        font-size: 18px;
        line-height: 60px;
    }

    #content .list__ttl--2 {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 0;
    }

    #content .acc-content__term:before {
        border-width: 11px 7px 0px 7px;
        margin-top: -4px;
    }

    #content .acc-content__desc {
        padding: 10px 10px;
    }

    #content .list-area__item {
        margin: 0 4px 10px;
    }

    #content .list-area__item a,
    #content .list-area__item span {
        font-size: 12px;
        line-height: 22px;
        padding: 0 12px;
        border-radius: 11px;
    }

    #content .list-tweet__item {
        max-width: 310px;
        width: 100%;
    }

    #content .list-tweet__txt {
        padding: 10px 12px 0px;
    }

    #content .list-tweet__account {
        padding: 12px;
    }

    #content .list-tweet__btn li {
        height: 38px;
    }

    #content .more {
        margin: 50px auto 0;
        width: 100%;
    }

    #content .more a {
        font-size: 16px;
        line-height: 40px;
    }

    #content .more a:before {
        border-width: 5px 0px 5px 8px;
        margin-top: -4px;
    }

    .sp-br {
        display: block;
    }
}

#footer .copyright__txt--morita,
#footer .copyright__txt--nunettes {
    display: none;
}

/*===========================================================
tour2019
===========================================================*/
#content .list-content {
    background: #090909;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.4%;
}

#content .list-content__item {
    background: #191919;
    width: 49.3%;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    #content .list-content__item {
        margin-bottom: 8px;
    }
}

#content .list-content__item--02 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    transition: 0.2s ease;
}

#content .list-content__item--02:hover {
    background: #00a63c;
}

#content .list-content__inner {
    width: 100%;
    height: 100%;
}

#content .list-content__inner--movie {
    padding: 125px 40px;
}

#content .list-content__inner--02:hover {
    background: #00a63c;
}

#content .list-content__inner--nolink {
    background: #191919;
    padding: 80px 40px;
    transition: background-color 0.2s ease;
}

@media only screen and (max-width: 768px) {
    #content .list-content__inner--movie {
        padding: 40px 5px;
    }
    #content .list-content__inner--nolink {
        padding: 40px 5px;
    }
}

#content .list-content__item--02 .list-content__inner {
    width: 50%;
}

#content .list-content__item a {
    display: block;
    background: #191919;
    width: 100%;
    height: 100%;
    padding: 80px 40px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

#content .list-content__item a:hover {
    background: #00a63c;
}

@media only screen and (max-width: 768px) {
    #content .list-content__item a {
        padding: 40px 5px;
    }
}

#content .list-content__ttl,
#content .list-content__txt {
    color: #fff;
    text-align: center;
}

#content .list-content__ttl {
    font-family: 'Ewert', sans-serif;
    font-size: 45px;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    #content .list-content__ttl {
        font-size: 24px;
    }
}

@media only screen and (max-width: 320px) {
    #content .list-content__ttl--cam {
        margin-left: -0.3em;
    }
}

#content .list-content__txt {
    font-size: 20px;
    left: 1px;
    margin-top: 1em;
}

@media only screen and (max-width: 768px) {
    #content .list-content__txt {
        font-size: 14px;
    }
}

#content .list-content__txt span {
    position: relative;
}

#content .list-content__txt--blank span:before {
    position: absolute;
    content: '';
    background-image: url(../img/tour/icn_blank.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    bottom: 5px;
    right: -28px;
}

@media only screen and (max-width: 768px) {
    #content .list-content__txt--blank span:before {
        width: 10px;
        height: 10px;
        bottom: 5px;
        right: -12px;
    }
}

#content .list-content__movie {
    width: 100%;
    height: 100%;
    max-height: 360px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#content .list-content__movie--img {
    width: 100%;
    height: 100%;
    background: url(../img/tour/img_tour_mv_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.2s ease;
}

@media only screen and (max-width: 768px) {

    #content .list-content__movie--img {
        background-image: url(../img/tour/img_tour_mv_sp.jpg);
    }
}

#content .list-content__item--02:hover .list-content__movie--img{
    transform: scale(1.05);
    opacity: 0.5;
}

.ytp-title-text {
    font-size: 12px;
}

.modal-content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;

    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
}

.is-modal .modal-content{
    opacity: 1;
    pointer-events: auto;
}

.modal-content__box{
    position: relative;
    width: 100%;
    max-width: 912px;
    z-index: 999;
}

.modal-content #ytplayer{
    width: 100%;
}

.modal-content__overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99;

    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
}

.is-modal .modal-content__overlay{
    opacity: 1;
    pointer-events: auto;
}

.modal-content__close{
    display: block;
    position: absolute;
    color: white;
    content:'×';
    font-size: 48px;
    top: -20%;
    right: 0;
    width: 50px;
    height: 50px;
}

body#modal {
    background: rgba(0,0,0,0.00);
}

#modal .detail {
  *zoom: 1;
  height: 100%;
}

#modal .detail:after {
  content: '';
  display: table;
  clear: both;
}

#modal .detail__img {
  text-align: center;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #modal .detail__img {
    height: auto;
  }
}

#modal .detail__img img {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #modal .detail__img img {
    width: 100%;
    height: auto;
  }
}

#modal .detail__date {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #modal .detail__date {
    font-size: 12px;
  }
}

#modal .detail__date .category {
  display: inline-block;
  margin-left: 15px;
  padding: 0 10px;
  line-height: 14px;
}

@media only screen and (max-width: 768px) {
  #modal .detail__date .category {
    margin-left: 10px;
    line-height: 10px;
  }
}

#modal .detail__date .category--1 {
  background: #ff6ba3;
}

#modal .detail__date .category--2 {
  background: #ff9c00;
}

#modal .detail__ttl {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #modal .detail__ttl {
    margin-top: 5px;
    font-size: 16px;
  }
}

#modal .detail__txt {
  text-align: justify;
  text-justify: distribute;
  word-break: break-all;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #modal .detail__txt {
    margin-top: 10px;
    font-size: 12px;
  }
}

#content .list_bg {
	background: no-repeat center/cover url("../img/tour/bg_omoidegp_r.jpg");
}

#content .list_bg2 {
	background: no-repeat center/cover url("../img/tour/bg_omoidegp_g.jpg");
}

#content .list_bg,
#content .list_bg2 {
	padding: 40px 0;
}

@media only screen and (max-width: 768px) {
    #content .list_bg,
	#content .list_bg2 {
	padding: 5% 0;
	}
	
}

#content .list__ttl_bg{
	background: linear-gradient(#fdf3ac,#c2a541);
	text-align: center;
}

#content .list__item a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#content .list__item a:hover img, #content .list__item a:active img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#content .list__inner {
  height: 100%;
  background: #000;
}

#content .list__img {
  overflow: hidden;
}

#content .list__img img {
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}


/*===========================================================
tour2019_photo postlist js-tab js-panel
===========================================================*/
#content .js-tab {
}

#content .js-tab.is-active span {
    color: #fff;
    background-color: #79bd36;
    cursor: auto;
}

#content .js-panel {
    display: none;
}

#content .js-panel.is-active {
    display: block;
}

#content .js-scroll {
    opacity: 0;
    transition: opacity 0.3s, transform 0s !important;
}

#content .js-scroll.is-visible {
    opacity: 1;
}