@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ============================================================
/* module
============================================================ */
/* clearfix */
.m-clearfix {
  zoom: 1;
}

.m-clearfix:before, .m-clearfix:after {
  content: "";
  display: table;
}

.m-clearfix:after {
  clear: both;
}

/* align */
.m-ar {
  text-align: right !important;
}

.m-ac {
  text-align: center !important;
}

.m-al {
  text-align: left !important;
}

.m-aj {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* display */
.m-inlineblock {
  display: inline-block !important;
}

/* breakpoint only layout */
@media screen and (min-width: 960px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .pc-only {
    display: none !important;
  }
}

/* margin padding
============================================================ */
.pd0 {
  padding: 0 !important;
}

.mg0 {
  margin: 0 !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.pt110 {
  padding-top: 11rem !important;
}

.pb110 {
  padding-bottom: 11rem !important;
}

.pl110 {
  padding-left: 11rem !important;
}

.pr110 {
  padding-right: 11rem !important;
}

.mt110 {
  margin-top: 11rem !important;
}

.mb110 {
  margin-bottom: 11rem !important;
}

.ml110 {
  margin-left: 11rem !important;
}

.mr110 {
  margin-right: 11rem !important;
}

.pt120 {
  padding-top: 12rem !important;
}

.pb120 {
  padding-bottom: 12rem !important;
}

.pl120 {
  padding-left: 12rem !important;
}

.pr120 {
  padding-right: 12rem !important;
}

.mt120 {
  margin-top: 12rem !important;
}

.mb120 {
  margin-bottom: 12rem !important;
}

.ml120 {
  margin-left: 12rem !important;
}

.mr120 {
  margin-right: 12rem !important;
}

.pt130 {
  padding-top: 13rem !important;
}

.pb130 {
  padding-bottom: 13rem !important;
}

.pl130 {
  padding-left: 13rem !important;
}

.pr130 {
  padding-right: 13rem !important;
}

.mt130 {
  margin-top: 13rem !important;
}

.mb130 {
  margin-bottom: 13rem !important;
}

.ml130 {
  margin-left: 13rem !important;
}

.mr130 {
  margin-right: 13rem !important;
}

.pt140 {
  padding-top: 14rem !important;
}

.pb140 {
  padding-bottom: 14rem !important;
}

.pl140 {
  padding-left: 14rem !important;
}

.pr140 {
  padding-right: 14rem !important;
}

.mt140 {
  margin-top: 14rem !important;
}

.mb140 {
  margin-bottom: 14rem !important;
}

.ml140 {
  margin-left: 14rem !important;
}

.mr140 {
  margin-right: 14rem !important;
}

.pt150 {
  padding-top: 15rem !important;
}

.pb150 {
  padding-bottom: 15rem !important;
}

.pl150 {
  padding-left: 15rem !important;
}

.pr150 {
  padding-right: 15rem !important;
}

.mt150 {
  margin-top: 15rem !important;
}

.mb150 {
  margin-bottom: 15rem !important;
}

.ml150 {
  margin-left: 15rem !important;
}

.mr150 {
  margin-right: 15rem !important;
}

.pt160 {
  padding-top: 16rem !important;
}

.pb160 {
  padding-bottom: 16rem !important;
}

.pl160 {
  padding-left: 16rem !important;
}

.pr160 {
  padding-right: 16rem !important;
}

.mt160 {
  margin-top: 16rem !important;
}

.mb160 {
  margin-bottom: 16rem !important;
}

.ml160 {
  margin-left: 16rem !important;
}

.mr160 {
  margin-right: 16rem !important;
}

.pt170 {
  padding-top: 17rem !important;
}

.pb170 {
  padding-bottom: 17rem !important;
}

.pl170 {
  padding-left: 17rem !important;
}

.pr170 {
  padding-right: 17rem !important;
}

.mt170 {
  margin-top: 17rem !important;
}

.mb170 {
  margin-bottom: 17rem !important;
}

.ml170 {
  margin-left: 17rem !important;
}

.mr170 {
  margin-right: 17rem !important;
}

.pt180 {
  padding-top: 18rem !important;
}

.pb180 {
  padding-bottom: 18rem !important;
}

.pl180 {
  padding-left: 18rem !important;
}

.pr180 {
  padding-right: 18rem !important;
}

.mt180 {
  margin-top: 18rem !important;
}

.mb180 {
  margin-bottom: 18rem !important;
}

.ml180 {
  margin-left: 18rem !important;
}

.mr180 {
  margin-right: 18rem !important;
}

.pt190 {
  padding-top: 19rem !important;
}

.pb190 {
  padding-bottom: 19rem !important;
}

.pl190 {
  padding-left: 19rem !important;
}

.pr190 {
  padding-right: 19rem !important;
}

.mt190 {
  margin-top: 19rem !important;
}

.mb190 {
  margin-bottom: 19rem !important;
}

.ml190 {
  margin-left: 19rem !important;
}

.mr190 {
  margin-right: 19rem !important;
}

.pt200 {
  padding-top: 20rem !important;
}

.pb200 {
  padding-bottom: 20rem !important;
}

.pl200 {
  padding-left: 20rem !important;
}

.pr200 {
  padding-right: 20rem !important;
}

.mt200 {
  margin-top: 20rem !important;
}

.mb200 {
  margin-bottom: 20rem !important;
}

.ml200 {
  margin-left: 20rem !important;
}

.mr200 {
  margin-right: 20rem !important;
}

/* over
============================================================ */
.m-over {
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a.m-over {
  text-decoration: none;
}

button.m-over {
  outline: none;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .m-over:hover {
    opacity: .7;
  }
}

/* font
============================================================ */
/* icon
============================================================ */
.m-icon-insta {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.m-icon-insta:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}

.m-icon-insta:before {
  background-image: url('/import/tenant_1/www.yamani.co.jp/wp-content/themes/yamani/assets/img/common/icon-instagram.svg');
}

/* arrow
============================================================ */
.m-arrow-l, .m-arrow-r, .m-arrow-u, .m-arrow-d {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.m-arrow-l:before, .m-arrow-r:before, .m-arrow-u:before, .m-arrow-d:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 40%;
  background: no-repeat center center;
  background-size: contain;
}

.m-arrow-l:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}

.m-arrow-l.thin:before {
  border-left: 1px solid;
  border-bottom: 1px solid;
}

.m-arrow-l.bold:before {
  border-left: 2px solid;
  border-bottom: 2px solid;
}

.m-arrow-r:before {
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

.m-arrow-r.thin:before {
  border-right: 1px solid;
  border-top: 1px solid;
}

.m-arrow-r.bold:before {
  border-right: 2px solid;
  border-top: 2px solid;
}

.m-arrow-u:before {
  border-left: 1px solid;
  border-top: 1px solid;
  -webkit-transform: translate(-50%, -25%) scale(1, 0.8) rotate(45deg);
  transform: translate(-50%, -25%) scale(1, 0.8) rotate(45deg);
}

.m-arrow-u.thin:before {
  border-left: 1px solid;
  border-top: 1px solid;
}

.m-arrow-u.bold:before {
  border-left: 2px solid;
  border-top: 2px solid;
}

.m-arrow-d:before {
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
  transform: translate(-50%, -75%) rotate(45deg);
}

.m-arrow-d.thin:before {
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.m-arrow-d.bold:before {
  border-left: 2px solid;
  border-top: 2px solid;
}

/* text
============================================================ */
.m-text-underline {
  text-decoration: underline;
}

a.m-text-underline:hover {
  text-decoration: none;
}

.m-text-indent-1 .symbol, .m-text-indent-2 .symbol, .m-text-indent-dot .symbol, .m-text-indent-disc .symbol {
  display: inline-block;
  text-indent: 0;
  font-style: inherit;
}

.m-text-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.m-text-indent-1 .symbol {
  width: 1em;
}

.m-text-indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.m-text-indent-2 .symbol {
  width: 2em;
}

.m-text-indent-dot {
  padding-left: 1em;
  text-indent: -1em;
}

.m-text-indent-dot:before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.m-text-indent-disc {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.m-text-indent-disc:before {
  content: "●";
  display: inline-block;
  width: 1.25em;
  text-indent: 0;
}

/* btn
============================================================ */
.m-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 100%;
  font-weight: 400;
  color: #fff;
  background: #30218b;
}

.disabled.m-btn {
  color: #b6b5b5;
  background: #f6f6f6;
  pointer-events: none;
}

@media screen and (min-width: 960px) {
  .m-btn {
    width: 100%;
    height: 3rem;
    font-size: 1.2rem;
    border-radius: .5rem;
  }
}

@media screen and (max-width: 959px) {
  .m-btn {
    width: 100%;
    height: 3rem;
    border-radius: .25rem;
  }
}

/* pagination
============================================================ */
.m-pagination__count {
  color: #30218b;
}

@media screen and (min-width: 960px) {
  .m-pagination {
    margin-top: 10rem;
  }
  .m-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-pagination__count {
    font-size: 1.4rem;
  }
  .m-pagination .m-btn {
    width: 12rem;
  }
}

@media screen and (max-width: 959px) {
  .m-pagination {
    margin-top: 6rem;
  }
  .m-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-pagination__count {
    font-size: 1.4rem;
  }
  .m-pagination .m-btn {
    width: 12rem;
  }
}

/* ============================================================
/* js
============================================================ */
/* inview
============================================================ */
.js-inview-fadeup {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.js-inview-fadeup.inviewed {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.js-inview-fade {
  opacity: 0;
}

.js-inview-fade.inviewed {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.js-inview-popup {
  opacity: 0;
}

.js-inview-popup.inviewed {
  -webkit-animation: popup 0.3s cubic-bezier(0, 0.94, 0.53, 1.5) forwards;
  animation: popup 0.3s cubic-bezier(0, 0.94, 0.53, 1.5) forwards;
}

.js-inview-delay1.inviewed {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

.js-inview-delay2.inviewed {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.js-inview-delay3.inviewed {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

.js-inview-delay4.inviewed {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

/* common
============================================================ */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Shippori Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #363636;
  -ms-font-feature-settings: "normal";
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 960px) {
  body {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}

@media screen and (max-width: 959px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

img:not(.lazyload) {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

/* l-wrapper
============================================================ */
.l-wrapper {
  overflow: hidden;
}

/* l-header
============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.l-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #757575;
}

.l-header__lang li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__lang li a {
  display: block;
}

.l-header__lang li a::hover {
  text-decoration: underline;
}

.l-header__lang li + li:before {
  content: "/";
  display: inline-block;
  margin: 0 .5em;
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .l-header {
    height: 8rem;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
  }
  body.header-fixed .l-header {
    height: 6rem;
  }
  .l-header__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .l-header__logo {
    width: 18.7rem;
  }
  .l-header__lang {
    margin-left: 4rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
  .l-header__lang {
    margin-left: 3rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 959px) {
  .l-header {
    height: 5rem;
  }
  .l-header__inner {
    padding: 0 1rem;
  }
  .l-header__logo {
    width: 19rem;
    margin-top: .5rem;
  }
  .l-header__lang {
    margin-left: auto;
    font-size: 1.7rem;
  }
}

/* l-gnav
============================================================ */
.l-btn-gnav {
  position: relative;
  z-index: 10;
  color: #30218b;
  cursor: pointer;
}

.l-btn-gnav span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  border-top: 2px solid;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.l-btn-gnav span:first-child {
  -webkit-transform: translate(-50%, -0.5rem);
  transform: translate(-50%, -0.5rem);
}

.l-btn-gnav span:last-child {
  -webkit-transform: translate(-50%, 0.5rem);
  transform: translate(-50%, 0.5rem);
}

@media screen and (min-width: 960px) {
  .l-btn-gnav {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .l-btn-gnav {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 .5rem 0 3rem;
  }
  body.gnav-open .l-btn-gnav {
    color: #fff;
  }
  body.gnav-open .l-btn-gnav span:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body.gnav-open .l-btn-gnav span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.l-gnav__list > li > a br {
  display: none;
}

.l-gnav__sublist li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .l-gnav {
    height: 100%;
    margin-left: auto;
  }
  .l-gnav__outer, .l-gnav__inner {
    height: 100%;
  }
  .l-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1.2;
  }
  .l-gnav__list > li {
    height: 100%;
    margin-left: 2em;
  }
  .l-gnav__list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #30218b;
  }
  .l-gnav__list > li > a span {
    vertical-align: middle;
  }
  .l-gnav__list > li > a em {
    margin-left: .25em;
  }
  .l-gnav__list > li > a:hover,
  .l-gnav__list > li.active > a,
  .l-gnav__list > li.current > a {
    color: #877dc5;
    text-decoration: underline;
  }
  .l-gnav__sublist {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 6rem;
    padding: 0 2rem;
    border-bottom: 1px solid;
    color: rgba(255, 255, 255, 0.8);
    background: #30218b;
    display: none;
  }
  .l-gnav__sublist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .l-gnav__sublist li {
    text-align: center;
  }
  .l-gnav__sublist li span {
    display: inline-block;
  }
  .l-gnav__sublist li.current a {
    text-decoration: underline;
  }
  .l-gnav__sublist li + li {
    position: relative;
    margin-left: 4em;
  }
  .l-gnav__sublist li + li:before {
    content: "/";
    position: absolute;
    left: -2em;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .l-gnav__sublist li.em12 {
    width: 12em;
  }
  .l-gnav__sublist li.em14 {
    width: 14em;
  }
  .l-gnav__sublist .sublist_onlinestores {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
  .l-gnav__list {
    font-size: 1.4rem;
  }
  .l-gnav__list > li {
    margin-left: 1.5em;
  }
  .l-gnav__list > li > a br {
    display: inline;
  }
  .l-gnav__sublist li + li {
    margin-left: 3em;
  }
  .l-gnav__sublist li + li:before {
    left: -1.5em;
  }
  .l-gnav__sublist .sublist_onlinestores {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .l-gnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #30218b;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
  }
  body.gnav-open .l-gnav {
    opacity: 1;
    visibility: visible;
  }
  .l-gnav__outer {
    width: calc(100% + 100px);
    max-height: 100%;
    padding-right: 100px;
    overflow: auto;
  }
  .l-gnav__inner {
    padding: 6rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-gnav__list {
    font-size: 2.1rem;
  }
  .l-gnav__list li {
    margin-top: 3.5rem;
  }
  .l-gnav__list li a em {
    display: none;
  }
  .l-gnav__list li > a:hover {
    text-decoration: underline;
  }
  .l-gnav__list > li:first-child {
    margin-top: 0;
  }
  .l-gnav__sublist {
    display: block !important;
    font-size: 1.9rem;
    padding-left: 1em;
  }
}

/* l-footer
============================================================ */
.l-footer {
  color: #fff;
  background: #30218b;
}

.l-footer__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .l-footer__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .l-footer__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.l-footer .l-copyright {
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .l-footer {
    padding: 6rem 2rem 2rem;
  }
  .l-footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
  }
  .l-footer__nav a:hover {
    text-decoration: underline;
  }
  .l-footer .l-copyright {
    margin-top: 10rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 959px) {
  .l-footer {
    padding: 4.5rem 0 1.5rem;
  }
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-footer__nav li + li {
    margin-top: 3rem;
  }
  .l-footer .l-copyright {
    margin-top: 5rem;
    font-size: 1.3rem;
  }
}

/* l-footer-info
============================================================ */
.l-footer-info {
  text-align: center;
}

.l-footer-info__insta a {
  display: inline-block;
  color: #30218b;
  text-align: center;
}

.l-footer-info__insta a > * {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .l-footer-info {
    padding: 10rem 0;
  }
  .l-footer-info__insta em {
    font-size: 5rem;
  }
  .l-footer-info__insta span {
    font-size: 1.2rem;
  }
  .l-footer-info__contact {
    width: 18rem;
    margin: 4rem auto 0;
  }
}

@media screen and (max-width: 959px) {
  .l-footer-info {
    padding: 8rem 0;
  }
  .l-footer-info__insta em {
    font-size: 5rem;
  }
  .l-footer-info__insta span {
    margin-top: .5em;
    font-size: 1.2rem;
  }
  .l-footer-info__contact {
    width: 18rem;
    margin: 4.5rem auto 0;
  }
}

/* l-pagetop
============================================================ */
.l-pagetop {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
}

body.pagetop-show .l-pagetop {
  opacity: 1;
  visibility: visible;
}

body.pagetop-fixed .l-pagetop {
  position: fixed;
}

.l-pagetop__wrap {
  position: relative;
  width: 100%;
  height: 0;
}

.l-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #30218b;
}

@media screen and (min-width: 960px) {
  .l-pagetop {
    right: 2rem;
    bottom: 3rem;
  }
  .l-pagetop a {
    width: 6rem;
    height: 6rem;
    border-radius: .5rem;
    font-size: 3rem;
  }
}

@media screen and (max-width: 959px) {
  .l-pagetop {
    right: 1rem;
    bottom: 1rem;
  }
  .l-pagetop a {
    width: 6rem;
    height: 6rem;
    border-radius: .5rem;
    font-size: 3rem;
  }
}

/* l-container
============================================================ */
@media screen and (min-width: 960px) {
  .l-container {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 959px) {
  .l-container {
    padding-top: 5rem;
  }
}

/* l-breadcrumb
============================================================ */
.l-breadcrumb {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #30218b;
}

@media screen and (min-width: 960px) {
  .l-breadcrumb {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .l-breadcrumb {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.l-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

.l-breadcrumb li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l-breadcrumb li + li:before {
  content: ">";
  display: inline-block;
  padding: 0 1em;
}

@media screen and (min-width: 960px) {
  .l-breadcrumb {
    margin-top: 2rem;
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
  .l-breadcrumb ul {
    height: 3rem;
  }
}

@media screen and (max-width: 959px) {
  .l-breadcrumb {
    padding: 0 1rem 1rem 1rem;
    font-size: 1.1rem;
  }
  .l-breadcrumb ul {
    max-width: calc(100% - 7rem);
  }
}

/* l-article
============================================================ */
.l-article__header {
  position: relative;
}

.l-article__caption {
  line-height: 1;
  color: rgba(48, 33, 139, 0.08);
  white-space: nowrap;
  z-index: 1;
}

.l-article__ttl {
  position: absolute;
  left: 0;
  width: 100%;
  color: #30218b;
  text-align: center;
}

.l-article-cols {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .l-article-cols {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .l-article-cols {
    max-width: 640px;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 960px) {
  .l-article__header {
    margin-bottom: 11rem;
  }
  .l-article__caption {
    font-size: 12rem;
    text-align: center;
  }
  .l-article__ttl {
    top: 7rem;
    font-size: 4rem;
  }
  .l-article-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 120rem;
  }
  .l-article-cols__sub {
    width: 27rem;
  }
  .l-article-cols__main {
    max-width: calc(100% - 30rem);
    width: 86rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
  .l-article__caption {
    font-size: 9.5rem;
  }
  .l-article__ttl {
    top: 6rem;
  }
}

@media screen and (max-width: 959px) {
  .l-article__header {
    margin-bottom: 4rem;
  }
  .l-article__caption {
    max-width: 50rem;
    margin: 0 auto;
    font-size: 6rem;
    text-align: center;
  }
  .l-article__caption span {
    display: block;
  }
  .l-article__caption span:first-child {
    text-align: left;
  }
  .l-article__caption span:last-child {
    margin-top: -1rem;
    text-align: right;
  }
  .l-article__ttl {
    top: 4rem;
    font-size: 2rem;
  }
  .l-article-cols__sub {
    margin-top: 6rem;
  }
}

/* l-sidebar
============================================================ */
.l-sidebar__list {
  color: #30218b;
}

.l-sidebar__list li {
  border-bottom: 1px solid;
}

.l-sidebar__list li a {
  display: block;
  line-height: 1.5;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.l-sidebar__list li a > * {
  text-indent: 0;
}

.l-sidebar__list li a:hover {
  text-decoration: underline;
}

.l-sidebar__list li a span {
  vertical-align: middle;
}

.l-sidebar__list li a em {
  margin-right: .25em;
}

@media screen and (min-width: 960px) {
  .l-sidebar__list__ttl {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .l-sidebar__list ul {
    font-size: 1.4rem;
  }
  .l-sidebar__list li a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .l-sidebar__list + .l-sidebar__list {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 959px) {
  .l-sidebar {
    margin: 0 1rem;
  }
  .l-sidebar__list__ttl {
    font-size: 1.8rem;
  }
  .l-sidebar__list li a {
    padding-top: .5em;
    padding-bottom: .5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .l-sidebar__list li a em {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .l-sidebar__list.list-category ul, .l-sidebar__list.list-archives ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-sidebar__list.list-category li, .l-sidebar__list.list-archives li {
    width: 48%;
  }
  .l-sidebar__list + .l-sidebar__list {
    margin-top: 4rem;
  }
}

/* ============================================================
/* page content
============================================================ */
/* sec contents
============================================================ */
.sec-ttl {
  line-height: 1.5;
  color: #30218b;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .sec-ttl {
    margin-bottom: 6rem;
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-ttl {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
}

.sec-ttl2 {
  line-height: 1.5;
  padding: .1em 0 .2em .75em;
  color: #30218b;
  border-left: .6rem solid;
  border-bottom: .2rem solid;
}

@media screen and (min-width: 960px) {
  .sec-ttl2 {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-ttl2 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

.sec-contents__wrap {
  background: #f6f6f6;
}

@media screen and (min-width: 960px) {
  .sec-contents__wrap {
    padding: 9rem 0;
  }
}

@media screen and (max-width: 959px) {
  .sec-contents__wrap {
    padding: 4.5rem 1rem 7.5rem;
  }
}

/* sec-cblock
============================================================ */
.sec-cblock__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-cblock__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-cblock__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-cblock__caption {
  position: relative;
  line-height: 1;
  color: rgba(48, 33, 139, 0.08);
  white-space: nowrap;
  letter-spacing: -.05em;
  z-index: 1;
}

.sec-cblock__caption.js-inview {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.sec-cblock__caption.inviewed {
  opacity: 1;
}

.sec-cblock.ptn-left .sec-cblock__caption.js-inview {
  -webkit-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
}

.sec-cblock.ptn-left .sec-cblock__caption.inviewed {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sec-cblock.ptn-right .sec-cblock__caption.js-inview {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}

.sec-cblock.ptn-right .sec-cblock__caption.inviewed {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sec-cblock__ttl {
  color: #30218b;
}

.sec-cblock__link {
  color: #30218b;
  border-bottom: 1px solid;
}

.sec-cblock__link a {
  display: block;
  padding: 0 .5em .5em;
}

.sec-cblock__link span {
  vertical-align: middle;
}

.sec-cblock__link em {
  margin-right: .5em;
}

@media screen and (min-width: 960px) {
  .sec-cblock {
    margin-bottom: 17rem;
  }
  .sec-cblock:last-child {
    margin-bottom: 5rem;
  }
  .sec-cblock__caption {
    margin-bottom: -3rem;
    font-size: 11rem;
  }
  .sec-cblock__imagebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 110rem;
  }
  .sec-cblock__image {
    width: calc(100% - 38rem);
  }
  .sec-cblock__image img {
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
  }
  .sec-cblock__textbox {
    width: 32rem;
    padding-top: 4rem;
  }
  .sec-cblock__ttl {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
  .sec-cblock__link {
    max-width: 27rem;
    font-size: 1.4rem;
  }
  .sec-cblock__text {
    min-height: 12rem;
  }
  .sec-cblock__link {
    margin-top: 3rem;
  }
  .sec-cblock.ptn-left .sec-cblock__imagebox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
    padding-left: 2rem;
  }
  .sec-cblock.ptn-right .sec-cblock__caption {
    text-align: right;
  }
  .sec-cblock.ptn-right .sec-cblock__imagebox {
    margin-right: auto;
    padding-right: 2rem;
  }
  .sec-cblock.ptn-right .sec-cblock__link {
    margin-left: auto;
    text-align: right;
  }
}

@media screen and (min-width: 960px) and (max-width: 1180px) {
  .sec-cblock__caption {
    margin-bottom: -2rem;
    font-size: 9rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-cblock {
    margin-bottom: 5rem;
  }
  .sec-cblock__caption {
    margin-bottom: -1.5rem;
    font-size: 5.5rem;
  }
  .sec-cblock__imagebox {
    padding: 0 1rem;
  }
  .sec-cblock__image {
    margin: 0 3rem;
  }
  .sec-cblock__image img {
    border-radius: .5rem;
    -webkit-box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.25);
  }
  .sec-cblock__textbox {
    padding-top: 4.5rem;
  }
  .sec-cblock__ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .sec-cblock__link {
    max-width: 25rem;
    margin-top: 3rem;
    margin-left: auto;
    text-align: right;
  }
  .sec-cblock.ptn-right .sec-cblock__caption {
    text-align: right;
  }
}

/* .sec-summary
============================================================ */
.sec-summary__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-summary__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-summary__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-summary__list dl {
  position: relative;
}

.sec-summary__list dl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #cecece;
}

.sec-summary__list__caption,
.sec-summary__list dt {
  position: relative;
  font-weight: inherit;
}

.sec-summary__list__caption:after,
.sec-summary__list dt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #30218b;
  z-index: 1;
}

.sec-summary__list .map {
  color: #30218b;
}

.sec-summary__list .map a span {
  vertical-align: middle;
}

.sec-summary__list .map a em {
  margin-right: .25em;
}

@media screen and (min-width: 960px) {
  .sec-summary + .sec-summary {
    margin-top: 10rem;
  }
  .sec-summary__list {
    max-width: 110rem;
    margin: 0 auto;
  }
  .sec-summary__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .sec-summary__list__caption,
  .sec-summary__list dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 16rem;
    padding: .25em .5em;
  }
  .sec-summary__list__caption {
    margin-top: 1rem;
  }
  .sec-summary__list dd:not(.map) {
    width: calc(100% - 16rem);
    padding: .25em 0 .25em 2em;
  }
  .sec-summary__list dd.map {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .25em 0;
  }
}

@media screen and (max-width: 959px) {
  .sec-summary + .sec-summary {
    margin-top: 4.5rem;
  }
  .sec-summary__list dl {
    margin-top: 2rem;
  }
  .sec-summary__list dl:after {
    border-bottom-width: 1px;
  }
  .sec-summary__list__caption,
  .sec-summary__list dt {
    width: 15rem;
    padding: .25em;
  }
  .sec-summary__list__caption:after,
  .sec-summary__list dt:after {
    border-bottom-width: 1px;
  }
  .sec-summary__list__caption {
    margin-top: 2rem;
  }
  .sec-summary__list dd:not(.map) {
    margin-top: .5rem;
    padding: .5em 0 .5em .5em;
  }
  .sec-summary__list dd.map {
    position: absolute;
    top: 0;
    right: 0;
    padding: .25em 0;
  }
}

/* .sec-post
============================================================ */
.sec-post__inner {
  background: #f6f6f6;
}

.sec-post__date {
  line-height: 1.5;
  margin-bottom: .5em;
  color: #30218b;
}

.sec-post__category {
  line-height: 1.5;
  margin-bottom: .25em;
  color: #30218b;
}

.sec-post__ttl {
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .sec-post + .sec-post {
    margin-top: 2rem;
  }
  .sec-post__inner {
    padding: 3rem;
    border-radius: 1rem;
  }
  .sec-post__header {
    margin-bottom: 3.5rem;
  }
  .sec-post__category {
    font-size: 2rem;
  }
  .sec-post__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-post + .sec-post {
    margin-top: 1rem;
  }
  .sec-post__inner {
    padding: 1.5rem;
    border-radius: .5rem;
  }
  .sec-post__header {
    margin-bottom: 2.5rem;
  }
  .sec-post__date {
    font-size: 1.5rem;
  }
  .sec-post__category {
    font-size: 1.7rem;
  }
  .sec-post__ttl {
    font-size: 1.7rem;
  }
}

/* .sec-brands
============================================================ */
.sec-brands__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-brands__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-brands__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-brands__list a {
  display: block;
}

.sec-brands__list a[href=""] {
  pointer-events: none;
}

@media screen and (min-width: 960px) {
  .sec-brands + .sec-brands {
    margin-top: 9rem;
  }
  .sec-brands__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem;
  }
  .sec-brands__list:after {
    content: "";
    width: 33.33%;
    height: 0;
    visibility: hidden;
  }
  .sec-brands__list li {
    width: 33.33%;
  }
  .sec-brands__list li a {
    margin: 1rem;
  }
  .sec-brands__list li img {
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.8rem 2rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.8rem 2rem 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 959px) {
  .sec-brands + .sec-brands {
    margin-top: 4.5rem;
  }
  .sec-brands .sec-ttl {
    font-size: 1.9rem;
    letter-spacing: .1em;
  }
  .sec-brands__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -.5rem 0;
  }
  .sec-brands__list li {
    width: 50%;
  }
  .sec-brands__list li a {
    margin: .5rem;
  }
  .sec-brands__list li img {
    border-radius: .5rem;
    -webkit-box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.2);
  }
}

/* .sec-form
============================================================ */
.sec-form__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-form__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-form__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-form__item__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 .5em .5em;
}

.sec-form__item__caption .icon-require {
  color: #ff0000;
  margin-left: 1em;
}

.sec-form__item__input {
  position: relative;
}

.sec-form__item__input input[type="text"],
.sec-form__item__input input[type="tel"],
.sec-form__item__input input[type="email"],
.sec-form__item__input input[type="zip"],
.sec-form__item__input select,
.sec-form__item__input textarea {
  width: 100%;
  height: 4rem;
  line-height: 1.5;
  padding: .3em 1em;
  font: inherit;
  border: 1px solid #757575;
  border-radius: .5rem;
  background: #f6f6f6;
}

.sec-form__item__input input[type="text"]:not(:placeholder-shown),
.sec-form__item__input input[type="tel"]:not(:placeholder-shown),
.sec-form__item__input input[type="email"]:not(:placeholder-shown),
.sec-form__item__input input[type="zip"]:not(:placeholder-shown),
.sec-form__item__input select:not(:placeholder-shown),
.sec-form__item__input textarea:not(:placeholder-shown) {
  background: #fff;
}

.sec-form__item__input textarea {
  height: 12rem;
}

.sec-form__item__input ::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}

.sec-form__item__input :-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.sec-form__item__input ::-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.sec-form__item__input ::-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.sec-form__item__input ::placeholder {
  color: #888888;
  opacity: 1;
}

.sec-form__item__input.input-select select {
  padding-right: 2.5rem;
}

.sec-form__item__input.input-select select.noselected {
  color: #888888;
  background: #f6f6f6;
}

.sec-form__item__input.input-select:after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.sec-form__item__input.input-checkbox input[type="checkbox"] {
  display: none;
}

.sec-form__item__input.input-checkbox input[type="checkbox"] + span {
  position: relative;
  padding-left: 2rem;
}

.sec-form__item__input.input-checkbox input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid #757575;
  border-radius: .5rem;
  background: #f6f6f6;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-form__item__input.input-checkbox input[type="checkbox"] + span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1rem;
  height: .7rem;
  border-bottom: 3px solid #30218b;
  border-left: 3px solid #30218b;
  -webkit-transform: translate(-50%, -70%) rotate(-45deg);
  transform: translate(-50%, -70%) rotate(-45deg);
  opacity: 0;
}

.sec-form__item__input.input-checkbox input[type="checkbox"]:checked + span:before {
  background: #fff;
}

.sec-form__item__input.input-checkbox input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.sec-form__item__input.input-checkbox label {
  vertical-align: middle;
}

.sec-form__item__input.input-checkbox.input-agreement input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 100%;
}

.sec-form__item__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-form__item__cols .sec-form__item__input {
  width: calc(50% - .5rem);
  margin: 0 !important;
}

.sec-form__item a {
  color: #30218b;
  text-decoration: underline;
}

.sec-form__item a:hover {
  text-decoration: none;
}

.sec-form__submit {
  text-align: center;
}

.sec-form__note__ttl {
  color: #30218b;
}

@media screen and (min-width: 960px) {
  .sec-form__inner {
    max-width: 94rem;
  }
  .sec-form__item__input {
    font-size: 1.4rem;
  }
  .sec-form__item__input.input-size-middle {
    max-width: 26rem;
  }
  .sec-form__item__input + .sec-form__item__input {
    margin-top: 2rem;
  }
  .sec-form__item + .sec-form__item {
    margin-top: 3rem;
  }
  .sec-form__submit {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .sec-form__submit button[type="submit"] {
    width: 30rem;
    height: 6rem;
    margin-top: 3rem;
    font-size: 2.6rem;
  }
  .sec-form__note {
    margin-bottom: 5rem;
    font-size: 1.4rem;
  }
  .sec-form__note__ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sec-form__item__input.input-size-middle {
    max-width: 20em;
  }
  .sec-form__item__input input[type="text"],
  .sec-form__item__input input[type="tel"],
  .sec-form__item__input input[type="email"],
  .sec-form__item__input input[type="zip"],
  .sec-form__item__input select {
    height: 5rem;
  }
  .sec-form__item__input.input-checkbox input[type="checkbox"] + span {
    padding: .5rem 0 .5rem 3rem;
  }
  .sec-form__item__input.input-checkbox input[type="checkbox"] + span:before {
    left: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
  .sec-form__item__input.input-checkbox input[type="checkbox"] + span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    width: 1.5rem;
    height: 1rem;
  }
  .sec-form__item__input + .sec-form__item__input {
    margin-top: 1rem;
  }
  .sec-form__item + .sec-form__item {
    margin-top: 2rem;
  }
  .sec-form__submit {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
  .sec-form__submit button[type="submit"] {
    width: 30rem;
    height: 6rem;
    margin-top: 3rem;
    font-size: 2rem;
  }
  .sec-form__note {
    margin-bottom: 4rem;
  }
  .sec-form__note__ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

/* ============================================================
/* top page content
============================================================ */
/* sec-top-mv
============================================================ */
.sec-top-mv__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-top-mv__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-top-mv__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-top-mv__slider {
  overflow: hidden;
}

.sec-top-mv__slider .swiper-slide {
  background: #fff;
}

.sec-top-mv__slider .swiper-pagination-bullets {
  line-height: 1;
}

.sec-top-mv__slider .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  background: #fff;
  border: 1px solid #30218b;
  opacity: 1 !important;
}

.sec-top-mv__slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #30218b;
}

.sec-top-mv__post__inner {
  background: #f6f6f6;
}

.sec-top-mv__post__category {
  color: #30218b;
}

.sec-top-mv__post__date {
  color: #30218b;
}

.sec-top-mv__post__more {
  color: #30218b;
}

.sec-top-mv__post__more a em {
  margin-right: .25em;
}

.sec-top-mv__post__more a span {
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .sec-top-mv {
    margin: 6rem 0 6rem;
  }
  .sec-top-mv__slider {
    max-width: 96rem;
  }
  .sec-top-mv__slider .swiper-pagination-bullets {
    line-height: 0;
    margin-top: 2rem;
    margin-left: 1rem;
  }
  .sec-top-mv__slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2rem;
    height: .8rem;
    margin: 0;
  }
  .sec-top-mv__slider .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 3rem;
  }
  .sec-top-mv__slider__item img {
    border-radius: 1rem;
  }
  .sec-top-mv__post__inner {
    border-radius: 1rem;
  }
  .sec-top-mv__post__category {
    line-height: 1.2;
    font-size: 1.8rem;
  }
  .sec-top-mv__post__more {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 960px) {
  .sec-top-mv__inner {
    max-width: 96rem;
    display: block;
  }
  .sec-top-mv__posts {
    margin-top: 2rem;
  }
  .sec-top-mv__post {
    height: 7rem;
    margin-top: 1rem;
  }
  .sec-top-mv__post__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 3rem;
  }
  .sec-top-mv__post__category {
    width: 15rem;
  }
  .sec-top-mv__post__more {
    width: 10rem;
    text-align: right;
  }
  .sec-top-mv__post__imagebox {
    width: calc(100% - 25rem);
  }
  .sec-top-mv__post__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec-top-mv__post__date {
    width: 6em;
  }
  .sec-top-mv__post__text {
    width: calc(100% - 6em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sec-top-mv__post__image {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .sec-top-mv {
    margin: 0rem 0 5rem;
  }
  .sec-top-mv__slider .swiper-pagination-bullets {
    line-height: 0;
    margin-top: 2rem;
    text-align: center;
  }
  .sec-top-mv__slider .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2rem;
    height: .8rem;
    margin: 0;
  }
  .sec-top-mv__slider .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 3rem;
  }
  .sec-top-mv__slider__item img {
    border-radius: 1rem;
  }
  .sec-top-mv__posts {
    margin-top: 2rem;
  }
  .sec-top-mv__post__inner {
    padding: 1.5rem;
    border-radius: .5rem;
  }
  .sec-top-mv__post__category {
    margin: 0 0 .5em .5rem;
    line-height: 1.2;
    font-size: 1.8rem;
  }
  .sec-top-mv__post__more {
    text-align: right;
  }
  .sec-top-mv__post__image {
    width: 20rem;
  }
  .sec-top-mv__post__image img {
    border-radius: .5rem;
  }
  .sec-top-mv__post.ptn-news .sec-top-mv__post__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    margin-left: .5rem;
    margin-bottom: 2rem;
  }
  .sec-top-mv__post.ptn-news .sec-top-mv__post__date {
    width: 6em;
  }
  .sec-top-mv__post.ptn-news .sec-top-mv__post__text {
    width: calc(100% - 6em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sec-top-mv__post.ptn-brand {
    margin-top: 1rem;
  }
  .sec-top-mv__post.ptn-brand .sec-top-mv__post__imagebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .sec-top-mv__post.ptn-brand .sec-top-mv__post__textbox {
    width: calc(100% - 22rem);
    margin-top: -.4em;
  }
  .sec-top-mv__post.ptn-brand .sec-top-mv__post__text {
    height: 10.5em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}

/* sec-top-media
============================================================ */
.sec-top-media {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.sec-top-media:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #30218b;
  z-index: -1;
}

.sec-top-media:after {
  content: "MEDIA";
  position: absolute;
  line-height: 1;
  bottom: -.15em;
  color: rgba(207, 206, 224, 0.1);
  z-index: -1;
}

.sec-top-media__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-top-media__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-top-media__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-top-media__post {
  background: #fff;
}

.sec-top-media__post a {
  display: block;
  border-radius: inherit;
}

.sec-top-media__post__inner {
  border-radius: inherit;
  background: #f6f6f6;
}

.sec-top-media__post__category {
  color: #30218b;
}

.sec-top-media__post__date {
  color: #30218b;
}

.sec-top-media__more {
  text-align: center;
  color: #fff;
}

.sec-top-media__more a {
  padding: .5em 1em .5em .5em;
  border-bottom: 1px solid #877dc5;
}

.sec-top-media__more a em {
  margin-right: .5em;
}

.sec-top-media__more a span {
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .sec-top-media {
    padding-bottom: 9rem;
  }
  .sec-top-media:before {
    top: 15rem;
  }
  .sec-top-media:after {
    font-size: 32rem;
    left: calc(50% - .5em);
  }
  .sec-top-media .sec-ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .sec-top-media__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec-top-media__post {
    width: 49%;
    border-radius: 1rem;
  }
  .sec-top-media__post__inner {
    height: 100%;
    padding: 2rem 3rem 6rem 4rem;
    -webkit-box-shadow: 0 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.8rem 1rem 0 rgba(0, 0, 0, 0.25);
  }
  .sec-top-media__post__category {
    margin: 0 0 1em .5em;
    font-size: 1.8rem;
  }
  .sec-top-media__post__imagebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .sec-top-media__post__image {
    width: 40%;
  }
  .sec-top-media__post__image img {
    border-radius: 1rem;
  }
  .sec-top-media__post__textbox {
    width: 53%;
    margin-top: -.4em;
  }
  .sec-top-media__post__text {
    height: 9.5em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .sec-top-media__more {
    margin-top: 5.5rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-top-media {
    margin-top: 11.5rem;
    padding-bottom: 4.5rem;
  }
  .sec-top-media:before {
    top: 25rem;
  }
  .sec-top-media:after {
    font-size: 16rem;
    left: calc(50% - 1.85em);
  }
  .sec-top-media__post {
    border-radius: .5rem;
  }
  .sec-top-media__post:nth-child(n+2) {
    display: none;
  }
  .sec-top-media__post__inner {
    height: 100%;
    padding: 1.5rem 1.5rem 3rem;
    -webkit-box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.25);
  }
  .sec-top-media__post__category {
    margin: 0 0 .5em .5rem;
    font-size: 1.8rem;
  }
  .sec-top-media__post__imagebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .sec-top-media__post__image {
    width: 20rem;
  }
  .sec-top-media__post__image img {
    border-radius: .5rem;
  }
  .sec-top-media__post__textbox {
    width: calc(100% - 22rem);
    margin-top: -.4em;
  }
  .sec-top-media__post__text {
    height: 10.5em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .sec-top-media__more {
    margin-top: 4rem;
  }
}

/* sec-top-post
============================================================ */
.sec-top-post__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-top-post__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-top-post__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-top-post__date {
  color: #30218b;
}

.sec-top-post__more {
  color: #30218b;
  text-align: center;
}

.sec-top-post__more a em {
  margin-right: .25em;
}

.sec-top-post__more a span {
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .sec-top-post {
    margin-top: 10rem;
  }
  .sec-top-post__inner {
    max-width: 96rem;
    display: block;
  }
  .sec-top-post .sec-ttl {
    font-size: 2.4rem;
  }
  .sec-top-post__item {
    text-align: center;
  }
  .sec-top-post__textbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
  .sec-top-post__date {
    width: 6em;
  }
  .sec-top-post__text {
    width: calc(100% - 6em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sec-top-post__more {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-top-post {
    margin-top: 6rem;
  }
  .sec-top-post__item {
    text-align: center;
  }
  .sec-top-post__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
  }
  .sec-top-post__date {
    width: 6em;
  }
  .sec-top-post__text {
    width: calc(100% - 6em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sec-top-post__more {
    margin-top: 3rem;
  }
}

/* ============================================================
/* company page content
============================================================ */
@media screen and (min-width: 960px) {
  body.company .sec-contents__wrap + .sec-cblock {
    margin-top: 15rem;
  }
}

@media screen and (max-width: 959px) {
  body.company .sec-contents__wrap + .sec-cblock {
    margin-top: 5rem;
  }
}

body.sdgs .l-article__header {
  position: relative;
  z-index: 0;
}

body.sdgs .l-article__header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: no-repeat center center / cover;
  z-index: -1;
}

body.sdgs .l-article__caption {
  color: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-0.12em);
  transform: translateY(-0.12em);
}

body.sdgs .l-article__ttl {
  color: #fff;
}

@media screen and (min-width: 960px) {
  body.sdgs .l-breadcrumb {
    margin-bottom: 0;
    color: #fff;
    z-index: 1;
  }
  body.sdgs .l-article__header {
    height: 24rem;
  }
  body.sdgs .l-article__header:before {
    height: 28rem;
  }
  body.sdgs .l-article__caption {
    font-size: 20rem;
  }
  body.sdgs .l-article__ttl {
    top: 13rem;
  }
}

@media screen and (max-width: 959px) {
  body.sdgs .l-article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 12rem;
    padding-bottom: 2rem;
  }
  body.sdgs .l-article__header:before {
    height: 100%;
  }
  body.sdgs .l-article__caption {
    font-size: 6rem;
  }
  body.sdgs .l-article__ttl {
    top: 6rem;
  }
}

/* ============================================================
/* origin page content
============================================================ */
@media screen and (min-width: 960px) {
  body.origin .l-article__header:before {
    background-image: url('/import/tenant_1/www.yamani.co.jp/wp-content/themes/yamani/assets/img/origin/img-header.webp');
  }
}

@media screen and (max-width: 959px) {
  body.origin .l-article__header:before {
    background-image: url('/import/tenant_1/www.yamani.co.jp/wp-content/themes/yamani/assets/img/origin/img-header-sp.webp');
  }
}

.sec-origin {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-origin {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-origin {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-origin__text p {
  text-indent: 1em;
}

@media screen and (min-width: 960px) {
  .sec-origin {
    max-width: 108rem;
  }
  .sec-origin__text p {
    margin-bottom: 1.9em;
  }
}

@media screen and (max-width: 959px) {
  .sec-origin {
    padding: 0 2rem;
  }
  .sec-origin__text p {
    margin-bottom: 1.5em;
  }
}

/* ============================================================
/* sdgs page content
============================================================ */
body.sdgs .l-article__header:before {
  background-image: url('/import/tenant_1/www.yamani.co.jp/wp-content/themes/yamani/assets/img/sdgs/img-header.webp');
}

[class^="icon-sdgs"] {
  display: inline-block;
  max-width: 100%;
}

[class^="icon-sdgs"]:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  height: 0;
  background: url('/import/tenant_1/www.yamani.co.jp/wp-content/themes/yamani/assets/img/common/icon-sdgs.svg') 0 0 no-repeat;
  background-size: auto 300%;
}

@media screen and (min-width: 960px) {
  [class^="icon-sdgs"] {
    width: 22rem;
  }
}

@media screen and (max-width: 959px) {
  [class^="icon-sdgs"] {
    width: 10rem;
  }
}

.icon-sdgs-1:before {
  background-position: 0% 0%;
}

.icon-sdgs-2:before {
  background-position: 20% 0%;
}

.icon-sdgs-3:before {
  background-position: 40% 0%;
}

.icon-sdgs-4:before {
  background-position: 60% 0%;
}

.icon-sdgs-5:before {
  background-position: 80% 0%;
}

.icon-sdgs-6:before {
  background-position: 100% 0%;
}

.icon-sdgs-7:before {
  background-position: 0% 50%;
}

.icon-sdgs-8:before {
  background-position: 20% 50%;
}

.icon-sdgs-9:before {
  background-position: 40% 50%;
}

.icon-sdgs-10:before {
  background-position: 60% 50%;
}

.icon-sdgs-11:before {
  background-position: 80% 50%;
}

.icon-sdgs-12:before {
  background-position: 100% 50%;
}

.icon-sdgs-13:before {
  background-position: 0% 100%;
}

.icon-sdgs-14:before {
  background-position: 20% 100%;
}

.icon-sdgs-15:before {
  background-position: 40% 100%;
}

.icon-sdgs-16:before {
  background-position: 60% 100%;
}

.icon-sdgs-17:before {
  background-position: 80% 100%;
}

.icon-sdgs-18:before {
  background-position: 100% 100%;
}

.sec-sdgs {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-sdgs {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-sdgs {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-sdgs__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-sdgs__caption {
  color: #30218b;
}

.sec-sdgs__image {
  text-align: center;
}

.sec-sdgs__movie__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.sec-sdgs__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 960px) {
  .sec-sdgs {
    max-width: 110rem;
  }
  .sec-sdgs + .sec-sdgs {
    margin-top: 10rem;
  }
  .sec-sdgs__icon {
    margin-bottom: 1rem;
    margin-left: -1%;
  }
  .sec-sdgs__caption {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .sec-sdgs__text {
    margin: 0 1em 4rem;
  }
  .sec-sdgs__text p + p {
    margin-top: 1.9em;
  }
  .sec-sdgs__image {
    margin-bottom: 4rem;
  }
  .sec-sdgs__movie {
    max-width: 96rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .sec-sdgs {
    padding: 0 2rem;
  }
  .sec-sdgs + .sec-sdgs {
    margin-top: 5rem;
  }
  .sec-sdgs__icon {
    margin-bottom: 1rem;
    margin-left: -1%;
  }
  .sec-sdgs__caption {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
  .sec-sdgs__text {
    margin-bottom: 3rem;
  }
  .sec-sdgs__text p + p {
    margin-top: 1.5em;
  }
  .sec-sdgs__image {
    margin-bottom: 3rem;
  }
}

.sec-sdgs-lead__image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .sec-sdgs-lead {
    margin-top: -6rem;
  }
  .sec-sdgs-lead .sec-ttl {
    margin-bottom: 2rem;
  }
  .sec-sdgs-lead__desc {
    margin-bottom: 6rem;
    text-align: center;
  }
  .sec-sdgs-lead__image {
    margin-bottom: 4rem;
  }
  .sec-sdgs-lead__image p {
    max-width: 60rem;
    margin: 0 auto 2rem;
  }
  .sec-sdgs-lead__image ul {
    margin: 0 -.5%;
  }
  .sec-sdgs-lead__image li {
    width: 16.66%;
  }
}

@media screen and (max-width: 959px) {
  .sec-sdgs-lead .sec-ttl {
    margin-bottom: 2rem;
  }
  .sec-sdgs-lead__desc {
    margin-bottom: 3rem;
  }
  .sec-sdgs-lead__image {
    margin-bottom: 3rem;
  }
  .sec-sdgs-lead__image p {
    max-width: 30rem;
    margin: 0 auto 1rem;
  }
  .sec-sdgs-lead__image ul {
    margin: 0 auto;
    max-width: 500px;
  }
  .sec-sdgs-lead__image li {
    width: 20%;
  }
}

/* ============================================================
/* privacy page content
============================================================ */
.sec-privacy {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-privacy {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-privacy {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-privacy a {
  text-decoration: underline;
}

.sec-privacy a:hover {
  text-decoration: none;
}

.sec-privacy__contact__caption {
  color: #30218b;
}

@media screen and (min-width: 960px) {
  .sec-privacy + .sec-privacy {
    margin-top: 6rem;
  }
  .sec-privacy__inner {
    margin: 0 1em;
  }
  .sec-privacy__contact__caption {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-privacy {
    padding: 0 2rem;
  }
  .sec-privacy + .sec-privacy {
    margin-top: 4rem;
  }
  .sec-privacy__contact__caption {
    font-size: 2.2rem;
  }
}

/* ============================================================
/* brands detail page content
============================================================ */
.sec-brands-detail__header {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .sec-brands-detail__header {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-brands-detail__header {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-brands-detail__header__logo {
  margin: 0 auto;
}

.sec-brands-detail__header__logo img {
  border: 1px solid #d4d4d4;
}

.sec-brands-detail__header__ttl {
  color: #30218b;
}

.sec-brands-detail__header__ttl span {
  display: inline-block;
  margin: .25em;
}

@media screen and (min-width: 960px) {
  .sec-brands-detail__header {
    padding-top: 4rem;
  }
  .sec-brands-detail__header__logo {
    width: 23rem;
    margin-bottom: 7rem;
  }
  .sec-brands-detail__header__ttl {
    margin-bottom: 5rem;
    font-size: 3.4rem;
  }
  .sec-brands-detail__header .l-breadcrumb {
    padding: 0;
  }
  .l-breadcrumb + .sec-brands-detail__header__ttl {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-brands-detail__header {
    padding-top: 3rem;
  }
  .sec-brands-detail__header__logo {
    width: 23rem;
    margin-bottom: 3rem;
  }
  .sec-brands-detail__header__ttl {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}

.sec-brands-detail {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-brands-detail {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-brands-detail {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-brands-detail h2 {
  padding-bottom: .5em;
  text-align: center;
  border-bottom: 0.2rem solid #30218b;
}

.sec-brands-detail * + h2 {
  margin-top: 7rem;
}

.sec-brands-detail p {
  margin-bottom: 1.9em;
}

.sec-brands-detail ul {
  list-style: disc outside;
  padding-left: 1em;
}

.sec-brands-detail .link-brandsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .5em .5em;
  color: #30218b;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  margin-left: auto;
  border-bottom: 1px solid;
}

.sec-brands-detail .link-brandsite:before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-top: .1em;
  margin-right: .5em;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec-brands-detail__back {
  margin: 0 auto;
  color: #30218b;
  border-bottom: 1px solid;
}

.sec-brands-detail__back a {
  display: block;
  padding: 0 .5em .5em;
}

.sec-brands-detail__back span {
  vertical-align: middle;
}

.sec-brands-detail__back em {
  margin-right: .5em;
}

.sec-brands-detail .sns-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 960px) {
  .sec-brands-detail {
    padding: 0 3rem;
    max-width: 108rem;
  }
  .sec-brands-detail h2 {
    margin: 0 -1rem 2.5rem;
    font-size: 1.8rem;
  }
  .sec-brands-detail * + h2 {
    margin-top: 7rem;
  }
  .sec-brands-detail p {
    margin-bottom: 1.9em;
  }
  .sec-brands-detail .link-brandsite {
    width: 40rem;
    margin-top: 5rem;
  }
  .sec-brands-detail .sns-list {
    padding-top: 1rem;
  }
  .sec-brands-detail .sns-list li + li {
    margin-left: 7rem;
  }
  .sec-brands-detail .sns-list a {
    display: block;
  }
  .sec-brands-detail .sns-list a img {
    width: auto;
    height: 4rem;
  }
  .sec-brands-detail__back {
    margin-top: 15rem;
    width: 14rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-brands-detail {
    padding: 0 2rem;
  }
  .sec-brands-detail h2 {
    margin: 0 -1rem 2.5rem;
    font-size: 1.8rem;
  }
  .sec-brands-detail * + h2 {
    margin-top: 5rem;
  }
  .sec-brands-detail p {
    margin-bottom: 1.9em;
  }
  .sec-brands-detail .link-brandsite {
    width: 40rem;
    margin-top: 5rem;
  }
  .sec-brands-detail .sns-list {
    padding-top: 1rem;
  }
  .sec-brands-detail .sns-list li + li {
    margin-left: 5rem;
  }
  .sec-brands-detail .sns-list a {
    display: block;
  }
  .sec-brands-detail .sns-list a img {
    width: auto;
    height: 5rem;
  }
  .sec-brands-detail__back {
    margin-top: 12rem;
    width: 14rem;
  }
}

/* ============================================================
/* en detail page content
============================================================ */
.sec-en-online__inner {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-en-online__inner {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-en-online__inner {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-en-online-item__ttl {
  margin-bottom: 1em;
  color: #30218b;
}

.sec-en-online-item__text {
  word-break: break-word;
}

.sec-en-online-item__link {
  color: #30218b;
}

@media screen and (min-width: 960px) {
  .sec-en-online .sec-ttl {
    margin-bottom: 4rem;
    font-size: 2.6rem;
  }
  .sec-en-online__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 96rem;
  }
  .sec-en-online-item {
    width: 49%;
  }
  .sec-en-online-item:nth-child(n+3) {
    margin-top: 7.5rem;
  }
  .sec-en-online-item__image img {
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.2);
  }
  .sec-en-online-item__textbox {
    padding: 4rem 1.5rem 0;
  }
  .sec-en-online-item__ttl {
    font-size: 2.4rem;
  }
  .sec-en-online-item__link {
    margin-left: 1em;
  }
  .sec-en-online-item__link a {
    display: block;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-en-online-item:nth-child(n+2) {
    margin-top: 5rem;
  }
  .sec-en-online-item__image {
    margin: 0 3rem;
  }
  .sec-en-online-item__image img {
    border-radius: .5rem;
    -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
  }
  .sec-en-online-item__textbox {
    padding: 3rem 1rem 0;
  }
  .sec-en-online-item__ttl {
    font-size: 1.8rem;
  }
  .sec-en-online-item__link a {
    display: block;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .sec-en-brands .sec-ttl {
    margin-bottom: 4rem;
    font-size: 2.6rem;
  }
  .sec-en-brands .sec-brands {
    margin-top: 10rem;
  }
  .sec-en-brands .sec-brands__inner {
    max-width: 96rem;
  }
  .sec-en-brands .sec-brands__list:before, .sec-en-brands .sec-brands__list:after {
    content: "";
    display: block;
    width: 25%;
    height: 0;
    visibility: hidden;
  }
  .sec-en-brands .sec-brands__list:before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec-en-brands .sec-brands__list li {
    width: 25%;
  }
}

@media screen and (max-width: 959px) {
  .sec-en-brands .sec-brands {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 960px) {
  .sec-en-company {
    margin-top: 10rem;
  }
  .sec-en-company .sec-summary__list__caption {
    width: 32rem;
  }
  .sec-en-company .sec-summary__list dt {
    width: 32rem;
  }
  .sec-en-company .sec-summary__list dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sec-en-company .sec-summary__list dd:not(.map) {
    width: calc(100% - 32rem);
  }
}

@media screen and (max-width: 959px) {
  .sec-en-company {
    margin-top: 5rem;
  }
  .sec-en-company .sec-summary__list__caption,
  .sec-en-company .sec-summary__list dt {
    white-space: nowrap;
  }
}

/* ============================================================
/* history page content
============================================================ */
.sec-history {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 960px) {
  .sec-history {
    max-width: 1160px;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-history {
    max-width: 640px;
    padding: 0 1rem;
  }
}

.sec-history__ttl {
  text-align: center;
  color: #30218b;
}

.sec-history__list {
  position: relative;
}

.sec-history__list:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 100%;
  height: 2rem;
  border-left: 0.2rem dotted #30218b;
}

.sec-history__list:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  border-left: 0.2rem solid #30218b;
}

.sec-history__item__year {
  position: relative;
  padding-bottom: .25em;
  color: #30218b;
  border-bottom: 2px solid;
  text-align: center;
}

.sec-history__item__year:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #30218b;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.sec-history__item__text {
  line-height: 2.2;
  padding-bottom: .25em;
  border-bottom: 2px solid #e8e8e8;
}

@media screen and (min-width: 960px) {
  .sec-history {
    max-width: 1100px;
  }
  .sec-history__ttl {
    font-size: 3.4rem;
    margin: 4rem 0;
  }
  .sec-history__list {
    position: relative;
    margin-top: 12rem;
    padding-top: 4rem;
  }
  .sec-history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sec-history__item__image {
    width: 25rem;
  }
  .sec-history__item__textbox {
    width: calc(100% - 28rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sec-history__item__year {
    width: 15rem;
  }
  .sec-history__item__year:before {
    width: 3rem;
    height: 3rem;
  }
  .sec-history__item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 3.5rem;
  }
  .sec-history__item + .sec-history__item {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 959px) {
  .sec-history {
    padding: 0 2rem;
  }
  .sec-history__image {
    margin: 0 -2rem;
  }
  .sec-history__ttl {
    font-size: 2rem;
    margin: 2rem 0;
  }
  .sec-history__list {
    margin-top: 6rem;
    padding-top: 2rem;
  }
  .sec-history__item__image {
    width: 30rem;
    margin: 5rem auto 0;
  }
  .sec-history__item__year {
    width: 9rem;
    border-bottom-width: .2rem;
    text-align: left;
    padding-left: 3rem;
    margin-bottom: 1rem;
  }
  .sec-history__item__year:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .sec-history__item__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-width: .2rem;
    padding-left: 3rem;
    padding-bottom: .5em;
    line-height: 1.4;
  }
  .sec-history__item + .sec-history__item {
    margin-top: 5rem;
  }
}
