@charset "UTF-8";
/*
    Template: swell
    Theme Name: LOFIR
    Theme URI: https://lofir.net
    Description: 合同会社LOFIR
    Version: 1.0.1
    Author: LOFIR inc
    Author URI: https://lofir.net

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* サイト全体 */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@700&display=swap');

body {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 960px){
  .-series .l-header__logo {
    padding: 24px 0;
  }  
}

@media (max-width: 959px){
  .l-header__logo {
    padding-top: 4px;
    padding-bottom: 4px;
  }  
}

/* ヘッダーのカスタマイズ 

@media (max-width: 959px) {
  .header-contact {
    display: none;
  }
}
@media (min-width: 960px) {
  .-parallel .l-header__logo {
    display: flex;
    padding: 16px 48px;
  }
  .c-headLogo {
    width: 30%;
    display: block !important;
    text-align: left;
  }
  .header-contact {
    width: 69.9%;
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
  }
}

.contact-box {
  margin-left: auto;
  margin-bottom: 2px;
  line-height: 1.5em;
}
.contact-box span {
  display: block;
}
.contact-box01 {
  font-size: 11px;
  text-align: justify;
  text-align-last: justify;
}
.contact-box02 {
  font-weight: 700;
  color: #000000;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
.contact-box03 {
  font-size: 11px;
  text-align: justify;
  text-align-last: justify;
}
.contact-banner {
  padding-left: 1em;
}
.contact-banner a {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 2em;
  margin-top: 3px;
  color: #fff;
  background: #3f3d56;
  border-radius: 28px;
  line-height: 56px;
  letter-spacing: 0.05em;
}
.contact-banner a:hover {
  background-color: #ffda60;
  color: #000;
  transition: all 0.5s;
}
.contact-banner i {
  padding-right: 5px;
  vertical-align: middle;
}

*/

.home .l-header__bar {
  background: none;
}

.home ul.wp-megamenu>li>a {
  color: #FFF !important;
}

.home .head-contact a{
  border-color: #FFF !important;
  color: #FFF !important;
}

.home .head-contact a:hover{
  border-color: #3f3d56 !important;
}

.head-contact{
  margin-left: 1em;
}

/* メニューの位置*/
.c-gnav {
  align-items: center;
}

@media (max-width: 960px) {
  .home #gnav {
    display: none;
  }
}

/* メガメニュー系調整 */
.c-gnav .c-submenuToggleBtn {
  display: none;
}

.wpmm-strees-row-and-content-container{
    bottom:20px !important;
    }

/* 開発用 
* {
	outline: 1px solid rgb(0, 255, 34);
}*
*/

/* 見出し */
.post_content h2.is-style-section_ttl  {
	font-family: 'Josefin Slab', 'Noto Sans JP', sans-serif;
  font-size: 2.2em;
  letter-spacing: 0.08em;
}
.post_content h2.is-style-section_ttl small {
  font-weight: normal;
  font-size: 0.9rem;
  letter-spacing: 0.18em;
}
.c-bannerLink__title{
  font-family: 'Josefin Slab', 'Noto Sans JP', sans-serif;
  font-size: 2.2em;
  letter-spacing: 0.08em;
}

.c-pageTitle, .swell-block-button__link span, .c-secTitle, .p-authorBox__name, .p-profileBox__name, .p-profileBox__btn, .menu-item , .copyright, .c-widget__title.-spmenu{
  font-family: 'Josefin Slab', 'Noto Sans JP', sans-serif;
}


/* 本文のレイアウト調整 */

.post_content td,
.post_content th {
  padding: 1em 1.25em;
}

/* フッター */
.l-footer__nav a {
  border-right: none;
  border-left: none;
}
.footer-cta .c-bannerLink__text{
  padding-right: 20%;
  transition: 0.5s;
}
.footer-cta a.c-bannerLink:after{
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 12%;
  width: 50px; 
  height: 50px; 
  border-top: 2px solid #fff; 
  border-right: 2px solid #fff;  
  transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  z-index: 10;
  transition: 0.5s;
}

.footer-cta a.c-bannerLink:hover:after{
  right: 7%;
  transition: 0.5s;
}

.footer-cta a.c-bannerLink:hover .c-bannerLink__text{
  padding-right: 15%;
  transition: 0.5s;
}

#before_footer_widget{
  margin-top: 0;
}

#footer .c-listMenu a{
  border-bottom: none;
  padding: 0.5em 2em 0.5em 0.5em;
  font-size: 14px;
  text-align: right;
  position: relative;
  transition: 0.5s;
}
#footer .c-listMenu a:after{
  transition: 0.5s;
}

#footer .c-listMenu a:hover{
  padding: 0.5em 1em 0.5em 0.5em;
}

#footer .c-listMenu a:hover:after{
  opacity: 1;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px; 
  height: 6px; 
  border-top: 1px solid #fff; 
  border-right: 1px solid #fff;  
  transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}

/* 問い合わせフォーム */

.contactform {
}

.contactform dt {
  font-size: 16px;
  font-weight: 600;
  margin: 35px 0 10px;
  color: #2d4949;
  border-left: 4px solid #3f3d56;
  padding-left: 1em;
}

.contactform dd input[type="text"],
.contactform dd input[type="email"],
.contactform dd input[type="number"],
.contactform dd select,
.contactform dd textarea {
  padding: 7px 10px;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  border: 1px solid #ddd;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .contactform dd input.telnum {
    max-width: calc(33% - 11px);
  }
}


.mw_wp_form input[type="submit"] {
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  min-width: 260px;
  max-width: 100%;
  overflow: hidden;
  color: #091b67;
  background-color: #fff;
  border: 1px solid #617b8e;
  transition: 0.3s;
  margin-top: 16px;
}

.mw_wp_form input[type="submit"]:hover {
  cursor: pointer;
  color: #fff;
  background-color: #617b8e;
  transition: 0.3s;
}

/* トップページticker */
.ticker{
  width: 50vw;
  text-align: center;
  border: none;
  background-color: initial;
  position: absolute;
  top: calc(100% - 25%);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ticker .p-postList__meta {
  justify-content: center;
}
.ticker .p-postList.-type-simple {
  border-top: none;
}
.ticker .p-postList__link {
  border-bottom: none;
}
.ticker .p-postList__link:hover {
  background-color: initial;
}
.ticker .p-postList__title {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
	.ticker{
    width: 90vw;
		top: calc(100% - 12%);
    font-size:0.8em;
	}
}

/* 製品一覧 */
.product-list .p-postList__thumb, .archive .p-postList__thumb{
  background-color: #fff;
}

.product-list .-type-thumb .p-postList__body, .archive .-type-thumb .p-postList__body{
  padding: 1em 1.5em;
  color: #333;
  background: rgb(255 255 255 / 90%);
}

.product-list .c-postThumb__figure .u-obf-cover, .archive .c-postThumb__figure .u-obf-cover{
  width: 66% !important;
  height: auto !important;
}

.product-list .c-postThumb__img, .archive .c-postThumb__img{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.product-list .p-postList__link:hover .c-postThumb__img, .archive .p-postList__link:hover .c-postThumb__img {
	transform: translate(-50%,-50%) scale(1.06);
}

.product-list .p-postList__title, .archive .p-postList__title{
  font-size: 0.8em;
}

.p-articleThumb{
  text-align: center;
}

/* デザイン調整 */
/* SNSアイコンの色を変更 */
.c-shareBtns__btn{
	color: #657382;
}

.pd1em{
  padding: 1em !important;
  box-sizing: border-box;
}

.pd2em{
  padding: 2em !important;
  box-sizing: border-box;
}

.pd3em{
  padding: 3em !important;
  box-sizing: border-box;
}

.pd4em{
  padding: 4em !important;
  box-sizing: border-box;
}

@media (max-width: 599px) {
	.pd1em{
    padding: 0.5em !important;
  }
  
  .pd2em{
    padding: 1em !important;
  }
  
  .pd3em{
    padding: 1.5em !important;
  }
  
  .pd4em{
    padding: 2em !important;
  }
}

/* ボタンカラー白 */
.is-style-btn_line.white_ a {
  color: #fff;
  border: 1px solid #fff;
}

.is-style-btn_line.white_ a:hover {
  color: #46586b;
  border: 1px solid #fff;
  background-color: #fff;
}

.is-style-btn_line.white_ a:hover span {
  color: #46586b;
}

/* 記事ページの調整 */

.single-post .post_content {
  letter-spacing: 0.1em;
}

@media (min-width: 960px){
  .single-post .post_content {
    padding: 0 40px;
    line-height: 1.9;
  }
}