@charset "UTF-8";
/* CSS Document */
/*
Theme Name: newblog
*/
/*フォントサイズ
スマホ用
ロゴ 2
見出し 1.75
本文 1.25
日時など 1
パソコン用
ロゴ 2.5
見出し 2.25
本文 1.75
日時など 1.5

大きい余白 8%
小さい余白 3%
*/
/*フォントカラー
基本 #333
薄いグレー #999
白い文字 #F9F9F9
背景色(白) #FFF
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif, 'Noto Sans JP', sans-serif;
}
body {
	color: #333;
}
img {
  width: 100%;
}
a{
  color:inherit;
  text-decoration: none;
}
span {
  display: inline-block;
}
.mintyou {
  font-family: 'Noto Serif JP', serif;
}
/* よく使うであろうcss */
.w100 {
  width: 100%;
}
.wfit {
  width: fit-content;
}
.pcw65 {
  width: 65%;
}
.pcw45 {
  width: 45%;
}
.pcw35 {
  width: 35%;
}
.pcw33 {
  width: 33%;
}
.pcw25spw50 {
  width: 25%;
}
.pcw33spw50 {
  width: 29%;
}
.text-c {
  text-align: center;
}
.m_auto {
  margin: auto;
}
.flex {
  display: flex;
}
.pc_flex {
  display: flex;
}
.column {
  flex-direction: column;
}
.mt_a {
  margin-top: auto;
}
.wrap {
  flex-wrap: wrap;
}
.aline-c {
  align-items: center;
}
.jus-sb {
  justify-content: space-between;
}
.jus-c {
  justify-content: center;
}
.reverse {
  flex-direction: row-reverse;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.max1000 {
  max-width: 1000px;
}
.opa75 {
  opacity: .75;
}
.opa5 {
  opacity: .5;
}
.c000 {
  color: #000;
}
.cfff {
  color: #fff;
}
.c333 {
  color: #333;
}
.c999 {
  color: #999;
}
.bcfff {
  background: #fff;
}
.bc000 {
  background: #000;
}
.bcf5 {
  background: #f5f5f5;
}
.bcf3 {
  background: #333;
}
.top0 {
  top: 0;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absolute_center {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.gap {
  gap: 16px;
}
.dc_borderb {
  border-bottom: 1px solid #dcdcdc;
}
.dc_bordert {
  border-top: 1px solid #dcdcdc;
}
.fff_bordert {
  border-top: 1px solid #fff;
}
/* ここからはヘッダー */
header {
  z-index: 999;
}
.header_bg a {
  color: #fff;
}
.header_bg.headerColorScroll a {
  color: #333;
}
.header_bg {
  color: #fff;
  height: 80px;
  transition: .5s;
}
/* スクロールしたらロゴのカラー変更 */
.header-logo {
  height: auto;
  width: 100px;
}
.header-logo.headerLogoScroll.-before {
  display: none;
}
.header-logo.-after {
  display: none;
}
.header-logo.headerLogoScroll.-after {
  display: block;
}
/* スクロールしたらヘッダーメニューのカラー変更 */
.header_bg.headerColorScroll {
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.header_bg.headerColorScroll span {
  background-color: #333;
}
.header_contents {
  height: 100%;
  margin: 0 auto;
}
.header_nav_lists {
  justify-content: flex-end;
}
nav.header_nav.w100.menu_active {
  background-color: #fff;
  height: 100vh;
  overflow: scroll;
}
.header_bg.headerColorScroll a::before {
  background: #333;
}
/* ここからは検索フォーム */
/* 下記はPCでハンバーガーメニューを表示しないようにする */
.responsive_btn {
  display: none;
  flex-direction: column;
  position: relative;
}
#checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.nav_link sp {
  margin: 0;
}
/* 下記はヘッダーに背景を付けるブレイクポイント */
.mv {
  height: 100vh;
  justify-content: center;
  position: relative;
}
.icon-demo .bi, .icon-demo-examples .bi {
  width: 1em;
  height: 1em;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
}
.bi-instagram::before {
  content: "\f437";
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes slide1 {
  0% {
    opacity: 1;
    transform: scale(1.0);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.1);
  }
  90% {
    opacity: 0
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes slide2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: scale(1.0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: scale(1.0);
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide4 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
    transform: scale(1.1);
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.0);
  }
}
/*ここからはトップの背景動画*/
#video-area {
  position: fixed;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
/*ここからはコンセプト*/
.concept {
  bottom: 80px;
  left: 6.25%;
}
/* ここからはスクロールバー */
a.scroll-var {
  position: absolute;
  right: 6.25%;
  bottom: 0;
  padding: 10px 1px 110px;
}
a.scroll-var::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
a.scroll-var::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
a.scroll-var::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*heverしたら薄くなる*/
.hover {
  transition: .3s
}
.hover:hover {
  opacity: .5;
}
/*hoverしたら矢印が動く*/
.arrow {
  transition: .3s
}
.arrow:hover {
  column-gap: 24px;
}
img.full_back {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/*ここからconcept*/
.back_image1 {
  background-image: url(https://images.unsplash.com/photo-1600793575654-910699b5e4d4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
  background-repeat: no-repeat;
  background-size: cover;
}
/*ここからは新着記事*/
.newarticle {
    height: 17.5vw;
    object-fit: cover;
}
a.nav_link.line.c333.more_borderb {
    font-size: 1.6rem;
}
/*ここからはlineup*/
.side_scroll ul {
  display: flex;
  overflow-x: scroll;
}
.side_scroll li {
  min-width: 33%;
  position: relative;
  overflow: visible;
}
.side_scroll li::after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  height: 1px;
  width: 24px;
  background-color: transparent;
}
.lineup_title {
  font-size: 1.4rem;
}
.lineup {
    height: 22vw;
    object-fit: cover;
}
/*ここからは記事ページの中身*/
.article-top {
  width: 100%;
  height: 632px;
  object-fit: cover;
  padding-top: 80px;
}
/*パンクズリスト*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 16px;
}
.breadcrumbs li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #333;
  font-size: 1.2rem;
}
.breadcrumbs a {
    color: #333;
    opacity: .5;
}
/*ここからは目次*/
.toc_number {
    padding: 8px 0;
    font-size: 1.6rem;
	color: #333;
	font-family: 'Noto Serif JP', serif;
}
.toc_item {
    padding: 8px 0 8px 16px;
    font-size: 1.4rem;
	color: #333;
	letter-spacing: 0.1em;
    line-height: 1.75;
}
/*記事*/
.article-inner img {
  margin: 32px 0;
  display: block;
}
.article-inner h2 {
  margin: 64px 0 32px;
  font-size: 2.2rem;
  font-family: 'Noto Serif JP', serif;
}
.article-inner h3 {
  margin: 64px 0 32px;
  padding-bottom: 8px;
  font-size: 2rem;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #dcdcdc;
}
.article-inner h4 {
  margin: 64px 0 32px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  padding-left: 8px;
  border-left: 1px solid #dcdcdc;
}
.article-inner p {
  margin: 32px 0;
  font-size: 1.6rem;
}
.pc_flex.pcw100.jus-sb::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    bottom: 0;
}
/*ここからは商品リンク*/
.affiliate_box {
  width: 100%;
  margin: 64px auto;
  padding: 32px;
  border: 1px solid #dcdcdc;
  align-items: flex-start;
}
.affiliate_box img {
  width: 50%;
  height: auto;
  margin: 0;
}
.affiliate_txt {
	width: 50%;
}
p.item_name {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 16px;
}
p.brand {
  font-size: 1.4rem;
  margin: 0;
  padding-bottom: 48px;
}
.rakuten {
  display: block;
  width: inherit;
  font-weight: bold;
  color: #fff;
  background-color: #EA4335;
  padding: 16px;
  border-radius: 4px;
  font-size: 1.4rem;
}
.amazon {
  display: block;
  width: inherit;
  font-weight: bold;
  color: #fff;
  background-color: #FF9900;
  padding: 16px;
  border-radius: 4px;
  margin: 16px 0;
  font-size: 1.4rem;
}
.yahoo {
  display: block;
  width: inherit;
  font-weight: bold;
  color: #fff;
  background-color: #FF0027;
  padding: 16px;
  border-radius: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_flex {
    display: block;
  }
  .pcw65 {
    width: 100%;
  }
  .pcw55 {
    width: 100%;
  }
  .pcw45 {
    width: 100%;
  }
  .pcw35 {
    width: 100%;
  }
  .pcw33 {
    width: 100%;
  }
  .pcw25spw50 {
    width: 50%;
  }
  .pcw33spw50 {
    width: 45%;
  }
  .lr_gap {
    column-gap: 24px;
    row-gap: 24px;
  }
  .origin_left {
    transform: scale(0.9);
    transform-origin: left;
  }
  .origin_right {
    transform: scale(0.9);
    transform-origin: right;
  }
  /* ここからはヘッダー */
  .header_bg {
    height: 64px;
  }
  .header_bg.headerColorScroll {
    height: 48px;
  }
  .header-logo {
    height: auto;
    width: 56px;
  }
  ul.header_nav_lists.flex {
    margin-right: 0;
  }
  /*ここからはスクロールバー*/
  a.scroll-var {
    right: 24px;
  }
  /*下記はハンバーガーを表示するためのcss*/
  .responsive_btn {
    display: flex;
  }
  /* ここからはハンバーガーメニューの中身 */
  .header_nav {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }
  .menu_active {
    opacity: 10;
    visibility: inherit;
  }
  .header_nav_lists {
    display: block;
  }
  a.nav_link {
    color: #383838;
    font-size: 2rem;
    line-height: 2em;
  }
  a.sub_link.sp {
    color: #808080;
    font-size: 1.4rem;
    line-height: 2em;
  }
  /*ここからはSNSのアイコン*/
  .ham_icon.flex.jus-c {
    gap: 16%;
  }
  a.nav_link_instagram {
    color: #333;
    font-size: 1.4rem;
    line-height: 2em;
  }
  a.nav_link_twitter {
    color: #333;
    font-size: 1.4rem;
    line-height: 2em;
    margin: 0 40px;
  }
  a.nav_link_youtube {
    color: #333;
    font-size: 1.4rem;
    line-height: 2em;
  }
  /* ここからはハンバーガーメニューを押した後にバツになる */
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
  }
  .menu-trigger {
    position: relative;
    width: 24px;
    height: 8px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    margin: 0 24px 0 0;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    display: none;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /*チェックボックスにチェックが入ったら*/
  #checkbox:checked + label span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
    background-color: #333;
  }
  #checkbox:checked + label span:nth-of-type(2) {
    opacity: 0;
  }
  #checkbox:checked + label span:nth-of-type(3) {
    transform: translateY(-3px) rotate(45deg);
    background-color: #333;
  }
  #checkbox:checked + label + div {
    display: block;
  }
	/*ここからは新着記事*/
	.newarticle {
    height: 25vw;
}
	.more_borderb {
  border-bottom: 1px solid #333;
}
	a.nav_link.line.c333.more_borderb {
    font-size: 1.4rem;
	padding-bottom: 8px;
}
  /*ここからはコンセプト*/
  .concept {
    bottom: 32px;
    left: 24px;
  }
  .concept.fs1 {
    opacity: .5;
  }
  .side_scroll li {
    min-width: 66%;
  }
	/*ここからはラインナップ*/
.lineup {
    height: 44vw;
}
  /*ここからは記事ページの中身*/
  .article-top {
    width: 100%;
    height: 316px;
    object-fit: cover;
    padding-top: 48px;
  }
/*パンクズリスト*/
.breadcrumbs {
  margin-bottom: 8px;
}
.breadcrumbs li:not(:last-of-type)::after {
  font-size: 1rem;
}
/*ここからは目次*/
.toc_number {
    font-size: 1.3rem;
}
.toc_item {
    font-size: 1.2rem;
}
/*記事*/
  .attachment {
    padding-top: 316px;
  }
  .article-inner {
    margin: 13.33vw 0 0;
  }
  .article-inner img {
    margin: 24px 0;
  }
  .article-inner h2 {
    font-size: 2rem;
    margin: 48px 0 24px;
  }
  .article-inner h3 {
    font-size: 1.8rem;
    padding-bottom: 8px;
    margin: 48px 0 24px;
  }
  .article-inner h4 {
    font-size: 1.6rem;
    margin: 48px 0 24px;
  }
  .article-inner p {
    font-size: 1.4rem;
    margin: 24px 0;
  }
  /*ここからは商品リンク*/
  .affiliate_box {
    padding: 24px;
  }
  .affiliate_box img {
    max-width: 356px;
    height: auto;
    margin: 0 auto 8px;
  }
	.affiliate_txt {
		width: 100%;
	}
  p.item_name {
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
  p.brand {
    font-size: 1.2rem;
    margin: 0;
    padding-bottom: 24px;
  }
.rakuten {
  padding: 8px;
  font-size: 1.2rem;
}
.amazon {
  padding: 8px;
  margin: 8px 0;
  font-size: 1.2rem;
}
.yahoo {
  padding: 8px;
  font-size: 1.2rem;
}
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .right_pc62 {
    right: 6.25%;
  }
  .left_pc62 {
    left: 6.25%;
  }
  .lr_gap {
    column-gap: 6.25%;
    row-gap: 80px;
  }
  .pright_pc62 {
    padding-right: 6.25%;
  }
  .pleft_pc62 {
    padding-left: 6.25%;
  }
  .mright_pc62 {
    margin-right: 6.25%;
  }
  .mtop_pc62 {
    margin-top: 6.25%;
  }
  .mleft_pc62 {
    margin-left: 6.25%;
  }
  .prl_pc62 {
    padding: 0 6.25%;
  }
  /*ここからはヘッダー*/
  .header_bg {
    height: 120px;
    padding: 0 6.25%;
  }
  .header_bg.headerColorScroll {
    height: 80px;
    padding: 0 64px;
  }
  /*ここからはホバーしたら下線*/
  .nav_link.line {
    padding-bottom: 8px;
    position: relative;
  }
  .nav_link.line::before {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .nav_link.line:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
a.nav_link.line.c333::before {
    background: #333;
}
  /*下記はtopコンセプトの横線*/
  .concept-line {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  /*ここからはラインナップ*/
  .side_scroll li::after {
    width: 12.5%;
  }
  .lineup_title {
    font-size: 2rem;
  }
  /*ここからは記事ページの中身*/
  .article-inner {
    padding: 100px 6.25% 0;
  }
  .attachment {
    padding-top: 632px;
  }
}