@charset "utf-8";

/***** common.css *****/

/* reset */
body,
hr,
p,
ul,
ol,
h1,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

* {
  box-sizing: border-box;
}

img {
  border: none;
  width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: top;
}

hr {
  border-bottom: none;
}

a {
  color: #585858;
  text-decoration: none;
}

/* a:hover {
  opacity: 0.7;
} */

img[src$=".svg"],
object[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* setting */
body {
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  /* font-family: "Arial","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif; */
  /* font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #2B2B2B;
  background: #fff;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1366px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    /* font-family: "Arial","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","メイリオ",Meiryo,sans-serif; */
  }
}

.page-protect {
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  user-select:none;
  -khtml-user-drag:none;
  -webkit-user-drag:none
}
@media print {
  img.protect { display: none !important; }
}

body.preload .wow {
  opacity: 0 !important;
}
  
picture {
  display: block;
  font-size: 0;
}

body > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.-pc {
  display: none;
}

.-sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .-sp {
    display: none;
  }

  .-pc {
    display: block;
  }
}

/***** loading *****/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 102vh;
  background: #fff;
  z-index: 1000;
}

/***** base *****/
.wrapper {
  background: #fff;
}


/* colorbox overwrite */
#cboxClose {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	background: url("../img/teaser/icon_close_white.svg") center center no-repeat;
  background-size: 100%;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	transition: all .5s;
	z-index: 200;
}

/* nav */

/* teaser */
.contents_wrap {
  display: block;
}
.sidenav {
  display: none;
}
.maincontents {
  width: 100%;
}
.main {
  width: 100%;
  padding-top: 60px;
}
.mv {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  .contents_wrap {
    display: flex;
    min-width: 1366px;
  }
  .sidenav {
    position: relative;
    display: block;
    width: 300px;
    background: #F7F7F7;
  }
  .sidenav_inner {
    position: relative;
  }
  .sidenav_contents {
    position: sticky;
    top: 0;
  }
  .sidenav_contents.scrolled {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .spheader {
    display: none;
  }
  .btn_drawer {
    display: none;
  }
  .maincontents {
    /*width: calc(100% - 300px);*/
    width: 100%;
  }
  .main {
    width: 100%;
    padding-top: 100px;
  }
}

.spheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 9px 0 0 10px;
  box-shadow: 0 3px 3px rgba(0,0,0,.16);
  background: #fff;
  z-index: 998;
}
.spheader_logo {
  width: 100px;
  height: 42px;
}

.btn_drawer {
  position: fixed;
  top: 8px;
  right: 4px;
  display: block;
  width: 50px;
  height: 46px;
  z-index: 1000;
  cursor: pointer;
}
.btn_drawer span {
  position: absolute;
  left: 8px;
  display: inline-block;
  width: 34px;
  height: 4px;
  border-radius: 2px;
  background: #797979;
  transition: .25s;
}
.btn_drawer span:first-of-type {
  top: 8px;
}
.btn_drawer span:nth-of-type(2) {
  top: 20px;
}
.btn_drawer span:last-of-type {
  top: 33px;
}
.btn_drawer.open span:first-of-type {
  top: 20px;
  transform: rotate(225deg);
  background: #555;
}
.btn_drawer.open span:nth-of-type(2) {
  width: 0;
}
.btn_drawer.open span:last-of-type {
  top: 20px;
  transform: rotate(-225deg);
  background: #555;
}

@media screen and (min-width: 769px) {
  .btn_drawer {
    display: none;
  }
}

.drawer {
  position: fixed;
  top: 0;
  left: 101%;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  /*padding: 90px 30px 40px;*/
  padding: 50px 30px 40px;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: .3s;
}
.drawer.open {
  left: 0;
}
.drawer_inner {
  max-width: 243px;
  margin: 0 auto; 
}
.drawer_menu {
  margin: 45px 0;
}
.drawer_menu_item {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.drawer_menu_item:first-of-type {
  margin-top: 0;
}
.nav_share {
  display: block;
}
.nav_social_twitter {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 18px;
  overflow: hidden;
}

.sidenav_inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 300px;
  /* height: 100vh; */
  padding: 35px 20px;
  overflow-y: auto;
}
.sidenav_logo {
  margin: 0 0 49px;
  padding: 0 0 28px;
  border-bottom: 1px solid #000;
}
.sidenav_menu_item {
  position: relative;
  display: block;
  margin: 3px 0;
  padding: 2px 5px;
  overflow: hidden;
  transition: .3s;
}
.sidenav_menu_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #dbaa42 0%, #ef7635 100%);
  z-index: 0;
  opacity: 0;
  transition: .5s;
}
.sidenav_menu_item:hover::before {
  opacity: 1;
}
.sidenav_menu_item p {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #2B2B2B;
  z-index: 1;
  transition: .3s;
}
.sidenav_menu_item:hover p {
  color: #fff;
}

.sidenav_share {
  width: 240px;
  margin: 0 auto;
}
.nav_share_title {
  display: flex;
  align-items: center;
}
.nav_share_title::before,
.nav_share_title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
.nav_share_title::before {
  margin-right: 1rem;
}
.nav_share_title::after {
  margin-left: 1rem;
}
.nav_share_title .nav_share_title_text {
  width: 36px;
  height: 12px;
}
.nav_share_wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.sidenav_share_item {
  width: 36px;
  height: 36px;
  margin: 0 10px;
}

@media screen and (min-width: 420px) {
  .drawer {
    padding: 90px 60px 40px;
  }
}

@media screen and (min-width: 769px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1366px;;
    height: 100px;
    min-height: 100px;
    padding: 16px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #D9970B;
    background: #fff;
    z-index: 999;
    overflow-y: hidden;
    transition: .3s;
  }
  .drawer.scrolled {
    top: 0;
  }
  .drawer_inner {
    max-width: 100%;
    margin: 0 auto; 
  }
  .drawer_logo {
    width: 187px;
    height: 66px;
  }
  .drawer_menu {
    position: absolute;
    top: 16px;
    left: auto;
    right: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
  }
  .drawer_menu_item {
    position: relative;
    display: block;
    height: 66px;
    line-height: 66px;
    margin-top: 0;
    padding: 0 1em;
    transition: .25s;
  }
  .drawer_menu_item:first-of-type {
    margin-top: 0;
  }
  .drawer_menu_item:hover {
    color: #D9970B;
  }
  .drawer_menu_item::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 1em;
    width: calc(100% - 2em);
    height: 2px;
    background-color: #D9970B;
    opacity: 0;
    transition: .35s;
  }
  .drawer_menu_item:hover::after {
    opacity: 1;
  }
  .drawer_menu_item p {
    font-size: 18px;
    font-weight: 700;
  }
  .nav_share.drawer_share {
    display: none;
  }

  .sidenav_share {
    width: 180px;
    /*margin-top: 110px;*/
    margin-top: 60px;
  }
  .sidenav_social_twitter {
    position: relative;
    display: block;
    width: 180px;
    height: 34px;
    margin: 0 0 18px;
    overflow: hidden;
  }
  .sidenav_social_twitter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 34px;
    background: url(../img/teaser/nav_button_twitter_on.svg) center no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: .2s;
  }
  .sidenav_social_twitter:hover::after {
    opacity: 1;
  }
}

footer {
  position: relative;
  z-index: 20;
}