@charset "UTF-8";
#container {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  #container {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  ._sp_full {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ff_lato {
  font-family: Lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

._shadow {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

._of {
  position: relative;
}

._of > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

._block_link[href] {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.5s;
  position: relative;
  overflow: hidden;
}

._block_link[href] ._block_link_img {
  overflow: hidden;
}

._block_link[href] ._block_link_img img,
._block_link[href] > img {
  transition: transform 0.5s;
}

@media screen and (min-width: 769px), print {
  ._block_link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 3px solid #f5498f;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
  }
  ._block_link[href]:hover {
    opacity: 0.7;
  }
  ._block_link[href]:hover:after {
    opacity: 1;
  }
  ._block_link[href]:hover ._block_link_img img,
._block_link[href]:hover > img {
    transform: scale(1.05);
  }
}
._line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  overflow: hidden;
}

._line-clamp._line2 {
  -webkit-line-clamp: 2;
}

._line-clamp._line3 {
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  ._line-clamp._sp_line2 {
    -webkit-line-clamp: 2;
  }
  ._line-clamp._sp_line3 {
    -webkit-line-clamp: 3;
  }
}
#header_2021 .logo {
  display: flex;
  align-items: center;
}

#header_2021 .logo a {
  transition: opacity 0.3s;
}

#header_2021 .logo span {
  font-size: 1.3rem;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #404040;
}

@media print {
  #header_2021 {
    position: absolute !important;
  }
}
@media screen and (min-width: 769px), print {
  #header_2021 {
    height: 90px;
    padding: 0 30px;
    transform: translate3d(0, 0, 0);
    font-size: 1.5rem;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
  }
  #header_2021 .header_wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    height: 100%;
  }
  #header_2021 .logo a:hover {
    opacity: 0.7;
  }
  #header_2021 .logo span {
    margin-left: 40px;
  }
}
@media screen and (min-width: 769px), print {
  .head-min #header_2021 {
    height: 70px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 768px) {
  body.__spmenu-open {
    overflow: hidden;
  }
  #header_2021 .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75px;
    position: relative;
    z-index: 10;
  }
  #header_2021 .logo a {
    display: block;
    margin: 0 auto;
    -ms-align-items: center;
    align-items: center;
    padding: 0 15px;
  }
  #header_2021 .logo img {
    width: 116px;
  }
  #header_2021 .logo span {
    margin-top: 12px;
    font-size: 0.9rem;
  }
  #header_2021 .nav_btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 75px;
    height: 50px;
    cursor: pointer;
    z-index: 8500;
    transition: background 0.5s, height 0.5s;
  }
  .head-min #header_2021 .nav_btn {
    height: 75px;
  }
  body.__spmenu-open #header_2021 .nav_btn {
    height: 75px;
  }
  #header_2021 .nav_btn:before {
    content: "";
    display: block;
    margin: auto;
    box-sizing: border-box;
    border: 2px solid transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: background 0.5s, border 0.5s;
  }
  .head-min #header_2021 .nav_btn:before {
    background-color: #fff;
    border-color: #44c4a4;
  }
  body.__spmenu-open #header_2021 .nav_btn:before {
    background-color: #44c4a4;
  }
  #header_2021 .nav_btn > *,
#header_2021 .nav_btn > :after,
#header_2021 .nav_btn > :before {
    display: block;
    margin: auto;
    width: 32px;
    height: 2px;
    background-color: #44c4a4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #header_2021 .nav_btn > :after,
#header_2021 .nav_btn > :before {
    content: "";
    transition: transform 0.5s, background 0.5s;
  }
  #header_2021 .nav_btn > :before {
    transform: translateY(-8px);
  }
  #header_2021 .nav_btn > :after {
    transform: translateY(8px);
  }
  body.__spmenu-open #header_2021 .nav_btn > :after,
body.__spmenu-open #header_2021 .nav_btn > :before {
    background-color: #fff;
  }
  body.__spmenu-open #header_2021 .nav_btn > :before {
    transform: rotate(45deg);
  }
  body.__spmenu-open #header_2021 .nav_btn > :after {
    transform: rotate(-45deg);
  }
  #header_2021 nav {
    padding: 50px 20px 100px;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #44c4a4;
    transform: translateX(110%);
    transition: transform 0.3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 8400;
  }
  body.__spmenu-open #header_2021 nav {
    transform: translateX(0);
  }
  #header_2021 nav .logo_w {
    display: block;
    text-align: center;
  }
  #header_2021 nav .keyword_search_form_2021 {
    margin-top: 32px;
  }
  #header_2021 .spmenu_category_list {
    margin-top: 20px;
  }
  #header_2021 .spmenu_category_list a {
    display: block;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    font-feature-settings: "palt";
    position: relative;
  }
  #header_2021 .spmenu_category_list a[href] {
    text-decoration: none;
  }
  #header_2021 .spmenu_category_list > .main {
    border-bottom: 2px solid #fff;
  }
  #header_2021 .spmenu_category_list > .main a {
    padding: 14px 0 12px 0;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
  #header_2021 .spmenu_category_list > .sub {
    border-bottom: 1px solid #fff;
  }
  #header_2021 .spmenu_category_list > .sub a {
    padding: 18px 16px 16px 24px;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
  }
  #header_2021 .spmenu_category_list .sub a[href]:after {
    content: "";
    display: block;
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s !important;
  }
}
#pagetop {
  margin: 0 0 0 auto;
  padding: 25px;
  width: 100px;
  height: 100px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.3s;
}

body.head-min #pagetop {
  transform: translateY(0);
}

#pagetop a {
  display: block;
  border: 2px solid #21b086;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  transition: background 0.3s;
}

#pagetop a:after {
  content: "";
  display: block;
  margin: auto;
  border-top: 2px solid #21b086;
  border-left: 2px solid #21b086;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  transition: border 0.5s;
}

@media print {
  #pagetop {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #pagetop {
    margin-top: 110px;
  }
  #pagetop a:hover {
    background-color: #21b086;
  }
  #pagetop a:hover:after {
    border-top-color: #fff;
    border-left-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #pagetop {
    padding: 10px;
    width: 70px;
    height: 70px;
    bottom: env(safe-area-inset-bottom);
  }
}
#page-top {
  display: none;
}

#footer_2021 {
  padding-bottom: 16px;
  background-color: #f4f4f4;
  color: #1e1e1e;
}

#footer_2021 a[href] {
  text-decoration: none;
  font-feature-settings: "palt";
  color: inherit;
}

#footer_2021 .top_contents {
  border-bottom: 1px solid #fff;
}

#footer_2021 .top_contents .logo a {
  transition: opacity 0.3s;
}

#footer_2021 .top_contents .logo img {
  width: 138px;
  height: auto;
}

#footer_2021 .bottom_contents {
  padding: 30px 0 60px;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

.bottom_menu_list {
  display: flex;
}

#footer_2021 .bottom_submenu a[href] {
  color: #21b086;
}

#footer_2021 .bottom_submenu a[href][target=_blank] i {
  display: inline-block;
  margin: 0 0 2px 5px;
  width: 11px;
  height: 8px;
  border: 1px solid;
  position: relative;
}

#footer_2021 .bottom_submenu a[href][target=_blank] i:after {
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: -4px;
  bottom: -4px;
}

#footer_2021 .copyright {
  font-size: 1.1rem;
  text-align: right;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px), print {
  #footer_2021 .top_contents {
    padding: 50px 0;
  }
  #footer_2021 a[href]:hover {
    text-decoration: underline;
  }
  #footer_2021 .contents_wrap {
    margin: 0 auto;
    padding: 0 30px;
    width: 1200px;
    max-width: 100%;
  }
  #footer_2021 .top_contents .contents_wrap {
    display: flex;
    justify-content: space-between;
  }
  #footer_2021 .top_contents .logo {
    width: 230px;
  }
  #footer_2021 .top_contents .logo a:hover {
    opacity: 0.7;
  }
  .footer_category_list a[href] {
    display: inline-block;
    padding: 5px;
    letter-spacing: 0.12em;
  }
  .footer_category_list .main {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .footer_category_list .main + .sub {
    margin-top: 8px;
  }
  .footer_category_list .sub {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .footer_category_list .sub + .sub {
    margin-top: 4px;
  }
  #footer_2021 .bottom_contents .contents_wrap {
    display: flex;
    justify-content: center;
  }
  .bottom_menu_list li + li {
    margin-left: 28px;
  }
  #footer_2021 .bottom_submenu {
    font-weight: 500;
  }
  #footer_2021 .copyright {
    margin-right: 24px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  #footer_2021 {
    padding-bottom: 16px;
  }
  #footer_2021 .top_contents .logo {
    text-align: center;
  }
  #footer_2021 .top_contents .logo a {
    display: block;
    padding: 26px 0 26px;
  }
  #footer_2021 .bottom_contents {
    padding: 24px 0 42px;
    font-size: 1.1rem;
  }
  #footer_2021 .bottom_menu_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer_2021 .bottom_menu_list a {
    display: block;
    padding: 8px 16px;
  }
  #footer_2021 .bottom_submenu {
    margin-top: 20px;
    text-align: center;
  }
  #footer_2021 .bottom_submenu a[href][target=_blank] i {
    margin: 0 0 1px 6px;
    width: 9px;
    height: 7px;
  }
  #footer_2021 .bottom_submenu a[href][target=_blank] i:after {
    content: "";
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border-right: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    right: -3px;
    bottom: -3px;
  }
  #footer_2021 .copyright {
    font-size: 0.9rem;
    text-align: center;
  }
}
.keyword_search_form_2021 {
  position: relative;
  padding: 1px;
  background: #efefef;
  border-radius: 100px;
  overflow: hidden;
}

.keyword_search_form_2021 input {
  padding: 0 44px 0 16px;
  border-radius: 100px;
  border: none;
  height: 36px;
  font-size: 1.4rem;
  background: 0 0;
  color: #fff;
  font-weight: 700;
}

.keyword_search_form_2021 ::-webkit-input-placeholder {
  color: #6d6d6d;
  font-size: 1.3rem;
}

.keyword_search_form_2021 :-ms-input-placeholder {
  color: #6d6d6d;
  font-size: 1.3rem;
}

.keyword_search_form_2021 ::-moz-placeholder {
  color: #6d6d6d;
  font-size: 1.3rem;
}

.keyword_search_form_2021 button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
}

.keyword_search_form_2021 button:before {
  content: "";
  display: block;
  margin: auto 0;
  width: 0;
  height: calc(100% - 16px);
  border-left: 1px solid #acacac;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.keyword_search_form_2021 button svg {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  fill: #616161;
}

@media screen and (min-width: 769px), print {
  .keyword_search_form_2021 {
    margin-left: 15px;
  }
  .keyword_search_form_2021 input {
    width: 222px;
  }
  .keyword_search_form_2021 input::-webkit-input-placeholder {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .keyword_search_form_2021 input:-ms-input-placeholder {
    -ms-transition: color 0.3s;
    transition: color 0.3s;
  }
  .keyword_search_form_2021 input::-moz-placeholder {
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .keyword_search_form_2021 input:focus {
    background-color: #fff;
    color: #000;
  }
  .keyword_search_form_2021 input:focus::-webkit-input-placeholder {
    color: #fff;
  }
  .keyword_search_form_2021 input:focus:-ms-input-placeholder {
    color: #fff;
  }
  .keyword_search_form_2021 input:focus::-moz-placeholder {
    color: #fff;
  }
  .keyword_search_form_2021 input:not(:-moz-placeholder-shown) {
    background-color: #fff;
    color: #000;
  }
  .keyword_search_form_2021 input:not(:-ms-input-placeholder) {
    background-color: #fff;
    color: #000;
  }
  .keyword_search_form_2021 input:not(:placeholder-shown) {
    background-color: #fff;
    color: #000;
  }
  .keyword_search_form_2021 input:focus + button svg {
    fill: #44c489;
  }
  .keyword_search_form_2021 input:not(:-moz-placeholder-shown) + button svg {
    fill: #44c489;
  }
  .keyword_search_form_2021 input:not(:-ms-input-placeholder) + button svg {
    fill: #44c489;
  }
  .keyword_search_form_2021 input:not(:placeholder-shown) + button svg {
    fill: #44c489;
  }
  body.init .keyword_search_form_2021 input {
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  }
  body.init .keyword_search_form_2021 button svg {
    transition: fill 0.2s ease-in-out;
  }
  .keyword_search_form_2021 button {
    transition: background 0.3s;
  }
  .keyword_search_form_2021 button:hover {
    background-color: #44c489;
  }
  .keyword_search_form_2021 button:hover svg {
    fill: #fff;
  }
  .keyword_search_form_2021 input:focus + button:hover svg {
    fill: #fff;
  }
  .keyword_search_form_2021 input:not(:-moz-placeholder-shown) + button:hover svg {
    fill: #fff;
  }
  .keyword_search_form_2021 input:not(:-ms-input-placeholder) + button:hover svg {
    fill: #fff;
  }
  .keyword_search_form_2021 input:not(:placeholder-shown) + button:hover svg {
    fill: #fff;
  }
}
@media screen and (max-width: 768px) {
  .keyword_search_form_2021 {
    margin-bottom: 20px;
    padding: 0;
    background-color: #fff;
  }
  .keyword_search_form_2021 input {
    padding: 0 72px 0 20px;
    width: 100%;
    height: 54px;
    color: #000;
    font-size: 16px;
  }
  .keyword_search_form_2021 ::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .keyword_search_form_2021 :-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .keyword_search_form_2021 ::-moz-placeholder {
    font-size: 1.3rem;
  }
  .keyword_search_form_2021 button {
    width: 62px;
  }
  .keyword_search_form_2021 button:before {
    height: calc(100% - 24px);
  }
  .keyword_search_form_2021 button svg {
    width: 20px;
    height: 20px;
    position: relative;
    left: -2px;
  }
}
#content_2021 {
  color: #1e1e1e;
}

@media screen and (min-width: 769px), print {
  #content_2021 {
    position: relative;
  }
  ._column_main {
    position: relative;
  }
  ._pc_column_w {
    width: 1220px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  ._pc_column_main_w {
    width: 720px;
    position: relative;
    z-index: 1;
  }
  .column_side_wrap {
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .column_side_wrap > .column_side_2021 {
    margin: 50px 0 60px auto;
    width: 330px;
    max-width: calc(100% - 1140px + 380px);
    top: 0;
  }
  .author .column_side_wrap > .column_side_2021,
.category .column_side_wrap > .column_side_2021,
.page .column_side_wrap > .column_side_2021,
.paged .column_side_wrap > .column_side_2021,
.search .column_side_wrap > .column_side_2021,
.single .column_side_wrap > .column_side_2021,
.tag .column_side_wrap > .column_side_2021 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #content_2021 {
    margin: 0 20px;
  }
}
@media screen and (min-width: 769px), print {
  .side_contents + .side_contents {
    margin-top: 48px;
  }
  .column_side_2021 {
    display: flex;
    flex-direction: column;
  }
  .side_contents.-banner a:hover {
    opacity: 0.8;
  }
  .side_contents.-recommend {
    order: 2;
  }
  .side_contents.-app {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .side_contents {
    padding-top: 56px;
  }
}
.side_title {
  padding: 7px 0 16px 36px;
  border-bottom: 2px solid;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.side_contents.-category .side_title,
.side_contents.-tag .side_title {
  border-bottom-color: #42bc98;
}

.side_contents.-category .side_title {
  background-image: url(../img/2021/sideber_ico_category.svg);
}

.side_contents.-tag .side_title {
  background-image: url(../img/2021/sideber_ico_tag.svg);
}

.side_contents.-recommend .side_title {
  background-image: url(../img/2021/sidebar_ico_recommend.svg);
  border-bottom-color: #f6848c;
}

.side_title + * {
  margin-top: 16px;
}

.side_contents.-tag .side_tag_button {
  display: none;
}

.side_contents.-tag .side_tag_body {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .side_title + * {
    margin-top: 24px;
  }
  .side_contents.-tag .side_tag_head {
    position: relative;
  }
  .side_contents.-tag .side_tag_body {
    margin-top: 24px;
  }
  .side_contents.-tag.side_accordion .side_tag_body {
    display: none;
  }
  .side_contents.-tag.side_accordion .side_tag_button {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .side_contents.-tag.side_accordion .side_tag_button::before {
    position: absolute;
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #21b086;
    border-radius: 50%;
  }
  .side_contents.-tag.side_accordion .side_tag_button::after {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-1px) rotate(45deg);
    transition: transform 0.3s;
  }
  .side_contents.-tag.side_accordion .side_tag_button.open::after {
    transform: translateY(3px) rotate(-135deg);
  }
}
.side_category_list + .side_category_list {
  margin-top: 12px;
}

.side_category_list a {
  display: block;
  padding: 13px 16px 10px 0;
  font-weight: 700;
  line-height: 1.4;
  font-feature-settings: "palt";
  position: relative;
}

.side_category_list a[href] {
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.side_category_list a[href]:after {
  content: "";
  display: block;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #42bc98;
  border-right: 2px solid #42bc98;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s !important;
}

.side_category_list > .main a {
  font-size: 1.6rem;
  color: #1e1e1e;
  letter-spacing: 0.07em;
}

.side_category_list > .sub a {
  font-size: 1.4rem;
  color: #616161;
  letter-spacing: 0.12em;
}

.side_category_list .side_category_button {
  display: none;
}

@media screen and (min-width: 769px), print {
  .side_category_list > .main,
.side_category_list > .sub li {
    border-bottom: 1px solid #f0f0f0;
  }
  .side_category_list > .sub a {
    padding-left: 24px;
  }
  .side_category_list a[href]:hover {
    color: #42bc98;
  }
  .side_category_list a[href]:hover:after {
    transform: rotate(45deg) translate(3px, -3px);
  }
}
@media screen and (max-width: 768px) {
  .side_category_list {
    display: flex;
    flex-wrap: wrap;
  }
  .side_category_list + .side_category_list {
    margin-top: 12px;
  }
  .side_category_list > .main,
.side_category_list > .sub {
    box-sizing: border-box;
  }
  .side_category_list._sp_row1 > .sub,
.side_category_list._sp_row2 > .sub,
.side_category_list > .main {
    width: 100%;
  }
  .side_category_list._sp_row2 > .sub ul {
    display: flex;
    flex-wrap: wrap;
  }
  .side_category_list._sp_row2 > .sub ul li {
    width: 50%;
  }
  .side_category_list._sp_row2 > .sub ul li:nth-of-type(odd):last-child {
    width: 100%;
    text-align: center;
  }
  .side_category_list > .main {
    position: relative;
    border-bottom: 1px solid #21b086;
  }
  .side_category_list.side_accordion > .sub {
    display: none;
  }
  .side_category_list > .sub li {
    border-right: 1px solid #21b086;
    border-left: 1px solid #21b086;
    border-bottom: 1px solid #21b086;
  }
  .side_category_list._sp_row2 > .sub li:nth-of-type(even) {
    border-left: 0;
  }
  .side_category_list > .main a {
    padding-top: 8px;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  .side_category_list > .main a:before {
    content: "";
    display: block;
    margin-top: 6px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #21b086;
    position: absolute;
    left: 0;
  }
  .side_category_list > .main a:after {
    content: none;
  }
  .side_category_list > .sub a {
    padding: 18px 16px;
    font-size: 1.4rem;
  }
  .side_category_list > .sub a:after {
    width: 8px;
    height: 8px;
    right: 12px;
  }
  .side_accordion .side_category_button {
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .side_accordion .side_category_button::before {
    position: absolute;
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #21b086;
    border-radius: 50%;
  }
  .side_accordion .side_category_button::after {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-1px) rotate(45deg);
    transition: transform 0.3s;
  }
  .side_accordion .side_category_button.open::after {
    transform: translateY(3px) rotate(-135deg);
  }
}
.side_tag_list a {
  display: block;
  padding: 13px 16px 10px 42px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #616161;
  font-feature-settings: "palt";
  position: relative;
}

.side_tag_list a:before {
  content: "#";
  margin-top: -2px;
  font-size: 1.6rem;
  font-family: Lato;
  font-weight: 700;
  color: #42bc98;
  position: absolute;
  left: 24px;
}

.side_tag_list a[href] {
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

@media screen and (min-width: 769px), print {
  .side_tag_list a[href]:after {
    content: "";
    display: block;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #42bc98;
    border-right: 2px solid #42bc98;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s !important;
  }
  .side_tag_list > * {
    border-bottom: 1px solid #f0f0f0;
  }
  .side_tag_list > .sub a {
    padding-left: 24px;
  }
  .side_tag_list a[href]:hover {
    color: #42bc98;
  }
  .side_tag_list a[href]:hover:after {
    transform: rotate(45deg) translate(3px, -3px);
  }
}
@media screen and (max-width: 768px) {
  .side_tag_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
  }
  .side_tag_list .tag {
    margin: 5px;
  }
  .side_tag_list .tag a {
    border-radius: 100px 100px;
    padding: 8px 16px 8px 32px;
    background-color: #f4f4f4;
    font-size: 1.3rem;
  }
  .side_tag_list .tag a:before {
    font-size: 1.5rem;
    left: 20px;
  }
}
.side_recommend_list .recommend_post > a {
  padding: 16px 0;
  font-feature-settings: "palt";
}

.side_recommend_list .recommend_post > a[href] {
  text-decoration: none;
  color: inherit;
}

.side_recommend_list .recommend_post .post_img {
  width: 125px;
  position: relative;
  transition: opacity 0.3s;
  position: relative;
  overflow: hidden;
}

.side_recommend_list .recommend_post .post_img img {
  transition: transform 0.3s;
}

.side_recommend_list .recommend_post .post_number {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #a5a5a5;
  width: 22px;
  height: 22px;
  transition: color 0.3s;
}

.side_recommend_list .recommend_post.-top3 .post_number {
  border-color: #f56e78;
  color: #f56e78;
}

.side_recommend_list .recommend_post .post_title {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
  transition: color 0.3s;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .side_recommend_list .recommend_post {
    border-bottom: 1px solid #f0f0f0;
  }
  .side_recommend_list .recommend_post:nth-child(n+6) {
    display: none;
  }
  .side_recommend_list .recommend_post > a {
    display: flex;
  }
  .side_recommend_list .recommend_post > a .post_img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 3px solid #f5498f;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
  }
  .side_recommend_list .recommend_post > a[href]:hover {
    opacity: 1;
  }
  .side_recommend_list .recommend_post > a[href]:hover .post_img {
    opacity: 0.7;
  }
  .side_recommend_list .recommend_post > a[href]:hover .post_img:after {
    opacity: 1;
  }
  .side_recommend_list .recommend_post > a[href]:hover .post_img img {
    transform: scale(1.05);
  }
  .side_recommend_list .recommend_post > a[href]:hover .post_number,
.side_recommend_list .recommend_post > a[href]:hover .post_title {
    color: #f56e78;
    border-color: #f56e78;
  }
  .side_recommend_list .recommend_post .post_img {
    height: 83px;
  }
  .side_recommend_list .recommend_post .post_text_box {
    flex: 1;
    margin-left: 16px;
  }
  .side_recommend_list .recommend_post .post_title {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .side_contents.-recommend {
    overflow: hidden;
  }
  .side_recommend_list {
    display: flex;
  }
  .side_contents.-recommend .swiper-container {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 230px;
    position: relative;
    overflow: visible;
  }
  .side_recommend_list .recommend_post .post_img {
    padding-bottom: 66%;
    width: 100%;
  }
  .side_recommend_list .recommend_post .post_text_box {
    margin-top: 10px;
    position: relative;
  }
  .side_recommend_list .recommend_post .post_number {
    font-size: 1.6rem;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  .side_recommend_list .recommend_post .post_title {
    padding-left: 40px;
    margin-top: 7px;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.07em;
    transition: color 0.3s;
  }
  .side_contents.-recommend .swiper-container .__slidebtn {
    width: 32px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 30px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
  }
  .side_contents.-recommend .swiper-container.swiper-container-horizontal .__slidebtn {
    opacity: 1;
    pointer-events: auto;
  }
  .side_contents.-recommend .swiper-container .__slidebtn:before {
    content: "";
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .side_contents.-recommend .swiper-container .__slidebtn._prev {
    left: 0;
  }
  .side_contents.-recommend .swiper-container .__slidebtn._prev:before {
    left: 5px;
    transform: rotate(225deg);
  }
  .side_contents.-recommend .swiper-container .__slidebtn._next {
    left: calc(100vw - 32px);
  }
  .side_contents.-recommend .swiper-container .__slidebtn._next:before {
    right: 5px;
    transform: rotate(45deg);
  }
}
#appList .side_title {
  background-image: url(../img/2021/sideber_ico_app.svg);
  border-bottom-color: #42bc98;
  background-position: 0.2rem 0.2rem;
}
#appList .appbox ul {
  display: flex;
  flex-wrap: wrap;
}
#appList .appbox ul li {
  width: calc((100% - 2.4rem) / 4);
  margin-right: 0.8rem;
  margin-top: 1.6rem;
}
#appList .appbox ul li a {
  text-decoration: none;
  color: inherit;
}
#appList .appbox ul li img {
  width: 100%;
  height: auto;
}
#appList .appbox ul li span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 0.4rem;
}
#appList .appbox ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #appList .appbox ul li:nth-of-type(-n+4) {
    margin-top: 0.2rem;
  }
}

#indexMain_2021 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 620px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

#indexMain_2021 .main_text {
  padding-bottom: 120px;
  font-size: 3.7rem;
  font-weight: 700;
  color: #343434;
  letter-spacing: 0.31em;
  line-height: 1.72;
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  #indexMain_2021 {
    background-image: url(../img/2021/mainvisual_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  #indexMain_2021 {
    height: 220px;
    background-image: url(../img/2021/mainvisual_sp.jpg);
    position: relative;
  }
  #indexMain_2021 .main_text {
    padding-bottom: 16px;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
  }
  #indexMain_2021 .keyword_search_form_2021 {
    margin: 0 auto;
    padding: 2px;
    width: calc(100% - 40px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
  }
  #indexMain_2021 .keyword_search_form_2021 input {
    background-color: #f4f4f4;
  }
}
.index_pickup_2021 .pickup_box {
  background-color: #fff;
}

.index_pickup_2021 .pickup_title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  font-feature-settings: "palt";
}

.index_pickup_2021 .pickup_title span {
  font-size: 3.2rem;
  color: #f56e78;
}

.index_pickup_2021 .pickup_list {
  margin-top: 32px;
}

.index_pickup_2021 .pickup_post a {
  padding-bottom: 24px;
}

.index_pickup_2021 .pickup_post .post_img ~ * {
  padding-left: 30px;
  padding-right: 30px;
}

.index_pickup_2021 .pickup_post .post_img {
  overflow: hidden;
}

.index_pickup_2021 .pickup_post .post_number {
  margin-top: 25px;
  color: #f56e78;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

.index_pickup_2021 .pickup_post .post_number small {
  margin-right: 7px;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  vertical-align: 45%;
}

.index_pickup_2021 .pickup_post .post_type {
  margin-top: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.index_pickup_2021 .pickup_post .post_title {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.07em;
  font-weight: 500;
}

@media screen and (min-width: 769px), print {
  .index_pickup_2021 {
    padding-bottom: 50px;
  }
  .index_pickup_2021 .pickup_box {
    padding-top: 50px;
    margin-top: -146px;
  }
  .index_pickup_2021 .pickup_title span {
    margin-right: 24px;
  }
  .index_pickup_2021 .pickup_list {
    display: flex;
    justify-content: space-between;
  }
  .index_pickup_2021 .pickup_post {
    width: 345px;
  }
  .index_pickup_2021 .pickup_post .post_img {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .index_pickup_2021 {
    padding-top: 82px;
  }
  .index_pickup_2021 .pickup_title {
    font-size: 1.6rem;
  }
  .index_pickup_2021 .pickup_title span {
    display: block;
    margin-bottom: 10px;
    font-size: 2.7rem;
  }
  .index_pickup_2021 .pickup_post + .pickup_post {
    margin-top: 20px;
  }
  .index_pickup_2021 .pickup_post .post_img {
    padding-bottom: 66%;
  }
  .index_pickup_2021 .pickup_post .post_img ~ * {
    padding-left: 28px;
    padding-right: 28px;
  }
  .index_pickup_2021 .pickup_post .post_number {
    margin-top: 24px;
    font-size: 2rem;
  }
  .index_pickup_2021 .pickup_post .post_number small {
    margin-right: 8px;
    padding-bottom: 2px;
    font-size: 1.2rem;
  }
  .index_pickup_2021 .pickup_post .post_type {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .index_pickup_2021 .pickup_post .post_title {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.index_search_nav .search_nav_list {
  display: flex;
  border-top: 1px solid #d2d2d2;
  padding-top: 40px;
  padding-bottom: 44px;
}

.index_search_nav .search_nav_list_item a {
  display: flex;
  align-items: center;
  border: 1px solid;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-feature-settings: "palt";
  position: relative;
  transition: color 0.3s, background 0.5s;
}

.index_search_nav .search_nav_list_item a span.wrap {
  margin-top: 10px;
}

.index_search_nav .search_nav_list_item a span.wrap > span:first-child:last-child {
  display: block;
  margin-top: -5px;
}

.index_search_nav .search_nav_list_item a span:not(.wrap) {
  font-size: 1.9rem;
}

.index_search_nav .search_nav_list_item a[href]:after {
  content: "";
  display: block;
  margin: 0 auto;
  border-right: 2px solid #21b086;
  border-bottom: 2px solid #21b086;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  transition: transform 0.3s;
}

@media screen and (min-width: 769px), print {
  .index_search_nav .search_nav_list {
    justify-content: space-between;
  }
  .index_search_nav .search_nav_list_item {
    width: 134px;
    height: 134px;
  }
  .index_search_nav .search_nav_list_item a[href]:hover {
    color: #fff;
    background-color: #21b086;
  }
  .index_search_nav .search_nav_list_item a[href]:hover:after {
    transform: rotate(45deg) translate(3px, 3px);
  }
}
@media screen and (max-width: 768px) {
  .index_search_nav .search_nav_list {
    flex-wrap: wrap;
  }
  .index_search_nav .search_nav_list_item {
    width: calc(33.3333333333% - 8px);
    height: calc(33.3333333333vw - 22px);
  }
  .index_search_nav .search_nav_list_item:not(:nth-child(3n+1)) {
    margin-left: 12px;
  }
  .index_search_nav .search_nav_list_item:not(:nth-child(-n+3)) {
    margin-top: 32px;
  }
  .index_search_nav .search_nav_list_item a {
    font-size: 1.1rem;
  }
  .index_search_nav .search_nav_list_item a[href]:after {
    border-right-width: 1px;
    border-bottom-width: 1px;
    width: 7px;
    height: 7px;
    bottom: -16px;
  }
  .index_search_nav .search_nav_list_item a span.wrap {
    margin-top: 5px;
  }
  .index_search_nav .search_nav_list_item a span:not(.wrap) {
    font-size: 1.5rem;
  }
  .index_search_nav .search_nav_list_item a span.wrap > span:first-child:last-child {
    margin-top: -8px;
  }
}
.index_section_title {
  position: relative;
  padding: 6px 0 0 60px;
  min-height: 48px;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  line-height: 1;
  font-feature-settings: "palt";
}

.index_section_title:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.index_section_title > small {
  display: block;
  margin: 4px 0 0 3px;
  font-size: 1.2rem;
}

.index_section_title.-search > small {
  color: #21b086;
}

.index_section_title.-archive > small {
  color: #f56e78;
}

.index_section_title.-search:before {
  background-color: #21b086;
  background-image: url(../img/2021/section_ico_search.svg);
}

.index_section_title.-archive:before {
  background-color: #f56e78;
  background-image: url(../img/2021/section_ico_archive.svg);
}

.index_section_title + * {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .index_section_title {
    padding: 4px 0 0 48px;
    min-height: 40px;
    font-size: 1.8rem;
  }
  .index_section_title:before {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
  .index_section_title > small {
    margin: 5px 0 0 2px;
    font-size: 1rem;
  }
  .index_section_title.-search > small {
    color: #21b086;
  }
  .index_section_title.-archive > small {
    color: #f56e78;
  }
  .index_section_title + * {
    margin-top: 16px;
  }
}
.index_search > ._pc_column_main_w {
  padding-top: 36px;
  padding-bottom: 52px;
}

.index_search .search_list {
  display: flex;
  flex-wrap: wrap;
}

.index_search .search_post .post_type {
  padding: 15px 0;
  background-color: #efefef;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  position: relative;
}

.index_search .search_post .post_type:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #efefef;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.index_search .search_post .post_type span {
  margin: 0 4px;
  color: #21b086;
  font-size: 1.7rem;
}

.index_search .search_post .post_link {
  margin-top: 11px;
}

@media screen and (min-width: 769px), print {
  .index_search ._block_link:after {
    border-color: #21b086;
  }
  .index_search + .index_search ._pc_column_main_w {
    border-top: 1px solid #d2d2d2;
  }
  .index_search .search_post {
    width: calc(33.3333333333% - 20px);
  }
  .index_search .no_slide .search_post:not(:nth-child(3n+1)),
.index_search .search_post:not(.swiper-slide):not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
  .index_search .search_post:not(.swiper-slide):not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
  .index_search .search_post .post_type {
    height: 46px;
  }
  .index_search .search_post .post_link {
    height: 147px;
  }
  .index_search .swiper-container {
    margin-bottom: -6px;
    margin-left: -20px;
    padding: 0 20px 6px;
    width: calc(100% + 40px);
    height: 210px;
  }
  .index_search .swiper-container .search_list.swiper-wrapper {
    flex-wrap: nowrap;
  }
  .index_search .swiper-container .__slidebtn {
    width: 32px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 40px;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .index_search .swiper-container .__slidebtn:hover {
    background-color: #21b086;
  }
  .index_search .swiper-container.swiper-container-horizontal .__slidebtn {
    opacity: 1;
    pointer-events: auto;
  }
  .index_search .swiper-container .__slidebtn:before {
    content: "";
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .index_search .swiper-container .__slidebtn._prev {
    left: 0;
  }
  .index_search .swiper-container .__slidebtn._prev:before {
    left: 5px;
    transform: rotate(225deg);
  }
  .index_search .swiper-container .__slidebtn._next {
    right: 0;
  }
  .index_search .swiper-container .__slidebtn._next:before {
    right: 5px;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .index_search > ._pc_column_main_w {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index_search .search_list {
    display: flex;
    flex-wrap: wrap;
  }
  .index_search .search_post {
    width: calc(50% - 8px);
  }
  .index_search .search_post:not(.swiper-slide):not(:nth-child(2n+1)) {
    margin-left: 16px;
  }
  .index_search .search_post:not(.swiper-slide):not(:nth-child(-n+2)) {
    margin-top: 18px;
  }
  .index_search .search_post .post_type {
    padding: 10px 0;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .index_search .search_post .post_type span {
    display: block;
    margin: 0 4px;
    font-size: 1.5rem;
  }
  .index_search .search_post .post_link {
    margin-top: 10px;
    padding-bottom: 66%;
  }
}
.index_search .purpose_link {
  color: #fff;
  text-align: center;
  height: 172px;
}

.index_search .purpose_link:after {
  content: none;
}

.index_search .purpose_link .link_text_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 94px;
  height: 100%;
  transition: width 0.3s;
}

.index_search .purpose_link .link_type {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.index_search .purpose_link .link_type span {
  display: block;
  margin-bottom: 8px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
}

.index_search .purpose_link .link_type_en {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  position: absolute;
  left: 0;
  bottom: 10px;
}

@media screen and (min-width: 769px), print {
  .index_search .purpose_list {
    display: flex;
    justify-content: space-between;
  }
  .index_search .purpose_link {
    width: calc(33.3333333333% - 20px);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .index_search .purpose_link:hover {
    opacity: 1;
  }
  .index_search .link_text_wrap {
    position: absolute;
  }
  .index_search .purpose_link:hover .link_text_wrap {
    width: 100%;
  }
  .index_search .purpose_link.-love {
    background-image: url(../img/2021/purpose_love_img_pc.jpg);
  }
  .index_search .purpose_link.-marriage {
    background-image: url(../img/2021/purpose_marriage_img_pc.jpg);
  }
  .index_search .purpose_link.-remarriage {
    background-image: url(../img/2021/purpose_remarriage_img_pc.jpg);
  }
  .index_search .purpose_link.-love .link_text_wrap {
    background-color: rgba(67, 194, 185, 0.8);
  }
  .index_search .purpose_link.-marriage .link_text_wrap {
    background-color: rgba(255, 132, 140, 0.8);
  }
  .index_search .purpose_link.-remarriage .link_text_wrap {
    background-color: rgba(245, 140, 68, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .index_search .purpose_link {
    height: 110px;
  }
  .index_search .purpose_link + .purpose_link {
    margin-top: 12px;
  }
  .index_search .purpose_link:before {
    content: "";
    display: block;
    width: calc(100% - 130px);
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 130px;
  }
  .index_search .purpose_link.-love:before {
    background-image: url(../img/2021/purpose_love_img_sp.jpg);
  }
  .index_search .purpose_link.-marriage:before {
    background-image: url(../img/2021/purpose_marriage_img_sp.jpg);
  }
  .index_search .purpose_link.-remarriage:before {
    background-image: url(../img/2021/purpose_remarriage_img_sp.jpg);
  }
  .index_search .purpose_link .link_text_wrap {
    width: 130px;
    position: relative;
  }
  .index_search .purpose_link.-love .link_text_wrap {
    background-color: #43c2b9;
  }
  .index_search .purpose_link.-marriage .link_text_wrap {
    background-color: #ff848c;
  }
  .index_search .purpose_link.-remarriage .link_text_wrap {
    background-color: #f58c44;
  }
  .index_search .purpose_link .link_type {
    padding-bottom: 10px;
    font-size: 1.1rem;
  }
  .index_search .purpose_link .link_type span {
    display: block;
    margin-bottom: 6px;
    padding-bottom: 4px;
    font-size: 1.9rem;
  }
  .index_search .purpose_link .link_type_en {
    font-size: 1rem;
  }
}
.index_post_2021 .archive_post {
  padding: 20px 24px 6px 190px;
  min-height: 112px;
  position: relative;
}

.index_post_2021 .archive_post + .archive_post {
  margin-top: 16px;
}

.index_post_2021 .archive_post .post_img_link {
  display: block;
  width: 168px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index_post_2021 .archive_post .post_title_link {
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-decoration: none;
  font-feature-settings: "palt";
}

.index_post_2021 .archive_post .post_entry_meta {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.index_post_2021 .archive_post .post_entry_meta .date {
  flex-shrink: 0;
  padding-left: 20px;
  width: 106px;
  color: #8e8e8e;
  background-image: url(../img/2021/achive_ico_date.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.index_post_2021 .archive_post .post_entry_meta .date.mod {
  background-image: url(../img/ico_undo.png);
}

.index_post_2021 .archive_post .post_entry_meta .category {
  color: #f56e78;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 769px), print {
  .index_post_2021 .index_post_wrap {
    padding-top: 40px;
    background-color: #f4f4f4;
  }
  .index_post_wrap {
    display: block;
    padding-bottom: 2px;
    background-image: url(../img/2021/news_bg_left_top.png), url(../img/2021/news_bg_right_top.png), url(../img/2021/news_bg_right_bottom.png?);
    background-position: left top, right top, right bottom;
    background-repeat: no-repeat;
  }
  .paged .index_post_wrap {
    background: 0 0 !important;
    padding-top: 0 !important;
  }
  .index_post_2021 .archive_post {
    background-color: #fff;
  }
  .index_post_2021 .archive_post .post_img_link:hover ~ .post_title_link,
.index_post_2021 .archive_post .post_title_link:hover {
    text-decoration: underline;
  }
  .index_post_2021 .archive_post .post_entry_meta .category:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .index_post_2021 {
    padding-top: 26px;
    padding-bottom: 40px;
    background-color: #f4f4f4;
  }
  .index_post_2021 .archive_post {
    box-shadow: 0 0;
    padding: 0 0 0 120px;
    min-height: 75px;
  }
  .index_post_2021 .archive_post + .archive_post {
    margin-top: 20px;
  }
  .index_post_2021 .archive_post .post_img_link {
    display: block;
    width: 112px;
    height: 75px;
    top: 2px;
  }
  .index_post_2021 .archive_post .post_title_link {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .index_post_2021 .archive_post .post_entry_meta {
    margin-top: 5px;
    font-size: 0.9rem;
  }
  .index_post_2021 .archive_post .post_entry_meta .date {
    padding-left: 12px;
    width: 75px;
    color: #8e8e8e;
    background-size: 9px;
    background-position: 0 3px;
  }
  .index_post_2021 .archive_post .post_entry_meta .category {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0;
  }
}
#searchBegginer {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #searchBegginer {
    margin-bottom: 0;
  }
}
.archive_pagenavi .wp-pagenavi > * {
  border-radius: 0;
  order: 2;
}

.archive_pagenavi .wp-pagenavi .current,
.archive_pagenavi .wp-pagenavi a {
  margin: 0 6px;
  border: none;
  background: 0 0;
  font-size: 1.7rem;
}

.archive_pagenavi .wp-pagenavi .extend {
  margin: 0 14px;
}

.archive_pagenavi .wp-pagenavi a {
  color: #1e1e1e;
  transition: color 0.3s;
}

.archive_pagenavi .wp-pagenavi .first {
  order: 1;
}

.archive_pagenavi .wp-pagenavi .nextpostslink,
.archive_pagenavi .wp-pagenavi .previouspostslink {
  padding: 0 10px;
  width: auto;
  height: 34px;
  font-size: 1.7rem;
  line-height: 30px;
  transform: none;
  font-weight: 500;
}

.archive_pagenavi .wp-pagenavi .nextpostslink:before,
.archive_pagenavi .wp-pagenavi .previouspostslink:before {
  content: none;
}

.archive_pagenavi .wp-pagenavi .previouspostslink {
  margin-right: 16px;
  order: 0;
}

.archive_pagenavi .wp-pagenavi .nextpostslink {
  margin-left: 16px;
  order: 100;
}

.archive_pagenavi .wp-pagenavi .current {
  color: #f56e78;
}

@media screen and (min-width: 769px), print {
  .archive_pagenavi {
    margin-bottom: -110px;
  }
  .archive_pagenavi .wp-pagenavi {
    margin-top: 40px;
  }
  .archive_pagenavi .wp-pagenavi a:hover {
    color: #f56e78;
  }
}
@media screen and (max-width: 768px) {
  .archive_pagenavi .wp-pagenavi {
    flex-wrap: nowrap;
    align-items: baseline;
    margin-top: 36px;
  }
  .archive_pagenavi .wp-pagenavi > * {
    border-radius: 0;
    overflow: visible;
    white-space: nowrap;
  }
  .archive_pagenavi .wp-pagenavi .current,
.archive_pagenavi .wp-pagenavi a {
    font-size: 1.4rem;
    width: 20px;
    height: 20px;
  }
  .archive_pagenavi .wp-pagenavi .extend {
    display: block;
    margin: 0 5px;
    color: #8e8e8e;
  }
  .archive_pagenavi .wp-pagenavi .first {
    order: 1;
  }
  .archive_pagenavi .wp-pagenavi .nextpostslink,
.archive_pagenavi .wp-pagenavi .previouspostslink {
    padding: 0;
    height: 20px;
    font-size: 1.4rem;
    line-height: 30px;
    transform: none;
  }
  .archive_pagenavi .wp-pagenavi .nextpostslink:before,
.archive_pagenavi .wp-pagenavi .previouspostslink:before {
    content: none;
  }
  .archive_pagenavi .wp-pagenavi .previouspostslink {
    margin-left: 0;
    margin-right: 8px;
    order: 0;
  }
  .archive_pagenavi .wp-pagenavi .nextpostslink {
    margin-right: 0;
    margin-left: 8px;
  }
  .archive_pagenavi .wp-pagenavi .current {
    color: #f56e78;
  }
}
.archive_post_2021 .archive_post {
  padding: 20px 24px 6px 190px;
  min-height: 112px;
  position: relative;
}

.archive_post_2021 .archive_post + .archive_post {
  margin-top: 16px;
}

.archive_post_2021 .archive_post .post_img_link {
  display: block;
  width: 168px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.archive_post_2021 .archive_post .post_title_link {
  color: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  text-decoration: none;
  font-feature-settings: "palt";
}

.archive_post_2021 .archive_post .post_entry_meta {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.archive_post_2021 .archive_post .post_entry_meta .date {
  flex-shrink: 0;
  padding-left: 20px;
  width: 106px;
  color: #8e8e8e;
  background-image: url(../img/2021/achive_ico_date.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.archive_post_2021 .archive_post .post_entry_meta .date.mod {
  background-image: url(../img/ico_undo.png);
}

.archive_post_2021 .archive_post .post_entry_meta .category {
  color: #f56e78;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 769px), print {
  .archive_post_2021 .archive_post {
    background-color: #fff;
  }
  .archive_post_2021 .archive_post .post_img_link:hover ~ .post_title_link,
.archive_post_2021 .archive_post .post_title_link:hover {
    text-decoration: underline;
  }
  .archive_post_2021 .archive_post .post_entry_meta .category:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .archive_post_2021 {
    padding-top: 26px;
    padding-bottom: 40px;
    background-color: #f4f4f4;
  }
  .archive_post_2021 .archive_post {
    box-shadow: 0 0;
    padding: 0 0 0 120px;
    min-height: 75px;
  }
  .archive_post_2021 .archive_post + .archive_post {
    margin-top: 20px;
  }
  .archive_post_2021 .archive_post .post_img_link {
    display: block;
    width: 112px;
    height: 75px;
    top: 2px;
  }
  .archive_post_2021 .archive_post .post_title_link {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .archive_post_2021 .archive_post .post_entry_meta {
    margin-top: 5px;
    font-size: 0.9rem;
  }
  .archive_post_2021 .archive_post .post_entry_meta .date {
    padding-left: 12px;
    width: 75px;
    color: #8e8e8e;
    background-size: 9px;
    background-position: 0 3px;
  }
  .archive_post_2021 .archive_post .post_entry_meta .category {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0;
  }
}
.page_post_2021 .mailmagazine-banner {
  margin-top: 60px;
}

.page_post_2021 .mailmagazine-banner a {
  display: block;
}

@media screen and (min-width: 769px), print {
  .page_post_2021 .mailmagazine-banner a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .page_post_2021 {
    padding-top: 26px;
    padding-bottom: 40px;
  }
  .page_post_2021 .mailmagazine-banner {
    margin-top: 40px;
  }
}
.page_post_2021.page_post_2021.page_mail_magazine #content > * {
  float: none;
}

.page_post_2021.page_mail_magazine ._pc_column_main_w {
  margin: 0 auto;
}

.archive_section_title {
  position: relative;
  padding: 6px 0 0 60px;
  min-height: 48px;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  line-height: 1;
  font-feature-settings: "palt";
}

.archive_section_title:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.archive_section_title > small {
  display: block;
  margin: 4px 0 0 3px;
  font-size: 1.2rem;
}

.archive_section_title.-search > small {
  color: #21b086;
}

.archive_section_title.-archive > small {
  color: #f56e78;
}

.archive_section_title.-search:before {
  background-color: #21b086;
  background-image: url(../img/2021/section_ico_search.svg);
}

.archive_section_title.-archive:before {
  background-color: #f56e78;
  background-image: url(../img/2021/section_ico_archive.svg);
}

.archive_section_title + * {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .archive_section_title {
    padding: 4px 0 0 48px;
    min-height: 40px;
    font-size: 1.8rem;
  }
  .archive_section_title:before {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }
  .archive_section_title > small {
    margin: 5px 0 0 2px;
    font-size: 1rem;
  }
  .archive_section_title.-search > small {
    color: #21b086;
  }
  .archive_section_title.-archive > small {
    color: #f56e78;
  }
  .archive_section_title + * {
    margin-top: 16px;
  }
}