/*!
Theme Name: dot-yell
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dot-yell
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dot-yell is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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.
 */
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 100;
  src: local("NotoSansCJKjp-Thin"), local("NotoSansJP-Thin"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Thin.woff2")
      format("woff2"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Thin.woff")
      format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansCJKjp-Light"), local("NotoSansJP-Light"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Light.woff2")
      format("woff2"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Light.woff")
      format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 350;
  src: local("NotoSansCJKjp-DemiLight"), local("NotoSansJP-DemiLight"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-DemiLight.woff2")
      format("woff2"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-DemiLight.woff")
      format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"),
    local("NotoSansJP-Regular"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Regular.woff2")
      format("woff2"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Regular.woff")
      format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Medium.woff2")
      format("woff2"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Medium.woff")
      format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Bold.woff2")
      format("woff2"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Bold.woff")
      format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP Subset";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Black"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Black.woff2")
      format("woff2"),
    url("https://dot-yell.com/wp-content/themes/dot-yell/assets/fonts/NotoSansCJKjp-Black.woff")
      format("woff");
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-width: 320px;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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 {
  margin: 0;
}
h2 {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */

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

/**
 * 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: "M PLUS Rounded 1c", monospace, monospace;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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: "M PLUS Rounded 1c", monospace, monospace;
  font-size: 1em;
}

/**
 * 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: "M PLUS Rounded 1c", inherit;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "M PLUS Rounded 1c", "Noto Sans CJK JP",
    "Noto Sans CJK JP Subset", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.font-noto {
  font-family: "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
  word-wrap: break-word;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "M PLUS Rounded 1c", "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "M PLUS Rounded 1c", monaco, consolas, "Andale Mono",
    "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: unset;
  text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
  opacity: 0.8;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #fff;
  padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.l-main {
  margin: auto;
  max-width: 1480px;
  background-color: #f8f8f8;
  margin-top: 20px;
  width: 100%;
}

.l-main__header {
  margin-bottom: 30px;
}

.l-main__inner {
  margin: auto;
  display: flex;
  max-width: 100%;
}

.l-main__inner.margin {
  margin: 30px auto;
}

.l-main__content {
  width: calc(100% - 340px);
  height: fit-content;
  box-shadow: 5px 5px 10px 2px #e0e0e0;
  border-radius: 10px;
  padding: 30px 20px;
  margin-right: 10px;
  background-color: #f8f8f8;
}

.l-main__content.noPain {
  width: 100%;
  max-width: 1120px;
  margin: auto;
  padding: 35px 80px;
}

.l-content {
  margin: auto;
  width: 100%;
  padding: 0 150px;
}

.l-main__content.text .l-main__content-title {
  font-size: 2.4rem;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}

.l-main__content.text .l-main__content-titleSub {
  font-size: 1.8rem;
}

.l-main__content.text p {
  margin: 30px 0;
  font-size: 1.4rem;
}

.l-sidebar__twiiterArea {
  display: flex;
  justify-content: flex-end;
}
.l-sidebar__twiiterIcon {
  width: 34px;
  height: 34px;
}

@media screen and (max-width: 1023px) {
  .l-sidebar__twiiterArea {
    display: none;
  }
  .l-main__content.noPain {
    padding: 35px 40px;
  }
  .l-content {
    padding: 0 10px;
  }
  .l-main__inner {
    display: block;
  }
  .l-main__content {
    width: 100%;
    box-shadow: unset;
    padding: 15px 0;
  }

  .l-sidebar {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-main__content.text .l-main__content-title {
    font-size: 1.8rem;
    padding-bottom: 17px;
  }

  .l-main__content.text .l-main__content-titleSub {
    font-size: 1.6rem;
  }

  .l-main__content.text p {
    margin: 17px 0;
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
#page {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  #page {
    padding-top: 60px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 100;
  background-color: #ffffff;
}
.c-header__wrap {
  display: block;
  width: 100%;
  padding: 0 15px;
  box-shadow: 0 5px 10px #e0e0e0;
}

.c-header__inner {
  display: flex;
  max-width: 1180px;
  margin: auto;
  justify-content: space-between;
}

.c-header__parts {
  flex-shrink: 1;
}

.c-header__partsSub {
  display: flex;
}

.c-header__titleWrap {
  display: flex;
  align-items: center;
  width: 160px;
  margin-right: 20px;
}

.c-header__title-image {
  width: 160px;
}

.c-header__menuList {
  display: flex;
  height: 100%;
}

.c-header__menuListItem {
  margin: 0 13px;
  height: 100%;
  font-weight: 900;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 90px;
  white-space: nowrap;
}

.c-header__menuListItem--active a {
  border-bottom: 2px solid #fc52aa;
}

.c-header__searchButton {
  width: 90px;
  height: 90px;
  position: relative;
  margin-right: 10px;
}

.c-header__contactButton {
  width: 90px;
  height: 90px;
  position: relative;
  display: block;
}

.c-header__searchButton--sp {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 5px 5px 10px #e0e0e0;
}

.c-header__searchButtonImg,
.c-header__contactButtonImg {
  position: absolute;
  width: 100%;
  top: 40px;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.c-header__searchButtonImg:hover,
.c-header__contactButtonImg:hover {
  opacity: 0.9;
}

.c-header__searchButtonImg--sp {
  width: 25px;
}

.c-header__menuButton--sp {
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 2.5px 2.5px 10px 2.5px #e0e0e0;
}

.c-header__menuButtonImg--sp {
  width: 22.5px;
  padding-top: 2.5px;
}

.c-header__searchWrap {
  display: none;
  opacity: 0;
}
.c-header__searchWrap--active {
  background: #fff;
  width: 100%;
  padding: 0 88px;
  position: fixed;
  left: 0;
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }

  1% {
    display: block;
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.c-header__menuSp {
  display: none;
}

.c-header__menuSp.active {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #ffffff;
  z-index: 100;
}

.c-header__menuSpHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

@media (max-width: 1140px) {
  .c-header__titleWrap {
    width: 120px;
    margin-right: 10px;
  }
  .c-header__menuListItem {
    margin: 0 10px;
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .c-header__menuListItem {
    margin: 0 10px;
    font-size: 1.3rem;
  }
  .c-header__searchButton {
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .c-header__contactButton {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 920px) {
  .c-header__titleWrap {
    width: 90px;
  }
  .c-header__menuListItem {
    margin: 0 5px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-header__titleWrap {
    width: 100%;
    height: 60px;
  }
  .c-header__inner {
    /* height: 60px; */
  }

  .c-header__title-image {
    width: 135px;
  }

  .c-header__menuList {
    display: none;
  }

  .c-header__searchButton {
    display: none;
  }

  .c-header__contactButton {
    display: none;
  }

  .c-header__searchButton--sp,
  .c-header__menuButton--sp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7.5px;
  }

  .c-header__menuButton--sp {
    margin-right: 0;
  }

  .c-header__spMenuContent {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 60px);
  }
  .c-header__spMenuListItem {
    text-align: center;
  }
  .c-header__spMenuListLink {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: bold;
  }
  .c-header__spContact {
    margin-top: 15px;
    text-align: center;
  }
  .c-header__spContactButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    min-width: 210px;
    border-radius: 45px;
    background: #fff;
    font-size: 14px;
    box-shadow: 2px 4px 10px 0 #e0e0e0;
  }
  .c-header__spContactButtonIcon {
    width: 18px;
    height: 14px;
    margin-right: 8px;
  }
  .c-header__spContactButtonText {
    color: #1dd5e6;
    background: -webkit-linear-gradient(45deg, #1dd5e6, #46aef7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .c-header__snsList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .c-header__snsListItem {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px 0 #e0e0e0;
    margin-right: 14px;
  }
  .c-header__snsListItem:last-child {
    margin-right: 0;
  }
  .c-header__snsListLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .c-header__snsListImg--tw {
    width: 21px;
    height: 17px;
  }
  .c-header__snsListImg--fb {
    width: 22px;
    height: 22px;
  }
  .c-header__snsListImg--file {
    width: 16px;
    height: 21px;
  }

  .c-header__linkList {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .c-header__linkListItem {
    width: fit-content;
    white-space: nowrap;
  }
  .c-header__linkListText {
    font-size: 12px;
    color: #5f5f5f;
  }
  .c-header__linkListItem:after {
    content: "|";
    display: inline-block;
    padding: 0 12px;
    color: #ccc;
  }
  .c-header__linkListItem:last-child:after {
    content: none;
  }
}

.c-searchForm {
  width: 80%;
  margin-bottom: 20px;
}

.c-searchForm__inner {
  position: relative;
}

.c-searchForm__inputBox {
  width: 100%;
  border: none;
  border-radius: 22.5px;
  height: 45px;
  box-shadow: 5px 5px 10px #e0e0e0 inset;
  font-size: 1.6rem;
  line-height: 40px;
  padding: 0 20px;
}

.c-searchForm__searchButton {
  position: absolute;
  width: 23px;
  padding: 0;
  background-color: transparent;
  border: none;
  right: 20px;
  top: 12px;
}

@media screen and (max-width: 768px) {
  .c-searchForm {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-header__searchWrap--active {
    padding: 10px 20px;
  }

  .c-searchForm__inputBox {
    width: 100%;
    height: 25px;
    font-size: 1rem;
    line-height: 25px;
    padding: 0 10px;
  }

  .c-searchForm__searchButton {
    width: 15px;
    right: 10px;
    top: 8px;
  }
}

.site {
  background-color: #f8f8f8;
}

.site-main {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1270px;
  /* max-width: 1124px; */
  margin: auto;
  padding: 0 15px 30px;
}

.site-main.narrow {
  max-width: 1124px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Widgets
--------------------------------------------- */
.widget-area {
  width: 340px;
  height: fit-content;
  box-shadow: 5px 5px 15px 5px #e0e0e0;
  border-radius: 6px;
  padding: 20px 20px;
  background-color: #f8f8f8;
}

.widget {
  margin-top: 20px;
}

.widget-title {
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1023px) {
  .widget-area {
    width: 100%;
    padding: 10px 0;
    box-shadow: unset;
  }
}

/* サイドバーnews */
.widget_recent_entries ul li {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.widget_recent_entries ul li a {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.widget_recent_entries .widget-title {
  margin-bottom: 6px;
}

/* カテゴリーリスト */
.c-genre__list {
  display: flex;
  flex-wrap: wrap;
}

.c-genre__listItem {
  width: 50%;
  margin-bottom: 12px;
}

.c-genre__listItemLink {
  display: flex;
  align-items: center;
}

.c-genre__listItemText {
  margin-left: 10px;
}
/* 2倍サイズの画像表示対応 */
.c-genre__listItemImg {
  width: 34px;
}

/* タグクラウド */
.tagcloud a {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px !important;
  background-color: #e7e7e7;
  line-height: 25px;
  border-radius: 5px;
}
.tagcloud a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: 0 0 no-repeat url(assets/images/icon-tag.png);
  background-size: cover;
}
.tagcloud a:last-child {
  margin-right: 0;
}

/* ランキング */
.c-wpp__listItem {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.c-wpp__listItemInner {
  display: flex;
  align-items: center;
}
.c-wpp__rankImg {
  min-width: 70px;
  height: 45px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 5%;
}
.c-wpp__rankIcon {
  margin-right: 10px;
}
.c-wpp__postTitle {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* お気に入り
--------------------------------------------- */
.c-favorite__bg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #959595;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Header
--------------------------------------------- */

/* Footer
--------------------------------------------- */
.c-footer {
  background-color: #000;
  display: block;
  width: 100%;
  overflow: hidden;
}

.c-footer__bannerWrap {
  background-color: #faf0f6;
}

.c-footer__banner {
  padding: 30px 30px 0;
  height: 353px;
  display: flex;
  max-width: 900px;
  margin: auto;
}

.c-footer__bannerLeftWrap {
  width: 45%;
  overflow: hidden;
}

.c-footer__bannerRightWrap {
  width: 55%;
  text-align: center;
  padding-left: 15px;
}

.c-footer__bannerImg {
  height: 120%;
  margin: auto;
  display: block;
}

.c-footer__bannerImg--sp {
  display: none;
}

.c-footer__bannerTitle {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 24px;
}

.c-footer__bannerText {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.c-footer__bannerTitleLogo {
  width: 246px;
  margin-bottom: 14px;
}

.c-footer__bannerLinkButtonWrap {
  display: flex;
  justify-content: center;
}

.c-footer__bannerLinkButton {
  width: 212px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  color: #fc52aa;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px 0px #e0e0e0;
}

.c-footer__bannerLinkButton:first-child {
  margin-right: 10px;
}

.c-footer__bannerLinkButtonLogo {
  width: 126px;
  margin-right: 10px;
}

.c-footer__bannerLinkButtonIcon {
  width: 15px;
}

.c-footer__bannerLinkButtonText {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-footer__banner {
    position: relative;
    max-width: 450px;
    height: 480px;
    overflow: hidden;
  }
  .c-footer__bannerLeftWrap {
    position: absolute;
    bottom: -25px;
  }
  .c-footer__bannerImg {
    height: auto;
  }
  .c-footer__bannerRightWrap {
    width: 100%;
    padding-left: 0;
  }
  .c-footer__bannerLinkButtonWrap {
    display: block;
    text-align: right;
  }
  .c-footer__bannerLinkButton {
    width: 160px;
    margin: 0 0 10px auto;
  }
  .c-footer__bannerLinkButton:first-child {
    margin-right: 0;
  }
  .c-footer__bannerLinkButtonLogo {
    width: 90px;
  }
}

@media screen and (max-width: 450px) {
  .c-footer__banner {
    height: auto;
    padding: 30px 15px 0;
  }
  .c-footer__bannerLeftWrap {
    display: none;
  }
  .c-footer__bannerImg--sp {
    display: block;
    width: 280px;
    margin: auto;
  }
  .c-footer__bannerLinkButtonWrap {
    margin: 30px auto;
  }
  .c-footer__bannerLinkButton {
    width: 212px;
    margin: 10px auto;
  }
  .c-footer__bannerLinkButton:first-child {
    margin: 10px auto;
  }
  .c-footer__bannerLinkButtonLogo {
    width: 126px;
  }
}

.c-footer__pagetop--sp {
  display: none;
}

.c-footer__menu {
  padding: 0 30px;
  max-width: 1180px;
  margin: auto;
  color: #fff;
}
.c-footer__menuInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 37px;
}

.c-footer__parts {
  flex-shrink: 1;
}

.c-footer__titleWrap {
  display: flex;
  align-items: center;
}

.c-footer__title-image {
  width: 160px;
}

.c-footer__menuList {
  display: flex;
  height: 100%;
}

.c-footer__menuListItem {
  margin: 0 22px;
  height: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  font-style: italic;
  white-space: nowrap;
}
.c-footer__menuListItem:last-child {
  margin-right: 0;
}
.c-footer__snsList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 80px;
}
.c-footer__snsListItem {
  margin-right: 27px;
}
.c-footer__snsListItem:last-child {
  margin-right: 0;
}
.c-footer__snsListLink:hover {
  opacity: 0.8;
  cursor: pointer;
}
.c-footer__snsListIcon.c-footer__snsListIcon--tw {
  width: 19px;
  height: 15px;
}
.c-footer__snsListIcon.c-footer__snsListIcon--fb {
  width: 20px;
  height: 20px;
}
.c-footer__snsListIcon.c-footer__snsListIcon--file {
  width: 15px;
  height: 18px;
}

.c-footer__link {
  border-top: 1px solid #5f5f5f;
}
.c-footer__linkInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  max-width: 1180px;
  margin: auto;
}

.c-footer__linkList {
  display: flex;
  padding: 16px 0;
}

.c-footer__linkListItem {
  position: relative;
  margin: 0 13px;
  font-size: 1.3rem;
  white-space: nowrap;
  color: #5f5f5f;
}

.c-footer__linkListItem:after {
  position: absolute;
  top: 0;
  right: -16px;
  content: "|";
  display: inline-block;
}
.c-footer__linkListItem:last-child:after {
  content: none;
}

.c-footer__copyright {
  font-size: 1.3rem;
  text-align: center;
  color: #5f5f5f;
}

@media screen and (max-width: 768px) {
  .c-footer__title-image {
    width: 120px;
  }
  .c-footer__menuListItem {
    margin: 0 10px;
    font-size: 1.3rem;
  }
  .c-footer__pagetop--sp {
    display: block;
    background-color: #ffffff;
  }
  .c-footer__pagetop--sp a {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }
  .c-footer__pagetop--sp a .c-footer__pagetopInner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-footer__pagetop--sp a .c-footer__pagetopInner .c-footer__pagetopText {
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 15px;
  }
  .c-footer__pagetop--sp a .c-footer__pagetopInner .c-footer__pagetopButton {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    box-shadow: 2.5px 2.5px 10px 2.5px #e0e0e0;
  }
  .c-footer__pagetop--sp
    a
    .c-footer__pagetopInner
    .c-footer__pagetopButton::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #1fb9ec;
    border-left: 2px solid #1fb9ec;
    transform: rotate(135deg);
    top: calc(50% - 2.5px);
    left: calc(50% - 5px);
  }
  .c-footer__parts.menuList {
    display: none;
  }
  .c-footer__snsList {
    display: none;
  }
  .c-footer__menuInner {
    justify-content: center;
    padding: 34px 0 17px;
  }
  .c-footer__title-image {
    width: 150px;
  }
  .c-footer__link {
    border: 0;
  }
  .c-footer__linkInner {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 17px;
  }
  .c-footer__linkList {
    width: 100%;
  }
  .c-footer__copyright {
    width: 100%;
  }
}

/* サムネイル
--------------------------------------------- */
.c-thumbnail__wrap {
  position: relative;
  padding-top: 67%;
}

.c-thumbnail__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.c-thumbnail__img:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .c-thumbnail__wrap {
    height: 110px;
  }

  .c-entry__list--noWrap .c-thumbnail__wrap {
    height: 185px;
  }
}
/* 記事一覧
--------------------------------------------- */
.c-entry__list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.c-entry__list--noWrap {
  flex-wrap: nowrap;
}

.c-entry__list--vertical {
  margin: 0;
}

.c-entry__list--vertical li {
  width: 100%;
  margin-bottom: 10px;
}

.c-entry__list--vertical li a {
  display: flex;
  align-items: center;
  width: 100%;
}

.c-entry__list--vertical li img {
  min-width: 70px;
  height: 45px;
  margin-right: 10px;
  object-fit: cover;
  border-radius: 5%;
}
.c-entry__list--vertical li p {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-entry__listItem {
  margin: 0 10px 20px;
  width: calc(100% / 3 - 20px);
}

.c-entry__listItem.ranking {
  position: relative;
}

.c-entry__listItem.ranking::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 50px;
  top: -8px;
  left: 16px;
  z-index: 1;
  background-image: url(assets/images/icon-rank-entry-1@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-entry__listItem.ranking:nth-child(2)::before {
  background-image: url(assets/images/icon-rank-entry-2@2x.png);
}
.c-entry__listItem.ranking:nth-child(3)::before {
  background-image: url(assets/images/icon-rank-entry-3@2x.png);
}
.c-entry__listItem.ranking:nth-child(4)::before {
  background-image: url(assets/images/icon-rank-entry-4@2x.png);
}

.p-top__ranking__notFoundText {
  font-size: 1.6rem;
  color: #a09f9d;
  text-align: center;
}

.c-entry__list--noWrap .c-entry__listItem {
  margin-bottom: 0;
  max-width: none;
}

.c-entry__listItem--4col {
  width: calc(100% / 4 - 20px);
}

.c-entry__listItemMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.c-entry__listItemTitle {
  font-size: 1.4rem;
  font-weight: 400;
}
.c-entry__listItemTitle a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-entry__list {
    margin: 0;
  }

  .c-entry__list--noWrap {
    /* margin: 0 -15px; */
    justify-content: start;
  }

  .c-entry__listItem {
    margin: 0 5px 15px;
    width: calc(50% - 10px);
  }

  .c-entry__listItemTitle {
    font-size: 1.2rem;
  }

  .c-entry__list--noWrap .c-entry__listItem {
    min-width: 280px;
  }
}

@media screen and (max-width: 639px) {
  .c-entry__listItem.ranking::before {
    width: 30px;
    height: 40px;
    top: -6px;
    left: 12px;
  }
}

/* ページタイトル
--------------------------------------------- */
.c-head__title {
  background: center center / cover url(assets/images/mv.png);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-head__titleText {
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
  color: #1fb9ec;
}

@media (max-width: 768px) {
  .c-head__title {
    height: 100px;
  }
  .c-head__titleText {
    font-size: 2rem;
  }
}

/* コンテンツタイトル
--------------------------------------------- */
.c-content__title {
  margin: 50px auto 25px;
  text-align: center;
}

.c-content__title.margin-narrow {
  margin: 30px auto 15px;
}

.c-content__titleText {
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
}

.c-content__titleTextSub {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.067;
  color: #fc69b5;
  background: -webkit-linear-gradient(0deg, #fc69b5, #c76df3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .c-content__title {
    margin: 30px auto 15px;
  }
  .c-content__title.margin-narrow {
    margin: 0px auto;
  }
  .c-content__titleText {
    font-size: 2.4rem;
  }
  .c-content__titleTextSub {
    font-size: 1.2rem;
  }
}

/* 記事内シェアボタン
--------------------------------------------- */
.c-entry-share__wrap {
  margin: 40px auto 20px;
  max-width: 680px;
  text-align: center;
}

.c-entry-share__title {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-entry-share__title:before,
.c-entry-share__title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: black;
}
.c-entry-share__title:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.c-entry-share__title:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.c-entry-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-entry-share__list-node {
  margin: 7.5px;
  width: calc(50% - 15px);
}

.c-entry-share__button {
  display: block;
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  line-height: 64px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.c-entry-share__button:hover {
  opacity: 0.8;
}

.c-entry-share__button.tw {
  background-color: #50b2ee;
}

.c-entry-share__button.fb {
  background-color: #4089e9;
}

.c-entry-share__button.line {
  background-color: #39c139;
}

.c-entry-share__button.cp {
  background-color: #a0a0a0;
}

.c-entry-share__button img {
  width: 100%;
  max-width: 32px;
  margin-top: -5px;
  vertical-align: middle;
}

.c-entry-share__button.line img {
  max-width: 42px;
}

.c-entry-share__button span {
  font-size: 1.4rem;
  padding-left: 5px;
  font-weight: bold;
}

.c-entry-share__button.line span {
  padding-left: 0;
}

@media (max-width: 639px) {
  .c-entry-share__title {
    font-size: 1.5rem;
  }
}

/* 関連記事
--------------------------------------------- */
.c-relation__title {
  margin-top: 50px;
}

.c-relation__titleText {
  font-size: 2rem;
  font-weight: 900;
  font-style: italic;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

/* パンくずリスト
--------------------------------------------- */
.c-breadcrumb__list {
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
}

.c-breadcrumb__listItem {
  padding: 8px 3px;
  white-space: nowrap;
}

.c-breadcrumb__listItem:last-child {
  white-space: unset;
}

.c-breadcrumb__listItem:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

/* ボタン
--------------------------------------------- */
.c-button {
  max-width: 300px;
  font-size: 1.5rem;
  line-height: 60px;
  color: #1fb9ec;
  border-radius: 30px;
  background-color: #f8f8f8;
  box-shadow: 5px 5px 10px #e0e0e0;
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-button {
    max-width: 210px;
    line-height: 45px;
    font-size: 1.4rem;
  }
}

/* カテゴリラベル
--------------------------------------------- */
.c-category {
  display: inline-block;
  background-color: #e7e7e7;
  color: #929292;
  font-size: 1.3rem;
  line-height: 22px;
  padding: 0 5px;
}

.c-category__wrap {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .c-category {
    font-size: 1rem;
  }
}

/* ジャンルラベル
--------------------------------------------- */
.c-genre__wrap {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-right: 5px;
}
.c-genre__icon {
  width: 25px;
  margin-right: 5px;
}

.c-genre__text {
  font-size: 1.3rem;
  font-weight: bold;
}

.c-genre__text--news {
  color: #1fb9ec;
}
.c-genre__text--report {
  color: #fc52aa;
}
.c-genre__text--interview {
  color: #00dbde;
}
.c-genre__text--event {
  color: #c471ed;
}
.c-genre__text--release {
  color: #c471ed;
}
.c-genre__text--trend {
  color: #fc5776;
}
.c-genre__text--yell {
  color: #1fb9ec;
}
.c-genre__text--present {
  color: #b3d94e;
}
.c-genre__text--serial {
  color: #fd80c4;
}

@media screen and (max-width: 768px) {
  .c-genre__text {
    font-size: 1.2rem;
  }

  .c-genre__icon {
    width: 20px;
  }
}

/*  日付ラベル
--------------------------------------------- */
.c-postedOn {
  margin-top: 5px;
}

/* HOT WORDS
--------------------------------------------- */
.c-hotWords__wrap {
  background: linear-gradient(270deg, #dfc2ed, #f4c0d6);
  padding: 50px 5px;
}

.c-hotWords__titleWrap {
  text-align: center;
}

.c-hotWords__titleMainText {
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
}
.c-hotWords__titleSubText {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.067;
  color: #fc69b5;
  background: -webkit-linear-gradient(0deg, #fc69b5, #c76df3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-hotWords__tagsWrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  margin: 30px auto 0;
  justify-content: center;
}
.c-hotWords__tagInner {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 30px;
  margin: 0 8px 16px 8px;
}

.c-hotWords__tagIcon {
  width: 11px;
  height: 11px;
}

.c-hotWords__tagText {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 2px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .c-hotWords__wrap {
    padding: 25px 15px;
  }
  .c-hotWords__titleMainText {
    font-size: 2.4rem;
  }
  .c-hotWords__titleSubText {
    font-size: 1.2rem;
  }
  .c-hotWords__tagInner {
    padding: 0 15px;
    margin: 0 4px 8px 4px;
  }
  .c-hotWords__tagText {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

@media (max-width: 639px) {
  .c-hotWords__tagInner {
    height: 30px;
    padding: 0 10px;
  }
}

/* 投稿者
--------------------------------------------- */
.c-author__wrap {
  font-size: 1.4rem;
  color: #a09f9d;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-author__wrap img {
  width: 30px;
  height: 30px;
  /* border-radius: 50%; */
  margin-right: 10px;
}

/* 投稿者
--------------------------------------------- */
.c-tag__item {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px !important;
  background-color: #e7e7e7;
  line-height: 25px;
  border-radius: 5px;
}

.c-tag__item:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: 0 0 no-repeat url(assets/images/icon-tag.png);
  background-size: cover;
}

/* WP-PageNavi
--------------------------------------------- */
.wp-pagenavi {
  color: #1fb9ec;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .extend {
  border: none;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  border: none;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 5px 5px 10px #e0e0e0;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}

.wp-pagenavi .current {
  background-color: #1fb9ec;
  color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 5px 5px 10px #e0e0e0;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .previouspostslink {
  margin-right: 15px;
}

.wp-pagenavi .nextpostslink {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .wp-pagenavi {
    font-size: 1.1rem;
  }

  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 29px;
    height: 29px;
    margin: 0 10px;
  }
}

/* Swiper
--------------------------------------------- */
.swiper-nav-wrap {
  position: relative;
  width: 330px;
  margin: auto;
  height: 100px;
}

.swiper-nav-wrap.top {
  margin: auto auto -40px;
}

.swiper-pagination {
  line-height: 100px;
  position: unset;
}

.swiper-pagination-bullet {
  border-radius: 6px;
  width: 50px;
  height: 6px;
  margin: 0;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(0deg, #4facfe, #13c9d2);
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 5px 5px 10px #e0e0e0;
  top: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .swiper-nav-wrap.top {
    height: 80px;
    margin: auto auto -20px;
  }

  .swiper-nav-wrap.top .swiper-pagination {
    line-height: 80px;
  }

  .swiper-nav-wrap.top .swiper-button-next,
  .swiper-nav-wrap.top .swiper-button-prev {
    top: 40px;
  }
}

/* by yell
--------------------------------------------- */
.c-byyell__contentWrap {
  text-align: center;
}

/* .c-byyell__contentTitle {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-byyell__contentTitle.develop {
  margin-top: 20px;
  font-size: 24px;
  color: #7f7f7f;
} */

.c-byyell__marcheLogo {
  width: 100%;
  max-width: 290px;
  margin: 30px auto 0;
}

.c-byyell__marcheInner {
  display: flex;
  margin-top: 30px;
}

.c-byyell__marcheLeft {
  width: calc(100% - 380px);
  padding-right: 70px;
}

.c-byyell__marcheInfoBanner {
  width: 100%;
  max-width: 480px;
  box-shadow: 5px 5px 15px 5px #e0e0e0;
}

.c-byyell__bannerText {
  max-width: 480px;
  margin: 25px auto;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.c-byyell__marcheRight {
  width: 100%;
  max-width: 380px;
}

.c-byyell__bannerDevice {
  width: 100%;
}

.c-byyell__bannerDevice--sp {
  display: none;
}

.c-byyell__bannerLinkButtonWrap {
  display: flex;
  justify-content: center;
}

.c-byyell__bannerLinkButton {
  width: 212px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  color: #1fb9ec;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px 0px #e0e0e0;
}

.c-byyell__bannerLinkButton:first-child {
  margin-right: 10px;
}

.c-byyell__bannerLinkButtonLogo {
  width: 126px;
  margin-right: 10px;
}

.c-byyell__bannerLinkButtonIcon {
  width: 15px;
}

.c-byyell__bannerLinkButtonText {
  margin-right: 10px;
}

.c-byyell__yelllivetop {
  display: flex;
}
.c-byyell__topleft {
  width: 480px;
}
.c-byyell__topright {
  padding-top: 40px;
  padding-left: 10px;
  margin: auto;
}
.c-byyell__yelllivecenter {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.c-byyell__centerleft {
  margin: auto;
  padding-right: 10px;
}
.c-byyell__centerright {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.c-byyell__yell-qr {
  margin: 50px 0;
}

@media screen and (max-width: 1024px) {
  .c-byyell__marcheLeft {
    width: calc(100% - 350px);
    padding-right: 35px;
  }
  .c-byyell__marcheRight {
    max-width: 350px;
  }
}

@media screen and (max-width: 900px) {
  .c-byyell__marcheLeft {
    width: calc(100% - 280px);
    padding-right: 25px;
  }
  .c-byyell__marcheRight {
    max-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .c-byyell__marcheLeft {
    width: 100%;
    padding-right: 0;
  }
  .c-byyell__bannerDevice--sp {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 30px auto;
  }
  .c-byyell__bannerLinkButtonWrap {
    display: block;
  }
  .c-byyell__bannerLinkButton {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
  .c-byyell__bannerLinkButton:first-child {
    margin-right: auto;
    margin-bottom: 20px;
  }
  .c-byyell__marcheRight {
    display: none;
  }
  .c-byyell__topright {
    padding-left: 0;
  }
  .c-byyell__centerleft {
    padding-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .l-main__content.noPain {
    padding: 30px 0;
  }
  .c-byyell__yellLiveLogo {
    max-width: 250px;
  }
}

/* yelllive */
@media screen and (max-width: 1024px) {
  .c-byyell__topleft {
    max-width: 100%;
    margin: auto;
  }
  .c-byyell__topright {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .c-byyell__topleft {
    max-width: 100%;
    margin: auto; 
  }
  .c-byyell__topright {
    max-width: 100%;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-byyell__yelllivetop {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .c-byyell__topright {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .c-byyell__topleft {
    max-width: 100%;
  }
  .c-byyell__yelllivecenter {
    display: block;
    margin-top: 40px;
  }
  .c-byyell__centerleft {
    clear: both;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .c-byyell__centerright {
    display: block;
  }
  .c-byyell__yell-qr {
    margin: 40px auto;
  }
  .c-byyell__yell-jasrac {
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .l-main__content.noPain {
    padding: 30px 0;
  }
  .c-byyell__yellLiveLogo {
    max-width: 250px;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Contact Form 7
--------------------------------------------- */
.wpcf7 form .wpcf7-response-output {
  display: none;
}

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Utils
--------------------------------------------- */
.dispNone {
  display: none !important;
}

.dispBlock {
  display: block !important;
}

.mAuto {
  margin: auto !important;
}

.mlAuto {
  margin-left: auto !important;
}

.mr10 {
  margin-right: 10px !important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* TOP */
.c-bannerSlider__container {
  background: center center / cover url(assets/images/mv.png);
  padding: 65px 15px;
  overflow: hidden;
}

.c-bannerSlider__listItemTitle {
  position: absolute;
  bottom: 30px;
  background: -webkit-linear-gradient(
    0deg,
    rgba(71, 96, 255, 0.8),
    rgba(13, 204, 255, 0.8)
  );
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 500;
  box-sizing: border-box;
  text-align: left;
}

.c-bannerSlider__listItem {
  max-width: none;
  width: 500px;
  opacity: 0.5;
  text-align: center;
}

.c-bannerSlider__listItemImg {
  width: 100%;
  border-radius: 10px;
}
.c-bannerSlider__listItemImg:hover{
  opacity: 0.8;
}

.c-bannerSlider__listItem.swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .c-bannerSlider__listItemTitle {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-bannerSlider__listItem {
    width: 260px;
    /* width: 100%; */
  }

  .c-bannerSlider__listItemTitle {
    font-size: 1.2rem;
  }
}

/* category */

/* single */
.p-single .c-genre__text {
  font-size: 1.5rem;
}

.p-single__headWrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;
}

.p-single__entryMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.p-single .p-single__headWrap .c-favorite__bg {
  position: static;
  margin-left: 10px;
}

.p-single__entryTitle {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

.p-single__entryTitle {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

.p-single__sliderContainer {
  width: 100%;
  max-width: 720px;
}

.p-single__sliderListItem img {
  width: 100%;
}

.p-single__content {
  font-size: 1.4rem;
  /* margin-bottom: 24px; */
}

.p-single__content a {
  color: #1fb9ec;
  text-decoration: underline;
}

.p-single__content ul {
  padding-left: 40px;
}

.p-single__content ul li {
  list-style: disc;
}

.p-single__cdContent {
  display: flex;
  margin-bottom: 50px;
}

.p-single__cdContentLeftWrap {
  width: 200px;
  margin: 0 30px 0 0;
  overflow: hidden;
}

.p-single__cdContentRightWrap {
  width: auto;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-single__bottomBannerBox {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d5d5d5;
}

.p-single__bottomBanner {
  width: 120px;
  margin-right: 20px;
}

.p-single__sliderContainer {
  overflow: hidden;
}

.p-single__sliderNav .swiper-pagination {
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .p-single__entryTitle {
    font-size: 1.8rem;
  }
}

/* category */
.p-category__listItem {
}

@media screen and (max-width: 768px) {
  .p-category__listItem {
    width: calc(50% - 10px);
  }
}

/* myclip */
.p-myclip__notFoundText {
  font-size: 1.6rem;
  color: #a09f9d;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-myclip__listItem {
    width: calc(50% - 10px);
  }
}

/* search */
.p-search__title {
}

/* 404 */
.page-content.notfound {
  font-size: 1.4rem;
}
.page-content.notfound p {
  margin-bottom: 20px;
}

/* contact */
.p-contact__title {
  padding: 23px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 24px;
  font-weight: bold;
}
.p-contact .c-contact__headText {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-contact .c-contact__formItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px;
}
.p-contact .c-contact__formLabel {
  width: 25%;
}
.p-contact .c-contact__formLabel label {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.05em;
}
.p-contact .c-contact__formInput {
  position: relative;
  width: calc(75% - 20px);
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.p-contact .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
}
.p-contact .c-contact__formSelect {
  position: relative;
  width: calc(75% - 20px);
}
.p-contact .c-contact__formSelect:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
}
.p-contact .c-contact__formSelect select {
  appearance: none;
}
.p-contact .c-contact__formSelect select,
.p-contact .c-contact__formInput input,
.p-contact .c-contact__formInput textarea {
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  border: 0;
  background: #ededed;
}
.p-contact .c-contact__formInput textarea {
  height: auto;
}
.p-contact .p-contact__mandatory {
  display: inline-block;
  padding: 2px 6px;
  margin-left: 8px;
  border: 1px solid #1fb9ec;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #1fb9ec;
}
.p-contact .c-contact__checkbox {
  display: inline-block;
  margin-left: calc(25% + 20px);
}
.p-contact .c-contact__checkbox .c-contact__formInput {
  width: auto;
  height: auto;
  margin-left: 0;
}
.p-contact .c-contact__checkbox .wpcf7-list-item {
  margin: 0;
}
.p-contact .c-contact__checkbox .c-contact__formInput label {
  display: flex;
  align-items: center;
}
.p-contact
  .c-contact__checkbox
  .c-contact__formInput
  label
  .wpcf7-list-item-label {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.p-contact .c-contact__privacyLink {
  text-decoration: underline;
}
.p-contact .c-contact__privacyLink:hover {
  text-decoration: none;
}
.p-contact .c-contact__checkbox .c-contact__formInput label {
  display: flex;
  align-items: center;
}
.p-contact .c-contact__checkbox .c-contact__formInput input {
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border: 0;
  background: #ededed;
}
.p-contact .c-contact__btnWrap {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 55px;
}
.p-contact .c-contact__btnWrap:before,
.p-contact .c-contact__btnWrap:after {
  position: absolute;
  right: 30px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #1fb9ec;
}
.p-contact .c-contact__btnWrap:before {
  top: 46%;
  transform: rotate(45deg);
}
.p-contact .c-contact__btnWrap:after {
  top: 55%;
  transform: rotate(135deg);
}
.p-contact .c-contact__confirmBtn,
.p-contact .wpcf7-submit {
  padding: 18px 0;
  width: 100%;
  max-width: 300px;
  border-radius: 30px;
  font-size: 15px;
  color: #1fb9ec;
  letter-spacing: 0.05em;
  background: #f8f8f8;
  box-shadow: 2px 3px 0 1px #e0e0e0;
  cursor: pointer;
}
.p-contact .c-contact__btnWrap.c-contact__btnWrap--confirm {
  margin-bottom: 0;
}
.p-contact .c-contact__prevBtnWrap {
  position: relative;
  max-width: 300px;
  margin: 20px auto 0;
}
.p-contact .c-contact__prevBtnWrap:before,
.p-contact .c-contact__prevBtnWrap:after {
  position: absolute;
  left: 30px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #000;
}
.p-contact .c-contact__prevBtnWrap:before {
  top: 46%;
  transform: rotate(-45deg);
}
.p-contact .c-contact__prevBtnWrap:after {
  top: 55%;
  transform: rotate(-135deg);
}
.p-contact .wpcf7-previous {
  padding: 18px 0;
  width: 100%;
  max-width: 300px;
  font-size: 15px;
  letter-spacing: 0.05em;
  background: #f8f8f8;
  cursor: pointer;
}
.p-contact .ajax-loader {
  display: none;
}
.p-contact .c-contact__afterText {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-contact__title {
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 14px;
    font-size: 18px;
  }
  .p-contact .c-contact__formItem {
    flex-wrap: wrap;
  }
  .p-contact .c-contact__formLabel {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-contact .c-contact__formInput {
    width: 100%;
    margin: 0;
  }
  .p-contact .c-contact__formSelect {
    width: 100%;
  }
  .p-contact .c-contact__formLabel label {
    font-size: 15px;
    font-weight: 500;
  }
  .p-contact .p-contact__mandatory {
    font-size: 12px;
  }
  .p-contact .c-contact__checkbox {
    margin-left: 0;
  }
  .p-contact
    .c-contact__checkbox
    .c-contact__formInput
    label
    .wpcf7-list-item-label {
    font-size: 15px;
  }
  .p-contact .c-contact__btnWrap {
    margin: 50px auto 42px;
  }
  .p-contact .c-contact__afterText {
    font-size: 12px;
  }
  .p-contact .c-contact__formInput.c-contact__formInput--mL30 {
    margin-left: 15px;
  }
}

/* contact complete */
.p-contactComp .c-contactComp__title {
  margin: 80px 0 49px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-contactComp .c-contactComp__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
.p-contactComp .c-contactComp__btnWrap {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 55px;
}
.p-contactComp .c-contactComp__btnWrap:before,
.p-contactComp .c-contactComp__btnWrap:after {
  position: absolute;
  right: 30px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #1fb9ec;
}
.p-contactComp .c-contactComp__btnWrap:before {
  top: 46%;
  transform: rotate(45deg);
}
.p-contactComp .c-contactComp__btnWrap:after {
  top: 55%;
  transform: rotate(135deg);
}
.p-contactComp .c-contactComp__button {
  display: flex;
  justify-content: center;
  padding: 18px 0;
  width: 100%;
  max-width: 300px;
  border-radius: 30px;
  font-size: 15px;
  color: #1fb9ec;
  letter-spacing: 0.05em;
  background: #f8f8f8;
  box-shadow: 2px 3px 0 1px #e0e0e0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contactComp .c-contactComp__title {
    margin: 60px 0 30px;
    font-size: 20px;
  }
}

/* pickup swiper */

.pickup-swiper {
  display: none;
}

.pickup-swiper.swiper-initialized {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pickup-swiper__section {
    max-width: calc(100% - 5px);
  }
}

.pickup-swiper .c-entry__list.swiper-wrapper {
  margin: 0;
}

.l-main__inner > div.pickup-wrapper {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-entry__list--noWrap .c-thumbnail__wrap {
    height: 0;
  }
}
