@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright&display=swap");*/

/*================================

PC、スマホ切り替え

================================*/
.pc {
  display: inline-block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: inline-block !important;
    width: 100%;
  }

  .sp {
    display: none;
  }

  #mv_Area .main_txt {
    left: 5%;
  }

}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
    width: 100%;
    text-align: center;
  }
}

/*=============================================
 * wpの自動br解除
 *=============================================*/
br {
  display: none;
}

br.show {
  display: block;
}

br.spbrook {
  display: none;
}

/*================================

contents

================================*/
.p-topic-detail.mt-3 {
  margin-top: 0 !important;
}

.p-topic-detail .col-12 {
  padding: 0 !important;
}

.container {
  max-width: 100%;
}

/*div.cover {
  max-width: 1180px;
}*/

.c-breadcrumb {
  width: 1180px;
}

.cover_all {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}


.c-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    height: 100% !important;
    object-fit: contain;
    object-position: top;
    z-index: -1;
}
.back_img_pc {
  display: block;
}
.back_img_tb {
  display: none;
}
.back_img_sp {
  display: none;
}

p {
  color: #333333;
}

span.en {
  font-family: ratiomodern, serif;
  font-weight: 400;
  font-style: normal;
}


@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(100%, 0, 0);
  }
}



/*#mv_Area {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}*/
#mv_Area {
  width: 100%;
  padding-top: 60px;
}

.c-wrap02 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

#mv_Area img {
  width: 100%;
}

#mv_Area .main_img {
  width: 472px;
  height: 661px;
  margin-left: 49%;
}

#mv_Area .main_img01 {
  background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/mainv.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 472px;
  height: 661px;
}
  .main_txt_sp {
    display: none;
  }
#mv_Area .main_txt {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 28%;
  left: 3%;
  color: #383838;
}

#mv_Area .main_txt01 {
  margin-bottom: 0;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 500;
}

#mv_Area .main_txt02 {
  margin-bottom: 45px;
  font-family: 'Cormorant Upright', serif;
  font-size: 87px;
  font-weight: 300;
}

#mv_Area .main_txt03 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 14px;
  font-weight: 500;
}

#contents {
  max-width: 1000px;
  margin: 0px auto;
}


.c-btn01 {
  font-family: "Garamond", serif;
  font-size: 18px;
  color: #383838;
  line-height: 1.2352941176;
  text-decoration: none;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn01.--nolink {
  text-decoration: none;
}

.c-btn02 {
  margin-right: 0;
}

.c-btn01.--nolink span {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 12px;
  margin-left: 8px;
}

.c-wrap01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.c-layout01 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.c-layout01--slider {
  position: relative;
  width: 45%;
  margin-bottom: 0 !important;
  transition: all 0.3s;
}

.c-layout01--slider img {
  width: 100%;
}

.c-layout01--slider:hover {
  opacity: 0.6 !important;
}

.c-layout01__right {
  width: 50%;
  text-align: left;
  /*margin-right: 6%;*/
}

.c-layout01__right a {
  transition: all 0.3s;
}

.c-layout01__txt {
  font-size: 16px;
  color: #383838;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 27%;
}

.c-layout01.--reverse {
  flex-direction: row-reverse;
}


.c-layout01--link {
  width: fit-content;
}

.c-layout01--link a {
  transition: all 0.3s;
  font-family: "Garamond", serif;
  text-decoration: none;
}

.c-layout01--link a.nolink {
  pointer-events: none;
}
.c-layout01--link span.nodecoration {
  text-decoration: none;
}
.c-layout01--link span.sc {
    font-family: YuMincho, "Yu Mincho", serif;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 400;
}



.c-layout01--link a:hover {
  opacity: 0.6;
  color: #383838;
}

 a.number_image:hover {
  opacity: 0.6;
  transition: all 0.6s ease;
}
.c-layout01--link.--right {
  margin: 0 0 0 auto;
  font-family: "Cormorant Upright", serif;
  color: #383838;
  font-size: 18px;
  font-weight: 400;
}

span.credit {
  text-decoration: underline;
}

.c-ttl01 {
  font-family: "Cormorant Upright", serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 30% 0 10%;
  font-weight: 400;
}
.c-ttl01_sp {
  display: none;
}
.p-style01 {
  padding-top: 120px;
  margin-bottom: 0;
}

.p-style01-1 .c-wrap01 .c-layout01 .c-layout01__right .c-ttl01 {
  color: #DBC761;
}

.p-style01-2 .c-wrap01 .c-layout01 .c-layout01__right .c-ttl01 {
  color: #7AA2C1;
}

.p-style01-3 .c-wrap01 .c-layout01 .c-layout01__right .c-ttl01 {
  color: #9592BA;
}

.p-style01-4 .c-wrap01 .c-layout01 .c-layout01__right .c-ttl01 {
  color: #CE93CA;
}


/*.p-style01-2 {
  padding-top: 150px;
}*/

.p-style01__img {
    max-width: 450px;
    margin: 0 auto;
    height: 630px;
    background-size: contain;
}
.img01 {
    background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/style_01_make.png);
    background-repeat: no-repeat;
}
.img02 {
    background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/style_02_make.png);
    background-repeat: no-repeat;
}
.img03 {
    background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/style_03_make.png);
    background-repeat: no-repeat;
}
.img04 {
    background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/style_04_make.png);
    background-repeat: no-repeat;
}

.ttl_color {
  position: relative;
}
.number {
  position: absolute;
  left: 20%;
  top: -23px;
  font-family: 'Cormorant Upright', serif;
  font-size: 60px;
  border-bottom: 1px solid;
  line-height: 1;
  font-weight: 300;
}
.p-style01-1 .c-wrap01 .ttl_color .number {
  color: #DBC761;
}
.p-style01-2 .c-wrap01 .ttl_color .number {
  color: #7AA2C1;
}
.p-style01-3 .c-wrap01 .ttl_color .number {
  color: #9592BA;
}
.p-style01-4 .c-wrap01 .ttl_color .number {
  color: #CE93CA;
}

.ttl_txt {
  position: absolute;
  right: 22%;
  top: 0;
}
.ttl_txt img {
  width: 50%;
}

.ttl_caption {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  width: 470px;
  border-bottom: 1px solid #383838;
  margin: 30px auto 40px;
  padding: 0 0 40px 0;
  color: #383838;
  font-weight: 500;
}

.image01 {
    max-width: 450px;
    margin: 0 auto;
    background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/style_01_style.png);
    background-repeat: no-repeat;
    height: 630px;
    background-size: contain;
}
.image02 {
    max-width: 450px;
    margin: 0 auto;
    background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/style_02_style.png);
    background-repeat: no-repeat;
    height: 630px;
    background-size: contain;
}
.image03 {
    max-width: 450px;
    margin: 0 auto;
    background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/style_03_style.png);
    background-repeat: no-repeat;
    height: 630px;
    background-size: contain;
}
.image04 {
    max-width: 450px;
    margin: 0 auto;
    background-image: url(https://ds-assets.s3.ap-northeast-1.amazonaws.com/tamaya/2023/sp/0203/style_04_style.png);
    background-repeat: no-repeat;
    height: 630px;
    background-size: contain;
}

/*.p-style01-2 {
  padding-top: 90px;
  margin-bottom: -90px;
}*/

#artist {
  max-width: 800px;
  margin: 90px auto 60px;
}
.profile_sp {
  display: none;
}
.profile {
  display: flex;
  background-color: #FAFAFD;
  justify-content: flex-start;
}
.profile-left {
  width: 35%;
  padding: 35px 0;
  padding-left: 40px;
}
.profile-left img {
  max-width: 180px;
}
.profile-right {
  width: 60%;
  text-align: left;
  padding-top: 40px;
  margin-left: -45px;
}
.profile-right h3 {
  font-family: 'Cormorant Upright', serif;
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 500;
}
.profile-right span {
  font-size:29px;
}
.profile-right p {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 500;
}

#button {
  padding: 100px 0 120px;
}

.Bottom-btn-area a {
  background-color: #FFFBE4;
  color: #9592BA;
  font-family: "Garamond", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 21px;
  max-width: 473px;
  text-align: center;
  margin: 0 auto;
  padding: 10.5px 0;
  border: 1px solid #9592BA;
}

.Bottom-btn-area a:hover {
  transition: all 0.6s ease;
  opacity: 0.6;
  text-decoration: none;
}

.u-pdm30 {
  padding-bottom: 30px;
}

/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 991px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 991px) {


  .c-wrap01 {
    padding: 0 30px;
  }

  .c-wrap02 {
    width: 708px;
    padding-bottom: 30px;
  }
/*  .c-bg {
  top: -8.9%
}*/

.back_img_pc {
  display: block;
}
.back_img_tb {
  display: none;
}
.back_img_sp {
  display: none;
}

  .main_txt_sp {
    display: none;
  }
#mv_Area {
padding-top: 35px;
}
  #mv_Area .main_txt {
    left: 15px;
    top: 21%;
  }

  #mv_Area .main_img {
  width: 335px;
  height: 470px;
  margin-left: 50%;
}
  #mv_Area .main_img01 {
    width: 335px;
    height: 470px;
  }

  #mv_Area .main_txt01 {
  font-size: 18px;
  }

  #mv_Area .main_txt02 {
    font-size: 69px;
    margin-bottom: 30px;
  }

  #mv_Area .main_txt03 {
    font-size: 13px;
  }

  .p-style01 {
  padding-top: 45px;
}

/*  .p-style01__img {
    max-width: 335px;
    height: 485px;
  }
*/
/*  .p-style01__img {
    max-width: 295px;
    height: 427px;
  }*/

    .p-style01__img {
    max-width: 285px;
    height: 399px;
  }

  .ttl_caption {
    font-size: 14px;
    width: 405px;
    margin: 10px auto 30px;
    padding: 0 0 20px 0;
  }

  .image01, .image02, .image03, .image04{
    max-width: 295px;
    height: 427px;
  }

  .number {
  left: 20%;
  }
  .ttl_txt {
    right: 23%;
  }
  .ttl_txt img {
    width: 48%;
  }

  .p-style01-2 .c-wrap01 .ttl_color .ttl_txt img {
    width: 43%;
  }
 .ttl_txt_02 img {
  width: 40%;
 }

  .c-btn01 {
    font-size: 16px;
  }

  .c-layout01 {
    padding-bottom: 15px;
  }

  .c-layout01__txt {
    margin-bottom: 20%;
    font-size: 14px;
  }

  .p-style01-2 .c-wrap01 .c-layout01 .c-layout01__right .c-layout01__txt {
    margin-bottom: 12%;
  }

  .p-style01-4 .c-wrap01 .c-layout01 .c-layout01__right .c-layout01__txt {
    margin-bottom: 15%;
  }
  .c-ttl01 {
    font-size: 33px;
    margin: 25% 0 6%;
  }

  .c-ttl01_sp {
    display: none;
  }

  .c-layout01--link span.sc {
    font-size: 15px;
  }
  #artist {
    width: 533px;
    margin: 60px auto 40px;
  }
  .profile_sp {
    display: none;
  }
  .profile-left {
    width: 35%;
  }
  .profile-left img {
  max-width: 130px;
}
.profile-right {
  width: 65%;
  margin-left: -4px;
  padding: 40px 20px 40px 0;
}
  .profile-right h3 {
    font-size: 14px;
  }
  .profile-right span {
    font-size: 22px;
  }
  .profile-right p {
    font-size: 13px;
  }

}


/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 767px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 767px) {

.cover_all {
  position: relative;
  max-width: 767px;
  margin: 0 auto;
}
  .c-wrap01 {
    padding: 0;
  }
  .c-wrap02 {
    position: static;
  }

.back_img_pc {
  display: none;
}
.back_img_tb {
  display: block;
}
.back_img_sp {
  display: none;
}

#mv_Area .main_txt {
  position: static;
  width: 70%;
  margin: 0 auto;
}
#mv_Area .main_img {
  height: 420px;
  width: 300px;
  margin: 0 auto;
}
  #mv_Area .main_img01 {
    height: 420px;
    width: 300px;
  }
  #mv_Area .main_txt01 {
  font-size: 15px;
  }

  #mv_Area .main_txt02 {
    font-size: 50px;
  }

  #mv_Area .main_txt03 {
    font-size: 14px;
    text-align: center;
  }

  .main_txt_pc {
    display: none;
  }
  .main_txt_sp {
    display: block;
  }
  .c-ttl01 {
    display: none;
  }

  .c-ttl01_sp {
  font-family: "Cormorant Upright", serif;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 5% 0;
  display: block;
}


.p-style01-1 .c-wrap01 .c-layout01 .c-ttl01_sp {
  color: #DBC761;
}

.p-style01-2 .c-wrap01 .c-layout01 .c-ttl01_sp {
  color: #7AA2C1;
}

.p-style01-3 .c-wrap01 .c-layout01 .c-ttl01_sp {
  color: #9592BA;
}

.p-style01-4 .c-wrap01 .c-layout01 .c-ttl01_sp {
  color: #CE93CA;
}


  .c-layout01 {
    display: block;
    justify-content: space-between;
    padding-bottom: 0px;
  }

  .c-layout01__right {
    width: 90%;
    margin: 0 auto;
  }

  .c-layout01--slider {
    width: 100%;
    margin-bottom: 50px !important;

  }

  .c-layout01__txt {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }

  /*.p-style01 {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: -0px;
  }*/

/*  .p-style01-2, {
    background: #E9E3D6;
  }

  .p-style01-2,
  .p-style02 {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: -0px;
  }*/



  .c-layout01--link {
    width: 100%;
    text-align: center;
}

  .ttl_txt {
    right: 18%;
  }
  .number {
    left: 15%;
  }


#artist {
    max-width: 321px;
    text-align: center;
}
.profile {
  display: block;
  padding: 20px;
}
.profile_pc {
  display: none;
}
.profile_sp {
  display: block;
  font-family: 'Cormorant Upright', serif;
  font-size: 12px;
  margin-bottom: 20px;
}
.profile_sp span {
  font-size: 18px;
  display: block;
}
.profile-left {
  width: 100%;
  padding: 0;
  text-align: center;
}
.profile-right {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .profile-right p {
    font-size: 12px;
  }
  #button {
    padding: 40px 0 100px;
  }

  .Bottom-btn-area a {
    font-size: 20px;
    padding: 11px 0;
    width: 80%;
  }

}


/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 414px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 414px) {

  .cover_all {
    position: relative;
    max-width: 414px;
    margin: 0 auto;
  }

.back_img_pc {
  display: none;
}
.back_img_tb {
  display: none;
}
.back_img_sp {
  display: block;
}

..c-wrap02 {
  padding-bottom: 0;
}
  #mv_Area .main_txt {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  #mv_Area .main_txt02 {
      margin-bottom: 25px;
  }

  #mv_Area .main_img {
  height: 420px;
  width: 300px;
  margin: 0 auto;
}
  #mv_Area .main_img01 {
    height: 420px;
    width: 300px;
  }
  .p-style01 {
    padding: 60px 10px 0 10px;
}
  .p-style01__img {
    max-width: 285px;
    height: 420px;
}
  .number {
    left: 0;
    font-size: 35px;
    top: -44px;
  }
  .ttl_txt {
    right: -8%;
}
  .ttl_txt img {
    width: 44%;
  }

  .p-style01-2 .c-wrap01 .ttl_color .ttl_txt img {
    width: 37%;
  }
  .ttl_caption {
    margin-top: 0;
    width: 92%;
    margin-right: 8%;
    font-weight: 500;
  }
  .c-layout01--slider {
    margin-bottom: 10px !important;;
  }
  .c-layout01--link span.sc {
    font-size: 16px;
  }
  .c-layout01__txt {
    margin-bottom: 20px;
  }

  .p-style01-2 .c-wrap01 .c-layout01 .c-layout01__right .c-layout01__txt {
    margin-bottom: 20px;
  }

  .p-style01-4 .c-wrap01 .c-layout01 .c-layout01__right .c-layout01__txt {
    margin-bottom: 20px;
  }
  .profile-right {
    padding: 20px 0 0;
  }

}


/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 375px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 375px) {

  .c-wrap02 {
    padding-bottom: 5px;
  }
  #mv_Area {
    padding-top: 25px;
  }

  #mv_Area .main_txt {
    margin-top: 10px;
  }
  #mv_Area .main_txt02 {
    margin-bottom: 15px;
  }
  #mv_Area .main_txt03 {
    margin-bottom: 0;
  }
  .ttl_caption {
    margin-top: 10px;
  }
  .p-style01 {
    padding-top: 30px;
  }
  .p-style01__img {
    height: 400px;
}

  .p-style01-2 .c-wrap01 .ttl_color .ttl_txt img {
    width: 35%;
  }
  .ttl_caption {
    margin-bottom: 15px;
  }

  .c-layout01__txt {
    margin-bottom: 10px;
  }
  .c-btn01 {
    font-size: 15px;
  }
  .number {
    left: -10px;
  }
  .c-layout01--link span.sc {
    font-size: 15px;
}


}

/*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  @media (max-width: 320px) ↓↓↓
*=*=*=*=*=*=*=*=*=*=*=*=*=*=**=*=*=*=*=*=*=*=*=*=*=*=*=*=*/
@media screen and (max-width: 320px) {
  #mv_Area .main_img {
    height: 345px;
    width: 246.5px;
    margin: 0 auto;
}
  #mv_Area .main_img01 {
    height: 345px;
    width: 246.5px;
    margin: 0 auto;
}

#mv_Area .main_txt01 {
    font-size: 14px;
}

#mv_Area .main_txt02 {
    font-size: 47px;
}

#mv_Area .main_txt03 {
    font-size: 13px;
    line-height: 1.7;
}
.p-style01 {
    padding-top: 45px;
  }
.p-style01__img {
  width: 220px;
  height: 308px;
}
.ttl_caption {
    font-size: 13px;
    line-height: 1.7;
    width: auto;
}
.ttl_txt img {
  width: 80%;
}
  .p-style01-2 .c-wrap01 .ttl_color .ttl_txt img {
    width: 80%;
  }
.c-ttl01_sp {
  font-size: 25px;
}

.image01, .image02, .image03, .image04 {
    max-width: 220px;
    height: 308px;
}

.c-layout01__right {
  width: 100%;
}
.c-layout01__txt {
    font-size: 13px;
    line-height: 1.7;
    width: auto;
}
.c-btn01 {
font-size: 14px;
}

.c-layout01--link span.sc {
    font-size: 13px;
}

}