@charset "utf-8";

a {
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
   color: none;
   outline: none;
}
a:hover,
a:visited,
a:active {
    text-decoration: none!important;
}
a:visited {
    color: #000!important;
}
html {
 overflow-y: scroll;
}
@font-face {
font-family: 'Optima-Regular';
src: url("/static/full/icebreaker/assets/fonts/realfleece2023//Optima-Regular.otf") format('opentype'),
    url("/static/full/icebreaker/assets/fonts/realfleece2023/Optima-Regular.woff") format('woff');
}
@font-face {
font-family: 'Silk-Serif-Regular';
src: url("/static/full/icebreaker/assets/fonts/realfleece2023/Silk-Serif-Regular.otf") format('opentype'),
    url("/static/full/icebreaker/assets/fonts/realfleece2023/Silk-Serif-Regularr.woff") format('woff');
}
@font-face {
font-family: 'Public Sans';
src: url("/static/full/icebreaker/assets/fonts/realfleece2023/PublicSans.otf") format('opentype'),
    url("/static/full/icebreaker/assets/fonts/realfleece2023/PublicSans.woff") format('woff');
}
.uq_lp {
	color: #444;
    margin: 0;
	height: 100%;
	text-align: left;	
	background: #F4F4F4;
	font-family: 'Noto Sans JP', 'Public Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	text-orientation: upright;
	-webkit-text-orientation: upright;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-top: 38px!important;
}

h1,h2,h3,h4,h5,h6,p,th {
	font-weight: normal;
	margin:0;
}
ul {
	margin:0;
	padding: 0;
}
a,
a:link {
	color: #444;
	text-decoration: none;
    transition: 0.4s;
    opacity: 1;
}
a:hover{
	text-decoration: none;
    opacity: 0.7;
}
img {
    width: 100%;
    height: 100%;
}
.pc-only,
.pc-section {
    display: block;
}
.sp-only,
.sp-section {
    display: none;
}

/* fadein */
.fadein {
   opacity: 0;
   transition: all 0.5s 0s ease-out;
 }
.fadein:nth-of-type(2) {
    transition-delay: 300ms;
}
.fadein.isshow {
    opacity: 1;
}
.fadein-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s 0s ease-out;
}
.fadein-up:nth-of-type(2) {
    transition-delay: 300ms;
}
.fadein-up:nth-of-type(3) {
    transition-delay: 600ms;
}
.fadein-up.isshow,
.fadein-up-deley.isshow {
    opacity: 1;
    transform: translateY(0px);
}
.fadein-late {
    opacity: 0;
 }
.fadein-late.isshow {
    transition: opacity 1200ms,transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 600ms;
    opacity: 1;
}
.br-sp { display:none; }
.br-pc { display:block; }


/* top */
#top{
   height: 80vh;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
}
#top .bg{
    height: 80vh;
    width: 100%;
    background-image: url("/static/full/icebreaker/assets/img/realfleece2023/top.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 	animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn { 
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#top .icebreaker.blur  {
    position: absolute;
    top: 25%;
    left: 55%;
    width: 15%;
    opacity: 0;
    animation-name: blurAnime;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
}
@keyframes blurAnime{
  from {
  filter: blur(30px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
#top .title.blur  {
    position: absolute;
    top: 40%;
    left: 55%;
    opacity: 0;
    animation-name: blurAnime;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-delay: 1.0s;
    width: 24%;
}
@keyframes blurAnime{
  from {
  filter: blur(30px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
.sub-title.blur-sub  {
    display: flex;
    letter-spacing: 0.08em;
    font-size: 1em;
    line-height: 2;
    color: #fff;
    position: absolute;
    top: 52%;
    font-family: 'Public Sans', sans-serif;
    left: 55%;
    font-weight: bold;
    opacity: 0;
    animation-name: blurAnime-sub;
    animation-duration: 1.3s;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}
@keyframes blurAnime-sub{
  from {
  filter: blur(30px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
section.intro {
	font-size: 1.1em;
    line-height: 2;
    text-align: center;
    margin: 150px auto;
    letter-spacing: 0.08em;
}
div.section01 {
	width: 100%;
	display: flex;
	align-items: flex-start;
}
div.section02 {
	display: flex;
    width: calc(100% - 100px);
    justify-content: space-between;
    margin: -25% auto 0;
    align-items: flex-end;
}
div.section03 {
    margin: 15% 50px 15% auto;
    width: 65%;
    display: flex;
    align-items: flex-end;
}
div.section05 {
	width: calc(100% - 100px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
div.section07 {
	display: flex;
	margin: 150px 0;
	width: 100%;
	align-items: flex-start;
}
div.section08 {
	width: calc(100% - 100px);
	margin: 200px auto 250px;
}
div.ph-01 {
	width: 70%;
}
div.ph-02 {
	width: 36%;
	margin: 30% 0 0 -5%;
}
div.ph-02 p {
	display: flex;
}
div.ph-02 p:first-child {
	margin-bottom: 20px;
}
div.ph-03 {
	width: 45%;
    margin: 0 15% 0 0px;
}
div.ph-04 {
	width: 60%;
    display: flex;
}
div.ph-05 {
	width: 73%;
    margin: 0 0 150px auto;
}
div.ph-06 {
	width: 40%;
}
div.ph-07 {
	width: 33%;
	margin-top: 30%;
}
div.ph-07 p {
	display: flex;
}
div.ph-07 > p:first-child {
	margin-bottom: 20px;
}
div.section07 > div {
	width: 50%;
}
div.ph-08 {
	display: flex;
}
div.section07 div.ph-09 {
	width: 30%;
	margin: 10%;
}
div.ph-10 {
	width: 60%;
	margin: 0 auto 80px;
}
div.section03 div.item-caption {
	width: 40%;
    margin-left: 30px;
}
div.ph-07 div.item-caption {
	margin-top: 30px;
}
div.section07 div .item-caption {
	margin: 30px auto 0 50px;
}
div.item-caption {
	font-size: 1em;
}
div.section02 div.text-area {
	width: 35%;
}
div.section05 div.text-area {
	width: 35%;
	margin: -29% auto 0 50px;
}
div.section08 div.text-area {
	width: 35%;
	margin: 0 auto;
}
div.section08 div.text-area .title {
	text-align: center;
}
div.text-area .title {
	font-size: 1.6em;
    letter-spacing: 0.08em;
    padding-bottom: 20px;
}
div.text-area .tx {
	line-height: 2;
	font-size: 0.95em;
}
div.item-caption .item-name {
    display: inline-block;
	font-family: 'Public Sans', sans-serif;
}
.item-caption p.item-name a {
    position: relative;
    display: block;
    overflow: hidden;
	font-family: 'Public Sans', sans-serif!important;
}
.item-name a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #444;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform ease .3s;
}
.item-name a:hover {
    color: #fff!important;
    opacity: 1;
}
.item-name a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.item-name a:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #444;
    display: block;
    position: relative;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform .3s;margin-bottom: 3px;
}
.item-name a:hover::after {
    transform: scale(1, 1);
}
.item-name a:active {
    color: #fff;
    opacity: 1;
}
.item-caption p.item-price {
    font-family: 'Public Sans', sans-serif;
    font-size: 0.8em;
}

section#lineup {
	width: calc(100% - 100px);
    margin: 0 auto 150px;
}
div.item-title {
	font-family: 'Optima-Regular', serif;
    font-size: 2.2em;
    margin-bottom: 30px;
}
div.item-box-area {
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	margin: 0 auto;
}
div.item-box-area .item-box {
	width: 32.5%;
	margin-right: 1.25%;
}
div.item-box-area .item-box:last-child {
	margin-right: 0;
}
div.item-box .item-img a img {
	opacity: 1;
	transition: 0.4s;
}
div.item-box .item-img a:hover img {
	opacity: 0.7;
}
div.credit {
	font-family: 'Optima-Regular', sans-serif;
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 100px;
	line-height: 2;
}
@media screen and (min-width:1600px) {
#top h1 {
    font-size: 5em;
}
.sub-title {
    font-size: 1.2em;
}
}

@media screen and (max-width:820px) {
.sub-title.blur-sub {
    font-size: 1.1em;
    top: 50%;
}
div.section02 {
    margin: 50px auto 0;
}
div.item-box-area {
    width: 90%;
}
}
@media screen and (max-width:769px) {

.pc-only,
.pc-section {
    display: none;
}
.sp-only,
.sp-section {
    display: block;
}
.item-name a {
    transition: 0s;
}
.item-name a:active,
.item-name a:hover {
    color: #fff;
    opacity: 1;
}
.item-name a:hover::before {
  color: #fff;
}
#top  {
	height: 90vh;
}
#top .bg {
	height: 90vh;
    background-image: url("/static/full/icebreaker/assets/img/realfleece2023/top_sp.jpg");
}
#top .icebreaker.blur {
    top: 10%;
    left: 25px;
    width: 25%;
}
#top .title.blur {
    top: 35%;
    left: 25px;
    width: 45%;
}
.sub-title.blur-sub {
    font-size: 0.6em;
    top: 43%;
    left: 25px;
}
section.intro {
    font-size: 1.1em;
    margin: 80px auto;
}
div.section01 {
    display: block;
}
div.section02 {
    margin: 80px 0 0;
    display: block;
    width: 100%;
}
div.section03 {
    margin: 80px auto;
    width: 70%;
    display: block;
}
div.section05 {
    width: 100%;
    margin: 100px 0;
    display: block;
}
div.section07 {
    display: block;
    margin: 0;
}
div.section08 {
    width: calc(100% - 50px);
    margin: 100px auto 150px;
}
div.ph-01 {
    width: 100%;
}
div.ph-02 {
    width: 60%;
    margin: 50px 0 0 auto;
}
div.ph-02 p:first-child {
    margin-bottom: 10px;
}
div.ph-03 {
    width: calc(75% - 25px);
    margin: 0 auto 0 25px;
}
div.ph-04 {
    width: 100%;
}
div.ph-06 {
    width: 78%;
}
div.ph-05 {
    width: calc(100% - 25px);
    margin: 0 0 0 auto;
}
div.ph-07 {
    width: 60%;
    margin: -20% 0 0 auto;
}
div.ph-07 > p:first-child {
    margin-bottom: 10px;
}
div.section07 div.ph-09 {
    width: 63%;
    margin: 50px 25px 0 auto;
}
div.ph-10 {
    width: 100%;
}
div.section07 > div {
    width: 80%;
}
div.section02 div.text-area {
    width: calc(100% - 75px);
    margin: 80px auto 0;
}
div.section05 div.text-area {
    width: calc(100% - 75px);
    margin: 100px auto 0;
}
div.section08 div.text-area {
    width: calc(100% - 25px);
    margin: 0 auto;
}
div.section08 div.text-area .title {
	text-align: left;
}
div.section05 div.text-area .tx{
	width: 100%;
}
div.section08 div.text-area .tx{
	width: 100%;
}
div.text-area .title {
    font-size: 1.4em;
    letter-spacing: 0.08em;
    padding-bottom: 20px;
    line-height: 2;
	text-align: left;
}
div.text-area .tx {
    line-height: 2;
    font-size: 1em;
    width: 100%;
    text-align: justify;
}
div.item-caption {
    font-size: 1em;
}
div.section03 div.item-caption {
    width: 100%;
    margin: 20px auto 0 0;
}
div.ph-07 div.item-caption {
    margin-top: 20px;
}
div.ph-07 div.item-caption .item-name:nth-of-type(3) {
    margin-top: 10px;
}
.item-caption p.item-price {
    font-size: 0.8em;
	padding-top: 5px;
}
div.section07 div .item-caption {
    margin: 20px auto 0 25px;
}
section#lineup {
    width: calc(100% - 25px);
    margin: 0 auto 150px;
}
div.item-title {
    font-size: 1.8em;
    margin: 0 25px 40px;
}
div.item-box-area {
    display: block;
    width: calc(100% - 50px);
    margin: 0 25px;
}
div.item-box-area .item-box {
    width: 100%;
    margin-right: 0;
	margin-bottom: 50px;
}
div.item-box-area .item-box .item-img {
	display: flex;
	margin-bottom: 20px;
}


}
@media screen and (max-width:540px) {
    .item-caption {
    font-size: 0.7em;
}
}
@media screen and (max-width:428px) {

}