@charset "UTF-8";

/* ============================================ */
/* reset */
*,::before,::after {
  border-style: solid;
  border-width: 0;
}
#fp-l *, #fp-l ::before, #fp-l ::after,
.mainV * {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#fp-l p,#fp-l iframe,#fp-l dl {margin: 0;}
h1,#fp-l h2,#fp-l h3,#fp-l h4,#fp-l h5,#fp-l h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#fp-l ul,#fp-l ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#fp-l a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
small {font-size: 80%;}
#fp-l svg,#fp-l img,#fp-l iframe {vertical-align: bottom;}
#fp-l .frbox250 {
    display: block;
    float: right;
    max-width: 300px;
    margin: 0 0 10px 10px;
}
/* ============================================ */


/* == ベース ========================================== */

/* ↓ フォント-----------------------*/
@font-face {
    font-family: MPLUS1p;
    src: url('../fonts/MPLUS1p-Bold.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: MPLUS1p;
    src: url('../fonts/MPLUS1p-Black.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: Rajdhani;
    src: url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: Rajdhani;
    src: url('../fonts/Rajdhani-Bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ↑ フォント-----------------------*/

.pc {display: block;}
.sp {display: block;}
.cx_smartphoneview .pc {display: none;}
.cx_displaydevice .sp {display: none;}

#fp-wrap {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    background: url("../img/bg01.png") repeat ,#000;
}
.cx_smartphoneview #fp-wrap {
    font-size: 26px;
}

#fp-l {
    margin-bottom: 60px;
}

#fp-l a, #fp-l a:link, #fp-l a:visited, #fp-l a:hover, #fp-l a:active {
    color:#0059FF;
    text-decoration: none;
}
#fp-l p:not(:first-of-type) {
    margin-top: 20px;
}
#fp-wrap img, #fp-l img {
    vertical-align: bottom;
}
#fp-l img {
    max-width: 100%;
}

/* == メインビジュアル ========================================== */
.mainV {
    position: relative;
    width: 100%;
    /*height: 400px;*/
    text-align: center;
    background: #fff;
    /*文字上下中央*/
    display:flex;
    justify-content: center;
    align-items: center;
}
.mainV::before,
.mainV::after {
    content: "";
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
}
.mainV::before {
    left: 0;
    background: url("../img/bg02_l.png") repeat right top;
}
.mainV::after {
    right: 0;
    background: url("../img/bg02_r.png") repeat left top;
}
.mainV .mainV_5s {
    z-index: 20;
}
.mainV .mainV_5s img {
    max-width: 100%
}

.mainV .mainV_logo {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 30;
}
.mainV .mainV_logo img {
    width: 382px;
    height: auto;
}
.cx_displaydevice .mainV .mainV_logo img {
    width: 720px;
}

.mainV .mainV_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 5;
}
.cx_displaydevice .mainV .mainV_bg {
    width: 1200px;
}
.mainV .mainV_bg img {
    max-width: 100%
}
/* == お知らせ ========================================== */
.notice {
    width: 1000px;
    margin: 40px auto 0;
    padding: 0 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.notice p {
    color: #fff;
}
.cx_smartphoneview .notice {
    width: 610px;
}

/* == リード文 ========================================== */
.lead,.lead p {
    text-align: center;
}
.lead img {
    display: inline-block;
    max-width: 100%;
}
.cx_displaydevice .lead p:nth-of-type(2) {
    margin-top: -20px;
}
.cx_smartphoneview .lead p:nth-of-type(2) {
    margin-top: -40px;
}

/* == ナビ ========================================== */
.mainNav {
    margin: 40px auto;
}
.mainNav ul {
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.cx_displaydevice .mainNav ul {
    width: 1000px;
}
.mainNav ul li {
    width: auto;
}
.mainNav ul li:not(:first-of-type) {
    margin-left: 8px;
}
.mainNav ul li a {
    display: block;
}
.mainNav ul li img {
    max-width: 100%;
}

/*SP（2列）*/
.cx_smartphoneview .mainNav {
    margin-left: 15px;
    margin-right: 15px;
}
.cx_smartphoneview .mainNav ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
.cx_smartphoneview .mainNav ul li {
    margin-left: 8px;
}
.cx_smartphoneview .mainNav ul li:nth-of-type(2n+1) {
    margin-left: 0;
}
.cx_smartphoneview .mainNav ul li:nth-of-type(n+3) {
    margin-top: 10px;
}
.cx_displaydevice .mainNav ul li a:hover {
    opacity: 0.5;
}

/* == 左エリア コンテンツベース ========================================== */
#fp-l .contentsWrap:first-of-type {
    margin-top: 20px;
}
#fp-l .contentsWrap:not(:first-of-type) {
    margin-top: 70px;
}
#fp-l .contentsWrap h2 {
    position: relative;
    margin: 0;
    font-weight: bold;
    z-index: 10;
}
#fp-l .contentsWrap h2 img {
    position: relative;
    left: -24px;
    width: 664px;
    max-width: none;
}
#fp-l .inner {
    position: relative;
    margin-top: -36px;
    padding: 70px 20px 30px;
    background-color: rgba(255,255,255,.7);
    z-index: 1;
}
/*inner 色*/
#fp-l #oaInfo .inner {background-color: rgba(167,0,0,.7);}
#fp-l #member .inner {background-color: rgba(0,135,6,.7);}
#fp-l #history .inner {background-color: rgba(0,4,177,.7);}
#fp-l #backnumber .inner {background-color: rgba(140,0,205,.7);}
/*#fp-l .inner {background-color: rgba(255,120,0,.7);}*/


/* == FOD ========================================== */

.bnr-fod{
    width: 1000px;
    margin: auto;
    text-align: center;
    padding: 0;
}
.bnr-fod li{
    display: inline-block;
}
.cx_smartphoneview .bnr-fod{
    width: 100%;
    margin: auto;
}


/* == 放送内容 ========================================== */

/* 放送日時 --------*/
.subTtl{
    font-size: 34px;
    font-weight: bold;
    font-family: MPLUS1p;
    padding: 0 10px;
}

.oaDate {
    padding: .24em 10px .26em;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-family: MPLUS1p;
    text-align: center;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 1), 1px 0px 0px rgba(0, 0, 0, 1), -1px 0px 0px rgba(0, 0, 0, 1), -1px -1px 0px rgba(0, 0, 0, 1), 1px -1px 0px rgba(0, 0, 0, 1), 1px 1px 0px rgba(0, 0, 0, 1), -1px 1px 0px rgba(0, 0, 0, 1), -1px 4px 0px rgba(0, 0, 0, 1), 0px 4px 0px rgba(0, 0, 0, 1);
    line-height: 1;
    /*letter-spacing: .05em;*/
    border: 2px solid #ff8600;
    border-radius: 6px;
    box-shadow: 0 4px 0 #000;
    background: url("../img/bg03.png") repeat, #ffa200;
    margin-top: 0px !important;
}
.oaDate span {
    font-size: 160%;
    font-family: Rajdhani;
    vertical-align: middle;
}
.oaTxt {
    padding-left: 10px;
    padding-right: 10px;
}

/*動画*/
.movie {
    margin-top: 20px;
}

.oaImage {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.oaImage img {
  width: 290px;
  height: auto;
}
.oaImage_2{
    margin-top: 26px;
    border: 1px solid #7e7e7e;
}

/*バナー*/
#fp-l .bn_list {
    margin-top: 30px;
}
.bn_list li {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.bn_list li + li {
    margin-top: 10px;
}
.cx_displaydevice .bn_list li a:hover img {
    opacity: 0.5;
}

.bn_list .bnBorder {
    border: 1.5px solid #fff !important;
}
#fp-l .btn_tw a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    background-color: #1da1f2;
    border-radius: 6px;
}
.cx_displaydevice #fp-l .btn_tw a:hover {
    background-color: #43B7FF;
}

#fp-l .bn_list .Twitter_btn_wrap{
    background: rgb(255 255 255 / 80%);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.bn_list li.Txt{
    background-color: transparent !important;
}

#fp-l .bnr{
    margin-top: 70px;
    text-align: center;
}


/* == コムドットって？ ========================================== */

/*グループ紹介*/
.about {
    margin: 0 -20px;
}
.about .photo img {
    width: 100%;
}
#fp-l .about .intro {
    margin-top: 20px;
    font-size: 28px;
    text-align: center;
}
.cx_displaydevice #fp-l .about .intro {
    font-size: 20px;
}

/* ↓ SNS-----------------------*/
#fp-l .snsList {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 30px;
}
#fp-l .snsList li {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.cx_smartphoneview #fp-l .snsList li {
    border-radius: 18px;
}
#fp-l .snsList li:not(:first-of-type) {
    margin-left: 30px;
}
.cx_smartphoneview #fp-l .snsList li:not(:first-of-type) {
    margin-left: 40px;
}
#fp-l .snsList li a {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #212121;
    /*文字上下中央*/
    display:flex;
    justify-content: center;
    align-items: center;
}
.cx_smartphoneview #fp-l .snsList li a {
    width: 80px;
    height: 80px;
}
.cx_displaydevice #fp-l .snsList li a:hover {
    opacity: 0.7;
}

/*YouTube*/
#fp-l .snsList .yt a {
    padding: 16px;
    background-color: #ff0000;
}
.cx_displaydevice #fp-l .snsList .yt a { padding: 12px;}

/*Twitter*/
#fp-l .snsList .tw a {
    padding: 16px;
    background-color: #000000;
}
.cx_displaydevice #fp-l .snsList .tw a { padding: 12px;}

/*LINE*/
#fp-l .snsList .line a {
    padding: 16px;
    background-color: #06c755;
}
.cx_displaydevice #fp-l .snsList .line a { padding: 11px;}

/*Instagram*/
#fp-l .snsList .insta a {
    padding: 20px;
    background-color: #e9159c;
}
.cx_displaydevice #fp-l .snsList .insta a { padding: 14px;}

/*TikTok*/
#fp-l .snsList .tiktok a {
    padding: 20px;
    background-color: #000;
}
.cx_displaydevice #fp-l .snsList .tiktok a { padding: 16px;}

/*facebook*/
#fp-l .snsList .fb a {
    padding: 16px;
    background-color: #1877f2;
}
.cx_displaydevice #fp-l .snsList .fb a { padding: 12px;}


/* ↑ SNS-----------------------*/


/* ↓ アコーディオン-----------------------*/
#fp-l .memberList {
    margin: 0 -20px;
}
#fp-l .ac-wrap .ac-item:not(:first-of-type) {
    margin: 10px auto 0;
}
#fp-l .ac-wrap .ac-item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    overflow: hidden;
    box-shadow: 0 4px 0 #141414;
    z-index: 0;
    cursor: pointer;
}
/*ホバー*/
.cx_displaydevice #fp-l .ac-wrap .ac-item img {
    transition-duration: .5s;
}
.cx_displaydevice #fp-l .ac-wrap .ac-item:hover .member_photo img {
    transform: scale(1.05);
}
.cx_displaydevice #fp-l .ac-wrap .ac-item:hover .member_name img {
    transform-origin: 0 center;
    transform: scale(1.05);
}
/*.cx_displaydevice #fp-l .ac-wrap .ac-item.open:hover .member_photo img {
    transform: scale(1);
}*/

/*閉じた状態*/
#fp-l .ac-wrap .ac-item {
    max-height: 180px;
    transition: all .5s;
}
#fp-l .ac-wrap .ac-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 70px;
    height: 58px;
    background: url("../img/member_ic_01.png") no-repeat left top / contain;
    z-index: 10;
}
/*開いた状態*/
#fp-l .ac-wrap .ac-item.open {
    max-height: 2000px;
    transition: all .5s;
}
#fp-l .ac-wrap .ac-item.open::before {
    background: url("../img/member_ic_02.png") no-repeat left top / contain;
}


.member_name {
    position: relative;
    z-index: 6;
}
.member_photo {
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    z-index: 5;
}
.member_info {
    position: relative;
    left: -10px;
    width: 372px;
    margin-top: 15px;
    padding: 20px;
    border-top: 2px solid;
    color: #000;
    line-height: 1.8;
    z-index: 1;
}

#fp-l .member_info .snsList {
    justify-content: left;
    margin: 20px 0 0;
}

/*↓やまと------------------------*/
/*写真位置*/
.yamato .member_photo {
    right: -50px;
    top: -20px;
}
.yamato.open .member_photo {
    right: -100px;
    top: 10px;
    border-bottom: 2px solid #ff0000;
}
/*背景画像・色*/
#fp-l .ac-wrap .ac-item.yamato {
    background: url("../img/member_bg_01.png") no-repeat center top / 100% auto, #fff;
}
.yamato .member_info {
    border-color: #ff0000;
}
/*↑やまと------------------------*/

/*↓ゆうた------------------------*/
/*写真位置*/
.yuta .member_photo {
    right: 10px;
    top: -20px;
}
.yuta.open .member_photo {
    right: -55px;
    top: 10px;
    border-bottom: 2px solid #349300;
}
/*背景画像・色*/
#fp-l .ac-wrap .ac-item.yuta {
    background: url("../img/member_bg_02.png") no-repeat center top / 100% auto, #fff;
}
.yuta .member_info {
    border-color: #349300;
}
/*↑ゆうた------------------------*/

/*↓うらた------------------------*/
/*写真位置*/
.urata .member_photo {
    right: -60px;
    top: -20px;
}
.urata.open .member_photo {
    right: -70px;
    top: 10px;
    border-bottom: 2px solid #0006e8;
}
/*背景画像・色*/
#fp-l .ac-wrap .ac-item.urata {
    background: url("../img/member_bg_03.png") no-repeat center top / 100% auto, #fff;
}
.urata .member_info {
    border-color: #0006e8;
}
/*↑うらた------------------------*/

/*↓ひゅうが------------------------*/
/*写真位置*/
.hyuga .member_photo {
    right: 0;
    top: -20px;
}
.hyuga.open .member_photo {
    right: 15px;
    top: 2px;
    border-bottom: 2px solid #9f00d4;
}
/*背景画像・色*/
#fp-l .ac-wrap .ac-item.hyuga {
    background: url("../img/member_bg_04.png") no-repeat center top / 100% auto, #fff;
}
.hyuga .member_info {
    border-color: #9f00d4;
}
/*↑ひゅうが------------------------*/

/*↓あむぎり------------------------*/
/*写真位置*/
.amugiri .member_photo {
    right: -60px;
    top: -20px;
}
.amugiri.open .member_photo {
    right: -110px;
    top: 10px;
    border-bottom: 2px solid #ec7001;
}
/*背景画像・色*/
#fp-l .ac-wrap .ac-item.amugiri {
    background: url("../img/member_bg_05.png") no-repeat center top / 100% auto, #fff;
}
.amugiri .member_info {
    border-color: #ec7001;
}
/*↑あむぎり------------------------*/


/* ↑ アコーディオン-----------------------*/



/* == コムドットの歩み ========================================== */
#fp-l #history .inner {
    padding-left:0;
    padding-right:0;
    padding-bottom: 40px;
}

/*スライダー*/
.slider_history {
    position: relative;
}
.slider_history ul {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.slider_history ul li {
    width: 414px;
    flex-shrink: 0;
}
.slider_history ul li:not(:first-of-type) {
    margin-left: 10px;
}
.slider_history .arrow {
    display: none;
}

.cx_displaydevice .slider_history ul li {
    width: 520px;
}
.cx_displaydevice .slider_history ul li:not(:first-of-type) {
    display: none;
}
.cx_displaydevice .slider_history .arrow {
    display: flex;
    justify-content: space-between;
    padding: 0 22px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0 ,-50%);
}

/* == バックナンバー（TOP） ========================================== */

#fp-l .backnumberList li {
    display: block;
    background-color: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 4px 0 #bd2fff;
    overflow: hidden;
}
#fp-l .backnumberList li:not(:first-of-type) {
    margin-top: 10px;
}
#fp-l .backnumberList li a {
    display: flex;
    padding: 10px 16px 10px 10px;
}
.cx_displaydevice #fp-l .backnumberList li a:hover {
    background-color: #ecd2f8;
}

#fp-l .backnumberList li .thumb {
    width: 234px;
    flex-shrink: 0;
}
.cx_displaydevice #fp-l .backnumberList li .thumb {
    width: 200px;
    flex-shrink: 0;
}

#fp-l .backnumberList li .title {
    width: 100%;
    margin-left: 14px;
    color: #000;
}

#fp-l .backnumberList li .title .bk_oaDate {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
    text-align: right;
    font-size: 90%;
}
#fp-l .backnumberList li .title .bk_oaDate dt {
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    line-height: 1;
    border-radius: 6px;
    background-color: #676767;
}
#fp-l .backnumberList li .title .bk_oaDate dd {
    text-align: right;
}
#fp-l .backnumberList li .title .bk_tx {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.cx_displaydevice #fp-l .backnumberList li .title .bk_tx {
    font-size: 20px;
}


/* == バックナンバー（各話） ========================================== */
/*ヘッダー*/
.com_nani.bk #hdr a {
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    padding: 20px 26px;
    border: 2px solid #e4e4e4;
    border-radius: 26px;
    transition: all 0.5s;
}
.cx_smartphoneview .com_nani.bk #hdr a {
    margin: 30px 20px;
}
.com_nani.bk #hdr a *:not(:first-of-type) {
    margin-left: 46px;
}
.cx_displaydevice .com_nani.bk #hdr a:hover {
    background-color: rgba(68,68,68,0.50);
}

/*記事内*/
.com_nani.bk #fp-l .mainArea {
    padding: 20px;
    color: #000;
    border-radius: 10px;
    background-color: #fbfbfb;
    box-shadow: 0 4px 0 #bd2fff;
    overflow: hidden;
}
.cx_displaydevice .com_nani.bk #fp-l .mainArea {
    font-size: 17px;
}

.com_nani.bk #fp-l .mainArea .bk_oaDate {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    text-align: right;
    font-size: 90%;
}
.com_nani.bk #fp-l .mainArea .bk_oaDate dt {
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    font-weight: bold;
    font-size: 140%;
    line-height: 1;
    border-radius: 6px;
    background-color: #8800c9;
}
.com_nani.bk #fp-l .mainArea .bk_oaDate dd {
    text-align: right;
}

.com_nani.bk #fp-l .mainArea h3 {
    margin: 10px auto 20px;
    padding-bottom: .5rem;
    border-bottom: 4px solid #9400da;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
}
.com_nani.bk #fp-l .mainArea p {
    margin-top: 14px;
    line-height: 1.8;
}

.com_nani.bk #fp-l .mainArea .ph-waku {
    margin-top: 26px;
    border: 1px solid #7e7e7e;
}

.com_nani.bk #fp-l .backnumberList {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #a5a5a5;
}

.com_nani.bk #fp-l .bn_list {
    margin-top: 60px;
}
.com_nani.bk #fp-l .bn_list li {
    border: 1px solid #A7A7A7;
}

.com_nani.bk #fp-l .snsWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.com_nani.bk #fp-l .snsWrap .snsList {
    margin: 0;
}
.com_nani.bk #fp-l .snsWrap .tx {
    width: 120px;
    margin-top: 0;
    margin-right: 40px;
    padding: 10px;
    position: relative;
    border: 1px solid #c9c2c2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    overflow: visible;
}
.com_nani.bk #fp-l .snsWrap .tx .arrow {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: -25px;
    height: 100%;
    width: 25px;
}
.com_nani.bk #fp-l .snsWrap .tx .arrow span {
display: block;
    background: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 11px;
    left: -11px;
    border-right: 1px solid #c9c2c2;
    border-bottom: 1px solid #c9c2c2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);}




/*========================================================*/
/* fp-ohp-customcss */
#fp-bhp.fpbhp-pc .contblock{
	background-color:rgba(255, 255, 255, 0.75);
	border-color:#f3f3f3;
}
#fp-bhp.fpbhp-pc .contblock h2{
	color:#444444;
	background-color:#f3f3f3;
	border-color:#000000;
}
#fp-bhp.fpbhp-pc .contblocktext01{
	color:#444444;
}
#fp-bhp.fpbhp-pc .contblocktext02,
#fp-bhp.fpbhp-pc #fp-bhp-msg p.txt,
#fp-bhp.fpbhp-pc #twitterDetail *{
	color:#444444!important;
}
#fp-bhp.fpbhp-pc .contblocklink,
#fp-bhp.fpbhp-pc #twitterDetail p.txt a{
	color:#0000ff!important;
}
#fp-bhp.fpbhp-pc #fp-bhp-infoNav .banner5linktext{
	color:#444444;
}
#fp-bhp.fpbhp-pc #fp-bhp-infomain .nextoatxt{
	color:#444444;
}
#fp-bhp.fpbhp-pc #fp-bhp-infomain h3 span{
	background-color:#666666;
}
