html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
main {
  display: block;
}
select,
input,
textarea,
button {
  outline: none;
  margin: 0;
  cursor: pointer;
}
textarea,
button,
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='reset'],
input[type='tel'],
input[type='number'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: none;
  border: solid 1px #333;
  padding: 3px;
  box-shadow: none;
  background: none;
  border-radius: 0;
}
button {
  padding: 0;
  border: none;
  overflow: visible;
}
textarea {
  resize: none;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  background: #000;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt';
  overflow-wrap: break-word;
}
.clear,
.clearfix {
  zoom: 100%;
}
.clear:before,
.clearfix:before,
.clear:after,
.clearfix:after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.ani_h2,
header .pc_nav a,
header .pc_nav button,
header .pc_nav span,
header .sp_nav .menu_nav a,
header .sp_nav .menu_nav button,
header .sp_nav .menu_nav span,
.page_contents .p_number li a,
.page_contents .p_number li p,
.f2M,
.f2 {
  font-family: 'Roboto', sans-serif;
}
.f2 {
  font-weight: 400;
}
.ani_h2,
header .pc_nav a,
header .pc_nav button,
header .pc_nav span,
header .sp_nav .menu_nav a,
header .sp_nav .menu_nav button,
header .sp_nav .menu_nav span,
.page_contents .p_number li a,
.page_contents .p_number li p,
.f2M {
  font-weight: 500;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
html {
  font-family:
    YakuHanJP, '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 62.5%;
}
html.modal_show {
  overflow: hidden;
}
body {
  font-size: 1em;
  min-width: 980px;
  background: #f7ecd0;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}
input,
button,
textarea {
  font-family:
    YakuHanJP, '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #333;
}
a {
  color: #333;
  text-decoration: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.gothic {
  font-family:
    YakuHanJP, '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3',
    'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.mincho {
  font-family:
    YakuHanMP, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3',
    'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  body,
  #wrapper {
    min-height: 100dvh;
  }
}
.ani_h2 {
  font-size: 36px;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .ani_h2 {
    font-size: 6vw;
  }
}
.ani_h2.show span {
  transform: translate(0, 0);
}
.ani_h2.show:after {
  transform: translate(103%, 0);
}
.ani_h2 span {
  display: block;
  transform: translate(0, 33px);
  transition: all 0.6s 0.2s ease-out;
}
.ani_h2:before {
  content: '';
  width: 100%;
  height: 33px;
  background: #f7ecd0;
  display: block;
  position: absolute;
  bottom: -33px;
  left: 0;
  z-index: 2;
}
.ani_h2:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-103%, 0);
  transition: all 0.7s ease-out;
}
header {
  width: 100%;
  height: 100px;
  display: block;
  z-index: 10;
  min-width: 1080px;
  position: relative;
}
@media screen and (max-width: 1079px) {
  header {
    min-width: inherit;
  }
}
header .main_logo {
  width: 150px;
  height: 44px;
  display: block;
  transition: all 0.3s ease-out;
  z-index: 1000;
  position: absolute;
  top: 30px;
  left: 27px;
}
header .main_logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1079px) {
  header .main_logo {
    width: 90px;
    height: 26px;
    top: 17px;
    left: 17px;
  }
}
header .pc_nav {
  position: fixed;
  right: 0;
  top: 50px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1079px) {
  header .pc_nav {
    display: none;
  }
}
header .pc_nav .menu {
  width: 100%;
  display: flex;
  font-size: 16px;
}
header .pc_nav .menu li {
  margin-right: 25px;
}
header .pc_nav a,
header .pc_nav button,
header .pc_nav span {
  display: inline-block;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  background: #ff803f;
  border-radius: 100px;
  transition: color 0.2s ease-out;
}
header .pc_nav _:lang(x)::-internal-media-controls-overlay-cast-button,
header .pc_nav .ja {
  font-weight: bold;
}
header .pc_nav a:hover,
header .pc_nav button:hover {
  color: #fff;
}
header .pc_nav span {
  color: #ccc;
}
header .pc_nav .ja {
  font-size: 14.5px;
}
header .pc_nav .icon {
  padding: 0;
  background: none;
}
header .pc_nav .icon svg {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
header .pc_nav .icon path {
  transition: fill 0.2s ease-out;
}
header .pc_nav .icon:hover path {
  fill: #ff803f;
}
header .pc_nav .icon.podcast_link svg {
  width: auto;
  height: 20px;
}
header .pc_nav .has_submenu {
  position: relative;
}
header .pc_nav .has_submenu:hover button {
  color: #fff;
}
header .pc_nav .submenu {
  position: absolute;
  width: 200px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  transition: height 0.5s ease-out;
  overflow: hidden;
}
header .pc_nav .submenu ul {
  text-align: center;
  padding: 1em 0;
}
header .pc_nav .submenu li {
  margin: 1em 0 0;
}
header .pc_nav .submenu li:nth-of-type(1) {
  margin-top: 0;
}
header.open .menu_button hr:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
header.open .menu_button hr:nth-of-type(2) {
  opacity: 0;
  transform: translate(0, -100%);
}
header.open .menu_button hr:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
header.open .menu_button hr:after {
  animation: circle 0.6s;
}
@keyframes circle {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
header.open .sp_nav .menu_nav {
  transform: translate(0, 0);
}
header .menu_button {
  display: none;
}
@media screen and (max-width: 1079px) {
  header .menu_button {
    display: block;
  }
}
header .menu_button {
  width: 28px;
  height: 18px;
  position: fixed;
  top: 22px;
  right: 17px;
  z-index: 1000;
}
header .menu_button hr {
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-out;
  transform-origin: center;
}
header .menu_button hr:nth-of-type(1) {
  top: 0;
}
header .menu_button hr:nth-of-type(2) {
  top: 8px;
}
header .menu_button hr:nth-of-type(3) {
  bottom: 0;
}
header .menu_button hr:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: -10px 0 0 -10px;
  border: 1px solid rgba(255, 136, 75, 0.3);
  transition: all 0.1s;
  opacity: 0;
}
header .sp_nav {
  display: none;
}
@media screen and (max-width: 1079px) {
  header .sp_nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
header .sp_nav .sp_sns {
  position: absolute;
  right: 65px;
  top: 20px;
  z-index: 10;
  left: 119px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(15px, 2.5vw);
}
header .sp_nav .sp_sns a {
  display: block;
  width: 25px;
  min-width: 0;
}
header .sp_nav .sp_sns a.twitter_link,
header .sp_nav .sp_sns a.note_link,
header .sp_nav .sp_sns a.instagram_link {
  width: 20px;
}
header .sp_nav .sp_sns a.podcast_link {
  width: 64.3px;
}
header .sp_nav .sp_sns a svg {
  display: block;
  width: 100%;
  height: auto;
}
header .sp_nav .menu_nav {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  transition: transform 0.5s ease-out;
  transform: translate(0, -100%);
}
@media screen and (orientation: landscape) {
  header .sp_nav .menu_nav {
    overflow: scroll;
  }
}
header .sp_nav .menu_nav .menu_nav_wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
}
@media screen and (orientation: landscape) {
  header .sp_nav .menu_nav .menu_nav_wrapper {
    position: relative;
    padding-bottom: 150px;
  }
}
header .sp_nav .menu_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header .sp_nav .menu_nav li {
  width: 50vw;
  text-align: center;
}
header .sp_nav .menu_nav li:nth-of-type(n + 3) {
  margin-top: 30px;
}
header .sp_nav .menu_nav a,
header .sp_nav .menu_nav button,
header .sp_nav .menu_nav span {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #ff803f;
  display: inline-block;
  width: 90%;
}
header .sp_nav .menu_nav span {
  color: #ccc;
}
header .sp_nav .menu_nav .ja {
  font-size: 16.5px;
}
header .sp_nav .menu_nav .user_menu {
  padding-top: 5em;
}
header .sp_nav .menu_nav .user_menu p {
  text-align: center;
  font-size: 20px;
}
header .sp_nav .menu_nav .user_menu ul {
  margin-top: 3em;
}
footer {
  margin-top: auto;
  position: relative;
  width: 100%;
  display: block;
}
footer .copy {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  letter-spacing: 0.1em;
  font-size: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .copy {
    width: 100%;
    text-align: center;
  }
}
.page_contents .p_arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.page_contents .p_arrow:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1.5px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 28%;
  left: 0;
  transition: all 0.3s ease-out;
}
.page_contents .p_arrow.on_arrow:hover.next:before {
  left: 6px;
  border-color: #a0a0a0 #a0a0a0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.page_contents .p_arrow.on_arrow:hover.return:before {
  left: -6px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a0a0a0 #a0a0a0;
}
.page_contents .p_arrow.no_arrow:before {
  opacity: 0.3;
}
.page_contents .p_arrow.next:before {
  border-color: #000 #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.page_contents .p_arrow.return:before {
  margin-left: 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000;
}
.page_contents .p_number {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  height: 20px;
}
.page_contents .p_number li {
  display: inline-block;
  margin: 0 10px;
}
.page_contents .p_number li a,
.page_contents .p_number li p {
  font-size: 16px;
  line-height: 20px;
}
.page_contents .p_number li a {
  transition: all 0.3s ease-out;
}
.page_contents .p_number li a:hover {
  opacity: 0.5;
}
.page_contents .p_number li p {
  color: #ff803f;
}
@media screen and (max-width: 768px) {
  .page_contents {
    width: 100%;
  }
  .page_contents .p_arrow {
    width: 15px;
    height: 15px;
  }
  .page_contents .p_arrow:before {
    width: 6px;
    height: 6px;
    top: 28%;
  }
  .page_contents .p_number {
    margin: 0 10px;
    height: 15px;
  }
  .page_contents .p_number li {
    margin: 0 10px;
  }
  .page_contents .p_number li a,
  .page_contents .p_number li p {
    line-height: 15px;
  }
}
.pagination {
  margin: 70px auto;
  width: 780px;
  font-size: 16px;
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .pagination {
    width: 100%;
  }
}
.pagination .prev_next {
  position: absolute;
  top: 0;
  width: 50px;
}
.pagination span.prev_next {
  opacity: 0.3;
}
.pagination .prev {
  left: 0;
  text-align: left;
}
.pagination .next {
  right: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pagination ol {
    display: none;
  }
}
.pagination li {
  display: inline-block;
  margin: 0 5px;
}
.pagination li span {
  opacity: 0.3;
}
.pagination a:hover {
  text-decoration: underline;
}
