@charset "UTF-8";

#hd_1+section .inner_item_img img{
  border-radius: 50%;
  transform: rotate(0deg);
  border-radius: 9999px 9999px 0 0;
  aspect-ratio: 3 / 4;
}
#hd_1+section .inner_item_img:before{
  display: none;
}
/*イントロダクション枠削除・テキスト色変更*/
#seo02 + .dec1_3:not(.block_images_21)>.content_wrapper{
  border: none;
}
#seo02 + section>.content_wrapper:before{
  display: none;
}
#seo02 + section,
#seo02 + section .heading.block_header_1 .h,
#seo02 + section .heading.block_header_1 p{
  color: #fff;
}
/*スタッフパーツ枠削除・画像背景色*/
#top_staff + .widget_staff01 .inner_item_img{
  border: none;
}
.widget_staff01 .inner_item_img img{
  background: #fefefe;
}

/*スタッフパーツ見出し下線削除*/
#top_staff + div .heading.block_header_4 .h{
  border-bottom: none;
  text-align: center;
  width: 100%;
}
/*MV固定*/
body,
main{
  background: transparent;
}
#seo + section,
#seo + section .heading.block_header_1 .h,
#seo + section .heading.block_header_1 p{
  color: #fff;
}
#seo + .dec1_3:not(.block_images_21)>.content_wrapper{
  border: 1px solid #fff;
}
#seo + section>.content_wrapper:before{
  border: 1px solid #fff;
}
/*メニューサービス*/
#c2_new + .composite_box01 .inner_item{
  border-radius: 9999px 9999px 0 0;
  overflow: hidden;
}
#c2_new + .composite_box01 .inner_item:nth-child(2){
  margin-top: 20%;
}
#c2_new + .composite_box01 .inner_item_img img{
  aspect-ratio: 3/4;
  height: auto !important;
}
#c2_new + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2), 
#c2_new + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    width: 45%;
    margin-left: 10%;
}
.composite_box01 .inner_item .heading{
    padding-bottom: 8px;
}
@media screen and (max-width: 480px){
#c2_new + .composite_box01 .inner_item:nth-child(2){
  margin-top: 10%;
}
}
/*レビュー*/
#top_review + div .contents_btn01 a{
  background-color: transparent;
  border: 1px solid #fff;
}
#top_review + div .contents_btn01 a:hover{
  opacity: 0.8;
  background-color: #fff;
  color: #918b83 !important;
}

/*--修正--*/
#n + div .heading.block_header_1{
  margin-left:0;
  margin-right:auto;
}

@media screen and (max-width: 900px){
#n + div .heading.block_header_1{
  margin-left:auto!important;
  margin-right:auto!important;
}

}

#top_staff + div{
  padding-left: var(--i_padding, 20px);
  padding-right: var(--i_padding, 20px);
}

#top_staff + div > .content_wrapper{
    border: 1px solid #5741425c;
}

#top_staff + div > .content_wrapper:before{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    border: 1px solid #5741425c;
    pointer-events: none;
}

#top_staff + div .heading.block_header_1{
  margin-top:3rem;
}

#top_staff + div.widget_staff01 .contents_btn01{
  margin-bottom:3rem;
}

#seo + section .contents_btn01 a{
    background: none;
    color: #fff !important;
    border: 1px solid #fff;
}

#seo + section .contents_btn01 a:hover{
    background: #fff;
    color: #918b83 !important;
    border: 1px solid #918b83;
}