/*
Theme Name: marigold_original
Template: arkhe
*/

/* ----------
  COMMON
-------------- */
* { box-sizing: border-box;}

body {
    font-family: "Noto Sans JP", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.05em;
    font-size: 90%;
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    text-align: justify;
    line-height: 1.7;
}

img {width: 100%;vertical-align: bottom;}
.grecaptcha-badge { visibility: hidden; }
.pc_view {}
.sp_view { display: none !important;}


a {
    color: #ed6e9f;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover,.c-gnav__li>.c-gnav__a:hover {color: #fea700;}
.l-header__right nav .sub-menu li { margin-right: 0px !important; }
.c-gnav .sub-menu {
    display: block;
    background: #b64368;
    border-radius: 10px;
}
.c-gnav__depth1:before {
    background-color: #b64368;
    bottom: 100%;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 60%);
    clip-path: polygon(0 100%, 100% 100%, 50% 60%);
    content: "";
    height: 1.2em;
    left: calc(50% - .5em);
    position: absolute;
    width: 1em;
    z-index: 59;
    top: -16px;
}

.l-header__right {margin-right: 20px;}

@media (max-width: 431px) {
    .pc_view {display: none !important;}
    .sp_view {display: inherit !important;}
}

h2 {
    font-size: 2em;
    letter-spacing: 0.1em;
}

/* h2：背景ライン＋下線 */
.c-postContent h2 {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  font-style: normal;
}

.c-pageTitle__main {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 0.4em;
  margin-bottom: 0px;
}

.c-postContent h2::after,
.c-pageTitle__main::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-image: linear-gradient(135deg, #ece32e 35%, #ec8b6b 100%);
    border-radius: 2px;
}

.p-topArea__title .c-pageTitle__main::after {background-image: none; }
.p-entry__thumb { margin-bottom: 30px;}

.c-postContent h3 {
    font-size: 1.4rem;
    padding: 0.4em 0.8em;
    border-left: 5px solid #f6c109;
    background: #fff2c0;
    border-radius: 4px;
}

.c-postContent h4 {
    font-size: 1.1rem;
    border-bottom: 3px solid #e4c645;
    display: inline-block;
    padding-bottom: 0.2em;
    font-weight: bold;
}




/* ----------------------
   ALL
-------------------------*/
.l-content__body {margin: 0 auto;}
.l-header__center {padding: 0;}
.l-header {transition: opacity 0.25s ease;}
.l-header__body { background: #ffffff00; background-image: url();transition: opacity 0.25s ease;}
[data-scrolled=true] .l-header[data-pcfix="1"] {
    /*background-image: url(/rdm/img/bg_gnav.jpg);*/
    background-color: #fff;
    background-position: 0 100%;
}

/*--------- gnav ----------*/
.l-header__right nav {
    height: 55px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 0 0 0 30px;
    color: #000;
    margin: 0 0 0 10px;
}

.l-header__right nav h1 { width: 20%;}
.l-header__right nav h1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.l-header__right nav ul {
    width: 78%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    list-style: none;
}

.l-header__right nav ul li {
    margin-right: 15px;
    line-height: 68px;
}

.l-header__right nav ul li:last-child{ margin-right: 0;}


/*Gnav調整*/
#header .l-header__body {
    width: 100% !important;
    max-width: 100% !important;
}

#header .l-container {
    padding-right: 0;
    padding: 8px 10px 8px 20px;
}


@media screen and (max-width: 959px) {
    .p-drawer__nav div,
    .sp_bottom_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .p-drawer__nav div a,
    .sp_bottom_menu a {display: block; width: 33.3333333%;}
}

/*ドロワー*/
[data-drawer-move=fade][data-drawer=opened] .l-header__drawerBtn,
.l-header__drawerBtn { color: #d05c00;}
.p-drawer {
    background: #ffffff;
    color: #d05c00;
    font-weight: bold;
}


/* ----------------------
   TEXT STYLE
-------------------------*/
.acc_mark {
    background: #ed6d00;
    padding: 4px 26px;
    color: white;
    line-height: 2em;
}

.acc_orange {color: #ea6c00;}
.acc_blue {color: #4a8bc2;}
.acc_mark_o {  background: linear-gradient(transparent 51%, #ffeac0 30%);}
.tC {text-align: center;}



/* ----------------------
   Key
-------------------------*/
#key {
    overflow-x: hidden;
    margin: 0 calc(50% - 50vw);
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 500px !important;
  height: 500px !important;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img{
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
div#n2-ss-2 .n2-style-8d1a9ef1cef508c8f3228ae323a11c0d-heading {padding: 10px !important;}
div#n2-ss-2 .n2-font-7268354eff4232f3956c436d8d605338-hover { font-size: 100% !important;}

    
}





/* -----------------------------
   News
--------------------------------*/
#news {
    background: linear-gradient(150deg, #fffcdd, #ffedcc);
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
}

#news h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 100%;
}

#news h2 span {
    background: linear-gradient(150deg, #ffa800 0%, #f6c309 50%, #e76108 56%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 320%;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}


/* カテゴリー一覧横並び */
.cat_link {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 50px;
    padding: 10px 45px;
    box-shadow: 0 0 6px #ababab;
    justify-content: center;
    width: 92%;
}

.cat_link a {
    color: #000;
    padding: 0 6px;
}
.cat_link a:hover { color: #fea700; }

.cat_link a + a::before {
  content: "｜";
  margin: 0 .2em;
}



/* お知らせ一覧 */
.news-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-card article {
    width: 32%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 6px #ababab;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
}

.news-card article a:hover { opacity: 0.7;}

.news-card article img {
    border-radius: 15px 15px 0 0;
    height: auto;
    aspect-ratio: 11/ 6;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.news-card article time,
.news-card article h3,
.post-categories a{
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #000;
    font-size: 90%;
}

.news-card article time { display:block; font-weight: normal !important;}

.news-card article h3 {
    font-weight: 700;
    font-size: 110%;
    margin: 7px auto;
    display: block;
    line-height: 1.3;
}
.post-categories { padding:0 10px;}
.post-categories a {
    font-weight: normal !important;
    color: #a7a7a7 !important;
	display: inline;
}


@media screen and (max-width: 959px) {
.news-card article {
    width: 47%;
    border-radius: 8px;
}
.news-card article img {border-radius: 8px 8px 0 0;} 
.news-card article h3 {
    font-weight: 700;
    font-size: 105%;
    margin: 7px auto;
    display: block;
    line-height: 1.3;
}
.post-categories {
    padding: 0 10px;
    font-size: 80%;
}
.cat_link {
    display: flex;
    max-width: 100%;
    border-radius: 8px;
    padding: 10px 20px;
    justify-content: center;
    width: 92%;
    flex-direction: row;
    flex-wrap: wrap;
}
    
}


/* -----------------------------
   schedule
--------------------------------*/
#schedule {
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
}

#schedule h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 100%;
}
#schedule h2 span {
    background: linear-gradient(150deg, #ffa800 0%, #f6c309 50%, #e76108 56%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 320%;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}


/* 大会日程一覧 */
.event-card {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.event-card article {
    width: 30%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #c7c7c7;
    padding: 0 0 20px 0;
    margin-right: 5%;
    margin-bottom: 50px;
}

.event-card article:nth-child(3n) { margin-right: 0;}
.event-card article img { border-radius: 20px 20px 0 0;}
.event-card .thumb img { aspect-ratio: 19/11; object-fit: cover;}
.event-card .thumb img:hover { opacity: 0.7; transition : 0.3s;}
    
.event-card article time,
.event-card article h3{
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #000;
    font-size: 90%;
}

.event-card article h3 {
    font-weight: 700;
    font-size: 130%;
    margin: 7px auto;
}

.event-date {
    width: 85%;
    margin: 11px auto 6px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 160%;
    line-height: 1;
}

.event-month,
.event-day{ font-size: 140%;}

.event-wday {}
.event-wday_sat { color: #3970DD;}
.event-wday_sun { color: #C01215;}

.event-series {
    width: 85%;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    line-height: 1.3;
    padding-bottom: 11px;
    letter-spacing: 0.03em;
}

.event-venue {
    width: 85%;
    margin: 0 auto 20px;
    background: url(/marigo/img/icon_mappin.png) no-repeat 0 3px;
    padding: 3px 4px 3px 20px;
    line-height: 1.3;
    background-size: auto;
}


/* 詳細ボタンたち */
.ticket_btn {
    background: url(/marigo/img/icon_ticket.png), linear-gradient(150deg, #ffa800, #f6c309);
    background-repeat: no-repeat;
    color: #fff;
    padding: 10px 10px 10px 35px;
    border-radius: 50px;
    text-align: center;
    display: block;
    width: 80%;
    margin: 6px auto;
    background-position: 11px 50%, 0 0;
    background-size: 43px, auto;
}

.ticket_btn:hover {
    color: #fff;
    background: url(/marigo/img/icon_ticket.png), linear-gradient(150deg, #f6c309, #df9300);
    background-repeat: no-repeat;
    background-position: 11px 50%, 0 0;
    background-size: 43px, auto;
}

.match_btn {
    background: #fff url(/marigo/img/icon_vs.png);
    background-repeat: no-repeat;
    color: #000;
    padding: 10px 30px;
    border-radius: 50px;
    border:2px solid #ffa800;
    text-align: center;
    display: block;
    width: 80%;
    margin: 6px auto;
    background-position: 11px 50%, 0 0;
    background-size: 36px, auto;
    cursor: pointer;
}

.match_btn:hover {
    color: #000;
    background: #fff0c3 url(/marigo/img/icon_vs.png);
    background-repeat: no-repeat;
    background-position: 11px 50%, 0 0;
    background-size: 36px, auto;
}

.result_btn {
    background: url(/marigo/img/icon_result.png),linear-gradient(150deg, #cacaca,#a4a4a4);
    background-repeat: no-repeat;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    display: block;
    width: 80%;
    margin: 6px auto;
}

@media screen and (max-width: 959px) {
.event-card article {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #c7c7c7;
    padding: 0 0 20px 0;
    margin-right: 0;
    margin-bottom: 50px;
}
}

/* -----------------------------
   Table
--------------------------------*/
.wp-block-table tr td:first-child {
    background: #eee;
    border-bottom: 1px solid #fff;
}


/* -----------------------------
   wrestler
--------------------------------*/
#wrestler {
    margin: 50px 0;
}

#wrestler h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 100%;
}
#wrestler h2 span {
    background: linear-gradient(150deg, #ffa800 0%, #f6c309 50%, #e76108 56%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 320%;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

#wrestler article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wrestler article a {
    display: block;
    width: 30%;
    margin-bottom: 40px;
}

#wrestler article a h3 {
    background: #e1e1e1;
    padding: 15px 20px;
    margin: 0 0 15px 0;
    color: #000;
}

#wrestler article a:hover { opacity: 0.7;}
.champion_belt { color: #000; line-height: 1.2;}
.sec_wrestler h3 { border-left: 0px; border-radius: 0;}

@media screen and (max-width: 959px) {
#wrestler article a {
    display: block;
    width: 47%;
    margin-bottom: 10px;
}
    
#wrestler article a h3 {font-size: 105%;padding: 15px 15px;}
.wp-block-table tr td:first-child {
    background: #eee;
    border-bottom: 1px solid #fff;
    width: 30%;
}
    
.champion_belt {font-size: 70%;}
    
}

/* 下層選手紹介 */
.sec_wrestler_name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 160% !important;
}

.sec_wrestler_name span {
    background: linear-gradient(150deg, #ffa800 0%, #f6c309 50%, #e76108 56%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 200%;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sec_wrestler_name:after { display: none;}

.nickname {
    display: inline-block;
    border-bottom:2px solid #ccc;
    padding-bottom: 5px;
    font-size: 130%;
}


/* 選手プロフ背景 */
.urami_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_urami_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 50%;
}

.mai_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_mai_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.yuzuki_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_yuzuki_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.yuka_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_yuka_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.shinno_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_shinno_logo.png) no-repeat;
    background-size: 50% auto;
    background-position: 100% 50%;
}

.seri_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_seri_logo.png) no-repeat;
    background-size: 63% auto;
    background-position: 100% 50%;
}

.rea_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_rea_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.natsumi_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_natsumi_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.nagisa_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_nagisa_logo.png) no-repeat;
    background-size: 55% auto;
    background-position: 87% 50%;
}

.misa_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_misa_logo.png) no-repeat;
    background-size: 50% auto;
    background-position: 85% 50%;
}

.miku_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_miku_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 50%;
}

.mayu_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_mayu_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.marigo_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_magiro_logo.png) no-repeat;
    background-size: 60% auto;
    background-position: 100% 50%;
}

.kouki_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_kouki_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.komomo_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_komomo_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.kizuna_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_kizuna_logo.png) no-repeat;
    background-size: 47% auto;
    background-position: 85% 50%;
}

.chika_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_chika_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.chiaki_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_chiaki_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}

.bird_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_bird_logo.png) no-repeat;
    background-size: 70% auto;
    background-position: 100% 50%;
}



@media screen and (max-width: 959px) {

.urami_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_urami_logo.png) no-repeat;
    background-size: contain;
    background-position: 50% 0;
}
    
.mai_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_mai_logo.png) no-repeat;
    background-size: contain;
    background-position: 50% 0;
}
    
.mayu_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_mayu_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 15%;
}
    
.kouki_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_kouki_logo.png) no-repeat;
    background-size: 93%;
    background-position: 95% 2%;
}
    
.miku_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_miku_logo.png) no-repeat;
    background-size: auto 64%;
    background-position: 160% 0%;
}
    
.yuzuki_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_yuzuki_logo.png) no-repeat;
    background-size: contain;
    background-position: 0% 6%;
}
    
.rea_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_rea_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 15%;
}
    
.komomo_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_komomo_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 11%;
}
    
.shinno_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_shinno_logo.png) no-repeat;
    background-size: 88%;
    background-position: 50% 5%;
}
    
.yuka_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_yuka_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 14%;
}

.kizuna_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_kizuna_logo.png) no-repeat;
    background-size: 76%;
    background-position: 75% 0%;
}
    
.seri_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_seri_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 7%;
}
    
.natsumi_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_natsumi_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 20%;
}

.misa_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_misa_logo.png) no-repeat;
    background-size: 90%;
    background-position: 50% 5%;
}
    
.marigo_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_magiro_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 0%;
}
    
.chika_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_chika_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 10%;
}
    
.bird_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_bird_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 25%;
}

.nagisa_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_nagisa_logo.png) no-repeat;
    background-size: 90%;
    background-position: 50% 13%;
}
    
.chiaki_bg {
    background: url(https://xs915964.xsrv.jp/marigo/img/wrestler/logo/img_chiaki_logo.png) no-repeat;
    background-size: contain;
    background-position: 100% 26%;
}
    
}


/* -----------------------------
   special
--------------------------------*/

#special h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 100%;
}

#special h2 span {
    background: linear-gradient(150deg, #ffa800 0%, #f6c309 50%, #e76108 56%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 320%;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

#special div {display: flex;}
#special div a { width: 50%;}
#special div a img { width:100%;}
#special div a:hover { opacity: 0.6;}


@media screen and (max-width: 959px) {
#special div a { width: 100%;}
}


/* -----------------------------
   SNS
--------------------------------*/
#sns_account {
    background:url(https://xs915964.xsrv.jp/marigo/img/bg_sns.jpg) no-repeat;
    padding: 55px 40px;
    margin-bottom: 50px;
    margin: 0 calc(50% - 50vw);
}

#sns_account div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sns_account h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    width: 30%;
}

#sns_account h2 span {
    background: linear-gradient(150deg, #ffa800 0%, #f6c309 50%, #e76108 56%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 320%;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

#sns_account article {
    width: 40%;
    display: flex;
    background: #fff;
    border-radius: 30px;
    justify-content: space-evenly;
    align-items: center;
    min-height: 110px;
}
#sns_account article a { transition: all 0.5s ease 0s;}
#sns_account article a:hover { opacity: 0.6;}

@media screen and (max-width: 959px) {
#sns_account div {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#sns_account h2 {width: 93%;}
#sns_account article {
    width: 90%;
    display: flex;
    background: #fff;
    border-radius: 20px;
    justify-content: space-evenly;
    align-items: center;
    min-height: 110px;
    margin-top: 30px;
}
}



/* -----------------------------
   audition
--------------------------------*/
#audition {
    background: #f6f6f6;
    margin: 0 calc(50% - 50vw);
    padding: 60px 0;
    margin-top: 60px;
}

#audition h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 100%;
}

#audition h2 span {
    background: linear-gradient(150deg, #ffa800 0%, #f6c309 50%, #e76108 56%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 320%;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

#audition div {
    width: 700px;
    margin: 20px auto 0;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}

#audition div h3 { color:#ffa800; text-align: center; margin-bottom: 10px;}
.audition_read { text-align: center;}


@media screen and (max-width: 959px) {
#audition div {width: 90%;}
.audition_read {padding: 0 20px; text-align: left;}
}


/* -----------------------------
   partner
--------------------------------*/
#partner {
    background: #f6f6f6;
    margin: 0 calc(50% - 50vw) ;
    padding: 80px 0;
}

#partner h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 100%;
}

#partner h2 span {
    background: linear-gradient(150deg, #ffa800 0%, #f6c309 50%, #e76108 56%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 320%;
    font-weight: 700;
    display: block;
    line-height: 1.2;
}

#partner div {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#partner div article {
    background: #fff;
    width: 30%;
    border-radius: 15px;
    padding: 23px 20px 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 75%;
    display: flex;
    align-items: center;
}

#partner div article img {
    margin: 0 auto 10px;
    display: block;
    width: auto;
    max-height: 60px;
}

#partner div article a { display: block; margin: 0 auto;}
#partner div article a:hover { opacity: 0.6;}

@media screen and (max-width: 959px) {
#partner div {
    width: 90%;
    align-items: stretch;
}
#partner div article {
        width: 48%;
        display: flex;
        align-items: center;
}
    
#partner div article img {
    height: auto;
    width: auto;
}
    
}

/* -----------------------------
   Contact
--------------------------------*/
#contact_area {
    background: #eee;
    padding: 60px 20px;
}

#contact_area div {
    width: 1000px;
    margin: 0px auto;
}

#contact_area h2 {
    display: block;
    margin: 0 auto 50px;
    width: 50%;
    background: url(/rc/img/title_contactus.png) no-repeat 50% 0%;
    background-size: auto;
    padding-top: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #ec6f9c;
}

#contact_area img { margin-bottom: 20px;}

#contact_area p {
    width: 500px;
    margin: 0 auto;
    line-height: 2.3;
}

.btn_normal {
    background:#fff url(/marigo/img/icon_arrow_right.png) no-repeat 93% 50%;
    border: 1px solid #bebebe;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 30px auto 20px;
    padding: 10px 50px;
    border-radius: 50px;
    background-size: 7px;
    color: #000;
}

.event_attention_foot {
    background: #E5E5E5;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}
.event_attention_foot p { text-align: center; margin-bottom: 15px;}
.event_attention_foot a {
    background: #000;
    text-align: center;
    color: #fff;
    width: fit-content;
    padding: 10px 20px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}


/* -----------------------------
   下層用
--------------------------------*/
.p-breadcrumb { margin: 0 auto 30px;}

.l-main__body>.c-postContent {
    margin-top: 0rem !important;
    padding-bottom: 10px;
}

.img_photo img { border-radius: 20px;}
.p-topArea { min-height: 16vh;}
.p-topArea.-noimg,
.c-filterLayer.-filter-dot:after {
    background: url(/marigo/img/sec_bg.jpg);
    background-size: cover;
    background-position: center;
    opacity: 1;
}
.p-topArea__body img { display: none;}
.c-pageTitle__main {
    font-weight: bold;
}

.p-page__content h3 { padding-left: 10px;}
.p-entry__head .c-postMetas {
    font-size: .75rem;
    letter-spacing: .1px;
    margin-top: 1rem;
    margin-bottom: 25px;
}



@media (max-width: 850px) {
.p-topArea { min-height: 13vh !important;}
.c-pageTitle__main {font-size: 1.2rem;padding-bottom: 0em;}
    
.event_attention_foot { padding: 18px;}

}


/* -----------------------------
   footer
--------------------------------*/


.l-footer {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.l-footer__foot {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

#footer .l-container {
    /*background-image: linear-gradient(135deg, #ed6e9f 35%, #ec8b6b 100%);*/
    margin: 0;
    max-width: 100%;
    padding: 15px 30px 15px 30px;
}

.c-copyright {
    font-size: .8rem;
    text-align: center;
    border-top: #eee 1px solid;
    padding-top: 15px;
}


/************************************
** 会社概要
************************************/
.company_message {
    color: #d9a52f;
}



/************************************
** お問い合わせフォームの入力
************************************/
.snow-monkey-form {
    width: 80%;
    margin: 29px auto;
    background: #f0f0f0;
    padding: 30px;
    border-radius: 20px;
}

.input_t_100 { width: 100%;}
.smf-item__label { margin-top:15px;}


.smf-action .smf-button-control__control {
    background-image: linear-gradient(150deg, #ffa800, #f6c309) !important;
    border-radius: 100px !important;
    color: #fff;
    margin: 20px auto 10px;
    font-weight: bold;
    text-shadow: 0px 0px 9px #b87d00;
    padding: 10px 40px;
    border: none;
}

.smf-item__description {
    color: var(--_dark-color-gray);
    margin-top: 0;
    font-size: 90%;
    line-height: var(--_line-height);
    margin-bottom: 5px;
    font-weight: normal;
}



