@charset "utf-8";html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
img{vertical-align:bottom;}
ol,ul {list-style:none;}


html,body{
    line-height: 1.5;
    font-size: 14px;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ",serif;
    color: #000;
    background-color: #dcdddd;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  img{
    width: 100%;
    height: auto;
  }
}
/*----------------------------------------------------
 link
--------------------------------------------------- */

p > a:link {
  text-decoration: underline;
}

a:link,
a:visited,
a:active{
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:hover{
    text-decoration: none;
}


/*----------------------------------------------------
  #wrapper
--------------------------------------------------- */
#loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dcdddd url(/ydc2025//wp/wp-content/themes/ydc2017/img/loading.gif) no-repeat center center;
  background-size: 250px;
  z-index: 1001;
}
#loading img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  margin-top: -44px;
}
#loading.out{
  opacity: 0;
    -webkit-transition: all 1.2s linear;
       -moz-transition: all 1.2s linear;
        -ms-transition: all 1.2s linear;
         -o-transition: all 1.2s linear;
            transition: all 1.2s linear;
}
#wrapper{
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 60px;
  z-index: 10;
}

/*----------------------------------------------------
  #menu
--------------------------------------------------- */
#menu{
    position: fixed;
    top: 60px;
    left: 0px;
    display: none;
    width: 100%;
    height:100%;
    z-index: 999;
    background: #dcdddd;
    color: #FFF;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#menu.view{
  opacity: 1;
  -webkit-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
          transform: scale3d(1,1,1) translate3d(0%,0px,0px);
}
#menu .inner{
  margin:0 10px;
  background: #323232;
  position: relative;
}
#menu .inner > ul{
  position: absolute;
  top: 50%;
  -webkit-transform:translate(0%,-50%);
     -moz-transform:translate(0%,-50%);
      -ms-transform:translate(0%,-50%);
       -o-transform:translate(0%,-50%);
          transform:translate(0%,-50%);
  left: 0px;
  width: 100%;
}
#menu .inner > ul > li{
  margin-bottom: 30px;
}
@media only screen and (max-width: 320px) {
  #menu .inner > ul > li{
    margin-bottom: 25px;
  }
}
#menu .inner > ul > li > a{
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ", sans-serif;
}

#menu .inner > ul > li.magazine{
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

#menu .inner > ul > li.magazine > a{
  width: max-content;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 0 16px;
  color: #323232;
  box-sizing: border-box;
  transition: background-color 0.3s 0s ease, color 0.3s 0s ease;
}

#menu .inner > ul > li:last-child{
  margin-bottom: 0px;
  text-align: center;
}
#menu .inner > ul > li ul{
  display: inline-block;
  letter-spacing: -0.4em;
  text-align: center;
  vertical-align: middle;
  width: 40%;
}
#menu .inner > ul > li ul li{
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  margin: 0 10px;
}
#menu .inner > ul > li ul li a{
  color: #fff;
  font-size: 20px;
}
#menu ul.lng{
  display: inline-block;
  letter-spacing: -0.4em;
  text-align: center;
  vertical-align: middle;
  width: 40%;
}
#menu ul.lng li{
  display: inline-block;
  letter-spacing: normal;
  margin-left: 13px;
  font-size: 12px;
}
#menu ul.lng li a{
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ", sans-serif;
  font-weight: bold;
  font-size: 8px !important;
  display: block;
  width: 24px;
  height: 24px;
  color: #000 !important;
	background: #fff;
  border:2px #000 solid;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-sizing: border-box;
}
#menu ul.lng li a.active{
  background: #000;
  color: #fff !important;
}

/*----------------------------------------------------
  #menuButton
--------------------------------------------------- */
#menuButton {
    position: fixed;
    top: 0px;
    right: 0px;
    display: none;
    width: 60px;
    height:60px;
    z-index: 1000;
}
#menuButton .hamburger{
  position: absolute;
  top: 0;
  right: 0px;
  outline: none;
  height:60px;
}

#menuButton .hamburger {
    padding:0px 25px;
}
#menuButton .hamburger-box {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.hamburger-inner:before {
    top: -12px;
}
.hamburger-inner:after {
    bottom: 4px;
}

.hamburger--collapse .hamburger-inner:after {
    top: -6px;
    transition: top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;
}
.hamburger-inner,.hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 18px;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    border-radius: 0px;
    background-color: #000;
}
.is-active .hamburger-inner, .is-active .hamburger-inner:after,.is-active .hamburger-inner:before{

}
.is-active .hamburger-box{
  -webkit-transform: scale3d(1,1,1) translate3d(0%,4px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0%,4px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0%,4px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0%,4px,0px);
          transform: scale3d(1,1,1) translate3d(0%,4px,0px);
}

@media only screen and (max-width: 768px) {
  #menuButton{
    display: block;
  }
}
/*----------------------------------------------------
  #header
--------------------------------------------------- */
#header{
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #dcdddd;
}
#header .logo{
  position: absolute;
  top: 0;
  left: 0px;
	opacity: 0;
	visibility: hidden;
}
#header ul.menu{
  text-align: center;
  letter-spacing: -0.4em;
}
#header ul.menu li{
  display: inline-block;
  letter-spacing: normal;
  margin:0 14px;
  line-height: 100%;
  padding-top: 17px;
}
#header ul.menu li a{
  display: block;
  height: 34px;
  line-height: 34px;
  position: relative;
  padding: 0 5px;
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#header ul.menu li.magazine a{
  background-color: #000;
  border: 2px solid #000;
  padding: 0 16px;
  color: #fff;
  box-sizing: border-box;
  transition: background-color 0.3s 0s ease, color 0.3s 0s ease;
}

#header ul.menu li.magazine a:hover {
  background-color:transparent;
  color: #000;
}
#header ul.menu li a span{
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0px;
  -webkit-transform: scale3d(0,1,1) translate3d(0%,0px,0px);
     -moz-transform: scale3d(0,1,1) translate3d(0%,0px,0px);
      -ms-transform: scale3d(0,1,1) translate3d(0%,0px,0px);
       -o-transform: scale3d(0,1,1) translate3d(0%,0px,0px);
          transform: scale3d(0,1,1) translate3d(0%,0px,0px);
    -webkit-transition: all 0.3s 0s ease;
       -moz-transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
         -o-transition: all 0.3s 0s ease;
            transition: all 0.3s 0s ease;
}
#header ul.menu li a:hover span,
#header ul.menu li a.active span{
  -webkit-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
     -moz-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
      -ms-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
       -o-transform: scale3d(1,1,1) translate3d(0%,0px,0px);
          transform: scale3d(1,1,1) translate3d(0%,0px,0px);
}
#header ul.sns{
  position: absolute;
  top: 18px;
  right: 115px;
  letter-spacing: -0.4em;
}
#header ul.sns li{
  display: inline-block;
  letter-spacing: normal;
  margin-left: 24px;
  font-size: 18px;
}
#header ul.sns li a{
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ", sans-serif;
  font-size: 14px;
  font-weight: bold;
    -webkit-transition: all 0.3s 0s ease;
       -moz-transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
         -o-transition: all 0.3s 0s ease;
            transition: all 0.3s 0s ease;
}
#header ul.sns li a i{
  font-size: 18px;
}
#header ul.sns li a:hover{
  color: #FFF;
}
/* #header ul.sns li.sns01 a:hover{
  color: #004986;
}
#header ul.sns li.sns02 a:hover{
  color: #00b4ff;
}
#header ul.sns li.sns03 a:hover{
  color: #00b4ff;
} */
#header ul.lng{
  position: absolute;
  top: 18px;
  right: 25px;
  letter-spacing: -0.4em;
}
#header ul.lng li{
  display: inline-block;
  letter-spacing: normal;
  margin-left: 13px;
  font-size: 12px;
}
#header ul.lng li a{
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ", sans-serif;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 24px;
  height: 24px;
  border:2px #000000 solid;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-sizing: border-box;
    -webkit-transition: all 0.3s 0s ease;
       -moz-transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
         -o-transition: all 0.3s 0s ease;
            transition: all 0.3s 0s ease;
}
#header ul.lng li a:hover,
#header ul.lng li a.active{
  background: #000;
  color: #fff;
}

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

  #header ul.menu{
    display: none;
  }
  #header ul.sns,
  #header ul.lng{
    display: none;
  }
}
/*----------------------------------------------------
  #footer
--------------------------------------------------- */
#footer{
	color: #fff;
  position: relative;
  background: #000;
  width: 100%;
  padding: 60px 0 20px;
}
#footer .inner{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 60px;
}
#footer .inner .list{
  width: 50%;
  float: left;
  font-size: 12px;
}
#footer .inner .list:first-child{
  width: 62%;
}
#footer .inner .list li{
  padding-right: 40px;
}
#footer .inner .list li > span{
  color: #fff;
	display: table-cell;
	vertical-align: top;
}
#footer .inner .list span.fig {
	white-space: nowrap;
}
#footer .inner .list span.fig .space {
	display: inline-block;
	padding-left: 1em;
}
#footer .inner .list span.text {
	color: #fff;
}
#footer .inner .note{
  width: 38%;
  float: left;
  font-size: 12px;
}
#footer .inner .note dt{
  color: #fff;
}
#footer .copy{
  text-align: center;
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ", sans-serif;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  #footer .inner .list{
    width: 100%;
    float: none;
    margin-bottom: 20px;
    font-size: 11px;
  }
  #footer .inner .list:first-child{
    width: 100%;
  }
  #footer .inner .list li{
    padding-right: 0px;
  }
  #footer .inner .note{
      width: 100%;
      float: none;
      font-size: 11px;
  }
}
/*----------------------------------------------------
  #contents
--------------------------------------------------- */
#contents{
  margin: 0 20px;
  overflow: hidden;
  position: relative;
}
#contents #main{
  padding-right: 265px;
  background: #fff;
}
#contents #side{
  width: 265px;
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  background: #323232 url(/ydc2025//wp/wp-content/themes/ydc2017/img/common/side_bg.png) no-repeat left top;
  box-shadow: 10px 10px 10px 20px rgba(0,0,0,0.2);
}
#contents #side ul.menu{
  margin: 0 30px;
}
#contents #side ul.menu li{
  margin-bottom: 20px;
}
#contents #side ul.menu li.line{
  border-bottom: 1px #282828 dotted;
}
#contents #side ul.menu li a{
  display: block;
  text-align: center;
  border: 1px #fff solid;
  font-family: 'Roboto', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体","Yu Gothic",YuGothic,Meiryo,"メイリオ", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0;
  color: #fff;
  background: #323232;
    -webkit-transition: all 0.3s 0s ease;
       -moz-transition: all 0.3s 0s ease;
        -ms-transition: all 0.3s 0s ease;
         -o-transition: all 0.3s 0s ease;
            transition: all 0.3s 0s ease;
}
#contents #side ul.menu li a:hover{
  color: #000;
  background: #fff;
}
#contents #side ul.menu:first-child,
#contents #side .tweet:first-child {
	padding-top: 30px;
}
#contents #side .tweet{
  margin: 0 30px;
}
#contents #side .tpamBnr,
#contents #side .bnr {
	margin: 20px 30px 0;
}
#contents #side .tpamBnr img,
#contents #side .bnr img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
  #contents{
    margin: 0 10px;
  }
  #contents #main{
    padding-right: 0px;
  }
  #contents #side{
    width: 100%;
    position: relative;
    height: auto;
    background: #323232 none;
    box-shadow:none;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #contents #side .logo{
    display: none;
  }
	#contents #side ul.menu:first-child,
	#contents #side .tweet:first-child {
		padding-top: 0;
	}
	#contents #side .tpamBnr:first-child,
	#contents #side .bnr:first-child {
		margin-top: 0;
	}
}
