@charset "utf-8";

/*** ▼cms common style▼ ***/
.cmsUnit,
.cmsUnit *{
  box-sizing: border-box;
}
.cmsUnit{
  margin-bottom: 20px;
}
.cmsUnit img{
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
/*** ▼掲示板▼ ***/
.cmsUnitBoard{
  padding-block: 20px;
}
/*** ▼ウェルカムボード▼ ***/
.cmsUnitWelcome{
  margin-bottom: 15px;
}
.cmsBlock{
  position: relative;
  width: 100%;
  max-width: 100%;
}
.cmsBlock + .cmsBlock{
  margin-top: 20px;
}
.cmsNone{
  display: none;
}
.cmsBlockInner + .cmsBlockInner{
  margin-top: 20px;
}
.cmsBnr > a{
  display: flex;
}
.cmsBnr > a:hover{
  opacity: .7;
}
.cmsBnr + .cmsBnr{
  margin-top: 20px;
}
.cmsBlockHeader{
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  background-color: #c9c9c9; /* 見出し背景色 */
  padding: 8px 0 6px 15px;
}
.cmsBlockHeader:has(.cmsTitle_border){
  border: 1px solid #c9c9c9;
  border-bottom:2px solid #c9c9c9; /* 見出し下線色 */
  background: #fff; /* 見出し背景色 */
}
.cmsBlockHeader:has(.cmsTitle_img){
  background-color: initial;
  padding: 0;
}
.cmsTitle{
  color: #333; /* 見出し文字色 */
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  position: relative;
}
.cmsTitle_img a{
  text-decoration: none;
}
.cmsTitle_img a:hover{
  opacity: .7;
}
.cmsTitle_iconTarget,
.cmsTitle_iconTarget_white{
  display: flex;
  align-items: center;
  gap: 5px;
}
.cmsTitle_iconTarget::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background-image: url(https://www.beach.jp/images/ja_JP/common/icon/cms_icon_target.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cmsTitle_iconTarget_white::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background-image: url(https://www.beach.jp/images/ja_JP/common/icon/cms_icon_target_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cmsSubTitle{
  color: #333;
  padding: 8px 0px;
  border-bottom: 2px solid #b5f5ea;
  font-size: 13px;
  font-weight: bold;
}
.cmsBlockBody,
.rssBlock{
  padding: 15px;
  border: 1px solid #c9c9c9;
  border-top:0px none;
  border-radius: 0 0 6px 6px;
}
.cmsArrow{
  /* fontsizeで大きさ調整 */
  font-size: 12px;
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cccccc;
  border-radius: 50%;
  position: relative;
}
.cmsArrow::after {
  content: '';
  position: absolute;
  left:calc(1em / 3);
  width: 0;
  height: 0;
  border: solid calc(1em / 4) transparent;
  border-left: solid calc(1em / 2) #fff;
}

/*** ▽バナー下部注釈 ▽ ***/
.cmsTxtNotes {
  margin-left: 1em;
  padding-top: 5px;
  font-size: 84%;
  line-height: 1.2;
  color: #666;
  font-weight: normal;
}
.cmsTxtNotes li {
  text-indent: -1em;
}

/*** ▼コミュニティをはじめた理由▼ ***/
.cmsWhyBtn a{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  border: 3px solid #c9c9c9;  /* はじめた理由枠線色 */
  color: #c9c9c9; /* はじめた理由文字色 */
  background-color: #fff;
  font-size: 16px;
  border-radius: 6px;
  font-weight: bold;
}
.cmsWhyBtn a::before{
  display: block;
  box-sizing: border-box;
  content: "";
  background: url(https://www.beach.jp/images/ja_JP/common/icon/cms_icon_why_btn.png) no-repeat center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: contain;
  background-color: #c9c9c9; /* はじめた理由アイコン背景色 */
}
.cmsWhyBtn a:hover{
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}
/*** 関連サイト ***/
.cmsRelatedLink_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
/*** ▼コミュニティからのお知らせ▼ ***/
.cmsBlockBody:has(.cmsComInfo_list){
  padding:0 15px;
}
.cmsComInfo_list{
  display: flex;
  flex-direction: column;
}
.cmsComInfo_list li{
  font-weight: bold;
  font-size: 15px;
  padding-block: 15px;

}
.cmsComInfo_list > li + li{
  border-top: 1px solid #e4e4e4;
}


/*** ▼RSS style▼ ***/
.rssItem {
  display: none;
}
.rssItem.complete {
  display: block;
}
.rssItem + .rssItem{
  border-top: #e5e5e5 1px solid;
  padding-top: 15px;
  margin-top: 15px;
}
.rssLayout {
  display: flex;
  gap: 15px;
}
.rssArticles {
  flex: 1;
  order: 1;
  position: relative;
}
.rssTitle {
  font-size: 116%;
  font-weight: bold;
  margin-bottom: 5px;
}
.rssTitle.rssTitleHight {
  overflow: hidden;
}
.rssDescription {
  margin-bottom: 10px;
}
.rssIcon {
  padding-left: 25px;
}
.rssIcon::before {
  background: url(https://placehold.jp/16x16.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}
.rssThumb{
  border: #ccc 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
}
.rssResizeImg70{
  width: 70px;
  height: 70px;
}
.rssResizeImg130{
  width: 130px;
  height: 130px;
}
.rssContents{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rssNew {
  display: none;
}
.rssNew[data-isnew="true"]{
  display: block;
}
.rssNew::before {
  background-color: #eb6304;
  color: #fff;
  border-radius: 999px;
  content: 'NEW';
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  padding: 4px 7px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
}
.rssContentsMeta{
  display: flex;
  justify-content: center;
  align-items: center;
}
.rssContentsMeta p {
  color: #999;
  font-size: 93%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rssContentsMeta p::after {
  content: "";
  width: 1px;
  height: 1em;
  margin:0 10px;
  background-color: #999;
}
.rssContentsMeta p:last-child::after {
  content: none;
  padding: 0;
}
.cmsRssSpeech,
.cmsRssClap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: fit-content;
}
.cmsRssSpeech::before,
.cmsRssClap::before {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
}
.cmsRssSpeech::before {
  background: url(https://www.beach.jp/images/ja_JP/common/icon/ico_sprite.png) no-repeat 0 0;
  background-position: -20px -51px;
}
.cmsRssClap::before {
  background: url(https://www.beach.jp/images/ja_JP/common/icon/ico_sprite.png) no-repeat 0 0;
  background-position: -40px -51px;
}

/*** ▼トピック立てエリア▼ ***/
.cmsPostTopicBtn {
  background: #eaeaea;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
}
.cmsPostTopicBtn + .cmsRss{
  margin-top: 20px;
}
.cmsPostTopicBtn p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  height: 50px;
  padding-inline: 20px;
  color: #333;
  background: #fff;
  border-radius: 999px;
  margin: 10px auto 20px;
  line-height: 1.2;
  text-align: left;
}
.cmsPostTopicBtn p span {
  max-width: 300px;
}
.cmsPostTopicBtn p::before {
  flex-shrink: 0;
  content: "";
  display: flex;
  width: 60px;
  height: 60px;
  transform: translate(0px, -5px);
  background-image: url(https://www.beach.jp/images/ja_JP/common/icon/cms_icon_usertopic_owner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cmsPostTopicBtn p::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cmsPostTopicBtn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(244, 150, 12);
  border-radius: 6px;
  background-image: linear-gradient( 0deg, rgb(244,150,11) 0%, rgb(251,172,56) 100%);
  color: #fff;
}
.cmsPostTopicBtn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* 毎日コメント募集中 cmsCircleTheme */
.cmsRss + .cmsCircleTheme{
  margin-top: 15px;
  padding-top: 10px;
  border-top:1px solid #e5e5e5
}
.cmsCircleTheme ul{
  padding: 15px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cmsCircleTheme ul li {
  position: relative;
  font-size: 16px;
  border-radius: 6px;
  background-color: #c9c9c9; /* ボタン背景色 */
}
.cmsCircleTheme ul li a {
  display: flex;
  align-items: center;
  color: #333; /* ボタン文字色 */
  padding: 14px 35px 14px 15px;
}
.cmsCircleTheme ul li a:hover{
  opacity: 0.7;
  text-decoration: none;
}
.cmsCircleTheme ul li a::after{
  box-sizing: border-box;
  position: absolute;
  content: '';
  right: 15px;
  width: 6px;
  height: 6px;
  border: 5px solid transparent;
  border-left: 6px solid #333;  /* ボタン矢印色 */
}