@charset 'utf-8';

/*/////////////////////////////////////////////////////////////////////////////////////////////////
// Deego:共通CSS
/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////
// Base
///////////////////////////////////////////////*/
body{
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","MS Gothic","ＭＳ ゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #000;
}
a{
  color: #000;
}
a:hover,
a:active,
a:focus{
  opacity: .7;
  color: #000;
  text-decoration: none;
}
h1,h2,h3,h4,h5,p{
  margin: 0;
  padding: 0;
}
.font-lato{
  font-family: "Lato", sans-serif;
}
.font-fredoka{
  font-family: "Fredoka One", sans-serif;
}
@media (max-width: 660px){
  .container{
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 661px) and (max-width: 960px){
  .t3-wrapper{
    width: 960px;
  }
}
/*編集ボタン消す*/
.article-aside{
  display: none;
}
/*フォーム要素の調整*/
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0 4px;
  margin-top: 1px \9;
  line-height: normal;
}
/*///////////////////////////////////////////////
// Font
///////////////////////////////////////////////*/
@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon.eot?7dzbup');
  src:url('../fonts/icomoon.eot?#iefix7dzbup') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?7dzbup') format('truetype'),
    url('../fonts/icomoon.woff?7dzbup') format('woff'),
    url('../fonts/icomoon.svg?7dzbup#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-en-basket:before {
  content: "\e600";
}
.icon-en-book:before {
  content: "\e601";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-x:before {
  content: "\e900";
}

/*///////////////////////////////////////////////
// Header
///////////////////////////////////////////////*/
#t3-header{
  background-color: #fff;
  z-index: 1000;
}
@media (min-width: 661px){
  #t3-header > .navbar{
    min-height: 60px;
  }
}
#t3-header .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}
#t3-header .nav > li > a:hover,
#t3-header .nav > li > a:focus,
#t3-header .nav > li > a:active{
  opacity: 1;
  background-color: transparent;
  text-decoration: none;
}
#t3-header .navbar-header{
  position: relative;
}
/*各メニューアイテムのスタイル*/
#gnav .nav > li > a > span{
  visibility: hidden;
}
#gnav .nav > li > a{
  background-repeat: no-repeat;
  background-position: center left 10px;
}
#gnav .nav > .story > a{
  background-image: url(../images/header_menu_sp_01.png);
  background-size: 111.5px 11.5px;
}
#gnav .nav > .science > a{
  background-image: url(../images/header_menu_sp_02.png);
  background-size: 150.5px 11.5px;
}
#gnav .nav > .service > a{
  background-image: url(../images/header_menu_sp_03.png);
  background-size: 101px 11.5px;
}
#gnav .nav > .case > a{
  background-image: url(../images/header_menu_sp_04.png);
  background-size: 125.5px 11.5px;
}
#gnav .nav > .event > a{
  background-image: url(../images/header_menu_sp_05.png);
  background-size: 84.5px 11.5px;
}
#gnav .nav > .contact > a{
  background-image: url(../images/header_menu_sp_06.png);
  background-size: 104px 11.5px;
}
@media (min-width: 661px){
  #gnav .nav > li > a{
    background-position: center center;
  }
  #gnav .nav > .story > a{
    background-image: url(../images/header_menu_01.png);
    background-size: 48px 13px;
  }
  #gnav .nav > .science > a{
    background-image: url(../images/header_menu_02.png);
    background-size: 71.5px 13px;
  }
  #gnav .nav > .service > a{
    background-image: url(../images/header_menu_03.png);
    background-size: 47px 11.5px;
  }
  #gnav .nav > .case > a{
    background-image: url(../images/header_menu_04.png);
    background-size: 48.5px 13px;
  }
  #gnav .nav > .event > a{
    background-image: url(../images/header_menu_05.png);
    background-size: 46px 13px;
  }
  #gnav .nav > .contact > a{
    background-image: url(../images/header_menu_06.png);
    background-size: 57px 13px;
  }
}
#nav-border{
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 5px;
  background: #ffbe00;
}
@media (max-width: 660px){
  .container > .navbar-header{
    margin-right: 0;
    margin-left: 0;
    height: 50px;
  }
  #gnav{
    margin-right: -15px;
    margin-left: -15px;
    background: #fff;
    border-top: 2px solid #d6d6d6;
    z-index: 1000;
  }
  #gnav .nav > li{
    margin-right: 15px;
    margin-left: 15px;
  }
  #gnav .nav > li:not(:last-of-type){
    background-image: url(../images/bg_yellow_border.png);
    background-repeat: repeat-x;
    background-position: bottom left;
  }
  #gnav .nav > li:not(:last-of-type):hover{
    background-image: url(../images/bg_yellow_border.png);
  }
  #gnav .nav > li > a{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .navbar-nav{
    margin: 0 -10px;
  }
  #t3-header{
    position: fixed;
    width: 100%;
  }
  #nav-border{
    display: none !important;
  }
}
/* +++++ Toggle Button For Navigation +++++ */
#navToggleButton{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  padding-right: 0;
  padding-left: 0;
  width: 85px;
  height: 30px;
  background: url(../images/bg_toggle_menu.png) no-repeat top left;
  background-size: contain;
  cursor: pointer;
}
#navToggleButton > button{
  position: absolute;
  top: -2px;
  left: 12px;
  bottom: 0;
  margin: auto 0;
  padding: 0;
}
@media (min-width: 661px){
  #navToggleButton{
    display: none;
  }
}
.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 22px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 22px;
  background: transparent;
  outline: none; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  /*height: 4px;
  width: 45px;*/
  height: 2px;
  width: 22px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: #fff;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 2px;
    width: 22px;
    border-radius: 2.85714px;
    transition: 0.3s;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 6px; }
  .tcon-menu__lines::after {
    top: -6px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); }

.tcon-menu--xcross {
  width: auto; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      /*width: 45px;*/
      width: 22px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
/* +++++ Toggle Button For Navigation +++++ */

/*-----------------------------------------------
| LOGO
-----------------------------------------------*/
.logo-wrapper{
  position: relative;
  display: inline-block;
  min-height: 50px;
}
.logo{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 35.5px;
  margin: auto 0;
  background: url(../images/logo_sp.png) no-repeat top left;
  background-size: contain;
}
@media (min-width: 661px){
  .logo-wrapper{
    min-height: 60px;
  }
  .logo{
    width: 161px;
    height: 43px;
    background: url(../images/logo_pc.png) no-repeat top left;
    background-size: cover;
  }
}

/*///////////////////////////////////////////////
// Bread Crumbs
///////////////////////////////////////////////*/
#breadCrumbs{
  width: 100%;
}
#breadCrumbs .breadcrumb{
  padding-top: 35px;
  padding-bottom: 25px;
  background-color: transparent;
}
#breadCrumbs .breadcrumb > li{
  font-size: 10px;
  color: #888888;
}
#breadCrumbs .breadcrumb > li > a{
  color: #888888;
}

/*///////////////////////////////////////////////
// Content
///////////////////////////////////////////////*/
.item-page{
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 660px){
  #t3-mainbody{
    padding-top: 50px;
  }
  .item-page{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*///////////////////////////////////////////////
// Footer
///////////////////////////////////////////////*/
#t3-footer{
  padding-bottom: 30px;
}
#t3-footer .container{
  position: relative;
}
#t3-footer .col-item{
  padding-top: 40px;
}
@media (min-width: 661px){
  #t3-footer .col-copyright{
    position: absolute;
    bottom: -50px;
  }
}
.co-detail{
  margin: 0;
  padding-top: 30px;
  background-image: url(../images/bg_gray_border.png);
  background-repeat: repeat-x;
  background-position:  top left;
}
@media (min-width: 661px){
  .co-detail{
    height: 168.344px;
    margin: 0;
    padding-top: 30px;
    background-image: url(../images/bg_gray_border.png), url(../images/bg_gray_border.png);
    background-repeat: repeat-x, repeat-x;
    background-position:  top left, bottom left;
  }
}
.footer-co-info dl > dt{
  margin-bottom: 10px;
}
.footer-co-info dl > dd{
  font-size: 13px;
}
.footer-menu{
  padding-top: 20px;
  background-image: url(../images/bg_gray_border.png);
  background-repeat: repeat-x;
  background-position:  top left;
}
@media (min-width: 661px){
   .footer-menu{
    height: 168.344px;
    padding-top: 60px;
    background-image: url(../images/bg_gray_border.png), url(../images/bg_gray_border.png);
    background-repeat: repeat-x, repeat-x;
    background-position:  top left, bottom left;
  }
}
.footer-menu > ul,
.footer-menu .blog-menu > li > ul{
  margin: 0;
  padding: 0;
}
.footer-menu > ul > li{
  display: inline-block;
  font-size: 13px;
}
.footer-menu > ul > li > .menu-list-icon{
  margin-right: 5px;
  vertical-align: sub;
  font-size: 20px;
  color: #bababa;
}
.footer-menu > ul > li > .menu-list-icon.icon-instagram,.footer-menu > ul > li > .menu-list-icon.icon-x{
  font-size: 16px;
  vertical-align: text-bottom;
}
.footer-menu > ul > li:not(:last-of-type){
  margin-right: 5px;
}
@media (min-width: 661px){
  .footer-menu > ul > li:not(:last-of-type){
    margin-right: 5px;
  }
}
.footer-menu > .blog-menu{
  margin: 0;
  padding: 0;
}
.footer-menu .blog-menu > li > ul,
.footer-menu .blog-menu > li > ul > li{
  display: inline-block;
  font-size: 11px;
}
@media (max-width: 660px){
  .footer-menu .blog-menu > li > ul > li{
    font-size: 12px;
  }
}
.footer-menu .blog-menu .list-separate{
  padding: 0 2px 0 5px;
  color: #bababa;
}
@media (min-width: 661px){
  .footer-menu .blog-menu .list-separate{
    padding: 0 7px 0 10px;
    color: #bababa;
  }
}
.copyright{
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 661px){
  #t3-footer{
  padding-bottom: 60px;
  }
  #t3-footer .col-item{
    padding-top: 60px;
  }
}

/*///////////////////////////////////////////////
// Elements
///////////////////////////////////////////////*/
.headding_01{
  position: relative;
  margin-bottom: 30px;
  font-size: 13px;
}
@media (min-width: 661px){
  .headding_01{
    margin-bottom: 60px;
  }
}
.headding_01 .headding_border{
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 130px;
  width: 100%;
  height: 100%;
}
.headding_01 .headding_border:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg_right_gray_border.png) repeat-x center left;
}
.en-btn{
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #000;
  text-align: center;
  text-decoration: underline;
  font-size: 13px;
  color: #000;
}
.en-btn.en-btn-primary{
  border: 2px solid #ffbe00;
  font-weight: 700;
  color: #ffbe00;
}
.en-btn.en-btn-sec{
  border: 2px solid #00b9ef;
  color: #00b9ef;
}
.img-style-wrapper{
  padding: 3px;
  background-color: #fff;
  box-shadow:rgba(0, 0, 0, 0.35) 0px 0px 5px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 0px 5px 0px;
  -moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 0px 5px 0px;
}
@media (min-width: 661px){
  .img-style-wrapper{
    padding: 6px;
  }
}
/*///////////////////////////////////////////////
// Utilities
///////////////////////////////////////////////*/
/*-----------------------------------------------
| Display
-----------------------------------------------*/
.d-b{ display: block; }
.d-ib{ display: inline-block; }
@media (min-width: 661px){
  .d-b-sm{ display: block; }
  .d-ib-sm{ display: inline-block; }
}

/*-----------------------------------------------
| Width
-----------------------------------------------*/

/*-----------------------------------------------
| Margin
-----------------------------------------------*/
.m0-a{ margin: 0 auto !important; }
.m-a{ margin-right: auto !important; margin-left: auto !important; }

.mb10{ margin-bottom: 10px !important; }
.mb13{ margin-bottom: 13px !important; }
.mb15{ margin-bottom: 15px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb70{ margin-bottom: 70px !important; }

@media (max-width: 660px){
  .m-a-xs{ margin-right: auto !important; margin-left: auto !important; }
  .mb20-xs{ margin-bottom: 20px !important; }
  .mb25-xs{ margin-bottom: 25px !important; }
  .mb30-xs{ margin-bottom: 30px !important; }
}

/*-----------------------------------------------
| Padding
-----------------------------------------------*/
.ph60{ padding-top: 60px !important; padding-bottom: 60px !important; }

/*-----------------------------------------------
| Style
-----------------------------------------------*/
.border-radius10{ border-radius: 10px; }

/*-----------------------------------------------
| Text
-----------------------------------------------*/
.hidden-txt{ visibility: hidden; }

@media (max-width: 660px){
  .a-r-xs{ text-align: right !important; }
  .a-l-xs{ text-align: left !important; }
  .a-c-xs{ text-align: center !important; }
}
@media (min-width: 661px){
  .a-r-sm{ text-align: right !important; }
  .a-l-sm{ text-align: left !important; }
  .a-c-sm{ text-align: center !important; }
}

/*-----------------------------------------------
| Font
-----------------------------------------------*/
.fb{ font-weight: 700; }

.fz10{ font-size: 10px; }
