@charset "utf-8";
 
.auto-slide-container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
}
.auto-slide-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 3080px;
  flex: none;
}
.auto-slide-container.anime .auto-slide-wrapper {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
}
.auto-slide-container.anime .auto-slide-wrapper + .auto-slide-wrapper {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
.auto-slide-wrapper .auto-slide {
  margin: 0 10px;
  width: 750px;
}
.auto-slide-wrapper .auto-slide img {
  display: block;
  width: 100%;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
 @-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
/* pc */
@media screen and (min-width: 769px) {
  #graduation {
    padding: 150px 0px 0px 0px;
}
  .sp-only {
    display: none;
  }
  .sp-only.tb-only {
    display: inline-block;
  }
/* メインビジュアル */
  #graduation article .main_visual {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  #graduation .main_visual  img {
    width: 100%;
    vertical-align: bottom;
  }

/* メインコンテンツ　リード */   
  #graduation article.contents {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 100px;
    padding: 0;
  }
  #graduation article.contents.read {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto ;
    padding: 0;
  } 
  #graduation .read_block{
    text-align: center;
    padding: 70px 0 150px;
    background-size: 100%;
    background-position: center top;
  }
  #graduation .read_block .headding_b{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  #graduation .read_block p{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
  #graduation .imagebox{
    width: 100%;
    margin: 0 auto 100px;
  }
  
/* メインコンテンツ　menu */   
  #graduation .menu_block{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #graduation .menu_block .ttl_menu img{
    width: 92px;
    margin-bottom: 25px;
    display: inline-block;
    margin-right: 10px;
  }
  #graduation .menu_block .ttl_menu .dotline{
    display: inline-block;
    width: calc(100% - 102px);
    height: 2px;
    background-image : linear-gradient(to right, #DDC6C3 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;  
    background-position: bottom;
    vertical-align: top;
    margin-top: 25px;
  }
  #graduation .menu_block ul li a{
    font-size: 18px;
    text-decoration: underline;
    color: #000;
    margin-bottom: 15px;
    display: block;
  }  
  #graduation .menu_block ul li a .arrow{
    position: relative;
    background-color: #DDC6C3;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }
  #graduation .menu_block ul li a .arrow::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(45deg);
    margin-top: -4px;
  }

  
/* アバウト */ 
  #graduation .main_ttl{
    width: 274px;
    margin: 0 auto;
  }
  #graduation .main_ttl img{
    width: 100%;
  }
  #graduation .sub_ttl{
    font-size: 24px;
    font-weight: bold;
    color: #BE9499;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  #graduation .about_img{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    background-color: #FAF4F2;
    padding: 34px 24px;
    background-size: cover;
  }
  #graduation .about_img ul{
    display: flex;
    justify-content: center;
  }
  #graduation .about_img ul li{
    width: calc((100% - 30px)/4);
    height: 290px;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
  }
  #graduation .about_img ul li:last-child{
    margin-right: 0;
  }
  #graduation .about_img ul li span{
    color: #BE9499;
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
  }
  #graduation .about_img ul li img{
    width: 92%;
    margin: 0 auto;
  }
/* Tips */ 
  #graduation article.contents#tips{
    margin-bottom: 0;
  }
  #graduation .tips_wrap{
    background-color: #EAE5E5;
    position: relative;
    padding-top: 80px;
    padding-bottom: 1px;
    margin-bottom: 120px
  }
  #graduation .tips1{
    width: 750px;
    margin: 0 auto 40px;
  }
  #graduation .tips23{
    width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  #graduation .tips_box, .tips23 .tips_box{
    width: 670px;
    background-color: #fff;
    border-radius: 22px;
    margin: 0 0 0 80px;
    padding: 26px 22px;
    display: flex;
    justify-content: space-around;
    position: relative;
  }
  #graduation .tips23 .tips_box{
    width: calc((100% - 120px)/2);
    display: block;
    margin: 0 40px 0 80px;
  }
  #graduation .tips_box.tips3{
    margin: 0 0 0 80px;
  }
  #graduation .tips_box::before{
    content: "";
    position: absolute;
    top: 120px;
    left: -80px;
    width: 46px;
    height: 98px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #graduation .tips_box::after{
    content: "";
    position: absolute;
    top: 170px;
    left: -27px;
    width: 27px;
    height: 23px;
    background-size: contain;
  }
  #graduation .tips_box p{
    color: #000;
    font-size: 16px;
    line-height: 1.6;
  }
  #graduation .tips_box p span{
    display: block;
    color: #BE9499;
    font-size: 18px;
    font-weight: bold;
    background-image : linear-gradient(to right, #DDC6C3 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;  
    background-position: bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #graduation .tips_box .tips1_img{
    width: 166px;
  }
  #graduation .tips_box .tips1_img img{
    width: 100%;
  }
  
/* ステップ */ 
  #graduation .step_block ul{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #graduation .step_block ul li{
    width: calc((100% - 108px)/4);
    background-color: #fff;
    margin-right: 36px;
    text-align: center;
    font-size: 18px;
  }
  #graduation .step_block ul li:last-child{
    margin-right: 0;
  }
  #graduation .step_block ul li img{
    width: 100%;
    margin-bottom: 10px;
  }
/*formama*/
  #graduation .ttl_formama, .ttl_forstudents{
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
    line-height: 1.5;
    letter-spacing: 0.2rem;
  }
  #graduation .ttl_formama .flower span, #graduation .ttl_forstudents .flower span{
    display: block;
    font-size: 22px;
  }
  #graduation .ttl_formama .flower, #graduation .ttl_forstudents .flower{
    font-size: 28px;
    display: inline-block;
    position: relative;
  }
  #graduation .ttl_formama .flower::before, #graduation .ttl_forstudents .flower::before{
    content: "";
    position: absolute;
    top: -40px;
    left: -180px;
    width: 78px;
    height: 168px;
    background-size: contain;
  }
  #graduation .ttl_formama .flower::after, #graduation .ttl_forstudents .flower::after{
    content: "";
    position: absolute;
    top: -40px;
    right: -180px;
    width: 78px;
    height: 168px;
    background-size: contain;
    transform: scale(-1,1);
  }
  #graduation .ttl_forstudents .flower::before{
    width: 86px;
    height: 120px;
    
  }
  #graduation .ttl_forstudents .flower::after{
    width: 86px;
    height: 120px;
  }

  
/* メインコンテンツ　ブロック */   

  #graduation article.contents.index {
    margin-top: -20px;
    margin-bottom: 60px;
  }  
  #graduation .contents .item-wrap {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #graduation .contents .item-wrap.last {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #graduation .contents .item {
    width: 36%;
    display: flex;
    flex-direction: column;
  }
  #graduation .contents .item:nth-child(n+3) {
    margin-top: 60px;
  }
  #graduation .item_inner {
    padding-bottom: 20px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
  #graduation .item_image {
    width: 100%;
  }
  #graduation .item_image img {
    width: 100%;
  }
  #graduation .item_text {
    width: 100%;
  }
  #graduation .item_text .item1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #graduation .item_text .item2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom:13px; 
    padding-bottom: 13px;
    background-image : linear-gradient(to right, #272727 1px, transparent 1px);
    background-size: 7px 1px;
    background-repeat: repeat-x;  
    background-position: bottom;
  }
  #graduation .item_text .item2 span {
    font-size: 0.8rem;
    font-weight: normal;
    /* color: #888888; */
  }
  #graduation .item_text .item3 {
    font-size: 16px;
    margin-bottom:13px; 
    padding-bottom: 13px;
    background-image : linear-gradient(to right, #272727 1px, transparent 1px);
    background-size: 7px 1px;
    background-repeat: repeat-x;  
    background-position: bottom;
  }
  #graduation .item_text .item4 {
    font-size: 16px;
    line-height: 1.7;
  }
  #graduation .item img {
    width: 100%;
  }
  #graduation .order {
    margin: 10px 0 0;
    text-align: center;
  }
  #graduation .order a {
    width: 64%;
    display: block;
    background-color: #D9918E;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    border-radius: 50px;
    margin: 0 auto;
  }
  #graduation .order.blue a{
    background-color: #9BBFD8;
  } 
  #graduation .item .wrapping {
    margin-bottom: 20px;
  }
  #graduation .item-wrap.tegakiphoto .item {
    width: 47%;
  }
  #graduation .item-wrap.tegakiphoto .order a {
    width: 70%;
    margin: 0;
  }
/* イラスト枠 */
.illust-goods {
  margin-bottom: 10rem;
}
.illust-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.illust-goods img {
  max-width: 100%;
}
.bnr-illust {
  display: flex;
  width: 100%;
}
.bnr-illust .illust-mv {
  width: calc((100% - 40px) / 2);
}
.bnr-illust .bnr-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc((100% - 40px) / 2);
  margin-left: 40px;
}
#graduation .bnr-illust h2 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 28px;
}
#graduation .bnr-illust p {
  margin-top: 1em;
  line-height: 1.6;
  font-size: 16px;
}
  #graduation .bnr-illust .order {
    margin-top: 20px;
    text-align: center;
  }
  #graduation .bnr-illust .order a {
    max-width: 258px;
    margin: 0 auto;
    text-align: center;
  }
  #graduation .order.bright a {
    color: #333;
    background-color: #e9e9e9;
  }
.illust-imagebox{
  width: 100%;
  margin: 10px auto 0;
  height: 183px;
}
.illust-slide-container{
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
}
.illust-slide-wrapper{
  display: flex;
  flex-flow: row nowrap;
  width: 1950px;
  flex: none;
}
.illust-imagebox .illust-slide-container.anime .illust-slide-wrapper{
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
}
.illust-imagebox .illust-slide-container.anime .illust-slide-wrapper + .illust-slide-wrapper{
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
.illust-slide-wrapper img {
  display: block;
  max-width: 100%;
}

  
/*リンクブロック*/
  #graduation .link_block{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #graduation .link_block div{
    margin: 0 20px 40px;
    width: calc((100% - 80px) / 2);
  }
  #graduation .link_block div img{
    width: 100%;
  }
  #graduation .link_block div a div{
    color: #333;
    margin: 10px 0 10px 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  #graduation .link_block div a div span{
    font-size: 18px;
    font-weight: bold;
  }

  #graduation .swiper-custom-parent {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #graduation .swiper-container, #graduation .swiper-container2, #graduation .swiper-container3 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 2rem;
  }
  #graduation .swiper-container .swiper-slide img, #graduation .swiper-container2 .swiper-slide img, #graduation .swiper-container3 .swiper-slide img {
    width: 100%;
    height: auto;
  }
  /* float-banner */
  #graduation .float-banner {
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 1000;
    display: none;
    max-width: 254px;
  }
  #graduation .float-banner a.banner-main img {
    max-width: 100%;
    vertical-align: bottom;
  }
  #graduation .float-banner .banner-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  }
  #graduation .float-banner .banner-close::before, #graduation .float-banner .banner-close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
  }
  #graduation .float-banner .banner-close::before {
    transform: rotate(45deg);
  }
  #graduation .float-banner .banner-close::after {
    transform: rotate(-45deg);
  }
  #graduation .border-box{
    border-bottom: solid 1px #ccc;
    margin-bottom: 100px;
  }
  .swiper-custom-parent #slider14 .swiper-wrapper{
    transition-timing-function: linear;
  }
    /* スライド */
  #slider14 .swiper-wrapper .swiper-slide {
    height: auto !important; /* 高さを指定 */
    width: 750px !important;
    margin: 0 10px;
  }
  /* スライド内の画像 */
  #slider14 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  /*SALE*/
  #graduation .sale_block .banner{
    width: 800px;
    margin: 0 auto;
  }
  #graduation .sale_block .banner img{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .auto-slide-container {
    width: 100%;
  }
  .auto-slide-wrapper {
    width: calc((100% + 10px) * 2);
  }
  .auto-slide-wrapper .auto-slide {
    margin: 0 5px;
    width: 100%;
  }
  #graduation .pc-only {
    display: none;
  }
/* メインビジュアル  */  
  #graduation article .main_visual {
    width: 100%;
    margin: 59px 0px 0px 0px;
    font-size: 1rem;
    text-align: center;
  }
  #graduation article .main_visual img{
    width: 100%;
    vertical-align: bottom;
    padding: 0px 0px 20px 0px;
  }
/* メインビジュアル下　ナビ */  
  #graduation .floating_nav{
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
  }
  #graduation .floating_nav li{
    width: 50%;
  }
  #graduation .floating_nav li a{
    display: block;
    width: 100%;
    background-color: #D9918E;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 17px 0;
  }
  #graduation .floating_nav li a.forStudents{
    background-color: #9BBFD8;
  }
/* メインコンテンツ　リード */ 
  #graduation article.contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #graduation article.contents.read {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  #graduation .read_block{
    text-align: center;
    padding: 60px 0 100px;
    background-image: url(../img/bg_sakura_sp.png);
    background-size: cover;
    background-position: center top;
  }
  #graduation .read_block .headding_b{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  #graduation .read_block p{
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.2rem;
  }
  #graduation .imagebox{
    width: 100%;
    margin: 0 auto  60px;
  }
/* メインコンテンツ　menu */   
  #graduation .menu_block{
    width: 100%;
  }
  #graduation .menu_block .ttl_menu img{
    width: 92px;
    margin-bottom: 25px;
    display: inline-block;
    margin-right: 10px;
  }
  #graduation .menu_block .ttl_menu .dotline{
    display: inline-block;
    width: calc(100% - 102px);
    height: 2px;
    background-image : linear-gradient(to right, #DDC6C3 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;  
    background-position: bottom;
    vertical-align: top;
    margin-top: 25px;
  }
  #graduation .menu_block ul li a{
    font-size: 16px;
    text-decoration: underline;
    color: #000;
    margin-bottom: 15px;
    display: block;
  }  
  #graduation .menu_block ul li a .arrow{
    position: relative;
    background-color: #DDC6C3;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
  }
  #graduation .menu_block ul li a .arrow::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(45deg);
    margin-top: -4px;
  }

  
/* アバウト */ 
  #graduation article.contents.about {
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 ;
    box-sizing: border-box;
  }
  #graduation .main_ttl{
    width: 274px;
    margin: 0 auto;
  }
  #graduation .main_ttl img{
    width: 100%;
  }
  #graduation .sub_ttl{
    font-size: 18px;
    font-weight: bold;
    color: #BE9499;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px
  }
  #graduation .about_img{
    width: 100%;
    margin: 0 auto;
    background-color: #FAF4F2;
    padding: 36px 13px;
    background-size: cover;
  }
  #graduation .about_img ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #graduation .about_img ul li{
    width: calc((100% - 12px)/2);
    background-color: #fff;
    border-radius: 6px;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 0 8px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
  }
  #graduation .about_img ul li br{
    display: none;
  }
  #graduation .about_img ul li:nth-child(2n){
    margin-right: 0;
  }
  #graduation .about_img ul li span{
    color: #BE9499;
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    text-align: center;
  }
  #graduation .about_img ul li img{
    width: 96%;
    margin: 0 auto;
  }
/* Tips */ 
  #graduation article.contents#tips{
    margin-bottom: 0;
  }
  #graduation .tips_wrap{
    background-color: #EAE5E5;
    position: relative;
    padding-top: 30px;
    padding-bottom: 1px;
    margin-bottom: 100px;
  }
  #graduation .tips1{
    width: 100%;
  }
  #graduation .tips23{
    width: 100%;
    display: block;
  }
  #graduation .tips_box, #graduation .tips23 .tips_box{
    width: 80%;
    background-color: #fff;
    border-radius: 22px;
    margin: 0 0 23px 67px;
    padding: 20px;
    position: relative;
  }
  #graduation .tips_box::before{
    content: "";
    position: absolute;
    top: 120px;
    left: -67px;
    width: 46px;
    height: 98px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #graduation .tips_box.tips2::before{
    top: inherit;
    bottom: 16px;
  }
  #graduation .tips_box.tips3::before{
    top: inherit;
    bottom: 16px;
  }
  #graduation .tips_box::after{
    content: "";
    position: absolute;
    top: 170px;
    left: -27px;
    width: 27px;
    height: 23px;
    background-size: contain;
  }
  #graduation .tips_box.tips2::after{
    top: inherit;
    bottom: 30px;
  }
  #graduation .tips_box.tips3::after{
    top: inherit;
    bottom: 30px;
  }
  #graduation .tips_box p{
    color: #000;
    font-size: 16px;
    line-height: 1.6;
  }
  #graduation .tips_box p span{
    display: block;
    color: #BE9499;
    font-size: 18px;
    font-weight: bold;
    background-image : linear-gradient(to right, #DDC6C3 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;  
    background-position: bottom;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #graduation .tips_box p br{
    display: none;
  }
  #graduation .tips_box .tips1_img{
    width: 100%;
    margin-top: 20px;
  }
  #graduation .tips_box .tips1_img img{
    width: 100%;
  }

/* ステップ */ 
  #graduation .step_block ul{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #graduation .step_block ul li{
    width: calc((100% - 20px)/2);
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }
  #graduation .step_block ul li:nth-child(2n){
    margin-right: 0;
  }
  #graduation .step_block ul li img{
    width: 100%;
    margin-bottom: 10px;
  }

  /*formama*/

  #graduation .contents.forMama, #graduation .contents.forStudents{
    margin-bottom: 0;
  }
  #graduation .contents.forMama p {
    margin-bottom: 30px;
  }
  #graduation .ttl_formama, #graduation .ttl_forstudents{
    font-weight: bold;
    text-align: center;
    margin: 35px auto;
    line-height: 1.5;
    letter-spacing: 0.2rem;
  }
  #graduation .ttl_formama p, #graduation .ttl_forstudents p {
    
  }
  #graduation .ttl_formama .flower span, #graduation .ttl_forstudents .flower span{
    display: block;
    font-size: 16px;
  }
  #graduation .ttl_formama .flower, #graduation .ttl_forstudents .flower{
    font-size: 18px;
    display: inline-block;
    position: relative;
  }
  #graduation .ttl_formama .flower::before, #graduation .ttl_forstudents .flower::before{
    content: "";
    position: absolute;
    top: -30px;
    left: -60px;
    width: 44px;
    height: 98px;
    background-size: contain;
  }
  #graduation .ttl_formama .flower::after, #graduation .ttl_forstudents .flower::after{
    content: "";
    position: absolute;
    top: -30px;
    right: -60px;
    width: 44px;
    height: 98px;
    background-size: contain;
    transform: scale(-1,1);
  }
  #graduation .ttl_forstudents .flower::before{
    top: -15px;
    width: 48px;
    height: 67px;
    
  }
  #graduation .ttl_forstudents .flower::after{
     top: -15px;
    width: 48px;
    height: 67px;
  }
  #graduation .contents.products{
    padding:0 0 40px 0;
  }
  #graduation article.contents.index {
    margin-top: 0;
    margin-bottom: 0;
  }
  #graduation .contents .item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #graduation .item-wrap .item {
    width: 47%;
    display: flex;
    flex-direction: column;
  }
  #graduation .item-wrap .item:nth-child(n+3) {
    margin-top: 50px;
  }
  #graduation .contents .item_last {
    padding-bottom: 20px;
  }
  #graduation .item_inner {
    padding-bottom: 20px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
  #graduation .item_inner.sp-pb0 {
    padding-bottom: 0;
  }
  #graduation .item_image {
    width: 100%;
  }
  #graduation .item_image img {
    width: 100%;
  }
  #graduation .item_text {
    width: 100%;
    padding: 0 20px;
  }
  #graduation .item_text .item1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #graduation .item_text .item2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom:13px; 
    padding-bottom: 13px;
    background-image : linear-gradient(to right, #272727 1px, transparent 1px);
    background-size: 7px 1px;
    background-repeat: repeat-x;  
    background-position: bottom;
  }
  #graduation .item_text .item2 span {
    font-size: 16px;
    font-weight: normal;
    /* color: #888888; */
  }
  #graduation .item_text .item3 {
    font-size: 16px;
    margin-bottom:13px; 
    padding-bottom: 13px;
    background-image : linear-gradient(to right, #272727 1px, transparent 1px);
    background-size: 7px 1px;
    background-repeat: repeat-x;  
    background-position: bottom;
  }
  #graduation .item_text .item4 {
    font-size: 16px;
    line-height: 1.7;
  }
  #graduation .item img {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  #graduation .order {
    margin: 10px 0 0;
    text-align: center;
  }
  #graduation .order a {
    width: 65%;
    display: block;
    background-color: #D9918E;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    border-radius: 50px;
    margin: 20px auto 0;
  }
  #graduation .order.blue a{
    background-color: #9BBFD8;
  }
/*リンクブロック*/
  #graduation .link_block{
    display: block;
    margin-top: 40px;
  }
  #graduation .link_block div{
    margin: 0 auto 30px;
    width: 100%;
  }
  #graduation .link_block div img{
    width: 100%;
  }
  #graduation .link_block div a div{
    color: #333;
    margin: 10px 0 10px 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  #graduation .link_block div a div span{
    font-size: 16px;
    font-weight: bold;
  }

  
  #graduation .swiper-container, #graduation .swiper-container2, #graduation .swiper-container3 {
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
  #graduation .swiper-slide img {
    width: 100% !important;
    height: auto !important;
  }
  #graduation .swiper-custom-parent {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #graduation .swiper-container, #graduation .swiper-container2, #graduation .swiper-container3 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  /* float-banner */
  #graduation .float-banner {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 1000;
    display: none;
    max-width: 210px;
  }
  #graduation .float-banner a.banner-main img {
    max-width: 100%;
    vertical-align: bottom;
  }
  #graduation .float-banner .banner-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  }
  #graduation .float-banner .banner-close::before, .float-banner .banner-close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
  }
  #graduation .float-banner .banner-close::before {
    transform: rotate(45deg);
  }
  #graduation .float-banner .banner-close::after {
    transform: rotate(-45deg);
  }
  #graduation .border-box{
    border-bottom: solid 1px #ccc;
    margin-bottom: 50px;
  }
  .swiper-custom-parent #slider14 .swiper-wrapper{
    transition-timing-function: linear;
  }
    /* スライド */
  #slider14 .swiper-wrapper .swiper-slide {
    margin: 0 5px;
  }
  /* スライド内の画像 */
  #slider14 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  /*SALE*/
  #graduation .sale_block .banner{
    width: 100%;
    margin: 0 auto;
  }
  #graduation .sale_block .banner img{
    width: 100%;
  }
  /* イラスト枠 */
  .illust-goods {
    margin-bottom: 4rem;
  }
  .illust-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .bnr-illust {
    display: block;
  }
  .bnr-illust img {
    width: 100%;
  }
  .bnr-illust .bnr-info {
    width: 100%;
    margin-top: 10px;
  }
  #graduation .bnr-illust h2 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
  }
  #graduation .bnr-illust p {
    margin-top: 1em;
    line-height: 1.6;
    font-size: 14px;
  }
    #graduation .bnr-illust .order {
      margin-top: 20px;
    }
    #graduation .bnr-illust .order a {
      max-width: 258px;
      text-align: center;
    }
    #graduation .order.bright a {
      color: #333;
      background-color: #e9e9e9;
    }
  .illust-imagebox{
    width: 100%;
    margin: 10px auto 0;
    height: 140px;
  }
  .illust-slide-container{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    overflow: hidden;
  }
  .illust-slide-wrapper{
    display: flex;
    flex-flow: row nowrap;
    width: 1500px;
    flex: none;
  }
  .illust-imagebox .illust-slide-container.anime .illust-slide-wrapper{
    -webkit-animation: loop 120s -60s linear infinite;
    animation: loop 120s -60s linear infinite;
  }
  .illust-imagebox .illust-slide-container.anime .illust-slide-wrapper + .illust-slide-wrapper{
    -webkit-animation: loop2 120s linear infinite;
    animation: loop2 120s linear infinite;
  }
  .illust-slide-wrapper img {
    display: block;
    max-width: 100%;
  }
}
/* SP用 */
@media screen and (max-width: 559px) {
  #graduation .pc-only {
    display: none;
  }
  #graduation .sp-only {
    display: block;
  }
  #graduation .sp-nowrap {
    white-space: nowrap;
  }
  #graduation article.contents {
    margin-bottom: 80px;
  }
  #graduation article.contents.products {
    margin-bottom: 0px;
    padding: 0;
  }
  #graduation .contents .item-wrap {
    display: block;
  }
  #graduation .item-wrap .item {
    width: 100%;
  }
  #graduation .item-wrap .item:nth-child(n+2) {
    margin-top: 50px;
  }
  #graduation .contents .item_inner {
    padding-bottom: 0;
  }
  #graduation .contents .item_last {
    padding-bottom: 10px;
  }

  #graduation .contents .sale_ttl h2.title .ttl br.sp-only {
    display: block;
  }
  /*リンクブロック*/
  #graduation .link_block{
    margin-top: 0;
  }
}
/* ============= SO-ZAI Celebration Styles ============= */
:root{
  --cel-bg:#ffffff;
  --cel-ink:#0f172a;       /* slate-900 */
  --cel-muted:#64748b;     /* slate-500 */
  --cel-line:#e2e8f0;      /* slate-200 */
  --cel-accent:#ea580c;    /* orange-600 */
  --cel-chip:#fef3c7;      /* amber-100 */
  --cel-chip-line:#fde68a; /* amber-200 */
  --cel-shadow:0 1px 2px rgba(0,0,0,.06),0 8px 24px rgba(15,23,42,.06);
}

.sozai-celebration{
  background:var(--cel-bg);
  color:var(--cel-ink);
  padding: clamp(32px, 5vw, 56px) 16px;
  border-top:1px solid var(--cel-line);
}
.sozai-celebration__container{ max-width:1100px; margin:0 auto; }
.sozai-celebration__head{ text-align:center; margin-bottom: clamp(20px, 3.5vw, 36px); }
.sozai-celebration__eyebrow{
  display:inline-block; font-size:.78rem; letter-spacing:.14em;
  color:var(--cel-muted); text-transform:uppercase; margin-bottom:.2rem;
}
.sozai-celebration__title{
  font-size: clamp(1.6rem, 3vw, 2.1rem); line-height:1.2; margin:0 0 .4rem;
}
.sozai-celebration__lead{ color:var(--cel-muted); margin:0; }

/* grid cards */
.sozai-celebration__grid{
  display:grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 22px); list-style:none; padding:0;
  margin: clamp(20px, 3vw, 32px) 0;
}
@media (max-width: 960px){ .sozai-celebration__grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px){ .sozai-celebration__grid{ grid-template-columns: 1fr; } }

.sozai-celebration__card{
  background:#fff; border:1px solid var(--cel-line); border-radius:16px;
  padding:18px 18px 16px; box-shadow: var(--cel-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.sozai-celebration__card:hover{ transform: translateY(-2px); box-shadow: 0 6px 18px rgba(15,23,42,.10); }
.sozai-celebration__icon{
  width:44px;height:44px; border-radius:12px; display:grid;place-items:center;
  background:linear-gradient(180deg, #fff7ed, #ffedd5); color:var(--cel-accent);
  margin-bottom:10px;
}
.sozai-celebration__icon svg{ width:26px;height:26px; }
.sozai-celebration__cardTitle{ font-size:1.05rem; margin:0 0 .25rem; }
.sozai-celebration__cardText{ color:var(--cel-muted); font-size:.96rem; line-height:1.7; margin:0; }

/* chips */
.sozai-celebration__uses{
  display:flex; align-items:center; gap:.6rem; flex-wrap:wrap;
  margin-top: clamp(8px, 1.6vw, 16px);
}
.sozai-celebration__uses > span{ color:var(--cel-muted); }
.sozai-celebration__chips{
  display:flex; flex-wrap:wrap; gap:.5rem; list-style:none; margin:0; padding:0;
}
.sozai-celebration__chips li{
  background:var(--cel-chip); border:1px solid var(--cel-chip-line);
  padding:.35rem .6rem; border-radius:999px; font-size:.9rem;
}

/* steps */
.sozai-steps{
  list-style:none; padding:0; margin: clamp(12px, 2.4vw, 20px) 0 0;
  display:grid; grid-template-columns: repeat(3,1fr); gap: clamp(12px, 2vw, 18px);
}
@media (max-width: 840px){ .sozai-steps{ grid-template-columns: 1fr; } }
.sozai-steps li{
  display:flex; align-items:flex-start; gap:.8rem;
  border:1px dashed var(--cel-line); border-radius:12px; padding:12px 14px; background:#fff;
}
.sozai-steps__num{
  width:34px; height:34px; border-radius:50%; display:grid; place-items:center;
  background:var(--cel-accent); color:#fff; font-weight:700;
}
.sozai-steps__body h4{ margin:.1rem 0 .2rem; font-size:1rem; }
.sozai-steps__body p{ margin:0; color:var(--cel-muted); }

/* note */
.sozai-celebration__note{ margin-top:12px; color:var(--cel-muted); font-size:.85rem; }

/* dark mode */
@media (prefers-color-scheme: dark){
  :root{
    --cel-bg:#0b0f14; --cel-ink:#f8fafc; --cel-muted:#94a3b8;
    --cel-line:#1f2937; --cel-chip:#3b2a05; --cel-chip-line:#4d3b09; --cel-shadow:none;
  }
  .sozai-celebration__card, .sozai-steps li{ background:#0b0f14; }
  .sozai-celebration__icon{ background:linear-gradient(180deg,#3b1f09,#2a1408); }
}

@media screen and (max-width: 425px) {
  #graduation .read_block .headding_b {
    font-size: 1.2rem;
}
#graduation .read_block p {
    font-size: 0.7rem;
}
#graduation .item_text .item3 {
    font-size: 0.7rem;
}
#graduation .item_text .item4 {
    font-size: 0.7rem;
}
#graduation .item_text p {
    font-size: 0.7rem;
}









  
}
@media screen and (max-width: 425px) {

  /* 見出し・本文をさらに小さく */
  #graduation .read_block .headding_b {
    font-size: 1rem;
    margin-bottom: 16px;
    line-height: 1.4;
  }
  #graduation .read_block p {
    font-size: 0.75rem;
    line-height: 1.8;
  }

  /* 商品テキスト調整 */
  #graduation .item_text .item1 {
    font-size: 0.9rem;
  }
  #graduation .item_text .item2 {
    font-size: 1rem;
  }
  #graduation .item_text .item2 span {
    font-size: 0.7rem;
  }
  #graduation .item_text .item3,
  #graduation .item_text .item4,
  #graduation .item_text p {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  /* コンテンツ余白を圧縮 */
  #graduation article.contents {
    padding: 0 12px;
  }
  #graduation .imagebox {
    margin: 0 auto 30px;
  }

  /* ステップ */
  #graduation .step_block ul li {
    width: 100%;
    font-size: 0.8rem;
    margin-right: 0;
  }

  /* アバウトセクションカード */
  #graduation .about_img ul li {
    font-size: 0.7rem;
    padding: 0 6px 8px;
  }
  #graduation .about_img ul li span {
    font-size: 0.8rem;
  }

  /* 誕生日LPアピールセクション */
  .sozai-celebration__title {
    font-size: 1.2rem;
  }
  .sozai-celebration__lead {
    font-size: 0.8rem;
  }
  .sozai-celebration__card {
    padding: 12px;
  }
  .sozai-celebration__cardTitle {
    font-size: 0.9rem;
  }
  .sozai-celebration__cardText {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .sozai-celebration__icon {
    width: 32px;
    height: 32px;
  }
  .sozai-celebration__icon svg {
    width: 18px;
    height: 18px;
  }
  .sozai-celebration__chips li {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
  }

  /* ステップブロック（誕生日LP） */
  .sozai-steps__num {
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
  }
  .sozai-steps__body h4 {
    font-size: 0.85rem;
  }
  .sozai-steps__body p {
    font-size: 0.7rem;
  }

  /* ボタン */
  #graduation .order a {
    width: 90%;
    font-size: 0.9rem;
    padding: 8px 0;
  }
}
