@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) {
  .sp-only {
    display: none;
  }
  .sp-only.tb-only {
    display: inline-block;
  }
/* メインビジュアル */
  #graduation article .main_visual {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
  }
  #graduation .main_visual  img {
    width: 100%;
    vertical-align: bottom;
  }
/* メインビジュアル下　ナビ */  
  #graduation .floating_nav_wrap{
    position: relative;
  }
  #graduation .floating_nav_wrap.m_fixed{
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
	  position: fixed;
	  top: 80px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99;
  }
  #graduation .floating_nav{
    max-width: 1120px;
    margin: 0 auto;
    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 .floating_nav li a span{
    position: relative;
    padding-right: 30px;
  }
  #graduation .floating_nav li a span::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
    margin-top: -8px;
  }
/* メインコンテンツ　リード */   
  #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: 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%;
  }
  #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) * 4);
  }
  .auto-slide-wrapper .auto-slide {
    margin: 0 5px;
    width: 100%;
  }
  #graduation .pc-only {
    display: none;
  }
/* メインビジュアル  */  
  #graduation article .main_visual {
    width: 100%;
  }
  #graduation article .main_visual img{
    width: 100%;
    vertical-align: bottom;
  }
/* メインビジュアル下　ナビ */  
  #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 .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 .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%;
  }
  #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;
  }
}