/*
Theme Name: univenlife
Template: saitama
Theme URI: https://www.communitycom.jp/saitama/
Author: Communitycom, Inc.
Author URI: http://www.communitycom.jp/
Description: Saitama is a simple WordPress theme bulit by Bootstrap. It supports tablets and smartphones in the responsive Web design. By theme customize, setting slider you can easily.
Version: 1.2.5
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Tags: right-sidebar, custom-header, custom-menu
Text Domain: univenlife
Tested up to: 6.3.1
Requires PHP: 7.4
*/

@import url("../saitama/style.css");


/*top　mv*/
.mv-container {
  display: flex;
  width: 100%;
  height: 70vh;
  position: relative;
    max-width: 1170px;
    margin: 0 auto;	
}
.mvcon {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fdfdfd;
    background-image: radial-gradient(#c23f2b21 1px, transparent 1px);
    background-size: 10px 10px;
}
.mv-left {
  width: 45%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
    align-items: flex-start;	
  z-index: 2;
}
.mv-right {
  width: 55%;
  height: 70vh;
  overflow: hidden;
  position: relative;
}

.mv-scroll-track {
  display: flex;
  flex-direction: column;
  animation: scroll-up 20s linear infinite;
}

.mv-scroll-row {
  display: flex;
  width: 100%;
}

.mv-scroll-row.single img {
    width: calc(100% - 2rem);
    max-width: 100%;
}

.mv-scroll-row.double img {
    width: calc(100% / 2 - 2rem);
}
.mv-scroll-row img {
    margin: 1rem;
    border-radius: 5rem;
}
.mv-scroll-row img {
  height: auto;
  object-fit: cover;
  display: block;
}
@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
p.logo-life {
    background: #c23f2b;
    width: 100%;
    padding: 0.4rem;
}

.by-author {
    display: none;
}
.col-sm-4.frontbox h3,.blog h2.topictitle, .magazine-page h3,.blog h3  {
    border-bottom: 1px solid #C23F2B;
}
.col-sm-4.frontbox h3 a,.blog h2.topictitle a, .magazine-page h3,.blog h3  {
    color: #C23F2B;
    background: none;	
}
.blog h2.topictitle {
    margin-top: 0;
    border-left: 0;
}
img.img-responsive.wp-post-image {
    border-radius: 5rem;
    object-fit: contain;
}
.header .navbar-default .navbar-nav > li.active > a, .header .navbar-default .navbar-nav > li.active > a:hover {
    color: #c23f2b;
    background: unset !important;
}
ul.list-unstyled.list-inline.blog-info {
    display: none;
}
.blog h2 {
    color: #c23f2b !important;
    margin: 2rem auto 1rem;
    padding: 0;
    border-left: 5px solid;
    border-radius: unset !important;
}
.wrapper {
    background-color: #fdfdfd;
    background-image: radial-gradient(#c23f2b21 1px, transparent 1px);
    background-size: 10px 10px;
}
.container.content {
    background: #fff;
}
.headline-md {
    background: #C23F2B;
}
.headline h2 {
    color: #fff;
    padding: 1rem;
    border-bottom: unset;
}
.ran li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.ran li a:first-of-type {
    flex: 0 0 60px;
}
.ran li a:first-of-type img {
border-radius:50rem;
}
.ran li a:nth-of-type(2) {
    flex: 1;
}
p.menseki {
    font-size: 14px;
}

.col-md-3.md-margin-bottom-40.widget-area {
	display: flex;
	flex-direction: column;
}
.headline.headline-md {
    order: 0;
}
ul.ran {
    order: 1;
}
ul.ran li:before {
    content: none !important;
}
.single img.attachment-full.size-full.wp-post-image {
    height: 40rem;
    object-fit: cover;
}
figure#attachment_177 {
    font-size: 12px !important;
    line-height: 1.3;
    word-wrap: break-word;
}
.ran li a:first-of-type img {
    border-radius: 50rem;
    height: 60px;
}
.header-v1 .navbar-toggle, .header-v1 .navbar-default .navbar-toggle:hover{
    background: #C2402B !important;
}

a.sp {
    display: none;
}

@media (max-width: 991px) {
.mv-left {
    background: #ffffff66;
    width: 100%;
    position: absolute;
    height: 50vh;
}
.mv-right,.mv-container {
    width: 100%;
    height: 50vh;
}
.mvcon {
    margin-bottom: 2rem;
}
a.pc {
    display: none;
}
a.sp {
        display: block;
        width: 80%;
    }
img.life {
        background: #c23f2b;
        padding: 0.25rem 0.5rem;
    }
.navbar.navbar-default.mega-menu {
    border-bottom: 5px solid #c23f2b;
}
a.sp img.life {
    padding-right: 50%;
}
img.image.wp-image-115.attachment-full.size-full {
    margin: 0 auto;
    display: block;
}
ul.pull-right.breadcrumb {
    display: flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.single img.attachment-full.size-full.wp-post-image {
    height: 30rem;
}
h2 {
    font-size: 20px;
    line-height: 1.4;
}
body {
    font-size: 15px;
}
.magazine-page h3 {
    margin: 2rem auto 1rem !important;
}
}
