@charset "UTF-8";
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール
8'

=============================================================================== */
/* メインビジュアル
------------------------------------------------------------------------------- */
#main .intVisual01 {
  display: flex;
  margin: 93px 0 130px;
}
#main .intVisual01 > div {
  width: 50%;
}
#main .intVisual01 > div:nth-of-type(1) {
  padding: 0 1.82% 0 0;
}
#main .intVisual01 > div:nth-of-type(2) {
  padding: 111px 9.09% 0 3.18%;
}
#main .intVisual01_ttl {
  font-weight: 700;
  font-size: 233.33%;
  line-height: 1;
  letter-spacing: 0.26em;
}
#main .intVisual01_name {
  margin: 50px 0 77px;
}
#main .intVisual01_name-ja {
  margin: 0;
  padding: 0;
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 433.33%;
  line-height: 1;
  letter-spacing: 0.26em;
}
#main .intVisual01_name-en {
  margin: 30px 0 0;
  color: #fa0046;
  font-weight: 700;
  font-size: 200%;
  line-height: 1;
  letter-spacing: 0.06em;
}
#main .intVisual01_name-ja span{
  margin: 0 0 0 -1.5em;
  padding: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.16em;
  display: inline-block;
}
#main .intVisual01_list {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
  gap: 10px;
}
#main .intVisual01_list > li {
  font-weight: 700;
  font-size: 128.57%;
  line-height: 1;
  letter-spacing: 0.08em;
}
#main .intVisual01_img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.05);
}
#main .intVisual01_img img {
  width: 100%;
  height: auto;
}

/* セクション
------------------------------------------------------------------------------- */
#main .intSection01 {
  margin: 0 0 103px;
}
#main .intSection02 {
  margin: 160px 0 0;
}
#main .intSection03 {
  margin: 110px 0 120px;
}
#main .intSection04 {
  margin: 100px 0;
}
#main .intSection05 {
  margin: 120px 0;
}

/* レイアウト
------------------------------------------------------------------------------- */
#main .intLayout01 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#main .intLayout01_item {
  display: flex;
  gap: 40px;
}
#main .intLayout01_item > div {
  width: calc(50% - 20px);
}
#main .intLayout01_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#main .intLayout01_img {
  margin: 10px 0 0;
}
#main .intLayout01_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* タイトル
------------------------------------------------------------------------------- */
#main .intTitle01 {
  margin: 0 0 103px;
  padding: 0;
  background: none;
  color: #000;
  line-height: 1;
}
#main .intTitle02 {
  position: relative;
  margin: 0 0 41px;
  padding: 0;
  padding: 0 0 0 105px;
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 233.33%;
  line-height: 2.14;
  letter-spacing: 0.08em;
}
#main .intTitle02::before {
  position: absolute;
  top: 1em;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #000;
  content: "";
}

/* 注釈
------------------------------------------------------------------------------- */
#main .intNotes01 {
  margin: 10px 0 0;
}
#main .intNotes01 > li {
  padding: 0 0 0 1em;
  font-weight: 400;
  font-size: 100%;
  line-height: 2.14;
  letter-spacing: 0.02em;
  text-align: right;
  text-indent: -1em;
}

/* スケジュール
------------------------------------------------------------------------------- */
#main .intSchedule01 {
  margin: 150px 0 0;
}
#main .intSchedule01_ttl {
  margin: 0;
  padding: 0;
  padding: 25px 40px 27px;
  border: none;
  border-radius: 10px 10px 0 0;
  background-color: #d9003d;
  color: #fff;
  font-weight: 700;
  font-size: 233.33%;
  line-height: 1;
  letter-spacing: 0.16em;
}
#main .intSchedule01_body {
  padding: 26px 4.09% 31px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
#main .intSchedule01_layout01 {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
#main .intSchedule01_layout01_item {
  width: calc(50% - 13px);
}
#main .intSchedule01_layout01_item:nth-of-type(1) {
  padding: 0 0 24px;
}
#main .intSchedule01_layout01_item:nth-of-type(1) .intSchedule01_layout02_item:first-child::before {
  top: 24px;
  height: 100%;
}
#main .intSchedule01_layout01_item:nth-of-type(2) .intSchedule01_layout02_item:last-child::before {
  height: 24px;
}
#main .intSchedule01_layout02 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#main .intSchedule01_layout02_item {
  position: relative;
}
#main .intSchedule01_layout02_item::before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: calc(100% + 24px);
  background-color: #fa0046;
  content: "";
}
#main .intSchedule01_column {
  display: flex;
}
#main .intSchedule01_column > div:nth-of-type(1) {
  width: 105px;
}
#main .intSchedule01_column > div:nth-of-type(2) {
  width: calc(100% - 105px);
  padding: 2px 0 0;
}
#main .intSchedule01_time {
  position: relative;
  padding: 0 0 0 28px;
  font-weight: 700;
  font-size: 200%;
  font-family: "Roboto", sans-serif;
}
#main .intSchedule01_time::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fa0046;
  content: "";
}
#main .intSchedule01_dlist dt, #main .intSchedule01_dlist dd {
  letter-spacing: 0.06em;
}
#main .intSchedule01_dlist dt {
  font-weight: 700;
  font-size: 166.67%;
}
#main .intSchedule01_dlist dd {
  margin: 8px 0 0;
  font-size: 150%;
  line-height: 1.66;
}
#main .intSchedule01_txt {
  font-weight: 700;
  font-size: 166.67%;
  letter-spacing: 0.06em;
}

/* プライベート
------------------------------------------------------------------------------- */
#main .intPrivate01 {
  display: flex;
  margin: 50px 0 220px;
  padding: 42px 36px;
  gap: 32px;
  border-radius: 10px;
  background-color: #fff;
}
#main .intPrivate01 > div:nth-of-type(1) {
  width: 122px;
}
#main .intPrivate01 > div:nth-of-type(2) {
  width: calc(100% - 154px);
}
#main .intPrivate01_ttl {
  margin: 0 0 23px;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  font-weight: 700;
  font-size: 233.33%;
  line-height: 1;
  letter-spacing: 0.16em;
}
#main .intPrivate01_img img {
  width: 100%;
  height: auto;
}

/* 私のオフ
------------------------------------------------------------------------------- */
#main .intDayoff01 {
  margin: 125px 0 200px;
}
#main .intDayoff01_ttl {
  margin: 0;
  padding: 0;
  padding: 25px 40px 27px;
  border: none;
  border-radius: 10px 10px 0 0;
  background-color: #d9003d;
  color: #fff;
  font-weight: 700;
  font-size: 233.33%;
  line-height: 1;
  letter-spacing: 0.16em;
}
#main .intDayoff01_body {
  padding: 40px 40px 39px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
#main .intDayoff01_layout01 {
  display: flex;
  gap: 0 3.92%;
}
#main .intDayoff01_layout01_item:nth-of-type(1) {
  width: 48.04%;
}
#main .intDayoff01_layout01_item:nth-of-type(2) {
  width: 48.04%;
}
#main .intDayoff01_subTit {
  margin: -8px 0 17px;
  padding: 0;
  border: none;
  color: #000;
  font-weight: 700;
  font-size: 200%;
  letter-spacing: 0.16em;
}
#main .intDayoff01_txt {
  font-size: 150%;
  line-height: 2;
  letter-spacing: 0.06em;
}
#main .intDayoff01_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
