@charset "UTF-8";
/* header背景 */
 .goty{
  background-image: url("../_images/bg.png");
  background-color: #fbefe5;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-top: 0 ;
  padding-top: 10rem;
}

.goty figure{
  position: relative;
}

.goty:before{
  background-image: url("../_images/bgoty2024/mv_circle.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}

.goty_inner{
  width: 85%;
}

 .goty_header{
  display: grid;
  grid-template-columns: 45% 1fr;
}

.goty_textarea figure {
  width: 80%;
  position: relative;
}

.goty_textarea figure .goty_titlecircle{
  position: absolute;
  top: -42%;
  left: -9%;
  width: 30%;
  z-index: 0;
}

.goty_textarea figure .goty_title{
  position: relative;
  z-index: 1;
}

.goty_textarea p{
  font-size: 15px;
  color: rgb(var(--color-black));
  font-weight: 400;
}

.goty_imgarea{
  margin-top: -4rem !important;
}

/* contents */
.goty_main{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 130px 1fr;
  column-gap: 60px;
  grid-auto-flow: column;
}

.goty_main .goty_description{
  display: grid;
  margin: auto;
  grid-column: 1 / 2;
  grid-row: 1 / 1;
  width: 100%;
}

.goty_main .goty_text{
  display: grid;
  grid-column: 1 / 2;
  margin-top: .5rem;
}

.goty_text .pc{
  display: block;
}

.goty_text .sp{
  display: none;
}

.goty_year{
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.goty_year::before{
  position: relative;
  top: 5px;
  margin: 0 14px 0 0;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../_images/icon_crown.png);
}

.goty_year .ttl_jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 90%;
}

.goty_name{
  font-size: 1.25rem;
  margin-bottom: .7rem;
}

.goty_description .goty_designer{
  display: flex;
  gap: .8rem;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}

.goty_designer{
  display: flex;
  gap: .8rem;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
}

.goty_designer p{
  border: 1.5px solid;
  border-radius: 9999px;
  padding: 0.1rem .5rem;
  font-family: 'Poppins', sans-serif;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
}

.goty_lefttextfast{
  margin-top: 3rem;
}

.goty_lefttextfast p{
  margin-top: 1rem;
}

.goty_lefttextsecond{
  margin-top: 2rem;
}

.goty_lefttextsecond p{
  margin-top: 1rem;
}

.goty_icon{
  width: 25% !important;
  position: absolute;
  bottom: -30px;
  right: -12px;
}

.btn_area.goty_btn{
  width: 100%;
  margin-top: 2rem;
}

.btn_area.goty_btn a{
  width: 80%;
  padding: 1.4rem;
  border-radius: 9999px;
  border-style: none;
  background-color: #f3562c;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.goty_rightarea_inner{
  grid-column: 2 /  2;
  grid-row: 2 / 2 ;
}

.goty_rightarea_innerfirst {
  margin-top: 10px;
  grid-column: 2 / 2;
  grid-row: 2 / 2;
}

.goty_rightarea_innersecond {
  margin-top: 6rem;
  grid-column: 2 / 2;
  grid-row: 3 / 3;
}

.goty_footer{
  text-align: left;
  font-size: 13px;
  display: flex;
  gap: .2rem;
  margin-top: 4rem;
  letter-spacing: .04rem;
}

.goty_footer > div{
  margin-inline: 0;
  text-align: left;
}

@media (max-width: 880px) {
  /* header背景 */
  .goty{
    background-image: url("../_images/bg_sp.png");
    background-repeat: no-repeat;
    position: relative;
    padding-top: 6rem;
  }

  .goty_main .goty_description{
    grid-column: none;
    grid-row: auto;
    margin-bottom: 2rem;
  }

  .goty_main .goty_text{
  grid-column: none;
  }

  .goty_text .pc{
    display: none;
  }

  .goty_text .sp{
    display: block;
  }

  .goty_inner{
    width: 90%;
    padding-inline: 0;
  }

  .goty_header{
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 90%;
  }

  /* contents */
  .goty_main{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    column-gap: normal;
    margin-top: 2rem;
  }

  .goty_year{
  line-height: 30px;
  font-size: 22px;
  background-size: 8%;
  }

  .goty_textarea{
    padding-top: 1rem;
  }

  .goty_textarea figure {
    width: 100%;
  }

  .goty_textarea figure .goty_title {
    margin-left: .5rem;
  }

  .goty_textarea figure .goty_titlecircle{
    position: absolute;
    top: -35%;
    left: -6%;
    width: 22%;
  }

  .goty_textarea p{
    white-space:unset;
    font-size: 14px;
  }

  .goty_imgarea{
    margin-top:0 !important;
  }

  .goty_designer p{
  font-weight: normal;
  }

  .goty_rightarea_inner{
    grid-column: none;
    grid-row: none ;
  }

  .goty_rightarea_innerfirst {
    margin-top: 50px;
  }

  .goty_icon{
    right: -5px;
  }
}
