@charset "UTF-8";
/*
Theme Name : 魚や ラララ
Theme URI : https://uoya-lalala.jp/
Author: SCARAMANGA INC.
Author URI: https://scaramanga.jp
Description:
Version: 1.0
*/
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #171717;
  background-color: #FAFAFA;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.88;
  position: relative;
}
body::before {
  content: "";
  width: 100%;
  height: 17px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(images/line.png) repeat-x;
  background-size: 36px 17px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.79;
  }
}

a {
  color: #171717;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}
a img {
  transition-property: all;
  transition-duration: 0.5s;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.fade_in {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_bounce {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!------------------------------------*
fadeIn
\*!------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* _header
---------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 7%;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: auto;
  padding-left: 3%;
  padding-right: calc(1.5% + 110px);
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .header {
    top: 3%;
    padding-left: 5%;
  }
}
.header .header_inr {
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
.header .header_inr .header_left {
  display: flex;
  flex: 1;
}
.header .header_inr .header_left .header_logo {
  width: 190px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .header .header_inr .header_left .header_logo {
    width: 110px;
    margin-top: 10px;
  }
}
.header .header_inr .header_left .header_logo a {
  display: block;
}
.header .header_inr .header_left .header_logo a:hover {
  opacity: 0.6;
}
.header .header_inr .header_left .description {
  font-size: 1.2rem;
  margin: 60px 0 0 35px;
}
@media screen and (max-width: 767px) {
  .header .header_inr .header_left .description {
    display: none;
  }
}
.header .header_inr .nav_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .header .header_inr .nav_area {
    display: none;
  }
}
.header .header_inr .nav_area .btn_instagram {
  width: 27px;
  margin-right: 40px;
  margin-top: 40px;
}
.header .header_inr .nav_area .btn_shop {
  margin-right: 30px;
}
.header .header_inr .nav_area .btn_shop a {
  display: block;
  width: 280px;
  height: 110px;
  padding: 0 8px;
  text-align: center;
  color: #FFFFFF;
  background: #F4AFCF;
  line-height: 110px;
  border-radius: 100px;
}
.header .header_inr .nav_area .btn_shop a span {
  background: url(images/ico_cart.png) left no-repeat;
  background-size: 31px;
  padding-left: 40px;
}
.header .header_inr .nav_area .btn_shop a:hover {
  letter-spacing: 0.2rem;
}

/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
  position: fixed;
  top: 7%;
  right: 1.5%;
  width: 110px;
  height: 110px;
  z-index: 9999;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin-top: 30px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.5s;
  background: #4EBAD7;
  border: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 3%;
    right: 3.5%;
    margin-top: 10px;
    width: 80px;
    height: 80px;
  }
}

.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
}

.hamburger span::before {
  top: -8px;
  position: absolute;
  display: block;
  content: "";
  width: 31px;
  height: 2px;
  margin: 0 0 0 39px;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .hamburger span::before {
    top: -6px;
    margin-left: 26px;
  }
}

.hamburger span::after {
  bottom: -8px;
  position: absolute;
  display: block;
  content: "";
  width: 31px;
  height: 2px;
  margin: 0 0 0 39px;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .hamburger span::after {
    bottom: -6px;
    margin-left: 26px;
  }
}

.hamburger.open {
  border: 2px solid #FFFFFF;
}

.hamburger.open span::before {
  top: 0;
  transform: rotate(45deg);
  margin-left: 37px;
}
@media screen and (max-width: 767px) {
  .hamburger.open span::before {
    margin-left: 23px;
  }
}

.hamburger.open span::after {
  bottom: -2px;
  transform: rotate(-45deg);
  margin-left: 37px;
}
@media screen and (max-width: 767px) {
  .hamburger.open span::after {
    margin-left: 23px;
  }
}

/* ===============================================
メニューのスタイリング
=============================================== */
.gnav {
  position: fixed;
  width: 50%;
  min-width: 480px;
  height: 100vh;
  top: 0;
  right: -100%;
  background-color: #FFFFFF;
  transition: all 0.5s;
  z-index: 999;
  overflow-x: scroll;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media screen and (max-width: 767px) {
  .gnav {
    width: 100%;
    min-width: auto;
  }
}
.gnav .gnav_inr {
  max-width: 1100px;
  margin: 0 auto;
  height: 100vh;
  padding: 5% 10%;
}
.gnav .gnav_inr .gnav_inr_logo {
  max-width: 100px;
  margin: 35px 0;
}
@media screen and (max-width: 767px) {
  .gnav .gnav_inr .gnav_inr_logo {
    margin-top: 15px;
  }
}
.gnav .gnav_inr .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .gnav .gnav_inr .nav {
    display: block;
    gap: 0;
  }
}
.gnav .gnav_inr .nav li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .gnav .gnav_inr .nav li {
    width: 100%;
  }
}
.gnav .gnav_inr .nav li a {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  padding: 12px 0;
  border-bottom: 1px solid #999999;
  position: relative;
}
.gnav .gnav_inr .nav li a:hover {
  color: #4EBAD7;
}
@media screen and (min-width: 768px) {
  .gnav .gnav_inr .sns_nav {
    position: absolute;
    top: 190px;
    left: 200px;
  }
}
@media screen and (max-width: 767px) {
  .gnav .gnav_inr .sns_nav {
    position: absolute;
    top: 63px;
    right: 120px;
  }
}
.gnav .gnav_inr .sns_nav li {
  width: 25px;
}
.gnav .gnav_inr .btn_shopping {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .gnav .gnav_inr .btn_shopping {
    margin-top: 20px;
  }
}
.gnav .gnav_inr .btn_shopping a {
  display: block;
  padding: 20px 20px;
  background: #F4AFCF;
  color: #FFFFFF;
  text-align: center;
  border-radius: 100px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .gnav .gnav_inr .btn_shopping a {
    display: block;
    padding: 20px 20px;
    text-align: center;
  }
}
.gnav .gnav_inr .btn_shopping a span {
  background: url(images/ico_cart.png) left no-repeat;
  background-size: 31px;
  padding-left: 40px;
}
.gnav .gnav_inr .address {
  margin: 45px 0;
  font-size: 1.3rem;
}
.gnav .gnav_inr .address .tel {
  margin-top: 12px;
  font-size: 2.4rem;
}
.gnav .gnav_inr .address .tel a {
  display: inline-block;
}

.gnav.open {
  right: 0;
}

.add_fixed_header {
  top: 3%;
}
.add_fixed_header .header_inr .header_left .header_logo {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .add_fixed_header .header_inr .header_left .header_logo {
    width: 70px;
  }
}

.add_fixed_hamburger {
  top: 3%;
}

/* _page
---------------------------------------------------------------------------------------*/
/*---base------------------------------------------------------------------*/
.container {
  max-width: 1680px;
  margin: auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 6%;
  }
}

.container_md {
  max-width: 1280px;
  margin: auto;
}
.container_sm {
  max-width: 860px;
  margin: auto;
}
.page_wrapper {
  width: 94%;
  margin: 200px auto 0;
}
@media screen and (max-width: 767px) {
  .page_wrapper {
    margin: 120px auto 0;
  }
}
.page_wrapper .page_title {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_title .page_title_inr {
    padding: 80px 5% 10px;
  }
}
.page_wrapper .page_title .page_title_inr p {
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 9;
  color: #4EBAD7;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_title .page_title_inr p {
    font-size: 5rem;
  }
}
.page_wrapper .page_title .page_title_inr h1 {
  font-size: 1.8rem;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_wrapper .page_title .page_title_inr h1:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #F4AFCF;
  border-radius: 5px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_title .page_title_inr h1 {
    font-size: 1.4rem;
  }
}
.page_wrapper .page_wrapper_inr {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_wrapper_inr {
    padding: 45px 0;
    border-radius: 20px;
  }
}
.page_wrapper .section_reed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page_wrapper .section_reed {
    display: block;
  }
}
.page_wrapper .section_reed .img {
  flex: 1;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .section_reed .img {
    width: 45%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.page_wrapper .section_reed .txt {
  flex: 2;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .page_wrapper .section_reed .txt {
    margin-right: 0;
    font-size: 90%;
  }
}
.page_wrapper .breadcrumbs {
  font-size: 1.2rem;
  padding: 20px 0;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page_wrapper .breadcrumbs {
    font-size: 1rem;
    text-align: right;
    display: none;
  }
}
.page_wrapper .breadcrumbs a {
  color: #999999;
}

.page_section {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page_section {
    margin-bottom: 75px;
  }
}
.page_section .reed {
  max-width: 780px;
  margin: auto;
}
.page_section .reed h2 {
  font-size: 3.2rem;
  margin-bottom: 1em;
  font-size: 2rem;
}
.page_section .page_section_title {
  text-align: center;
  margin-bottom: 3em;
}
.page_section .page_section_title h2 {
  font-size: 4.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page_section .page_section_title h2 {
    font-size: 3.2rem;
  }
}
.page_section .page_section_title p {
  color: #4EBAD7;
}
.page_section .page_section_title .txt {
  margin-top: 2em;
  font-size: 90%;
}
.page_nav {
  margin-top: 100px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page_nav {
    margin-top: 0;
    margin-bottom: 45px;
  }
}
.page_nav ul {
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 1023px) {
  .page_nav ul {
    border-top: 1px solid #999999;
    border-right: none;
    display: block;
  }
}
.page_nav ul li {
  border-left: 1px solid #000000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_nav ul li {
    border-left: none;
    border-bottom: 1px solid #999999;
  }
}
.page_nav ul li a {
  padding: 0 0 5px 0;
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_nav ul li a {
    font-size: 1.2rem;
    text-align: left;
    padding: 12px 0;
  }
}
.page_nav ul li a:after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .page_nav ul li a:after {
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -5px;
  }
}
.page_nav ul li a:hover {
  color: #999999;
}
.page_nav ul .current a {
  color: #4EBAD7;
}
.page_nav ul .current a:after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4EBAD7;
  border-right: 1px solid #4EBAD7;
  transform: rotate(135deg);
}

.btn_more {
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .btn_more {
    margin: 30px auto 0;
  }
}
.btn_more.btn_center {
  text-align: center;
}
.btn_more.btn_center a {
  margin: auto;
}
.btn_more a {
  display: inline-block;
  color: #FFFFFF;
  background: #F4AFCF;
  padding: 14px 55px 14px 65px;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .btn_more a {
    padding: 14px 35px 14px 45px;
  }
}
.btn_more a .outlink:after {
  content: "";
  display: block;
  background: url(images/outlink.svg) center no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btn_more a .outlink:after {
    width: 12px;
    height: 11px;
    margin-top: -4px;
  }
}
.btn_more a:hover span:after {
  right: 0;
}
.btn_more a span {
  padding-right: 25px;
  display: block;
  position: relative;
}
.btn_more a span:after {
  content: "";
  display: block;
  background: url(images/ico_arrow_w.png) center no-repeat;
  background-size: cover;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  transition-property: all;
  transition-duration: 0.5s;
}

.btn_more_back {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn_more_back {
    margin: 45px auto 0;
  }
}
.btn_more_back.btn_center a {
  margin: auto;
}
.btn_more_back a {
  display: inline-block;
  color: #FFFFFF;
  background: #999999;
  padding: 16px 65px;
  position: relative;
  border-radius: 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btn_more_back a {
    width: 90%;
    margin: auto;
  }
}
.btn_more_back a:hover:after {
  left: 25px;
}
.btn_more_back a:after {
  transition-property: all;
  transition-duration: 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid #FFFFFF;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(225deg);
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 45px 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row {
    gap: 35px 0;
  }
}
.row .col_3 {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .row .col_3 {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .row .col_3 {
    width: 100%;
  }
}
.row .col_2 {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .row .col_2 {
    width: 100%;
  }
}
.row a {
  display: block;
}
.row a .thum {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .row a .thum {
    margin: auto;
  }
}
.row a .thum img {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 100%;
}
.row a:hover .thum img {
  transform: scale(1.05);
}

.cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .cat_list {
    width: 100%;
    gap: 5px;
    margin: 30px 0 60px;
  }
}
.cat_list li:last-child a:after {
  display: none;
}
.cat_list li.current a {
  background: #4EBAD7;
  color: #FFFFFF;
}
.cat_list li a {
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 1.2rem;
  display: block;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
@media screen and (max-width: 767px) {
  .cat_list li a {
    padding: 6px 25px;
    font-size: 1rem;
  }
}
.cat_list li a:hover {
  background: #F4AFCF;
  color: #FFFFFF;
}

.column_list .column_card {
  display: flex;
  flex-wrap: wrap;
}
.column_list .column_card .thum {
  width: 45%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .column_list .column_card .thum {
    width: 35%;
  }
}
.column_list .column_card .thum img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .column_list .column_card .thum img {
    border-radius: 8px;
  }
}
.column_list .column_card .inr {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .column_list .column_card .inr {
    width: 60%;
  }
}
.column_list .column_card .inr .date {
  color: #999999;
}
@media screen and (max-width: 767px) {
  .column_list .column_card .inr .date {
    font-size: 1.2rem;
  }
}
.column_list .column_card .inr h3 {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .column_list .column_card .inr h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .column_list .column_card .inr .cat {
    font-size: 1rem;
  }
}
.column_list .column_card .inr .cat:before {
  content: "#";
}

.topics_list li {
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #999999;
}
@media screen and (max-width: 767px) {
  .topics_list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.topics_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topics_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.topics_list li a {
  display: block;
  position: relative;
  width: 100%;
}
.topics_list li a:hover {
  opacity: 0.6;
}
.topics_list li a:hover:after {
  right: 0;
}
.topics_list li a:after {
  content: "";
  display: block;
  background: url(images/ico_arrow_b.png) center no-repeat;
  background-size: cover;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px) {
  .topics_list li .inr {
    display: flex;
    flex-wrap: wrap;
  }
}
.topics_list li .inr .date {
  display: inline-block;
  width: 90px;
  color: #9D9D9D;
}
@media screen and (max-width: 767px) {
  .topics_list li .inr .date {
    width: 55px;
    font-size: 1rem;
  }
}
.topics_list li .inr .cat {
  border: 2px solid #171717;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  font-size: 1.3rem;
  margin: 0 20px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .topics_list li .inr .cat {
    font-size: 1rem;
  }
}
.topics_list li h3 {
  font-size: 1.8rem;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .topics_list li h3 {
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 5px;
  }
}
.topics_list li .the_excerpt {
  margin: 10px 0 0;
  font-size: 90%;
}

.article_404 {
  margin: 120px auto;
  text-align: center;
}

/* swiper
---------------------------------------------------------------------------------------*/
.swiper-controller {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.swiper-controller .swiper-button-next,
.swiper-controller .swiper-rtl .swiper-button-prev {
  right: -3% !important;
}
.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-rtl .swiper-button-next {
  left: -3% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 2% !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 2% !important;
}

.swiper-pagination-bullet {
  height: 7px !important;
  width: 7px !important;
  background-color: #FFFFFF !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 5px !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px !important;
}

.swiper-button-prev,
.swiper-button-next {
  height: 40px !important;
  width: 40px !important;
  font-size: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  font-size: 0 !important;
}

.swiper-button-prev::after {
  background-image: url(images/ico_prev.png) !important;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(images/ico_next.png) !important;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* pagination
---------------------------------------------------------------------------------------*/
.pagination {
  clear: both;
  text-align: center;
  margin: 65px 0 0;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 35px 0 0;
    padding-bottom: 35px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  border: 1px solid #171717;
  color: #171717;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}
.pagination .page-numbers:hover {
  opacity: 0.6;
}
.pagination .current {
  border: 1px solid #4EBAD7;
  background: #4EBAD7;
  color: #FFFFFF;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
}

/* _footer
---------------------------------------------------------------------------------------*/
.footer {
  margin: 45px auto 0;
  padding-bottom: 45px;
}
.footer .footer_inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer .footer_inr {
    display: block;
  }
}
.footer .footer_inr .contact_nav {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer_inr .contact_nav {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.footer .footer_inr .contact_nav li a {
  display: block;
}
.footer .footer_inr .contact_nav li a:hover svg {
  opacity: 0.6;
}
.footer .footer_inr .contact_nav li a img {
  vertical-align: middle;
}
.footer .footer_inr .contact_nav li a svg {
  fill: #171717;
}
.footer .footer_inr .copyright {
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer .footer_inr .copyright {
    text-align: center;
  }
}