@charset "UTF-8";
@import url("global.css");
@import url("lineup_global.css");
/*--------20240717変更---------*/
#toparea #toptitle-lineup .title .logo .en {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em; }
#toparea #toptitle-lineup .title .logo img {
  width: 400px; }
#toparea #toptitle-lineup .title .catch {
  font-weight: 500; }
#toparea #toptitle-lineup #topimg-lineup {
  background-image: url("../cozy/img/main_new.jpg"); }

#features .list li p span {
  background: linear-gradient(transparent 60%, #e6dc46 60%); }

#intro .textarea .sub {
  font-weight: bold;
  font-size: 20px; }

.fullimg img {
  max-width: none;
  width: 100%; }

#section1 {
  background-image: url("../cozy/img/bg_background.png");
  background-position: center center;
  background-size: 100px auto;
  background-repeat: repeat;
  position: relative;
  padding: 80px 0 60px;
  /*&::before,
  &::after {
  	content: "";
  	position: absolute;
  	top: 0;
  	width: 470px;
  	height: 200px;
  }*/
  /*&::before {
  	background: url("../cozy/img/garland_left.png") no-repeat right bottom;
  	background-size: contain;
  	left: 0;
  }
  &::after {
  	background: url("../cozy/img/garland_right.png") no-repeat right bottom;
  	background-size: contain;
  	right: 0;
  }*/ }
  #section1 .wrapper {
    position: relative; }
  #section1 .maintitle {
    font-weight: bold;
    font-size: 42px;
    color: #1F1F1F;
    text-align: center;
    margin-bottom: 50px; }
    #section1 .maintitle .icon {
      display: block;
      width: 80px;
      margin: 0 auto 20px; }
    #section1 .maintitle .color {
      color: #0E3C7E; }
  #section1 .lead {
    margin-bottom: 50px;
    color: #1F1F1F; }
  #section1 .list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    #section1 .list li {
      background-color: #fff;
      border-radius: 10px;
      box-sizing: border-box;
      width: 46%;
      margin: 2%;
      padding: 40px; }
      #section1 .list li .title {
        color: #0E3C7E;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.4;
        display: -webkit-flex;
        display: flex;
        justify-content: center; }
        #section1 .list li .title span {
          color: #fff;
          background-color: #0E3C7E;
          padding: 1px 8px;
          margin-right: 8px;
          border-radius: 4px; }
  #section1 .image {
    right: 0;
    bottom: -80px;
    position: absolute;
    width: 50%;
    height: 380px; }
    #section1 .image img {
      object-fit: contain;
      font-family: 'object-fit: contain;'; }

#section2 {
  padding: 120px 0; }
  #section2 .maintitle {
    font-weight: bold;
    font-size: 38px;
    text-align: center; }
    #section2 .maintitle span {
      color: #0E3C7E; }
  #section2 .introtxt {
    max-width: 1000px;
    margin: 50px auto; }
  #section2 .image {
    text-align: center; }

#section3 {
  padding: 140px 0; }
  #section3 .maintitle {
    position: relative;
    text-align: center;
    font-size: 38px;
    font-weight: bold; }
    #section3 .maintitle span {
      position: relative;
      z-index: 1; }
    #section3 .maintitle::before {
      content: "COST";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      top: 40%;
      left: 0;
      right: 0;
      line-height: 1;
      font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
      color: rgba(14, 60, 126, 0.1);
      font-weight: 700;
      font-size: 150px;
      letter-spacing: 0.08em; }
  #section3 .introtxt {
    max-width: 1000px;
    margin: 70px auto 60px; }
  #section3 .box .inner {
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    #section3 .box .inner:nth-child(even) .image {
      order: 0; }
    #section3 .box .inner .image {
      order: 2;
      width: 50%; }
    #section3 .box .inner .textarea {
      box-sizing: border-box;
      width: 50%;
      padding: 100px;
      order: 1; }
      #section3 .box .inner .textarea .title {
        font-size: 32px;
        margin-bottom: 20px;
        font-weight: bold; }

.linkbanner {
  background: url("../cozy/img/bannerbg_new.jpg") no-repeat center center;
  background-size: cover; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  #section1 {
    /*&::before,
    &::after {
    	width: 30vw;
    	height: 13vw;
    }*/ }
    #section1 .maintitle {
      font-size: 36px; }
    #section1 .list li .title {
      font-size: 25px; }

  #section3 .box .inner {
    align-items: stretch; }
    #section3 .box .inner .textarea {
      padding: 100px 30px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #toparea #toptitle-lineup .title .logo .en {
    font-size: 90px; }
  #toparea #toptitle-lineup .title .logo img {
    width: 300px; }

  #intro .textarea .sub {
    text-align: center; }

  #section1 {
    padding: 60px 0 0; }
    #section1 .maintitle {
      font-size: 28px;
      margin-bottom: 35px; }
      #section1 .maintitle .icon {
        width: 60px; }
    #section1 .lead {
      margin-bottom: 35px; }
    #section1 .list {
      display: block; }
      #section1 .list li {
        width: auto;
        margin: 0 0 30px; }
    #section1 .image {
      width: 340px;
      margin: 0 auto;
      position: relative;
      bottom: -25px;
      height: auto; }

  #section2 {
    padding: 90px 0; }
    #section2 .maintitle {
      font-size: 30px; }
    #section2 .introtxt {
      margin: 35px auto; }

  #section3 {
    padding: 90px 0; }
    #section3 .maintitle {
      font-size: 30px; }
      #section3 .maintitle::before {
        font-size: 115px; }
    #section3 .introtxt {
      margin: 50px auto 60px; }
    #section3 .box .inner .textarea .title {
      font-size: 24px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #toparea #toptitle-lineup .title .logo .en {
    font-size: 64px; }
  #toparea #toptitle-lineup .title .logo img {
    width: 200px; }

  #intro .textarea .sub {
    font-size: 16px;
    margin-top: 30px; }

  .fullimg {
    height: 0;
    padding-top: 40%;
    position: relative; }
    .fullimg img {
      position: absolute;
      left: 0;
      top: 0; }

  #section1 {
    padding-top: 40px;
    /*&::before,
    &::after {
    	width: 37vw;
    	height: 16vw;
    }*/ }
    #section1 .maintitle {
      font-size: 21px;
      margin-bottom: 30px; }
      #section1 .maintitle .icon {
        width: 50px;
        margin-bottom: 15px; }
    #section1 .lead {
      margin-bottom: 30px; }
    #section1 .list li {
      padding: 30px 25px;
      border-radius: 6px;
      margin-bottom: 20px; }
      #section1 .list li .title {
        font-size: 20px; }
    #section1 .image {
      width: 200px; }

  #section2 {
    padding: 60px 0 50px; }
    #section2 .maintitle {
      font-size: 21px; }
    #section2 .introtxt {
      margin: 25px auto 30px; }

  #section3 {
    padding: 60px 0; }
    #section3 .maintitle {
      font-size: 21px; }
      #section3 .maintitle::before {
        font-size: 85px; }
    #section3 .introtxt {
      margin: 40px auto; }
    #section3 .box .inner {
      display: block; }
      #section3 .box .inner:last-child .image {
        margin-bottom: 0; }
      #section3 .box .inner .textarea {
        padding: 0;
        width: auto; }
        #section3 .box .inner .textarea .title {
          font-size: 19px;
          text-align: center;
          margin-bottom: 15px; }
      #section3 .box .inner .image {
        width: auto;
        margin: 30px 0 40px; } }
