@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap");
.shopmenu .toggle {
  transition-duration: 0.7s;
  background: #666; }

.shopmenu .toggle:hover,
.shopmenu .toggle:active {
  background: #888; }

.navigation .nav-concepts a {
  background-image: url("../images/menu-item00.png"); }

.navigation .nav-products a {
  background-image: url("../images/menu-item01.png"); }

.navigation .nav-shops a {
  background-image: url("../images/menu-item02.png"); }

.navigation .nav-company a {
  background-image: url("../images/menu-item03.png"); }

.navigation .nav-usage a {
  background-image: url("../images/menu-item04.png"); }

.navigation li a:hover span,
.navigation .nav-current-page span,
.navigation li.nav-company a:hover span,
.navigation li.nav-company.nav-current-page span {
  border-bottom-color: #333; }

.sticky-nav .nav-logo {
  margin-right: 4.4%; }

header x.menu-toggle-icon-mobile {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%); }

.pc {
  display: block; }

.sp {
  display: none; }

sup{
    font-size: 0.45em;
    position: relative;
    top:-0.5em;
}

.f-box{
    display: flex;
}

.frozenbright {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  overflow: hidden;
color: #555;}
  .frozenbright * {
    box-sizing: border-box; }
  .frozenbright ul, .frozenbright li, .frozenbright p, .frozenbright h1, .frozenbright h2, .frozenbright h3, .frozenbright h4, .frozenbright h5, .frozenbright h6 {
    padding: 0;
    margin: 0; }
  .frozenbright .pc {
    display: block; }
  .frozenbright .sp {
    display: none; }
  .frozenbright em,
  .frozenbright i {
    font-style: normal; }
  .frozenbright figure {
    display: block;
    margin: 0;
    padding: 0; }
  .frozenbright img {
    max-width: 100%;
    height: auto; }
  .frozenbright .font_g {
    font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400; }
  .frozenbright .font_mt {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500; }
  .frozenbright .font_mt4 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400; }
  .frozenbright .font_mt6 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600; }
  .frozenbright .full_width {
    width: 100%; }
  .frozenbright .w1240 {
    width: 1240px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .frozenbright .w1000 {
    width: 1000px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto; }
  .frozenbright .mid_width {
    width: 768px;
    max-width: 92%;
    margin: 0 auto; }

.frozenbright-contents {
  /*  background: 
     url("../images/bg-lead.jpg") no-repeat center 0, 
     url("../images/bg-lead2.jpg") repeat-x center 0;
   background-size:1240px,1240px;
  */
  position: relative;
  top: -2px;
  z-index: 5;
  font-feature-settings: "palt";
  transition-duration: 3.2s; }
  .frozenbright-contents h2,
  .frozenbright-contents h3,
  .frozenbright-contents h4,
  .frozenbright-contents h5,
  .frozenbright-contents h6,
  .frozenbright-contents dl,
  .frozenbright-contents dt,
  .frozenbright-contents dd,
  .frozenbright-contents ul,
  .frozenbright-contents ol,
  .frozenbright-contents li {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none; }
  .frozenbright-contents ruby {
    ruby-align: center;
    line-height: 1.2;
    position: relative; }
    .frozenbright-contents ruby rt {
      text-align: center;
      letter-spacing: 0.1em; }
  .frozenbright-contents sup {
    font-size: 10px;
    vertical-align: super;
    font-family: "Yu Gothic","游ゴシック","YuGothic","游ゴシック体","Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,"sans-serif";
    position: relative;
    top: -0.2em;
    font-weight: 400;
    padding-left: 2px; }

.fadeIn,
.fadeIn2 {
  transition-duration: 1.5s;
  opacity: 0; }
  .fadeIn.inView,
  .fadeIn2.inView {
    opacity: 1; }

.upIn,
.upIn2 {
  transition-duration: 0.7s;
  opacity: 0;
  position: relative;
  top: 24px;
  z-index: 2; }
  .upIn.inView,
  .upIn2.inView {
    opacity: 1;
    top: 0; }


/*---------KV下 横スクロール文字ループ-----------*/
.section__marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
    width: 100vw;
    margin: 0 0 150px 0;
    padding: 20px 0 18px;
    background-color: #c5deee;
}

.section__marquee img.logo_svg{
    width: 800px;
    max-width: none;
}

p.marquee__text {
  display: inline-block;
  padding-right: 100px;
  animation: marquee 15.5s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}




/*--------------------*/
.frozenbright-kv{
    width: 100vw;
    min-height: 650px;
    background: url("../images/KV_bg.jpg") no-repeat center 0;
  background-size: auto 650px;
background-color:#8aa8cd;
}

.frozenbright-lead{
    background-image: url("../images/lead_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100vw auto;
    background-color: #FFF;
}

img.lead_img{
    width: 900px;
}

.bubble{
    width: 75%;
    margin:80px auto 0;
}
.bubble ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bubble li{
    background-image: url("../images/bubble_bg.png");
    background-size: 100% 100%;
    width:180px;
  aspect-ratio: 1;
    list-style: none;
    margin:0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.75em;
    line-height: 1.25em;
    color: #00437a;
}

  .frozenbright-lead .notes {
      color: #666666;
	text-align: right;
	margin-top: 20px; }


p.frozenbright-lead2{
    font-size: 1.6em;
    line-height: 2.7em;
    margin: 80px 0;
    color: #00437a;
}


.point_box .f-box{
    max-width:850px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}

.purchase_btn00 img{
    display: block;
    width: 120px;
    margin: auto;
}


    
.frozenbright-content-main {
  text-align: center;
  padding: 160px 0 240px;
  background: url("../images/content_bg.jpg") center bottom;
  background-size: cover; }
    
.frozenbright-content-main h2 {
    padding: 0 0 30px;
      font-size: 2.3em;
    display: flex;
      align-items: center;
      justify-content: center;
    color: #006db7;
}
    
.frozenbright-content-main h2 span {
      display: inline-block;
      color: #666;
      font-size: 0.5em;
        margin:0 0.6em 0 0;
}
    
.frozenbright-content-main h2 b {
      font-size: 35px;
      display: block;
      line-height: 1;
      font-weight: 600; }

.point_box .point_box_w{
    width: 90%;
    max-width: 900px;
    padding: 80px 50px 50px;
    margin: auto;
    position: relative;
    border-radius: 15px;
    background-color: rgb(255 255 255 / 0.7);
}

.point_box h3{
    margin: 0 auto 40px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.point_box h3 img{
    width: 230px;
}
.point_box p{
    width: 550px;
    text-align: justify;
    font-size: 1.3em;
    line-height: 1.7em;
    margin: 0 30px 0 0;
}
.point_box.point3 p{
    width: 450px;
}

.point1 img{
    width: 150px;
}
.point2 img{
    width: 350px
}
.point3 img{
    width: 300px
}

.point_box .notes{
    width: 450px;
    text-align: left;
    font-size: 0.7em;
    margin: 20px 0 0 0;
    text-indent: -1.5em;
    padding: 0 0 0 1.5em;
}




.kaori_box{
    text-align: center;
    margin: 0 0 100px 0;
}
.kaori_box p{
    font-size: 1.8em;
    margin: 0 0 30px 0;
    color: #006db7;
}
.kaori_box img{
    width: 420px;
}


  .step h3,.how_to h3 {
      text-align: center;
      font-size: 2em;
    color: #006db7;
    display: inline-block;
    position: relative;
    padding: 0 2em 0px;
      margin: 0 0 30px 0;
}


.step h3::before,.step h3::after,
.how_to h3::before,.how_to h3::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #2589d0;
}

.step h3::before,.how_to h3::before {
    left: 0;
}

.step h3::after,.how_to h3::after {
    right: 0;
}



.step{
    text-align: center;
}
.step img{
    width: 85%;
    max-width: 350px;
    margin:0 auto 10px;
    display: block;
}



.how_to {
  padding: 120px 0 80px;
}
.how_to .how_to_contents {
    text-align: center;
}
.how_to h3 {
    font-weight: 600;
}
.how_to p {
    width: 90%;
    max-width: 800px;
    font-size: 1.25em;
    padding-bottom: 20px;
    text-align: left;
    margin: auto;
    font-weight: 300;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.how_to ul {
    width: 90%;
    max-width: 800px;
    min-height: 90px;
    text-align: left;
    margin: auto;
    padding: 0 80px 0 0;
    background-image: url("../images/how_to_img.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 90px;
}
.how_to li {
    font-size: 0.85em;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 2px 0;
    font-weight: 300;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.pc_br{display: inline-block;}
.sp_br{display: none;}






/*------ 768 tablet以下-----*/
@media only screen and (max-width: 768px) {
.sp_br{display: inline-block;}
.pc_br{display: none;}
    
.frozenbright-kv{
    width: 100vw;
    min-height: auto;
    background: none;
}
    img.kv-sp{
        width: 100vw;
        height: auto;
    }
.frozenbright-kv-wrap .w1240 {
        padding: 0!important;
    }


.frozenbright-lead{
    background-image: url("../images/lead_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100vw auto;
    background-color: #FFF;
}
    .frozenbright-lead {
         padding: 0px 0px 50px!important;
    }
.section__marquee {
    margin: 0 0 50px 0;
    padding: 15px 0 13px;
}
p.marquee__text {
    padding-right: 60px;
}
.section__marquee img.logo_svg{
    width: 450px;
    max-width: none;
}

img.lead_img{
    width: 85%;
    margin: auto;
}

.bubble{
    width: 100%;
    margin:30px auto 0;
}
.bubble ul{
    flex-wrap: wrap;
}
.bubble li{
    width:35vw;
    margin:0 4vw;
    font-size:5.5vw;
}
    .bubble li:first-of-type{
        margin:0 20%;
}

  .frozenbright-lead .notes {
    width: 90%;
	margin: 10px auto 0!important; }


p.frozenbright-lead2{
    width: 90%;
    font-size: 6.5vw;
    line-height: 2em;
    margin: 80px auto;
}


.frozenbright-purchase {
    width: 86%!important;
    max-width: 800px;
    padding:70px 50px 55px;
    margin:0 auto 180px;
    box-sizing: border-box;
  background: #fff;
    }
    
.purchase_tx h2 {
margin: 0 0 0px 0!important;}
    
.frozenbright-content-main {
    padding: 120px 15px!important;
}

.purchase_btn00 img{
    display: block;
    width: 110px;
    margin:10px auto 0;
}

.point_box .point_box_w{
    width: 100%;
    max-width: 900px;
    padding: 70px 25px 50px;
    margin: auto;
}
.point1 .point_box_w{
    padding: 70px 25px 20px;
}

.point_box .f-box{
    display: block;
}


    
.frozenbright-content-main {
  padding: 160px 0 240px;}
    
.frozenbright-content-main h2 {
    padding: 0 0 30px;
      font-size: 1.8em;
    display: block;
}
    
.frozenbright-content-main h2 span {
      display: block;
      font-size: 0.5em;
        margin:0 0.6em 0 0;
}
    



.point_box h3{
    margin: 0 auto 40px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
}
.point_box h3 img{
    width: 180px;
}
.point_box p{
    width: 100%;
    font-size: 1.3em;
    line-height: 1.7em;
    margin: 0 30px 0 0;
}
.point_box.point3 p{
    width: 100%;
} 
    
.point_box p{
    text-align: left;
    font-size: 1em;
    line-height: 1.6em;
    margin: 0 0 30px 0;
}
.point1 p{
    margin: 0 0 -20px 0;
}

.point1 .f-box img{
    width: 20%;
    display: block;
    margin:0 0 0 auto;
}
.point2 img{
    width: 96%
}
.point3 img{
    width: 90%
}

.point_box .notes{
    width: 100%;
    text-align: left;
    font-size: 0.6em;
    margin: 20px 0 0 0;
}



.kaori_box{
    width: 85%;
    text-align: center;
    margin: 0 auto 100px auto;
}
.kaori_box p{
    text-align: left;
    font-size: 1.2em;
    margin: 0 0 30px;
}
.kaori_box img{
    width: 420px;
}


  .step h3,.how_to h3 {
      text-align: center;
    padding: 0 16vw 0px;
      font-size: 6.4vw;
}
.step h3::before,.step h3::after,
.how_to h3::before,.how_to h3::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #2589d0;
}
    
.step{
    text-align: center;
}
.step img{
    width: 75%;
    max-width: 350px;
    margin:0 auto 10px;
    display: block;
}



.how_to {
  padding: 120px 0 40px;
}
.how_to .how_to_contents {
    text-align: center;
}

.how_to p {
    width: 85%;
    max-width: 800px;
    font-size: 1em;
    line-height: 1.65em;
    padding-bottom: 20px;
    text-align: left;
    margin: auto;
}

.how_to ul {
    width: 85%;
    max-width: 800px;
    padding: 0 75px 0 0;
    margin: auto;
    text-align: left;
}
.how_to li {
    font-size: 0.75em;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px 0;
}    
    




}


/*--------------------*/
.frozenbright-kvlead {
}

.frozenbright-kv {
  position: relative; }


.scroll {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  display: block;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  writing-mode: vertical-lr;
  transition-delay: 0.2s; }

.scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #ccc url("../images/kv.jpg") center -300px; }

.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #333;
  animation: sdl 7s cubic-bezier(0.42, 0, 0.23, 0.99) 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%; } }
.inView .frozenbright-contents {
  opacity: 1;
  transition-duration: 3.2s; }


.rubyy {
  position: relative; }
  .rubyy i {
    position: absolute;
    top: -1.2em;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.1em;
    font-size: 11px; }

.frozenbright-lead {
  position: relative;
  text-align: center;
  padding: 0px 0px 55px 0px; }

  .frozenbright-lead h3 {
      text-align: center;
    padding: 0 0 24px;
    margin: 0;}
  .frozenbright-lead h3 img{
    margin: auto;}


  .frozenbright-lead h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 2.2;
    font-weight: 400; }
  .frozenbright-lead h4 i {
    font-size: 9px;
    letter-spacing: 0;
    transform: translateX(-50%);
    transform-origin: left center; }


.frozenbright-purchase {
    width: 80%;
    max-width: 800px;
    padding:70px 50px 55px;
    margin:0 auto 120px;
    box-sizing: border-box;
  background: #fff;
border: 1px solid #00437a;}

.purchase_wrap {
  display: flex;
  justify-content: center;
  align-items: center; }

.purchase_im {
  flex: 0 0 160px;
  padding: 0 60px 0 0; }

.purchase_tx h2 {
  font-size: 21px;
  font-weight: 700;
margin: 0 0 20px 0;}
.purchase_tx .purchase_info {
  font-size: 16px;
  transition-delay: 0.5s;
  margin-bottom: 8px; }
  .purchase_tx .purchase_info b {
    color: #c70034;
    font-weight: 500;
    display: inline-block;
    padding: 0 3px 0 1px; }
.purchase_tx .purchase_line {
  transition-delay: 1.0s;
  display: block;
  width: 1em;
  height: 1em; }
.purchase_tx .purchase_btn {
  transition-delay: 1.2s; }
  .purchase_tx .purchase_btn abbr {
    font-size: 17px; }
  .purchase_tx .purchase_btn i {
    position: relative;
    display: inline-block;
    margin: 0 0 0 5px; }
  .purchase_tx .purchase_btn a {
    text-decoration: none;
    color: #222;
    background: url("../images/btn-bg.svg") no-repeat right bottom;
    background-size: contain;
    padding: 8px 16px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.1em;
    z-index: 2;
    position: relative;
    transition-duration: 0.4s; }
    .purchase_tx .purchase_btn a em {
      letter-spacing: 0.05em; }
    .purchase_tx .purchase_btn a:hover {
      transform: translate(3px, 3px); }
  .purchase_tx .purchase_btn i::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/btn-line.svg") no-repeat right bottom;
    background-size: contain;
    right: -3px;
    bottom: -3px;
    z-index: 1; }
.purchase_tx .purchase_notes {
  padding: 16px 0 0;
  transition-delay: 1.5s; }

.notes {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Yu Gothic","游ゴシック","YuGothic","游ゴシック体","Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,"sans-serif"; }




.frozenbright-content .content-ti-h2 {
  text-align: center;
  position: relative;
  margin-bottom: 24px; }
  .frozenbright-content .content-ti-h2 em {
    display: inline-block;
    background: #fff;
    padding: 4px 16px;
    position: relative;
    z-index: 5;
    line-height: 0; }
    .frozenbright-content .content-ti-h2 em img {
      height: 50px;
      width: auto; }
  .frozenbright-content .content-ti-h2::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 1px;
    background: #fff url("../images/line.svg") center;
    background-size: cover;
    left: 0;
    top: 72%; }
.frozenbright-content .content-ti-h2::after {
  width: 1px;
  left: 50%;
  transition-duration: 1.4s;
  transform: translateX(-50%);
  transition-delay: 0.8s; }
.frozenbright-content .content-ti-h2.inView::after {
  width: 100%;
  transform: translateX(-50%); }
.frozenbright-content h3 {
  text-align: center;
  padding: 0 0 32px; }
  .frozenbright-content h3 span {
    display: block;
    color: #666;
    font-size: 24px;
    padding: 0 0 8px;
    font-weight: 600; }
  .frozenbright-content h3 b {
    font-size: 32px;
    display: block;
    line-height: 1;
    font-weight: 600; }
.frozenbright-content h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 80px; }




.txtC {
  text-align: center; }




p.linkstyle1 em {
  display: inline-block;
  position: relative; }
p.linkstyle1 em::after {
  content: "";
  position: absolute;
  width: 1px;
  bottom: -3px;
  left: 0;
  border-bottom: 1px solid #63b37e;
  transition-duration: 1.2s;
  transition-delay: 0.5s; }
p.linkstyle1 em.inView::after {
  width: 100%; }
p.linkstyle1 a {
  display: inline-block;
  padding: 1px 6px 3px;
  background: #63b37e;
  border: 1px solid #63b37e;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s; }
p.linkstyle1 a:hover {
  background: none;
  color: #63b37e; }

.txtR {
  text-align: right; }



/*


*/
/*------ 1366px以下-----*/
@media only screen and (max-width: 1366px) {
  .biosign .main_over_box {
    width: 100%; } }
/*------ 1240px以下-----*/
@media only screen and (max-width: 1240px) {
  .frozenbright .w1240.notes {
    max-width: 92%; } }
/*------ 1000px-----*/
@media only screen and (max-width: 1000px) {
  .sticky-nav ul {
    width: 80%; }

  .navigation li,
  .sticky-nav .nav-company {
    padding-left: 2vw;
    padding-right: 0; }

  .sticky-nav .nav-concepts a {
    width: 95px;
    height: 12px; }

  .sticky-nav .nav-products a {
    width: 50px;
    height: 12px;
    background-size: contain !important; }

  .sticky-nav .nav-shops a {
    width: 72px;
    height: 12px;
    background-size: contain !important; }

  .sticky-nav .nav-company a {
    width: 50px;
    height: 12px;
    background-size: contain !important; }

  .sticky-nav .nav-usage a {
    width: 50px;
    height: 12px;
    background-size: contain !important; }

  .frozenbright-kv-wrap h1,
  .frozenbright-kv-wrap h2 {
    flex: 0 0 40%;
    padding: 0 16px 48px; }

  .how_to li {
    flex: 0 0 25%;
    padding-right: 0; } }
/*------ 768 tablet以下-----*/
@media only screen and (max-width: 768px) {

    
    
    
    
  header {
    border-top: 6px solid #fff; }

  .img-overlay {
    background: #fff; }

  .frozenbright .pc {
    display: none; }
  .frozenbright .sp {
    display: block; }



  .scroll {
    bottom: -120px;
    transform: translateY(0);
    transition-delay: 1.6s; }

  .frozenbright-contents {
    background-size: 208vw,208vw; }

  .frozenbright-lead h3 {
    font-size: 4vw; }
  .frozenbright-lead h4 {
    font-size: 2.6vw; }

  .frozenbright-content-main {
    padding: 120px 16px; }
    .frozenbright-content-main ul {
      display: block;
      padding: 0 40px; }

  .frozenbright-content .w1000 {
    max-width: 100%; }
  .frozenbright-content .notes {
    max-width: 92%; }
  .frozenbright-content .content-ti-h2 {
    text-align: left;
    padding-left: 4%; }
    .frozenbright-content .content-ti-h2 em {
      padding-left: 0; }
    .frozenbright-content .content-ti-h2::after {
      left: 0;
      top: 102%;
      transform: translateX(0); }
    .frozenbright-content .content-ti-h2.inView::after {
      transform: translateX(0); }
  .frozenbright-content h3 {
    text-align: left; }
    .frozenbright-content h3 span {
      font-size: 18px; }
    .frozenbright-content h3 b {
      font-size: 4vw; }
  .frozenbright-content h4 {
    text-align: left; }



}
.ssp {
  display: none; }


/*------ 480 tablet以下-----*/
@media only screen and (max-width: 480px) {
  .ssp {
    display: block; }

  .img-overlay {
    background: none; }

  .frozenbright-kv-wrap h2 img {
    width: 6vw; }

  .frozenbright-kvlead {
    background-size: 172vw;
    background-position: center -24vw; }

  .frozenbright-kv-wrap .w1240 {
    background-size: 250vw; }
  .frozenbright-kv-wrap h1 b {
    font-size: 4vw;
    max-width: 80vw; }
  .frozenbright-kv-wrap h1 strong {
    max-width: 54vw; }

  .scroll {
    transition-delay: 0.4s; }

  .frozenbright-purchase {
    padding: 22px 16px; }

  .purchase_wrap {
    align-items: flex-start; }

  .purchase_im {
    padding: 0;
    flex: 0 0 30%;
    position: relative; }
    .purchase_im img {
      position: absolute;
      top: -11vw;
      left: 1vw;
      width: 20vw; }

  .purchase_tx {
    flex: 0 0 70%;
    text-align: center;
    display: flex;
    flex-direction: column; }
    .purchase_tx h2 {
      letter-spacing: -0.1em;
      font-size: 5vw;
      order: 1; }
    .purchase_tx p {
      order: 3; }
    .purchase_tx .purchase_line {
      width: 50%;
      order: 2;
      height: 0em;
      margin: 8px 0; }
    .purchase_tx .purchase_btn abbr {
      padding-bottom: 4px;
      display: block; }
    .purchase_tx .purchase_btn a {
      font-size: 4vw; }
    .purchase_tx .purchase_notes {
      font-size: 2.2vw;
      white-space: nowrap; }

  .frozenbright-contents {
    top: 0; }

  .frozenbright-content .content-ti-h2 {
    margin-bottom: 8px; }

  .frozenbright-content .content-ti-h2 em img {
    height: 38px; }

  .frozenbright-content h3 {
    padding-bottom: 24px; }

  .frozenbright-content h3 span {
    font-size: 4.8vw;
    padding-bottom: 2px; }

  .frozenbright-content h3 b {
    font-size: 6.4vw;
    line-height: 1.1; }

  .frozenbright-content h4 {
    font-size: 4vw;
    margin-bottom: 40px; }

  .frozenbright-content-main h2 span {
    font-size: 4.4vw;
    padding-bottom: 1px; }

  .frozenbright-content-main h2 b {
    font-size: 8vw;
    line-height: 1.4; }



  .frozenbright-lead {
    padding: 240px 12px 50px; }
    .frozenbright-lead .rubyy i {
      top: -1.2em;
      transform: scale(0.9) translateX(-50%); }
    .frozenbright-lead h3 {
      font-size: 6vw; }
    .frozenbright-lead h4 {
      font-size: 4.0vw; }
	.frozenbright-lead .notes {
	text-align: right;
	margin-top: 50px; }

  .notes {
    font-size: 10px; }


  .frozenbright-content-1,
  .frozenbright-content-2,
  .frozenbright-content-3 {
    padding-bottom: 80px; }

  .frozenbright-content-4 .content-ti-h2 em img {
    height: 13vw; }


}
/*------ 380px以下-----*/
@media only screen and (max-width: 380px) {
  .frozenbright-kvlead {
    background-position: center -12vw; }

  div.toromirich {
    width: 52vw; }

  .toromi-conents div strong {
    font-size: 5vw; }

  .toromi-conents figure {
    top: 54%;
    width: 40%; }

  .hakko-conents li {
    flex: 0 0 33.33%; }

  .hakko-conents li em {
    letter-spacing: -0.1em;
    font-size: 10px; } }

.breadcrumbs {
  background-color: #fff;
  text-align: left;
  color: #b2b2b2;
  font-size: 12px;
  padding: 0 10px;
  border-top: 1px solid #dedede; }

.breadcrumbs a {
  text-decoration: none; }

.breadcrumbs a:link, .breadcrumbs a:visited {
  color: #808080; }

.breadcrumbs a:hover, .breadcrumbs a:active {
  text-decoration: underline; }

.breadcrumbs ul {
  list-style: none;
  line-height: 1.4;
  max-width: 950px;
  margin: 0 auto;
  padding: 14px 0; }

.breadcrumbs li {
  display: inline-block; }
