@charset "utf-8";

/*
Theme Name: ujita_2025
Description: ujita_2025 template.
Version: 1
Author: ujita
Author URI: ujita
Version: 1.0
License: ujita
*/

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #3E3A39;

  font-family: "Zen Kaku Gothic New","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.7;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

  background: #ffffff;
  overflow-x: hidden;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,1);
  color: #3E3A39;
  transition: 0.5s;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.sp{
  display: none!important;
}

.go_top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.go_top.is_show{
  opacity: 1;
  visibility: visible;
}
.go_top a:hover{
  opacity: 0.7;
}

/* web font
-----------------------------------------------------------------*/

.montserrat{
  font-family: "Montserrat", sans-serif;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
}


/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}

#Header .header_bar{
  background: #FF0090;
  padding: 25px 50px;
}
#Header.top_page .header_bar{
  display: none;
}
#Header .logo{
}

.global_navi{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background: #231815;
  display: none;
}
.global_navi .global_navi_inner{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Navi{
  width: 620px;
  margin: 0 auto;
}
#Navi ul.nav{
  margin: 0 40px;
}
#Navi ul li{
  text-align: left;
  margin: 5px 0;
}
#Navi ul li a{
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
}
#Navi ul li a:hover{
  opacity: 0.7;
}
#Navi ul li a .txt_en{
  font-family: "Montserrat", sans-serif;
  color: #FF0090;
  font-size: 4rem;
  display: inline-block;
  width: 230px;
}

#Navi .link{
  border-top: solid 1px #ffffff;
  padding-top: 20px;
  margin-top: 20px;
}
#Navi .link ul{
  display: flex;
  justify-content: space-between;
}


#Header .nav_box{
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 10;
}
#Header .nav_box:hover{
  cursor: pointer;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main section{
}
#Main .inner{
}
#Main h2.ttl{
  font-size: 1.8rem;
  font-weight: bold;
  color: #231815;
}
#Main h2.ttl .en_ttl{
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  color: #FF0090;
}
#Main h3.ttl{
}


.more_btn {
  position: relative;
  overflow: hidden;
  background-color: #231815;
  color: white;
  font-size: 16px;
  width: 220px;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  transition: color 0.3s ease;
}
.more_btn a{
  color: white;
  font-size: 1.9rem;
  font-weight: bold;
  display: block;
  padding: 9px 20px;
}
.more_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -155px;
  width: 100%;
  height: 100%;
  background-color: #FF0090;
  border-radius: 50px;
  transform: scaleY(1.4);
  transform-origin: right;
  transition: 0.4s;
  z-index: 0;
}       
.more_btn:hover::before {
  right: -10px;
  width: 120%;
}
.more_btn p{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.more_btn img{
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5px;
}

.txt_flow_box{
  background-color: #231815;
  padding: 5px 0;
  overflow: hidden;
  width: 100%;
}
.txt_flow_box p {
  display: flex;
  animation: flowText 30s linear infinite;
  white-space: nowrap;
  width: fit-content;
}
.txt_flow_box img {
  display: block;
  margin-right: 40px;
}
@keyframes flowText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-40% - 40px));
  }
}


.item_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item_list::before{
  display: block;
  content: "";
  width: 24%;
  order: 1;
}
.item_list::after{
  display: block;
  content: "";
  width: 24%;
  order: 1;
}
.item_list li{
  width: 24%;
  margin-top: 18px;
}
.item_list li a{
  display: block;
  background: #ffffff;
  padding: 30px 20px 60px;
  position: relative;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.item_list li a:hover{
  opacity: 0.7;
}
.item_list li .img{

}
.item_list li .img img{
  width: 100%;
  height: auto;
}
.item_list li .ttl{
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 2rem;
}
.item_list li .status{
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 5px;
  color: #ffffff;
  background: #FF0090;
  text-align: center;
  padding: 0 8px;
  border-radius: 15px;
	position: absolute;
	bottom: 50px;
}
.item_list li .status.status_soldout,
.item_list li .status.status_pre_sale{
  background: #231815;
}
.item_list li .cate{
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 4px;
  color: #000000;
  background: #E8E8E8;
  padding: 0 8px;
  border-radius: 15px;
	position: absolute;
	bottom: 20px;
}
.item_list li .price{
  font-size: 3rem;
  font-weight: bold;
  color: #404040;
  position: absolute;
  right: 24px;
  bottom: 16px;
	position: absolute;
	bottom: 10px;
}
.item_list li .price span{
  font-size: 2rem;
}

@media screen and (max-width: 1000px) {
  .item_list li{
    width: 32%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .item_list{
    max-width: 480px;
    margin: 0 auto;
  }
  .item_list li{
    width: 49%;
    margin-top: 18px;
  }
}

.news_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_list::after{
  display: block;
  content: "";
  width: 32%;
}
.news_list li{
  width: 32%;
  margin-top: 30px;
}
.news_list li a{
  display: block;
  position: relative;
}
.news_list li a:hover{
  opacity: 0.7;
}
.news_list li .img{
  text-align: center;
  background-color: #F5F5F5;
}
.news_list li .img img{
  max-height: 100%;
  height: 215px;
  max-width: 100%;
  object-fit: contain;
}
.news_list li .ttl{
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 2.4rem;
}
.news_list li .info_box{
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.news_list li .info_box .date{
  font-size: 1.6rem;
  font-weight: bold;
  color: #FF0290;
  margin-right: 5px;
}
.news_list li .cate{
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 4px;
  color: #ffffff;
  background: #FF0290;
  padding: 0 8px;
  border-radius: 15px;
}

@media screen and (max-width: 1000px) {
  .news_list li{
    width: 32%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news_list{
    max-width: 480px;
    margin: 20px auto 0;
  }
  .news_list li{
    width: 49%;
    margin-top: 18px;
  }
  .news_list li .img img {
    max-height: 100%;
    height: 120px;
    max-width: 100%;
    object-fit: contain;
  }
  .news_list li .ttl{
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.8rem;
  }
  .news_list li .info_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
  }
  .news_list li .info_box .date{
    font-size: 1.2rem;
    font-weight: bold;
    color: #FF0290;
    margin-right: 5px;
  }
  .news_list li .cate{
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 4px;
    color: #ffffff;
    background: #FF0290;
    padding: 0 8px;
    border-radius: 15px;
  }
}

.arrow_box{
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.arrow_box p{
  margin: 0 10px;
}
.arrow_box a{
  display: block;
	background: #231815;
	padding: 10px;
}
.arrow_box a:hover{
	background: #FF0090;
}
.pagenation{
	margin-top: 10px;
}
.pagenation > .page-numbers{
	display: flex;
	justify-content: center;
}
.pagenation > .page-numbers li{
	margin: 10px;
}
.pagenation .page-numbers span.current{
	color: #FF0090;
	border-bottom: solid 1px #FF0090;
}
.pagenation .page-numbers span,
.pagenation .page-numbers a{
	padding: 0 5px 3px;
	font-size: 2rem;
	font-weight: bold;
}
.pagenation .page-numbers span a:hover{
	color: #FF0090;
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  background: #231815;
}
#Footer .footer_inner{
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 50px 70px;
  position: relative;
}
#Footer .name{
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#Footer nav ul{
  display: flex;
  justify-content: center;
}
#Footer nav ul li{
  margin: 12px 12px 0;
}
#Footer nav ul li a{
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
}
#Footer nav ul li a:hover{
  opacity: 0.7;
}
#Footer .icon_box{
  position: absolute;
  top: 95px;
  right: 50px;
}
#Footer .icon_box ul{
  display: flex;
  justify-content: center;
}
#Footer .icon_box ul li{
  margin: 0 6px;
}
#Footer .icon_box ul li a{
  display: block;
}
#Footer .sns_box{
  margin-top: 25px;
}
#Footer .sns_box ul{
  display: flex;
  justify-content: center;
}
#Footer .sns_box ul li{
  margin: 0 6px;
}   
#Footer .sns_box ul li a{
  display: block;
}
#Footer .copy{
  font-size: 1rem;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  background: #231815;
}
#Footer .footer_inner{
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 10px 110px;
  position: relative;
}
#Footer .name{
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
#Footer nav ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 335px;
  margin: 0 auto;
}
#Footer nav ul li{
  width: 33%;
  margin: 12px 0 0;
  text-align: center;
}
#Footer nav ul li:nth-child(1),
#Footer nav ul li:nth-child(4){
  width: 28%;
}
#Footer nav ul li:nth-child(2),
#Footer nav ul li:nth-child(5){
  width: 28%;
}
#Footer nav ul li:nth-child(3),
#Footer nav ul li:nth-child(6){
  width: 40%;
}
#Footer nav ul li a{
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}
#Footer nav ul li a:hover{
  opacity: 0.7;
}
#Footer .icon_box{
  position: initial;
  margin-top: 25px;
}
#Footer .icon_box ul{
  display: flex;
  justify-content: center;
}
#Footer .icon_box ul li{
  margin: 0 6px;
}
#Footer .icon_box ul li a{
  display: block;
}
#Footer .sns_box{
  margin-top: 12px;
}
#Footer .sns_box ul{
  display: flex;
  justify-content: center;
}
#Footer .sns_box ul li{
  margin: 0 6px;
}   
#Footer .sns_box ul li a{
  display: block;
}
#Footer .copy{
  font-size: 1rem;
  margin-top: 20px;
  color: #ffffff;
  text-align: center;
}


}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

body{
  min-width: 320px;
  font-size: 1.2rem;
}

.sp{
  display: inline-block!important;
}
.pc{
  display: none!important;
}

.go_top{
  right: 10px;
  bottom: 10px;
}
.go_top img{
  width: 90px;
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}

#Header .header_bar{
  background: #FF0090;
  padding: 18px 18px;
}
#Header.top_page .header_bar{
  display: none;
}
#Header .logo{
}
#Header .logo img{
  width: 56px;
}

.global_navi{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background: #231815;
  display: none;
}
.global_navi .global_navi_inner{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Navi{
  width: 335px;
  margin: 0 auto;
}
#Navi ul.nav{
  margin: 0 20px;
}
#Navi ul li{
  text-align: left;
  margin: 10px 0;
  line-height: 1.4;
}
#Navi ul li a{
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
}
#Navi ul li a:hover{
  opacity: 0.7;
}
#Navi ul li a .txt_en{
  font-family: "Montserrat", sans-serif;
  color: #FF0090;
  font-size: 4rem;
  display: block;
  width: 230px;
}

#Navi .link{
  border-top: solid 1px #ffffff;
  padding-top: 35px;
  margin-top: 40px;
}
#Navi .link ul{
  display: block;
}
#Navi .link ul li{
  margin-bottom: 25px;
}


#Header .nav_box{
  position: fixed;
  top:  10px;
  right: 20px;
  z-index: 10;
}
#Header .nav_box img{
  width: 40px;
}
#Header .nav_box:hover{
  cursor: pointer;
}


/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main .inner{
}
#Main section{
}
#Main h2.ttl{
  font-size: 1.8rem;
  font-weight: bold;
  color: #231815;
}
#Main h2.ttl .en_ttl{
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  color: #FF0090;
}
#Main h3.ttl{
}

.more_btn {
  width: 180px;
  cursor: pointer;
}
.more_btn a{
  font-size: 1.5rem;
}
.more_btn::before {
  right: -125px;
}       
.more_btn img{
  right: 10px;
  top: 5px;
  width: 35px;
}

.txt_flow_box img {
  width: 250px;
  margin-right:25px;
}


.item_list li a{
  display: block;
  background: #ffffff;
  padding: 22px 15px 45px;
  position: relative;
}
.item_list li .ttl{
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 2rem;
}
.item_list li .status{
  font-size: 1.1rem;
  bottom: 40px;
}
.item_list li .status.out{
  background: #231815;
}
.item_list li .cate{
  font-size: 1.1rem;
  bottom: 16px;
}
.item_list li .price{
  font-size: 2rem;
  right: 15px;
  bottom: 10px;
}
.item_list li .price span{
  font-size: 1.3rem;
}

/* 640pxまでの幅の場合に適応される */
}

.about_page{
	text-align: center;
	background: #FF0090;
	padding: 200px 50px 80px;
}
.about_page img{
	max-width: 100%;
	height: auto;
}
.about_page .btn_top{
  text-align: center;
  margin-top: 80px;
}
.about_page .btn_top a{
  color: #ffffff;
  background: #231815;
  padding: 8px 20px;
  font-size: 2.2rem;
	font-weight: bold;
}
.about_page .btn_top a:hover{
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

.about_page{
	text-align: center;
	background: #FF0090;
	padding: 80px 30px;
}
.about_page img{
	max-width: 270px;
	height: auto;
}
	
}
