
/* *******************************************************************
 festa2023.css
******************************************************************* */

/* TOC
---------------------------------------------
  Chapter01 : レイアウト
  Chapter02 : カラー 
  Chapter03 : ボタン 
  Chapter04 : 特設サイト
      Chapter03_01 : ナビゲーション
      Chapter02_02 : ナビゲーション
      Chapter02_03 : ABOUTエリア
      Chapter02_04 : お知らせブロック
      Chapter02_05 : LIVE配信 ブロック
      Chapter02_06 : プレゼントブロック
      Chapter02_07 : コンテンツブロック
      Chapter02_08 : SNS
      Chapter02_09 : スポンサー
      Chapter02_10 : フッター
  Chapter03 : LIVE詳細
  Chapter04 : 
  Chapter05 : 
  Chapter06 : 
  Chapter07 : 
  Chapter08 : 
  Chapter09 : 
  Chapter10 : 
---------------------------------------------
*/



/*---------------------------------------------------
  Chapter01 : レイアウト
---------------------------------------------------*/

body {
    position:relative;
    z-index:0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}

body:before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height: 100vh;
    background: #fff; 
    /* background: url(../images/bg.jpg) center no-repeat; */
    background-size: cover;
}


@media only screen and (max-width : 767px ) {
	/*
    body:before {
        background: url(../img/festa_2020/bg-ground.jpg) center no-repeat ;
    }
    */
}

/* head **/
div#lp_head {
    display: none;
}

#lp_head header.header-v2 {
    display: none !important;
}
  
div#block-saitofuranteinku {
    display: none !important;
}

a.site-branding-logo.padding-top-20 {
    display: none !important;
}

div#block-saitofuranteinku img{
    display: none !important;
}


.site-branding__text {
    display: none !important;
}

.header-main .social a{
	color:#333;
}

/* continer **/
.container{
    width:100%;
}

/* font */
.mplus-r {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.fb{
    font-weight: bold;
}

/* ボタン */
a {
    transition: .3s;
}

.button {
    height: 3.6em;
}

a:hover img{
  opacity: 0.8;
  transition-duration: 0.3s;
}

/* ライン */
.line {
    border-bottom: 2px dashed #d3d3d3;
    width: 500px;
    display: block;
    margin: 20px auto;
    text-align: center;
}

.bnr.box{
	padding-left: 0;
	padding-right: 0;
}

.br::before{
    content: "\A" ;
    white-space: pre ;
}

/* 背景 */
div#block-gavias-monte-content {
    background: #FDEFD4;
}

/* ページトップへ戻る */
div#backtotop {
    display: none !important;
}

/* 図形背景 */
.WhBg {
    background: #fff;
    border-radius: 90px;
}

@media screen and (max-width: 767px) {
    .section {
        margin: 0;
        padding: 0;
    }

    .line {
        width: 90%;
    }

    .bnr.box {
        padding: 3%;
        padding-left: 8%;
        padding-right: 8%;
    }

    .br::before{
        white-space: unset;
    }

}


/*---------------------------------------------------
  Chapter02 : カラー
---------------------------------------------------*/

.bk{
    color: #1D0D0D;
}

.wh{
    color: #fff;
}

.Blue{
    color: #0b81c5;
}

.Brown{
    color: #0A0F10;
}

.bkB{
    background: #1D0D0D;
}

.YellowB{
    background: #FDEFD4;
}

.whB{
    background: #fff;
}

.scm{
    background: repeating-linear-gradient(-45deg, #fa73ac, #fb96c1 2px, #fb96c1 2px, #fa73ac 6px);
}

.scm .more a{
    background: #fa73ac;
}

.insta_live{
    background: repeating-linear-gradient(-45deg, #fabf73, #fbcf90 2px, #fbcf90 2px, #fabf73 6px);
}

.insta_live .more a{
    background: #fabf73;
}
.taiken{
    background: repeating-linear-gradient(-45deg, #4ae2a4, #77e9bb 2px, #77e9bb 2px, #4ae2a4 6px);
}

.taiken .more a{
    background: #4ae2a4;
}

.company{
    background: repeating-linear-gradient(-45deg, #73ccfa, #96d9fb 2px, #96d9fb 2px, #73ccfa 6px);
}

.company .more a{
    background: #73ccfa;
}

.lottery{
    background: repeating-linear-gradient(-45deg, #ff0000, #ff7878 2px, #ff7878 2px, #ff0000 6px);
}

.lottery .more a{
    background: #ff0000;
}


/*---------------------------------------------------
  Chapter03 : ボタン
---------------------------------------------------*/
.MagazineInfoBtnTypeA {
    display: block;
    width: 49%;
    padding: 3%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #ACA5A5;
    border: 1px solid #ACA5A5;
    border-radius: 5px;
}

.MagazineInfoBtnTypeB {
    position: relative;
    display: block;
    width: 49%;
    padding: 3%;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    background: #1D0D0D;
}

.MagazineInfoBtnTypeB::after {
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.MagazineInfoBtnTypeC {
    position: relative;
    display: block;
    width: 49%;
    margin: 0 2% 3% 0;
    padding: 3%;
    font-size: 16px;
    font-weight: 600;
    color: #1D0D0D;
    text-align: center;
    border: 2px solid #1D0D0D;
    border-radius: 5px;
}

.MagazineInfoBtnTypeC:last-child  {
    margin: 0 0 3% 0;
}

.MagazineInfoBtnTypeC::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #1D0D0D;
    border-right: solid 2px #1D0D0D;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.MagazineInfoBtnTypeD,
.MagazineInfoBtnTypeE {
    position: relative;
    display: block;
    width: 50%;
    padding: 0 0 2%;
    color: #1D0D0D;
    font-weight: 600;
    border-bottom: solid 1px #1D0D0D;
}

.MagazineInfoBtnTypeD::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #1D0D0D;
    border-right: solid 2px #1D0D0D;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: 20px;
}

.MagazineInfoBtnTypeE::before {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 2px #1D0D0D;
    border-right: solid 2px #1D0D0D;
    transform: rotate(230deg);
    position: absolute;
    top: 30%;
    left: 5%;
}

.MagazineInfoBtnTypeF {
    position: relative;
    display: block;
    width: 28%;
    padding: 2%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #1181C5;
}

.MagazineInfoBtnTypeF::after {
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.MagazineInfoBtnTypeA:hover,
.MagazineInfoBtnTypeB:hover,
.MagazineInfoBtnTypeC:hover,
.MagazineInfoBtnTypeD:hover,
.MagazineInfoBtnTypeE:hover,
.MagazineInfoBtnTypeF:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}


.BackNumberBtn {
    width: 35%;
    text-align: center;
}

.NavText {
    width: 49%;
    text-align: center;
}



/*---------------------------------------------------
  Chapter04 : 特設サイト
---------------------------------------------------*/


/*   Chapter04_01 : ナビゲーション
-----------------------------------------*/
.header {
    display: flex;
    align-items: center;
}

.header.fixed {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

.LogoBox {
    margin: 1.5% 3%;
}

img.Frontlogo {
    width: 40%;
}

nav.NavigationMenuBox {
    width: 100%;
}

nav.NavigationMenuBox ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

nav.NavigationMenuBox ul li{
    margin: 0 5% 0 0;
}

nav.NavigationMenuBox ul li a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    color: #c1c1c1;
}

/* ハンバーガー */
.HamburgerBox{
    display: none;
}

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

nav.NavigationMenuBox {
    display: none;
}

.HamburgerBox {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    margin: 0;
}

/* ハンバーガーメニュー */
#g-nav{
    position:fixed;
    z-index: 99;
    top:-120%;
    left:0;
    width:100%;
    height: 75vh;
    transition: all 0.6s;
    background:#1D0D0D;
}
    
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
        top: 0;
}
    
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 75vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
    
/*ナビゲーション*/
#g-nav ul {
    width: 70%;
    position: absolute;
    z-index: 99;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    
/*リストのレイアウト設定*/
#g-nav li {
    list-style: none;
    text-align: center;
    border-top: 1px solid #fff;
}
    
#g-nav li:last-child  {
    border-bottom: 1px solid #fff;
}

#g-nav li a{
    display: block;
    padding:6% 0;
    font-size: 24px;
    color: #fff;
    font-weight: 200;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ハンバーガーボタン */
.openbtn1 {
    position: relative;
    cursor: pointer;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    z-index: 999;
}

.openbtn1.active {
    top: 10px;
}

/*ボタン内側*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 2px;
    width: 55%;
}

.openbtn1 span:nth-of-type(1) {
	top:20px;	
}

.openbtn1 span:nth-of-type(2) {
	top:30px;
}

.openbtn1 span:nth-of-type(3) {
	top:40px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-40deg);
    width: 50%;
    background: #fff;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(40deg);
    width: 50%;
    background: #fff;
}


}


/*   Chapter04_02 : ファーストビュー
-----------------------------------------*/
section#FirstViewArea {
    position: relative;
    padding: 5% 0 0;
}

.VisualBox img{

}


/*   Chapter04_03 : アバウト
-----------------------------------------*/
.WelcafeContentsArea {
    width: 100%;
    margin: 0 auto;
    background: #FDEFD4;
}

section#WelcafeAboutArea {
    margin: 0 auto;
}

.WelcafeAboutBox {
    width: 600px;
    margin: 0px auto 0%;
}

.FirstViewBtn {
    position: absolute;
    top: 23%;
    right: 0;
    left: 0;
    width: 40%;
    margin: 0 auto;
    padding: .3%;
    border-radius: 9999px;
    background: #1D0D0D;
}

.FirstViewTitle {
    padding: 5% 2%;
    border: 1px solid #FDEFD4;
    border-radius: 9999px;
    font-size: 25px;
    color: #FDEFD4;
    font-weight: 200;
    text-align: center;
}

.WelcafeAboutTitle {
    margin: 3% 0 0;
    padding: 0% 0 1%;
    font-size: 35px;
    text-align: center;
    font-weight: 200;
    line-height: 1.8;
}

.WelcafeAboutText {
    padding: 0% 0 1%;
    font-size: 18px;
    text-align: left;
    font-weight: 200;
    line-height: 1.8;
}


/*   Chapter04_04 : 最新号案内
-----------------------------------------*/
section#WelcafeInfoArea {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 5%;
    padding: 7%;
    border-radius: 10px;
    background: #fff;
}

/* 表紙 */
.WelcafeInfoPhotoBox {
    width: 20%;
}

.WelcafeInfoInner {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 0 0 5%;
}

/* 最新号情報エリア */
.WelcafeInfoTextBox {

}

.WelcafeInfoTextBoxSP {
    display: none;
}

.WelcafeInfoBox {
    /* width: 60%;
    position: absolute;
    top: 35%;
    left: 29%; */
    padding: 1% 0 0;
}

.MagazineNumber {
    padding: 0% 0 1%;
    font-size: 28px;
    text-align: left;
    font-weight: 200;
    border-bottom: 1px solid #000;
}

.MagazineSeason {
    margin: 0 0 0 5%;
    font-size: 18px;
    font-weight: 200;
}

.MagazineInfoTitle {
    margin: 4% 0  0;
    font-size: 16px;
    font-weight: 200;
}

.MagazineInfoSubTitle {
    margin: 2% 0  0;
}

.MagazineInfoBtnBox {
    display: flex;
    justify-content: space-around;
}

/* 特集サブタイトル */
.FeatureArticleSubTitle {
    margin: 1% 0;
    font-size: 22px;
    font-weight: 200;
    color: #1D0D0D;
}

/* 特集タイトル */
.FeatureArticleTitle {
    margin: 1% 0 2%;
    font-size: 40px;
    font-weight: 200;
    color: #1D0D0D;
}

/* 特集リスト */
.FeatureArticleList {
    padding: 0 0 0 20px;
    font-size: 18px;
    color: #1D0D0D;
    line-height: 1.5;
}

.FeatureArticleList li {
    list-style: disc;
}

ul.FeatureArticleList li::marker {
    color: #E6501E;
}

/* 次号予告 */
.NoticeText {
    margin: 1% 0 0;
    padding: 1% 0 0;
    border-top: solid 1px #000;
    text-align: right;
}


/*   Chapter04_05 : リンク集
-----------------------------------------*/
.WelcafeLinkArea {
    width: 750px;
    margin: 10% auto;
}

.WelcafeLinkBox {
    display: flex;
    justify-content: space-around;
}

.WelcafeAboutLinkBox {
    display: flex;
    margin: 4% auto;
    text-align: center;
    justify-content: center;
}


/*   Chapter04_06 : ヘルシーチャンネル
-----------------------------------------*/
section.HealthyChannelArea {
    margin: 0 0 10%;
}

.HealthyChannelTextBox {
    width: 600px;
    margin: 0 auto;
    padding: 3% 0;
}

.HealthyChannelTitle {
    margin: 5% 0;
    padding: 0 0 1%;
    font-size: 28px;
    text-align: center;
}

.HealthyChannelText {
    margin: 5% 0 0;
    padding: 0 0 5%;
    text-align: left;
    border-bottom: 1px solid #000;
}

/* スライド */
.SliderBox {
    margin: 0 0 3%;
    padding: 0 0 3%;
}

.slick-slide {
    width: 750px;
    height: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

/* 中央以外のスライド */
.SliderBox li iframe {
    width: 100%;
    height: auto;
    opacity: .3;
    transform: scale(.9);
    transition: opacity .5s, transform .5s;
    /* width: 100%; */
}
  
/* 中央のスライド */
.SliderBox .slick-center iframe {
    opacity: 1; 
    transform: scale(1);
}

/* スライドタイトル */
.SliderBox li h2 {
    margin: 1% 0 0;
    padding: 0;
    text-align: center;
    font-weight: 200;
}

.slick {
    position: relative;
    display: block;
}
  
/* ネクストボタン */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 2;
    top: 40%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 60px;
    background: #1D0D0D;
}
  
.slick-prev:before, .slick-next:before {
    padding: 0 30%;
    font-size: 20px;
    line-height: 2;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
  
.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.slick-prev {
    left: 21%;
}
  
.slick-next {
    right: 21%;
}

@media screen and (min-width:1301px) and ( max-width:1399px) {
    .slick-prev {left: 17%;} 
    .slick-next {right: 17%;}
} 
  
@media screen and (min-width:1400px) and ( max-width:1499px) {
    .slick-prev {left: 19%;} 
    .slick-next {right: 19%;}
} 
  
/* ドットインジケーター */
ul.SlideDots {
    display: flex;
    justify-content: center;
    padding: 0;
}
  
.SlideDots button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
  
.SlideDots {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.SlideDots li {
    width: 10px;
    height: 10px;
    border: 1px solid #1D0D0D;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    transition: background-color .5s ease;
}

.SlideDots li.slick-active {
    background-color: #1D0D0D;
}

.SlideDots li:hover {
    background-color: #1D0D0D;
}
  
.SlideDots li::marker {
    font-size: 0;
}
  
/* スライドタイトル */
h2.SlideTitle {
    width: 80%;
    margin: 1em auto 0;
    padding: 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    border-bottom: none;
}

.SliderBox iframe {
     width:100%;
     height:100%;
}
 
.SliderBox .slick-slide {
     margin:0 10px;
}
 

/*   Chapter04_10 : お問い合わせ
-----------------------------------------*/
section.WelcafeContactArea {
    padding: 2% 5%;
    background: #1D0D0D;
}

.WelcafeContactInner {
    width: 1000px;
    margin: 0 auto;
}

h2.ContactTitle {
    margin: 3% 0;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}

div#WelcafeContactBox {
    display: flex;
    justify-content: space-between;
}

/* ソルメディア */
.SolContactBox {
    width: 47%;
    line-height: 1.5;
}

p.SolContactTitle,
p.welContactTitle {
    margin: 0 0 2%;
    padding: 0 0 2%;
}

/* ウエルシア */
.welContactBox {
    width: 47%;
    line-height: 1.5;
}

div#WelcafeContactBox p{
    color: #fff;
}

.SolContact {
    margin: 0 10% 0 0;
}

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

    div#WelcafeContactBox {
        display: flex;
        flex-direction: column;
    }

    .SolContact {
        margin: 5% 0;
    }

    section.WelcafeContactArea {
        padding: 9% 5%;
    }
}

/*   Chapter02_11 : フッター
-----------------------------------------*/
/* デフォルトのフッター非表示 */
footer {
    display: none !important;
}

div.footer-bottom {
    margin: 0;
    padding: 20px;
    text-align: right;
}

div.footer-bottom img{
    width: 15%;
}

.SolContactTitle {
    border-bottom: 1px solid #FDEFD4;
}

.welContactTitle {
    border-bottom: 1px solid #FDEFD4;
}



/*---------------------------------------------------
  Chapter05 : アーカイブページ（固定ページ）
---------------------------------------------------*/
.MainPageTitle  {
    position: relative;
    margin: 5% 0 10%;
    padding: 0 0 1%;
    font-size: 40px;
    font-weight: 200;
    text-align: center;
}

.MainPageTitle::after {
    content: '';
    display: inline-block;
    width: 110px;
    height: 3px;
    position: absolute;
    bottom: -70%;
    left: calc(50% - 55px);
    border-radius: 5px;
    background-color: #1D0D0D;
}


section.ArchiveTitleBox {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 0;
}

.ArchiveText{
    font-size: 18px;
    font-weight: 200;
    text-align: center;
}

section.BackNumberInfoArea {
    margin: 10% 0;
}

.BackNumberInfoBox {
    width: 1000px;
    display: flex;
    margin: 0 auto 1%;
    padding: 2% 5%;
    background: #fff;
}

.WelcafeBackNumberPhotoBox {
    width: 35%;
}

.BackNumberTextBox {
    width: 100%;
    margin: 0;
}

/* 号数 */
.BackNumber {
    padding: 0% 0 3%;
    font-size: 28px;
    text-align: left;
    font-weight: 200;
}

/* タイトル */
.BackNumberTitle {
    margin: 2% 0 4%;
    font-size: 30px;
    font-weight: 200;
}

.NavigationBox {
    width: 750px;
    display: flex;
    justify-content: space-between;
    margin: 10% auto;
}


/*---------------------------------------------------
  Chapter06 : ウエルカフェとは（固定ページ）
---------------------------------------------------*/

section.AboutPageTitleArea {
    padding: 5% 0 0;
}

.AboutPageContentsArea{
    padding: 5% 0;
}

.AboutTitleInner{
    display: block;
    width: 100%;
    text-align: center;
    margin: 5% 0 0;
}

.AboutTitleLogo{
    width: 60%;
}

.AboutPhotoBox img {
    display: flex;
    margin: 0 auto;
    padding: 0 0 5%;
}

.AboutTitle {
    padding: 15px;
    font-size: 28px;
    font-weight: 200;
    text-align: center;
}

.AboutTextBox {
    width: 600px;
    margin: 0 auto;
}

.AboutText {
    padding: 2% 0 1%;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
}

.AboutBtnText {
    padding: 5% 0 0;
    font-size: 26px;
    font-weight: 200;
    line-height: 1.8;
    text-align: center;
    color: #0b81c5;
}

.WelcafeBtnBox {
    display: flex;
    margin: 0;
    padding: 1% 0 5%;
    justify-content: center;
}


/*---------------------------------------------------
  Chapter07 : 創刊のご挨拶（固定ページ）
---------------------------------------------------*/
.MessageInner {
    margin: 3% 0 5%;
    text-align: center;
}

.MessageContentsArea {
    padding: 0 5%;
    background: url(../../welcafe/images/message/background.png) center / auto no-repeat;
}

.MessageBox {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.MessageTitleBox {
    border-bottom: 2px solid #0c88ca;
}

.MessageTitle {
    margin: 0 0 1%;
    font-size: 180%;
    font-weight: bold;
    color: #0c88ca;
}

.MessageText {
    padding: 2% 0;
    font-size: 18px;
    line-height: 1.8;
}

.MessageTextBox {
    width: 100%;
}

.MessageSigne {
    padding: 0 0 4%;
    text-align: left;
}

.MessageSigne img {
    width: 50%;
}

.MessagePhotoBox img{

}

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

    .MessageInner {
        margin: 3% 0 10%;
        text-align: center;
    }

    .MessageBox { flex-direction: column; }
    .MessageSigne img { width: 100%; }

    .MessageTitle {
        margin: 0 0 3%;
        font-size: 150%;
    }

    .MessageText {
        padding: 5% 0;
        font-size: 15px;
    }
}


/*---------------------------------------------------
  Chapter08 : 読者プレゼント（固定ページ）
---------------------------------------------------*/
section.PresentTitleBox {
    width: 750px;
    margin: 5% auto 0;
    padding: 1% 0 0;
}

.PresentDeadlineBox {
    width: 750px;
    margin: 5% auto 0;
}

p.PresentMainText.bk {
    margin: 5% 0;
    padding: 5% 0;
    font-size: 18px;
    text-align: center;
}

/* 締め切りボックス */
.DeadlineBox {
    margin: 5% auto 0;
    border-radius: 10px;
    background: #fff;
}

.PresentFormTitle {
    margin: 8% auto;
}

.DeadlineBox .DeadlineBoxTitle {
    padding: 2%;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    font-weight: 200;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
    background: #1D0D0D;
}

.DeadlineBox p {
    margin: 0;
    padding: 15px 20px;
    font-size: 28px;
    color: #1D0D0D;
    text-align: center;
}

.DeadlineBox p.PresentNotesText {
    padding: 3% 10%;
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    line-height: 2;
}

p.DeadlineText {
    margin: 2% 0;
    font-size: 12px;
    line-height: 1.8;
}

.PresentLinkBox {
    display: flex;
    width: 750px;
    margin: 7% auto;
    justify-content: center;
}

/* プレゼントリスト */
.PresentListBox {
    padding: 3% 0;
}

.PresentWarp {
    margin: 0;
}

.PresentWarp p{
    font-size: 15px;
    line-height: 1.8;
}

.PresentItemListTitle {
    padding: 5% 0 3%;
    font-size: 32px;
    font-weight: 200;
    text-align: center;
}

/* プレゼント */
.PresentItemWarp {
    width: 50%;
    margin: 5% auto;
}

/* プレゼント画像 */
.PresentItemPhoto img {
    display: block;
    margin: 0 auto;
}

.detail-desc.present-text {
    width: 600px;
    margin: 0 auto;
}

/* プレゼント商品タイトル */
.PresentItemTitle {
    margin: 3% 0;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 200;
    text-align: left;
}

/* プレゼント番号 */
.PresentItemBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.PresentItemNumber {
    margin: 3% 3%;
    font-size: 65px;
    line-height: 1.5;
    font-weight: 200;
    color: #E6501E;
}

/* プレゼント商品説明 */
.PresentItemText {
    font-size: 16px;
    line-height: 2;
    text-align: left;
}

/* プレゼントリンク */
.PresentLink {
    margin: 1% 0 0;
}

.PresentLink a{
    font-size: 14px;
    color: #E6501E;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
}

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

    .PresentItemNumber {
        margin: 3% 5%;
    }

    .PresentItemTitle {
        font-size: 18px;
    }

    .PresentLink a{
        font-size: 18px;
    }

    .PresentWarp p{
        font-size: 15px;
        line-height: 1.8;
    }

}


/*---------------------------------------------------
  Chapter09 : 読者プレゼントフォーム（固定ページ）
---------------------------------------------------*/
.PresentInner {
    margin: 5% 0 0;
    text-align: center;
}

.PresentFormsBox {
    width: 70%;
    margin: 5% auto;
}

.PresentFormsText {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

/* ピンクボックス */
div.PinkBox {
    margin: 5% 0;
    padding: 15px;
    border-radius: 10px;
    background-color: #fcecec;
}

p.PresentFormText.bk {
    margin: 12% 0 10%;
    text-align: center;
    line-height: 1.8;
}

/* プレゼント一覧タイトル */
.PresentListTitle {
    margin: 15% 0 1%;
    padding: 5% 0 3%;
    font-size: 26px;
    font-weight: 200;
    text-align: center;
}

.PresentFormsInfoText {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.PresentFormsInfoList {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}

.PresentFormsInfoList li{
    list-style: inside;
}

/* プレゼント一覧 */
ul.PresentList {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
}

.PresentList li{
    list-style: inside;
    padding-left: 1em;
    text-indent: -1em;
}

.PresentFormInfoText {
    margin: 2% auto 15%;
    padding: 2% 0 0;
    font-size: 16px;
    line-height: 2;
    border-top: 1px solid #000;
}

/* プレゼントフォーム */
.field.field--name-field-eventorderform.field--type-webform.field--label-hidden.field__item {
    width: 100%;
    margin: 0 auto;
    padding: 5% 20%;
    background: #fff;
    border-radius: 60px;
}

.layout-no-sidebars input[type="text"], .layout-no-sidebars input[type="tel"], .body-page input[type="password"], .layout-no-sidebars input[type="email"], .layout-no-sidebars textarea, .layout-no-sidebars select {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.02) inset;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px;
    width: 100%;
}

/* フォームタイトル */
.webform-ajax-form-wrapper:before {
    content: "申し込みフォーム";
    display: block;
    position: relative;
    padding: .5em .25em .5em 1.7em;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    background-color: unset;
    border-left: unset;
}


/* フォームナビ */
.progress-step.is-active .progress-marker {
    background-color: #E6501E;
}
.webform-progress-tracker .progress-step:not(.is-active) .progress-marker, .webform-progress-tracker .progress-step:hover .progress-marker {
    background-color: #ffbca6;
}
.webform-progress-tracker .progress-step::after {
    background-color: #ffbca6;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
}

/* 必須アイコン */
.form-required:after {
    margin: 0 0 0 1%;
    padding: 0.5% 1%;
    content: "必須";
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    background-color: #E6501E;
}

/* 送信ボタン */
.webform-submission-form .webform-button--preview.form-submit {
    display: block!important;
    background: #E6501E!important;
    height: 55px;
    min-width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}


/*---------------------------------------------------
  Chapter06 : アニメーション（固定ページ）
---------------------------------------------------*/
.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
}
    
@keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
}


/*---------------------------------------------------
  Chapter06 : スマホ
---------------------------------------------------*/

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

/*   ボタン
-----------------------------------------*/
.MagazineInfoBtnTypeA { width: 100%; padding: 5%; font-size: 14px; text-align: center;}
.MagazineInfoBtnTypeB { width: 100%; margin: 6% 0 3%; padding: 4%; font-size: 18px; text-align: center;}
.MagazineInfoBtnTypeC {width: 100%;  margin: 3% 0; padding: 3%; font-size: 16px; border: 2px solid #1D0D0D;}
.MagazineInfoBtnTypeC::after,
.MagazineInfoBtnTypeD::after { border-top: solid 2px #1D0D0D; border-right: solid 2px #1D0D0D;}
.MagazineInfoBtnTypeD, .MagazineInfoBtnTypeE { width: 80%; margin: 3% 0; padding: 0 0 5%;}
.MagazineInfoBtnTypeF { width: 80%; padding: 4%; font-size: 14px;}



/*   特設サイト
-----------------------------------------*/
.header { width: 100%; display: flex; align-items: center; flex-direction: row;}
section#FirstViewArea { position: relative; padding: 10% 0 0; }
.WelcafeAboutBox { width: 90%; }
.LogoBox { display: flex; justify-content: center; width: 100%; margin: 2% auto; text-align: center; }
img.Frontlogo { width: 30%; }
.LogoBox a{ }
.FirstViewBtn { top: 17%; width: 90%; }
.FirstViewTitle { padding: 5% 2%; font-size: 18px; }
section#WelcafeInfoArea { height: auto; flex-direction: column; justify-content: unset; }
.WelcafeAboutTitle { padding: 0; font-size: 24px; line-height: 2; }
.WelcafeAboutText { padding: 4% 0; font-size: 16px; line-height: 1.8;}
.WelcafeInfoTextBox { display: none; }
.WelcafeInfoTextBoxSP { display: block; width: 100%; }
.InfoTitleBoxSP { margin: 0; }
.MagazineSeason { margin: 0; font-size: 18px; }
.MagazineNumber { margin: 0; padding: 0% 0 4%; font-size: 24px; line-height: 1.5;}
.MagazineInfoTitle { margin: 6% 0  0; font-size: 14px; }
.WelcafeInfoPhotoBox { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; }
.WelcafeInfoPhotoBox img { width: 60%; margin: 0 0 5%; }
.WelcafeInfoInner { width: 100%; margin: 0; }
.WelcafeInfoBox { width: 100%; position: unset; }
.NoticeText { margin: 5% 0 0; padding: 2% 0 0; }
.FeatureArticleSubTitle { font-size: 16px; }
.FeatureArticleTitle { margin: 2% 0; font-size: 1.5rem; line-height: 1.5; }
.FeatureArticleList li { padding: 1% 0; font-size: 16px; }
.WelcafeLinkBox { display: flex; justify-content: space-around; flex-direction: column; align-items: center; }
.WelcafeLinkArea { width: 100%; margin: 15% auto; padding: 0 5%; }
.HealthyChannelTextBox { width: 80%; margin: 0 auto; padding: 3% 0; }
.WhBg { border-radius: 50px; }
.SliderBox .slick-slide { width: 1%; height: 50%; margin: 0; position: relative; overflow: hidden; }
.slick-next { right: 2%;}
.slick-prev { left: 2%;}
.slick-prev, .slick-next { top: 30%; width: 30px; height: 30px;}
.slick-prev:before, .slick-next:before { font-size: 17px; line-height: 1.8; }
.HealthyChannelTitle { margin: 8% 0; font-size: 22px; }
.HealthyChannelText { margin: 5% 0; padding: 5% 0; line-height: 1.8; }
.SlideDots { margin: 5% 0; }
.SliderBox { margin: 0 0 25%; padding: 0 0 8%; }
.WelcafeContactInner { width: 95%; }
.SolContactBox { margin: 5% 0; width: 100%; }
.welContactBox { margin: 10% 0; width: 100%; }
div.footer-bottom { padding: 18px 0; }
div.footer-bottom img { width: 35%; }


/*   バックナンバー（固定ページ）：
-----------------------------------------*/
section.ArchiveTitleBox { padding: 15% 0 0; }
.MainPageTitle { margin: 15% 0; padding: 0 0 2%; font-size: 24px; }
.BackNumberInfoBox { width: 90%; display: flex; flex-direction: column; align-items: center; margin: 3% auto; padding: 10% 3%; }
.BackNumberTextBox { width: 100%; margin: 7% 0 0; text-align: center;}
.BackNumber { padding: 0; font-size: 24px; text-align: center;}
.BackNumberTitle { margin: 3% 0 6%; font-size: 22px; line-height: 1.5;}
.BackNumberBtn { width: 95%; margin: 0 auto; text-align: center;}
.NavigationBox { width: 90%; display: flex; justify-content: space-between; flex-direction: column; align-items: center; margin: 20% auto; }


/*   アバウトページ（固定ページ）：
-----------------------------------------*/
section.AboutPageTitleArea { padding: 15% 0 0; }
.AboutPageContentsArea { padding: 5% 0 10%; }
.AboutTitleLogo { width: 90%;}
.AboutPhotoBox img { margin: 0 auto; padding: 0 0 5%; }
img.AboutPhoto.wow.animated { display: flex; justify-content: center; width: 80%; }
.AboutTitle { padding: 15px; font-size: 22px; font-weight: 200; text-align: center;}
.AboutTextBox { width: 90%; margin: 0 auto 8%;}
.AboutBtnText { padding: 3% 0; font-size: 18px;}



/*   読者プレゼント（固定ページ）：
-----------------------------------------*/
section.PresentTitleBox { width: 85%; padding: 15% 0 0;}
.PresentItemWarp { width: 90%; margin: 10% auto;}
.PresentDeadlineBox { width: 90%;}
.PresentLinkBox { width: 95%; margin: 10% auto 20%; }
.PresentItemListTitle { padding: 10% 0 8%; font-size: 20px; }
.PresentFormsBox { width: 90%; margin: 5%; }
.detail-desc.present-text { width: 100%; }
.PresentItemText { font-size: 16px; line-height: 1.8;}
.field.field--name-field-eventorderform.field--type-webform.field--label-hidden.field__item { width: 100%; margin: 0 auto; padding: 5%; }
ul.PresentList { width: 100%; font-size: 15px;}
ul.PresentList li{ width: 100%; font-size: 15px; padding-left: 1em; text-indent: -1em;}
.form-required:after { display: inline-block;margin: 0 0 0 2%; padding: 1%; font-size: 10px; }


}

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

    .LogoBox { display: flex; justify-content: center; width: 100%; margin: 3% auto; text-align: center; }
    section#FirstViewArea { position: relative; padding: 0;}

}
