/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#talk {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  background: #fff;
  position: relative;
  --main-color: #582780;
  --sub-color:  #A36AD1;
}

#talk * {
  box-sizing: border-box;
}

#talk a {
  transition: opacity .3s;
}

#talk a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#talk a:hover {
  text-decoration: none;
}

#talk a:focus-visible {
  outline: none;
}

#talk img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#talk .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#talk .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#talk .pc-br {
  display: none;
}

#talk .sp-br {
  display: inline;
}

#talk .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#talk .font-gill{
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#talk .common-main-block{
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto; 
  padding: 10px 0 20px;
}

#talk .common-main-txt{
  position: relative;
  z-index: 1;
}

#talk .common-main-txt .en{
  display: block;
  color: rgba(163,106,209,.3);
  font-size: 48px;
  line-height: 1.4;
}

#talk .common-main-txt .ja{
  position: absolute;
  top: 36px;
  left: 0;
  display: block;
  color: #582780;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  z-index: 1;
}

#talk .common-main-txt .sub{
  display: block;
  margin-top: 22px;
  padding-left: 8px;
  background: rgb(163,106,209);
  background: linear-gradient(90deg, rgba(163,106,209,0.8) 4%, rgba(163,106,209,0.32) 50%, rgba(163,106,209,0.32) 65%, rgba(163,106,209,0) 85%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
  transform: translateY(50%);
}

#talk .common-main-txt:has(.sub) + .common-main-img{
  margin-top: 0;
}

#talk .common-main-img{
  position: relative;
  width: calc(100vw / 375 * 250);
  margin: 12px 0 0 auto;
  padding-bottom: 20px;
  z-index: 0;
}

#talk .common-main-img::before{
  position: absolute;
  content: "";
  width: calc(100vw / 375 * 250);
  height:calc(100vw / 375 * 110);
  bottom: 0;
  right: -20px;
  background: url("../images/talk/talk_mv_bg.jpg")no-repeat center center / contain;
  z-index: -1;
}

#talk .common-main-img img{
  border-radius: 12px;
  overflow: hidden;
}

#talk .common-menu{
  padding: 20px 0;
}

#talk .common-menu .menu-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 24px;
}

#talk .common-menu .menu-item{
  position: relative;
}

#talk .common-menu .menu-item::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #582780;
}

#talk .common-menu .menu-item a{
  display: block;
  position: relative;
  padding: 2px 40px 6px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  z-index: 0;
}

#talk .common-menu .menu-item a::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #582780;
  border-radius: 50%;
  bottom: 4px;
  right: 8px;
  z-index: -2;
  transition: all .3s;
}

#talk .common-menu .menu-item a::after{
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background: url("../images/talk/arrow_white.svg")no-repeat center center / contain;
  bottom: 10px;
  right: 14px;
  z-index: -1;
}

#talk h2 {
  font-size: 40px;
  font-weight: 600;
  color: rgba(163, 106, 209, 0.3);
}

#talk h3 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  color:  var(--main-color);
  padding-left: 12px;
}

#talk h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 29px;
  background: linear-gradient(
    to bottom,
    var(--sub-color) 0% 50%,
    var(--main-color) 50% 100%
  );
}  

#talk .talk-member {
  background-color: #F9F9F9;
}

#talk .talk-member-inner {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 18px;
}

#talk .talk-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

#talk .talk-members-detail {
  text-align: left;
}

#talk .talk-members-detail-photo {
  position: relative;
}

#talk .talk-members-detail-photo img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

#talk .talk-members-detail-photo::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -13px; /* 文字の下に調整 */
  left: 4px; /* 左端に合わせる */
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #EDE1F6 -14.6deg, #EDE1F6 180deg, rgba(237, 225, 246, 0.6) 259.42deg, #EDE1F6 345.4deg, #EDE1F6 540deg);
  transform: rotate(-45deg);
}

#talk .talk-members-detail-names {
  position: relative;
  margin-top: -36px;
  left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

#talk .talk-members-detail-names .font-gill {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;  
  letter-spacing: 0.05em;
  color: var(--sub-color);
}

#talk .talk-upper {
  padding-top: 36px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  background: linear-gradient(
    to bottom,
    rgba(254,253,255,0.8) 0%,
    rgba(237,225,246,0.8) 100%
  );
}

#talk .talk-lower {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: url('../images/talk/talk_bk_img.png') repeat top left / 48px 48px;
  z-index: 0;
}

#talk .talk-lower::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; /* 文字の下に調整 */
  left: 0; /* 左端に合わせる */
  background: linear-gradient(to bottom, rgba(172,169,175,0.1), rgba(197,184,206,0.1));
  z-index: -1;
}

#talk .talk-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#talk .talk-inner-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#talk .talk-comments {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#talk .talk-comment {
  width: 100%;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  padding: 16px 12px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
}

#talk .talk-comment-photo {
  position: relative;
  width: 70px;
  height: 70px;
}

#talk .talk-comment-photo img {
  width: 100%;
  display: block;
  border-radius: 50%;
}

#talk .talk-comment-photo::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0px; /* 文字の下に調整 */
  right: 4px; /* 左端に合わせる */
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #EDE1F6 -14.6deg, #EDE1F6 180deg, rgba(237, 225, 246, 0.6) 259.42deg, #EDE1F6 345.4deg, #EDE1F6 540deg);
  transform: rotate(-45deg);
}

#talk .talk-comment-names {
  position: relative;
  text-align: right;
  margin-top: -46px;
  margin-right: 4px;
}

#talk .talk-comment-names .font-gill {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--sub-color);
}

#talk .talk-comment-right {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

#talk .talk-img {
  width: 100%;
  opacity: .8;
}

#talk .talk-img img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* ---------------------------------------------------------------------------------------------------------------SPここまで */

@media print, screen and (min-width: 768px) {
  
  #talk .sp-br {
    display: none;
  }
  
  #talk .pc-br {
    display: inline;
  }

  #talk .common-main-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 60px 0 80px;
  }

  #talk .common-main-txt {
    width: 600px;
    padding-bottom: 40px;
  }
  
  #talk .common-main-txt:has(.sub){
    padding-bottom: 0;
  }
  
  #talk .common-main-txt .en {
    position: absolute;
    bottom: auto;
    top: -1em;
    left: 0;
    font-size: 96px;
    line-height: 1.8;
  }

  #talk .common-main-txt .ja{
    position: relative;
    top: auto;
    font-size: 40px;
  }

  #talk .common-main-txt .sub{
    margin-top: 42px;
    padding-left: 16px;
    font-size: 16px;
    transform: none;
  }
  
  #talk .common-main-img{
    width: calc(100% - 600px);
    margin: 0;
    padding: 0 40px 50px;
  }

  #talk .common-main-img::before{
    height: 220px;
    width: calc((50vw - 100%) + 220px);
    right: calc((100% - 50vw) - 40px);
    background-size: cover;
    background-position: left;
  }

  #talk .common-main-img img{
    border-radius: 24px;
  }

  #talk .common-menu{
    padding: 40px 16px 26px;
  }

  #talk .common-menu .menu-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #talk .common-menu .menu-item::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #582780;
    opacity: 0;
    transition: all .3s;
  }
  
  #talk .common-menu .menu-item a{
    padding: 10px 54px 10px 8px;
    font-size: 16px;
  }

  #talk .common-menu .menu-item a::before{
    width: 30px;
    height: 30px;
    bottom: 6px;
    background-color: #A36AD1;
  }

  #talk .common-menu .menu-item a::after{
    width: 16px;
    bottom: 15px;
    right: 15px;
  }

  #talk h2 {
    font-size: 72px;
  }

  #talk h3 {
    font-size: 24px;
    padding-left: 24px;
  }

  #talk h3::before {
    width: 4px;
    height: 40px;
    top: 4px;
  }

  #talk .talk-member-inner {
    padding: 40px 0;
    display: flex;
    text-align: center;
    gap: 40px;
  }

  #talk .talk-members {
    grid-template-columns: repeat(3, 240px);
    gap: 53px;
    margin: 0 auto;
  }
  
  #talk .talk-members-detail-photo::after {
    width: 80px;
    height: 80px;
    bottom: -23px; /* 文字の下に調整 */
    left: 0; /* 左端に合わせる */
    border-radius: 50%;
  }

  #talk .talk-members-detail-names {
    position: relative;
    margin-top: -76px;
    font-size: 16px;
    padding-left: 8px;
  }

  #talk .talk-members-detail-names .font-gill { 
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 16px;
  } 

  #talk .talk-upper {
    padding-top: 72px;
    padding-bottom: 80px;
    gap: 72px;
  }

  #talk .talk-lower {
    padding-top: 80px;
    padding-bottom: 120px;
    gap: 40px;
    background: url('../images/talk/talk_bk_img.png') repeat top left / 96px 96px;
    z-index: 0;
  }

  #talk .talk-lower::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; /* 文字の下に調整 */
    left: 0; /* 左端に合わせる */
    background: linear-gradient(to bottom, rgba(172,169,175,0.1), rgba(197,184,206,0.1));
    z-index: -1;
  }

  #talk .talk-inner {
    gap: 40px;
  }
  
  #talk .talk-inner-2 {
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
  }
  
  #talk .talk-inner-2.reverse {
    flex-direction: row-reverse;
  }
  
  #talk .talk-comments {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  #talk .talk-comment {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 48px;
    width: 100%;
    padding: 0px 8px;
    background-color: transparent;
    border-radius: 0;
  }
  
  #talk .talk-comment-photo {
    width: 130px;
    height: 130px;
  }
  
  #talk .talk-comment-photo::after {
    width: 50px;
    height: 50px;
    bottom: -13px; /* 文字の下に調整 */
    right: 8px; /* 左端に合わせる */
  }
  
  #talk .talk-comment-names {
    position: relative;
    text-align: right;
    margin-top: -56px;
  }
  
  #talk .talk-comment-names .font-gill {  
    position: relative;
    z-index: 1;
    font-size: 32px;
  }
  
  #talk .talk-comment-names .font-gill::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 8px; /* 文字の下に調整 */
    right: 0; /* 左端に合わせる */
  }

  #talk .talk-comment-right {
    position: relative;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 32px;
    font-size: 18px;
  }
  
  #talk .talk-comment-right::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:-24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 40px 18px 0;
    border-color: transparent #fff transparent transparent;
  }
  
  #talk .talk-img {
    flex-shrink: 0;  /* 幅を固定 */
    width: 334px;
  }
  
  #talk .talk-img img {
    width: 334px;
    flex-shrink: 0;
    display: block;
    border-radius: 24px;
  }
}
@media print, screen and (min-width: 1201px){

  #talk .common-menu .menu-item a:hover{
    border-width: 2px;
  }
  
  #talk .common-menu .menu-item a:hover::before{
    background-color: #582780;
  }
  
  #talk .common-menu .menu-item:hover::after{
    opacity: 1;
  }
}
