.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media screen and (min-width: 769px) {
  .l-container {
    /*padding: 90px 90px;*/
    padding: 90px 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 45px 4vw;
  }
}

.l-container2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.l-container3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media screen and (min-width: 769px) {
  .l-container2 {
    padding: 30px 80px 0px 0px;
  }
  .l-container3 {
    padding: 50px 80px 90px;
  }
}
@media screen and (max-width: 768px) {
  .l-container2 {
    padding: 15px 4vw 45px;
  }
  .l-container3 {
    padding: 15px 4vw 45px;
  }
}

.l-main {
  color: #444;
  display: block;
  line-height: 1.6;
  line-break: strict;
}
.l-main img {
  max-width: 100%;
}
.l-main rt {
  ruby-align: center;
}
.l-main * {
  box-sizing: border-box;
}

/* ------------------------------------------------------- */

.a-scroll-up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 1s, transform 1s;
}
.a-scroll-up.is_active {
  opacity: 1;
  transform: translate(0, 0);
}
.a-scroll-left_in {
  transition: width 1s;
  width: 0;
}
.a-scroll-left_in.is_active {
  width: auto;
}
.a-scroll-right_in.is_active {
  transform: translate(0, 0);
}


/* ------------------------------------------------------- */

.a-scroll-blur {
  opacity: 0;
}
.a-scroll-blur.is_active {
  animation-name: aniBlur;
  opacity: 1;
  transition: 0.8s;
}

@keyframes aniBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
.ani-scroll-left_in {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  opacity: 0;
}
.ani-scroll-left_in.is_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.ani-scroll-right_in {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.ani-scroll-right_in.is_active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fade.is-anime {
  opacity: 1;
}

.fade {
  transition: all 1.2s 0s ease;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: all 1.2s 0s ease;
  }
}

/* ------------------------------------------------------- */

.js-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 1s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-blur.is_active {
  -webkit-animation-name: blur;
  animation-name: blur;
  opacity: 1;
  transition: 0.5s;
}

@-webkit-keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/* ------------------------------------------------------- */

.bg--ex {
  position: relative;
  z-index: 1;
}
.bg--ex:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #d2e1e4;
  content: "";
  transform: translateX(-100%);
}
.bg--ex.is-active:after {
  transition: all 1200ms cubic-bezier(0.54, 0.87, 0, 0.995);
  transition-timing-function: cubic-bezier(0.54, 0.87, 0, 0.995);
  transform: translateX(0) !important;
}

/* ------------------------------------------------------- */

.js-bgExtend {
  overflow: hidden;
}

.mask__wrap {
  overflow: hidden;
}
.mask__wrap .js-bgExtendImg {
  position: relative;
  left: -100%;
  overflow: hidden;
}
.mask__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
}
.mask__bg.bg--wh {
  background: #fff;
}

.a-fade {
  opacity: 0;
  transition: opacity 1.5s;
}
.a-fade.-delai01 {
  transition-delay: 0.2s;
}
.a-fade.-delai02 {
  transition-delay: 0.4s;
}
.a-fade.-delai03 {
  transition-delay: 0.6s;
}
.a-fade.is-active {
  opacity: 1;
}

.c-bullet {
  padding-left: 1em;
  position: relative;
}
.c-bullet__item {
  left: 0;
  position: absolute;
  top: 0;
}

/* ------------------------------------------------------- */

@media screen and (min-width: 769px) {
  .p-mv__box {
    position: relative;
    width: 1278px;
    height: 750px;
    margin: 0 auto;
  }
  .p-mv__box00 {
    background-color: #000;
    width: 426px;
    height: 750px;
    opacity: 0;
  }
  .p-mv__box01 {
    position: absolute;
    width: 426px;
    height: 750px;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime 2s forwards;
    animation-delay: 0s;
  }
  .p-mv__box02 {
    position: absolute;
    width: 426px;
    height: 750px;
    top: 0;
    left: 426px;
    opacity: 0;
    animation: slideAnime 2s forwards;
    animation-delay: 1s;
  }
  .p-mv__box03 {
    position: absolute;
    width: 426px;
    height: 750px;
    top: 0;
    left: 852px;
    opacity: 0;
    animation: slideAnime 2s forwards;
    animation-delay: 2s;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__box {
     width: 100%;
  }
  .p-mv__box00 {
    width: 100%;
  }
  /*.p-mv__box01 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime 2s forwards;
    animation-delay: 0s;
  }
  .p-mv__box02 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime 2s forwards;
    animation-delay: 0s;
  }
  .p-mv__box03 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime 2s forwards;
    animation-delay: 0s;
  }*/

  .p-mv__box01 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime01 6s infinite;
    /*animation: slideAnime 2s infinite 2s alternate;
    animation-delay: 0s;*/
  }
  .p-mv__box02 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime02 6s infinite;
    /*animation: slideAnime 2s infinite 6s alternate;
    animation-delay: 4s;*/
  }
  .p-mv__box03 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: slideAnime03 6s infinite;
    /*animation: slideAnime 2s infinite 180s alternate;
    animation-delay: 6s;*/
  }

}

@keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*ノード毎のキーフレーム設定*/
@keyframes slideAnime01 {
	from { opacity: 0; }
	0% { opacity: 0; }
	30% { opacity: 1; animation-timing-function: ease }
}
@keyframes slideAnime02 {
	from { opacity: 0; }
	30% { opacity: 0; }
	60% { opacity: 1; animation-timing-function: ease }
}
@keyframes slideAnime03 {
	from { opacity: 0; }
	60% { opacity: 0; }
  90% { opacity: 1; animation-timing-function: ease }
	100% { opacity: 0; }
}

.p-mv .p-mv__content2 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

/* ------------------------------------------------------- */

.c-button {
  align-items: center;
  display: flex;
  font-size: 1.0769230769rem;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    max-width: 300px;
    height: 45px;
    width: 85.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-button.-large {
    height: 60px;
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .c-button.-small {
    height: 70px;
    max-width: 270px;
  }
}
.c-button.-bdr-bk {
  border: solid 1px #000;
}
.c-button.-bdr-wt {
  border: solid 1px #fff;
}
.c-button:hover {
  opacity: 0.6;
}

.c-flex:not(.-md) {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-flex-mt {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .c-flex.-md {
    display: flex;
  }
}
.c-flex.-jc-c {
  justify-content: center;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
.c-flex.-ai-c {
  align-items: center;
}
.c-flex__item {
  flex: 1 0 0%;
}

.c-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.c-image.-col {
  width: 50%;
}
.c-image.-col40 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .c-image.-full-sm {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.c-image.-full-images {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.c-notes > * {
  padding-left: 1em;
  position: relative;
}
.c-notes__bullet {
  left: 0;
  position: absolute;
  top: 0;
}

.c-separator {
  border-top-color: #f5f5f5;
  margin: 0 auto;
  max-width: 1020px;
}

.c-text {
  font-size: 1.1538461538rem;
  line-height: 1.88;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.0769230769rem;
    line-height: 1.7;
  }
}
.c-text.-small {
  font-size: 1rem;
}
.c-text.-alphabet {
  line-height: 1.8;
  font-size: 1.3846153846rem;
}
.c-text.-alphabet.-medium {
  font-size: 2.3076923077rem;
}
@media screen and (min-width: 769px) {
  .c-text.-alphabet.-small {
    font-size: 1.3846153846rem;
  }
}
@media screen and (max-width: 768px) {
  .c-text.-alphabet.-small {
    font-size: 1.1538461538rem;
  }
}

.c-title {
  color: #222;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  /*font-weight: bold;*/
}
.c-title.-primary {
  font-size: 1.6923076923rem;
}
.c-title.-secondary {
  font-size: 1.6153846154rem;
}


@media screen and (max-width: 768px) {
  .c-title.-secondary {
    line-height: 1.5;
    /*font-size: 1.5384615385rem;*/
    font-size: 20px;
  }
}
.c-title.-tertiary {
  font-size: 1.3846153846rem;
}
.c-title.-alphabet {
  font-size: 2.3076923077rem;
}
.c-title.-alphabet.-small {
  font-size: 2.1538461538rem;
}
.c-title__text {
  display: inline-block;
}
.c-title__sub {
  font-size: 1.3846153846rem;
}
.c-title__num {
  font-style: oblique;
  font-size: 2.9230769231rem;
}

@media screen and (min-width: 769px) {
  .p-body.-full-md {
    /*margin-left: -90px;
    margin-right: -90px;*/
  }
  .p-body2.-full-md {
    margin-left: 100px;
    margin-right: 0px;
  }
}

.p-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}
@media screen and (min-width: 769px) {
  .p-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-content2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-content {
    margin-top: 25px;
  }
  .p-content2 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-col {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-content2.-col {
    padding-left: 80px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col2 .c-flex__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col2__content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 530px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-content.item-col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col3 .c-flex__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col3__content {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 530px;
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-content.-item-col3 .c-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-content.-full-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media screen and (min-width: 769px) {
  .p-content.-full-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-content__button {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-content__button {
    height: 60px;
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-content__button {
    height: 45px;
    width: 42.5333333333vw;
  }
}

.p-detail {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
@media screen and (min-width: 769px) {
  .p-detail {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail {
    max-width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .p-detail .c-flex__item {
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .p-detail .c-flex__item:not(:first-child) {
    margin-left: 4.7619047619%;
  }
}
@media screen and (max-width: 768px) {
  .p-detail .c-flex__item {
    max-width: 37.3333333333vw;
  }
}

@media screen and (min-width: 769px) {
  .-item-col2 .c-flex__item {
    flex: unset;
  }
}
@media screen and (min-width: 769px) {
  .-item-col2 .c-flex__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}
@media screen and (min-width: 769px) {
  .-item-col2 .c-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px) {
  .-item-col3 .c-flex__item {
    flex: unset;
  }
}
@media screen and (min-width: 769px) {
  .-item-col3 .c-flex__item:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}
@media screen and (min-width: 769px) {
  .-item-col3 .c-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 769px) {
  .p-footerTop__group + .p-footerTop__group {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-footerTop__group + .p-footerTop__group {
    margin-top: 30px;
  }
}
.p-footerTop__title {
  font-size: 1.2307692308rem;
  text-align: center;
}
.p-footerTop__title > span {
  border-bottom: solid 1px #fff;
  display: inline-block;
  padding: 0 0.25em 0.25em;
}
.p-footerTop__content {
  font-size: 0.9230769231rem;
}
@media screen and (min-width: 769px) {
  .p-footerTop__content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-footerTop__content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-footerTop__content.-cols {
    display: flex;
    justify-content: center;
  }
}
.p-footerTop__button {
  font-size: 0.9230769231rem;
  padding: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .p-footerTop__button {
    width: 24.5454545455vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footerTop__button {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .p-footerTop__button:not(:first-child) {
    margin-left: 3.6363636364%;
  }
}

#Brand_list a {
  text-decoration: underline;
}

.p-lead {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
}
.p-lead__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media screen and (min-width: 769px) {
  .p-lead__container {
    padding: 90px 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-lead__container {
    padding: 50px 4vw;
  }
}
.p-lead .c-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
@media screen and (min-width: 769px) {
  .p-lead .c-text {
    line-height: 2.2;
    font-size: 1.1538461538rem;
  }
}
@media screen and (max-width: 768px) {
  .p-lead .c-text {
    line-height: 1.8;
    font-size: 1.1538461538rem;
  }
}

.p-mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv.-cols {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__hero.-col, .p-mv__wrap.-col {
    max-width: 640px;
    width: 50%;
background-color: #ff0000;
  }
}
.p-mv__hero {
  text-align: center;
}
.p-mv__hero img {
  max-width: 1280px;
  width: 100%;
}
.p-mv .p-mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv.-cols {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__hero.-col, .p-mv .p-mv__wrap.-col {
    max-width: 640px;
    width: 50%;
  }
}
.p-mv .p-mv__hero {
  text-align: center;
}
.p-mv .p-mv__hero img {
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__wrap.-col {
    align-items: center;
    display: flex;
  }
}
.p-mv .p-mv__content {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__content {
    padding: 55px 35px 55px 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .p-mv .p-mv__content {
    padding: 55px 2.734375% 55px 7.03125%;
  }
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__content {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__title {
    font-size: 2.6153846154rem; /* ------------------------------------------------------------------------------------------------------------------------- */
    /*line-height: 1.3;*/
    line-height: 1.4;
  }
  .p-mv .p-mv__title rt {
    font-size: 0.9230769231rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__title {
    font-size: 2.0rem;
    /*font-size: 2.1538461538rem;*/ /* ------------------------------------------------------------------------------------------------------------------------- */
    /*line-height: 1.3;*/
    line-height: 1.4;
  }
  .p-mv .p-mv__title rt {
    font-size: 0.9230769231rem;
  }
}
@media screen and (min-width: 769px) {
  .p-mv .p-mv__text {
    font-size: 1.5384615385rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__text {
    font-size: 1.2307692308rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__wrap.-col {
    align-items: center;
    display: flex;
  }
}
.p-mv__content {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv__content {
    padding: 55px 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    padding: 25px 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__title {
    font-size: 2.3076923077rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__title {
    font-size: 1.6923076923rem;
  }
}
@media screen and (min-width: 769px) {
  .p-mv__text {
    font-size: 1.3846153846rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    font-size: 1.0769230769rem;
  }
}

.p-pr {
  background-color: #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 1281px) {
  .p-pr {
    left: calc(50% + 560px);
  }
}
@media screen and (min-width: 769px) {
  .p-pr {
    font-size: 1.3846153846rem;
    padding: 5px 8px;
    top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .p-pr {
    left: 93.75%;
  }
}
@media screen and (max-width: 768px) {
  .p-pr {
    font-size: 0.7692307692rem;
    padding: 3px 4px;
    right: 15px;
    top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-frame {
    position: relative;
    /*border: 1px solid #fff;
    padding: 30px 20px 30px 20px;*/
  }
}
@media screen and (min-width: 769px) {
  .p-frame {
    position: relative;
    /*border: 1px solid #fff;
    padding: 50px 0px 40px;*/
  }
}

@media screen and (max-width: 768px) {
  .p-movie {
    padding: 45px 0vw;
  }
}
.p-movie__video {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1100px;
  width: 100%;
  padding-top: 56.25%;
}
.p-movie__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-movie .p-head {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-movie .p-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-movie .p-content {
    padding: 0 4vw;
  }
}

@media screen and (min-width: 769px) {
  .c-flex__item .p-movie__video {
    width: 100%;
    padding-top: 56.2%;
  }
}

.p-profile__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-profile__container {
    padding: 60px 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__container {
    padding: 40px 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-profile__image {
    width: 180px;
    float: left;
    margin: 0 40px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__image {
    width: 32.5333333333vw;
    float: left;
    margin: 0 2.6666666667vw 1.3333333333vw 0;
  }
}
.p-profile__name {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
}
@media screen and (min-width: 769px) {
  .p-profile__name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__name {
    margin-bottom: 2.1333333333vw;
  }
}
.p-profile__name--jpn {
  display: block;
  font-size: 1.5384615385rem;
  text-align: justify;
  line-height: 1.2;
}
.p-profile__name--eng {
  display: block;
  font-size: 1.0769230769rem;
  text-align: justify;
}
.p-profile .c-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
}
@media screen and (min-width: 769px) {
  .p-profile .c-text {
    line-height: 1.88;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-profile .c-text {
    line-height: 1.7;
    font-size: 0.8615384615rem;
  }
}

.u-align-center { text-align: center !important; }
.u-align-left { text-align: left !important; }
.u-align-right { text-align: right !important; }

@media screen and (min-width: 769px) {
  .u-align-md-center { text-align: center !important; }
  .u-align-md-left { text-align: left !important; }
}

@media screen and (max-width: 768px) {
  .u-align-sm-center { text-align: center !important; }
  .u-align-sm-left { text-align: left !important; }
}

.u-bg-color-bk { background-color: black; }
.u-bg-color-dgy { background-color: #ccc; }
.u-bg-color-gd { background-color: #b4956a; }
.u-bg-color-gy { background-color: #ddd; }
.u-bg-color-lgy { background-color: #f5f5f5; }
.u-bg-color-wh { background-color: white; }

.u-bg-color-01 { background-color: #f4f1ed; }
.u-bg-color-02 { background-color: #a58764; }

.u-color-bk { color: #000 !important; }
.u-color-777 { color: #777 !important; }
.u-color-gd { color: #a58764 !important; }
.u-color-wt { color: #fff !important; }

.u-d-inline-block {
  display: inline-block;
}

@media screen and (min-width: 769px) {
 .u-hidden-md {
  display: none;
 }
}

@media screen and (max-width: 768px) {
  .u-hidden-sm {
    display: none;
  }
}

.u-mt-15 { margin-top: 15px; }
.u-mt-20 { margin-top: 20px; }
.u-mt-25 { margin-top: 25px; }
.u-mt-30 { margin-top: 30px; }

@media screen and (min-width: 769px) {
  .u-text-md-01 {font-size: 0.7692307692rem; }
  .u-text-md-02 {font-size: 0.8615384615rem; }
  .u-text-md-03 {font-size: 0.9230769231rem; }
  .u-text-md-04 {font-size: 1rem; }
  .u-text-md-05 {font-size: 1.0769230769rem; }
  .u-text-md-06 {font-size: 1.1538461538rem; }
  .u-text-md-07 {font-size: 1.2307692308rem; }
  .u-text-md-08 {font-size: 1.3846153846rem; }
  .u-text-md-09 {font-size: 1.5384615385rem; }
  .u-text-md-10 {font-size: 1.6923076923rem; }
  .u-text-md-11 {font-size: 2.1538461538rem; }
  .u-text-md-12 {font-size: 2.3076923077rem; }
  .u-text-md-13 {font-size: 2.6153846154rem; }
  .u-text-md-14 {font-size: 2.9230769231rem; }
}
@media screen and (max-width: 768px) {
  .u-text-sm-01 {font-size: 0.7692307692rem; }
  .u-text-sm-02 {font-size: 0.8615384615rem; }
  .u-text-sm-03 {font-size: 0.9230769231rem; }
  .u-text-sm-04 {font-size: 1rem; }
  .u-text-sm-05 {font-size: 1.0769230769rem; }
  .u-text-sm-06 {font-size: 1.1538461538rem; }
  .u-text-sm-07 {font-size: 1.2307692308rem; }
  .u-text-sm-08 {font-size: 1.3846153846rem; }
  .u-text-sm-09 {font-size: 1.5384615385rem; }
  .u-text-sm-10 {font-size: 1.6923076923rem; }
  .u-text-sm-11 {font-size: 2.1538461538rem; }
  .u-text-sm-12 {font-size: 2.3076923077rem; }
  .u-text-sm-13 {font-size: 2.6153846154rem; }
  .u-text-sm-14 {font-size: 2.9230769231rem; }
}

@media screen and (min-width: 769px) {
  .u-mt-md-10 { margin-top: 10px; }
  .u-mt-md-15 { margin-top: 15px; }
  .u-mt-md-20 { margin-top: 20px; }
  .u-mt-md-25 { margin-top: 25px; }
  .u-mt-md-30 { margin-top: 30px; }
  .u-mt-md-35 { margin-top: 35px; }
  .u-mt-md-40 { margin-top: 40px; }
  .u-mt-md-50 { margin-top: 50px; }
  .u-mt-md-60 { margin-top: 60px; }
  .u-mt-md-70 { margin-top: 70px; }
  .u-mt-md-80 { margin-top: 80px; }
  .u-mt-md-90 { margin-top: 90px; }
  .u-mt-md-100 { margin-top: 100px; }
  .u-mt-md-110 { margin-top: 110px; }
  .u-mt-md-120 { margin-top: 120px; }
  .u-mt-md-130 { margin-top: 130px; }
  .u-mt-md-140 { margin-top: 140px; }
  .u-mt-md-150 { margin-top: 150px; }
}

@media screen and (max-width: 768px) {
  .u-mt-sm-10 { margin-top: 10px; }
  .u-mt-sm-15 { margin-top: 15px; }
  .u-mt-sm-20 { margin-top: 20px; }
  .u-mt-sm-25 { margin-top: 25px; }
  .u-mt-sm-30 { margin-top: 30px; }
  .u-mt-sm-40 { margin-top: 40px; }
  .u-mt-sm-50 { margin-top: 50px; }
  .u-mt-sm-60 { margin-top: 60px; }
  .u-mt-sm-70 { margin-top: 70px; }
  .u-mt-sm-80 { margin-top: 80px; }
  .u-mt-sm-90 { margin-top: 90px; }
}

@media screen and (min-width: 769px) {
  .u-shadow-md { box-shadow: 20px 20px #bdb7b0; }
}

@media screen and (max-width: 768px) {
  .u-shadow-sm { box-shadow: 7px 7px #bdb7b0; }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-border-bottom-bk { border-bottom: solid 1px #000; }
.u-border-bottom-dgy { border-bottom: solid 1px #ccc; }
.u-border-bottom-gd { border-bottom: solid 1px #b4956a; }
.u-border-bottom-gy { border-bottom: solid 1px #ddd; }
.u-border-bottom-lgy { border-bottom: solid 1px #f5f5f5; }

.u-border-top-bk { border-top: solid 1px #000; }
.u-border-top-dgy { border-top: solid 1px #ccc; }
.u-border-top-gd { border-top: solid 1px #b4956a; }
.u-border-top-gy { border-top: solid 1px #ddd; }
.u-border-top-lgy { border-top: solid 1px #f5f5f5; }

.u-order-1 { order: 1; }
.u-order-2 { order: 2; }


.c-mlink {
  color: #fff;
  text-align: right;
  text-decoration: underline;
  font-family: Amiri, "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.c-mlink a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-mlink {
    font-size: 1.2307692308rem;
  }
}

.a-scroll-up {
  /*opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 1s, transform 1s;*/
}
.a-scroll-up.is_active {
  /*opacity: 1;
  transform: translate(0, 0);*/
}

.p-popup {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .p-popup {
    padding: 102px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup {
    padding: 68px 6.6666666667vw 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-popup__image + .p-popup__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup__image + .p-popup__text {
    margin-top: 25px;
  }
}
.p-popup__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-popup__text {
    font-size: 1.2307692308rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-popup__text {
    font-size: 3.4666666667vw;
    line-height: 1.7;
  }
}
.p-popup__text + .p-popup__text {
  margin-top: 30px;
}
.p-popup .mfp-close {
  background: url(../images/popup_close.png) center no-repeat;
  background-size: 36px 36px;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .p-popup .mfp-close {
    right: 6.6666666667%;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-popup .mfp-close {
    right: 6.6666666667vw;
    top: 16px;
  }
}

.p-mv {
  z-index: 8;
  inset: 0;
  background-color: #f4f1ed;
}
.p-mv img {
  width: 100%;
}
.p-mv__container {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__container {
    max-width: 1280px;
    margin-inline: auto;
    place-content: center;
  }
}
.p-mv__imgs {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv__img {
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .l-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-pr {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  line-height: 1;
  padding: 0.2em 0.4em;
  position: absolute;
  z-index: 100;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 769px) {
  .c-pr {
    font-size: 14px;
    font-size: 1.0769230769rem;
    line-height: 1.0714285714;
    right: 2.7272727273%;
    top: 3.75%;
  }
}
@media screen and (max-width: 768px) {
  .c-pr {
    font-size: 10px;
    font-size: 0.7692307692rem;
    line-height: 1.5;
    right: 4vw;
    top: 4vw;
  }
}

.p-item__credit {
  color: #888;
}
@media screen and (min-width: 769px) {
  .p-item__credit {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-item__credit {
    margin-top: 3.4666666667vw;
  }
}
.p-item__creditTxt {
  display: none;
  padding-top: 0.5em;
  position: relative;
  z-index: 6;
}
.p-item__creditTxt:last-of-type {
  margin-bottom: 0;
}
.p-item__creditBtn {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
}
.p-item__creditBtn::after {
  display: inline-block;
  margin-top: 0;
  margin-left: 6px;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #c9c4c2;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin-top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-item__creditBtn::after {
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .p-item__creditBtn::after {
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
    top: 36%;
  }
}
.p-item__creditBtn.creditBtn--2::after {
  border-color: #9fa0a0;
}
@media screen and (min-width: 769px) {
  .p-item__creditBtn.is-show::after {
    -webkit-transform: translateY(-15%) rotate(-45deg);
            transform: translateY(-15%) rotate(-45deg);
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-item__creditBtn.is-show::after {
    -webkit-transform: translateY(25%) rotate(-45deg);
            transform: translateY(25%) rotate(-45deg);
  }
}
.p-item__btn {
  position: relative;
  z-index: 5;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-item__btn {
    padding-top: 8.59375%;
    padding-bottom: 14.0625%;
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-item__btn {
    padding-top: 7.3333333333vw;
    padding-bottom: 18.1333333333vw;
  }
}
.p-item__btn .c-btn__items {
  margin-top: 0;
  color: #fff;
}

.toggle {
  position: relative;
}
.toggle::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100px;
  background: #fff;
  background: linear-gradient(0deg, #fff 52%, rgba(255,255,255,0) 100%);
  z-index: 2;
}
.toggle .toggle_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 10em;
  height: 44px;
  margin: auto;
  color: #a58764;
  cursor: pointer;
  z-index: 3;
}
.toggle .toggle_menu::after {
  content: "more";
  display: block;
  width: 10em;
  padding: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 13px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #a58764;
  border-radius: 22px;
  z-index: 2;
}

.toggle .toggle_more {
  height: 250px;
  overflow: hidden;
}

.toggle.toggle-active {
  padding-bottom: 50px;
}

.toggle.toggle-active::before {
  display: none;
}

.toggle.toggle-active .toggle_menu::after {
  content: "close";
}

.toggle.toggle-active .toggle_more {
  height: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
  .tableton {
    display:block;
  }
  .toggle::before {
    display: block;
  }
  .toggle .toggle_menu {
    display: block
  }
  .toggle .toggle_more {
    height: 99px
  }
}

@media screen and (min-width: 768px) {
  .toggle::before {
    display:none;
  }
  .toggle .toggle_menu {
    display: none;
  }
  .toggle .toggle_more {
    height: auto;
    overflow: hidden;
  }
}


.cap_01 {
  margin-left: 80px;
}
.cap_02 {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
.cap_01 {
  margin-left: 0px;
}
.cap_02 {
  margin-right: 0px;
}
}


.cap00_01 {
  margin-top: -250px;
}
.cap00_02 {
  padding-bottom: 300px;
}
.cap00_03 {
  padding-top: 200px;
}
@media screen and (max-width: 768px) {
.cap00_01 {
  margin-top: 0px;
}
.cap00_02 {
  padding-bottom: 0px;
}
.cap00_03 {
  padding-top: 0px;
}
}

.p-cap01_txt01 {
  font-size: 58px;
  letter-spacing: 0.03em;
}
.p-cap01_txt02 {
  font-size: 18px;
}
.p-cap01_txt03 {
  font-size: 40px;
}
.p-cap01_txt04 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
.p-cap01_txt01 {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.p-cap01_txt02 {
  font-size: 12px;
  line-height: 1.6;
}
.p-cap01_txt03 {
  font-size: 24px;
  line-height: 1.4;
}
.p-cap01_txt04 {
  font-size: 14px;
  line-height: 1.6;
}
}

.c-title.-cap02_txt01 {
  font-size: 30px;
}
.c-title.-cap02_txt02 {
text-align: left;
}
@media screen and (max-width: 768px) {
.c-title.-cap02_txt01 {
  font-size: 23px;
  text-align: center;
  line-height: 1.4;
}
.c-title.-cap02_txt02 {
text-align: center;
}
.u-cap02-auto {
  margin-left: auto;
  margin-right: auto;
}
}

.p-cap03_txt01 {
  font-size: 19px;
}
.p-cap03_txt02 {
  font-size: 30px;
}
.p-cap03_txt03 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
.p-cap03_txt01 {
  font-size: 15px;
  line-height: 1.6;
}
.p-cap03_txt02 {
  font-size: 20px;
  line-height: 1.4;
}
.p-cap03_txt03 {
  font-size: 12px;
  line-height: 1.8;
}
}

.c-title.-cap04_txt01 {
  font-size: 21px;
}
.p-cap04_txt02 {
  font-size: 20px;
}
.p-cap04_txt03 {
  font-size: 13px;
  line-height: 1.9;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
.c-title.-cap04_txt01 {
  font-size: 15px;
}
.p-cap04_txt02 {
  font-size: 18px;
}
.p-cap04_txt03 {
  font-size: 12px;
  line-height: 1.9;
  padding-right: 0px;
}
}

.c-title.-cap05_txt01 {
  font-size: 22px;
}
.c-title.-cap05_txt02 {
  position: absolute;
  top: 40px;
  left: 0px;
  font-size: 21px;
}
.cap04_img01 {
  padding-left: 300px;
}
.p-cap05_txt03 {
  position: absolute;
  top: 130px;
  left: 0px;
  width: 275px;
  font-size: 13px;
  line-height: 1.9;
}
.c-title.-cap05_txt04 {
  position: absolute;
  top: 0px;
  left: 725px;
  width: 350px;
  font-size: 21px;
}
.c-title.-cap05_txt05 {
  position: absolute;
  top: 130px;
  left: 725px;
  width: 350px;
  font-size: 18px;
}
.p-cap05_txt06 {
  position: absolute;
  top: 205px;
  left: 725px;
  width: 350px;
  font-size: 13px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
.c-title.-cap05_txt01 {
  font-size: 19px;
}
.c-title.-cap05_txt02 {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 20px;
  text-align: center;
}
.cap04_img01 {
  padding-left: 0px;
}
.p-cap05_txt03 {
  position: relative;
  top: 0px;
  left: 0px;
  width: inherit;
  font-size: 13px;
  line-height: 1.9;
  padding-right: 0px;
}
.c-title.-cap05_txt04 {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 20px;
  text-align: center;
}
.c-title.-cap05_txt05 {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 17px;
  text-align: center;
}
.p-cap05_txt06 {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 13px;
  line-height: 1.9;
  padding-right: 0px;
}
}
