@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* mixins
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

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

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

.magazine-detail-headline,
.magazine-headline,
.magazine-subhead {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .magazine-detail-headline,
.magazine-headline,
.magazine-subhead {
    font-size: 3.2vw;
    letter-spacing: 0.15em;
  }
}

.magazine-detail-headline .lt-en,
.magazine-headline .lt-en,
.magazine-subhead .lt-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .magazine-detail-headline .lt-en,
.magazine-headline .lt-en,
.magazine-subhead .lt-en {
    font-size: 3.8vw;
  }
}

.magazine-detail-headline .lt-en,
.magazine-subhead .lt-en {
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .magazine-detail-headline .lt-en,
.magazine-subhead .lt-en {
    font-size: 6.6vw;
  }
}

/*----------------------------------------------------------------------------

共通

----------------------------------------------------------------------------*/
.magazine {
  width: 100%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .magazine {
    padding-top: 0;
    width: 100%;
  }
}

.magazine-lead {
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .magazine-lead {
    width: 90%;
    margin: 0 auto;
    padding-top: 10vw;
  }
}

.magazine-mv + .magazine-lead {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .magazine-mv + .magazine-lead {
    padding-top: 8vw;
    width: 100%;
  }
}

.magazine-lead p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .magazine-lead p {
    font-size: 3.2vw;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .magazine-mv + .magazine-lead p {
    text-align: center;
  }
}

.magazine-mv {
  width: 100%;
  height: 269px;
  background: url(../img/coordinate/index_mv_pc.jpg) no-repeat center top;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .magazine-mv {
    height: 52vw;
    background: url(../img/coordinate/index_mv_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

.magazine-mv-headline {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .magazine-mv-headline {
    font-size: 5.6vw;
  }
}

.magazine-mv-sub {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .magazine-mv-sub {
    font-size: 3vw;
  }
}

.magazine-mv-sub:before {
  content: "×";
  display: inline-block;
  padding: 0 0.5em;
}
.magazine-mv-sub:nth-of-type(1):before {
  display: none;
}

.magazine-mv-headline .lt-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #a56dc0;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .magazine-mv-headline .lt-en {
    font-size: 3vw;
  }
}

.magazine-mv-catch {
  padding-top: 1em;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .magazine-mv-catch {
    font-size: 3.2vw;
  }
}

.magazine-nav {
  width: 100%;
  padding-top: 40px;
}
.magazine-tag-box {
  width: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .magazine-tag-box {
    width: 82.66%;
  }
}

.magazine-tag-headline {
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .magazine-tag-headline {
    font-size: 3.4vw;
  }
}

.magazine-tag-list {
  width: 100%;
  padding-top: 12px;
  letter-spacing: -0.4em;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .magazine-tag-list {
    padding-top: 3vw;
  }
}

.magazine-detail-box .magazine-tag-list {
  justify-content: flex-start;
}

.magazine-sub-tag-box .magazine-tag-list {
  justify-content: flex-start;
}

.magazine-tag-item {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 0.5em;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .magazine-tag-item {
    margin-bottom: 2vw;
  }
}

.tag-item-switch {
  display: block;
  padding: 5px 12px;
  border-radius: 16px/50%;
  background: #f7f7f7;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.075em;
  transition: color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .tag-item-switch {
    padding: 1vw 3vw;
    border-radius: 3vw/50%;
    font-size: 3vw;
  }
}

a.tag-item-switch:hover {
  color: #f05283;
}

.on .tag-item-switch {
  color: #f05283;
}

.magazine-type-box {
  width: 100%;
  margin-top: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .magazine-type-box:before, .magazine-type-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 998;
    width: 20vw;
    height: 100%;
  }
  .magazine-type-box:before {
    left: 0;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .magazine-type-box:after {
    right: 0;
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  }
}

.magazine-type-list {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .magazine-type-list.slider.slick-initialized {
    display: block;
  }
}

.magazine-type-item {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .magazine-type-item {
    font-size: 3.4vw;
    padding-bottom: 5vw;
    border-top: 1px solid #e5e5e5;
  }
}

.type-item-switch {
  display: block;
  padding: 0 2em 0.8em;
  position: relative;
}
.type-item-switch:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #f05283;
  opacity: 0;
  transition: opacity ease 0.4s;
}
.type-item-switch:hover:after {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .type-item-switch {
    padding: 0 1.8em 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .type-item-switch {
    height: 10vw;
    padding: 5vw 0em;
    font-size: 3vw;
    text-align: center;
  }
  .type-item-switch:after {
    bottom: -5vw;
  }
}

.on .type-item-switch:after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-prev,
.slick-slider .slick-next {
    overflow: hidden;
    text-indent: -9999px;
    width: 9vw;
    height: 9vw;
    top: calc(50% - 4.5vw);
    z-index: 999;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-prev {
    left: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-next {
    right: 5vw;
  }
}

.contents-nav-box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .contents-nav-box {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .contents-nav-box {
    width: 89.33%;
  }
}

.contents-nav-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contents-nav-item {
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .contents-nav-item {
    width: 50%;
  }
}

.contents-nav-link {
  display: inline-block;
  position: relative;
  padding: 8px 40px 8px 0;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #333333;
  transition: color ease 0.4s;
}
.contents-nav-link:before, .contents-nav-link:after {
  content: "";
  display: block;
  position: absolute;
  transition: border ease 0.4s;
}
.contents-nav-link:before {
  right: -1px;
  top: calc(50% - 12px);
  width: 25px;
  height: 25px;
  border: 1px solid #666666;
  border-radius: 50%;
}
.contents-nav-link:after {
  top: calc(50% + 2px);
  right: 14px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #666666;
  border-top: 1px solid #666666;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: right 50% 0;
}
.contents-nav-link:hover {
  color: rgba(51, 51, 51, 0.7);
}
.contents-nav-link:hover:before {
  border: 1px solid rgba(102, 102, 102, 0.7);
}
.contents-nav-link:hover:after {
  border-right: 1px solid rgba(102, 102, 102, 0.7);
  border-top: 1px solid rgba(102, 102, 102, 0.7);
}
@media screen and (max-width: 767px) {
  .contents-nav-link {
    display: block;
    width: 100%;
    padding: 2vw 6vw 2vw 0;
    font-size: 3.2vw;
    text-align: right;
  }
  .contents-nav-link:before {
    top: calc(50% - 2vw);
    width: 3.5vw;
    height: 3.5vw;
  }
  .contents-nav-link:after {
    top: calc(50% + 1px);
    right: 2vw;
    width: 1vw;
    height: 1vw;
  }
}

.magazine-contents {
  width: 1200px;
  margin: 0 auto;
  padding-top: 46px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .magazine-contents {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .magazine-contents {
    width: 96%;
    padding-top: 8vw;
    display: block;
  }
}

.contents-nav-box + .magazine-contents {
  padding-top: 20px;
}
.magazine-main {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .magazine-main {
    width: 100%;
  }
}

.magazine-index-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.magazine-index-item {
  width: 48%;
  padding-bottom: 25px;
}
.magazine-index-item.first-hide {
  display: none;
}
.magazine-index-item.first-hide.js-open {
  display: block;
}
.magazine-index-item.full {
  width: 100%;
}
.magazine-info-ph {
  width: 100%;
}
.magazine-info-ph img {
  border-radius: 5px;
  max-width: 100%;
}
.magazine-info-text {
  padding: 15px 10px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .magazine-info-text {
    padding: 3vw 0.6em 0;
    font-size: 3.2vw;
  }
}

.magazine-info-type {
  padding: 5px 10px 0;
  font-size: 10px;
  color: #f05283;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .magazine-info-type {
    padding: 1.5vw 0.6em 0 3vw;
    font-size: 3vw;
  }
}

.magazin-paging-area {
  width: 100%;
  padding-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .magazin-paging-area {
    padding-bottom: 12vw;
  }
}

.magazin-paging-switch {
  display: inline-block;
  position: relative;
  width: 15em;
  padding: 0.8em 0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: background ease 0.4s;
  cursor: pointer;
}
.magazin-paging-switch:hover {
  background: #eeddf7;
}
.magazin-paging-switch:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-2px);
  transform-origin: center;
  transition: transform ease 0.4s;
}
@media screen and (max-width: 767px) {
  .magazin-paging-switch {
    font-size: 3.6vw;
  }
}

.magazin-paging-switch.js-open:after {
  transform: rotate(225deg) translateY(-2px);
}
.magazine-sub {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .magazine-sub {
    width: 100%;
  }
}

.banner-list {
  width: 100%;
}

.magazine-pickup + .banner-list {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .magazine-pickup + .banner-list {
    padding-top: 15vw;
  }
}

.magazine-pickup + .banner-list.list-bottom {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .magazine-pickup + .banner-list.list-bottom {
    padding-top: 10vw;
  }
}

.banner-item + .banner-item {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .banner-item + .banner-item {
    padding-top: 3vw;
  }
}

.banner-item img {
  max-width: 100%;
  border-radius: 5px;
}
.magazine-pickup {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .magazine-pickup {
    padding-top: 12vw;
  }
}

.banner-list + .magazine-pickup {
  padding-top: 50px;
}

.magazine-pickup-headline {
  font-size: 14px;
  color: #f05283;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .magazine-pickup-headline {
    font-size: 3.4vw;
    text-align: center;
  }
}

.magazine-pickup-list {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .magazine-pickup-list {
    padding-top: 6vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.magazine-pickup-list a {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .magazine-pickup-list a {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .magazine-pickup-list a:hover {
    opacity: 0.7;
  }
}

.magazine-pickup-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .magazine-pickup-item {
    display: block;
  }
}

.magazine-pickup-ph {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .magazine-pickup-ph {
    width: 100%;
  }
}

.magazine-pickup-ph img {
  max-width: 100%;
  border-radius: 3px;
}
.magazine-pickup-info {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .magazine-pickup-info {
    width: 92%;
    margin: 0 auto;
    padding-top: 3vw;
  }
}

.magazine-pickup-text {
  width: 100%;
  height: 36px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.magazine-pickup-text:before, .magazine-pickup-text:after {
  background: #fff;
  position: absolute;
}
.magazine-pickup-text:before {
  content: "...";
  right: 0;
  top: 18px;
  width: 2.7em;
  text-align: center;
}
.magazine-pickup-text:after {
  content: "";
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .magazine-pickup-text {
    height: 9.9vw;
    font-size: 3.3vw;
  }
  .magazine-pickup-text:before {
    top: 4.95vw;
    width: 2.4em;
    text-align: right;
  }
}

.magazine-pickup-type {
  font-size: 10px;
  color: #f05283;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.magazine-type-headline {
  font-size: 13px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #f05283;
}
@media screen and (max-width: 767px) {
  .magazine-type-headline {
    font-size: 3.4vw;
  }
}

/*------------------------------------------------------------------


記事詳細ページ


--------------------------------------------------------------------*/
.contents-nav-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents-nav-sp {
    display: block;
  }
}

.sp-search-headline {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-search-headline {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #333;
    border-radius: 5px;
    padding: 2vw 0;
    font-size: 3.1vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .sp-search-headline:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1vw);
    right: 3vw;
    width: 1.5vw;
    height: 1.5vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: center;
    transition: rotate ease 0.4s;
  }
}

.sp-search-info {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-search-info {
    padding-top: 12vw;
    padding-bottom: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .sp-search-info .magazine-type-headline {
    padding-top: 10vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sp-search-info .magazine-type-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .sp-search-info .magazine-type-item {
    width: 49%;
    border: none;
    font-size: 3.4vw;
    padding-bottom: 2vw;
  }
  .sp-search-info .magazine-type-item:nth-of-type(2n) {
    padding-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .sp-search-info .type-item-switch {
    height: auto;
    padding: 3vw 0em;
    font-size: 3.4vw;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .sp-search-info .type-item-switch:after {
    display: none;
  }
  .sp-search-info .type-item-switch:hover:after {
    display: none;
  }
}

.magazine-detail-box {
  width: 100%;
  padding: 0 10px 60px;
}
@media screen and (max-width: 767px) {
  .magazine-detail-box {
    padding: 0 2vw 60px;
  }
}

.magazine-detail-lead {
  width: 100%;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.magazine-detail-toc {
  display: inline-block;
  margin: 0 auto;
  margin-top: 25px;
  padding: 35px 7%;
  background: #f7f7f7;
}

.detail-toc-headline {
  font-size: 14px;
  color: #f05283;
  font-weight: 600;
  letter-spacing: 0.075em;
}

.detail-toc-list {
  padding-top: 15px;
}

.detail-toc-subhead {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding-right: 25px;
}
.detail-toc-subhead:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #f05283;
  border-bottom: 1px solid #f05283;
  transform: rotate(45deg) translate(0, -50%);
  transform-origin: center;
  transition: transform ease 0.4s;
}
@media screen and (min-width: 768px) {
  .detail-toc-subhead:hover a {
    opacity: 0.7;
    text-decoration: underline;
  }
  .detail-toc-subhead:hover::after {
    opacity: 0.7;
  }
}

.detail-toc-subhead.js-open:after {
  right: 12px;
  transform: rotate(225deg);
}

.detail-toc-subhead a {
  display: block;
  color: #f05283;
  transition: all ease 0.4s;
}

.detail-toc-inner {
  padding: 5px 25px 0 1em;
}

.detail-toc-item {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.075em;
}

.magazine-cassette-box {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .magazine-cassette-box {
    margin-top: 15vw;
  }
}

.magazine-cassette-headline {
  font-size: 22px;
  color: #f05283;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.magazine-cassette-lead {
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .magazine-cassette-lead {
    padding-top: 3vw;
  }
}

.post-type-magazine.mce-content-body h4 + p,
.magazine-cassette-contents h4 + p {
  padding-top: 10px;
}
.post-type-magazine.mce-content-body a,
.magazine-cassette-contents a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #f05283;
  text-decoration: underline;
}
.post-type-magazine.mce-content-body a::before, .post-type-magazine.mce-content-body a::after,
.magazine-cassette-contents a::before,
.magazine-cassette-contents a::after {
  content: "";
  display: block;
  position: absolute;
}
.post-type-magazine.mce-content-body a::before,
.magazine-cassette-contents a::before {
  right: 0;
  top: calc(50% - 8px);
  width: 14px;
  height: 14px;
  border: 1px solid #f05283;
  border-radius: 50%;
}
.post-type-magazine.mce-content-body a::after,
.magazine-cassette-contents a::after {
  top: calc(50% - 3px);
  right: 7px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #f05283;
  border-top: 1px solid #f05283;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform ease 0.4s;
}
@media screen and (min-width: 768px) {
  .post-type-magazine.mce-content-body a:hover,
.magazine-cassette-contents a:hover {
    opacity: 0.7;
  }
}

.magazine-cassette-subhead {
  margin-top: 30px;
  padding-left: 13px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.magazine-cassette-subhead:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(10%);
  width: 4px;
  height: 80%;
  background: #f05283;
}

.magazine-cassette-text {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.magazine-cassette-link {
  padding-top: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.magazine-cassette-link a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #f05283;
  text-decoration: underline;
}
.magazine-cassette-link a:before, .magazine-cassette-link a:after {
  content: "";
  display: block;
  position: absolute;
}
.magazine-cassette-link a:before {
  right: 0;
  top: calc(50% - 8px);
  width: 14px;
  height: 14px;
  border: 1px solid #f05283;
  border-radius: 50%;
}
.magazine-cassette-link a:after {
  top: calc(50% - 3px);
  right: 7px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #f05283;
  border-top: 1px solid #f05283;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform ease 0.4s;
}
.magazine-cassette-link a:hover {
  text-decoration: none;
}

.magazine-cassette-image {
  padding-top: 60px;
  text-align: center;
}

.magazine-detail-last {
  padding-top: 70px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

#anchor-matome {
  padding-top: 45px;
  border-top: 2px solid #F25183;
}

.magazine-detail-author {
  width: 80%;
  margin: 40px auto 0;
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #FEF5F8;
}
@media screen and (max-width: 767px) {
  .magazine-detail-author {
    display: block;
    width: 100%;
    padding: 4vw 4vw 8vw;
    margin: 4vw auto 0;
  }
}

.detail-author-image {
  width: 30%;
  text-align: center;
}
.detail-author-image img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .detail-author-image {
    width: 100%;
    padding: 8vw 8vw 4vw;
  }
  .detail-author-image img {
    border-radius: 2vw;
    overflow: hidden;
  }
}

.detail-author-info {
  width: 65%;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .detail-author-info {
    width: 100%;
    padding: 0 4vw;
  }
}

.detail-author-name {
  font-size: 14px;
  font-weight: bold;
}
.detail-author-name span {
  color: #F25183;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .detail-author-name {
    text-align: center;
    margin-bottom: 4vw;
  }
}

.detail-author-introduction {
  padding-top: 10px;
  font-size: 12px;
}

.magazine-detail-sns {
  padding-top: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .magazine-detail-sns {
    display: block;
  }
}

.detail-sns-headline {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .detail-sns-headline {
    text-align: center;
  }
}

.detail-sns-list {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .detail-sns-list {
    justify-content: center;
    padding-left: 0;
    padding-top: 3vw;
  }
}

.detail-sns-item {
  padding: 0 22px;
}
.detail-sns-item.fb img {
  width: 12px;
}
.detail-sns-item.tw img, .detail-sns-item.line img {
  width: 28px;
}

.magazine-detail-pager {
  width: 100%;
  border-top: 1px solid #efefef;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.detail-pager-prev,
.detail-pager-next {
  font-size: 15px;
  min-width: 30%;
}
.detail-pager-prev a,
.detail-pager-prev span,
.detail-pager-next a,
.detail-pager-next span {
  display: inline-block;
}
.detail-pager-prev a,
.detail-pager-next a {
  color: #333;
  transition: color ease 0.4s;
}
.detail-pager-prev a:hover,
.detail-pager-next a:hover {
  color: #f05283;
}
.detail-pager-prev span,
.detail-pager-next span {
  color: #ccc;
}

.detail-pager-prev {
  text-align: left;
}
.detail-pager-prev a:before,
.detail-pager-prev span:before {
  content: "<　";
}

.detail-pager-text {
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.1em;
  min-width: 30%;
}
.detail-pager-text a {
  color: #333;
  transition: color ease 0.4s;
}
.detail-pager-text a:hover {
  color: #f05283;
}

.detail-pager-next {
  text-align: right;
}
.detail-pager-next a:after,
.detail-pager-next span:after {
  content: "　>";
}

.magazine-sub-tag-box {
  border-top: 2px solid #f05283;
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .magazine-sub-tag-box {
    display: none;
  }
}

.magazine-sub-tag-box .magazine-tag-headline {
  text-align: left;
  color: #f05283;
}

.magazine-sub-type-box {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .magazine-sub-type-box {
    display: none;
  }
}

.magazine-sub-type-box .magazine-type-list {
  display: block;
  padding-top: 15px;
}

.magazine-sub-type-box .magazine-type-item {
  border-bottom: none;
}

.magazine-sub-type-box .type-item-switch {
  padding: 0.3em 0;
}
.magazine-sub-type-box .type-item-switch em {
  position: relative;
  font-style: normal;
  font-weight: 400;
}
.magazine-sub-type-box .type-item-switch em:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f05283;
  opacity: 0;
  transition: opacity ease 0.4s;
}
.magazine-sub-type-box .type-item-switch:after {
  display: none;
}
.magazine-sub-type-box .type-item-switch:hover em:after {
  opacity: 1;
}
.magazine-sub-type-box .type-item-switch:hover:after {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .magazine-sub-type-box .type-item-switch {
    padding: 0 1.8em 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .magazine-sub-type-box .type-item-switch {
    height: 10vw;
    padding: 5vw 0em;
    font-size: 3vw;
    text-align: center;
  }
  .magazine-sub-type-box .type-item-switch:after {
    bottom: -5vw;
  }
}

.post-type-magazine.mce-content-body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  height: 100%;
  font-size: 14px;
  line-height: 22.4px;
  color: #333333;
  background: #ffffff;
  padding: 1rem;
}

.post-type-magazine.mce-content-body .alignleft img,
.post-type-magazine.mce-content-body .alignright img,
.post-type-magazine.mce-content-body .aligncenter img,
.post-type-magazine.mce-content-body .alignnone img,
.magazine-cassette-contents .alignleft img,
.magazine-cassette-contents .alignright img,
.magazine-cassette-contents .aligncenter img,
.magazine-cassette-contents .alignnone img {
  padding-top: 1rem;
}
.post-type-magazine.mce-content-body img.alignleft,
.post-type-magazine.mce-content-body img.alignright,
.post-type-magazine.mce-content-body img.aligncenter,
.post-type-magazine.mce-content-body img.alignnone,
.magazine-cassette-contents img.alignleft,
.magazine-cassette-contents img.alignright,
.magazine-cassette-contents img.aligncenter,
.magazine-cassette-contents img.alignnone {
  padding-top: 1rem;
}
.post-type-magazine.mce-content-body .alignleft, .post-type-magazine.mce-content-body img.alignleft,
.magazine-cassette-contents .alignleft,
.magazine-cassette-contents img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.post-type-magazine.mce-content-body .alignright, .post-type-magazine.mce-content-body img.alignright,
.magazine-cassette-contents .alignright,
.magazine-cassette-contents img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.post-type-magazine.mce-content-body .aligncenter, .post-type-magazine.mce-content-body img.aligncenter,
.magazine-cassette-contents .aligncenter,
.magazine-cassette-contents img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.post-type-magazine.mce-content-body .wp-caption,
.magazine-cassette-contents .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-type-magazine.mce-content-body .wp-caption img,
.magazine-cassette-contents .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-type-magazine.mce-content-body .wp-caption p.wp-caption-text,
.magazine-cassette-contents .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.post-type-magazine.mce-content-body .wp-smiley,
.magazine-cassette-contents .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.post-type-magazine.mce-content-body blockquote.left,
.magazine-cassette-contents blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.post-type-magazine.mce-content-body blockquote.right,
.magazine-cassette-contents blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.post-type-magazine.mce-content-body p,
.magazine-cassette-contents p {
  margin-bottom: 1.2rem;
}
.post-type-magazine.mce-content-body ul,
.magazine-cassette-contents ul {
  padding: 0.5em 0.5em 0.5em 2em;
  list-style: initial;
}
.post-type-magazine.mce-content-body ul li,
.magazine-cassette-contents ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  display: list-item;
}
.post-type-magazine.mce-content-body ol,
.magazine-cassette-contents ol {
  list-style: decimal;
  padding: 0.5em 0.5em 0.5em 2em;
}
.post-type-magazine.mce-content-body ol li,
.magazine-cassette-contents ol li {
  line-height: 1.5;
  padding: 0.5em 0;
  display: list-item;
}
.post-type-magazine.mce-content-body h4,
.magazine-cassette-contents h4 {
  margin-top: 30px;
  padding-left: 13px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.post-type-magazine.mce-content-body h4:before,
.magazine-cassette-contents h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 4px;
  height: 17px;
  background: #f05283;
}