@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap');

/* スマホ用のCSSはメディアクエリの外に記述する */

  body {
      margin: auto;
      font-family:Noto Sans JP;
      background-color: #fff;
      color:#000;
  }

 


  .text_input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 88%;
    //max-width: 100%;
    background: #eaedf2;
    font-size: 18px;
  }

  .text_select {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 80%;
    //max-width: 100%;
    background: #eaedf2;
    font-size: 18px;
  }

  .textarea_input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 5px;
    padding-left: 8px;
    padding-right: 8px;    
    height: 150px;
    flex: 1;
    width: 94%;
    //max-width: 955px;
    background: #eaedf2;
    font-size: 18px;
  }

  .title {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4F4F4F;
  }

  .cosplay_style_box {
    height: 100%;
    width:100%;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .cosplay_style {
    text-align: center;
    padding-top:5px;
    padding-bottom: 5px;
  }

  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }

  .wrap{
    display: flex;
    flex-wrap: wrap;
    /*width: 70%;*/
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrap input{
    display: none;
  }

  .wrap label{
    display: block;
    margin: 0;
    padding: 1px;
    width: calc(31%);  
    margin-left: 5px;
  }

  .wrap label span{
    box-sizing: border-box;
    display: block;
    cursor: pointer;  
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #4F4F4F;
    background: #fff;  
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: #4065A2 solid 1px;
    border-radius: 4px;
  }

  .wrap label input:checked + span {
    color: #fff;
    background: #4065A2;
  }



  .form_btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #1E88E5;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }

  .deco-file label{
      display: inline-block;
      border: 2px solid #1E88E5;
      color: #1E88E5;
      text-align: center;
      padding: 20px 40px;
      margin-left: 5px;
      //margin-top: 20px;
  }
  .deco-file label:hover{
      cursor: pointer;
  }
  .deco-file input[type="file"]{
      display: none;
  }

  .ai_select {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 30%;
    //max-width: 100%;
    background: #eaedf2;
    font-size: 16px;
  }

  .profile {
    margin-top: 20px;
    margin-bottom: 20px;
    padding:20px;  
  }

  .cos_profile_title {
    padding-bottom:5px;
    font-weight: 800;
    font-size: 24px;
    color: #ffb3cf;   
  }

  .cam_profile_title {
    //padding:5px;
    font-weight: 800;
    font-size: 24px;
    color: #a0f3ec;  
  }

  .cre_profile_title {
    padding:5px;
    font-weight: 800;
    font-size: 24px;
    color: #feeb63;
  }

  .cos_ai_profile {
    margin-bottom: 20px;
    border: 1px solid #ffb3cf;
    padding:20px;
    margin:5px;
  }

  .cam_ai_profile {
    margin-bottom: 20px;
    border: 1px solid #a0f3ec;
    padding:20px;
    margin:5px;
  }


  .cre_ai_profile {
    margin-bottom: 20px;
    border: 1px solid #feeb63;
    padding:20px;
    margin:5px; 
  }

  .ai_annotation {
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    color:#dc143c;
  }

  .result_img_box {
    text-align: center;
    width:100%;
    padding-left:5px;
    padding-right:5px;
    margin-bottom:20px;
  }

  .result_img_size {
    width: 100%;
    border: 1px solid;
  }


  ul,ol {
    list-style: none;
  }

  a {
    text-decoration: none;

  }

  main {
    //background-color: orange;
    width: 100%;
    height: auto;
    margin-top:120px;
  }

  footer {
    width: 100%;
    height: 100%;
    //line-height: 30px;
    background-color:#f5f5f5;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header_logo {
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
  }

  .header_logo img {
    height: 60px;

  }

  /* パターン1 */
  .l-header {
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }


  .c-hamburger {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    border: transparent;
    background-color: transparent;
    cursor: pointer;
  }



  .c-hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 24px;
    height: 2px;
    transform: translateX(-50%);
    background: black;
    transition: all 0.4s;
  }

  .c-hamburger span:nth-of-type(1) {
    top: -4px;
  }

  .c-hamburger span:nth-of-type(2) {
    top: 1px;

    transform: translateX(-0.45deg);
  }

  .c-hamburger span:nth-of-type(3) {
    top: 6px;
    transform: translateX(-0.45deg);
  }



  .c-hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
  }

  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  .c-hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
  }


  .p-header__nav {
    display: flex;
    z-index: 10;
    position: absolute;
    top: 0;
    right: -100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: transparent;
    opacity: 0;
    transition: top 0.6s, right 0.6s, opacity 0.6s;
  }

  .p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    //height: inherit;
    height: 100px;
    padding: 0 20px;

  }

  .p-header__hamburger {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 100%;
  }

  .p-header__nav.is-active {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #fff;
  }

  .p-nav__list {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-nav__item {
    position: relative;
    //width: 100%;
    width: 180px;
  }


  .p-nav__link {
    color: black;
    display: block;
    padding: 20px;
    width: 100%;
  }


  .price_note {
    color:#dc143c;
    font-weight: 400;
    margin-left: 10px;
  }


  .prof_size {
    color:#dc143c;
    font-weight: 800;
    margin-left: 10px;
  }


.radio-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio-2 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
    //margin-left: 2px;
    //margin-right: 2px;
}

.radio-2 label::before,
.radio-2 label::after {
    border-radius: 3px;
    content: '';
}

.radio-2 label::before {
    width: 18px;
    height: 18px;
    //border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio-2 label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: #dee5eb;
}

.radio-2 label:has(:checked)::after {
    background-color: #2589d0;
}

.radio-2 input {
    display: none;
}

  .radio_title {
    width:40px;
  }


  summary {
    outline: none;
    cursor: pointer;
    list-style: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /*デフォルトの三角を消す */
  summary::-webkit-details-marker {
    display:none;
  }

  /* 疑似要素で三角を付ける */
  summary::before {
    display: inline-block;
    //content: "▶";
    margin: 0 .3em 0 0;
    transform: rotate(0deg);
    transition: .2s transform ease;
  }

  details[open] summary::before {
    transform: rotate(90deg);
        text-align: center;
  }

  .details_content {
      //background: #f5f5f5;
      //padding: 16px;
      border-radius: 2px;
  }

  details[open] .details_content{
    animation: .8s details_content ease;
  }

  @keyframes details_content {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .more_area {
    background: #1E88E5;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
  }

  .other_box {
    transition: 0.4s ease-in-out;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    width: 368px;
    height: 40px;
    line-height: 40px;
    color: #4F4F4F;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    //text-align: center;
    border: #4065A2 solid 1px;
    border-radius: 4px;
  }

  .index_cosbtn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    display: block;
    letter-spacing: 0.05em;
    background: #ffb3cf;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .index_phobtn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    display: block;
    letter-spacing: 0.05em;
    background: #a0f3ec;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .index_crebtn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    display: block;
    letter-spacing: 0.05em;
    background: #feeb63;
    color: #1e90ff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .index_cosbtn a {
    color: #fff;
  }

  .index_phobtn a {
    color: #fff;
  }

  .index_crebtn a {
    color: #fff;
  }

  .cos_profile_title {
    padding-bottom:5px;
    padding-left:5px;
    font-weight: 800;
    font-size: 24px;
    color: #ffb3cf;   
  }

  .cam_profile_title {
    padding-left:5px;
    font-weight: 800;
    font-size: 24px;
    color: #a0f3ec;  
  }

  .cre_profile_title {
    padding-left:5px;
    font-weight: 800;
    font-size: 24px;
    color: #feeb63;
  } 

  .information_box {
    border-top: #ffb3cf solid 1px;
    border-right: #a0f3ec solid 1px;
    border-bottom: #feeb63 solid 1px;
    border-left: #e5b5ff solid 1px;
    border-radius: 6px;
    width:360px;
    margin: auto;
    padding:10px;
  }

  .about_coslink {
    border: #e5b5ff solid 1px;
    width:360px;
    height: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding:10px;
  }


  #img_select {
    display:flex;
    align-items: center;
    margin-left:15px;
  }

  #img_select img {
    width: 100px;
  }

  #img_select .HiddenRadio {
    display: none;
  }

  #img_select input[type="radio"]:checked + label > img {
    outline:2px solid #0084e4;
  }

  #img_select label {
    margin:10px;
  }

/* 481px以上に適用されるCSS（タブレット用） */
@media screen and (min-width: 521px) {



}


/* 960px以上に適用されるCSS（PC用） */
@media screen and (min-width: 960px) {

  body{
      //width: 960px;
      margin: auto;
      font-family:Noto Sans JP;
      //max-width: 960px;
      background-color: #fff;
      color:#000;
  }

  /*
  header {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
  }
  */

  main {
    //background-color: orange;
    width: 960px;
    height: auto;
    margin: auto;
    margin-top:17vh;
  }


  footer {
    width: 100%;
    height: 100%;
    //line-height: 50px;
    background-color:#f5f5f5;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header_logo {
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
  }

  .copylight {

  }

  .title {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;   
  }

  .cosplay_style {
    text-align: center;
    padding-top:5px;
    padding-bottom: 5px;
  }

  .wrap{
    display: flex;
    flex-wrap: wrap;
    /*width: 70%;*/
    padding-top:10px;
    padding-bottom: 10px;
  }

  .wrap input{
    display: none;
  }

  .wrap label{
    display: block;
    margin: 0;
    padding: 2px;
    width: calc(23% - 5px);  
    margin-left: 5px;
  }

  .wrap label span{
    box-sizing: border-box;
    display: block;
    cursor: pointer;  
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #4F4F4F;
    background: #fff;  
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: #4065A2 solid 1px;
    border-radius: 4px;
  }

  .wrap label input:checked + span {
    color: #fff;
    background: #4065A2;
  }


  .text_input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 90%;
    //max-width: 100%;
    background: #eaedf2;
    font-size: 18px;
  }


  .text_select {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 50%;
    //max-width: 100%;
    background: #eaedf2;
    font-size: 18px;
  }


  .textarea_input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:5px;
    height: 100px;
    flex: 1;
    width: 90%;
    //max-width: 955px;
    background: #eaedf2;
    font-size: 18px;
    resize: none;
  }


  .ai_select {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 300px;
    //max-width: 100%;
    background: #eaedf2;
    font-size: 18px;
  }


  .deco-file label{
      display: inline-block;
      border: 2px solid #1E88E5;
      color: #1E88E5;
      text-align: center;
      padding: 20px 40px;
      margin-top: 20px;
  }
  .deco-file label:hover{
      cursor: pointer;
  }
  .deco-file input[type="file"]{
      display: none;
  }

  .form_btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #1E88E5;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }

  .cos_profile_title {
    padding-bottom:5px;
    font-weight: 800;
    font-size: 24px;
    color: #ffb3cf;   
  }

  .cam_profile_title {
    //padding:5px;
    font-weight: 800;
    font-size: 24px;
    color: #a0f3ec;  
  }

  .cre_profile_title {
    padding:5px;
    font-weight: 800;
    font-size: 24px;
    color: #feeb63;
    //-webkit-text-stroke: 1px #696969; 
  } 

  .profile {
    //margin-top: 20px;
    margin-bottom: 20px;
    //padding:10px;
    border: 1px solid #ffb3cf;
    //margin-left: 23px;
    //margin-right: 23px;
  }

  .cos_ai_profile {
    margin-bottom: 20px;
    border: 1px solid #ffb3cf;
    padding:20px;  
  }

  .cam_ai_profile {
    margin-bottom: 20px;
    border: 1px solid #a0f3ec;
    padding:20px;  
  }


  .cre_ai_profile {
    margin-bottom: 20px;
    border: 1px solid #feeb63;
    padding:20px;  
  }

  .ai_annotation {
    padding-left:10px;
    padding-right: 10px;
    padding-top:10px;
    color:#dc143c;
  }

  .result_img_box {
    width: 960px;
    //border: 1px solid;
    text-align: center;
    padding-bottom: 30px;
  }


  .p-header__hamburger {
    display: none;
  }

  .p-nav__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
  }

  .p-header__nav {
    position: static;
    opacity: 1;
    height: inherit;
    width: initial;
  }

  .p-nav__list {
    padding-right: 0;
    padding-left: 0;
    display: flex;
  }


  .price_note {
    color:#dc143c;
    font-weight: 400;
    margin-left: 10px;
  }


  .prof_size {
    color:#dc143c;
    font-weight: 800;
    margin-left: 10px;    
  }


  .radio-2 {
      display: flex;
      flex-wrap: wrap;
      gap: .3em 2em;
      border: none;
  }

  .radio-2 label {
      display: flex;
      align-items: center;
      gap: 0 .5em;
      position: relative;
      cursor: pointer;
      margin-left: 45px;
      margin-right: 45px;
  }

  .radio-2 label::before,
  .radio-2 label::after {
      border-radius: 3px;
      content: '';
  }

  .radio-2 label::before {
      width: 18px;
      height: 18px;
      //border: 2px solid #dee5eb;
      box-sizing: border-box;
  }

  .radio-2 label::after {
      position: absolute;
      top: 50%;
      left: 9px;
      transform: translate(-50%, -50%);
      width: 15px;
      height: 15px;
      background-color: #dee5eb;
  }

  .radio-2 label:has(:checked)::after {
      background-color: #2589d0;
  }

  .radio-2 input {
      display: none;
  }

  .radio_title {
    width:80px;
  }


  summary {
    outline: none;
    cursor: pointer;
    list-style: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /*デフォルトの三角を消す */
  summary::-webkit-details-marker {
    display:none;
  }

  /* 疑似要素で三角を付ける */
  summary::before {
    display: inline-block;
    //content: "▶";
    margin: 0 .3em 0 0;
    transform: rotate(0deg);
    transition: .2s transform ease;
  }

  details[open] summary::before {
    transform: rotate(90deg);
        text-align: center;
  }

  .details_content {
      //background: #f5f5f5;
      //padding: 16px;
      border-radius: 2px;
  }

  details[open] .details_content{
    animation: .8s details_content ease;
  }

  @keyframes details_content {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .more_area {
    background: #1E88E5;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 6px;
  }

  #text {
    display: none;
  }

  .other_box {
    transition: 0.4s ease-in-out;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    width: 659px;
    height: 40px;
    line-height: 40px;
    color: #4F4F4F;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    //text-align: center;
    border: #4065A2 solid 1px;
    border-radius: 4px;
    padding-left:10px;
  }

  .index_cosbtn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    display: block;
    letter-spacing: 0.05em;
    background: #ffb3cf;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .index_phobtn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    display: block;
    letter-spacing: 0.05em;
    background: #a0f3ec;
    color: #ffa500;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .index_crebtn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 360px;
    display: block;
    letter-spacing: 0.05em;
    background: #feeb63;
    color: #1e90ff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .index_cosbtn a {
    color: #fff;
  }

  .index_phobtn a {
    color: #fff;
  }

  .index_crebtn a {
    color: #fff;
  }


  .information_box {
    border-top: #ffb3cf solid 1px;
    border-right: #a0f3ec solid 1px;
    border-bottom: #feeb63 solid 1px;
    border-left: #e5b5ff solid 1px;
    border-radius: 6px;
    width:600px;
    margin: auto;
    padding:10px;
  }

  .about_coslink {
    border: #e5b5ff solid 1px;
    width:600px;
    height: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding:10px;
  }


  #img_select {
    display:flex;
    align-items: center;
  }

  #img_select img {
    width: 200px;
  }

  #img_select .HiddenRadio {
    display: none;
  }

  #img_select input[type="radio"]:checked + label > img {
    outline:2px solid #0084e4;
  }

  #img_select label {
    margin-left:10px;
    margin-right:10px;
  }


}