@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Noto+Sans+JP:wght@400;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/****************************************

          $breakpoint

@include maxs($breakpoint-sp) {}

*****************************************/
/*============================
body
============================*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-kerning: auto;
  font-feature-settings: "palt" 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-font-smoothing: antialiased;
  }
}

/*============================
base
============================*/
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

small {
  display: inline-block;
  font-size: 70%;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

sup {
  position: relative;
  vertical-align: top;
  font-size: 70%;
  top: -0.1em;
}

sub {
  position: relative;
  vertical-align: bottom;
  font-size: 70%;
  bottom: -0.1em;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.jp {
  font-family: "Noto Sans JP", sans-serif;
}

/*============================
color
============================*/
/*============================
extend：@extend %base;
============================*/
.example {
  position: absolute;
}

article#top.top section#cover.cover div.scroll,
article#page.page div.page-cover .inner .scroll,
article#lifestyle.lifestyle div.cover .inner .scroll,
article#special.special .cover .inner .scroll,
article#campaign.campaign .cover .inner .scroll,
article#campaign202201.campaign202201 .cover .inner .scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 120px;
  background-image: url(../img/common/txt-scroll.png);
  background-size: 10px 45px;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.scroll,
  article#page.page div.page-cover .inner .scroll,
  article#lifestyle.lifestyle div.cover .inner .scroll,
  article#special.special .cover .inner .scroll,
  article#campaign.campaign .cover .inner .scroll,
  article#campaign202201.campaign202201 .cover .inner .scroll {
    height: 90px;
  }
}
article#top.top section#cover.cover div.scroll::before,
article#page.page div.page-cover .inner .scroll::before,
article#lifestyle.lifestyle div.cover .inner .scroll::before,
article#special.special .cover .inner .scroll::before,
article#campaign.campaign .cover .inner .scroll::before,
article#campaign202201.campaign202201 .cover .inner .scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 120px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.scroll::before,
  article#page.page div.page-cover .inner .scroll::before,
  article#lifestyle.lifestyle div.cover .inner .scroll::before,
  article#special.special .cover .inner .scroll::before,
  article#campaign.campaign .cover .inner .scroll::before,
  article#campaign202201.campaign202201 .cover .inner .scroll::before {
    height: 90px;
  }
}
article#top.top section#cover.cover div.scroll::after,
article#page.page div.page-cover .inner .scroll::after,
article#lifestyle.lifestyle div.cover .inner .scroll::after,
article#special.special .cover .inner .scroll::after,
article#campaign.campaign .cover .inner .scroll::after,
article#campaign202201.campaign202201 .cover .inner .scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #ffea00;
  animation: scroll 3s ease infinite;
}
@keyframes scroll {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 0;
    height: 100%;
  }
  51% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;
    height: 0;
  }
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-thumb
  span,
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item,
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  div.banner-wrap,
div.banner-long-wrap a,
div.banner-flex-wrap a,
article#page.page section.sec-page div.inner div.page-block,
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item,
article#page.page div.bg-img,
article#lifestyle.lifestyle section.sec-column2 div.thumb span,
article#lifestyle.lifestyle div.insert,
article#lifestyle.lifestyle section.sec-recommend div.recommend-list a,
article#lifestyle.lifestyle section.sec-next .inner div.page-life-list a,
article#special.special section.sec-movie .youtube,
article#special.special section.sec-column2 div.thumb span,
article#special.special section.sec-profile div.thumb span,
article#campaign.campaign section.sec-campaign .line-block a.btn-line,
article#campaign.campaign section.sec-campaign .line-block div.btn-line,
article#campaign.campaign section.sec-campaign .oubo-block,
article#campaign.campaign section.sec-campaign .course-block > div,
article#campaign.campaign section.sec-campaign div.step-block div,
article#campaign.campaign .kiyaku-block,
article#campaign202201.campaign202201 section.sec-campaign h2.ttl-lead span,
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  a.btn-line,
article#campaign202201.campaign202201 section.sec-campaign .oubo-block,
article#campaign202201.campaign202201 section.sec-campaign .ttl-shinsyun span,
article#campaign202201.campaign202201 section.sec-campaign .set-list .item,
article#campaign202201.campaign202201 section.sec-campaign .course-block > div,
article#campaign202201.campaign202201 section.sec-campaign p.txt-quo,
article#campaign202201.campaign202201 section.sec-campaign p.txt-oubohouhou,
article#campaign202201.campaign202201 section.sec-campaign div.step-block div,
article#campaign202201.campaign202201 .kiyaku-block {
  position: relative;
  overflow: hidden;
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-thumb
  span.inview,
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.inview.item,
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a.inview,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  div.inview.banner-wrap,
div.banner-long-wrap a.inview,
div.banner-flex-wrap a.inview,
article#page.page section.sec-page div.inner div.inview.page-block,
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.inview.item,
article#page.page div.inview.bg-img,
article#lifestyle.lifestyle section.sec-column2 div.thumb span.inview,
article#lifestyle.lifestyle div.inview.insert,
article#lifestyle.lifestyle section.sec-recommend div.recommend-list a.inview,
article#lifestyle.lifestyle section.sec-next .inner div.page-life-list a.inview,
article#special.special section.sec-movie .inview.youtube,
article#special.special section.sec-column2 div.thumb span.inview,
article#special.special section.sec-profile div.thumb span.inview,
article#campaign.campaign section.sec-campaign .line-block a.inview.btn-line,
article#campaign.campaign section.sec-campaign .line-block div.inview.btn-line,
article#campaign.campaign section.sec-campaign .inview.oubo-block,
article#campaign.campaign section.sec-campaign .course-block > div.inview,
article#campaign.campaign section.sec-campaign div.step-block div.inview,
article#campaign.campaign .inview.kiyaku-block,
article#campaign202201.campaign202201
  section.sec-campaign
  h2.ttl-lead
  span.inview,
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  a.inview.btn-line,
article#campaign202201.campaign202201 section.sec-campaign .inview.oubo-block,
article#campaign202201.campaign202201
  section.sec-campaign
  .ttl-shinsyun
  span.inview,
article#campaign202201.campaign202201
  section.sec-campaign
  .set-list
  .inview.item,
article#campaign202201.campaign202201
  section.sec-campaign
  .course-block
  > div.inview,
article#campaign202201.campaign202201 section.sec-campaign p.inview.txt-quo,
article#campaign202201.campaign202201
  section.sec-campaign
  p.inview.txt-oubohouhou,
article#campaign202201.campaign202201
  section.sec-campaign
  div.step-block
  div.inview,
article#campaign202201.campaign202201 .inview.kiyaku-block {
  transform: scaleX(0);
  transform-origin: left top;
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-thumb
  span.inview::after,
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.inview.item::after,
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a.inview::after,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  div.inview.banner-wrap::after,
div.banner-long-wrap a.inview::after,
div.banner-flex-wrap a.inview::after,
article#page.page section.sec-page div.inner div.inview.page-block::after,
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.inview.item::after,
article#page.page div.inview.bg-img::after,
article#lifestyle.lifestyle section.sec-column2 div.thumb span.inview::after,
article#lifestyle.lifestyle div.inview.insert::after,
article#lifestyle.lifestyle
  section.sec-recommend
  div.recommend-list
  a.inview::after,
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a.inview::after,
article#special.special section.sec-movie .inview.youtube::after,
article#special.special section.sec-column2 div.thumb span.inview::after,
article#special.special section.sec-profile div.thumb span.inview::after,
article#campaign.campaign
  section.sec-campaign
  .line-block
  a.inview.btn-line::after,
article#campaign.campaign
  section.sec-campaign
  .line-block
  div.inview.btn-line::after,
article#campaign.campaign section.sec-campaign .inview.oubo-block::after,
article#campaign.campaign
  section.sec-campaign
  .course-block
  > div.inview::after,
article#campaign.campaign section.sec-campaign div.step-block div.inview::after,
article#campaign.campaign .inview.kiyaku-block::after,
article#campaign202201.campaign202201
  section.sec-campaign
  h2.ttl-lead
  span.inview::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  a.inview.btn-line::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .inview.oubo-block::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .ttl-shinsyun
  span.inview::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .set-list
  .inview.item::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .course-block
  > div.inview::after,
article#campaign202201.campaign202201
  section.sec-campaign
  p.inview.txt-quo::after,
article#campaign202201.campaign202201
  section.sec-campaign
  p.inview.txt-oubohouhou::after,
article#campaign202201.campaign202201
  section.sec-campaign
  div.step-block
  div.inview::after,
article#campaign202201.campaign202201 .inview.kiyaku-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transform: translate(0, 0);
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-thumb
  span.inview.show,
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.inview.show.item,
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a.inview.show,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  div.inview.show.banner-wrap,
div.banner-long-wrap a.inview.show,
div.banner-flex-wrap a.inview.show,
article#page.page section.sec-page div.inner div.inview.show.page-block,
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.inview.show.item,
article#page.page div.inview.show.bg-img,
article#lifestyle.lifestyle section.sec-column2 div.thumb span.inview.show,
article#lifestyle.lifestyle div.inview.show.insert,
article#lifestyle.lifestyle
  section.sec-recommend
  div.recommend-list
  a.inview.show,
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a.inview.show,
article#special.special section.sec-movie .inview.show.youtube,
article#special.special section.sec-column2 div.thumb span.inview.show,
article#special.special section.sec-profile div.thumb span.inview.show,
article#campaign.campaign
  section.sec-campaign
  .line-block
  a.inview.show.btn-line,
article#campaign.campaign
  section.sec-campaign
  .line-block
  div.inview.show.btn-line,
article#campaign.campaign section.sec-campaign .inview.show.oubo-block,
article#campaign.campaign section.sec-campaign .course-block > div.inview.show,
article#campaign.campaign section.sec-campaign div.step-block div.inview.show,
article#campaign.campaign .inview.show.kiyaku-block,
article#campaign202201.campaign202201
  section.sec-campaign
  h2.ttl-lead
  span.inview.show,
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  a.inview.show.btn-line,
article#campaign202201.campaign202201
  section.sec-campaign
  .inview.show.oubo-block,
article#campaign202201.campaign202201
  section.sec-campaign
  .ttl-shinsyun
  span.inview.show,
article#campaign202201.campaign202201
  section.sec-campaign
  .set-list
  .inview.show.item,
article#campaign202201.campaign202201
  section.sec-campaign
  .course-block
  > div.inview.show,
article#campaign202201.campaign202201
  section.sec-campaign
  p.inview.show.txt-quo,
article#campaign202201.campaign202201
  section.sec-campaign
  p.inview.show.txt-oubohouhou,
article#campaign202201.campaign202201
  section.sec-campaign
  div.step-block
  div.inview.show,
article#campaign202201.campaign202201 .inview.show.kiyaku-block {
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.01, 0.75, 0.25, 1) 0.4s;
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-thumb
  span.inview.show::after,
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.inview.show.item::after,
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a.inview.show::after,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  div.inview.show.banner-wrap::after,
div.banner-long-wrap a.inview.show::after,
div.banner-flex-wrap a.inview.show::after,
article#page.page section.sec-page div.inner div.inview.show.page-block::after,
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.inview.show.item::after,
article#page.page div.inview.show.bg-img::after,
article#lifestyle.lifestyle
  section.sec-column2
  div.thumb
  span.inview.show::after,
article#lifestyle.lifestyle div.inview.show.insert::after,
article#lifestyle.lifestyle
  section.sec-recommend
  div.recommend-list
  a.inview.show::after,
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a.inview.show::after,
article#special.special section.sec-movie .inview.show.youtube::after,
article#special.special section.sec-column2 div.thumb span.inview.show::after,
article#special.special section.sec-profile div.thumb span.inview.show::after,
article#campaign.campaign
  section.sec-campaign
  .line-block
  a.inview.show.btn-line::after,
article#campaign.campaign
  section.sec-campaign
  .line-block
  div.inview.show.btn-line::after,
article#campaign.campaign section.sec-campaign .inview.show.oubo-block::after,
article#campaign.campaign
  section.sec-campaign
  .course-block
  > div.inview.show::after,
article#campaign.campaign
  section.sec-campaign
  div.step-block
  div.inview.show::after,
article#campaign.campaign .inview.show.kiyaku-block::after,
article#campaign202201.campaign202201
  section.sec-campaign
  h2.ttl-lead
  span.inview.show::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  a.inview.show.btn-line::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .inview.show.oubo-block::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .ttl-shinsyun
  span.inview.show::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .set-list
  .inview.show.item::after,
article#campaign202201.campaign202201
  section.sec-campaign
  .course-block
  > div.inview.show::after,
article#campaign202201.campaign202201
  section.sec-campaign
  p.inview.show.txt-quo::after,
article#campaign202201.campaign202201
  section.sec-campaign
  p.inview.show.txt-oubohouhou::after,
article#campaign202201.campaign202201
  section.sec-campaign
  div.step-block
  div.inview.show::after,
article#campaign202201.campaign202201 .inview.show.kiyaku-block::after {
  transform: translate(101%, 0);
  transition: transform 0.4s cubic-bezier(0.01, 0.75, 0.25, 1) 0.8s;
}

article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-contents
  h2.ttl-about
  span.inview,
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-contents
  p.inview,
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  p.inview.life-style-Lead,
article#page.page section.sec-page div.inner h2.inview.ttl-sec,
article#page.page section.sec-page div.inner > p.inview,
article#lifestyle.lifestyle header.inview.header-life-style,
article#lifestyle.lifestyle section.sec-column1 h2.ttl-read span.inview,
article#lifestyle.lifestyle section.sec-column1 h2.inview.ttl-sec,
article#lifestyle.lifestyle section.sec-column1 p.inview,
article#lifestyle.lifestyle section.sec-column2 div.detail h2.inview.ttl-sec,
article#lifestyle.lifestyle section.sec-column2 div.detail p.inview,
article#lifestyle.lifestyle section.sec-recommend h2.ttl-recommend span.inview,
article#lifestyle.lifestyle section.sec-next .inner h2.inview.ttl-next,
article#special.special h2.ttl-sec span.inview,
article#special.special section.sec-column1 h1.ttl-page span.inview,
article#special.special section.sec-column1 h2.ttl-sec span.inview,
article#special.special section.sec-column1 p.inview,
article#special.special section.sec-column2 div.detail h2.inview.ttl-sec,
article#special.special section.sec-column2 div.detail p.inview,
article#special.special
  section.sec-profile
  div.detail
  h2.ttl-profile
  span.inview,
article#special.special section.sec-profile div.detail p.inview,
article#campaign.campaign section.sec-campaign p.inview,
article#campaign.campaign section.sec-campaign .line-block p.note span.inview,
article#campaign.campaign section.sec-campaign h2.ttl-sec span.inview,
article#campaign202201.campaign202201 section.sec-campaign p.inview,
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  p.note
  span.inview,
article#campaign202201.campaign202201
  section.sec-campaign
  h2.ttl-sec
  span.inview {
  opacity: 0;
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-contents
  h2.ttl-about
  span.inview.show,
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-contents
  p.inview.show,
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  p.inview.show.life-style-Lead,
article#page.page section.sec-page div.inner h2.inview.show.ttl-sec,
article#page.page section.sec-page div.inner > p.inview.show,
article#lifestyle.lifestyle header.inview.show.header-life-style,
article#lifestyle.lifestyle section.sec-column1 h2.ttl-read span.inview.show,
article#lifestyle.lifestyle section.sec-column1 h2.inview.show.ttl-sec,
article#lifestyle.lifestyle section.sec-column1 p.inview.show,
article#lifestyle.lifestyle
  section.sec-column2
  div.detail
  h2.inview.show.ttl-sec,
article#lifestyle.lifestyle section.sec-column2 div.detail p.inview.show,
article#lifestyle.lifestyle
  section.sec-recommend
  h2.ttl-recommend
  span.inview.show,
article#lifestyle.lifestyle section.sec-next .inner h2.inview.show.ttl-next,
article#special.special h2.ttl-sec span.inview.show,
article#special.special section.sec-column1 h1.ttl-page span.inview.show,
article#special.special section.sec-column1 p.inview.show,
article#special.special section.sec-column2 div.detail h2.inview.show.ttl-sec,
article#special.special section.sec-column2 div.detail p.inview.show,
article#special.special
  section.sec-profile
  div.detail
  h2.ttl-profile
  span.inview.show,
article#special.special section.sec-profile div.detail p.inview.show,
article#campaign.campaign section.sec-campaign p.inview.show,
article#campaign.campaign
  section.sec-campaign
  .line-block
  p.note
  span.inview.show,
article#campaign.campaign section.sec-campaign h2.ttl-sec span.inview.show,
article#campaign202201.campaign202201 section.sec-campaign p.inview.show,
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  p.note
  span.inview.show,
article#campaign202201.campaign202201
  section.sec-campaign
  h2.ttl-sec
  span.inview.show {
  transition: all 0.8s ease 0.4s;
  opacity: 1;
}

/*============================
vwでのサイズ指定：vw(16)
============================*/
/*============================
#header
============================*/
header#header.header {
  position: relative;
  width: 100%;
}
header#header.header div.inner {
  width: 100%;
}
header#header.header div.inner > .logo {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100px;
  padding-left: 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header#header.header div.inner > .logo {
    height: 13.33333vw;
    padding-left: 4vw;
  }
}
header#header.header div.inner > .logo img {
  max-width: auto;
  height: 28px;
}
@media screen and (max-width: 768px) {
  header#header.header div.inner > .logo img {
    max-width: auto;
    height: 3.73333vw;
  }
}
@media screen and (min-width: 768px) {
  header#header.header div.inner > .logo a {
    transition: all 0.4s ease;
  }
  header#header.header div.inner > .logo a:hover {
    opacity: 0.7;
  }
}

/*============================
#btn-drawer
============================*/
div#btn-drawer.btn-drawer {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #000;
  z-index: 9001;
}
@media screen and (min-width: 768px) {
  div#btn-drawer.btn-drawer:hover {
    cursor: pointer;
  }
  div#btn-drawer.btn-drawer:hover span.top,
  div#btn-drawer.btn-drawer:hover span.bottom {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  div#btn-drawer.btn-drawer {
    width: 13.33333vw;
    height: 13.33333vw;
  }
}
div#btn-drawer.btn-drawer span.top {
  position: absolute;
  top: 32%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 6px;
  background-color: #fff;
  transition: 0.1s ease-in;
}
@media screen and (max-width: 768px) {
  div#btn-drawer.btn-drawer span.top {
    top: 30%;
    width: 50%;
    height: 0.8vw;
  }
}
div#btn-drawer.btn-drawer span.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s ease-in;
  width: 100px;
  height: 10px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  div#btn-drawer.btn-drawer span.middle {
    width: 100%;
    top: 52%;
    font-size: 2.13333vw;
    letter-spacing: -0.05em;
  }
}
div#btn-drawer.btn-drawer span.bottom {
  position: absolute;
  top: 68%;
  left: 40%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 6px;
  background-color: #fff;
  transition: 0.1s ease-in;
}
@media screen and (max-width: 768px) {
  div#btn-drawer.btn-drawer span.bottom {
    top: 70%;
    width: 50%;
    height: 0.8vw;
  }
}
div#btn-drawer.btn-drawer.active span.middle {
  opacity: 0;
}
div#btn-drawer.btn-drawer.active span.top {
  animation: active_anime1_pc 0.3s linear;
  animation-fill-mode: forwards;
}
div#btn-drawer.btn-drawer.active span.bottom {
  animation: active_anime2_pc 0.3s linear;
  animation-fill-mode: forwards;
}

@keyframes active_anime1_pc {
  25% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
  }
  75% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes active_anime2_pc {
  25% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
  }
  75% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
/*============================
#drawer-menu
============================*/
nav#drawer-menu.drawer-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: 0.3s ease-in-out;
  z-index: 9000;
  overflow-y: scroll;
  background-color: #007749;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu {
    overflow-scrolling: touch;
    max-height: 100vh;
  }
}
@media screen and (min-width: 768px) {
  nav#drawer-menu.drawer-menu .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .inner {
    padding: 13.33333vw 8vw 26.66667vw;
    width: 100vw;
    height: 100%;
    box-sizing: border-box;
  }
}
nav#drawer-menu.drawer-menu .inner .logo-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .inner .logo-wrap {
    padding: 0 8vw;
  }
}
nav#drawer-menu.drawer-menu .inner .logo-wrap .logo {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .inner .logo-wrap .logo {
    max-width: 100%;
  }
}
nav#drawer-menu.drawer-menu .inner .logo-wrap .home {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .inner .logo-wrap .home {
    width: 70%;
    margin: 4vw auto;
    padding: 2.66667vw 2.66667vw;
    font-size: 3.2vw;
  }
}
nav#drawer-menu.drawer-menu .inner .logo-wrap .home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffff00;
  z-index: -1;
  transition: 0.4s ease;
}
nav#drawer-menu.drawer-menu .inner .logo-wrap .home::after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 5px;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  nav#drawer-menu.drawer-menu .inner .logo-wrap .home {
    transition: all 0.4s ease;
  }
  nav#drawer-menu.drawer-menu .inner .logo-wrap .home:hover {
    color: #007749;
    border: 1px solid #ffff00;
  }
  nav#drawer-menu.drawer-menu .inner .logo-wrap .home:hover::before {
    width: 100%;
  }
  nav#drawer-menu.drawer-menu .inner .logo-wrap .home:hover::after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 5px;
    margin-left: 10px;
    border-bottom: 1px solid #007749;
    border-right: 1px solid #007749;
    transform: skew(45deg);
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list {
    padding: 8vw 0;
  }
}
nav#drawer-menu.drawer-menu .drawer-menu-list > ul {
  padding: 0 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul {
    padding: 0 8vw;
  }
}
nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li {
  transform: translateX(5px);
  opacity: 0;
  transition: 0.1s ease-out 0s;
}
nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li + li {
    margin-top: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li:last-child {
    margin-bottom: 13.33333vw;
  }
}
nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li > a {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
}
nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li > a span.jp {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li > a span.jp {
    font-size: 4.8vw;
  }
}
nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li > a span.en {
  font-size: 10px;
  font-weight: 700;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li > a span.en {
    font-size: 2.66667vw;
  }
}
@media screen and (min-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li > a {
    transition: color 0.4s ease;
  }
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li > a:hover {
    color: #ffff00;
  }
}
nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li .child a {
  display: inline-block;
  margin: 15px 0 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li .child a {
    transition: color 0.4s ease;
  }
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li .child a:hover {
    color: #ffff00;
  }
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li .child a {
    font-size: 3.2vw;
    margin: 2.66667vw 0 0 2.66667vw;
  }
}
nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li .child a::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  nav#drawer-menu.drawer-menu .drawer-menu-list > ul > li .child a::before {
    margin-right: 1.33333vw;
  }
}
nav#drawer-menu.drawer-menu.active {
  visibility: visible;
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li {
  transform: translateX(0);
  transition: 0.3s ease-out 0.6s;
  opacity: 1;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(1) {
  transition-delay: 0.6s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(2) {
  transition-delay: 0.7s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(3) {
  transition-delay: 0.8s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(4) {
  transition-delay: 0.9s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(5) {
  transition-delay: 1.1s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(6) {
  transition-delay: 1.2s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(7) {
  transition-delay: 1.3s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(8) {
  transition-delay: 1.4s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(9) {
  transition-delay: 1.5s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(10) {
  transition-delay: 1.6s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(11) {
  transition-delay: 1.7s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(12) {
  transition-delay: 1.8s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(13) {
  transition-delay: 1.9s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(14) {
  transition-delay: 2s;
}
nav#drawer-menu.drawer-menu.active .drawer-menu-list li:nth-child(15) {
  transition-delay: 2.1s;
}

/*============================
#drawer-menu
============================*/
div#erabunara-hikoki.erabunara-hikoki {
  width: 100%;
  background-color: #007749;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner {
    padding: 13.33333vw 8vw 26.66667vw;
    width: 100vw;
    height: 100%;
    box-sizing: border-box;
  }
}
div#erabunara-hikoki.erabunara-hikoki .inner .logo-wrap {
  width: 100%;
}
div#erabunara-hikoki.erabunara-hikoki .inner .logo-wrap a.logo {
  display: block;
  max-width: 220px;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner .logo-wrap a.logo {
    padding: 0 8vw;
    max-width: 100%;
  }
}
div#erabunara-hikoki.erabunara-hikoki .inner .menu-list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner .menu-list {
    padding: 8vw 0;
  }
}
@media screen and (min-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 8vw;
  }
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li + li {
    margin-top: 5.33333vw;
  }
}
div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li > a {
  display: block;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
}
div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li > a span.jp {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki
    .inner
    .menu-list
    > ul
    > li
    > a
    span.jp {
    font-size: 4.8vw;
  }
}
div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li > a span.en {
  font-size: 8px;
  font-weight: 700;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki
    .inner
    .menu-list
    > ul
    > li
    > a
    span.en {
    font-size: 2.66667vw;
  }
}
@media screen and (min-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li > a {
    transition: color 0.4s ease;
  }
  div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li > a:hover {
    color: #ffff00;
  }
}
div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li .child a {
  display: inline-block;
  margin: 15px 15px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li .child a {
    transition: color 0.4s ease;
  }
  div#erabunara-hikoki.erabunara-hikoki
    .inner
    .menu-list
    > ul
    > li
    .child
    a:hover {
    color: #ffff00;
  }
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner .menu-list > ul > li .child a {
    font-size: 3.2vw;
    margin: 2.66667vw 0 0 2.66667vw;
  }
}
div#erabunara-hikoki.erabunara-hikoki
  .inner
  .menu-list
  > ul
  > li
  .child
  a::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki
    .inner
    .menu-list
    > ul
    > li
    .child
    a::before {
    margin-right: 1.33333vw;
  }
}

/*============================
#footer
============================*/
footer#footer.footer {
  background-color: #007749;
  position: relative;
}
footer#footer.footer a.btn-page-top {
  position: absolute;
  top: -65px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #000;
}
footer#footer.footer a.btn-page-top::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
footer#footer.footer div.footer-section.footer-top div.footer-inner,
footer#footer.footer div.footer-section.footer-brand div.footer-inner,
footer#footer.footer div.footer-section.footer-bottom div.footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  footer#footer.footer div.footer-section.footer-top div.footer-inner,
  footer#footer.footer div.footer-section.footer-brand div.footer-inner,
  footer#footer.footer div.footer-section.footer-bottom div.footer-inner {
    display: flex;
    align-items: center;
  }
}
footer#footer.footer div.footer-section.footer-top {
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  footer#footer.footer div.footer-section.footer-top {
    padding: 15px 0;
  }
}
footer#footer.footer div.footer-section.footer-top div.footer-inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  footer#footer.footer div.footer-section.footer-top div.footer-inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.footer-section.footer-top div.footer-inner {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-logo {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-logo {
    padding: 3vw 3vw;
    width: 100%;
    order: 1;
    text-align: center;
  }
}
footer#footer.footer
  div.footer-section.footer-top
  div.footer-inner
  div.footer-logo
  a {
  display: inline-block;
  width: 95px;
}
@media screen and (min-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-logo
    a {
    transition: 0.3s;
  }
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-logo
    a:hover {
    opacity: 0.7;
  }
}
footer#footer.footer
  div.footer-section.footer-top
  div.footer-inner
  div.footer-link {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-link {
    border-top: 1px solid #fff;
    width: 100%;
    order: 3;
    text-align: center;
    padding: 3vw 3vw;
    letter-spacing: 0;
  }
}
footer#footer.footer
  div.footer-section.footer-top
  div.footer-inner
  div.footer-link
  a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-link
    a {
    margin: 0 10px;
    font-size: 12px;
  }
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-link
    a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-link
    a {
    margin: 0 1.33333vw;
    font-size: 2.66667vw;
  }
}
@media screen and (min-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-sns {
    margin-left: auto;
    padding-left: 15px;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-sns {
    border-top: 1px solid #fff;
    width: 100%;
    order: 2;
    text-align: center;
  }
}
footer#footer.footer
  div.footer-section.footer-top
  div.footer-inner
  div.footer-sns
  a {
  color: #333;
  display: inline-block;
  margin: 0 15px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-sns
    a {
    transition: 0.3s;
  }
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-sns
    a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-sns
    a {
    margin: 3vw 3vw;
  }
}
footer#footer.footer
  div.footer-section.footer-top
  div.footer-inner
  div.footer-sns
  a
  img {
  width: auto;
  height: 28px;
}
@media screen and (max-width: 768px) {
  footer#footer.footer
    div.footer-section.footer-top
    div.footer-inner
    div.footer-sns
    a
    img {
    height: 7.46667vw;
  }
}
footer#footer.footer div.footer-section.footer-bottom {
  background-color: #f1f1f1;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.footer-section.footer-bottom {
    padding: 5vw 3vw 5vw;
  }
}
footer#footer.footer div.footer-section.footer-bottom p.copyright {
  margin-right: 0;
  margin-left: auto;
  color: #666;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer#footer.footer div.footer-section.footer-bottom p.copyright {
    text-align: center;
    font-size: 2.66667vw;
  }
}

div.wrap {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div.wrap {
    min-width: 100%;
  }
}

/*============================
extend
============================*/
div.bg-stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.png);
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

div#erabunara-hikoki.erabunara-hikoki .inner,
div.example,
article#top.top section#top-about.top-about div.about-inner,
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner,
article#top.top section#top-life-style.top-life-style div.life-style-inner,
article#top.top section#top-campaign.top-campaign div.campaign-inner,
div.banner-long-wrap,
div.banner-flex-wrap,
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner,
article#lifestyle.lifestyle section.sec-next .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  div#erabunara-hikoki.erabunara-hikoki .inner,
  div.example,
  article#top.top section#top-about.top-about div.about-inner,
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner,
  article#top.top section#top-life-style.top-life-style div.life-style-inner,
  article#top.top section#top-campaign.top-campaign div.campaign-inner,
  div.banner-long-wrap,
  div.banner-flex-wrap,
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner,
  article#lifestyle.lifestyle section.sec-next .inner {
    padding: 0 8vw;
  }
}

article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  h2.ttl-life-style,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  h2.ttl-campaign,
article#page.page h1.ttl-article,
article#special.special section.sec-movie h2.ttl-movie {
  letter-spacing: 0.1em;
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  h2.ttl-life-style
  span.inner,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  h2.ttl-campaign
  span.inner,
article#page.page h1.ttl-article span.inner,
article#special.special section.sec-movie h2.ttl-movie span.inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  h2.ttl-life-style
  span.inner
  + span.inner,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  h2.ttl-campaign
  span.inner
  + span.inner,
article#page.page h1.ttl-article span.inner + span.inner,
article#special.special section.sec-movie h2.ttl-movie span.inner + span.inner {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    h2.ttl-life-style
    span.inner
    + span.inner,
  article#top.top
    section#top-campaign.top-campaign
    div.campaign-inner
    h2.ttl-campaign
    span.inner
    + span.inner,
  article#page.page h1.ttl-article span.inner + span.inner,
  article#special.special
    section.sec-movie
    h2.ttl-movie
    span.inner
    + span.inner {
    margin-top: 1.33333vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  h2.ttl-life-style
  span.inner
  > span.jp,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  h2.ttl-campaign
  span.inner
  > span.jp,
article#page.page h1.ttl-article span.inner > span.jp,
article#special.special section.sec-movie h2.ttl-movie span.inner > span.jp {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 46px;
  min-height: 46px;
  font-weight: 900;
  color: #007749;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    h2.ttl-life-style
    span.inner
    > span.jp,
  article#top.top
    section#top-campaign.top-campaign
    div.campaign-inner
    h2.ttl-campaign
    span.inner
    > span.jp,
  article#page.page h1.ttl-article span.inner > span.jp,
  article#special.special section.sec-movie h2.ttl-movie span.inner > span.jp {
    min-height: 6.4vw;
    padding: 0 2.66667vw;
    font-size: 6.4vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  h2.inview.ttl-life-style,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  h2.inview.ttl-campaign,
article#page.page h1.inview.ttl-article,
article#special.special section.sec-movie h2.inview.ttl-movie {
  opacity: 0;
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  h2.inview.show.ttl-life-style,
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  h2.inview.show.ttl-campaign,
article#page.page h1.inview.show.ttl-article,
article#special.special section.sec-movie h2.inview.show.ttl-movie {
  transition: all 0.8s ease 0.4s;
  opacity: 1;
}

/*============================
#main
============================*/
main#main.main {
  position: relative;
}

/*============================
#top
============================*/
article#top.top {
  /*============================
  #cover
  ============================*/
  /*============================
  #top-about
  ============================*/
  /*============================
  #top-contents-nav
  ============================*/
  /*============================
  #top-life-style
  ============================*/
  /*============================
  #top-campaign
  ============================*/
}
article#top.top section#cover.cover {
  position: relative;
  width: 100%;
  max-height: 683px;
  pointer-events: auto;
}
article#top.top section#cover.cover div.slider {
  position: relative;
  width: 100%;
}
article#top.top section#cover.cover div.slider .slick-prev,
article#top.top section#cover.cover div.slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.slider .slick-prev,
  article#top.top section#cover.cover div.slider .slick-next {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}
article#top.top section#cover.cover div.slider .slick-prev {
  left: 0;
  background-image: url(../img/top/ico-arrow-left.png);
}
article#top.top section#cover.cover div.slider .slick-next {
  right: 0;
  background-image: url(../img/top/ico-arrow-right.png);
}
article#top.top section#cover.cover div.slider .slick-slide img.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.slider .slick-slide img.pc {
    display: none;
  }
}
article#top.top section#cover.cover div.slider .slick-slide img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.slider .slick-slide img.sp {
    display: block;
  }
}
article#top.top section#cover.cover div.slider .slick-item {
  width: 100%;
  height: 100%;
}
article#top.top section#cover.cover div.slider .slick-item .inner {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
article#top.top section#cover.cover div.slider .slick-item .inner a.btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-size: 17px;
  line-height: 1;
  border: 1px solid #ffff00;
  border-radius: 50px;
  text-decoration: none;
  color: #ffff00;
  overflow: hidden;
  z-index: 0;
  width: 340px;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.slider .slick-item .inner a.btn {
    width: auto;
    padding: 2.66667vw 5.33333vw;
    font-size: 3.2vw;
  }
}
article#top.top
  section#cover.cover
  div.slider
  .slick-item
  .inner
  a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffff00;
  z-index: -1;
  transition: 0.4s ease;
}
article#top.top section#cover.cover div.slider .slick-item .inner a.btn::after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 5px;
  margin-left: 20px;
  border-bottom: 1px solid #ffff00;
  border-right: 1px solid #ffff00;
  transform: skew(45deg);
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#cover.cover
    div.slider
    .slick-item
    .inner
    a.btn::after {
    margin-left: 2.66667vw;
  }
}
@media screen and (min-width: 768px) {
  article#top.top section#cover.cover div.slider .slick-item .inner a.btn {
    transition: all 0.4s ease;
  }
  article#top.top
    section#cover.cover
    div.slider
    .slick-item
    .inner
    a.btn:hover {
    color: #007749;
    border: 1px solid #ffff00;
  }
  article#top.top
    section#cover.cover
    div.slider
    .slick-item
    .inner
    a.btn:hover::before {
    width: 100%;
  }
  article#top.top
    section#cover.cover
    div.slider
    .slick-item
    .inner
    a.btn:hover::after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 5px;
    border-bottom: 1px solid #007749;
    border-right: 1px solid #007749;
    transform: skew(45deg);
    transition: all 0.4s ease;
  }
}
article#top.top section#cover.cover div.slider .slick-item.slick1 {
  background-color: #000;
}
article#top.top section#cover.cover div.slider .slick-item.slick1 a.btn {
  position: absolute;
  bottom: 180px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.slider .slick-item.slick1 a.btn {
    bottom: 5.33333vw;
    left: 5.33333vw;
  }
}
article#top.top section#cover.cover div.slider .slick-item.slick2 {
  background-image: url(../img/top/bg-wh36dc.jpg);
  background-size: 100% 100%;
}
article#top.top section#cover.cover div.slider .slick-item.slick2 a.btn {
  position: absolute;
  bottom: 23px;
  left: 149px;
  background-color: #007749;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.slider .slick-item.slick2 a.btn {
    bottom: 5.33333vw;
    left: 5.33333vw;
  }
}
article#top.top section#cover.cover div.slider .slick-item.slick3 {
  background-image: url(../img/top/bg-campaign-kv_3.jpg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: repeat-x;
}
article#top.top section#cover.cover div.slider .slick-item.slick3 a.btn {
  position: absolute;
  bottom: 60px;
  left: 225px;
  background-color: #007749;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.slider .slick-item.slick3 a.btn {
    bottom: 15.2vw;
    left: 9.86667vw;
  }
}
article#top.top section#cover.cover div.slider .slick-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transition: all 0.4s ease 0.4s;
  z-index: 1;
}
article#top.top
  section#cover.cover
  div.slider
  .slick-item.slick-current::before {
  width: 0;
  left: auto;
  right: 0;
  transition: all 0.4s ease 0.4s;
}
article#top.top section#cover.cover div.scroll {
  right: 50% !important;
  transform: translateX(600px) !important;
}
@media screen and (max-width: 768px) {
  article#top.top section#cover.cover div.scroll {
    right: 2.66667vw !important;
    transform: translateX(0) !important;
  }
}
article#top.top section#top-about.top-about div.about-inner {
  margin-top: 100px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  article#top.top section#top-about.top-about div.about-inner {
    margin-top: 8vw;
  }
}
article#top.top section#top-about.top-about div.about-inner div.flex {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  article#top.top section#top-about.top-about div.about-inner div.flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin: 0px 8vw;
  }
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  padding: 0 30px 0 60px;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-about.top-about
    div.about-inner
    div.flex
    div.flex-contents {
    width: 100%;
    padding: 0;
    margin-top: 5vw;
  }
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-contents
  h2.ttl-about {
  position: relative;
  font-size: 26px;
  line-height: 1.3;
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-contents
  h2.ttl-about
  span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-about.top-about
    div.about-inner
    div.flex
    div.flex-contents
    h2.ttl-about {
    font-size: 4.8vw;
  }
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-contents
  p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-about.top-about
    div.about-inner
    div.flex
    div.flex-contents
    p {
    font-size: 3.73333vw;
    margin-top: 3.73333vw;
  }
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-thumb {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-about.top-about
    div.about-inner
    div.flex
    div.flex-thumb {
    width: 100%;
  }
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-thumb
  span {
  display: inline-block;
}
article#top.top
  section#top-about.top-about
  div.about-inner
  div.flex
  div.flex-thumb
  span
  img {
  width: 100%;
}
article#top.top section#top-contents-nav.top-contents-nav {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  article#top.top section#top-contents-nav.top-contents-nav {
    padding: 9.33333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item {
  position: relative;
  display: block;
  margin-top: 50px;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item.inview.show::after {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item {
    top: 50px;
    width: calc(50% - 10px);
  }
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item:nth-child(odd) {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item {
    width: 100%;
    margin-top: 6.66667vw;
  }
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb {
  position: relative;
  width: 100%;
  padding-top: 45%;
  background-position: center center;
  background-size: auto 100%;
  transition: all 0.4s ease;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb.technology {
  background-image: url(../img/top/pic-contents1.png);
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb.performance {
  background-image: url(../img/top/pic-contents2.png);
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb.quality {
  background-image: url(../img/top/pic-contents3.png);
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb.support {
  background-image: url(../img/top/pic-contents4.png);
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 180%;
  height: 100%;
  background-color: #007749;
  mix-blend-mode: multiply;
  transition: all 0.4s ease;
  z-index: 1;
  transform: skew(45deg);
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb
  h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb
  h3
  span.jp {
  display: inline-block;
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.thumb
    h3
    span.jp {
    font-size: 8vw;
    white-space: nowrap;
  }
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb
  h3
  span.en {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.thumb
    h3
    span.en {
    margin-top: 2.66667vw;
    font-size: 4.8vw;
  }
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_top {
  position: relative;
  width: 47%;
  padding-top: 4.5%;
  margin: 0 auto 0 0;
  transform: skew(45deg);
  transform-origin: left bottom;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.decoration_top {
    width: 60%;
  }
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #007749;
  transition: all 0.4s ease;
  z-index: 1;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_top::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  backface-visibility: hidden;
  background-color: #ffff00;
  transition: all 0.4s ease;
  z-index: 2;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom {
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  width: 47%;
  padding-top: 9%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.decoration_bottom {
    width: 60%;
    padding-top: 12%;
  }
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(45deg);
  transform-origin: right top;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #007749;
  transition: all 0.4s ease;
  z-index: -2;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  backface-visibility: hidden;
  background-color: #ffff00;
  transition: all 0.4s ease;
  z-index: -1;
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.more {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20%;
  font-size: 14px;
  line-height: 1;
  color: #ffff00;
  z-index: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.decoration_bottom
    span.more {
    padding-left: 15%;
    font-size: 3.2vw;
  }
}
article#top.top
  section#top-contents-nav.top-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.more::after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 5px;
  margin-left: 10px;
  border-bottom: 1px solid #ffff00;
  border-right: 1px solid #ffff00;
  transform: skew(45deg);
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a {
    transition: all 0.4s ease;
  }
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.thumb {
    background-size: auto 110%;
  }
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.thumb::after {
    left: auto;
    right: -35%;
    width: 0;
  }
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.decoration_top::after {
    left: 0;
    width: 100%;
  }
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.decoration_bottom
    span.bg::after {
    left: 0;
    width: 100%;
  }
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.decoration_bottom
    span.more {
    color: #007749;
  }
  article#top.top
    section#top-contents-nav.top-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.decoration_bottom
    span.more::after {
    border-bottom: 1px solid #007749;
    border-right: 1px solid #007749;
  }
}
article#top.top section#top-life-style.top-life-style {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  article#top.top section#top-life-style.top-life-style {
    padding: 16vw 0 0;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  h2.ttl-life-style {
  text-align: center;
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  p.life-style-Lead {
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    p.life-style-Lead {
    font-size: 3.7vw;
    margin-top: 3.73333vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list {
    margin-top: 4vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a {
  position: relative;
  display: block;
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  + a {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    + a {
    margin-top: 4vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  div.thumb {
  width: 100%;
  padding-top: 34%;
  background-position: center center;
  background-size: auto 100%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    div.thumb {
    padding-top: 75%;
    background-size: auto 100%;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  p.date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  p.date
  span {
  display: block;
  height: 100%;
  padding: 30px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #007749;
  text-align: right;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    p.date
    span {
    padding: 1.6vw 1.06667vw 2.66667vw 1.6vw;
    font-size: 3.2vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  p.new {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  p.new
  span {
  padding: 30px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  color: #007749;
  background-color: #ffff00;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    p.new
    span {
    padding: 2.66667vw 1.6vw 2.66667vw 1.06667vw;
    font-size: 3.2vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  div.detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 50px 70px;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    div.detail {
    padding: 2.66667vw 2.66667vw 2.66667vw 8vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  div.detail
  div.num {
  position: absolute;
  bottom: 0;
  left: 60px;
  font-size: 160px;
  opacity: 0.3;
  color: #fff;
  font-style: italic;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    div.detail
    div.num {
    left: 4vw;
    font-size: 21.33333vw;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  div.detail
  h3.ttl-item {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  text-align: right;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    div.detail
    h3.ttl-item {
    font-size: 4.26667vw;
    text-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.6);
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  div.detail
  p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    div.detail
    p {
    flex-wrap: wrap;
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  div.detail
  p::before {
  content: "";
  width: 110px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    div.detail
    p::before {
    width: 14.66667vw;
    height: 1px;
    box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.6);
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  div.detail
  p
  span.position {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    div.detail
    p
    span.position {
    display: block;
    margin-left: 2.66667vw;
    font-size: 2.66667vw;
    text-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.6);
  }
}
article#top.top
  section#top-life-style.top-life-style
  div.life-style-inner
  div.ttl-life-list
  a
  div.detail
  p
  span.name {
  margin-left: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a
    div.detail
    p
    span.name {
    display: block;
    width: 100%;
    text-align: right;
    margin-left: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.3;
    text-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 768px) {
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a {
    transition: all 0.4s ease;
  }
  article#top.top
    section#top-life-style.top-life-style
    div.life-style-inner
    div.ttl-life-list
    a:hover
    div.thumb {
    background-size: auto 110%;
  }
}
article#top.top section#top-campaign.top-campaign {
  margin: 120px 0 0;
  padding: 60px 0 120px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  article#top.top section#top-campaign.top-campaign {
    margin: 16vw 0 0;
    padding: 8vw 0 16vw;
  }
}
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  h2.ttl-campaign {
  text-align: center;
}
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  div.banner-wrap {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#top.top
    section#top-campaign.top-campaign
    div.campaign-inner
    div.banner-wrap {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
article#top.top
  section#top-campaign.top-campaign
  div.campaign-inner
  div.banner-wrap
  a.ban-campaign {
  display: block;
  border: 1px solid #007749;
}
@media screen and (min-width: 768px) {
  article#top.top
    section#top-campaign.top-campaign
    div.campaign-inner
    div.banner-wrap
    a.ban-campaign {
    transition: all 0.4s ease;
  }
  article#top.top
    section#top-campaign.top-campaign
    div.campaign-inner
    div.banner-wrap
    a.ban-campaign:hover {
    opacity: 0.7;
  }
}

div.banner-long-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  div.banner-long-wrap {
    margin-top: 9.33333vw;
  }
}
div.banner-long-wrap a {
  width: 100%;
  display: block;
  border: 1px solid #007749;
}
div.banner-long-wrap a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.banner-long-wrap a img {
    transition: opacity 0.4s ease;
  }
  div.banner-long-wrap a:hover img {
    opacity: 0.7;
  }
}

div.banner-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  div.banner-flex-wrap {
    margin-top: 9.33333vw;
  }
}
div.banner-flex-wrap a {
  width: calc(50% - 40px);
  margin: 0 20px 0;
  display: block;
  border: 1px solid #007749;
}
div.banner-flex-wrap a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.banner-flex-wrap a img {
    transition: opacity 0.4s ease;
  }
  div.banner-flex-wrap a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  div.banner-flex-wrap a {
    width: 100%;
    margin: 9.33333vw 0 0;
  }
}

/*============================
#page
============================*/
article#page.page {
  padding-bottom: 110px;
  /*============================
  #page-contents-nav
  ============================*/
  /*============================
  div.bg-img
  ============================*/
}
@media screen and (max-width: 768px) {
  article#page.page {
    padding-bottom: 20vw;
  }
}
article#page.page div.page-cover {
  position: relative;
  width: 100%;
  height: 480px;
  background-position: center center;
  background-size: cover;
  z-index: -2;
  background-color: #007749;
  overflow: hidden;
}
article#page.page div.page-cover.inview {
  transform: scaleX(1);
  transform-origin: left top;
}
article#page.page div.page-cover.inview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transform: translate(0, 0);
}
article#page.page div.page-cover.inview.show {
  transform: scaleX(1);
  transition: transform 0.4s ease 0s;
}
article#page.page div.page-cover.inview.show::after {
  transform: translate(101%, 0);
  transition: transform 0.4s ease 0.4s;
}
@media screen and (max-width: 768px) {
  article#page.page div.page-cover {
    height: 56vw;
  }
}
article#page.page div.page-cover.technology {
  background-image: url(../img/technology/pic-technology_kv.jpg);
}
article#page.page div.page-cover.performance {
  background-image: url(../img/performance/pic-performance_kv.jpg);
}
article#page.page div.page-cover.quality {
  background-image: url(../img/quality/pic-quality_kv.jpg);
}
article#page.page div.page-cover.support {
  background-image: url(../img/support/pic-support_kv.jpg);
}
article#page.page div.page-cover .inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
article#page.page h1.ttl-article {
  margin: 100px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#page.page h1.ttl-article {
    margin: 13.33333vw 0 0;
  }
}
article#page.page section.sec-page {
  width: 100%;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page {
    margin: 8vw 0 0;
  }
}
article#page.page section.sec-page div.inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner {
    padding: 10.66667vw 0;
  }
}
article#page.page section.sec-page div.inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 820px;
  height: 100%;
  background-color: #007749;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner::before {
    width: calc(100% - 4vw);
  }
}
article#page.page section.sec-page div.inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -820px;
  width: 820px;
  height: 100%;
  background-color: #007749;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner::after {
    display: none;
  }
}
article#page.page section.sec-page div.inner h2.ttl-sec {
  position: relative;
  display: inline-block;
  margin: 0 60px 0;
  font-size: 48px;
  line-height: 1.8;
  color: #ffff00;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner h2.ttl-sec {
    margin: 0 8vw 0;
    font-size: 6.13333vw;
    line-height: 1.5;
  }
  article#page.page section.sec-page div.inner h2.ttl-sec br {
    display: none;
  }
}
article#page.page section.sec-page div.inner h2.ttl-sec.inview::after {
  background-color: #ffff00;
}
article#page.page section.sec-page div.inner > p {
  max-width: 550px;
  margin: 60px 130px 0;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner > p {
    margin: 8vw 8vw 0;
    font-size: 3.73333vw;
  }
}
article#page.page section.sec-page div.inner > p + p {
  margin: 30px 130px 0;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner > p + p {
    margin: 4vw 8vw 0;
  }
}
article#page.page section.sec-page div.inner > p a {
  color: #ffff00;
  text-decoration: underline;
}
article#page.page section.sec-page div.inner > p a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0 0 0.5em;
  border-top: 1px solid #ffff00;
  border-right: 1px solid #ffff00;
  transform: rotate(45deg);
}
article#page.page section.sec-page div.inner div.page-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0 130px;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner div.page-block {
    margin: 8vw 8vw 0;
  }
}
article#page.page section.sec-page div.inner div.page-block.inview::after {
  background-color: #ffff00;
}
@media screen and (min-width: 768px) {
  article#page.page section.sec-page div.inner div.page-block.reverse {
    flex-direction: row-reverse;
    margin: 60px 130px 0 0;
  }
  article#page.page
    section.sec-page
    div.inner
    div.page-block.reverse
    div.detail {
    padding: 0 30px 0 100px;
    background-position: left top;
    background-image: url(../img/page/bg-page-block-left-pc.png);
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  article#page.page
    section.sec-page
    div.inner
    div.page-block.reverse
    div.detail {
    background-position: right bottom;
  }
}

article#page.page section.sec-page div.inner div.page-block div.thumb {
  width: 465px;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner div.page-block div.thumb {
    width: 100%;
  }
}
article#page.page section.sec-page div.inner div.page-block div.detail {
  width: calc(100% - 465px);
  padding: 0 100px 0 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url(../img/page/bg-page-block-right-pc.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner div.page-block div.detail {
    width: 100%;
    padding: 4vw 8vw 8vw;
    background-image: url(../img/page/bg-page-block-right-sp.png);
    background-size: 100% auto;
    background-position: right bottom;
  }
}
article#page.page section.sec-page div.inner div.page-block div.detail p {
  font-size: 16px;
  line-height: 2;
}
article#page.page
  section.sec-page
  div.inner
  div.page-block
  div.detail
  p.inview {
  opacity: 0;
}
article#page.page
  section.sec-page
  div.inner
  div.page-block
  div.detail
  p.inview.show {
  transition: all 0.8s ease 1.2s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  article#page.page section.sec-page div.inner div.page-block div.detail p {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
article#page.page
  section.sec-page
  div.inner
  div.page-block
  div.detail
  div.app-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#page.page
    section.sec-page
    div.inner
    div.page-block
    div.detail
    div.app-list {
    margin-top: 4vw;
  }
}
article#page.page
  section.sec-page
  div.inner
  div.page-block
  div.detail
  div.app-list
  a {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  article#page.page
    section.sec-page
    div.inner
    div.page-block
    div.detail
    div.app-list
    a {
    margin: 0 2.66667vw 0 0;
  }
}
article#page.page
  section.sec-page
  div.inner
  div.page-block
  div.detail
  div.app-list
  a
  img {
  width: auto;
  height: 48px;
}
@media screen and (min-width: 768px) {
  article#page.page
    section.sec-page
    div.inner
    div.page-block
    div.detail
    div.app-list
    a
    img {
    transition: 0.4s ease;
  }
  article#page.page
    section.sec-page
    div.inner
    div.page-block
    div.detail
    div.app-list
    a:hover
    img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  article#page.page
    section.sec-page
    div.inner
    div.page-block
    div.detail
    div.app-list
    a
    img {
    width: 100%;
    height: auto;
  }
}
article#page.page section#page-contents-nav.page-contents-nav {
  padding: 0 0 0;
}
@media screen and (max-width: 768px) {
  article#page.page section#page-contents-nav.page-contents-nav {
    padding: 4vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item {
  position: relative;
  display: block;
  margin-top: 50px;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item.inview.show::after {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item {
    width: calc(33% - 10px);
  }
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item:nth-child(2) {
    top: 25px;
  }
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item:nth-child(3) {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item {
    width: 100%;
    margin-top: 6.66667vw;
  }
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb {
  position: relative;
  width: 100%;
  padding-top: 45%;
  background-position: center center;
  background-size: auto 100%;
  transition: all 0.4s ease;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb.technology {
  background-image: url(../img/top/pic-contents1.png);
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb.performance {
  background-image: url(../img/top/pic-contents2.png);
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb.quality {
  background-image: url(../img/top/pic-contents3.png);
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb.support {
  background-image: url(../img/top/pic-contents4.png);
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 180%;
  height: 100%;
  background-color: #007749;
  mix-blend-mode: multiply;
  transition: all 0.4s ease;
  z-index: 1;
  transform: skew(45deg);
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb
  h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb
  h3
  span.jp {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.thumb
    h3
    span.jp {
    font-size: 8vw;
    white-space: nowrap;
  }
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.thumb
  h3
  span.en {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.thumb
    h3
    span.en {
    margin-top: 2.66667vw;
    font-size: 4.8vw;
  }
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_top {
  position: relative;
  width: 47%;
  padding-top: 4.5%;
  margin: 0 auto 0 0;
  transform: skew(45deg);
  transform-origin: left bottom;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.decoration_top {
    width: 60%;
  }
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #007749;
  transition: all 0.4s ease;
  z-index: 1;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_top::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  backface-visibility: hidden;
  background-color: #ffff00;
  transition: all 0.4s ease;
  z-index: 2;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom {
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  width: 60%;
  padding-top: 12%;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.decoration_bottom {
    width: 60%;
    padding-top: 12%;
  }
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(45deg);
  transform-origin: right top;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background-color: #007749;
  transition: all 0.4s ease;
  z-index: -2;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  backface-visibility: hidden;
  background-color: #ffff00;
  transition: all 0.4s ease;
  z-index: -1;
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.more {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20%;
  font-size: 14px;
  line-height: 1;
  color: #ffff00;
  z-index: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a
    div.decoration_bottom
    span.more {
    padding-left: 15%;
    font-size: 3.2vw;
  }
}
article#page.page
  section#page-contents-nav.page-contents-nav
  div.contents-nav-inner
  div.contents-nav-list
  div.item
  a
  div.decoration_bottom
  span.more::after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 5px;
  margin-left: 10px;
  border-bottom: 1px solid #ffff00;
  border-right: 1px solid #ffff00;
  transform: skew(45deg);
  transition: all 0.4s ease;
}
@media screen and (min-width: 768px) {
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a {
    transition: all 0.4s ease;
  }
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.thumb {
    background-size: auto 110%;
  }
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.thumb::after {
    left: auto;
    right: -35%;
    width: 0;
  }
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.decoration_top::after {
    left: 0;
    width: 100%;
  }
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.decoration_bottom
    span.bg::after {
    left: 0;
    width: 100%;
  }
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.decoration_bottom
    span.more {
    color: #007749;
  }
  article#page.page
    section#page-contents-nav.page-contents-nav
    div.contents-nav-inner
    div.contents-nav-list
    div.item
    a:hover
    div.decoration_bottom
    span.more::after {
    border-bottom: 1px solid #007749;
    border-right: 1px solid #007749;
  }
}
article#page.page div.bg-img {
  width: 100%;
  margin: 100px 0 0;
  height: 380px;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  article#page.page div.bg-img {
    margin: 13.33333vw 0 0;
    height: 56vw;
  }
}
article#page.page div.bg-img.technology {
  background-image: url(../img/technology/bg-technology.jpg);
}
article#page.page div.bg-img.performance {
  background-image: url(../img/performance/bg-performance.jpg);
}
article#page.page div.bg-img.quality {
  background-image: url(../img/quality/bg-quality.jpg);
}
article#page.page div.bg-img.support {
  background-image: url(../img/support/bg-support.jpg);
}

/*============================
#lifestyle
============================*/
article#lifestyle.lifestyle {
  padding: 0 0 100px;
}
article#lifestyle.lifestyle div.cover {
  position: relative;
  width: 100%;
  height: 480px;
  background-position: center center;
  background-size: cover;
  background-color: #007749;
  overflow: hidden;
}
article#lifestyle.lifestyle div.cover.inview {
  transform: scaleX(1);
  transform-origin: left top;
}
article#lifestyle.lifestyle div.cover.inview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transform: translate(0, 0);
}
article#lifestyle.lifestyle div.cover.inview.show {
  transform: scaleX(1);
  transition: transform 0.4s ease 0s;
}
article#lifestyle.lifestyle div.cover.inview.show::after {
  transform: translate(101%, 0);
  transition: transform 0.4s ease 0.4s;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle div.cover {
    height: 56vw;
  }
}
article#lifestyle.lifestyle div.cover.lifestyle1 {
  background-image: url(../img/lifestyle1/pic-lifestyle-kv.jpg);
}
article#lifestyle.lifestyle div.cover.lifestyle2 {
  background-image: url(../img/lifestyle2/pic-lifestyle-kv.jpg);
}
article#lifestyle.lifestyle div.cover.lifestyle3 {
  background-image: url(../img/lifestyle3/pic-lifestyle-kv.jpg);
}
article#lifestyle.lifestyle div.cover.lifestyle4 {
  background-image: url(../img/lifestyle4/pic-lifestyle-kv.jpg);
}
article#lifestyle.lifestyle div.cover.lifestyle5 {
  background-image: url(../img/lifestyle5/pic-lifestyle-kv.jpg);
}
article#lifestyle.lifestyle div.cover.lifestyle6 {
  background-image: url(../img/lifestyle6/pic-lifestyle-kv.jpg);
}
article#lifestyle.lifestyle div.cover.lifestyle7 {
  background-image: url(../img/lifestyle7/pic-lifestyle-kv.jpg);
}
article#lifestyle.lifestyle div.cover.lifestyle8 {
  background-image: url(../img/lifestyle8/pic-lifestyle-kv.jpg);
}
article#lifestyle.lifestyle div.cover .videowrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
article#lifestyle.lifestyle div.cover .videowrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/lifestyle/bg-dot.png);
}
article#lifestyle.lifestyle div.cover .videowrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle div.cover .videowrap video {
    width: 100%;
    height: auto;
  }
}
article#lifestyle.lifestyle div.cover .inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
article#lifestyle.lifestyle div.cover .inner a.btn-movie {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 114px;
  height: 114px;
}
@media screen and (min-width: 768px) {
  article#lifestyle.lifestyle div.cover .inner a.btn-movie {
    transition: opacity 0.4s ease;
  }
  article#lifestyle.lifestyle div.cover .inner a.btn-movie:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle div.cover .inner a.btn-movie {
    width: 15.2vw;
    height: 15.2vw;
  }
}
article#lifestyle.lifestyle header.header-life-style {
  position: relative;
  max-width: 940px;
  padding: 120px 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style {
    padding: 8vw 0 4vw;
  }
}
article#lifestyle.lifestyle header.header-life-style p.date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  color: #ffff00;
  font-style: italic;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style p.date {
    left: 0;
    height: 100%;
    padding: 4vw 2.13333vw 4vw 1.06667vw;
    font-size: 3.73333vw;
  }
}
article#lifestyle.lifestyle header.header-life-style p.date::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(45deg);
  background-color: #007749;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style p.date::before {
    top: -5.33333vw;
  }
}
article#lifestyle.lifestyle header.header-life-style h1 {
  max-width: 940px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style h1 {
    padding: 0 4vw 0 8vw;
  }
}
article#lifestyle.lifestyle header.header-life-style h1 span.num {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 200px;
  line-height: 1;
  color: #007749;
  font-style: italic;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style h1 span.num {
    font-size: 26.66667vw;
    bottom: -4vw;
  }
}
article#lifestyle.lifestyle header.header-life-style h1 span.ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #007749;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style h1 span.ttl {
    font-size: 6.4vw;
  }
}
article#lifestyle.lifestyle header.header-life-style h1 p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style h1 p {
    flex-wrap: wrap;
    margin-top: 1.33333vw;
  }
}
article#lifestyle.lifestyle header.header-life-style h1 p::before {
  content: "";
  width: 110px;
  height: 2px;
  background-color: #007749;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style h1 p::before {
    width: 14.66667vw;
  }
}
article#lifestyle.lifestyle header.header-life-style h1 p span.position {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #007749;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style h1 p span.position {
    display: block;
    margin-left: 2.66667vw;
    font-size: 2.66667vw;
  }
}
article#lifestyle.lifestyle header.header-life-style h1 p span.name {
  margin-left: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #007749;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle header.header-life-style h1 p span.name {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 1.33333vw;
    margin-left: 2.66667vw;
    font-size: 3.73333vw;
  }
}
article#lifestyle.lifestyle section.sec-column1 {
  max-width: 1200px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column1 {
    margin: 16vw 8vw 0;
  }
}
article#lifestyle.lifestyle section.sec-column1:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column1:first-of-type {
    margin-top: 4vw;
  }
}
article#lifestyle.lifestyle section.sec-column1 h2.ttl-read {
  max-width: 830px;
  margin: 0 auto 0;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column1 h2.ttl-read {
    font-size: 5.33333vw;
    line-height: 1.3;
    text-align: left;
    font-weight: 700;
  }
}
article#lifestyle.lifestyle section.sec-column1 h2.ttl-read span {
  display: inline-block;
}
article#lifestyle.lifestyle section.sec-column1 h2.ttl-read + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column1 h2.ttl-read + p {
    margin-top: 4vw;
  }
}
article#lifestyle.lifestyle section.sec-column1 h2.ttl-sec {
  max-width: 830px;
  margin: 0 auto 0;
  font-size: 26px;
  line-height: 1.5;
  color: #007749;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column1 h2.ttl-sec {
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: left;
  }
}
article#lifestyle.lifestyle section.sec-column1 h2.ttl-sec + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column1 h2.ttl-sec + p {
    margin-top: 4vw;
  }
}
article#lifestyle.lifestyle section.sec-column1 p {
  position: relative;
  max-width: 830px;
  margin: 0 auto 0;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column1 p {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
article#lifestyle.lifestyle section.sec-column1 p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column1 p + p {
    margin-top: 4vw;
  }
}
article#lifestyle.lifestyle section.sec-column2 {
  max-width: 1200px;
  margin: 100px auto 0;
}
@media screen and (min-width: 768px) {
  article#lifestyle.lifestyle section.sec-column2 {
    display: flex;
  }
  article#lifestyle.lifestyle section.sec-column2.reverse {
    flex-direction: row-reverse;
  }
  article#lifestyle.lifestyle section.sec-column2.reverse div.detail {
    padding: 0 30px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column2 {
    margin: 16vw 8vw 0;
  }
}
article#lifestyle.lifestyle section.sec-column2 div.thumb {
  width: 50%;
}
article#lifestyle.lifestyle section.sec-column2 div.thumb span {
  display: block;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column2 div.thumb {
    width: 100%;
  }
}
article#lifestyle.lifestyle section.sec-column2 div.detail {
  width: 50%;
  padding: 0 100px 0 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column2 div.detail {
    width: 100%;
    margin-top: 8vw;
    padding: 0;
  }
}
article#lifestyle.lifestyle section.sec-column2 div.detail h2.ttl-sec {
  display: inline-block;
  font-size: 26px;
  line-height: 1.5;
  color: #007749;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column2 div.detail h2.ttl-sec {
    font-size: 4.8vw;
  }
}
article#lifestyle.lifestyle section.sec-column2 div.detail h2.ttl-sec + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column2 div.detail h2.ttl-sec + p {
    margin-top: 4vw;
  }
}
article#lifestyle.lifestyle section.sec-column2 div.detail p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column2 div.detail p {
    font-size: 3.73333vw;
    line-height: 1.8;
  }
}
article#lifestyle.lifestyle section.sec-column2 div.detail p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-column2 div.detail p + p {
    margin-top: 4vw;
  }
}
article#lifestyle.lifestyle div.insert {
  position: relative;
  width: 100%;
  margin: 100px 0 0;
  height: 380px;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle div.insert {
    margin: 13.33333vw 0 0;
    height: 56vw;
  }
}
article#lifestyle.lifestyle div.insert.lifestyle1 {
  background-image: url(../img/lifestyle1/pic-lifestyle_insert.png);
}
article#lifestyle.lifestyle div.insert.lifestyle2 {
  background-image: url(../img/lifestyle2/pic-lifestyle_insert.png);
}
article#lifestyle.lifestyle div.insert.lifestyle3 {
  background-image: url(../img/lifestyle3/pic-lifestyle_insert.png);
}
article#lifestyle.lifestyle div.insert.lifestyle4 {
  background-image: url(../img/lifestyle4/pic-lifestyle_insert.png);
}
article#lifestyle.lifestyle div.insert.lifestyle5 {
  background-image: url(../img/lifestyle5/pic-lifestyle_insert.png);
}
article#lifestyle.lifestyle div.insert.lifestyle6 {
  background-image: url(../img/lifestyle6/pic-lifestyle_insert.png);
}
article#lifestyle.lifestyle div.insert.lifestyle7 {
  background-image: url(../img/lifestyle7/pic-lifestyle_insert.png);
}
article#lifestyle.lifestyle div.insert.lifestyle8 {
  background-image: url(../img/lifestyle8/pic-lifestyle_insert.png);
}
article#lifestyle.lifestyle section.sec-recommend {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-recommend {
    margin-top: 6.66667vw;
  }
}
article#lifestyle.lifestyle section.sec-recommend h2.ttl-recommend {
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
article#lifestyle.lifestyle section.sec-recommend h2.ttl-recommend span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-recommend h2.ttl-recommend {
    font-size: 6.4vw;
  }
}
article#lifestyle.lifestyle section.sec-recommend div.recommend-list {
  position: relative;
  max-width: 1080px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-recommend div.recommend-list {
    margin: 4vw 3% 0;
  }
}
article#lifestyle.lifestyle section.sec-recommend div.recommend-list a {
  width: 23%;
  margin: 0 1% 2%;
  position: relative;
  border: 1px solid #007749;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-recommend div.recommend-list a {
    width: 44%;
    margin: 0 3% 6%;
  }
}
article#lifestyle.lifestyle section.sec-recommend div.recommend-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.4s ease;
}
article#lifestyle.lifestyle section.sec-recommend div.recommend-list a p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}
article#lifestyle.lifestyle
  section.sec-recommend
  div.recommend-list
  a
  p
  span.jp {
  font-size: 20px;
  transition: all 0.4s ease;
  opacity: 0;
}
article#lifestyle.lifestyle
  section.sec-recommend
  div.recommend-list
  a
  p
  span.en {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  transition: all 0.4s ease;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-recommend
    div.recommend-list
    a:hover::before {
    opacity: 1;
  }
  article#lifestyle.lifestyle
    section.sec-recommend
    div.recommend-list
    a:hover
    p {
    opacity: 1;
  }
  article#lifestyle.lifestyle
    section.sec-recommend
    div.recommend-list
    a:hover
    p
    span {
    opacity: 1;
  }
  article#lifestyle.lifestyle
    section.sec-recommend
    div.recommend-list
    a:hover
    p::before {
    opacity: 1;
  }
}
article#lifestyle.lifestyle section.sec-next {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-next {
    margin-top: 13.33333vw;
  }
}
article#lifestyle.lifestyle section.sec-next .inner h2.ttl-next {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  color: #007749;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-next .inner h2.ttl-next {
    font-size: 6.4vw;
  }
}
article#lifestyle.lifestyle section.sec-next .inner div.page-life-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-next .inner div.page-life-list {
    margin-top: 4vw;
  }
}
article#lifestyle.lifestyle section.sec-next .inner div.page-life-list a {
  position: relative;
  display: block;
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a.disable {
  pointer-events: none;
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a.disable
  div.thumb.lifestyle3 {
  background-image: url(../img/lifestyle3/pic-top-lifestyle3_disable.jpg);
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a.disable
  div.detail
  div.num {
  opacity: 0.2;
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a.disable
  div.detail
  h3.ttl-item {
  opacity: 0.6;
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a.disable
  div.detail
  p {
  opacity: 0.6;
}
article#lifestyle.lifestyle section.sec-next .inner div.page-life-list a + a {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle section.sec-next .inner div.page-life-list a + a {
    margin-top: 4vw;
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  div.thumb {
  position: relative;
  width: 100%;
  padding-top: 34%;
  background-position: center center;
  background-size: auto 100%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    div.thumb {
    padding-top: 75%;
    background-size: auto 100%;
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  p.date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  p.date
  span {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #007749;
  text-align: right;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    p.date
    span {
    padding: 1.6vw 1.06667vw 2.66667vw 1.6vw;
    font-size: 3.2vw;
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  div.detail {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 50px 70px;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    div.detail {
    padding: 2.66667vw 2.66667vw 2.66667vw 8vw;
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  div.detail
  div.num {
  position: absolute;
  bottom: 0;
  left: 60px;
  font-size: 160px;
  opacity: 0.3;
  color: #fff;
  font-style: italic;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    div.detail
    div.num {
    left: 4vw;
    font-size: 21.33333vw;
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  div.detail
  h3.ttl-item {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  text-align: right;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    div.detail
    h3.ttl-item {
    font-size: 4.26667vw;
    text-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.6);
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  div.detail
  p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    div.detail
    p {
    flex-wrap: wrap;
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  div.detail
  p::before {
  content: "";
  width: 110px;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    div.detail
    p::before {
    width: 14.66667vw;
    height: 1px;
    box-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.6);
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  div.detail
  p
  span.position {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    div.detail
    p
    span.position {
    display: block;
    margin-left: 2.66667vw;
    font-size: 2.66667vw;
    text-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.6);
  }
}
article#lifestyle.lifestyle
  section.sec-next
  .inner
  div.page-life-list
  a
  div.detail
  p
  span.name {
  margin-left: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a
    div.detail
    p
    span.name {
    display: block;
    width: 100%;
    text-align: right;
    margin-left: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.3;
    text-shadow: 0 0 2.13333vw rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 768px) {
  article#lifestyle.lifestyle section.sec-next .inner div.page-life-list a {
    transition: all 0.4s ease;
  }
  article#lifestyle.lifestyle
    section.sec-next
    .inner
    div.page-life-list
    a:hover
    div.thumb {
    background-size: auto 110%;
  }
}

/*============================
#lifestyle
============================*/
article#special.special {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  article#special.special {
    padding: 0 0 20vw;
  }
}
article#special.special .cover {
  width: 100%;
  background-color: #cccfd5;
  position: relative;
  overflow: hidden;
}
article#special.special .cover .inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
article#special.special .cover .inner .kv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article#special.special .cover.inview {
  transform: scaleX(0);
  transform-origin: left top;
}
article#special.special .cover.inview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transform: translate(0, 0);
}
article#special.special .cover.inview .kv-ttl {
  transform: translate(-50%, -50%) scale(2) rotate(-15deg);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  article#special.special .cover.inview .kv-ttl {
    width: 90%;
  }
}
article#special.special .cover.inview.show {
  transform: scaleX(1);
  transition: transform 0.4s ease 0.4s;
}
article#special.special .cover.inview.show .kv-ttl {
  transform: translate(-50%, -50%) scale(1) rotate(0);
  transition: all 0.4s ease-in-out 1.2s;
  opacity: 1;
}
article#special.special .cover.inview.show::after {
  transform: translate(101%, 0);
  transition: transform 0.4s ease 0.8s;
}
article#special.special section.sec-movie {
  max-width: 930px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-movie {
    margin: 13.33333vw 0 0;
  }
}
article#special.special section.sec-movie h2.ttl-movie {
  text-align: center;
}
article#special.special section.sec-movie h2.ttl-movie + .youtube {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-movie h2.ttl-movie + .youtube {
    margin-top: 5.33333vw;
  }
}
article#special.special section.sec-movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
article#special.special section.sec-movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article#special.special h2.ttl-sec {
  margin: 70px 0 0;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#special.special h2.ttl-sec {
    margin: 9.33333vw 0 0;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: left;
  }
}
article#special.special h2.ttl-sec + .sec-column2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  article#special.special h2.ttl-sec + .sec-column2 {
    margin-top: 5.33333vw;
  }
}
article#special.special h2.ttl-sec span {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background-color: #007749;
}
@media screen and (max-width: 768px) {
  article#special.special h2.ttl-sec span {
    padding: 2.66667vw 4vw;
  }
}
article#special.special section.sec-column1 {
  max-width: 1200px;
  margin: 100px auto 0;
}
article#special.special section.sec-column1:first-of-type {
  margin-top: 40px;
}
article#special.special section.sec-column1 h1.ttl-page {
  position: relative;
  margin-bottom: 70px;
  padding: 5px 0 20px;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
article#special.special section.sec-column1 h1.ttl-page span {
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column1 h1.ttl-page {
    margin-bottom: 8vw;
    font-size: 6.4vw;
  }
}
article#special.special section.sec-column1 h1.ttl-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background-color: green;
}
article#special.special section.sec-column1 h2.ttl-read {
  max-width: 830px;
  margin: 0 auto 0;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
article#special.special section.sec-column1 h2.ttl-read + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column1 h2.ttl-read + p {
    margin-top: 4vw;
  }
}
article#special.special section.sec-column1 h2.ttl-sec {
  max-width: 830px;
  margin: 0 auto 0;
  font-size: 26px;
  line-height: 1.5;
  color: #007749;
  text-align: center;
}
article#special.special section.sec-column1 h2.ttl-sec span {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column1 h2.ttl-sec {
    font-size: 4.8vw;
  }
}
article#special.special section.sec-column1 h2.ttl-sec + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column1 h2.ttl-sec + p {
    margin-top: 4vw;
  }
}
article#special.special section.sec-column1 p {
  position: relative;
  max-width: 830px;
  margin: 0 auto 0;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  article#special.special section.sec-column1 p.read {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column1 p {
    font-size: 3.73333vw;
    margin: 0 8vw 0;
  }
}
article#special.special section.sec-column1 p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column1 p + p {
    margin-top: 4vw;
  }
}
article#special.special section.sec-column2 {
  max-width: 1200px;
  margin: 100px auto 0;
}
@media screen and (min-width: 768px) {
  article#special.special section.sec-column2 {
    display: flex;
  }
  article#special.special section.sec-column2.reverse {
    flex-direction: row-reverse;
  }
  article#special.special section.sec-column2.reverse div.detail {
    padding: 0 30px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column2 {
    margin: 13.33333vw auto 0;
    padding: 0 8vw;
  }
}
article#special.special section.sec-column2 div.thumb {
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column2 div.thumb {
    width: 100%;
  }
}
article#special.special section.sec-column2 div.thumb span {
  display: block;
}
article#special.special section.sec-column2 div.detail {
  width: 50%;
  padding: 0 100px 0 30px;
}
@media screen and (min-width: 768px) {
  article#special.special section.sec-column2 div.detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column2 div.detail {
    width: 100%;
    padding: 4vw 0;
  }
}
article#special.special section.sec-column2 div.detail h2.ttl-sec {
  position: relative;
  font-size: 26px;
  line-height: 1.5;
  color: #007749;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column2 div.detail h2.ttl-sec {
    font-size: 4.8vw;
  }
}
article#special.special section.sec-column2 div.detail h2.ttl-sec + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column2 div.detail h2.ttl-sec + p {
    margin-top: 4vw;
  }
}
article#special.special section.sec-column2 div.detail p {
  position: relative;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column2 div.detail p {
    font-size: 3.73333vw;
  }
}
article#special.special section.sec-column2 div.detail p.center {
  text-align: center;
}
article#special.special section.sec-column2 div.detail p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column2 div.detail p + p {
    margin-top: 4vw;
  }
}
article#special.special section.sec-column2 div.detail p span.next {
  position: relative;
  display: inline-block;
  padding: 10px 60px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
article#special.special section.sec-column2 div.detail p span.next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transform: skewX(-45deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-column2 div.detail p span.next {
    padding: 2.66667vw 8vw 1.33333vw;
  }
}
article#special.special section.sec-profile {
  max-width: 1200px;
  margin: 100px auto 0;
}
@media screen and (min-width: 768px) {
  article#special.special section.sec-profile {
    display: flex;
  }
  article#special.special section.sec-profile.reverse {
    flex-direction: row-reverse;
  }
  article#special.special section.sec-profile.reverse div.detail {
    padding: 0 30px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-profile {
    margin: 13.33333vw auto 0;
    padding: 0 8vw;
  }
}
article#special.special section.sec-profile div.thumb {
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-profile div.thumb {
    width: 100%;
  }
}
article#special.special section.sec-profile div.thumb span {
  display: block;
}
article#special.special section.sec-profile div.detail {
  width: 50%;
  padding: 0 100px 0 30px;
}
@media screen and (min-width: 768px) {
  article#special.special section.sec-profile div.detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-profile div.detail {
    width: 100%;
    padding: 4vw 0;
  }
}
article#special.special section.sec-profile div.detail p.ttl-profile-en {
  display: block;
  width: 100px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-weight: 700;
  border-bottom: 2px solid #007749;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-profile div.detail p.ttl-profile-en {
    width: 13.33333vw;
    margin-bottom: 5.33333vw;
    padding-bottom: 1.33333vw;
    font-size: 3.2vw;
  }
}
article#special.special section.sec-profile div.detail h2.ttl-profile {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-profile div.detail h2.ttl-profile {
    font-size: 4.8vw;
  }
}
article#special.special section.sec-profile div.detail h2.ttl-profile span {
  display: inline-block;
}
article#special.special section.sec-profile div.detail h2.ttl-profile + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-profile div.detail h2.ttl-profile + p {
    margin-top: 4vw;
  }
}
article#special.special section.sec-profile div.detail p {
  font-size: 13px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  article#special.special section.sec-profile div.detail p {
    font-size: 3.2vw;
  }
}

/*============================
#campaign
============================*/
article#campaign.campaign {
  padding: 0 0 100px;
}
article#campaign.campaign .cover {
  width: 100%;
  background-color: #cccfd5;
  background-image: url(../img/campaign/bg-campaign-kv.jpg);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  overflow: hidden;
  position: relative;
}
article#campaign.campaign .cover.inview {
  transform: scaleX(1);
  transform-origin: left top;
}
article#campaign.campaign .cover.inview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transform: translate(0, 0);
}
article#campaign.campaign .cover.inview.show {
  transform: scaleX(1);
  transition: transform 0.4s ease 0s;
}
article#campaign.campaign .cover.inview.show::after {
  transform: translate(101%, 0);
  transition: transform 0.4s ease 0.4s;
}
article#campaign.campaign .cover .inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
article#campaign.campaign section.sec-campaign {
  max-width: 1200px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign {
    margin: 8vw 8vw 0px;
  }
}
article#campaign.campaign section.sec-campaign p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign p {
    font-size: 3.73333vw;
  }
  article#campaign.campaign section.sec-campaign p br {
    display: none;
  }
}
article#campaign.campaign section.sec-campaign p span.highlight {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #ffff66 0%);
}
article#campaign.campaign section.sec-campaign p.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign p.center {
    text-align: left;
  }
}
article#campaign.campaign section.sec-campaign .line-block {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign .line-block {
    margin-top: 8vw;
  }
}
article#campaign.campaign section.sec-campaign .line-block a.btn-line {
  display: block;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  article#campaign.campaign section.sec-campaign .line-block a.btn-line {
    transition: all 0.4s ease;
  }
  article#campaign.campaign section.sec-campaign .line-block a.btn-line:hover {
    opacity: 0.7;
  }
}
article#campaign.campaign section.sec-campaign .line-block div.btn-line {
  display: block;
  max-width: 660px;
  margin: 0 auto;
}
article#campaign.campaign section.sec-campaign .line-block p.note {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.8;
  color: #a50000;
  text-align: center;
}
article#campaign.campaign section.sec-campaign .line-block p.note span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign .line-block p.note {
    font-size: 2.66667vw;
    letter-spacing: 0.1em;
    margin-top: 1.33333vw;
  }
}
article#campaign.campaign section.sec-campaign .line-block + h2.ttl-sec {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign .line-block + h2.ttl-sec {
    margin-top: 8vw;
  }
}
article#campaign.campaign section.sec-campaign .oubo-block {
  max-width: 920px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign .oubo-block {
    margin: 8vw auto 0;
  }
}
article#campaign.campaign section.sec-campaign .course-block {
  max-width: 920px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign .course-block {
    margin: 8vw auto 0;
  }
}
article#campaign.campaign section.sec-campaign .course-block > div {
  position: relative;
  overflow: hidden;
}
article#campaign.campaign section.sec-campaign .course-block .course-a {
  width: 100%;
}
article#campaign.campaign section.sec-campaign .course-block .course-b {
  width: calc(50% - 20px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign .course-block .course-b {
    width: 100%;
    margin-top: 8vw;
  }
}
article#campaign.campaign section.sec-campaign .course-block .course-c {
  width: calc(50% - 20px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign .course-block .course-c {
    width: 100%;
    margin-top: 8vw;
  }
}
article#campaign.campaign section.sec-campaign h2.ttl-sec {
  margin-top: 50px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign h2.ttl-sec {
    font-size: 6.4vw;
    margin-top: 8vw;
  }
}
article#campaign.campaign section.sec-campaign h2.ttl-sec span {
  display: inline-block;
}
article#campaign.campaign section.sec-campaign div.step-block {
  max-width: 920px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
article#campaign.campaign section.sec-campaign div.step-block div {
  width: 300px;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign section.sec-campaign div.step-block div {
    width: 100%;
    margin-bottom: 4vw;
  }
}
article#campaign.campaign section.sec-campaign div.step-block img {
  width: 100%;
}
article#campaign.campaign .kiyaku-block {
  max-width: 920px;
  margin: 30px auto 0;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign .kiyaku-block {
    margin: 4vw 0 0;
  }
}
article#campaign.campaign .kiyaku-block .inner {
  width: 100%;
  height: 490px;
  padding: 50px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign .kiyaku-block .inner {
    height: 84vw;
    padding: 4vw;
  }
}
article#campaign.campaign .kiyaku-block p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign .kiyaku-block p {
    font-size: 3.73333vw;
  }
}
article#campaign.campaign .kiyaku-block p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#campaign.campaign .kiyaku-block p + p {
    margin-top: 4vw;
  }
}

/*============================
#campaign
============================*/
article#campaign202201.campaign202201 {
  padding: 0 0 100px;
}
article#campaign202201.campaign202201 .cover {
  width: 100%;
  background-color: #cccfd5;
  background-image: url(../img/campaign2201/bg-campaign-kv.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  overflow: hidden;
  position: relative;
}
article#campaign202201.campaign202201 .cover.inview {
  transform: scaleX(1);
  transform-origin: left top;
}
article#campaign202201.campaign202201 .cover.inview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transform: translate(0, 0);
}
article#campaign202201.campaign202201 .cover.inview.show {
  transform: scaleX(1);
  transition: transform 0.4s ease 0s;
}
article#campaign202201.campaign202201 .cover.inview.show::after {
  transform: translate(101%, 0);
  transition: transform 0.4s ease 0.4s;
}
article#campaign202201.campaign202201 .cover .inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
article#campaign202201.campaign202201 section.sec-campaign {
  max-width: 1200px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign {
    margin: 8vw 8vw 0px;
  }
}
article#campaign202201.campaign202201 section.sec-campaign p {
  max-width: 920px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}
article#campaign202201.campaign202201 section.sec-campaign p span.highlight {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #ffff66 0%);
}
article#campaign202201.campaign202201 section.sec-campaign p.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign p.center {
    text-align: left;
  }
}
article#campaign202201.campaign202201 section.sec-campaign p small {
  color: #666666;
}
article#campaign202201.campaign202201 section.sec-campaign h2.ttl-lead {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
article#campaign202201.campaign202201 section.sec-campaign h2.ttl-lead span {
  display: inline-block;
}
article#campaign202201.campaign202201 section.sec-campaign p.lead {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign p.lead {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
  }
  article#campaign202201.campaign202201 section.sec-campaign p.lead br {
    display: none;
  }
}
article#campaign202201.campaign202201 section.sec-campaign p.lead strong {
  font-size: 180%;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign p.lead strong {
    font-size: 150%;
  }
}
article#campaign202201.campaign202201 section.sec-campaign .line-block {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign .line-block {
    margin-top: 8vw;
  }
}
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  a.btn-line {
  display: block;
  max-width: 582px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  article#campaign202201.campaign202201
    section.sec-campaign
    .line-block
    a.btn-line {
    transition: all 0.4s ease;
  }
  article#campaign202201.campaign202201
    section.sec-campaign
    .line-block
    a.btn-line:hover {
    opacity: 0.7;
  }
}
article#campaign202201.campaign202201 section.sec-campaign .line-block p.note {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.8;
  color: #a50000;
  text-align: center;
}
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  p.note
  span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201
    section.sec-campaign
    .line-block
    p.note {
    font-size: 2.66667vw;
    letter-spacing: 0.1em;
    margin-top: 1.33333vw;
  }
  article#campaign202201.campaign202201
    section.sec-campaign
    .line-block
    p.note
    br {
    display: block;
  }
}
article#campaign202201.campaign202201
  section.sec-campaign
  .line-block
  + h2.ttl-sec {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201
    section.sec-campaign
    .line-block
    + h2.ttl-sec {
    margin-top: 8vw;
  }
}
article#campaign202201.campaign202201 section.sec-campaign .oubo-block {
  max-width: 780px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign .oubo-block {
    margin: 8vw auto 0;
  }
}
article#campaign202201.campaign202201 section.sec-campaign .ttl-shinsyun {
  max-width: 540px;
  margin: 50px auto 0;
  text-align: center;
}
article#campaign202201.campaign202201 section.sec-campaign .ttl-shinsyun span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign .ttl-shinsyun {
    margin: 8vw auto 0;
  }
}
article#campaign202201.campaign202201 section.sec-campaign .set-list {
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign .set-list {
    margin: 8vw auto 0;
  }
}
article#campaign202201.campaign202201 section.sec-campaign .set-list .item {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign .set-list .item {
    margin: 8vw auto 0;
  }
}
article#campaign202201.campaign202201
  section.sec-campaign
  .set-list
  .item
  p.note {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #007749;
}
article#campaign202201.campaign202201
  section.sec-campaign
  .set-list
  .item
  p.note
  strong {
  font-weight: 700;
  color: #007749;
}
article#campaign202201.campaign202201 section.sec-campaign .set-list .item img {
  overflow: hidden;
  border-radius: 10px;
}
article#campaign202201.campaign202201 section.sec-campaign .course-block {
  max-width: 920px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign .course-block {
    margin: 8vw auto 0;
  }
}
article#campaign202201.campaign202201 section.sec-campaign .course-block > div {
  position: relative;
  overflow: hidden;
}
article#campaign202201.campaign202201
  section.sec-campaign
  .course-block
  .course-a {
  width: 100%;
}
article#campaign202201.campaign202201
  section.sec-campaign
  .course-block
  .course-b {
  width: calc(50% - 20px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201
    section.sec-campaign
    .course-block
    .course-b {
    width: 100%;
    margin-top: 8vw;
  }
}
article#campaign202201.campaign202201
  section.sec-campaign
  .course-block
  .course-c {
  width: calc(50% - 20px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201
    section.sec-campaign
    .course-block
    .course-c {
    width: 100%;
    margin-top: 8vw;
  }
}
article#campaign202201.campaign202201 section.sec-campaign p.txt-quo {
  max-width: 861px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign p.txt-quo {
    width: 100%;
    margin-top: 8vw;
  }
}
article#campaign202201.campaign202201 section.sec-campaign h2.ttl-sec {
  margin-top: 50px;
  line-height: 1;
  text-align: center;
}
article#campaign202201.campaign202201 section.sec-campaign h2.ttl-sec span {
  display: inline-block;
}
article#campaign202201.campaign202201 section.sec-campaign h2.ttl-sec img {
  max-width: 352px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign h2.ttl-sec {
    font-size: 6.4vw;
    margin-top: 8vw;
  }
  article#campaign202201.campaign202201 section.sec-campaign h2.ttl-sec img {
    max-width: 58.66667vw;
  }
}
article#campaign202201.campaign202201 section.sec-campaign p.txt-oubohouhou {
  margin: 30px auto 0;
  font-size: 36px;
  color: #00714e;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign p.txt-oubohouhou {
    margin: 4vw 0 0;
    font-size: 4.8vw;
  }
}
article#campaign202201.campaign202201 section.sec-campaign div.step-block {
  max-width: 1120px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 section.sec-campaign div.step-block {
    margin: 4vw 0 0;
  }
}
article#campaign202201.campaign202201 section.sec-campaign div.step-block div {
  width: 500px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201
    section.sec-campaign
    div.step-block
    div {
    width: 100%;
    margin-bottom: 4vw;
  }
}
article#campaign202201.campaign202201
  section.sec-campaign
  div.step-block
  div.ico-arrow {
  width: 26px;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201
    section.sec-campaign
    div.step-block
    div.ico-arrow {
    display: none;
  }
}
article#campaign202201.campaign202201 section.sec-campaign div.step-block img {
  width: 100%;
}
article#campaign202201.campaign202201 .kiyaku-block {
  max-width: 920px;
  margin: 30px auto 0;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 .kiyaku-block {
    margin: 4vw 0 0;
  }
}
article#campaign202201.campaign202201 .kiyaku-block .inner {
  width: 100%;
  height: 490px;
  padding: 50px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 .kiyaku-block .inner {
    height: 84vw;
    padding: 4vw;
  }
}
article#campaign202201.campaign202201 .kiyaku-block p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 .kiyaku-block p {
    font-size: 3.73333vw;
  }
}
article#campaign202201.campaign202201 .kiyaku-block p + p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  article#campaign202201.campaign202201 .kiyaku-block p + p {
    margin-top: 4vw;
  }
}

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

/* ---------------------------------------------------------------
  campaign2211 ここから
--------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,900;1,900&display=swap");

.campaign-2211 {
  overflow-x: hidden;
}
.campaign-2211 article#campaign.campaign .cover {
  background: none;
}
.campaign-2211 article#campaign.campaign .cover .inner {
  max-width: 100%;
}
.campaign-2211 article#campaign.campaign section.sec-campaign p.inview.show {
  color: #027749;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", sans-serif;
  letter-spacing: 0.13em;
  line-height: calc(37 / 16);
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  h2.ttl-sec.special-movie {
  margin-top: 100px;
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  h2.ttl-sec
  .englishtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 60px;
  letter-spacing: 0.03em;
  line-height: calc(36 / 60);
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  h2.ttl-sec
  .subtitle {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: calc(21 / 15);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.campaign-2211 .movie-wrap {
  width: 920px;
  margin: auto;
}
.campaign-2211 .movie-block {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  padding-top: 56.5%;
  margin-top: 56px;
  overflow: hidden;
}
.campaign-2211 .movie-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}
.campaign-2211 .youtube_movie {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.campaign-2211 .player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.campaign-2211 .youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .campaign-2211 .movie-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 520px;
  height: 100%;
  z-index: 1;
} */

.campaign-2211 .special-movie-column {
  display: flex;
  width: 1200px;
  margin: auto;
  margin-top: 60px;
}
.campaign-2211 .special-movie-column-first {
  width: 620px;
  position: relative;
  overflow: hidden;
}
.campaign-2211 .special-movie-column-second {
  width: 360px;
  margin-left: 228px;
  margin-top: 240px;
  position: relative;
}
.campaign-2211 .special-movie-column-second .inview {
  position: relative;
  overflow: hidden;
}
.campaign-2211 .special-movie-column-second::after {
  content: "Congratulations!!!";
  position: absolute;
  top: -80px;
  left: -210px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 54px;
  letter-spacing: 0.03em;
  line-height: calc(36 / 54);
  color: #027749;
  transform: rotate(-25.839deg);
}
_::-webkit-full-page-media,
_:future,
:root .campaign-2211 .special-movie-column-second::after {
  top: -110px;
}
.campaign-2211 .special-movie-single-image {
  width: 864px;
  margin: 52px auto 0;
  position: relative;
  overflow: hidden;
}

.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  .special-movie-single-image
  > p {
  font-family: "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: calc(21 / 14);
  margin-top: 1em;
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  h2.ttl-sec.ttl-interview {
  margin-top: 150px;
}

.campaign-2211 .interview-column-wrap {
  width: 1209px;
  margin: 67px auto 0;
}
.campaign-2211 .interview-column {
  display: flex;
  flex-wrap: wrap;
  width: 1069px;
  margin: auto;
  gap: 48px;
}
.campaign-2211 .interview-column + .interview-column {
  margin-top: 90px;
}
.campaign-2211 .interview-column:nth-of-type(2n) {
  flex-direction: row-reverse;
  margin-right: 0;
}
.campaign-2211 .interview-column:nth-of-type(2n + 1) {
  margin-left: 0;
}
.campaign-2211 .interview-column-image {
  width: 580px;
  position: relative;
  overflow: hidden;
}
.campaign-2211 .interview-column-text {
  width: 441px;
}
.campaign-2211 .ttl-interview {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  letter-spacing: 0.07em;
  line-height: calc(44 / 29);
  font-weight: 900;
  margin-top: 30px;
}
.campaign-2211 article#campaign.campaign section.sec-campaign p.text-interview {
  margin-top: 45px;
  padding-right: 15px;
  font-family: "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: calc(32 / 16);
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  p.text-interview.bg-white {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 12px;
}
.campaign-2211 .interview-single-image {
  width: 675px;
  margin: 100px auto 0;
  overflow: hidden;
  position: relative;
}
.campaign-2211 .interview-single-text {
  text-align: center;
  margin-top: 35px;
}
.campaign-2211 article#campaign.campaign section.sec-campaign p.underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  letter-spacing: 0.07em;
  line-height: calc(47 / 36);
  font-weight: 900;
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  .interview-end-text {
  text-align: center;
  margin-top: 135px;
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  .interview-end-text
  p {
  color: #027749;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", sans-serif;
  letter-spacing: 0.13em;
  line-height: calc(37 / 16);
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  .interview-end-text
  p
  + p {
  margin-top: 46px;
}
.campaign-2211 article#campaign.campaign section.sec-campaign .course-block {
  margin-top: 100px;
}
/* 画像アニメーション */
.campaign-2211 .inview.movie-block,
.campaign-2211 .inview.interview-column-image,
.campaign-2211 .inview.interview-single-image,
.campaign-2211 .inview.special-movie-column-first,
.campaign-2211 .special-movie-column-second .inview,
.campaign-2211 .inview.special-movie-single-image {
  transform: scaleX(0);
  transform-origin: left top;
}
.campaign-2211 .inview.movie-block::after,
.campaign-2211 .inview.interview-column-image::after,
.campaign-2211 .inview.interview-single-image::after,
.campaign-2211 .inview.special-movie-column-first::after,
.campaign-2211 .special-movie-column-second .inview::after,
.campaign-2211 .inview.special-movie-single-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007749;
  transform: translate(0, 0);
  z-index: 3;
}
.campaign-2211 .inview.show.movie-block,
.campaign-2211 .inview.show.interview-column-image,
.campaign-2211 .inview.show.interview-single-image,
.campaign-2211 .inview.show.special-movie-column-first,
.campaign-2211 .special-movie-column-second .inview.show,
.campaign-2211 .inview.show.special-movie-single-image {
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.01, 0.75, 0.25, 1) 0.4s;
}
.campaign-2211 .inview.show.movie-block,
.campaign-2211 .inview.show.interview-column-image,
.campaign-2211 .inview.show.interview-single-image,
.campaign-2211 .inview.show.special-movie-column-first,
.campaign-2211 .special-movie-column-second .inview.show,
.campaign-2211 .inview.show.special-movie-single-image {
  opacity: 1;
}
.campaign-2211 .inview.show.movie-block::after,
.campaign-2211 .inview.show.interview-column-image::after,
.campaign-2211 .inview.show.interview-single-image::after,
.campaign-2211 .inview.show.special-movie-column-first::after,
.campaign-2211 .special-movie-column-second .inview.show::after,
.campaign-2211 .inview.show.special-movie-single-image::after {
  transform: translate(101%, 0);
  transition: transform 0.4s cubic-bezier(0.01, 0.75, 0.25, 1) 0.8s;
}
/* テキストアニメーション */

.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  h2.ttl-sec.special-movie.inview,
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  h2.ttl-sec.ttl-interview.inview,
.campaign-2211 .interview-column-text.inview.inview01,
.campaign-2211 .interview-column-text.inview.inview02,
.campaign-2211 .interview-column-text.inview.inview03,
.campaign-2211 .interview-column-text.inview.inview04,
.campaign-2211 .interview-column-text.inview.inview05,
.campaign-2211 .interview-single-text.inview,
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  .interview-end-text.inview {
  opacity: 0;
}
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  h2.ttl-sec.special-movie.inview.show,
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  h2.ttl-sec.ttl-interview.inview.show,
.campaign-2211 .interview-column-text.inview.inview01.show,
.campaign-2211 .interview-column-text.inview.inview02.show,
.campaign-2211 .interview-column-text.inview.inview03.show,
.campaign-2211 .interview-column-text.inview.inview04.show,
.campaign-2211 .interview-column-text.inview.inview05.show,
.campaign-2211 .interview-single-text.inview.show,
.campaign-2211
  article#campaign.campaign
  section.sec-campaign
  .interview-end-text.inview.show {
  transition: all 0.8s ease 0.4s;
  opacity: 1;
}

.campaign-2211 .back-image {
  position: relative;
}
.campaign-2211 .back-image::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/campaign2211/back-campaign.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* -------------------
  ここからSP幅
------------------- */

@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .campaign-2211 article#campaign.campaign section.sec-campaign p.inview.show {
    /* padding: 2vw 4vw;
    background-color: rgba(255, 255, 255, 0.7); */
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    h2.ttl-sec.special-movie {
    margin-top: 15vw;
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    h2.ttl-sec
    .englishtitle {
    font-size: 10vw;
    line-height: 1.2;
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    h2.ttl-sec
    .subtitle {
    margin-top: 4vw;
    font-size: 3vw;
  }
  .campaign-2211 .movie-block {
    margin-top: 8vw;
  }
  .campaign-2211 .movie-wrap {
    width: 100%;
    max-width: 100%;
  }
  .campaign-2211 .special-movie-column {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-top: 8vw;
  }
  .campaign-2211 .special-movie-column-first {
    width: 80%;
    max-width: 100%;
  }
  .campaign-2211 .special-movie-column-second {
    width: 50%;
    max-width: 100%;
    margin: 0;
    margin-left: auto;
    margin-top: 22vw;
  }
  .campaign-2211 .special-movie-column-second::after {
    top: -8vw;
    left: -16vw;
    font-size: 5vw;
    transform: rotate(345deg);
  }
  _::-webkit-full-page-media,
  _:future,
  :root .campaign-2211 .special-movie-column-second::after {
    top: -8vw;
  }
  .campaign-2211 .special-movie-single-image {
    width: 100%;
    max-width: 100%;
    margin: 8vw auto 0;
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    .special-movie-single-image
    > p {
    font-size: 2vw;
    margin-top: 4vw;
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    h2.ttl-sec.ttl-interview {
    margin-top: 15vw;
  }

  .campaign-2211 .interview-column-wrap {
    width: 100%;
    max-width: 100%;
    margin: 8vw auto 0;
  }
  .campaign-2211 .interview-column {
    width: 100%;
    max-width: 100%;
    gap: 4vw;
  }
  .campaign-2211 .interview-column + .interview-column {
    margin-top: 10vw;
  }
  .campaign-2211 .interview-column {
    flex-direction: column;
  }
  .campaign-2211 .interview-column-image {
    width: 100%;
    max-width: 100%;
  }
  .campaign-2211 .interview-column-text {
    width: 100%;
    max-width: 100%;
  }
  .campaign-2211 .ttl-interview {
    font-size: 6vw;
    margin-top: 0;
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    p.text-interview {
    margin-top: 4vw;
    padding-right: 0;
    font-size: 4vw;
    /* padding: 2vw 4vw;
    background-color: rgba(255, 255, 255, 0.7); */
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    p.text-interview.bg-white {
    background-color: transparent;
    padding: 0;
  }
  .campaign-2211 .interview-single-image {
    width: 100%;
    max-width: 100%;
    margin: 6vw auto 0;
  }
  .campaign-2211 .interview-single-text {
    margin-top: 4vw;
  }
  .campaign-2211 article#campaign.campaign section.sec-campaign p.underline {
    font-size: 6vw;
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    .interview-end-text {
    margin-top: 16vw;
    /* padding: 2vw 4vw;
    background-color: rgba(255, 255, 255, 0.7); */
  }
  .campaign-2211
    article#campaign.campaign
    section.sec-campaign
    .interview-end-text
    p
    + p {
    margin-top: 1em;
  }
  .campaign-2211 article#campaign.campaign section.sec-campaign .course-block {
    margin-top: 10vw;
  }
  .campaign-2211 .back-image::before {
    background-size: contain;
    background-repeat: repeat-y;
    top: -33vw;
    background-image: url(../img/bg.png);
  }
}
/* -------------------
  //ここまでSP幅
------------------- */

/* ---------------------------------------------------------------
  campaign2211 ここまで
--------------------------------------------------------------- */
