@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
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, menu, nav, section, summary,
time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.5;
}

article, aside, dialog, figure, footer, header,
hgroup, 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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #666666;
}

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 #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  position: relative;
  color: #606060;
}

pre {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 15px;
  background-color: #000;
  border-radius: 10px;
  color: #0fe;
  white-space: pre-wrap;
  line-height: 1.5;
}
pre.htmlcode {
  color: #0d7;
}

.appearance {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 100px 10px;
  border: 1px solid #666;
  border-radius: 10px;
}

header {
  width: 100%;
  height: 72px;
  margin: 0 auto;
  padding: 16px 20px;
  text-align: center;
}

.partsUnit {
  margin: 0 0 100px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Alegreya Sans', sans-serif;
}

p {
  margin: 0 0 10px;
}

.js-sec {
  opacity: 0;
  transition: 1s;
}
.js-sec.active {
  opacity: 1;
}

.js-up-sec {
  position: relative;
  opacity: 0;
  top: 60px;
  transition: 1s;
}
.js-up-sec.active {
  opacity: 1;
  top: 0;
}

.js-down-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  transition: 1s;
}
.js-down-sec.active {
  opacity: 1;
  top: 0;
}

.js-left-sec {
  position: relative;
  opacity: 0;
  left: -60px;
  transition: 1s;
}
.js-left-sec.active {
  opacity: 1;
  left: 0;
}

.js-right-sec {
  position: relative;
  opacity: 0;
  right: -60px;
  transition: 1s;
}
.js-right-sec.active {
  opacity: 1;
  right: 0;
}

.js-rightdown-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  right: -60px;
  transition: 1s;
}
.js-rightdown-sec.active {
  opacity: 1;
  top: 0;
  right: 0;
}

.js-leftdown-sec {
  position: relative;
  opacity: 0;
  top: -60px;
  left: -60px;
  transition: 1s;
}
.js-leftdown-sec.active {
  opacity: 1;
  top: 0;
  left: 0;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px  !important;
}

.ma {
  margin: 0 auto !important;
}

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

  .wd600 {
    width: 600px !important;
  }

  .wd800 {
    width: 800px !important;
  }

  .wd1000 {
    width: 1000px !important;
  }

  body {
    width: 100%;
    background-color: #fff;
  }
  body#second header {
    margin-bottom: 100px;
  }

  header {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
  }

  #logo {
    float: left;
    width: 127px;
    height: 32px;
  }
  #logo a {
    display: block;
    width: 127px;
    height: 32px;
    background: url(../img/logo.png) no-repeat left center;
    background-size: 127px 32px;
  }
  #logo a span {
    display: none;
  }

  nav {
    display: flex;
    float: right;
    margin: 10px 0 0;
  }
  nav ul li {
    display: inline-block;
    margin-left: 1.5em;
    color: #cccccc;
    font-size: 14px;
  }
  nav ul li:first-child {
    margin-left: 0;
  }
  nav ul li a {
    color: #d4a900;
    text-decoration: none;
    font-weight: bold;
  }
  nav ul.language {
    margin-left: 2em;
  }
  nav ul.language li {
    margin-left: 0.75em;
    padding-left: 0.75em;
    border-left: 1px solid #d4a900;
    line-height: 1;
  }
  nav ul.language li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  nav ul.language li.on {
    color: #cccccc;
  }
  nav ul.sns {
    align-items: center;
    margin-left: 2em;
  }
  nav ul.sns:before {
    content: "SNS";
    display: inline-block;
    width: 42px;
    height: 19px;
    margin-top: -4px;
    margin-right: 10px;
    color: #d4a900;
    font-size: 10px;
    transform: scale(0.9);
    line-height: 19px;
    vertical-align: text-top;
  }
  nav ul.sns li {
    width: 21px;
    height: 19px;
    margin-left: 10px;
  }
  nav ul.sns li a {
    display: block;
    width: 21px;
    height: 19px;
  }
  nav ul.sns li.twitter a {
    background: url(../img/head_sns_twitter.png) no-repeat center;
    background-size: 21px 19px;
  }
  nav ul.sns li.facebook a {
    background: url(../img/head_sns_facebook.png) no-repeat center;
    background-size: 21px 19px;
  }
  nav ul.sns li.line a {
    background: url(../img/head_sns_line.png) no-repeat center;
    background-size: 21px 19px;
  }
  nav ul.sns li.instagram a {
    background: url(../img/head_sns_instagram.png) no-repeat center;
    background-size: 21px 19px;
  }
  nav ul.sns li:first-child {
    margin-left: 0;
  }

  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 15px 20px;
    transition: .3s;
    transform: translateY(-100%);
  }

  .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  .is-show ul {
    max-width: 1200px;
    margin: 0 auto;
  }

  #container {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    margin: 72px auto 0;
  }

  #contents {
    width: 100%;
    margin: 0 auto;
  }
  #contents section {
    margin: 0 auto;
  }

  .left_box_unit {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
  }
  .left_box_unit .left_img {
    width: 46%;
    max-width: 500px;
    margin: 0 40px 0 0;
  }
  .left_box_unit .left_img img {
    width: 100%;
    height: auto;
  }
  .left_box_unit .right_txt {
    width: 54%;
  }
  .left_box_unit .right_txt h4 {
    margin: 0 0 20px;
    text-align: left;
    line-height: 1.4;
  }

  .right_box_unit {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
  }
  .right_box_unit .right_img {
    width: 46%;
    max-width: 500px;
    margin: 0 0 0 40px;
  }
  .right_box_unit .right_img img {
    width: 100%;
    height: auto;
  }
  .right_box_unit .left_txt {
    width: 54%;
  }
  .right_box_unit .left_txt h4 {
    margin: 0 0 20px;
    text-align: left;
  }

  .flex_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
    transition: all .4s;
  }
  .flex_box .flex_left {
    width: 48%;
    max-width: 560px;
  }
  .flex_box .flex_right {
    width: 48%;
    max-width: 560px;
  }

  .news_release {
    display: flex;
    flex-wrap: wrap;
  }
  .news_release dt {
    width: 6em;
  }
  .news_release dd {
    width: calc(100% - 6em);
  }

  .three_column_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .three_column_wrap .three_unit {
    width: calc(33.3% - 10px);
  }

  .btn_link {
    display: block;
    width: 300px;
    height: 46px;
    margin: 0 auto;
    line-height: 46px;
    background-color: #09f;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .btn_link:hover {
    background-color: #0d7;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }

  section {
    padding: 0 10px 80px;
  }
  section h2, section h3, section h4 {
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
    line-height: 1;
  }
  section h2 {
    font-size: 60px;
  }
  section h3 {
    font-size: 30px;
  }
  section h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  section .lead {
    margin-bottom: 30px;
    text-align: center;
  }
  section .s_sec {
    margin-bottom: 40px;
  }

  #bnr_area {
    width: 100%;
    max-width: 100%;
    padding: 85px 0;
    background: url(../img/top/bg_top_bnr_area.png) no-repeat center;
    background-size: cover;
  }
  #bnr_area .flex_box {
    width: 96%;
    max-width: 907px;
    margin: 0 auto;
  }
  #bnr_area .flex_box .unit {
    width: 48%;
    max-width: 416px;
  }
  #bnr_area .flex_box .unit.landing_page a {
    display: block;
    width: 100%;
    max-width: 416px;
    padding-top: 31.25%;
    background: url(../img/top/bnr_area_lp.png) no-repeat center;
    background-size: contain;
  }
  #bnr_area .flex_box .unit.campaign a {
    display: block;
    width: 100%;
    max-width: 416px;
    padding-top: 31.25%;
    background: url(../img/top/bnr_area_campaign.png) no-repeat center;
    background-size: contain;
  }
  #bnr_area .flex_box .unit.kurokami a {
    display: block;
    width: 100%;
    max-width: 416px;
    padding-top: 31.25%;
    background: url(../img/top/bnr_area_kurokamibijin.png) no-repeat center;
    background-size: contain;
  }
  #bnr_area .flex_box .unit span {
    display: none;
  }
  #bnr_area .flex_box a:hover {
    opacity: .7;
  }

  footer {
    margin: 0;
    padding: 40px 0;
    background-color: #fff;
  }
  footer ul.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    margin: 0 auto 82px;
    list-style-type: none;
  }
  footer ul.sns:before {
    content: "SHARE";
    display: block;
    width: 150px;
    margin-bottom: 26px;
    color: #f39976;
    font-size: 13px;
    line-height: 19px;
    vertical-align: text-top;
    letter-spacing: 1.6px;
    text-align: center;
  }
  footer ul.sns li {
    width: 33px;
    height: 31px;
  }
  footer ul.sns li a {
    display: block;
    width: 33px;
    height: 31px;
  }
  footer ul.sns li.twitter {
    background: url(../img/footer_sns_twitter.png) no-repeat center;
    background-size: 33px 31px;
  }
  footer ul.sns li.facebook {
    background: url(../img/footer_sns_facebook.png) no-repeat center;
    background-size: 33px 31px;
  }
  footer ul.sns li.line {
    background: url(../img/footer_sns_line.png) no-repeat center;
    background-size: 33px 31px;
  }
  footer #footer_logo {
    width: 219px;
    height: 19px;
    margin: 0 auto 20px;
  }
  footer #footer_logo a {
    display: block;
    width: 219px;
    height: 19px;
    background: url(../img/footer_logo-ch.png) no-repeat center;
    background-size: 219px 19px;
  }
  footer #footer_logo a:hover {
    opacity: .7;
  }
  footer #footer_logo span {
    display: none;
  }
  footer #copyright {
    color: #595757;
    text-align: center;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
  }

  #pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 59px;
    height: 59px;
    background: url(../img/icn_arrow_up.png) no-repeat center;
    background-size: 59px;
  }
  #pagetop.stop {
    position: absolute;
    bottom: 313px;
  }
  #pagetop a {
    display: block;
    width: 59px;
    height: 59px;
    border-radius: 29px;
    text-indent: -9999px;
  }

  .path {
    width: 100%;
    padding: 27px 46px;
    background-color: #e6e6e6;
  }
  .path ul li {
    display: inline-block;
    line-height: 1;
  }
  .path ul li + li:before {
    display: inline-block;
    content: ">";
    width: 1em;
    height: 1em;
    margin: 0 2px 0 6px;
  }
  .path ul li a {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp_menu {
    display: block;
    margin: 0 10px 0 0;
    padding-top: 10px;
    text-align: right;
  }
  .sp_menu .menu-trigger, .sp_menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .sp_menu .menu-trigger {
    position: relative;
    width: 32px;
    height: 16px;
  }
  .sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #d4a900;
  }
  .sp_menu .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .sp_menu .menu-trigger span:nth-child(2) {
    top: 7px;
  }
  .sp_menu .menu-trigger span:nth-child(3) {
    bottom: 0;
  }

  nav {
    display: block;
    position: absolute;
    top: 48px;
    left: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    transition: .3s;
  }
  nav.active {
    left: 0;
  }
  nav ul {
    width: 100%;
  }
  nav ul li {
    display: block;
    margin-left: 0;
    color: #cccccc;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: normal;
  }
  nav ul li a {
    display: block;
    color: #d4a900;
    text-decoration: none;
  }
  nav ul.sp_between_menu:before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    margin: 10px auto;
    background-color: #d4a900;
  }
  nav ul.sp_between_menu:after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px auto;
    background-color: #d4a900;
  }
  nav ul.language {
    margin-left: 0;
    padding: 10px 0;
  }
  nav ul.language li {
    display: inline-block;
    margin-left: 0;
    padding: 0;
    line-height: 1;
    border: none;
  }
  nav ul.language li a {
    display: inline-block;
  }
  nav ul.language li:before {
    display: inline-block;
    content: "/";
    width: 1em;
    height: 1em;
    margin: 0 1em;
    color: #d4a900;
  }
  nav ul.language li:first-child:before {
    display: none;
  }
  nav ul.language li.on {
    color: #cccccc;
  }
  nav ul.sns {
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
  }
  nav ul.sns:before {
    content: "SNS";
    display: block;
    width: 54px;
    height: 19px;
    margin: 0 auto 6px;
    color: #d4a900;
    font-size: 13px;
    line-height: 19px;
    vertical-align: text-top;
  }
  nav ul.sns li {
    display: inline-block;
    width: 32px;
    height: 30px;
    margin: 0 16px;
    padding: 0;
  }
  nav ul.sns li:first-child {
    margin-left: 16px;
  }
  nav ul.sns li a {
    display: block;
    width: 32px;
    height: 30px;
  }
  nav ul.sns li.twitter a {
    background: url(../img/head_sns_twitter_sp.png) no-repeat center;
    background-size: 32px 30px;
  }
  nav ul.sns li.facebook a {
    background: url(../img/head_sns_facebook_sp.png) no-repeat center;
    background-size: 24px 23px;
  }
  nav ul.sns li.line a {
    background: url(../img/head_sns_line_sp.png) no-repeat center;
    background-size: 24px 23px;
  }
  nav ul.sns li.instagram a {
    background: url(../img/head_sns_instagram_sp.png) no-repeat center;
    background-size: 30px 30px;
  }
  nav .sp_contact {
    margin: 10px auto;
    padding: 10px 0;
  }
  nav .sp_contact a {
    color: #d4a900;
    font-size: 15px;
    text-decoration: none;
  }

  .menu-trigger.active span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-225deg);
    transform: translateY(7px) rotate(-225deg);
  }

  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(225deg);
    transform: translateY(-7px) rotate(225deg);
  }

  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-1000%);
  }

  .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  .is-show ul {
    background-color: #fff;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: -1;
  }

  header {
    position: fixed;
    top: 0;
    box-sizing: border-box;
    height: 50px;
    padding: 16px 0 15px;
    background-color: #fff;
    z-index: 1;
  }

  .sp_menu {
    margin: 0 10px 0 0;
    padding-top: 2px;
    text-align: right;
  }
  .sp_menu .menu-trigger, .sp_menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .sp_menu .menu-trigger {
    position: relative;
    width: 32px;
    height: 16px;
  }
  .sp_menu .menu-trigger span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #d4a900;
  }
  .sp_menu .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .sp_menu .menu-trigger span:nth-child(2) {
    top: 7px;
  }
  .sp_menu .menu-trigger span:nth-child(3) {
    bottom: 0;
  }

  #logo {
    float: left;
    width: 84px;
    height: 21px;
    margin: 0 0 0 20px;
  }
  #logo a {
    display: block;
    width: 84px;
    height: 21px;
    background: url(../img/logo_sp.png) no-repeat left center;
    background-size: 84px 21px;
  }
  #logo a span {
    display: none;
  }

  nav {
    position: fixed;
    top: 48px;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    transition: .2s;
  }
  nav.active {
    position: fixed;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    transition: .3s;
  }
  nav ul {
    width: 100%;
  }
  nav ul li {
    padding: 12px 10px;
    color: #cccccc;
    font-size: 18px;
  }
  nav ul li a {
    display: block;
    color: #d4a900;
    text-decoration: none;
  }
  nav ul.sp_between_menu {
    margin-bottom: 28px;
  }
  nav ul.sp_between_menu li {
    padding: 0;
    line-height: 1;
  }
  nav ul.sp_between_menu li + li {
    margin-top: 31px;
  }
  nav ul.sp_between_menu:before {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    margin: 10px auto 28px;
    background-color: #d4a900;
  }
  nav ul.sp_between_menu:after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    margin: 28px auto 0;
    background-color: #d4a900;
  }
  nav ul.language {
    margin-bottom: 31px;
    padding: 0;
  }
  nav ul.language li {
    display: inline-block;
    padding: 0;
    line-height: 1;
  }
  nav ul.language li a {
    display: inline-block;
  }
  nav ul.language li:before {
    display: inline-block;
    content: "/";
    width: 1em;
    height: 1em;
    margin: 0 1em;
    color: #d4a900;
  }
  nav ul.language li:first-child:before {
    display: none;
  }
  nav ul.language li.on {
    color: #cccccc;
  }
  nav ul.sns {
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }
  nav ul.sns:before {
    content: "SNS";
    display: block;
    width: 54px;
    height: 19px;
    margin: 0 auto 6px;
    color: #d4a900;
    font-size: 13px;
    line-height: 19px;
    vertical-align: text-top;
  }
  nav ul.sns li {
    display: inline-block;
    width: 32px;
    height: 30px;
    margin: 0 31px;
    padding: 0;
  }
  nav ul.sns li a {
    display: block;
    width: 32px;
    height: 30px;
  }
  nav ul.sns li.twitter a {
    background: url(../img/head_sns_twitter_sp.png) no-repeat center;
    background-size: 32px 30px;
  }
  nav ul.sns li.facebook a {
    background: url(../img/head_sns_facebook_sp.png) no-repeat center;
    background-size: 24px 23px;
  }
  nav ul.sns li.line a {
    background: url(../img/head_sns_line_sp.png) no-repeat center;
    background-size: 24px 23px;
  }
  nav ul.sns li.instagram a {
    background: url(../img/head_sns_instagram_sp.png) no-repeat center;
    background-size: 30px 30px;
  }
  nav .sp_contact {
    margin: 0 auto 31px;
    padding: 0;
  }
  nav .sp_contact a {
    color: #d4a900;
    font-size: 15px;
    text-decoration: none;
    line-height: 1;
  }

  .menu-trigger.active span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-225deg);
    transform: translateY(7px) rotate(-225deg);
  }

  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(225deg);
    transform: translateY(-7px) rotate(225deg);
  }

  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-1000%);
  }

  .is-show {
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  }
  .is-show ul {
    max-width: 768px;
    background-color: #fff;
  }

  #container {
    overflow: hidden;
    width: 100%;
    max-width: 768px;
    min-height: 100vh;
    margin: 42px auto 0;
  }

  section {
    width: 96%;
    margin: 0 auto;
  }

  .left_box_unit {
    width: 100%;
    max-width: 768px;
  }
  .left_box_unit .left_img {
    width: 100%;
    margin: 0 0 20px;
  }
  .left_box_unit .left_img img {
    width: 100%;
    height: auto;
  }
  .left_box_unit .right_txt {
    width: 100%;
  }
  .left_box_unit .right_txt h4 {
    font-size: 16px;
    margin: 0 0 20px;
    text-align: left;
    line-height: 1.6;
  }

  .right_box_unit {
    width: 100%;
    max-width: 768px;
  }
  .right_box_unit .right_img {
    width: 100%;
    margin: 0 0 20px;
  }
  .right_box_unit .right_img img {
    width: 100%;
    height: auto;
  }
  .right_box_unit .left_txt {
    width: 100%;
  }
  .right_box_unit .left_txt h4 {
    font-size: 16px;
    margin: 0 0 20px;
    text-align: left;
    line-height: 1.6;
  }

  .flex_box {
    position: relative;
    margin: 0 0 50px;
    transition: all .4s;
  }
  .flex_box h4 {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }

  .news_release dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .news_release dd {
    width: 100%;
    margin-bottom: 10px;
  }

  .three_column_wrap .three_unit {
    width: 100%;
  }

  .btn_link {
    display: block;
    width: 95%;
    height: 46px;
    margin: 0 auto;
    line-height: 46px;
    background-color: #09f;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .btn_link:hover {
    background-color: #0d7;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  }

  section {
    padding: 0 10px 50px;
  }
  section h2, section h3, section h4 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: normal;
    line-height: 1;
  }
  section h2 {
    font-size: 30px;
  }
  section h3 {
    font-size: 20px;
  }
  section h4 {
    font-size: 14px;
  }
  section .lead {
    margin-bottom: 30px;
    line-height: 1.8;
  }

  #bnr_area {
    width: 100%;
    max-width: 100%;
    padding: 33px 0 88px;
    background: url(../img/top/sp/bg_top_bnr_area.png) no-repeat center;
    background-size: cover;
  }
  #bnr_area .flex_box {
    width: 96%;
    max-width: 317px;
    margin: 0 auto;
  }
  #bnr_area .flex_box .unit {
    width: 100%;
    max-width: 317px;
    margin-bottom: 21px;
  }
  #bnr_area .flex_box .unit.campaign a {
    display: block;
    width: 100%;
    max-width: 317px;
    padding-top: 31.2302%;
    background: url(../img/top/sp/bnr_area_campaign.png) no-repeat center;
    background-size: contain;
  }
  #bnr_area .flex_box .unit.landing_page a {
    display: block;
    width: 100%;
    max-width: 317px;
    padding-top: 31.2302%;
    background: url(../img/top/bnr_area_lp.png) no-repeat center;
    background-size: contain;
  }
  #bnr_area .flex_box .unit.kurokami a {
    display: block;
    width: 100%;
    max-width: 317px;
    padding-top: 31.2302%;
    background: url(../img/top/sp/bnr_area_kurokamibijin.png) no-repeat center;
    background-size: contain;
  }
  #bnr_area .flex_box .unit span {
    display: none;
  }
  #bnr_area .flex_box .unit:last-child {
    margin-bottom: 0;
  }

  footer {
    margin: 0;
    padding: 38px 0;
    background-color: #fff;
  }
  footer ul.sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    margin: 0 auto 48px;
    list-style-type: none;
  }
  footer ul.sns:before {
    content: "SHARE";
    display: block;
    width: 150px;
    margin-bottom: 24px;
    color: #f39976;
    font-size: 13px;
    line-height: 19px;
    vertical-align: text-top;
    letter-spacing: 1.6px;
    text-align: center;
  }
  footer ul.sns li {
    width: 28px;
    height: 27px;
  }
  footer ul.sns li a {
    display: block;
    width: 28px;
    height: 27px;
  }
  footer ul.sns li.twitter {
    background: url(../img/footer_sns_twitter_sp.png) no-repeat center;
    background-size: 28px 27px;
  }
  footer ul.sns li.facebook {
    background: url(../img/footer_sns_facebook_sp.png) no-repeat center;
    background-size: 28px 27px;
  }
  footer ul.sns li.line {
    background: url(../img/footer_sns_line_sp.png) no-repeat center;
    background-size: 28px 27px;
  }
  footer #footer_logo {
    width: 153px;
    height: 13px;
    margin: 0 auto 12px;
  }
  footer #footer_logo a {
    display: block;
    width: 152px;
    height: 13px;
    background: url("../img/footer_logo_sp-ch.png") no-repeat center;
    background-size: 153px 13px;
  }
  footer #footer_logo span {
    display: none;
  }
  footer #copyright {
    margin-bottom: 0;
    color: #595757;
    text-align: center;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 1px;
  }

  #pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    background: url(../img/icn_arrow_up.png) no-repeat center;
    background-size: 52px;
  }
  #pagetop.stop {
    position: absolute;
    bottom: 248px;
  }
  #pagetop.stop2 {
    position: absolute;
    bottom: 295px;
  }
  #pagetop a {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    text-indent: -9999px;
  }

  .path {
    width: 100%;
    padding: 14px 23px;
    background-color: #e6e6e6;
  }
  .path ul li {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
  }
  .path ul li span {
    font-size: 10px;
  }
  .path ul li + li:before {
    display: inline-block;
    content: ">";
    width: 1em;
    height: 1em;
    margin: 0 2px 0 6px;
  }
  .path ul li a {
    font-size: 10px;
    text-decoration: none;
  }
}

/*# sourceMappingURL=style.css.map */
