/* ----------------------------------------------------------------------------------------

Projects

------------------------------------------------------------------------------------------- */
/* Bg
  =========================================================================================== */

#oc .p-bg-1 {
  background: #f8f8f8 url('/image/jp/feature/community/bg_p_01-pc.png') no-repeat top center / cover;
}

#oc .p-bg-2 {
  background: #f8f8f8 url('/image/jp/feature/community/bg_p_02-pc.png') no-repeat top center / cover;
}

#oc .p-bg-3 {
  background: #f8f8f8 url('/image/jp/feature/community/bg_p_03-pc.png') no-repeat top center / cover;
}

#oc .p-bg-4 {
  background: #f8f8f8 url('/image/jp/feature/community/bg_p_04-pc.png') no-repeat top center / cover;
}

#oc .p-bg-5 {
  background: #f8f8f8 url('/image/jp/feature/community/bg_p_05-pc.png') no-repeat top center / cover;
}

#oc .p-bg-6 {
  background: #f8f8f8 url('/image/jp/feature/community/bg_p_06-pc.png') no-repeat top center / cover;
}

@media screen and (max-width: 767px) {
  #oc .p-bg-1 {
    background-image: url('/image/jp/feature/community/bg_p_01-sp.png');
  }

  #oc .p-bg-2 {
    background-image: url('/image/jp/feature/community/bg_p_02-sp.png');
  }

  #oc .p-bg-3 {
    background-image: url('/image/jp/feature/community/bg_p_03-sp.png');
  }

  #oc .p-bg-4 {
    background-image: url('/image/jp/feature/community/bg_p_04-sp.png');
  }

  #oc .p-bg-5 {
    background-image: url('/image/jp/feature/community/bg_p_05-sp.png');
  }

  #oc .p-bg-6 {
    background-image: url('/image/jp/feature/community/bg_p_06-sp.png');
  }
}

/* Section / 1
  =========================================================================================== */
#oc .p-section-1 {
  padding: min(calc(100 / 1100 * 100%), 100px) 0 min(calc(105 / 1100 * 100%), 105px) 0;
  position: relative;
}

#oc .p-section-1 .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-1 .p-section_img {
  width: calc(300 / 1100 * 100%);
  position: absolute;
  top: max(-80px, calc(-80 / 1100 * 100vw));
  right: calc(50 / 1100 * 100%);
  z-index: 1;
}

#oc .p-section-1 .p-section_title {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc .p-section-1 .p-section_container-panels {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #oc .p-section-1 {
    padding: calc(100 / 750 * 100%) 0 calc(95 / 750 * 100%) 0;
  }

  #oc .p-section-1 .p-section_img {
    width: calc(230 / 750 * 100%);
    top: 0;
    right: calc(-16 / 750 * 100%);
  }

  #oc .p-section-1 .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(56 / 750 * 100%) auto;
  }

  #oc .p-section-1 .p-section_container-panels {
    width: calc(650 / 750 * 100%);
  }
}

/* Section / 2
  =========================================================================================== */
#oc .p-section-2 {
  padding: min(calc(105 / 1100 * 100%), 105px) 0 min(calc(105 / 1100 * 100%), 105px) 0;
  position: relative;
  z-index: 1;
}

#oc .p-section-2 .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-2 .p-section_img {
  width: calc(223 / 1100 * 100%);
  position: absolute;
  top: max(-40px, calc(-40 / 1100 * 100vw));
  left: calc(50 / 1100 * 100%);
  z-index: 1;
}

#oc .p-section-2 .p-section_title {
  text-align: center;
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc .p-section-2 .p-section_container-panels {
  padding: min(calc(60 / 1100 * 100vw), 60px) 0 min(calc(35 / 1100 * 100vw), 35px) 0;
  max-width: 1532px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-2 .p-section_container-panels:before {
  content: '';
  display: block;
  width: min(150%, 1572px);
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#oc .p-section-2 .p-section_container-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#oc .p-section-2 .p-section_btn {
  position: absolute;
  bottom: 0;
  right: calc(50 / 1100 * 100%);
  transform: translateY(50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #oc .p-section-2 {
    padding: calc(105 / 750 * 100%) 0 calc(100 / 750 * 100%) 0;
  }

  #oc .p-section-2 .p-section_img {
    width: calc(215 / 750 * 100%);
    top: calc(21 / 750 * 100vw);
    left: calc(-24 / 750 * 100%);
  }

  #oc .p-section-2 .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(62 / 750 * 100%) auto;
  }

  #oc .p-section-2 .p-section_container-panels {
    padding: calc(48 / 750 * 100vw) 0 calc(48 / 750 * 100vw) 0;
  }

  #oc .p-section-2 .p-section_btn {
    bottom: calc(50 / 750 * 100vw);
    right: calc(18 / 750 * 100%);
    transform: translateY(0);
  }
}

/* Section / 3
  =========================================================================================== */
#oc .p-section-3 {
  padding: min(calc(105 / 1100 * 100%), 105px) 0 min(calc(105 / 1100 * 100%), 105px) 0;
  position: relative;
}

#oc .p-section-3 .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-3 .p-section_img {
  width: calc(316 / 1100 * 100%);
  position: absolute;
  top: max(-78px, calc(-78 / 1100 * 100vw));
  right: calc(110 / 1100 * 100%);
  z-index: 1;
}

#oc .p-section-3 .p-section_title {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc .p-section-3 .p-section_container-panels {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto;
  padding: calc(60 / 1100 * 100%) 0 calc(78 / 1100 * 100%) 0;
  position: relative;
}

#oc .p-section-3 .p-section_container-panels:before {
  content: '';
  display: block;
  width: calc(1008 / 886 * 100%);
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  border-radius: min(0.9vw, 10px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#oc .p-section-3 .p-section_container-panels > * {
  position: relative;
}

@media screen and (max-width: 767px) {
  #oc .p-section-3 {
    padding: calc(100 / 750 * 100%) 0 calc(155 / 750 * 100%) 0;
  }

  #oc .p-section-3 .p-section_img {
    width: calc(206 / 750 * 100%);
    top: calc(43 / 750 * 100vw);
    right: calc(-32 / 750 * 100%);
  }

  #oc .p-section-3 .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(60 / 750 * 100%) auto;
  }

  #oc .p-section-3 .p-section_container-panels {
    width: 100%;
    padding: calc(60 / 750 * 100vw) 0 calc(60 / 750 * 100vw) 0;
  }

  #oc .p-section-3 .p-section_container-panels:before {
    width: calc(650 / 750 * 100%);
    height: 100%;
    border-radius: 1.34vw;
  }
}

/* Section / 4
  =========================================================================================== */
#oc .p-section-4 {
  padding: min(calc(105 / 1100 * 100%), 105px) 0 min(calc(105 / 1100 * 100%), 105px) 0;
  position: relative;
}

#oc .p-section-4 .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-4 .p-section_img {
  width: calc(214 / 1100 * 100%);
  position: absolute;
  top: max(-77px, calc(-77 / 1100 * 100vw));
  left: calc(142 / 1100 * 100%);
  z-index: 1;
}

#oc .p-section-4 .p-section_title {
  text-align: center;
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc .p-section-4 .p-section_container-figure {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto;
}

#oc .p-section-4 .p-section_container-text {
  margin: 0 auto calc(55 / 1100 * 100%) auto;
}

#oc .p-section-4 .p-section_text-1 {
  font-weight: bold;
  font-size: min(calc(14 / 1100 * 100vw), 14px);
  line-height: 2;
  text-align: center;
}

#oc .p-section-4 .p-section_container-list {
  width: calc(1008 / 1100 * 100%);
  margin: calc(50 / 1100 * 100%) auto 0 auto;
}

@media screen and (max-width: 767px) {
  #oc .p-section-4 {
    padding: calc(100 / 750 * 100%) 0 calc(100 / 750 * 100%) 0;
  }

  #oc .p-section-4 .p-section_img {
    width: calc(228 / 750 * 100%);
    top: max(-75px, calc(-75 / 750 * 100vw));
    left: calc(-32 / 750 * 100%);
  }

  #oc .p-section-4 .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(32 / 750 * 100%) auto;
  }

  #oc .p-section-4 .p-section_container-figure {
    width: 100%;
  }

  #oc .p-section-4 .p-section_container-text {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(20 / 750 * 100%) auto;
  }

  #oc .p-section-4 .p-section_text-1 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    display: block;
  }

  #oc .p-section-4 .p-section_container-list {
    width: calc(680 / 750 * 100%);
    margin: calc(20 / 750 * 100%) auto 0 auto;
  }
}

/* Section / 5
  =========================================================================================== */
#oc .p-section-5 {
  padding: min(calc(105 / 1100 * 100%), 105px) 0 min(calc(100 / 1100 * 100%), 100px) 0;
  position: relative;
}

#oc .p-section-5 .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-5 .p-section_img {
  width: calc(249 / 1100 * 100%);
  position: absolute;
  top: max(-67px, calc(-67 / 1100 * 100vw));
  right: calc(87 / 1100 * 100%);
  z-index: 1;
}

#oc .p-section-5 .p-section_title {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc[data-oc='page'] .p-section-5 .p-section_title {
  margin: 0 auto calc(40 / 1100 * 100%) auto;
  text-align: center;
}

#oc .p-section-5 .p-section_container-panels {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto;
}

#oc .p-section-5 .p-section_container-room {
  width: calc(886 / 1100 * 100%);
  padding: calc(63 / 1100 * 100%) 0 0 0;
  margin: 0 auto;
  position: relative;
}

/*20250214修正・追記*/
#oc .p-section-5 .p-section_btn {
  position: absolute;
  display: flex;
  bottom: 0;
  right: calc(35 / 886 * 100%);
  transform: translateY(50%);
  z-index: 11;
}
#oc .p-section-5 .p-section_btn a:last-child {
  margin-left: 10px;
}

#oc .p-section-5 .p-section_chatregist-link img {
  width: min(calc(270 / 1100 * 100vw), 270px);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-section_chatregist-link img {
    width: calc(300 / 750 * 100vw);
  }
}
/*20250214修正・追記ここまで*/

@media screen and (max-width: 767px) {
  #oc .p-section-5 {
    padding: calc(100 / 750 * 100%) 0 calc(130 / 750 * 100%) 0;
  }

  #oc .p-section-5 .p-section_img {
    width: calc(260 / 750 * 100%);
    top: calc(-48 / 750 * 100vw);
    right: calc(25 / 750 * 100%);
  }

  #oc .p-section-5 .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(60 / 750 * 100%) auto;
  }

  #oc[data-oc='page'] .p-section-5 .p-section_title {
    margin: 0 auto calc(40 / 750 * 100%) auto;
  }

  #oc .p-section-5 .p-section_container-panels {
    width: calc(650 / 750 * 100%);
    margin: 0 auto;
  }

  #oc .p-section-5 .p-section_container-room {
    width: 100%;
    padding: calc(60 / 750 * 100%) 0 0 0;
  }
  
  #oc .p-section-5 a{
    z-index: 11;
  }

  #oc .p-section-5 .p-section_btn {
    flex-direction: column;
    right: calc(18 / 750 * 100%);
    transform: translateY(50%);
  }
  #oc .p-section-5 .c-btn-2 {
    margin-bottom: 5px;
  }
  #oc .p-section-5 .p-section_btn a:last-child {
    margin-left: 0;
  }

  #oc .p-section-5 .p-section_chatregist-link img {
    width: calc(400 / 750 * 100vw);
  }
}

/* Section / 6
  =========================================================================================== */
#oc .p-section-6 {
  padding: min(calc(115 / 1100 * 100%), 115px) 0 min(calc(145 / 1100 * 100%), 145px) 0;
  border-radius: 0 0 min(50px, 4.5454vw) min(50px, 4.5454vw);
  position: relative;
  z-index: 1;
}

#oc .p-section-6 .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-6 .p-section_img {
  width: calc(304 / 1100 * 100%);
  position: absolute;
  bottom: max(-40px, calc(-40 / 1100 * 100vw));
  left: calc(-44 / 1100 * 100%);
  z-index: 1;
}

#oc .p-section-6 .p-section_title {
  text-align: center;
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(53 / 1100 * 100%) auto;
}

#oc .p-section-6 .p-section_text-1 {
  font-weight: bold;
  font-size: min(calc(16 / 1100 * 100vw), 16px);
  line-height: 1.7;
  text-align: center;
  width: calc(886 / 1100 * 100%);
  margin: 0 auto 0 auto;
}

#oc .p-section-6 .p-section_container-list {
  margin: calc(55 / 1100 * 100%) auto 0 auto;
}

#oc .p-section-6 .p-section_text-2 {
  font-weight: bold;
  font-size: min(calc(16 / 1100 * 100vw), 16px);
  line-height: 1.6;
  text-align: center;
  width: calc(886 / 1100 * 100%);
  margin: calc(55 / 1100 * 100%) auto 0 auto;
}

@media screen and (max-width: 767px) {
  #oc .p-section-6 {
    padding: calc(100 / 750 * 100%) 0 calc(460 / 750 * 100%) 0;
    border-radius: 0 0 6.6666vw 6.6666vw;
  }

  #oc .p-section-6 .p-section_img {
    width: calc(442 / 750 * 100%);
    bottom: calc(-390 / 750 * 100vw);
    left: calc(153 / 750 * 100%);
  }

  #oc .p-section-6 .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(50 / 750 * 100%) auto;
  }

  #oc .p-section-6 .p-section_text-1 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    width: calc(650 / 750 * 100%);
  }

  #oc .p-section-6 .p-section_container-list {
    margin: calc(60 / 750 * 100%) auto 0 auto;
  }

  #oc .p-section-6 .p-section_text-2 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    width: calc(650 / 750 * 100%);
    margin: calc(52 / 750 * 100%) auto 0 auto;
  }
}

/* Panel / pickup
  =========================================================================================== */
#oc .p-panel-pu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#oc .p-panel-pu .p-panel_thumb {
  width: calc(400 / 886 * 100%);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: min(0.9vw, 10px);
  overflow: hidden;
}

#oc .p-panel-pu .p-panel_container-text {
  width: calc(420 / 886 * 100%);
  position: relative;
}

#oc .p-panel-pu .p-panel_labels {
  font-size: min(calc(12 / 1100 * 100vw), 12px);
  margin: 0 0 1em 0;
}

#oc .p-panel-pu .p-panel_labels span {
  font-weight: bold;
  font-size: min(calc(12 / 1100 * 100vw), 12px);
  line-height: 1;
  display: inline-block;
  padding: 0.5em 0.5em;
}

#oc .p-panel-pu .p-panel_title {
  font-weight: bold;
  font-size: min(calc(18 / 1100 * 100vw), 18px);
  line-height: 1.3;
  margin: 0 0 0.8em 0;
}

/*20250521追加*/
#oc .p-panel-pu .p-panel_title a:link,
#oc .p-panel-pu .p-panel_title a:visited {
  background-image: none;
}
/*20250521追加*/

#oc .p-panel-pu .p-panel_text-1 {
  font-weight: bold;
  font-size: min(calc(12 / 1100 * 100vw), 12px);
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

#oc .p-panel-pu .p-panel_text {
  font-size: min(calc(12 / 1100 * 100vw), 12px);
  line-height: 1.5;
  text-align: justify;
  margin: 0 0 1.2em 0;
}

#oc .p-panel-pu .p-panel_tags {
  width: calc(260 / 420 * 100%);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#oc .p-panel-pu .p-panel_tags span {
  font-size: min(calc(11 / 1100 * 100vw), 11px);
  line-height: 1;
  display: inline-block;
  background: #9fa0a0;
  padding: 0.5em 0.8em;
  border-radius: 100vh;
  margin: 0 0.5em 0 0;
  color: #fff;
}

#oc .p-panel-pu .p-panel_container-footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  #oc .p-panel-pu {
    display: block;
  }

  #oc .p-panel-pu .p-panel_thumb {
    width: 100%;
    border-radius: 1.34vw;
  }

  #oc .p-panel-pu .p-panel_container-text {
    width: 100%;
    padding: calc(40 / 650 * 100%) 0 0 0;
  }

  #oc .p-panel-pu .p-panel_labels {
    font-size: calc(12 / 750 * 100vw);
    margin: 0 0 1.5em 0;
  }

  #oc .p-panel-pu .p-panel_labels span {
    font-size: calc(24 / 750 * 100vw);
  }

  #oc .p-panel-pu .p-panel_title {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.4;
    margin: 0 0 0.7em 0;
  }

  #oc .p-panel-pu .p-panel_text-1 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.4;
    margin: 0 0 0.5em 0;
  }

  #oc .p-panel-pu .p-panel_text {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.4;
    margin: 0 0 1.2em 0;
  }

  #oc .p-panel-pu .p-panel_tags {
    width: calc(320 / 650 * 100%);
  }

  #oc .p-panel-pu .p-panel_tags span {
    font-size: calc(22 / 750 * 100vw);
  }
}

/* Panel / event
  =========================================================================================== */
#oc .p-panel-e {
  /* width: calc(280/1100 * 100vw); */
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: min(0.9vw, 10px);
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

#oc .p-panel-e .p-panel_thumb {
  border-radius: min(0.9vw, 10px);
  overflow: hidden;
  position: relative;
}

#oc .p-panel-e .p-panel_container-text {
  flex: 1 1 0;
  padding: calc(20 / 280 * 100%) calc(20 / 280 * 100%) calc(40 / 280 * 100%) calc(20 / 280 * 100%);
  position: relative;
}

#oc .p-panel-e .p-panel_labels {
  font-size: min(calc(10 / 1100 * 100vw), 10px);
  margin: 0 0 1em 0;
}

#oc .p-panel-e .p-panel_labels span {
  font-weight: bold;
  font-size: min(calc(10 / 1100 * 100vw), 10px);
  line-height: 1;
  display: inline-block;
  padding: 0.5em 0.5em;
  width: 80px;
  text-align: center;
}

#oc .p-panel-e .p-panel_title {
  font-weight: bold;
  font-size: min(calc(16 / 1100 * 100vw), 16px);
  line-height: 1.3;
  margin: 0 0 0.8em 0;
}

#oc .p-panel-e .p-panel_text-1 {
  font-weight: bold;
  font-size: min(calc(12 / 1100 * 100vw), 12px);
  line-height: 1.5;
  margin: 0 0 0.8em 0;
}

#oc .p-panel-e .p-panel_text {
  font-size: min(calc(10 / 1100 * 100vw), 10px);
  line-height: 1.5;
  text-align: justify;
  margin: 0 0 1.2em 0;
}

#oc .p-panel-e .p-panel_tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#oc .p-panel-e .p-panel_tags span {
  font-size: min(calc(10 / 1100 * 100vw), 10px);
  line-height: 1;
  display: inline-block;
  background: #9fa0a0;
  padding: 0.5em 0.8em;
  border-radius: 100vh;
  margin: 0 0.5em 0 0;
  color: #fff;
}

#oc .p-panel-e .p-panel_btn {
  position: absolute;
  left: calc(20 / 280 * 100%);
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #oc .p-panel-e {
    border-radius: 1.34vw;
  }

  #oc .p-panel-e .p-panel_thumb {
    border-radius: 1.34vw;
  }

  #oc .p-panel-e .p-panel_container-text {
    padding: calc(40 / 520 * 100%) calc(25 / 520 * 100%) calc(95 / 520 * 100%) calc(25 / 520 * 100%);
  }

  #oc .p-panel-e .p-panel_labels {
    font-size: calc(20 / 750 * 100vw);
  }

  #oc .p-panel-e .p-panel_labels span {
    font-size: calc(20 / 750 * 100vw);
  }

  #oc .p-panel-e .p-panel_title {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4;
  }

  #oc .p-panel-e .p-panel_text-1 {
    font-size: calc(23 / 750 * 100vw);
    line-height: 1.4;
  }

  #oc .p-panel-e .p-panel_text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }

  #oc .p-panel-e .p-panel_tags span {
    font-size: calc(20 / 750 * 100vw);
  }

  #oc .p-panel-e .p-panel_btn {
    left: calc(25 / 520 * 100%);
  }
}

/* Panel / report
  =========================================================================================== */
@media screen and (min-width: 768px) {
  #oc .p-panelwrapper-report {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  #oc .p-panelwrapper-report > * {
    width: calc(280 / 886 * 100%);
    margin: calc(60 / 886 * 100%) calc(23 / 886 * 100%) 0 0;
  }

  #oc .p-panelwrapper-report > *:nth-child(3n) {
    margin-right: 0;
  }

  #oc .p-panelwrapper-report > *:nth-child(-n + 3) {
    margin-top: 0;
  }
}

#oc .p-panel-r {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: min(0.9vw, 10px);
  background: #fff;
}

#oc .p-panel-r .p-panel_thumb {
  border-radius: min(0.9vw, 10px);
  overflow: hidden;
}

#oc .p-panel-r .p-panel_container-text {
  flex: 1 1 0;
  padding: calc(20 / 280 * 100%) calc(20 / 280 * 100%) calc(25 / 280 * 100%) calc(20 / 280 * 100%);
  position: relative;
}

#oc .p-panel-r .p-panel_title {
  font-weight: bold;
  font-size: min(calc(16 / 1100 * 100vw), 16px);
  line-height: 1.3;
  margin: 0 0 0.8em 0;
}

#oc .p-panel-r .p-panel_text-1 {
  font-weight: bold;
  font-size: min(calc(10 / 1100 * 100vw), 10px);
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

#oc .p-panel-r .p-panel_text {
  font-size: min(calc(10 / 1100 * 100vw), 10px);
  line-height: 1.5;
  text-align: justify;
  margin: 0 0 1.2em 0;
}

#oc .p-panel-r .p-panel_tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#oc .p-panel-r .p-panel_tags span {
  font-size: min(calc(10 / 1100 * 100vw), 10px);
  line-height: 1;
  display: inline-block;
  background: #9fa0a0;
  padding: 0.5em 0.8em;
  border-radius: 100vh;
  margin: 0 0.5em 0 0;
  color: #fff;
}

#oc .p-panel-r .p-panel_btn {
  position: absolute;
  left: calc(20 / 280 * 100%);
  bottom: 0;
  transform: translateY(50%);
}

@media screen and (max-width: 767px) {
  #oc .p-panel-r {
    border-radius: 1.34vw;
  }

  #oc .p-panel-r .p-panel_thumb {
    border-radius: 1.34vw;
  }

  #oc .p-panel-r .p-panel_container-text {
    padding: calc(40 / 520 * 100%) calc(25 / 520 * 100%) calc(40 / 520 * 100%) calc(25 / 520 * 100%);
  }

  #oc .p-panel-r .p-panel_title {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4;
  }

  #oc .p-panel-r .p-panel_text-1 {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }

  #oc .p-panel-r .p-panel_text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }

  #oc .p-panel-r .p-panel_tags span {
    font-size: calc(20 / 750 * 100vw);
  }

  #oc .p-panel-r .p-panel_btn {
    left: calc(25 / 520 * 100%);
  }
}

/* Item / feature
  =========================================================================================== */
#oc .p-itemwrapper-feature {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* width: calc(1008 / 1100 * 100%); */
}

#oc .p-itemwrapper-feature > li {
  width: calc(234 / 1008 * 100%);
}

@media screen and (max-width: 767px) {
  #oc .p-itemwrapper-feature {
    flex-flow: row wrap;
  }

  #oc .p-itemwrapper-feature > li {
    width: calc(320 / 680 * 100%);
    margin-top: calc(74 / 650 * 100%);
  }

  #oc .p-itemwrapper-feature > li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

#oc .p-item-feature {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ccc;
  padding: calc(26 / 234 * 100%) 0 0 0;
  position: relative;
}

#oc .p-item-feature .p-item_title {
  color: #fff;
  font-weight: bold;
  font-size: min(calc(18 / 1100 * 100vw), 18px);
  line-height: 1.3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(80 / 234 * 100%);
}

#oc .p-item-feature .p-item_text {
  color: #fff;
  font-weight: bold;
  font-size: min(calc(13 / 1100 * 100vw), 13px);
  line-height: 1.7;
  text-align: center;
  width: calc(160 / 234 * 100%);
  margin: 0 auto;
}

#oc .p-item-feature .p-item_box {
  font-weight: bold;
  color: #ccc;
  font-size: min(calc(22 / 1100 * 100vw), 22px);
  text-align: center;
  line-height: 1;
  width: calc(200 / 234 * 100%);
  background: #fff;
  padding: 0.3em 0;
  border: 0.2vw solid #ccc;
  border-radius: min(0.9vw, 10px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 767px) {
  #oc .p-item-feature {
    padding: calc(30 / 300 * 100%) 0 0 0;
  }

  #oc .p-item-feature .p-item_title {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.3;
    height: calc(100 / 300 * 100%);
  }

  #oc .p-item-feature .p-item_text {
    font-size: calc(19 / 750 * 100vw);
    line-height: 1.5;
    width: calc(215 / 300 * 100%);
  }

  #oc .p-item-feature .p-item_box {
    font-size: calc(30 / 750 * 100vw);
    width: calc(262 / 300 * 100%);
    padding: 0.3em 0;
    border-width: 0.4vw;
    border-radius: 1.34vw;
  }
}

#oc .p-item-feature-a {
  background: rgba(180, 155, 250, 0.75);
}

#oc .p-item-feature-a .p-item_box {
  color: rgba(180, 155, 250, 1);
  border-color: rgba(180, 155, 250, 1);
}

#oc .p-item-feature-b {
  background: rgba(255, 90, 112, 0.75);
}

#oc .p-item-feature-b .p-item_box {
  color: rgba(255, 90, 112, 1);
  border-color: rgba(255, 90, 112, 1);
}

#oc .p-item-feature-c {
  background: rgba(255, 160, 20, 0.75);
}

#oc .p-item-feature-c .p-item_box {
  color: rgba(255, 160, 20, 1);
  border-color: rgba(255, 160, 20, 1);
}

#oc .p-item-feature-d {
  background: rgba(0, 190, 150, 0.75);
}

#oc .p-item-feature-d .p-item_box {
  color: rgba(0, 190, 150, 1);
  border-color: rgba(0, 190, 150, 1);
}

/* Panel / step
  =========================================================================================== */
/*20250214修正*/
#oc .p-panelwrapper-step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1rem;
}
/*20250214修正ここまで*/

#oc .p-panelwrapper-step > li {
  width: calc(280 / 886 * 100%);
  position: relative;
}

#oc .p-panelwrapper-step > li:not(:first-of-type):before {
  content: '';
  display: block;
  width: calc(23 / 280 * 100%);
  height: 100%;
  background: url('/image/jp/feature/community/line_01.png') no-repeat center center / 65% auto;
  position: absolute;
  top: 0;
  right: 100%;
}

@media screen and (max-width: 767px) {
  #oc .p-panelwrapper-step {
    display: block;
  }

  #oc .p-panelwrapper-step > li {
    width: 100%;
    margin-top: calc(38 / 750 * 100vw);
  }

  #oc .p-panelwrapper-step > li:nth-child(1) {
    margin-top: 0;
  }

  #oc .p-panelwrapper-step > li:not(:first-of-type):before {
    content: '';
    display: block;
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    background: url('/image/jp/feature/community/line_01.png') no-repeat center center / 62% auto;
    position: absolute;
    top: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, -100%) rotate(90deg);
  }
}

#oc .p-panel-step {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: min(0.9vw, 10px);
  background: #fff;
}

#oc .p-panel-step .p-panel_thumb {
  border-radius: min(0.9vw, 10px);
  overflow: hidden;
}

#oc .p-panel-step .p-panel_container-text {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  padding: calc(20 / 280 * 100%) calc(20 / 280 * 100%);
  position: relative;
}

#oc .p-panel-step .p-panel_title {
  font-weight: bold;
  font-size: min(calc(16 / 1100 * 100vw), 16px);
  line-height: 1.3;
  margin: 0 0 0.8em 0;
}

#oc .p-panel-step .p-panel_title span {
  display: block;
}

#oc .p-panel-step .p-panel_text {
  font-size: min(calc(14 / 1100 * 100vw), 14px);
  line-height: 1.4;
  text-align: justify;
  margin: 0 0 1.2em 0;
}

#oc .p-panel-step .p-panel_btn {
  margin: auto 0 0 0;
}

@media screen and (max-width: 767px) {
  #oc .p-panel-step {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.34vw;
  }

  #oc .p-panel-step .p-panel_thumb {
    width: calc(293 / 590 * 100%);
    border-radius: 1.34vw;
  }

  #oc .p-panel-step .p-panel_container-text {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: calc(30 / 650 * 100%) calc(30 / 650 * 100%) calc(50 / 650 * 100%) calc(30 / 650 * 100%);
  }

  #oc .p-panel-step .p-panel_title {
    font-weight: bold;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4;
    width: 100%;
    margin: 0 0 0.8em 0;
  }

  #oc .p-panel-step .p-panel_title span {
    font-size: calc(20 / 750 * 100vw);
  }

  #oc .p-panel-step .p-panel_text {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    width: calc(272 / 590 * 100%);
    margin: 0 0 0 0;
  }

  #oc .p-panel-step .p-panel_btn {
    width: 100%;
    margin: calc(25 / 590 * 100%) 0 0 0;
  }
}

/* Room
  =========================================================================================== */
#oc .p-room {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  border-radius: min(0.9vw, 10px);
  padding: calc(45 / 886 * 100%) calc(48 / 886 * 100%);
  position: relative;
}

#oc .p-room_img {
  display: block;
  width: calc(200 / 886 * 100%);
  position: absolute;
  top: min(calc(21 / 1100 * 100vw), 21px);
  right: calc(37 / 886 * 100%);
  z-index: 1;
}

#oc .p-room_title {
  font-size: min(calc(24 / 1100 * 100vw), 24px);
  line-height: 1.3;
  border-bottom: 0.2vw solid #000;
  padding: 0 0 0.7em 0;
  margin: 0 0 calc(30 / 790 * 100%) 0;
}

#oc .p-room_text-1 {
  font-weight: bold;
  font-size: min(calc(35 / 1100 * 100vw), 35px);
  line-height: 1.43;
  letter-spacing: 0.04em;
  margin: 0 0 calc(15 / 790 * 100%) 0;
}

#oc .p-room_text {
  font-size: min(calc(14 / 1100 * 100vw), 14px);
  line-height: 1.7;
  width: calc(590 / 790 * 100%);
}

#oc .p-room_title-2 {
  font-weight: bold;
  font-size: min(calc(18 / 1100 * 100vw), 18px);
  line-height: 1.3;
  margin: calc(50 / 790 * 100%) 0 0 0;
}

#oc .p-room_list {
  margin: calc(30 / 790 * 100%) 0 0 0;
}

@media screen and (max-width: 767px) {
  #oc .p-room {
    width: calc(650 / 750 * 100%);
    border-radius: 1.34vw;
    padding: calc(30 / 750 * 100%) calc(30 / 750 * 100%) calc(70 / 750 * 100%) calc(30 / 750 * 100%);
    margin: 0 auto;
  }

  #oc .p-room_img {
    width: calc(133 / 650 * 100%);
    top: 0;
    right: calc(20 / 650 * 100%);
  }

  #oc .p-room_title {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.3;
    border-width: 0.4vw;
    padding: 0 0 0.7em 0;
    margin: 0 0 calc(30 / 590 * 100%) 0;
  }

  #oc .p-room_text-1 {
    font-weight: bold;
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.4;
    margin: 0 0 calc(20 / 590 * 100%) 0;
  }

  #oc .p-room_text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    width: 100%;
  }

  #oc .p-room_title-2 {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.3;
    margin: calc(50 / 590 * 100%) 0 0 0;
  }

  #oc .p-room_list {
    margin: calc(30 / 590 * 100%) 0 0 0;
  }
}

/* Item / room
  =========================================================================================== */
#oc .p-itemwrapper-room {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#oc .p-itemwrapper-room > li {
  width: calc(250 / 790 * 100%);
}

@media screen and (max-width: 767px) {
  #oc .p-itemwrapper-room > li {
    width: calc(186 / 590 * 100%);
  }
}

#oc .p-item-room {
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: min(0.9vw, 10px);
  background: rgba(255, 255, 255, 0.75);
  padding: calc(25 / 250 * 100%) 0 calc(20 / 250 * 100%) 0;
}

#oc .p-item-room .p-item_img {
  width: calc(220 / 250 * 100%);
  margin: 0 auto calc(15 / 250 * 100%) auto;
}

#oc .p-item-room .p-item_text {
  font-weight: bold;
  font-size: min(calc(16 / 1100 * 100vw), 16px);
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #oc .p-item-room {
    border-radius: 1.34vw;
    padding: calc(18 / 182 * 100%) 0 calc(20 / 182 * 100%) 0;
  }

  #oc .p-item-room .p-item_img {
    width: calc(200 / 182 * 100%);
    margin: 0 0 calc(13 / 182 * 100%) calc(-9 / 182 * 100%);
  }

  #oc .p-item-room .p-item_text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
  }
}

/* Item / story
  =========================================================================================== */
#oc .p-itemwrapper-story {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

#oc .p-itemwrapper-story > li {
  width: calc(220 / 1100 * 100%);
  margin: 0 calc(50 / 1100 * 100%);
}

@media screen and (max-width: 767px) {
  #oc .p-itemwrapper-story {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  #oc .p-itemwrapper-story > li {
    width: calc(300 / 750 * 100%);
    margin: calc(50 / 750 * 100%) calc(24 / 750 * 100%) 0 calc(24 / 750 * 100%);
  }

  #oc .p-itemwrapper-story > li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

#oc .p-item-story {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}

#oc .p-item-story .p-item_text {
  font-weight: bold;
  font-size: min(calc(20 / 1100 * 100vw), 20px);
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #oc .p-item-story .p-item_text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0;
  }
}

#oc .p-itemwrapper-story > li:nth-child(1) .p-item-story {
  animation-delay: 0;
}

#oc .p-itemwrapper-story > li:nth-child(2) .p-item-story {
  animation-delay: 360ms;
}

#oc .p-itemwrapper-story > li:nth-child(3) .p-item-story {
  animation-delay: 720ms;
}

#oc .p-itemwrapper-story > li:nth-child(4) .p-item-story {
  animation-delay: 1080ms;
}

#oc .p-itemwrapper-story > li:nth-child(5) .p-item-story {
  animation-delay: 1440ms;
}

/* Slider / event
  =========================================================================================== */
#oc .p-slider-event {
  position: relative;
}

#oc .p-slider-event .swiper {
  padding-bottom: min(calc(86 / 1100 * 100vw), 86px);
}

#oc .p-slider-event .swiper-slide {
  width: min(calc(312 / 1100 * 100vw), 312px);
  height: auto;
  padding: 0 min(calc(16 / 1100 * 100vw), 16px);
}

@media screen and (max-width: 767px) {
  #oc .p-slider-event .swiper {
    padding-bottom: calc(195 / 750 * 100vw);
    padding-left: calc(50 / 750 * 100vw);
  }

  #oc .p-slider-event .swiper-slide {
    width: calc(580 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100%) 0 0;
  }
}

@media screen and (min-width: 768px) {
  #oc .p-slider-event .p-slider_constrols {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #oc .p-slider-event .p-slider_constrols_pagination-bullets {
    order: 2;
    width: auto;
    margin: 0 calc(40 / 1100 * 100vw);
  }

  #oc .p-slider-event .p-slider_constrols_pagination-bulletsB {
    display: none;
  }

  #oc .p-slider-event .p-slider_constrols_btn-prev {
    order: 1;
  }

  #oc .p-slider-event .p-slider_constrols_btn-next {
    order: 3;
  }
}

@media screen and (max-width: 767px) {
  #oc .p-slider-event .p-slider_constrols {
    width: calc(650 / 750 * 100%);
    position: absolute;
    /*20250318修正*/
    /*bottom: 0;*/
    bottom: calc(30 / 750 * 100vw);
    left: calc(50 / 750 * 100%);
    z-index: 1;
  }

  #oc .p-slider-event .p-slider_constrols_pagination-bullets {
    display: none;
  }

  #oc .p-slider-event .p-slider_constrols_pagination-bulletsB {
    width: 100%;
    margin: 0 0 calc(50 / 750 * 100vw) 0;
  }

  #oc .p-slider-event .p-slider_constrols_btn-next {
    position: absolute;
    bottom: 0;
    left: calc(105 / 750 * 100vw);
  }
}

/* Slider / report
  =========================================================================================== */
#oc .p-slider-report .swiper-slide {
  height: auto;
}

@media screen and (min-width: 768px) {
  #oc .p-slider-report > * {
    overflow: visible;
  }

  #oc .p-slider-report .p-slider_constrols {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #oc .p-slider-report {
    position: relative;
  }

  #oc .p-slider-report .swiper {
    padding-bottom: calc(35 / 750 * 100vw);
  }

  #oc .p-slider-report .swiper-slide {
    width: 100vw;
    padding: 0 calc(115 / 750 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #oc .p-slider-report .p-slider_constrols_pagination-bullets {
    width: 100%;
    position: absolute;
    bottom: calc(-120 / 750 * 100vw);
    left: 0;
  }

  #oc .p-slider-report .p-slider_constrols_pagination-bulletsB {
    display: none;
  }

  #oc .p-slider-report .p-slider_constrols_btn-prev,
  #oc .p-slider-report .p-slider_constrols_btn-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
  }

  #oc .p-slider-report .p-slider_constrols_btn-prev {
    left: calc(25 / 750 * 100vw);
  }

  #oc .p-slider-report .p-slider_constrols_btn-next {
    right: calc(25 / 750 * 100vw);
  }
}

/* Banner
  =========================================================================================== */
/* ------20250214追加 follow banner ------ */
/* ------20250314修正あり follow banner ------ */
#banner {
  position: fixed;
  /* bottom: 10px; */
  bottom: -250px;
  width: 290px;
  right: 100px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: min(0.9vw, 10px);
  border: #727171 solid 2px;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  z-index: 70;
  opacity: 0;
  transition: all 0.5s;
}
#banner h3 {
  font-size: min(calc(18 / 1100 * 100vw), 18px);
  margin: 0 0 5px 0;
  padding: 0;
  color: #727171;
}
#banner .banner_img {
  border-radius: min(0.9vw, 10px);
}

img#close-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #banner {
    /* bottom: 10px; */
    bottom: -50vw;
    width: calc(450 / 750 * 100vw);
    right: 20px;
    border-radius: 1.34vw;
  }

  #banner h3 {
    font-size: calc(30 / 750 * 100vw);
  }
  #banner .banner_img {
    border-radius: 1.34vw;
  }
}

/* Section / 7
  =========================================================================================== */
/*------------------------------
  20250314 PICKUP改修
-------------------------------*/
/*----- PICK UP エリアCSS上書き -----*/
#oc .p-section-7 {
  padding: min(calc(100 / 1100 * 100%), 100px) 0 min(calc(105 / 1100 * 100%), 105px) 0;
  position: relative;
}

#oc .p-section-7 .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-7 .p-section_img {
  width: calc(300 / 1100 * 100%);
  position: absolute;
  top: max(-80px, calc(-80 / 1100 * 100vw));
  right: calc(50 / 1100 * 100%);
  z-index: 1;
}

#oc .p-section-7 .p-section_title {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc .p-section-7 .p-section_container-panels {
  width: calc(886 / 1100 * 100%);
  margin: 0 auto;
  padding: calc(60 / 1100 * 100%) 0 calc(78 / 1100 * 100%) 0;
  position: relative;
}
#oc .p-section-7 .p-section_container-panels:before {
  content: '';
  display: block;
  width: calc(1008 / 886 * 100%);
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  border-radius: min(0.9vw, 10px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../../../image/jp/feature/community/bg_pickup.jpg);
  background-position: center center;
  background-size: cover;
}
h4.p-panel_title a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  #oc .p-section-7 {
    padding: calc(100 / 750 * 100%) 0 calc(95 / 750 * 100%) 0;
  }

  #oc .p-section-7 .p-section_img {
    width: calc(230 / 750 * 100%);
    top: 0;
    right: calc(-16 / 750 * 100%);
  }

  #oc .p-section-7 .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(56 / 750 * 100%) auto;
  }

  #oc .p-section-7 .p-section_container-panels {
    width: calc(650 / 750 * 100%);
    padding-right: calc(80 / 750 * 100%);
  }
}

#oc .p-panel-pu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin-bottom: 3rem;
}
/* ------ テキストボックス ------ */
#oc .p-panel-pu .p-panel_container-text {
  width: calc(420 / 886 * 100%);
  position: relative;
  display: flex;
  flex-direction: column;
}

/* label
  =========================================================================================== */
/* ------ label追加 ------ */
/* カテゴリー */
.p-panel_labels {
  display: flex;
  align-items: flex-end;
}

.pickup-list-area .p-panel_labels {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#oc .c-label-category {
  background: rgba(89, 87, 87, 1);
  color: #fff;
  margin-left: 1em;
}

#oc .c-label-hidden {
  background: #fff;
  color: #fff;
}

/*
#oc .p-panel-pu .p-panel_labels span.c-label-category ,
#oc .p-panel-e .p-panel_labels span.c-label-category {
  font-size: min(calc(19 / 1100* 100vw), 19px);
  padding: .25em 1em;
}*/

#oc .pickup-list-area .p-panel-e .p-panel_labels span {
  width: auto;
}

/* CVbutton
  =========================================================================================== */
.f-reset .cv-button {
  background-color: #e6141e;
  color: #fff !important;
  font-weight: bold;
  font-size: 1rem;
  width: 250px;
  text-align: center;
  padding: 5px 20px 5px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f-reset .p-panel_container-text .cv-button {
  position: absolute;
  bottom: 0;
}

.f-reset .cv-button p {
  color: #fff;
  text-align: center;
  width: 100%;
}

.f-reset .cv-button img {
  width: 20px;
}

.cv-button-area {
  display: flex;
  width: 100%;
  justify-content: center;
}

#oc .p-slider-event .p-slider_constrols {
  position: relative;
  width: auto;
  margin-right: 2rem;
}

.f-reset .cv-button-area-report {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cv-button-area {
    flex-direction: column;
  }
  #oc .p-slider-event .p-slider_constrols {
    width: calc(650 / 750 * 100%);
    margin-right: 0;
  }

  .cv-button-area-item {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .f-reset .cv-button-area-report {
    display: flex;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
  }
}

/* pickup-list-area
  =========================================================================================== */
/* ------ PICK UP　3カラム表示 ------ */
#oc .pickup-list-area {
  display: flex;
  justify-content: space-between;
}
.pickup-list-area a {
  width: min(calc(280 / 1100 * 100vw), 280px);
  display: flex;
  flex-direction: column;
  border-radius: min(0.9vw, 10px);
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.pickup-list-area a img {
  border-radius: min(0.9vw, 10px);
}
.pickup-list-area .p-panel_container-text {
  padding: calc(20 / 280 * 100%) calc(20 / 280 * 100%) calc(40 / 280 * 100%) calc(20 / 280 * 100%);
  position: relative;
}
.pickup-list-area .p-panel_labels {
  font-size: min(calc(12 / 1100 * 100vw), 12px);
  margin: 0 0 1em 0;
  display: flex;
  align-items: flex-end;
}
.pickup-list-area .p-panel_labels span {
  font-weight: bold;
  font-size: min(calc(12 / 1100 * 100vw), 12px);
  line-height: 1;
  display: inline-block;
  padding: 0.5em 0.5em;
}
/*.pickup-list-area .p-panel_labels span.c-label-category{ font-size: min(calc(19 / 1100* 100vw), 19px);padding: .25em 1em;}*/

.pickup-list-area .p-panel_text-1 {
  font-weight: bold;
  font-size: min(calc(12 / 1100 * 100vw), 12px);
  line-height: 1.5;
  margin: 0 0 0.8em 0;
}

@media screen and (max-width: 860px) {
  #oc .p-panel-pu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 3rem;
  }
  .pickup-list-area .p-panel_labels {
    justify-content: flex-end;
  }
  #oc .p-panel-pu .p-panel_thumb {
    width: calc(400 / 860 * 100%);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: min(0.9vw, 10px);
    overflow: hidden;
    margin-bottom: 1rem;
  }
  #oc .p-panel-pu .p-panel_container-text {
    width: calc(600 / 860 * 100%);
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .pickup-list-area .p-panel_text-1 {
    font-size: 12px;
  }
  .pickup-list-area .p-panel_labels {
    font-size: 12px;
  }
  .pickup-list-area .p-panel_labels span {
    font-size: 12px;
  }
  /*.pickup-list-area .p-panel_labels span.c-label-category {
  font-size: 15px;
  }*/
  .f-reset .p-panel_container-text .cv-button {
    position: relative;
  }
  #oc .pickup-list-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .pickup-list-area a {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    background: #fff;
    margin-bottom: 1.5rem;
  }
  .pickup-list-area a:last-child {
    margin-bottom: 0;
  }
  .pickup-list-area a img {
    width: 280px;
  }
  .pickup-list-area .p-panel_container-text {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pickup-list-area .p-panel_labels {
    margin: 0 0 0.5rem 0;
  }
  #oc .p-panel-pu .p-panel_thumb {
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 1.34vw;
    margin-bottom: 0.51rem;
  }
  #oc .p-panel-pu .p-panel_container-text {
    width: 100%;
  }
  #oc .p-panel-pu .p-panel_labels span {
    display: inline-block;
    padding: 0.5em 0.5em;
  }
  /*#oc .p-panel-pu .p-panel_labels span.c-label-category, #oc .p-panel-e .p-panel_labels span.c-label-category {
  font-size: 19px;
  padding: .25em 1em;
  }*/
  .pickup-list-area a {
    flex-direction: column;
  }
  .pickup-list-area a img {
    width: 100%;
  }
}

/* Bg / 21
  =========================================================================================== */
#oc .p-bg-8 {
  background: #f8f8f8;
}

#oc .p-bg-8:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(1120 / 1920 * 100vw);
  background: url('/image/jp/feature/community/bg_p_08-pc.png') no-repeat top center / contain;
  position: absolute;
  top: calc(-140 / 1920 * 100vw);
  left: 0;
  opacity: 0.6;
}

/* Section / 8
  =========================================================================================== */
#oc .p-section-8 {
  padding: min(calc(140 / 1100 * 100%), 140px) 0 min(calc(160 / 1100 * 100%), 160px) 0;
  position: relative;
}

#oc .p-section-8 .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-8 .p-section_img {
  width: calc(323 / 1100 * 100%);
  position: absolute;
  top: max(-35px, calc(-35 / 1100 * 100vw));
  left: calc(335 / 1100 * 100%);
  z-index: 1;
}

#oc .p-section-8 .p-section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 calc(90 / 1100 * 100%) 0;
}

#oc .p-section-8 .p-section_title {
  margin: 0 0 0 calc(105 / 1100 * 100%);
}

#oc .p-section-8 .p-section_text-1 {
  font-weight: bold;
  font-size: min(calc(14 / 1100 * 100vw), 14px);
  line-height: 2;
  width: calc(400 / 1100 * 100%);
}

#oc .p-section-8 .p-section_container-panels {
  max-width: 1290px;
  padding-inline: min(calc(50 / 1290 * 100%), 50px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #oc .p-section-8 {
    padding: calc(100 / 750 * 100%) 0 calc(120 / 750 * 100%) 0;
  }

  #oc .p-section-8 .p-section_img {
    width: calc(206 / 750 * 100%);
    top: calc(-60 / 750 * 100vw);
    left: calc(290 / 750 * 100%);
  }

  #oc .p-section-8 .p-section_header {
    display: block;
  }

  #oc .p-section-8 .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(60 / 750 * 100%) auto;
  }

  #oc .p-section-8 .p-section_text-1 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    display: block;
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(60 / 750 * 100%) auto;
  }

  #oc .p-section-8 .p-section_container-panels {
    width: 100%;
    padding-inline: 0;
  }
}

/* Panel / theme
  =========================================================================================== */
@media screen and (min-width: 768px) {
  #oc .p-panelwrapper-theme {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: min(calc(60 / 1290 * 100vw), 60px) calc(24 / 1090 * 100%);
  }
}

#oc .p-panel-t {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: min(0.9vw, 10px);
  background: #fff;
}

#oc .p-panel-t .p-panel_thumb {
  border-radius: min(0.9vw, 10px) min(0.9vw, 10px) 0 0;
  overflow: hidden;
}

#oc .p-panel-t .p-panel_title {
  font-weight: bold;
  font-size: min(calc(26 / 1290 * 100vw), 26px);
  line-height: 1.3;
  text-align: center;
  padding: 1% 0.5em;
  color: #fff;
  background: #737373;
}

#oc .p-panel-t .p-panel_container-text {
  flex: 1 1 0;
  padding: calc(15 / 280 * 100%) calc(20 / 280 * 100%) calc(25 / 280 * 100%) calc(20 / 280 * 100%);
  position: relative;
}

#oc .p-panel-t .p-panel_text {
  font-size: min(calc(14 / 1290 * 100vw), 14px);
  line-height: 1.5;
  text-align: justify;
}

#oc .p-panel-t.cs{
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #oc .p-panel-t {
    border-radius: 1.34vw;
  }

  #oc .p-panel-t .p-panel_thumb {
    border-radius: 1.34vw 1.34vw 0 0;
  }

  #oc .p-panel-t .p-panel_container-text {
    padding: calc(40 / 520 * 100%) calc(25 / 520 * 100%) calc(40 / 520 * 100%) calc(25 / 520 * 100%);
  }

  #oc .p-panel-t .p-panel_title {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4;
  }

  #oc .p-panel-t .p-panel_text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }
}

/* Slider / theme
  =========================================================================================== */
#oc .p-slider-theme .swiper-slide {
  height: auto;
}

@media screen and (min-width: 768px) {
  #oc .p-slider-theme > * {
    overflow: visible;
  }

  #oc .p-slider-theme .p-slider_constrols {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #oc .p-slider-theme {
    position: relative;
  }

  #oc .p-slider-theme .swiper {
    padding-bottom: calc(35 / 750 * 100vw);
  }

  #oc .p-slider-theme .swiper-slide {
    width: 100vw;
    padding: 0 calc(115 / 750 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #oc .p-slider-theme .p-slider_constrols_pagination-bullets {
    width: 100%;
    position: absolute;
    bottom: calc(-30 / 750 * 100vw);
    left: 0;
  }

  #oc .p-slider-theme .p-slider_constrols_pagination-bulletsB {
    display: none;
  }

  #oc .p-slider-theme .p-slider_constrols_btn-prev,
  #oc .p-slider-theme .p-slider_constrols_btn-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
  }

  #oc .p-slider-theme .p-slider_constrols_btn-prev {
    left: calc(25 / 750 * 100vw);
  }

  #oc .p-slider-theme .p-slider_constrols_btn-next {
    right: calc(25 / 750 * 100vw);
  }
}

/* Area / fv
  =========================================================================================== */
#oc .p-area-topFv {
  padding-top: min(calc(60 / 1100 * 100vw), 60px);
  position: relative;
}

@media screen and (max-width: 767px) {
  #oc .p-area-topFv {
    padding-top: calc(90 / 750 * 100%);
  }
}

#oc .p-area-topFv:before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: url('/image/jp/feature/community/bg_p_top-pc.png') no-repeat bottom center / cover;
}

@media screen and (max-width: 767px) {
  #oc .p-area-topFv:before {
    /* height: calc(2408 / 750 * 100vw);
    aspect-ratio: 1501/4817; */
    background-image: url('/image/jp/feature/community/bg_p_top-sp.png');
  }
}

/* news
  =========================================================================================== */
#oc .p-news {
  width: min(calc(840 / 1100 * 100%), 840px);
  padding: min(calc(20 / 1100 * 100%), 20px) min(calc(40 / 1100 * 100%), 40px);
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  border-radius: min(0.9vw, 10px);
  position: relative;
}

#oc .p-news_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: min(calc(30 / 1100 * 100vw), 30px);
}

#oc .p-news_list {
  display: grid;
  grid-template-columns: 6em 1fr;
  font-size: min(calc(17 / 1100 * 100vw), 17px);
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  #oc .p-news {
    width: calc(650 / 750 * 100%);
    border-radius: 1.34vw;
    padding: calc(30 / 750 * 100%) calc(60 / 750 * 100%);
  }

  #oc .p-news_title {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: 0.5em;
  }

  #oc .p-news_list {
    display: block;
    font-size: calc(22 / 750 * 100vw);
  }

  #oc .p-news_list > dt:not(:first-of-type) {
    margin-top: 1em;
  }
}

/* Bg / page
  =========================================================================================== */
#oc .p-bg-page-1 {
  background: url('/image/jp/feature/community/bg_page_01.jpg') repeat-y top center / 100% auto;
}

/* Section / page
  =========================================================================================== */
#oc .p-section-page {
  padding: min(calc(100 / 1100 * 100%), 100px) 0 min(calc(100 / 1100 * 100%), 100px) 0;
  position: relative;
  z-index: 1;
}

#oc .p-section-page .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-page .p-section_title {
  text-align: center;
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc .p-section-page .p-section_title:has(+ .p-section_text-1) {
  margin: 0 auto calc(30 / 1100 * 100%) auto;
}

#oc .p-section-page .p-section_text-1 {
  font-weight: bold;
  font-size: min(calc(14 / 1100 * 100vw), 14px);
  line-height: 2;
  text-align: center;
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc .p-section-page .p-section_container-panels {
  padding: min(calc(60 / 1100 * 100vw), 60px) 0;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-page .p-section_container-panels:before {
  content: '';
  display: block;
  width: calc(1008 / 1100 * 100%);
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  border-radius: min(0.9vw, 10px);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}

#oc .p-section-page .p-section_btn-more {
  margin: calc(40 / 1100 * 100%) auto 0;
}

@media screen and (min-width: 768px) {
  #oc .is-more-hidden {
    display: none;
  }

  #oc .is-more-button-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #oc .p-section-page {
    padding: calc(105 / 750 * 100%) 0 calc(100 / 750 * 100%) 0;
  }

  #oc .p-section-page .p-section_img {
    width: calc(215 / 750 * 100%);
    top: calc(21 / 750 * 100vw);
    left: calc(-24 / 750 * 100%);
  }

  #oc .p-section-page .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(62 / 750 * 100%) auto;
  }

  #oc .p-section-page .p-section_title:has(+ .p-section_text-1) {
    margin: 0 auto calc(40 / 750 * 100%) auto;
  }

  #oc .p-section-page .p-section_text-1 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    margin: 0 auto calc(62 / 750 * 100%) auto;
  }

  #oc .p-section-page .p-section_container-panels {
    padding: calc(50 / 750 * 100vw) 0 calc(80 / 750 * 100vw) 0;
  }

  #oc .p-section-page .p-section_container-panels:before {
    width: calc(650 / 750 * 100%);
    height: 100%;
    border-radius: 1.34vw;
  }

  #oc .p-section-page .p-section_btn-more {
    display: none;
  }
}

/* Panel / pageA
  =========================================================================================== */
@media screen and (min-width: 768px) {
  #oc .p-panelwrapper-pageA {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(calc(60 / 1100 * 100vw), 60px) calc(23 / 886 * 100%);
    width: calc(886 / 1100 * 100%);
    margin: 0 auto;
  }
}

/* Slider / pageA
  =========================================================================================== */
#oc .p-slider-pageA .swiper-slide {
  height: auto;
}

@media screen and (min-width: 768px) {
  #oc .p-slider-pageA > * {
    overflow: visible;
  }

  #oc .p-slider-pageA .p-slider_constrols {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #oc .p-slider-pageA {
    position: relative;
  }

  #oc .p-slider-pageA .swiper {
    padding-bottom: calc(35 / 750 * 100vw);
  }

  #oc .p-slider-pageA .swiper-slide {
    width: 100vw;
    padding: 0 calc(115 / 750 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #oc .p-slider-pageA .p-slider_constrols_pagination-bullets {
    width: 100%;
    position: absolute;
    bottom: calc(-30 / 750 * 100vw);
    left: 0;
  }

  #oc .p-slider-pageA .p-slider_constrols_btn-prev,
  #oc .p-slider-pageA .p-slider_constrols_btn-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
  }

  #oc .p-slider-pageA .p-slider_constrols_btn-prev {
    left: calc(25 / 750 * 100vw);
  }

  #oc .p-slider-pageA .p-slider_constrols_btn-next {
    right: calc(25 / 750 * 100vw);
  }
}

/* Panel / column
  =========================================================================================== */
#oc .p-panel-c {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: min(0.9vw, 10px);
  background: #fff;
}

#oc .p-panel-c .p-panel_thumb {
  border-radius: min(0.9vw, 10px);
  overflow: hidden;
}

#oc .p-panel-c .p-panel_container-text {
  flex: 1 1 0;
  padding: calc(20 / 280 * 100%) calc(20 / 280 * 100%) calc(30 / 280 * 100%) calc(20 / 280 * 100%);
  position: relative;
}

#oc .p-panel-c .p-panel_text {
  font-size: min(calc(14 / 1290 * 100vw), 14px);
  line-height: 1.5;
  font-weight: bold;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #oc .p-panel-c {
    border-radius: 1.34vw;
  }

  #oc .p-panel-c .p-panel_thumb {
    border-radius: 1.34vw;
  }

  #oc .p-panel-c .p-panel_container-text {
    padding: calc(40 / 520 * 100%) calc(25 / 520 * 100%) calc(40 / 520 * 100%) calc(25 / 520 * 100%);
  }

  #oc .p-panel-c .p-panel_text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
  }
}

/* Section / crew
  =========================================================================================== */
#oc .p-section-crew {
  padding: min(calc(100 / 1100 * 100%), 100px) 0 min(calc(100 / 1100 * 100%), 100px) 0;
  position: relative;
  z-index: 1;
}

#oc .p-section-crew .p-section_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

#oc .p-section-crew .p-section_title {
  text-align: center;
  width: calc(886 / 1100 * 100%);
  margin: 0 auto calc(63 / 1100 * 100%) auto;
}

#oc .p-section-crew .p-section_title:has(+ .p-section_text-1) {
  margin: 0 auto calc(30 / 1100 * 100%) auto;
}

#oc .p-section-crew .p-section_text-1 {
  font-weight: bold;
  font-size: min(calc(14 / 1100 * 100vw), 14px);
  line-height: 2;
  text-align: center;
  padding: 0 1em;
  margin: 0 auto calc(30 / 1100 * 100%) auto;
}

#oc .p-section-crew .p-section_container-panels {
  max-width: 1614px;
  margin: 0 auto;
}

#oc .p-section-crew .p-section_btn-more {
  margin: calc(40 / 1100 * 100%) auto 0;
}

@media screen and (max-width: 767px) {
  #oc .p-section-crew {
    padding: calc(105 / 750 * 100%) 0 calc(100 / 750 * 100%) 0;
  }

  #oc .p-section-crew .p-section_img {
    width: calc(215 / 750 * 100%);
    top: calc(21 / 750 * 100vw);
    left: calc(-24 / 750 * 100%);
  }

  #oc .p-section-crew .p-section_title {
    width: calc(650 / 750 * 100%);
    margin: 0 auto calc(62 / 750 * 100%) auto;
  }

  #oc .p-section-crew .p-section_title:has(+ .p-section_text-1) {
    margin: 0 auto calc(60 / 750 * 100%) auto;
  }

  #oc .p-section-crew .p-section_text-1 {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    margin: 0 auto calc(60 / 750 * 100%) auto;
  }

  /* #oc .p-section-crew .p-section_btn-more {
    display: none;
  } */
}

/* Crew
  =========================================================================================== */
#oc .p-crewItem_wrapper {
  padding: 0 min(calc(32 / 1614 * 100vw), 32px);
}

#oc .p-crewItem {
  display: block;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

#oc .p-crewItem_thumb {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

#oc .p-crewItem_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#oc .p-crewItem_text-1 {
  font-weight: bold;
  font-size: min(calc(14 / 1100 * 100vw), 14px);
  line-height: 1.4;
  text-align: left;
  margin: 1em 0 0.5em 0;
}

#oc .p-crewItem_tags {
  display: flex;
  flex-flow: row wrap;
  gap: min(calc(10 / 1100 * 100vw), 10px);
}

#oc .p-crewItem_tags > li {
  font-weight: bold;
  font-size: min(calc(10 / 1100 * 100vw), 10px);
  line-height: 1.3;
  color: #fff;
  background: #9fa0a0;
  padding: 0.3em 0.7em;
  border-radius: 100vh;
}

@media screen and (max-width: 767px) {
  #oc .p-crewItem_wrapper {
    padding: 0 calc(30 / 750 * 100vw);
  }

  #oc .p-crewItem_text-1 {
    font-size: calc(24 / 750 * 100vw);
    margin: 1em 0 0.5em 0;
  }

  #oc .p-crewItem_tags {
    gap: min(calc(10 / 1100 * 100vw), 10px);
  }

  #oc .p-crewItem_tags > li {
    font-size: calc(20 / 750 * 100vw);
    padding: 0.3em 0.7em;
  }
}

/* grid表示時 */
#oc .p-crew.is-grid-view .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: min(calc(40 / 1100 * 100vw), 40px) 0;
  transform: none !important;
}

#oc .p-crew.is-grid-view .swiper-slide {
  width: auto !important;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  #oc .p-crew.is-grid-view .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(40 / 750 * 100vw) 0;
  }
}

#oc .p-crew_toggle {
  margin: min(calc(60 / 1100 * 100vw), 60px) auto 0 auto;
}

@media (min-width: 768px) {
  #oc .p-crew:not(:has(.swiper-slide:nth-of-type(6))) .p-crew_toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  #oc .p-crew_toggle {
    margin: calc(60 / 750 * 100%) auto 0 auto;
  }

  #oc .p-crew:not(:has(.swiper-slide:nth-of-type(3))) .p-crew_toggle {
    display: none;
  }
}

/* Slider/crew
  =========================================================================================== */
#oc .p-crew .p-slider_constrols {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: min(calc(80 / 1100 * 100vw), 80px) 0 0 0;
  position: relative;
  z-index: 1;
}

#oc .p-crew.is-grid-view .p-slider_constrols {
  display: none;
}

#oc .p-crew .p-slider_constrols_pagination-bullets {
  order: 2;
  width: auto;
  margin: 0 min(calc(40 / 1100 * 100vw), 40px);
}

#oc .p-crew .p-slider_constrols_btn-prev {
  order: 1;
}

#oc .p-crew .p-slider_constrols_btn-next {
  order: 3;
}

@media screen and (max-width: 767px) {
  #oc .p-crew .p-slider_constrols {
    width: calc(650 / 750 * 100%);
    margin: calc(60 / 750 * 100%) auto 0 auto;
  }

  #oc .p-crew .p-slider_constrols_pagination-bullets {
    margin: 0 calc(20 / 750 * 100vw);
  }
}
