<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.item-article__cnt {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    margin: 20px auto;
}

.contents-area a:link {text-decoration: none;}
.contents-area a:visited {text-decoration: none;}
.contents-area a:hover {text-decoration: none;}
.contents-area a:active {text-decoration: none;}

.wrap_paging {
    padding: 0px 0 40px 0;
}


.contents-area {
    width: 100%;
}

#journal_new {
    margin: 10px auto 10px;
}




.icon_bnr {
    display:none;
}

#wrap_footer {
    padding: 30px 0 0px;
    text-align: center;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight:400;
    color: #999;
    clear: both;

}

#wrap_footer #logo_ft_wos {
    width: 280px;
}

#wrap_footer p {
    font-size: 14px;
    line-height: 1.7em;
    padding: 30px;
    letter-spacing: 0.1em;
    text-align: center;
}

#wrap_footer .ft_sns {
    padding: 0px 0px;
    font-size: 0;
    width: 350px;
    margin: auto;
}

#wrap_footer .ft_sns li {
    margin: 0 4%;
    display: inline-block;
    width: 17%;
}

#wrap_footer .ft_sns li img{
    width:100%;
    height:auto;
}

#wrap_footer .ft_world {
    font-size: 12px;
    padding: 40px 0 20px;
    text-align: center;
    letter-spacing: 0.1em;
    background: #ebebe2;
    color:#333;
    font-weight: 500;
}

#wrap_footer .ft_world svg {
    width: 140px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
}

#wrap_footer .ft_brand{
    background: #ebebe2;
    padding:20px 0px 20px 0px;
    text-align: center;
    margin-top:40px;   
}

#wrap_footer .ft_brand b {
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: 'Hind', sans-serif;
    color: #333;
}

#wrap_footer .ft_brand ul {
    width: 600px;
    display: flex;
    margin: auto;
}

#wrap_footer .ft_brand ul li {
    margin:5px;
}

#wrap_footer .ft_brand ul li img {
    width: 100%;
    height: auto;
}

#LjournalHdr {
    position: relative;
    background: #FFF;
    font-size: 14px;
    /* width: 94%; */
    padding: 18px 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight:400;
    top: 2px;
    width:100%;
    margin-bottom:5px;
}

#LjournalHdr.fixed {
  position: fixed;
  top: 2px;
  z-index: 300;
  padding: 8px 0;
  width:100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

#LjournalHdr h1{
  width:11%;
  margin:auto;
}

#LjournalHdr.fixed h1{
  width:9%;
  margin:auto;
}



#LjournalHdr h1 a{
  width:100%;
  margin:auto;
}

#LjournalHdr h1 svg {
  width:100%;
  margin:auto;
}

#LjournalHdr nav {
  position: fixed;
  right: -85%;
  top: 0;
  width: 85%;
  height: 100vh;
  padding: 20px 0px 20px 35px;
  box-sizing: border-box;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  text-align: left;
}

#LjournalHdr nav .backlink {
    margin: 10px 0px 15px 4%;
    line-height: 1.8;
    font-weight: bold;
}

#LjournalHdr nav .backlink #logo_wos {
  width:14%;
}


#LjournalHdr nav .menu_ti {
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0 0;
}

/*
#LjournalHdr nav .backlink a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  text-indent: 1.5em;
}

#LjournalHdr nav .backlink a::before {
  position: absolute;
  content: '&lt;';
  color: #cccc00;
  text-indent: -1.5em;
}*/

#LjournalHdr nav .bnr_wos {
  width: 100px;
  padding: 20px 0;
  margin: 0 auto;
}

#LjournalHdr .hamburger {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 70px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
    margin-top: -25px;
}

#LjournalHdr .hamburger__line {
  position: absolute;
  left: 15px;
  width: 45px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
}

#univhd {
    z-index: 9 !important;
}

#LjournalHdr .hamburger__line--1 {
  top: 11px;
}

#LjournalHdr .hamburger__line--2 {
  top: 23px;
}

#LjournalHdr .hamburger__line--3 {
  top: 36px;
}


.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */

.nav-open #LjournalHdr nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .55;
  visibility: visible;
}

.nav-open #LjournalHdr .hamburger {
    position: fixed;
    right: 80vw;
    top:45px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
}

.nav-open #LjournalHdr .hamburger__line {
  background-color: #FFF;
}

.nav-open #LjournalHdr .hamburger__line--1 {
  transform: rotate(45deg);
  top: 22px;
  width: 58px;
}

.nav-open #LjournalHdr .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open #LjournalHdr .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 22px;
  width: 58px;
}


#LjournalHdr .header_bt {
  margin:10px 0 0;
}

#LjournalHdr .header_bt li a.bt_main {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    border-top: 1px solid #ccc;
    padding: 25px 8px;
    display: block;
    position: relative;
}

#LjournalHdr .header_bt li a.bt_main::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17px;
    margin: -7.5px 0 0 0;
}

#LjournalHdr .header_bt li.last a.bt_main {
    border-bottom:1px solid #ddd;
}

#LjournalHdr .header_bt li ul {
    margin:-5px 0 20px 0
}

#LjournalHdr .header_bt li ul li a {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    display:block;
    position: relative;
    padding:10px 30px;
}



#main_bnr {
    margin:7px 0 0px 0;
    background:#ebebe2; 
}

#main_bnr img {
    width: 500px;
    height: auto;
    border-bottom:1px solid #dfdfcd; 
}

#main_bnr .swiper.top_main_slider.swiper-initialized.swiper-horizontal.swiper-pointer-events img {
    width: 100%;
    height: auto;
    border-bottom:1px solid #dfdfcd; 
}


#main_bnr .bnr_txt {
    padding:15px 45px 0px 50px;
    background:#ebebe2;
    display: none;
}

#main_bnr .swiper-slide-active .bnr_txt {
    display: block;
    height: 103px;  
}

#main_bnr .swiper-pagination {
    background: #ebebe2;
    position: relative;
    bottom: 0 !important;
    padding: 10px 0 12px;
}

#main_bnr .swiper-slide{ 
    height: auto;
    display: inline-block;
}

#main_bnr .swiper-button-next, 
.swiper-button-prev {
    position: absolute;
    top: 77%;
    width: 30px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

#main_bnr .swiper-button-next:after, 
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 32px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
#main_bnr .swiper-button-prev, 
.swiper-rtl .swiper-button-next {
    left: 34%;
    top: 81%;
}
#main_bnr .swiper-button-next, 
.swiper-rtl .swiper-button-prev {
    right: 34%;
    top: 81%;
}

#main_bnr .swiper-pagination-bullet {
    /*background: #ddd !important;*/
    background: none !important;
    opacity: 1 !important;
    border:#555 solid 1px !important;
    width: 8px;
    height: 8px;
    margin: 0 7px;
}

#main_bnr .swiper-pagination-bullet-active {
    background: #555 !important;
    opacity: 1 !important;
    border:#555 solid 1px !important;
}

.top_main_slider {
    margin: 0 0 0px 0;
    position: relative;
}

#main_bnr .bnr_txt h3 {
    font-size: 26px;
    line-height: 1.3em;
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight:500;
    letter-spacing:0.1em;
}

.ico_1381,
.ico_FEATURE {
    font-size:13px !important;
    color:#d7c66a;
    font-weight:600 !important;
    margin:0 10px 0 0px !important;  
    font-family: 'Hind', sans-serif;
    display:inline-block;
    letter-spacing: 0.1em;
}

.ico_19,
.ico_COLUMN,
.ico_STORIES {
    font-size:13px !important;
    color:#6fcb9e;
    font-weight:600 !important;
    margin:0 10px 0 0px !important;
    font-family: 'Hind', sans-serif;
    display:inline-block;
    letter-spacing: 0.1em; 
}

.menu_bnr .ico_1381,
.menu_bnr .ico_FEATURE,
.menu_bnr .ico_19,
.menu_bnr .ico_COLUMN,
.menu_bnr .ico_STORIES {
    font-size:11px !important;
}

.bnr_yymmdd {
    font-size:13px;
    color:#888;
    font-family: 'Hind', sans-serif;
    letter-spacing:0.15em;
    vertical-align: middle;
}

#main_bnr .bnr_yymmdd {
    color:#333;
}

#main_bnr .bnr_tag {
    display:inline-block;
}

#main_bnr .ico_1381,
#main_bnr .ico_FEATURE,
#main_bnr .ico_19,
#main_bnr .ico_COLUMN {
    font-size:15px !important;
    margin:0 10px 0 0px;
    vertical-align: middle;
}



.item_more {
    text-align: center;
    width:100%;
    padding:10px 0 0 0;
}

.item_more a {
    padding: 0px 35px 0px 22px;
    display: inline-block;
    color: #000;
    border: 1px solid #111;
    height: 50px;
    line-height: 48px;
    border-radius: 35px;
    font-size: 15px;
    text-align: center;
    position: relative;
    background: #fff;
    font-weight: 500;
    margin: 0px 0 15px 0;
    clear: both;
    width: 440px;
}

.item_more a::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 22px;
    margin: -7px 0 0 0;
}

.item_more a:hover {
  text-decoration: none;
  opacity: .6;
}

#WORLD_cnt,
#FEATURE_cnt, 
#COLUMN_cnt {
    padding: 55px 0px 55px 0px;
    border-bottom: 1px solid #ddd;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight:400;
    min-width: 1100px;
    margin: auto;
    font-size: 0;
    max-width: 1450px;
    text-align: center;
}

#SNAP_cnt,
#SNAP2_cnt {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight:400;
    min-width: 1100px;
    margin: auto;
    font-size: 0;
    max-width: 1450px;
    text-align: center;
}

#WORLD_cnt h2,
#FEATURE_cnt h2,
#COLUMN_cnt h2,
#SNAP_cnt h2,
#SNAP2_cnt h2 {
    font-size: 32px;
    font-weight: 500;
    padding: 0 0 13px 0;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family: 'Hind', sans-serif;
    text-align: center;
}
}

#page-title em {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'Hind', sans-serif;
}

#WORLD_cnt p,
#FEATURE_cnt p,
 #COLUMN_cnt p, 
#SNAP_cnt p.lead, 
#SNAP2_cnt p.lead {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 500;
}

#WORLD_cnt a.bnr,
#FEATURE_cnt a.bnr, 
#COLUMN_cnt a.bnr {
    padding: 25px 1% 25px 1%;
    display: inline-block;
    position: relative;
    width: 23%;
    vertical-align: top;
    text-align:left;
}

.menu_bnr a.bnr {
    padding: 25px 2% 0px 0;
    display: inline-block;
    position: relative;
    width: 22%;
    vertical-align: top;
}

#WORLD_cnt a.bnr:hover, 
.menu_bnr a.bnr:hover, 
#FEATURE_cnt a.bnr:hover, 
#COLUMN_cnt a.bnr:hover {
  text-decoration: none;
  opacity: .6;
}

.menu_bnr a.bnr:nth-child(5),
.menu_bnr a.bnr:nth-child(10) { 
   padding: 25px 0px 0px 0px;
}


#WORLD_cnt a.bnr img, 
#FEATURE_cnt a.bnr img, 
#COLUMN_cnt a.bnr img {
    width: 100%;
    height: auto;
    margin-bottom: 13px;
}

.menu_bnr a.bnr img {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
}

#COLUMN_cnt a.bnr:first-of-type img {
   display:block;
   width:100%;
   height:auto;
   margin-bottom:10px;
}

#WORLD_cnt a.bnr .bnr_right, 
#FEATURE_cnt a.bnr .bnr_right, 
#COLUMN_cnt a.bnr .bnr_right {
}

.menu_bnr a.bnr .bnr_right {
    display: table-cell;
    width: 51%;
    vertical-align: middle;
    padding-left: 4%;
}

#WORLD_cnt a.bnr .bnr_right h4, 
#FEATURE_cnt a.bnr .bnr_right h4, 
#COLUMN_cnt a.bnr .bnr_right h4 {
    font-size: 18px;
    display: block;
    line-height: 1.6em;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.1em;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 12px;
}

.menu_bnr a.bnr .bnr_right h4 {
    font-size: 13px;
    display: block;
    line-height: 1.4em;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom:5px;
    text-align: left;
}


/*SNAP*/
#SNAP2_cnt,
#SNAP_cnt {
    padding: 55px 0px 55px 0px;
    border-bottom: 1px solid #ddd;
}

#WORLD_cnt {
    padding: 55px 0px 0px 0px;
    border-bottom: none;
}

/*
#SNAP2_cnt {
    padding: 55px 0px 0px 0px;
    border-bottom: none;
}*/

.top_item_snap {
    background: #fff;
    padding: 22px 0 25px 0;
    position: relative;
    border-top: none;
}

.top_item_snap_list {
    display: block;
    opacity: 1;
}

.top_item_snap .top_item_snap_list_inr .block_coord {
    width: 14.6%;
    margin: 0 1% !important;
    float:none;
}




.scroll_wrap .scroll_inr {
    padding: 0 0px;
    display: inline-block;
    min-width: 100%;
}


.new {
    display: none;
}
.new.is-show {
    display: inline-block;
}

.new {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 1%;
    top: 18px;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: #d7c66a;
}


#FEATURE_cnt .new {
    background-color: #d7c66a;
}

#COLUMN_cnt .new {
    background-color: #6fcb9e;
}

.block_coord .wrap_description .txt_model-name {
    margin: 4% 0 0 0px !important;
    width: 66% !important;
}

.block_coord .wrap_description {
    padding: 3px 7px 0px !important;
    font-size: 13px;
}

.block_coord .wrap_description .txt_shop-name {
    font-size: 12px !important;
}

.block_coord .wrap_description .txt_model-photo{
  width: 27% !important;
  height: 27% !important;
  margin: 1% 4% 2% 0 !important;
}

#snap_title {
    width: 1188px;
    margin: 8px auto 0;
    font-size: 11px;
    padding-bottom: 25px;
}

#page-title,
.ti_snap {
    font-weight: bold !important;
    width: 1190px !important;
    margin: 10px auto 0 !important;
    font-size: 32px !important;
    padding-bottom: 8px !important;
    line-height: 1 !important;
    font-family: 'Hind', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
}


.location {
    width: 1188px;
    margin: 0px auto 0;
    font-size: 11px;
    padding-bottom: 25px;
}

.item-article__ttl
.styling-article__ttl {
    display: none !important;
}

.styling-article {
    margin: 30px auto 90px !important;
}

#SNAP_cnt .block_coord .wrap_description .txt_model-name span{
  display:none !important;
}

#SNAP_cnt .block_coord .wrap_description .txt_model-name span.name{
  display:block !important;
  white-space: normal !important;
  line-height: 1.3;
}


.journal_bnr a .bnr_name {
    text-decoration: none;
    font-size: 16px;
    display: block;
    line-height: 1.6em;
    color: #000 !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    /* width: 100%; */
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.journal_bnr a .bnr_day {
    padding: 10px 18px 0px;
    font-size: 11px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.1em;
}

#journal_new .journal_bnr .bnr_tag a {
  display:none;
}

#journal_new .journal_bnr .bnr_tag a.cateid_19,
#journal_new .journal_bnr .bnr_tag a.cateid_20,
#journal_new .journal_bnr .bnr_tag a.cateid_22,
#journal_new .journal_bnr .bnr_tag a.cateid_23,
#journal_new .journal_bnr .bnr_tag a.cateid_24,
#journal_new .journal_bnr .bnr_tag a.cateid_25,
#journal_new .journal_bnr .bnr_tag a.cateid_26 {
  display:inline-block;
    font-size: 10px;
}


.wrap_paging {
    padding: 15px 0 70px 0 !important;
}

.item-article__ttl {
   display:none !important;
}


#calendar {
    font-size: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    padding: 0px 0px 0 20px;
    margin-bottom: 0px;
    margin: auto;
}

#calendar a {
   display:block;
}


#calendar img {
    width:100%;
    height:auto;
}

#calendar .calendar_l {
    width: 65px;
    display:inline-block;
    vertical-align: top;
    position:relative;
    height: 100%;
    padding-right: 0px;
}

#calendar .calendar_l div.img {
    position: absolute;
    z-index: 2;
    left: 0%;
    top: 25px;
}

#calendar .calendar_l .yy {
    position: absolute;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
    left: 0%;
    top: 25px;
    z-index: 3;
    line-height: 1;
    letter-spacing: 0.1em;
}

#calendar .calendar_l .mm {
    font-size: 22px;
    font-weight: 600;
    z-index: 3;
    position: absolute;
    right: 35px;
    top: 42px;
    line-height: 1;
    text-align: right;
}

#calendar .calendar_l .dd {
    font-size: 22px;
    font-weight: 600;
    z-index: 3;
    position: absolute;
    left: 35px;
    top: 68px;
    line-height: 1;
}


#calendar .calendar_c {
     width: calc(100% - 175px);
     display:inline-block;
     padding: 0 0% 0 0px;
     vertical-align: top;
     padding-top: 22px;
}

#calendar .calendar_c h3 {
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 1.4em;
    padding-left: 15px;
    color: #e82f7e;
    letter-spacing: 0.05em;
}

#calendar .calendar_c h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    /* margin-top: 8px; */
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 7px 5px 0 16px;
}

#calendar .calendar_r {
    width: 110px;
    display:inline-block;
    vertical-align: top;
    padding-top:0px;
}

.calendar_line {
    /* height: 1px; */
    width: 100%;
    border-top: 1px solid #999;
    margin: -75px 0 0px 0;
}

.bt_vm {
    font-size: 14px;
    color: #000;
    text-align: right;
    text-decoration: underline;
    margin: 10px 10px 5px;
    font-weight: 500;
    letter-spacing:0.05em;
}

.journal_bnr a .bnr_day2 {
    display:none
}


#WORLD_cnt a.bnr {
    padding: 25px 1% 25px 1%;
    display: inline-block;
    position: relative;
    width:38%;
    vertical-align: top;
    text-align: left;
}</pre></body></html>